mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add reftest for bug 403177
This commit is contained in:
parent
4716215f38
commit
37510bd064
23
layout/reftests/first-line/403177-1-ref.html
Normal file
23
layout/reftests/first-line/403177-1-ref.html
Normal 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>
|
23
layout/reftests/first-line/403177-1.html
Normal file
23
layout/reftests/first-line/403177-1.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user