diff options
Diffstat (limited to 'layout/reftests/reftest-sanity/test-pos-fixed-transform.html')
-rw-r--r-- | layout/reftests/reftest-sanity/test-pos-fixed-transform.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/reftest-sanity/test-pos-fixed-transform.html b/layout/reftests/reftest-sanity/test-pos-fixed-transform.html new file mode 100644 index 000000000..d15b64614 --- /dev/null +++ b/layout/reftests/reftest-sanity/test-pos-fixed-transform.html @@ -0,0 +1,7 @@ +<!DOCTYPE HTML> +<html reftest-displayport-w="800" reftest-displayport-h="1000"> +<meta name="viewport" content="width=800; height=1000; initial-scale=1.0"> +<body> +<div style="position: fixed; background: lightblue; top: 0; left: 0; width:100px; height:100px; -moz-transform: translate(360px,0px);"/> +</body> +</html> |