mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1022612. Part 19: Test that merged display item lists merge their contents in the correct z-order. r=mattwoodrow
Prior to this patch, the only tests that caught this were a couple of obscure cases on B2G. This test tests it on all platforms. --HG-- extra : rebase_source : 2534f87eec88d5eba40726032e74ce85ac13be64
This commit is contained in:
parent
21dc27acfc
commit
b27c164603
7
layout/reftests/bugs/1022612-1-ref.html
Normal file
7
layout/reftests/bugs/1022612-1-ref.html
Normal file
@ -0,0 +1,7 @@
|
||||
<!DOCTYPE HTML>
|
||||
<div style="width:400px;">
|
||||
<span style="opacity:0.5;">
|
||||
<span style="position:relative; display:inline-block; width:400px; height:200px;"></span>
|
||||
<span style="position:relative; top:-300px; display:inline-block; background:lime; width:400px; height:400px;"></span>
|
||||
</span>
|
||||
</div>
|
7
layout/reftests/bugs/1022612-1.html
Normal file
7
layout/reftests/bugs/1022612-1.html
Normal file
@ -0,0 +1,7 @@
|
||||
<!DOCTYPE HTML>
|
||||
<div style="width:400px;">
|
||||
<span style="opacity:0.5;">
|
||||
<span style="position:relative; display:inline-block; background:red; width:400px; height:200px;"></span>
|
||||
<span style="position:relative; top:-300px; display:inline-block; background:lime; width:400px; height:400px;"></span>
|
||||
</span>
|
||||
</div>
|
@ -1813,4 +1813,5 @@ pref(layout.css.overflow-clip-box.enabled,true) == 992447.html 992447-ref.html
|
||||
pref(layout.css.sticky.enabled,true) == 1005405-1.html 1005405-1-ref.html
|
||||
pref(layout.css.will-change.enabled,true) == 1018522-1.html 1018522-1-ref.html
|
||||
pref(browser.display.use_document_fonts,0) == 1022481-1.html 1022481-1-ref.html
|
||||
== 1022612-1.html 1022612-1-ref.html
|
||||
== 1024473-1.html 1024473-1-ref.html
|
||||
|
Loading…
Reference in New Issue
Block a user