diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-content/reference/quotes-030-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-content/reference/quotes-030-ref.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-content/reference/quotes-030-ref.html b/testing/web-platform/tests/css/css-content/reference/quotes-030-ref.html new file mode 100644 index 0000000000..c06d85b9dd --- /dev/null +++ b/testing/web-platform/tests/css/css-content/reference/quotes-030-ref.html @@ -0,0 +1,12 @@ +<!doctype html> +<html lang="en"> +<meta charset=utf-8> +<title>CSS Generated Content reference: quotes</title> +<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com"> +<style> +body { font: 32px Arial, Helvetica, Noto Sans, DejaVu Sans, FreeSans, sans-serif; quotes: auto; } +</style> +<body> +<p>Test passes if the quote marks in both lines match: +<p>One “two <span lang="ja">‘three <span lang="fr">『four』</span>’</span>” +<p>One “two <span lang="ja">‘three <span lang="fr">『four』</span>’</span>” |