diff options
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/sec5/first-line-000-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/CSS2/sec5/first-line-000-ref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/sec5/first-line-000-ref.html b/testing/web-platform/tests/css/CSS2/sec5/first-line-000-ref.html new file mode 100644 index 0000000000..4999f4fa5d --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/sec5/first-line-000-ref.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<title>CSS Reference</title> +<style> + p { + color: fuchsia; + } + span { + color: silver; + } +</style> +<body> + <p>The first line of this paragraph should be fuchsia (same as in the next block).<br /><span>Filler text.</span></p> + <p>Lorem ipsum dolor.<br /><span>Filler text.</span></p> +</body> |