diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-pseudo/target-text-two-words-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-pseudo/target-text-two-words-ref.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-pseudo/target-text-two-words-ref.html b/testing/web-platform/tests/css/css-pseudo/target-text-two-words-ref.html new file mode 100644 index 0000000000..47583b5abf --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/target-text-two-words-ref.html @@ -0,0 +1,4 @@ +<!doctype html> +<title>CSS Test Reference</title> +<p>PASS if the text below is rendered black on an orange background.</p> +<p><span style="color:black;background:orange">match me<span></p> |