layout/reftests/bugs/423676-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/423676-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
     1.5 +<html>
     1.6 +<head>
     1.7 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
     1.8 +<title>Testcase for bug 423676</title>
     1.9 +<style>
    1.10 +#a,#d {font-weight: bold;}
    1.11 +</style>
    1.12 +</head>
    1.13 +<body>
    1.14 +<pre><span id="a">A</span>
    1.15 +B
    1.16 +C
    1.17 +</pre>
    1.18 +<pre><span id="d">D</span>
    1.19 +
    1.20 +E
    1.21 +</pre>
    1.22 +</body>
    1.23 +</html>
    1.24 \ No newline at end of file

mercurial