diff options
Diffstat (limited to 'layout/reftests/w3c-css/submitted/text-decor-3/text-emphasis-style-property-003-ref.html')
-rw-r--r-- | layout/reftests/w3c-css/submitted/text-decor-3/text-emphasis-style-property-003-ref.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/w3c-css/submitted/text-decor-3/text-emphasis-style-property-003-ref.html b/layout/reftests/w3c-css/submitted/text-decor-3/text-emphasis-style-property-003-ref.html new file mode 100644 index 000000000..d9c29d749 --- /dev/null +++ b/layout/reftests/w3c-css/submitted/text-decor-3/text-emphasis-style-property-003-ref.html @@ -0,0 +1,8 @@ +<!DOCTYPE html>
+<meta charset="utf-8">
+<title>CSS Reference: text-emphasis-style: filled sesame, vertical</title>
+<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
+<link rel="author" title="Mozilla" href="https://www.mozilla.org">
+<style> rt { font-variant-east-asian: normal; } </style>
+<p>Pass if there is a '﹅' to the right of every character below:</p>
+<div style="writing-mode: vertical-rl; line-height: 5;"><ruby>試<rt>﹅</rt>験<rt>﹅</rt>テ<rt>﹅</rt>ス<rt>﹅</rt>ト<rt>﹅</rt></ruby></div>
|