diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-backgrounds/border-image-calc-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-backgrounds/border-image-calc-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-backgrounds/border-image-calc-ref.html b/testing/web-platform/tests/css/css-backgrounds/border-image-calc-ref.html new file mode 100644 index 0000000000..f827ca7fd0 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/border-image-calc-ref.html @@ -0,0 +1,13 @@ +<!doctype html> +<title>CSS Test Reference</title> +<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io"> +<link rel="author" title="Mozilla" href="https://mozilla.org"> +<style> + #test { + background-color: green; + width: 200px; + height: 200px; + } +</style> +<p>Test passes if there is a green 200px times 200px square.</p> +<div id="test"></div> |