layout/reftests/bugs/379178-xhtml-ref.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/379178-xhtml-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +<?xml version="1.0" ?>
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 +<head>
     1.7 +
     1.8 +<title>XHTML Test for Bug #379178</title>
     1.9 +
    1.10 +<style type="text/css">
    1.11 +
    1.12 +span
    1.13 +{
    1.14 + background-color: #8f8;
    1.15 +}
    1.16 +
    1.17 +</style>
    1.18 +
    1.19 +</head>
    1.20 +<body>
    1.21 +
    1.22 +<p>
    1.23 + <span>a</span>
    1.24 + <span>b</span>
    1.25 + <span>c</span>
    1.26 +</p>
    1.27 +
    1.28 +</body>
    1.29 +</html>

mercurial