diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-variables/reference/variable-reference-without-whitespace-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-variables/reference/variable-reference-without-whitespace-ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-variables/reference/variable-reference-without-whitespace-ref.html b/testing/web-platform/tests/css/css-variables/reference/variable-reference-without-whitespace-ref.html new file mode 100644 index 0000000000..3d9aaed6b1 --- /dev/null +++ b/testing/web-platform/tests/css/css-variables/reference/variable-reference-without-whitespace-ref.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<title>Variable reference without whitespace - reference</title> +<link rel=author title="Simon Sapin" href=http://exyr.org/about/> +<p>The next four lines must be identical, containing only zeroes: +<p>0 0 0 +<p>0 0 0 +<p>0 0 0 +<p>0 0 0 + +<p>The next four lines must be identical, containing increasing integers: +<p>1 2 3 +<p>1 2 3 +<p>1 2 3 +<p>1 2 3 |