diff options
Diffstat (limited to 'gfx/tests/reftest/1523080-ref.html')
-rw-r--r-- | gfx/tests/reftest/1523080-ref.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gfx/tests/reftest/1523080-ref.html b/gfx/tests/reftest/1523080-ref.html new file mode 100644 index 0000000000..42e0e793b2 --- /dev/null +++ b/gfx/tests/reftest/1523080-ref.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<style> +html, body { + margin: 0; +} +</style> +<div style="width: 400px; height: 400px; background-color: green"></div> |