diff options
Diffstat (limited to 'layout/reftests/canvas/1447035-1-ref.html')
-rw-r--r-- | layout/reftests/canvas/1447035-1-ref.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/canvas/1447035-1-ref.html b/layout/reftests/canvas/1447035-1-ref.html new file mode 100644 index 0000000000..508804e240 --- /dev/null +++ b/layout/reftests/canvas/1447035-1-ref.html @@ -0,0 +1,8 @@ +<html> +<body> +<canvas id="whiteCanvas" width="200" height="100" style="background-color: white;"></canvas> +<br> +<canvas id="purpleCanvas" width="200" height="100" style="background-color: purple;"></canvas> +</body> +</html> + |