diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-cascade/all-prop-001-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-cascade/all-prop-001-ref.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-cascade/all-prop-001-ref.html b/testing/web-platform/tests/css/css-cascade/all-prop-001-ref.html new file mode 100644 index 0000000000..e255585783 --- /dev/null +++ b/testing/web-platform/tests/css/css-cascade/all-prop-001-ref.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <title>CSS Cascade: all shorthand Reference File</title> +</head> +<body> + <p>Test passes if the digits are <strong>in order</strong> and there is <strong>no red</strong>.</p> + + <div class="test">123 456 789</div> +</body> +</html> |