diff options
Diffstat (limited to 'layout/reftests/canvas/copy-clip-ref.html')
-rw-r--r-- | layout/reftests/canvas/copy-clip-ref.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/canvas/copy-clip-ref.html b/layout/reftests/canvas/copy-clip-ref.html new file mode 100644 index 0000000000..c5cc14fac0 --- /dev/null +++ b/layout/reftests/canvas/copy-clip-ref.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html> +<body> +<div style="width: 100px; height:100px; background: red"></div> +</body> + +</html> |