diff options
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/generated-content/content-150-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/CSS2/generated-content/content-150-ref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/generated-content/content-150-ref.html b/testing/web-platform/tests/css/CSS2/generated-content/content-150-ref.html new file mode 100644 index 0000000000..2a24d705b0 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/generated-content/content-150-ref.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<title>CSS Reference</title> +<style> + li { + color: green; + border: 2px solid black; + display: block; + } +</style> +<body> + <p>Test passes if only the number "1" appears in the box below.</p> + <ol> + <li>1</li> + </ol> +</body> |