diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-pseudo/first-letter-with-quote-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-pseudo/first-letter-with-quote-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-pseudo/first-letter-with-quote-ref.html b/testing/web-platform/tests/css/css-pseudo/first-letter-with-quote-ref.html new file mode 100644 index 0000000000..0eebf0a51f --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/first-letter-with-quote-ref.html @@ -0,0 +1,9 @@ +<!DOCTYPE HTML> +<title>Reference: The ::first-letter should work with quote element</title> +<link rel="author" title="Jaeyong Bae" href="jdragon.bae@gmail.com"> +<style> + span { color: red } +</style> +<p> + <span>“</span>abc” +</p> |