layout/reftests/first-line/403177-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/first-line/403177-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<style>
     1.7 +
     1.8 +.fl:first-line { color: #ff00ff; background: #ffccff; }
     1.9 +
    1.10 +.flWithContent:first-line { content: "generated"; }
    1.11 +
    1.12 +</style>
    1.13 +</head>
    1.14 +
    1.15 +<body onload="document.getElementById('inner').removeAttribute('class');">
    1.16 +
    1.17 +<div id="outer" class="fl">
    1.18 +  a
    1.19 +  <div id="inner" style="float: left;" class="flWithContent">
    1.20 +    b
    1.21 +  </div>
    1.22 +  c
    1.23 +</div>
    1.24 +
    1.25 +</body>
    1.26 +</html>

mercurial