Bug 1040668 followup 2 - Disable failing reftests of text-emphasis on Windows XP.

--HG--
extra : source : fc26c406a2ac89b2231a73090fe3a4c5143678ee
This commit is contained in:
Xidorn Quan 2015-11-28 17:52:28 +11:00
Родитель c1cf44ece1
Коммит ddf58626b6
118 изменённых файлов: 7 добавлений и 125 удалений

Просмотреть файл

@ -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> '&#x25CF;' above every character below:</p>
<div style="line-height: 5; color: green"><ruby><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</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> '&#x25CF;' 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> '&#x25CF;' 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> '&#x25CF;' 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> '&#x25CF;' above every character below:</p>
<div style="line-height: 5;"><ruby><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</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> '&#x25CF;' 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>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</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>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</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>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</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>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</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>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</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>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</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 '&#x25CF;' 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 '&#x25CF;' 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 '&#x25CF;' 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> '&#x25CF;' 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> '&#x25CF;' 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 '&#xFE45;' to the right of every character below:</p>
<div style="writing-mode: vertical-rl; line-height: 5;"><ruby><rt>&#xFE45;</rt><rt>&#xFE45;</rt><rt>&#xFE45;</rt><rt>&#xFE45;</rt><rt>&#xFE45;</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 '&#xFE45;' 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 '&#xFE46;' to the right of every character below:</p>
<div style="writing-mode: vertical-rl; line-height: 5;"><ruby><rt>&#xFE46;</rt><rt>&#xFE46;</rt><rt>&#xFE46;</rt><rt>&#xFE46;</rt><rt>&#xFE46;</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 '&#xFE46;' 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 '&#x2022;' above every character below:</p>
<div style="line-height: 5;"><ruby><rt>&#x2022;</rt><rt>&#x2022;</rt><rt>&#x2022;</rt><rt>&#x2022;</rt><rt>&#x2022;</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 '&#x2022;' 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 '&#x2022;' 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 '&#x2022;' 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 '&#x25CF;' above every character below:</p>
<div style="line-height: 5;"><ruby><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</rt><rt>&#x25CF;</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 '&#x25CF;' 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 '&#x25CF;' 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 '&#x25CF;' 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 '&#x25CF;' 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 '&#x25C9;' above every character below:</p>
<div style="line-height: 5;"><ruby><rt>&#x25C9;</rt><rt>&#x25C9;</rt><rt>&#x25C9;</rt><rt>&#x25C9;</rt><rt>&#x25C9;</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 '&#x25C9;' 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 '&#x25C9;' 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 '&#x25C9;' 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 '&#x25B2;' above every character below:</p>
<div style="line-height: 5;"><ruby><rt>&#x25B2;</rt><rt>&#x25B2;</rt><rt>&#x25B2;</rt><rt>&#x25B2;</rt><rt>&#x25B2;</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 '&#x25B2;' 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 '&#x25B2;' 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 '&#x25B2;' 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 '&#xFE45;' above every character below:</p>
<div style="line-height: 5;"><ruby><rt>&#xFE45;</rt><rt>&#xFE45;</rt><rt>&#xFE45;</rt><rt>&#xFE45;</rt><rt>&#xFE45;</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 '&#xFE45;' above every character below:</p>
<div style="line-height: 5; text-emphasis-style: filled sesame">試験テスト</div>

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше