diff options
Diffstat (limited to 'layout/reftests/async-scrolling/checkerboard-1-ref.html')
-rw-r--r-- | layout/reftests/async-scrolling/checkerboard-1-ref.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/async-scrolling/checkerboard-1-ref.html b/layout/reftests/async-scrolling/checkerboard-1-ref.html new file mode 100644 index 000000000..1c3a1e455 --- /dev/null +++ b/layout/reftests/async-scrolling/checkerboard-1-ref.html @@ -0,0 +1,5 @@ +<!DOCTYPE HTML> +<html> +<body style="background-color: green; overflow:hidden"> + <div style="position:absolute; left: 0px; top: 0px; width: 100px; height: 200px; background-color: red"></div> +</body> |