зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1040668 followup 2 - Disable failing reftests of text-emphasis on Windows XP.
--HG-- extra : source : fc26c406a2ac89b2231a73090fe3a4c5143678ee
This commit is contained in:
Родитель
c1cf44ece1
Коммит
ddf58626b6
|
@ -8,8 +8,8 @@ default-preferences pref(layout.css.text-emphasis.enabled,true)
|
|||
# text-emphasis-style
|
||||
== text-emphasis-style-property-001.html text-emphasis-style-property-001-ref.html
|
||||
== text-emphasis-style-property-002.html text-emphasis-style-property-002-ref.html
|
||||
== text-emphasis-style-property-003.html text-emphasis-style-property-003-ref.html
|
||||
== text-emphasis-style-property-004.html text-emphasis-style-property-004-ref.html
|
||||
skip-if(/^Windows\x20NT\x205\.1/.test(http.oscpu)) == text-emphasis-style-property-003.html text-emphasis-style-property-003-ref.html
|
||||
skip-if(/^Windows\x20NT\x205\.1/.test(http.oscpu)) == text-emphasis-style-property-004.html text-emphasis-style-property-004-ref.html
|
||||
== text-emphasis-style-property-005.html text-emphasis-style-property-005-ref.html
|
||||
== text-emphasis-style-property-005a.html text-emphasis-style-property-005-ref.html
|
||||
# START tests from support/generate-text-emphasis-style-property-010-tests.sh
|
||||
|
@ -34,9 +34,9 @@ default-preferences pref(layout.css.text-emphasis.enabled,true)
|
|||
== text-emphasis-style-property-014.html text-emphasis-style-property-014-ref.html
|
||||
== text-emphasis-style-property-014a.html text-emphasis-style-property-014-ref.html
|
||||
== text-emphasis-style-property-014b.html text-emphasis-style-property-014-ref.html
|
||||
== text-emphasis-style-property-015.html text-emphasis-style-property-015-ref.html
|
||||
== text-emphasis-style-property-015a.html text-emphasis-style-property-015-ref.html
|
||||
== text-emphasis-style-property-015b.html text-emphasis-style-property-015-ref.html
|
||||
skip-if(/^Windows\x20NT\x205\.1/.test(http.oscpu)) == text-emphasis-style-property-015.html text-emphasis-style-property-015-ref.html
|
||||
skip-if(/^Windows\x20NT\x205\.1/.test(http.oscpu)) == text-emphasis-style-property-015a.html text-emphasis-style-property-015-ref.html
|
||||
skip-if(/^Windows\x20NT\x205\.1/.test(http.oscpu)) == text-emphasis-style-property-015b.html text-emphasis-style-property-015-ref.html
|
||||
== text-emphasis-style-property-016.html text-emphasis-style-property-016-ref.html
|
||||
== text-emphasis-style-property-016a.html text-emphasis-style-property-016-ref.html
|
||||
== text-emphasis-style-property-017.html text-emphasis-style-property-017-ref.html
|
||||
|
@ -46,8 +46,8 @@ default-preferences pref(layout.css.text-emphasis.enabled,true)
|
|||
== text-emphasis-style-property-018a.html text-emphasis-style-property-018-ref.html
|
||||
== text-emphasis-style-property-019.html text-emphasis-style-property-019-ref.html
|
||||
== text-emphasis-style-property-019a.html text-emphasis-style-property-019-ref.html
|
||||
== text-emphasis-style-property-020.html text-emphasis-style-property-020-ref.html
|
||||
== text-emphasis-style-property-020a.html text-emphasis-style-property-020-ref.html
|
||||
skip-if(/^Windows\x20NT\x205\.1/.test(http.oscpu)) == text-emphasis-style-property-020.html text-emphasis-style-property-020-ref.html
|
||||
skip-if(/^Windows\x20NT\x205\.1/.test(http.oscpu)) == text-emphasis-style-property-020a.html text-emphasis-style-property-020-ref.html
|
||||
# END tests from support/generate-text-emphasis-style-property-tests.py
|
||||
|
||||
# text-emphasis-color
|
||||
|
|
|
@ -23,7 +23,6 @@ TEST_TEMPLATE = '''<!DOCTYPE html>
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: {value}' with 'writing-mode: {wm}' puts emphasis marks {position} the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-{index:03}-ref.html">
|
||||
<style> div {{ font-family: monospace; }} </style>
|
||||
<p>Pass if the emphasis marks are {position} the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: {wm}; text-orientation: {orient}; text-emphasis-position: {value}">試験テスト</div>
|
||||
'''
|
||||
|
|
|
@ -59,7 +59,6 @@ write_test_file() {
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="Emphasis marks should not be rendered for characters in general category $1">
|
||||
<link rel="match" href="text-emphasis-style-property-010-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is nothing rendered below:</p>
|
||||
<div style="color: white; white-space: pre-wrap; text-emphasis: filled circle red">
|
||||
<script>
|
||||
|
|
|
@ -19,7 +19,6 @@ TEST_TEMPLATE = '''<!DOCTYPE html>
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis-style: {value}' produces {code} as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-{index:03}-ref.html">
|
||||
<style> div {{ font-family: monospace; }} </style>
|
||||
<p>Pass if there is a '{char}' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: {value}">試験テスト</div>
|
||||
'''
|
||||
|
@ -31,7 +30,6 @@ REF_TEMPLATE = '''<!DOCTYPE html>
|
|||
<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: inherit; }} </style>
|
||||
<style> div {{ font-family: monospace; }} </style>
|
||||
<p>Pass if there is a '{1}' above every character below:</p>
|
||||
<div style="line-height: 5;"><ruby>試<rt>{1}</rt>験<rt>{1}</rt>テ<rt>{1}</rt>ス<rt>{1}</rt>ト<rt>{1}</rt></ruby></div>
|
||||
'''
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
<title>CSS Reference: text-emphasis-color: currentColor</title>
|
||||
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
|
||||
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<style> rt { font-variant-east-asian: inherit; } </style>
|
||||
<p>Pass if there is a <strong>green</strong> '●' above every character below:</p>
|
||||
<div style="line-height: 5; color: green"><ruby>試<rt>●</rt>験<rt>●</rt>テ<rt>●</rt>ス<rt>●</rt>ト<rt>●</rt></ruby></div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-color-property">
|
||||
<meta name="assert" content="The color of emphasis marks should be the same as the text by default">
|
||||
<link rel="match" href="text-emphasis-color-property-001-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a <strong>green</strong> '●' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: filled circle; color: green">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-color-property">
|
||||
<meta name="assert" content="The color of emphasis marks should be the same as the text for initial value">
|
||||
<link rel="match" href="text-emphasis-color-property-001-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a <strong>green</strong> '●' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: filled circle; text-emphasis-color: initial; color: green">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-color-property">
|
||||
<meta name="assert" content="The color of emphasis marks should be the same as the text by default">
|
||||
<link rel="match" href="text-emphasis-color-property-001-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a <strong>green</strong> '●' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis: filled circle; color: green">試験テスト</div>
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
<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: inherit; color: green; } </style>
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a <strong>green</strong> '●' above every character below:</p>
|
||||
<div style="line-height: 5;"><ruby>試<rt>●</rt>験<rt>●</rt>テ<rt>●</rt>ス<rt>●</rt>ト<rt>●</rt></ruby></div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-color-property">
|
||||
<meta name="assert" content="Emphasis marks should be rendered with color specified by text-emphasis-color.">
|
||||
<link rel="match" href="text-emphasis-color-property-002-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a <strong>green</strong> '●' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: filled circle; text-emphasis-color: green">試験テスト</div>
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
<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: inherit; } </style>
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are over the text below:</p>
|
||||
<div style="line-height: 5;"><ruby>試<rt>●</rt>験<rt>●</rt>テ<rt>●</rt>ス<rt>●</rt>ト<rt>●</rt></ruby></div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: over right' with 'writing-mode: horizontal-tb' puts emphasis marks over the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-001-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are over the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: horizontal-tb; text-orientation: mixed; text-emphasis-position: over right">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: right over' with 'writing-mode: horizontal-tb' puts emphasis marks over the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-001-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are over the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: horizontal-tb; text-orientation: mixed; text-emphasis-position: right over">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: over left' with 'writing-mode: horizontal-tb' puts emphasis marks over the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-001-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are over the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: horizontal-tb; text-orientation: mixed; text-emphasis-position: over left">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: left over' with 'writing-mode: horizontal-tb' puts emphasis marks over the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-001-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are over the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: horizontal-tb; text-orientation: mixed; text-emphasis-position: left over">試験テスト</div>
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
<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: inherit; } </style>
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are under the text below:</p>
|
||||
<div style="line-height: 5; ruby-position: under"><ruby>試<rt>●</rt>験<rt>●</rt>テ<rt>●</rt>ス<rt>●</rt>ト<rt>●</rt></ruby></div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: under right' with 'writing-mode: horizontal-tb' puts emphasis marks under the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-002-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are under the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: horizontal-tb; text-orientation: mixed; text-emphasis-position: under right">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: right under' with 'writing-mode: horizontal-tb' puts emphasis marks under the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-002-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are under the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: horizontal-tb; text-orientation: mixed; text-emphasis-position: right under">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: under left' with 'writing-mode: horizontal-tb' puts emphasis marks under the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-002-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are under the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: horizontal-tb; text-orientation: mixed; text-emphasis-position: under left">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: left under' with 'writing-mode: horizontal-tb' puts emphasis marks under the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-002-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are under the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: horizontal-tb; text-orientation: mixed; text-emphasis-position: left under">試験テスト</div>
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
<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: inherit; } </style>
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; writing-mode: vertical-rl; ruby-position: over"><ruby>試<rt>●</rt>験<rt>●</rt>テ<rt>●</rt>ス<rt>●</rt>ト<rt>●</rt></ruby></div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: right over' with 'writing-mode: vertical-rl' puts emphasis marks to the right of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-003-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-rl; text-orientation: mixed; text-emphasis-position: right over">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: over right' with 'writing-mode: vertical-rl' puts emphasis marks to the right of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-003-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-rl; text-orientation: mixed; text-emphasis-position: over right">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: right under' with 'writing-mode: vertical-rl' puts emphasis marks to the right of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-003-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-rl; text-orientation: mixed; text-emphasis-position: right under">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: under right' with 'writing-mode: vertical-rl' puts emphasis marks to the right of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-003-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-rl; text-orientation: mixed; text-emphasis-position: under right">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: right over' with 'writing-mode: vertical-lr' puts emphasis marks to the right of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-003-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-lr; text-orientation: mixed; text-emphasis-position: right over">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: over right' with 'writing-mode: vertical-lr' puts emphasis marks to the right of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-003-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-lr; text-orientation: mixed; text-emphasis-position: over right">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: right under' with 'writing-mode: vertical-lr' puts emphasis marks to the right of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-003-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-lr; text-orientation: mixed; text-emphasis-position: right under">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: under right' with 'writing-mode: vertical-lr' puts emphasis marks to the right of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-003-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-lr; text-orientation: mixed; text-emphasis-position: under right">試験テスト</div>
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
<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: inherit; } </style>
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; writing-mode: vertical-rl; ruby-position: under"><ruby>試<rt>●</rt>験<rt>●</rt>テ<rt>●</rt>ス<rt>●</rt>ト<rt>●</rt></ruby></div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: left over' with 'writing-mode: vertical-rl' puts emphasis marks to the left of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-004-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-rl; text-orientation: mixed; text-emphasis-position: left over">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: over left' with 'writing-mode: vertical-rl' puts emphasis marks to the left of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-004-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-rl; text-orientation: mixed; text-emphasis-position: over left">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: left under' with 'writing-mode: vertical-rl' puts emphasis marks to the left of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-004-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-rl; text-orientation: mixed; text-emphasis-position: left under">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: under left' with 'writing-mode: vertical-rl' puts emphasis marks to the left of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-004-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-rl; text-orientation: mixed; text-emphasis-position: under left">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: left over' with 'writing-mode: vertical-lr' puts emphasis marks to the left of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-004-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-lr; text-orientation: mixed; text-emphasis-position: left over">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: over left' with 'writing-mode: vertical-lr' puts emphasis marks to the left of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-004-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-lr; text-orientation: mixed; text-emphasis-position: over left">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: left under' with 'writing-mode: vertical-lr' puts emphasis marks to the left of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-004-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-lr; text-orientation: mixed; text-emphasis-position: left under">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: under left' with 'writing-mode: vertical-lr' puts emphasis marks to the left of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-004-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-lr; text-orientation: mixed; text-emphasis-position: under left">試験テスト</div>
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
<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: inherit; } </style>
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; writing-mode: vertical-rl; text-orientation: sideways; ruby-position: over"><ruby>試<rt>●</rt>験<rt>●</rt>テ<rt>●</rt>ス<rt>●</rt>ト<rt>●</rt></ruby></div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: right over' with 'writing-mode: vertical-rl' puts emphasis marks to the right of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-005-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-rl; text-orientation: sideways; text-emphasis-position: right over">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: over right' with 'writing-mode: vertical-rl' puts emphasis marks to the right of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-005-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-rl; text-orientation: sideways; text-emphasis-position: over right">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: right under' with 'writing-mode: vertical-rl' puts emphasis marks to the right of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-005-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-rl; text-orientation: sideways; text-emphasis-position: right under">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: under right' with 'writing-mode: vertical-rl' puts emphasis marks to the right of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-005-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-rl; text-orientation: sideways; text-emphasis-position: under right">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: right over' with 'writing-mode: vertical-lr' puts emphasis marks to the right of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-005-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-lr; text-orientation: sideways; text-emphasis-position: right over">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: over right' with 'writing-mode: vertical-lr' puts emphasis marks to the right of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-005-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-lr; text-orientation: sideways; text-emphasis-position: over right">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: right under' with 'writing-mode: vertical-lr' puts emphasis marks to the right of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-005-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-lr; text-orientation: sideways; text-emphasis-position: right under">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: under right' with 'writing-mode: vertical-lr' puts emphasis marks to the right of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-005-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the right of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-lr; text-orientation: sideways; text-emphasis-position: under right">試験テスト</div>
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
<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: inherit; } </style>
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; writing-mode: vertical-rl; text-orientation: sideways; ruby-position: under"><ruby>試<rt>●</rt>験<rt>●</rt>テ<rt>●</rt>ス<rt>●</rt>ト<rt>●</rt></ruby></div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: left over' with 'writing-mode: vertical-rl' puts emphasis marks to the left of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-006-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-rl; text-orientation: sideways; text-emphasis-position: left over">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: over left' with 'writing-mode: vertical-rl' puts emphasis marks to the left of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-006-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-rl; text-orientation: sideways; text-emphasis-position: over left">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: left under' with 'writing-mode: vertical-rl' puts emphasis marks to the left of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-006-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-rl; text-orientation: sideways; text-emphasis-position: left under">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: under left' with 'writing-mode: vertical-rl' puts emphasis marks to the left of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-006-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-rl; text-orientation: sideways; text-emphasis-position: under left">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: left over' with 'writing-mode: vertical-lr' puts emphasis marks to the left of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-006-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-lr; text-orientation: sideways; text-emphasis-position: left over">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: over left' with 'writing-mode: vertical-lr' puts emphasis marks to the left of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-006-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-lr; text-orientation: sideways; text-emphasis-position: over left">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: left under' with 'writing-mode: vertical-lr' puts emphasis marks to the left of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-006-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-lr; text-orientation: sideways; text-emphasis-position: left under">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-position-property">
|
||||
<meta name="assert" content="'text-emphasis-position: under left' with 'writing-mode: vertical-lr' puts emphasis marks to the left of the text.">
|
||||
<link rel="match" href="text-emphasis-position-property-006-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks are to the left of the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle; writing-mode: vertical-lr; text-orientation: sideways; text-emphasis-position: under left">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-property">
|
||||
<meta name="assert" content="text-emphasis: none does not produce any emphasis marks.">
|
||||
<link rel="match" href="reference/text-emphasis-style-property-001-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is NO emphasis marks above the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis: none">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-property">
|
||||
<meta name="assert" content="'text-emphasis: string' uses the given string as emphasis marks">
|
||||
<link rel="match" href="reference/text-emphasis-style-property-002-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '^' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis: '^'">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-property">
|
||||
<meta name="assert" content="'text-emphasis: circle' produces U+25CF as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-012-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '●' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-property">
|
||||
<meta name="assert" content="'text-emphasis: filled' produces U+25CF as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-012-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '●' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis: filled">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-property">
|
||||
<meta name="assert" content="'text-emphasis: filled circle' produces U+25CF as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-012-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '●' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis: filled circle">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-property">
|
||||
<meta name="assert" content="Emphasis marks should be rendered with color specified by text-emphasis.">
|
||||
<link rel="match" href="text-emphasis-color-property-002-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a <strong>green</strong> '●' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis: circle green">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-property">
|
||||
<meta name="assert" content="Emphasis marks should be rendered with color specified by text-emphasis.">
|
||||
<link rel="match" href="text-emphasis-color-property-002-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a <strong>green</strong> '●' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis: green circle">試験テスト</div>
|
||||
|
|
|
@ -3,6 +3,5 @@
|
|||
<title>CSS Reference: text-emphasis-style: none</title>
|
||||
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
|
||||
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is NO emphasis marks above the text below:</p>
|
||||
<div style="line-height: 5;">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="text-emphasis-style: none does not produce any emphasis marks.">
|
||||
<link rel="match" href="reference/text-emphasis-style-property-001-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is NO emphasis marks above the text below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: none">試験テスト</div>
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
<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>
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '^' above every character below:</p>
|
||||
<div style="line-height: 5"><ruby>試<rt>^</rt>験<rt>^</rt>テ<rt>^</rt>ス<rt>^</rt>ト<rt>^</rt></ruby></div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis-style: string' uses the given string as emphasis marks">
|
||||
<link rel="match" href="reference/text-emphasis-style-property-002-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '^' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: '^'">試験テスト</div>
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
<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>
|
||||
<style> div { font-family: monospace; } </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>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis-style: filled' produces U+FE45 as emphasis marks in vertical writing modes.">
|
||||
<link rel="match" href="text-emphasis-style-property-003-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '﹅' to the right of every character below:</p>
|
||||
<div style="writing-mode: vertical-rl; line-height: 5; text-emphasis-style: filled">試験テスト</div>
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
<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>
|
||||
<style> div { font-family: monospace; } </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>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis: open sesame' produces U+FE46 as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-004-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '﹆' to the right of every character below:</p>
|
||||
<div style="writing-mode: vertical-rl; line-height: 5; text-emphasis-style: open">試験テスト</div>
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
<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; text-orientation: upright; } </style>
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks 'V' are upright:</p>
|
||||
<div style="writing-mode: vertical-rl; line-height: 5;"><ruby>試<rt>V</rt>験<rt>V</rt>テ<rt>V</rt>ス<rt>V</rt>ト<rt>V</rt></ruby></div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="Emphasis marks must remain upright in vertical writing modes">
|
||||
<link rel="match" href="text-emphasis-style-property-005-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks 'V' are upright:</p>
|
||||
<div style="writing-mode: vertical-rl; line-height: 5; text-emphasis-style: 'V'">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="Emphasis marks must remain upright in vertical writing modes">
|
||||
<link rel="match" href="text-emphasis-style-property-005-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if the emphasis marks 'V' are upright:</p>
|
||||
<div style="writing-mode: vertical-lr; line-height: 5; text-emphasis-style: 'V'">試験テスト</div>
|
||||
|
|
|
@ -3,6 +3,5 @@
|
|||
<title>CSS Test: text-emphasis on characters without emphasis mark</title>
|
||||
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
|
||||
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is nothing rendered below:</p>
|
||||
<div></div>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="Emphasis marks should not be rendered for characters in general category Cc">
|
||||
<link rel="match" href="text-emphasis-style-property-010-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is nothing rendered below:</p>
|
||||
<div style="color: white; white-space: pre-wrap; text-emphasis: filled circle red">
|
||||
<script>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="Emphasis marks should not be rendered for characters in general category Cf">
|
||||
<link rel="match" href="text-emphasis-style-property-010-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is nothing rendered below:</p>
|
||||
<div style="color: white; white-space: pre-wrap; text-emphasis: filled circle red">
|
||||
<script>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="Emphasis marks should not be rendered for non-characters">
|
||||
<link rel="match" href="text-emphasis-style-property-010-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is nothing rendered below:</p>
|
||||
<div style="color: white; white-space: pre-wrap; text-emphasis: filled circle red">
|
||||
<script>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="Emphasis marks should not be rendered for characters in general category Zl">
|
||||
<link rel="match" href="text-emphasis-style-property-010-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is nothing rendered below:</p>
|
||||
<div style="color: white; white-space: pre-wrap; text-emphasis: filled circle red">
|
||||
<script>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="Emphasis marks should not be rendered for characters in general category Zp">
|
||||
<link rel="match" href="text-emphasis-style-property-010-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is nothing rendered below:</p>
|
||||
<div style="color: white; white-space: pre-wrap; text-emphasis: filled circle red">
|
||||
<script>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="Emphasis marks should not be rendered for characters in general category Zs">
|
||||
<link rel="match" href="text-emphasis-style-property-010-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is nothing rendered below:</p>
|
||||
<div style="color: white; white-space: pre-wrap; text-emphasis: filled circle red">
|
||||
<script>
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
<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: inherit; } </style>
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '•' above every character below:</p>
|
||||
<div style="line-height: 5;"><ruby>試<rt>•</rt>験<rt>•</rt>テ<rt>•</rt>ス<rt>•</rt>ト<rt>•</rt></ruby></div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis-style: filled dot' produces U+2022 as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-011-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '•' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: filled dot">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis-style: dot filled' produces U+2022 as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-011-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '•' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: dot filled">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis-style: dot' produces U+2022 as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-011-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '•' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: dot">試験テスト</div>
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
<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: inherit; } </style>
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '●' above every character below:</p>
|
||||
<div style="line-height: 5;"><ruby>試<rt>●</rt>験<rt>●</rt>テ<rt>●</rt>ス<rt>●</rt>ト<rt>●</rt></ruby></div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis-style: filled circle' produces U+25CF as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-012-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '●' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: filled circle">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis-style: circle filled' produces U+25CF as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-012-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '●' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: circle filled">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis-style: circle' produces U+25CF as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-012-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '●' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: circle">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis-style: filled' produces U+25CF as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-012-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '●' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: filled">試験テスト</div>
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
<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: inherit; } </style>
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '◉' above every character below:</p>
|
||||
<div style="line-height: 5;"><ruby>試<rt>◉</rt>験<rt>◉</rt>テ<rt>◉</rt>ス<rt>◉</rt>ト<rt>◉</rt></ruby></div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis-style: filled double-circle' produces U+25C9 as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-013-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '◉' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: filled double-circle">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis-style: double-circle filled' produces U+25C9 as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-013-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '◉' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: double-circle filled">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis-style: double-circle' produces U+25C9 as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-013-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '◉' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: double-circle">試験テスト</div>
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
<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: inherit; } </style>
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '▲' above every character below:</p>
|
||||
<div style="line-height: 5;"><ruby>試<rt>▲</rt>験<rt>▲</rt>テ<rt>▲</rt>ス<rt>▲</rt>ト<rt>▲</rt></ruby></div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis-style: filled triangle' produces U+25B2 as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-014-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '▲' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: filled triangle">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis-style: triangle filled' produces U+25B2 as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-014-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '▲' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: triangle filled">試験テスト</div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis-style: triangle' produces U+25B2 as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-014-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '▲' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: triangle">試験テスト</div>
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
<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: inherit; } </style>
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '﹅' above every character below:</p>
|
||||
<div style="line-height: 5;"><ruby>試<rt>﹅</rt>験<rt>﹅</rt>テ<rt>﹅</rt>ス<rt>﹅</rt>ト<rt>﹅</rt></ruby></div>
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property">
|
||||
<meta name="assert" content="'text-emphasis-style: filled sesame' produces U+FE45 as emphasis marks.">
|
||||
<link rel="match" href="text-emphasis-style-property-015-ref.html">
|
||||
<style> div { font-family: monospace; } </style>
|
||||
<p>Pass if there is a '﹅' above every character below:</p>
|
||||
<div style="line-height: 5; text-emphasis-style: filled sesame">試験テスト</div>
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче