diff options
Diffstat (limited to 'testing/web-platform/tests/infrastructure/assumptions/canvas-background-ref.html')
-rw-r--r-- | testing/web-platform/tests/infrastructure/assumptions/canvas-background-ref.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/tests/infrastructure/assumptions/canvas-background-ref.html b/testing/web-platform/tests/infrastructure/assumptions/canvas-background-ref.html new file mode 100644 index 0000000000..b117f6b300 --- /dev/null +++ b/testing/web-platform/tests/infrastructure/assumptions/canvas-background-ref.html @@ -0,0 +1,8 @@ +<!doctype html> +<title>canvas background reference</title> +<style> +html { + background: white; +} +</style> +<p>The background should be white |