diff options
Diffstat (limited to 'layout/reftests/reftest-sanity/test-zoom.html')
-rw-r--r-- | layout/reftests/reftest-sanity/test-zoom.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/reftest-sanity/test-zoom.html b/layout/reftests/reftest-sanity/test-zoom.html new file mode 100644 index 000000000..d663030a9 --- /dev/null +++ b/layout/reftests/reftest-sanity/test-zoom.html @@ -0,0 +1,7 @@ +<!DOCTYPE HTML> +<html reftest-zoom="1.5"> +<body style="margin:0;"> +<div style="background:yellow; height:10px;"></div> +<div style="position:absolute; top:100px; left:100px; width:100px; height:100px; border:1px solid black;"></div> +</body> +</html> |