diff options
Diffstat (limited to 'testing/web-platform/tests/compat/webkit-background-origin-text-ref.html')
-rw-r--r-- | testing/web-platform/tests/compat/webkit-background-origin-text-ref.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/compat/webkit-background-origin-text-ref.html b/testing/web-platform/tests/compat/webkit-background-origin-text-ref.html new file mode 100644 index 0000000000..d1f183874c --- /dev/null +++ b/testing/web-platform/tests/compat/webkit-background-origin-text-ref.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<title>webkit-background-origin should not accept text as value</title> +<link rel="author" title="Rob Buis" href="rob.buis@chromium.org"> +<p>There should be a green square below and no red.</p> +<div style="width: 100px; height: 100px; background-color: green"></div> |