mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 701190 - position:fixed items disappear due to wrong translation. Reftest. r=roc
This commit is contained in:
parent
3e692bbef7
commit
89654555a3
@ -97,6 +97,7 @@ skip-if(!browserIsRemote) == test-displayport-bg.html test-displayport-ref.html
|
||||
# Fixed layers are temporarily disabled (bug 656167).
|
||||
#== test-pos-fixed.html test-pos-fixed-ref.html
|
||||
== test-bg-attachment-fixed.html test-bg-attachment-fixed-ref.html
|
||||
== test-pos-fixed-transform.html test-pos-fixed-transform-ref.html
|
||||
|
||||
# reftest syntax: require-or
|
||||
require-or(unrecognizedCondition,skip) script scripttest-fail.html
|
||||
|
@ -0,0 +1,6 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html reftest-viewport-w="800" reftest-viewport-h="300">
|
||||
<body>
|
||||
<div style="position: fixed; background: lightblue; top: 0; left: 0; width:100px; height:100px; -moz-transform: translate(360px,0px);"/>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,7 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html reftest-viewport-w="800" reftest-viewport-h="300"
|
||||
reftest-displayport-w="800" reftest-displayport-h="300">
|
||||
<body>
|
||||
<div style="position: fixed; background: lightblue; top: 0; left: 0; width:100px; height:100px; -moz-transform: translate(360px,0px);"/>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user