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