Add reftest for bug 403177

This commit is contained in:
Jesse Ruderman 2009-06-20 14:50:30 -07:00
parent 4716215f38
commit 37510bd064
3 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<html>
<head>
<style>
.fl:first-line { color: #ff00ff; background: #ffccff; }
.flWithContent:first-line { }
</style>
</head>
<body onload="document.getElementById('inner').removeAttribute('class');">
<div id="outer" class="fl">
a
<div id="inner" style="float: left;" class="flWithContent">
b
</div>
c
</div>
</body>
</html>

View File

@ -0,0 +1,23 @@
<html>
<head>
<style>
.fl:first-line { color: #ff00ff; background: #ffccff; }
.flWithContent:first-line { content: "generated"; }
</style>
</head>
<body onload="document.getElementById('inner').removeAttribute('class');">
<div id="outer" class="fl">
a
<div id="inner" style="float: left;" class="flWithContent">
b
</div>
c
</div>
</body>
</html>

View File

@ -26,5 +26,6 @@ fails == out-of-flow-1d.html out-of-flow-1-ref.html # bug 396645
== stress-11.xhtml stress-11-ref.xhtml
== border-not-apply.html border-not-apply-ref.html
== 403177-1.html 403177-1-ref.html
== 469227-2.html 469227-2-ref.html
== 469227-3.html 469227-3-ref.html