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