diff options
Diffstat (limited to 'layout/reftests/reftest-sanity/fuzzy.html')
-rw-r--r-- | layout/reftests/reftest-sanity/fuzzy.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/reftest-sanity/fuzzy.html b/layout/reftests/reftest-sanity/fuzzy.html new file mode 100644 index 0000000000..d288560e96 --- /dev/null +++ b/layout/reftests/reftest-sanity/fuzzy.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> + <body> + <div style="background: #ff01ff; width: 500px; height: 500px;"></div> + </body> +</html> |