mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Update CSS tests to revision 939546644b4d333218fd9c2c0f68c60752ff1e95
This commit is contained in:
parent
b26fac3f78
commit
0ad6e78b23
435 changed files with 7534 additions and 3290 deletions
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS Text Decoration Module Level 3 CR Test Suite</h1>
|
||||
<h2>Emphasis Marks (8 tests)</h2>
|
||||
<h2>Emphasis Marks (9 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column">
|
||||
<col id="refs-column">
|
||||
|
@ -64,7 +64,18 @@
|
|||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#text-emphasis-style">
|
||||
<!-- 8 tests -->
|
||||
<!-- 9 tests -->
|
||||
<tr id="text-emphasis-style-001-3.1.#text-emphasis-style" class="primary">
|
||||
<td><strong>
|
||||
<a href="text-emphasis-style-001.htm">text-emphasis-style-001</a></strong></td>
|
||||
<td><a href="reference/text-emphasis-style-001-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Text Decoration Test - text-emphasis
|
||||
<ul class="assert">
|
||||
<li>Test checks that 'text-emphasis-style: none' shows no emphasis marks.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="text-emphasis-style-002-3.1.#text-emphasis-style" class="primary">
|
||||
<td><strong>
|
||||
<a href="text-emphasis-style-002.htm">text-emphasis-style-002</a></strong></td>
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Reference File</title>
|
||||
<link href="mailto:tak.koroki@gmail.com" rel="author" title="Takanori Koroki">
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is no dots avobe the text of "Text sample".</p>
|
||||
<p>Text sample</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -72,6 +72,14 @@
|
|||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-emphasis-style-001" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Text Decoration Test - text-emphasis">
|
||||
<a href="text-emphasis-style-001.htm">text-emphasis-style-001</a></td>
|
||||
<td><a href="reference/text-emphasis-style-001-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-emphasis-style-002" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Reference File">
|
||||
|
|
|
@ -5,6 +5,7 @@ text-decoration-line-011.htm == reference/text-decoration-line-011-ref.htm
|
|||
text-decoration-line-012.htm == reference/text-decoration-line-012-ref.htm
|
||||
text-decoration-line-013.htm == reference/text-decoration-line-013-ref.htm
|
||||
text-decoration-propagation-01.htm == reference/text-decoration-propagation-01-ref.htm
|
||||
text-emphasis-style-001.htm == reference/text-emphasis-style-001-ref.htm
|
||||
text-emphasis-style-002.htm == reference/text-emphasis-style-002-ref.htm
|
||||
text-emphasis-style-006.htm == reference/text-emphasis-style-006.htm
|
||||
text-emphasis-style-007.htm == reference/text-emphasis-style-007.htm
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Text Decoration Test - text-emphasis</title>
|
||||
<link href="mailto:tak.koroki@gmail.com" rel="author" title="Koroki Takanori">
|
||||
<link href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style" rel="help" title="3.1. Emphasis Mark Style: the 'text-emphasis-style' property">
|
||||
<link href="reference/text-emphasis-style-001-ref.htm" rel="match">
|
||||
<meta content="Test checks that 'text-emphasis-style: none' shows no emphasis marks." name="assert">
|
||||
<style>
|
||||
|
||||
span {
|
||||
/* This style definition will be overwritten by "text-emphasis-style: none;"
|
||||
If the dots appears above the text as emphasis marks, it means "text-emphasis-style: none" is not working. */
|
||||
text-emphasis-style: dot;
|
||||
}
|
||||
|
||||
#test > .test {
|
||||
text-emphasis-style: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is no dots above the text of "Text sample".</p>
|
||||
<p id="test">
|
||||
<span class="test">Text</span> <span class="test">sample</span>
|
||||
</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -32,7 +32,7 @@
|
|||
<tbody id="s3">
|
||||
<tr><th><a href="chapter-3.htm">Chapter 3 -
|
||||
Emphasis Marks</a></th>
|
||||
<td>(8 Tests)</td></tr>
|
||||
<td>(9 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="s4">
|
||||
<tr><th><a href="chapter-4.htm">Chapter 4 -
|
||||
|
|
|
@ -17,6 +17,8 @@ html/text-decoration-line-014.htm 5249afc1eca4ab8b4987ea7b1076470ec717eea1 ?
|
|||
xhtml1/text-decoration-line-014.xht 5249afc1eca4ab8b4987ea7b1076470ec717eea1 ?
|
||||
html/text-decoration-propagation-01.htm d2c7ab23fa267a9a336a41c08a4a76dc23b7143b ?
|
||||
xhtml1/text-decoration-propagation-01.xht d2c7ab23fa267a9a336a41c08a4a76dc23b7143b ?
|
||||
html/text-emphasis-style-001.htm d946bdb3fa56a68a5ea37bc2ba497fb8c8295ba7 ?
|
||||
xhtml1/text-emphasis-style-001.xht d946bdb3fa56a68a5ea37bc2ba497fb8c8295ba7 ?
|
||||
html/text-emphasis-style-002.htm ccf68b60bc2ea97be8961717db3eab04dfea0c6d ?
|
||||
xhtml1/text-emphasis-style-002.xht ccf68b60bc2ea97be8961717db3eab04dfea0c6d ?
|
||||
html/text-emphasis-style-006.htm dbe08f05f6457a27fb5b81200fbe086078314555 ?
|
||||
|
|
|
@ -135,6 +135,7 @@
|
|||
<li>Fuyuko Ikeguchi</li>
|
||||
<li>Gérard Talbot</li>
|
||||
<li>Kazuaki Takemura</li>
|
||||
<li>Koroki Takanori</li>
|
||||
<li>Shinsuke Matsuki</li>
|
||||
<li>Taka Oshiyama</li>
|
||||
<li>TestTWF Tokyo Meetup (Unofficial)</li>
|
||||
|
|
|
@ -135,6 +135,7 @@
|
|||
<li>Fuyuko Ikeguchi</li>
|
||||
<li>Gérard Talbot</li>
|
||||
<li>Kazuaki Takemura</li>
|
||||
<li>Koroki Takanori</li>
|
||||
<li>Shinsuke Matsuki</li>
|
||||
<li>Taka Oshiyama</li>
|
||||
<li>TestTWF Tokyo Meetup (Unofficial)</li>
|
||||
|
|
|
@ -6,6 +6,7 @@ text-decoration-line-012 reference/text-decoration-line-012-ref text-decoration-
|
|||
text-decoration-line-013 reference/text-decoration-line-013-ref text-decoration-line - line-through font http://www.w3.org/TR/css-text-decor-3/#text-decoration-line-property 941f9aba140d18783aa42e77db1a4504fadb7b52 `Taka Oshiyama`<mailto:takaoshiyama@gmail.com> This test checks that 'text-decoration-line: line-through' produces an horizontal line through the middle of the text.
|
||||
text-decoration-line-014 text-decoration-line - blink animated,font,may http://www.w3.org/TR/css-text-decor-3/#text-decoration-line-property 5249afc1eca4ab8b4987ea7b1076470ec717eea1 `Taka Oshiyama`<mailto:takaoshiyama@gmail.com> This test checks that 'text-decoration-line: blink' blinks (alternates between visible and invisible).
|
||||
text-decoration-propagation-01 reference/text-decoration-propagation-01-ref text-decoration shouldn't propagate through 'svg' element http://www.w3.org/TR/css-text-decor-3/#line-decoration d2c7ab23fa267a9a336a41c08a4a76dc23b7143b `Cameron McCormack`<mailto:cam@mcc.id.au> An outer 'svg' element is an atomic inline-axis element, so text decorations must not propagate through it.
|
||||
text-emphasis-style-001 reference/text-emphasis-style-001-ref CSS Text Decoration Test - text-emphasis http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style d946bdb3fa56a68a5ea37bc2ba497fb8c8295ba7 `Koroki Takanori`<mailto:tak.koroki@gmail.com> Test checks that 'text-emphasis-style: none' shows no emphasis marks.
|
||||
text-emphasis-style-002 reference/text-emphasis-style-002-ref CSS Reference File http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style ccf68b60bc2ea97be8961717db3eab04dfea0c6d `Yuuki Furukawa`<mailto:tenderhearted0407@gmail.com> This test checks 'text-emphasis-style: filled dot;'
|
||||
text-emphasis-style-006 reference/text-emphasis-style-006 CSS Text Decoration Test - text-emphasis http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style dbe08f05f6457a27fb5b81200fbe086078314555 `TestTWF Tokyo Meetup (Unofficial)`<mailto:tomoyuki.labs@gmail.com> Test checks 'text-emphasis-style: filled dot'
|
||||
text-emphasis-style-007 reference/text-emphasis-style-007 CSS Text Decoration Test - text-emphasis http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style 235004cf641da957e5a9b0ae9cd7767a66378717 `TestTWF Tokyo Meetup (Unofficial)`<mailto:tomoyuki.labs@gmail.com> Test checks 'text-emphasis-style: filled circle'
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS Text Decoration Module Level 3 CR Test Suite</h1>
|
||||
<h2>Emphasis Marks (8 tests)</h2>
|
||||
<h2>Emphasis Marks (9 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
|
@ -64,7 +64,18 @@
|
|||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#text-emphasis-style">
|
||||
<!-- 8 tests -->
|
||||
<!-- 9 tests -->
|
||||
<tr id="text-emphasis-style-001-3.1.#text-emphasis-style" class="primary">
|
||||
<td><strong>
|
||||
<a href="text-emphasis-style-001.xht">text-emphasis-style-001</a></strong></td>
|
||||
<td><a href="reference/text-emphasis-style-001-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Text Decoration Test - text-emphasis
|
||||
<ul class="assert">
|
||||
<li>Test checks that 'text-emphasis-style: none' shows no emphasis marks.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="text-emphasis-style-002-3.1.#text-emphasis-style" class="primary">
|
||||
<td><strong>
|
||||
<a href="text-emphasis-style-002.xht">text-emphasis-style-002</a></strong></td>
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Reference File</title>
|
||||
<link href="mailto:tak.koroki@gmail.com" rel="author" title="Takanori Koroki" />
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is no dots avobe the text of "Text sample".</p>
|
||||
<p>Text sample</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -72,6 +72,14 @@
|
|||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-emphasis-style-001" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Text Decoration Test - text-emphasis">
|
||||
<a href="text-emphasis-style-001.xht">text-emphasis-style-001</a></td>
|
||||
<td><a href="reference/text-emphasis-style-001-ref.xht">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-emphasis-style-002" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Reference File">
|
||||
|
|
|
@ -5,6 +5,7 @@ text-decoration-line-011.xht == reference/text-decoration-line-011-ref.xht
|
|||
text-decoration-line-012.xht == reference/text-decoration-line-012-ref.xht
|
||||
text-decoration-line-013.xht == reference/text-decoration-line-013-ref.xht
|
||||
text-decoration-propagation-01.xht == reference/text-decoration-propagation-01-ref.xht
|
||||
text-emphasis-style-001.xht == reference/text-emphasis-style-001-ref.xht
|
||||
text-emphasis-style-002.xht == reference/text-emphasis-style-002-ref.xht
|
||||
text-emphasis-style-006.xht == reference/text-emphasis-style-006.xht
|
||||
text-emphasis-style-007.xht == reference/text-emphasis-style-007.xht
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Text Decoration Test - text-emphasis</title>
|
||||
<link href="mailto:tak.koroki@gmail.com" rel="author" title="Koroki Takanori" />
|
||||
<link href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style" rel="help" title="3.1. Emphasis Mark Style: the 'text-emphasis-style' property" />
|
||||
<link href="reference/text-emphasis-style-001-ref.xht" rel="match" />
|
||||
<meta content="Test checks that 'text-emphasis-style: none' shows no emphasis marks." name="assert" />
|
||||
<style>
|
||||
|
||||
span {
|
||||
/* This style definition will be overwritten by "text-emphasis-style: none;"
|
||||
If the dots appears above the text as emphasis marks, it means "text-emphasis-style: none" is not working. */
|
||||
text-emphasis-style: dot;
|
||||
}
|
||||
|
||||
#test > .test {
|
||||
text-emphasis-style: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is no dots above the text of "Text sample".</p>
|
||||
<p id="test">
|
||||
<span class="test">Text</span> <span class="test">sample</span>
|
||||
</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -32,7 +32,7 @@
|
|||
<tbody id="s3">
|
||||
<tr><th><a href="chapter-3.xht">Chapter 3 -
|
||||
Emphasis Marks</a></th>
|
||||
<td>(8 Tests)</td></tr>
|
||||
<td>(9 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="s4">
|
||||
<tr><th><a href="chapter-4.xht">Chapter 4 -
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS Text Decoration Module Level 3 CR Test Suite</h1>
|
||||
<h2>Emphasis Marks (8 tests)</h2>
|
||||
<h2>Emphasis Marks (9 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
|
@ -64,7 +64,18 @@
|
|||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1.#text-emphasis-style">
|
||||
<!-- 8 tests -->
|
||||
<!-- 9 tests -->
|
||||
<tr id="text-emphasis-style-001-3.1.#text-emphasis-style" class="primary">
|
||||
<td><strong>
|
||||
<a href="text-emphasis-style-001.xht">text-emphasis-style-001</a></strong></td>
|
||||
<td><a href="reference/text-emphasis-style-001-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Text Decoration Test - text-emphasis
|
||||
<ul class="assert">
|
||||
<li>Test checks that 'text-emphasis-style: none' shows no emphasis marks.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="text-emphasis-style-002-3.1.#text-emphasis-style" class="primary">
|
||||
<td><strong>
|
||||
<a href="text-emphasis-style-002.xht">text-emphasis-style-002</a></strong></td>
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Reference File</title>
|
||||
<link href="mailto:tak.koroki@gmail.com" rel="author" title="Takanori Koroki" />
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is no dots avobe the text of "Text sample".</p>
|
||||
<p>Text sample</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -72,6 +72,14 @@
|
|||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-emphasis-style-001" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Text Decoration Test - text-emphasis">
|
||||
<a href="text-emphasis-style-001.xht">text-emphasis-style-001</a></td>
|
||||
<td><a href="reference/text-emphasis-style-001-ref.xht">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-emphasis-style-002" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Reference File">
|
||||
|
|
|
@ -5,6 +5,7 @@ text-decoration-line-011.xht == reference/text-decoration-line-011-ref.xht
|
|||
text-decoration-line-012.xht == reference/text-decoration-line-012-ref.xht
|
||||
text-decoration-line-013.xht == reference/text-decoration-line-013-ref.xht
|
||||
text-decoration-propagation-01.xht == reference/text-decoration-propagation-01-ref.xht
|
||||
text-emphasis-style-001.xht == reference/text-emphasis-style-001-ref.xht
|
||||
text-emphasis-style-002.xht == reference/text-emphasis-style-002-ref.xht
|
||||
text-emphasis-style-006.xht == reference/text-emphasis-style-006.xht
|
||||
text-emphasis-style-007.xht == reference/text-emphasis-style-007.xht
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS Text Decoration Test - text-emphasis</title>
|
||||
<link href="mailto:tak.koroki@gmail.com" rel="author" title="Koroki Takanori" />
|
||||
<link href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style" rel="help" title="3.1. Emphasis Mark Style: the 'text-emphasis-style' property" />
|
||||
<link href="reference/text-emphasis-style-001-ref.xht" rel="match" />
|
||||
<meta content="Test checks that 'text-emphasis-style: none' shows no emphasis marks." name="assert" />
|
||||
<style>
|
||||
|
||||
span {
|
||||
/* This style definition will be overwritten by "text-emphasis-style: none;"
|
||||
If the dots appears above the text as emphasis marks, it means "text-emphasis-style: none" is not working. */
|
||||
text-emphasis-style: dot;
|
||||
}
|
||||
|
||||
#test > .test {
|
||||
text-emphasis-style: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is no dots above the text of "Text sample".</p>
|
||||
<p id="test">
|
||||
<span class="test">Text</span> <span class="test">sample</span>
|
||||
</p>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -32,7 +32,7 @@
|
|||
<tbody id="s3">
|
||||
<tr><th><a href="chapter-3.xht">Chapter 3 -
|
||||
Emphasis Marks</a></th>
|
||||
<td>(8 Tests)</td></tr>
|
||||
<td>(9 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="s4">
|
||||
<tr><th><a href="chapter-4.xht">Chapter 4 -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue