Update CSS tests to revision d674587d6ae7d2e231d632785559f2613d554eb0
@@ -131,7 +131,7 @@
|
||||
<tr id="text-emphasis-style-016-3.1.#text-emphasis-style" class="primary">
|
||||
<td><strong>
|
||||
<a href="text-emphasis-style-016.htm">text-emphasis-style-016</a></strong></td>
|
||||
<td><a href="reference/text-emphasis-style-016-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>CSS Text Decoration Test - text-emphasis
|
||||
<ul class="assert">
|
||||
|
||||
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 9.9 KiB |
@@ -1,4 +1,6 @@
|
||||
(function () {
|
||||
var log = function () {};
|
||||
|
||||
function OrientationTester(container, orientation) {
|
||||
this.container = container;
|
||||
this.setOrientation(orientation);
|
||||
@@ -212,8 +214,4 @@
|
||||
for (var key in dict)
|
||||
target[key] = dict[key];
|
||||
}
|
||||
|
||||
function log(text) {
|
||||
console.log(text);
|
||||
}
|
||||
})();
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Text Decoration Test - text-emphasis</title>
|
||||
<link href="mailto:fuyuko.ikeguchi@gmail.com" rel="author" title="Fuyuko Ikeguchi">
|
||||
<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">
|
||||
<meta content="Test checks that [explanation of what you're trying to test]." name="assert">
|
||||
<!-- link rel="reviewer" title="" href="" -->
|
||||
<style>
|
||||
.test {
|
||||
text-emphasis-style: -webkit-text-emphasis-style;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the small dot appears above "Text sample".</p>
|
||||
<div><span class="test">Text</span> <span class="test">sample</span></div>
|
||||
<p></p>
|
||||
|
||||
|
||||
</body></html>
|
||||
@@ -120,14 +120,6 @@
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-emphasis-style-016" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Text Decoration Test - text-emphasis">
|
||||
<a href="text-emphasis-style-016.htm">text-emphasis-style-016</a></td>
|
||||
<td><a href="reference/text-emphasis-style-016-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-emphasis-style-021" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Text Decoration Test - text-emphasis">
|
||||
|
||||
@@ -11,5 +11,4 @@ text-emphasis-style-007.htm == reference/text-emphasis-style-007.htm
|
||||
text-emphasis-style-008.htm == reference/text-emphasis-style-008-ref.htm
|
||||
text-emphasis-style-010.htm == reference/text-emphasis-style-010-ref.htm
|
||||
text-emphasis-style-012.htm == reference/text-emphasis-style-012-ref.htm
|
||||
text-emphasis-style-016.htm == reference/text-emphasis-style-016-ref.htm
|
||||
text-emphasis-style-021.htm == reference/text-emphasis-style-021-ref.htm
|
||||
|
||||
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 9.9 KiB |
@@ -1,4 +1,6 @@
|
||||
(function () {
|
||||
var log = function () {};
|
||||
|
||||
function OrientationTester(container, orientation) {
|
||||
this.container = container;
|
||||
this.setOrientation(orientation);
|
||||
@@ -212,8 +214,4 @@
|
||||
for (var key in dict)
|
||||
target[key] = dict[key];
|
||||
}
|
||||
|
||||
function log(text) {
|
||||
console.log(text);
|
||||
}
|
||||
})();
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
<title>CSS Text Decoration Test - text-emphasis</title>
|
||||
<link href="mailto:fuyuko.ikeguchi@gmail.com" rel="author" title="Fuyuko Ikeguchi">
|
||||
<link href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style" rel="help">
|
||||
<link href="reference/text-emphasis-style-016-ref.htm" rel="match">
|
||||
<meta content="Test checks that [explanation of what you're trying to test]." name="assert">
|
||||
<style>
|
||||
.test {
|
||||
|
||||
@@ -25,10 +25,6 @@
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: alphabetic; /* reserved IE */
|
||||
-moz-text-underline-position: alphabetic; /* reserved Firefox */
|
||||
-o-text-underline-position: alphabetic; /* reserved Opera */
|
||||
-webkit-text-underline-position: alphabetic; /* reserved webkit */
|
||||
text-underline-position: alphabetic;
|
||||
color:blue;
|
||||
}
|
||||
|
||||
@@ -25,10 +25,6 @@
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: auto; /* reserved IE */
|
||||
-moz-text-underline-position: auto; /* reserved Firefox */
|
||||
-o-text-underline-position: auto; /* reserved Opera */
|
||||
-webkit-text-underline-position: auto; /* reserved webkit */
|
||||
text-underline-position: auto;
|
||||
color:blue;
|
||||
}
|
||||
|
||||
@@ -25,11 +25,6 @@
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: below;
|
||||
-ms-text-underline-position: left; /* reserved IE */
|
||||
-moz-text-underline-position: left; /* reserved Firefox */
|
||||
-o-text-underline-position: left; /* reserved Opera */
|
||||
-webkit-text-underline-position: left; /* reserved webkit */
|
||||
text-underline-position: left;
|
||||
color:blue;
|
||||
}
|
||||
|
||||
@@ -10,11 +10,6 @@
|
||||
|
||||
div
|
||||
{
|
||||
-webkit-writing-mode: vertical-rl;
|
||||
-moz-writing-mode: vertical-rl;
|
||||
-o-writing-mode: vertical-rl;
|
||||
-ms-writing-mode: tb-rl;
|
||||
-ms-writing-mode: vertical-rl;
|
||||
writing-mode: vertical-rl;
|
||||
}
|
||||
|
||||
@@ -38,11 +33,6 @@
|
||||
color:blue;
|
||||
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: below;
|
||||
-ms-text-underline-position: left; /* reserved IE */
|
||||
-moz-text-underline-position: left; /* reserved Firefox */
|
||||
-o-text-underline-position: left; /* reserved Opera */
|
||||
-webkit-text-underline-position: left; /* reserved webkit */
|
||||
text-underline-position: left;
|
||||
}
|
||||
|
||||
|
||||
@@ -25,11 +25,6 @@
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: above;
|
||||
-ms-text-underline-position: right; /* reserved IE */
|
||||
-moz-text-underline-position: right; /* reserved Firefox */
|
||||
-o-text-underline-position: right; /* reserved Opera */
|
||||
-webkit-text-underline-position: right; /* reserved webkit */
|
||||
text-underline-position: right;
|
||||
color:blue;
|
||||
}
|
||||
|
||||
@@ -10,11 +10,6 @@
|
||||
|
||||
div
|
||||
{
|
||||
-webkit-writing-mode: vertical-rl;
|
||||
-moz-writing-mode: vertical-rl;
|
||||
-o-writing-mode: vertical-rl;
|
||||
-ms-writing-mode: tb-rl;
|
||||
-ms-writing-mode: vertical-rl;
|
||||
writing-mode: vertical-rl;
|
||||
|
||||
}
|
||||
@@ -38,11 +33,6 @@
|
||||
color:blue;
|
||||
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: above;
|
||||
-ms-text-underline-position: right; /* reserved IE */
|
||||
-moz-text-underline-position: right; /* reserved Firefox */
|
||||
-o-text-underline-position: right; /* reserved Opera */
|
||||
-webkit-text-underline-position: right; /* reserved webkit */
|
||||
text-underline-position: right;
|
||||
}
|
||||
|
||||
|
||||
@@ -25,10 +25,6 @@
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: under; /* reserved IE */
|
||||
-moz-text-underline-position: under; /* reserved Firefox */
|
||||
-o-text-underline-position: under; /* reserved Opera */
|
||||
-webkit-text-underline-position: under; /* reserved webkit */
|
||||
text-underline-position: under;
|
||||
color:blue;
|
||||
}
|
||||
|
||||
@@ -29,21 +29,21 @@ html/text-emphasis-style-010.htm 43d55dbc5d3b0e62c6c49ad0f88b2dd273054d6a ?
|
||||
xhtml1/text-emphasis-style-010.xht 43d55dbc5d3b0e62c6c49ad0f88b2dd273054d6a ?
|
||||
html/text-emphasis-style-012.htm ae0c296c38c25ca79d81611ba40e792e5f41c350 ?
|
||||
xhtml1/text-emphasis-style-012.xht ae0c296c38c25ca79d81611ba40e792e5f41c350 ?
|
||||
html/text-emphasis-style-016.htm 7f06e7907f88ebd78511b0dc2ce3594647f9706d ?
|
||||
xhtml1/text-emphasis-style-016.xht 7f06e7907f88ebd78511b0dc2ce3594647f9706d ?
|
||||
html/text-emphasis-style-016.htm bf891ac1d92548f2a9e1e0fce240d9c406b49b28 ?
|
||||
xhtml1/text-emphasis-style-016.xht bf891ac1d92548f2a9e1e0fce240d9c406b49b28 ?
|
||||
html/text-emphasis-style-021.htm f4d99062d42adf9a47a22f534e7499bf67d9e608 ?
|
||||
xhtml1/text-emphasis-style-021.xht f4d99062d42adf9a47a22f534e7499bf67d9e608 ?
|
||||
html/text-underline-position-alphabetic-001.htm 3ff96cf6129d587b9198efd2455a605c4154ac7c ?
|
||||
xhtml1/text-underline-position-alphabetic-001.xht 3ff96cf6129d587b9198efd2455a605c4154ac7c ?
|
||||
html/text-underline-position-auto-001.htm bb181c132aad4782e75ce15c1b59914c3e7e5e5a ?
|
||||
xhtml1/text-underline-position-auto-001.xht bb181c132aad4782e75ce15c1b59914c3e7e5e5a ?
|
||||
html/text-underline-position-left-001.htm 923b5360b9dc7b02bcccff5fb4743cf71bc7be7a ?
|
||||
xhtml1/text-underline-position-left-001.xht 923b5360b9dc7b02bcccff5fb4743cf71bc7be7a ?
|
||||
html/text-underline-position-left-002.htm e043ed83c37a4090103f004a72ff00643ee6cce1 ?
|
||||
xhtml1/text-underline-position-left-002.xht e043ed83c37a4090103f004a72ff00643ee6cce1 ?
|
||||
html/text-underline-position-right-001.htm 7bf96266a7e4e52eac4d2cbce954e5b3ac140395 ?
|
||||
xhtml1/text-underline-position-right-001.xht 7bf96266a7e4e52eac4d2cbce954e5b3ac140395 ?
|
||||
html/text-underline-position-right-002.htm b331276dea060063ce6fc57b2832dd846a78441d ?
|
||||
xhtml1/text-underline-position-right-002.xht b331276dea060063ce6fc57b2832dd846a78441d ?
|
||||
html/text-underline-position-under-001.htm cbf161b41529bfb0200d0ce3c4c68efa3b59dc0e ?
|
||||
xhtml1/text-underline-position-under-001.xht cbf161b41529bfb0200d0ce3c4c68efa3b59dc0e ?
|
||||
html/text-underline-position-alphabetic-001.htm 0bf0456bc0f4daddfe9b415e0f89e7c83f5daf50 ?
|
||||
xhtml1/text-underline-position-alphabetic-001.xht 0bf0456bc0f4daddfe9b415e0f89e7c83f5daf50 ?
|
||||
html/text-underline-position-auto-001.htm e8b94c3e950dc5f0063afbabadc78252805861f4 ?
|
||||
xhtml1/text-underline-position-auto-001.xht e8b94c3e950dc5f0063afbabadc78252805861f4 ?
|
||||
html/text-underline-position-left-001.htm dcb61de447da0c884ff4bfda9a4c6e71329e0a6b ?
|
||||
xhtml1/text-underline-position-left-001.xht dcb61de447da0c884ff4bfda9a4c6e71329e0a6b ?
|
||||
html/text-underline-position-left-002.htm 5582607af1e76a77d412994096be57315abb5e41 ?
|
||||
xhtml1/text-underline-position-left-002.xht 5582607af1e76a77d412994096be57315abb5e41 ?
|
||||
html/text-underline-position-right-001.htm 9a87883e72baf49dca5ef85b1a77926074a7d47e ?
|
||||
xhtml1/text-underline-position-right-001.xht 9a87883e72baf49dca5ef85b1a77926074a7d47e ?
|
||||
html/text-underline-position-right-002.htm 58dc96adf3a515eea76558481f13d6fa76fa7377 ?
|
||||
xhtml1/text-underline-position-right-002.xht 58dc96adf3a515eea76558481f13d6fa76fa7377 ?
|
||||
html/text-underline-position-under-001.htm 859f9df320e8eddb0c876e5cae8eef78cff1afbc ?
|
||||
xhtml1/text-underline-position-under-001.xht 859f9df320e8eddb0c876e5cae8eef78cff1afbc ?
|
||||
|
||||
@@ -12,12 +12,12 @@ text-emphasis-style-007 reference/text-emphasis-style-007 CSS Text Decoration Te
|
||||
text-emphasis-style-008 reference/text-emphasis-style-008-ref CSS Text Decoration Test - text-emphasis http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style b7c4ed5fa1fdbfb7f1b1c30171fae45bf2500a3f `TestTWF Tokyo Meetup (Unofficial)`<mailto:ymdsmn@gmail.com> Test checks that 'text-emphasis-style: filled double-circle'.
|
||||
text-emphasis-style-010 reference/text-emphasis-style-010-ref CSS Text Decoration Test - text-emphasis-style http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style 43d55dbc5d3b0e62c6c49ad0f88b2dd273054d6a `Yu.Taguchi`<mailto:taguchu@gmail.com>
|
||||
text-emphasis-style-012 reference/text-emphasis-style-012-ref CSS Reference File http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style ae0c296c38c25ca79d81611ba40e792e5f41c350 `Yuuki Furukawa`<mailto:tenderhearted0407@gmail.com> This test checks 'text-emphasis-style: open dot;'
|
||||
text-emphasis-style-016 reference/text-emphasis-style-016-ref CSS Text Decoration Test - text-emphasis http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style 7f06e7907f88ebd78511b0dc2ce3594647f9706d `Fuyuko Ikeguchi`<mailto:fuyuko.ikeguchi@gmail.com> Test checks that [explanation of what you're trying to test].
|
||||
text-emphasis-style-016 CSS Text Decoration Test - text-emphasis http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style bf891ac1d92548f2a9e1e0fce240d9c406b49b28 `Fuyuko Ikeguchi`<mailto:fuyuko.ikeguchi@gmail.com> Test checks that [explanation of what you're trying to test].
|
||||
text-emphasis-style-021 reference/text-emphasis-style-021-ref CSS Text Decoration Test - text-emphasis http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style f4d99062d42adf9a47a22f534e7499bf67d9e608 `Shinsuke Matsuki`<mailto:shinsk@gmail.com> This test checks 'text-emphasis-style:string'.
|
||||
text-underline-position-alphabetic-001 text-underline-position - alphabetic ahem http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property 3ff96cf6129d587b9198efd2455a605c4154ac7c `Kazuaki Takemura`<mailto:takemura@networksoft.co.jp> This tests checks that there is underline in a position to cross the descenders.
|
||||
text-underline-position-auto-001 text-underline-position - auto ahem http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property bb181c132aad4782e75ce15c1b59914c3e7e5e5a `Kazuaki Takemura`<mailto:takemura@networksoft.co.jp> This tests checks that there is underline under the baseline.
|
||||
text-underline-position-left-001 text-underline-position - left ahem http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property 923b5360b9dc7b02bcccff5fb4743cf71bc7be7a `Kazuaki Takemura`<mailto:takemura@networksoft.co.jp> This tests checks that there is underline in a position under the descenders.
|
||||
text-underline-position-left-002 text-underline-position - left in vertical writing mode ahem http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property e043ed83c37a4090103f004a72ff00643ee6cce1 `Kazuaki Takemura`<mailto:takemura@networksoft.co.jp> This tests checks that there is underline to the left of the text in vertical writing mode.
|
||||
text-underline-position-right-001 text-underline-position - right ahem http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property 7bf96266a7e4e52eac4d2cbce954e5b3ac140395 `Kazuaki Takemura`<mailto:takemura@networksoft.co.jp> This tests checks that there is underline in a position under the descenders.
|
||||
text-underline-position-right-002 text-underline-position - right in vertical writing mode ahem http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property b331276dea060063ce6fc57b2832dd846a78441d `Kazuaki Takemura`<mailto:takemura@networksoft.co.jp> This tests checks that there is underline to the right of the text in vertical writing mode.
|
||||
text-underline-position-under-001 text-underline-position - under ahem http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property cbf161b41529bfb0200d0ce3c4c68efa3b59dc0e `Kazuaki Takemura`<mailto:takemura@networksoft.co.jp> This tests checks that there is underline in a position under the descenders.
|
||||
text-underline-position-alphabetic-001 text-underline-position - alphabetic ahem http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property 0bf0456bc0f4daddfe9b415e0f89e7c83f5daf50 `Kazuaki Takemura`<mailto:takemura@networksoft.co.jp> This tests checks that there is underline in a position to cross the descenders.
|
||||
text-underline-position-auto-001 text-underline-position - auto ahem http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property e8b94c3e950dc5f0063afbabadc78252805861f4 `Kazuaki Takemura`<mailto:takemura@networksoft.co.jp> This tests checks that there is underline under the baseline.
|
||||
text-underline-position-left-001 text-underline-position - left ahem http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property dcb61de447da0c884ff4bfda9a4c6e71329e0a6b `Kazuaki Takemura`<mailto:takemura@networksoft.co.jp> This tests checks that there is underline in a position under the descenders.
|
||||
text-underline-position-left-002 text-underline-position - left in vertical writing mode ahem http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property 5582607af1e76a77d412994096be57315abb5e41 `Kazuaki Takemura`<mailto:takemura@networksoft.co.jp> This tests checks that there is underline to the left of the text in vertical writing mode.
|
||||
text-underline-position-right-001 text-underline-position - right ahem http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property 9a87883e72baf49dca5ef85b1a77926074a7d47e `Kazuaki Takemura`<mailto:takemura@networksoft.co.jp> This tests checks that there is underline in a position under the descenders.
|
||||
text-underline-position-right-002 text-underline-position - right in vertical writing mode ahem http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property 58dc96adf3a515eea76558481f13d6fa76fa7377 `Kazuaki Takemura`<mailto:takemura@networksoft.co.jp> This tests checks that there is underline to the right of the text in vertical writing mode.
|
||||
text-underline-position-under-001 text-underline-position - under ahem http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property 859f9df320e8eddb0c876e5cae8eef78cff1afbc `Kazuaki Takemura`<mailto:takemura@networksoft.co.jp> This tests checks that there is underline in a position under the descenders.
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
<tr id="text-emphasis-style-016-3.1.#text-emphasis-style" class="primary">
|
||||
<td><strong>
|
||||
<a href="text-emphasis-style-016.xht">text-emphasis-style-016</a></strong></td>
|
||||
<td><a href="reference/text-emphasis-style-016-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>CSS Text Decoration Test - text-emphasis
|
||||
<ul class="assert">
|
||||
|
||||
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 9.9 KiB |
@@ -1,4 +1,6 @@
|
||||
(function () {
|
||||
var log = function () {};
|
||||
|
||||
function OrientationTester(container, orientation) {
|
||||
this.container = container;
|
||||
this.setOrientation(orientation);
|
||||
@@ -212,8 +214,4 @@
|
||||
for (var key in dict)
|
||||
target[key] = dict[key];
|
||||
}
|
||||
|
||||
function log(text) {
|
||||
console.log(text);
|
||||
}
|
||||
})();
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
<!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:fuyuko.ikeguchi@gmail.com" rel="author" title="Fuyuko Ikeguchi" />
|
||||
<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" />
|
||||
<meta content="Test checks that [explanation of what you're trying to test]." name="assert" />
|
||||
<!-- link rel="reviewer" title="" href="" -->
|
||||
<style>
|
||||
.test {
|
||||
text-emphasis-style: -webkit-text-emphasis-style;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the small dot appears above "Text sample".</p>
|
||||
<div><span class="test">Text</span> <span class="test">sample</span></div>
|
||||
<p></p>
|
||||
|
||||
|
||||
</body></html>
|
||||
@@ -120,14 +120,6 @@
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-emphasis-style-016" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Text Decoration Test - text-emphasis">
|
||||
<a href="text-emphasis-style-016.xht">text-emphasis-style-016</a></td>
|
||||
<td><a href="reference/text-emphasis-style-016-ref.xht">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-emphasis-style-021" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Text Decoration Test - text-emphasis">
|
||||
|
||||
@@ -11,5 +11,4 @@ text-emphasis-style-007.xht == reference/text-emphasis-style-007.xht
|
||||
text-emphasis-style-008.xht == reference/text-emphasis-style-008-ref.xht
|
||||
text-emphasis-style-010.xht == reference/text-emphasis-style-010-ref.xht
|
||||
text-emphasis-style-012.xht == reference/text-emphasis-style-012-ref.xht
|
||||
text-emphasis-style-016.xht == reference/text-emphasis-style-016-ref.xht
|
||||
text-emphasis-style-021.xht == reference/text-emphasis-style-021-ref.xht
|
||||
|
||||
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 9.9 KiB |
@@ -1,4 +1,6 @@
|
||||
(function () {
|
||||
var log = function () {};
|
||||
|
||||
function OrientationTester(container, orientation) {
|
||||
this.container = container;
|
||||
this.setOrientation(orientation);
|
||||
@@ -212,8 +214,4 @@
|
||||
for (var key in dict)
|
||||
target[key] = dict[key];
|
||||
}
|
||||
|
||||
function log(text) {
|
||||
console.log(text);
|
||||
}
|
||||
})();
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
<title>CSS Text Decoration Test - text-emphasis</title>
|
||||
<link href="mailto:fuyuko.ikeguchi@gmail.com" rel="author" title="Fuyuko Ikeguchi" />
|
||||
<link href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style" rel="help" />
|
||||
<link href="reference/text-emphasis-style-016-ref.xht" rel="match" />
|
||||
<meta content="Test checks that [explanation of what you're trying to test]." name="assert" />
|
||||
<style>
|
||||
.test {
|
||||
|
||||
@@ -25,10 +25,6 @@
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: alphabetic; /* reserved IE */
|
||||
-moz-text-underline-position: alphabetic; /* reserved Firefox */
|
||||
-o-text-underline-position: alphabetic; /* reserved Opera */
|
||||
-webkit-text-underline-position: alphabetic; /* reserved webkit */
|
||||
text-underline-position: alphabetic;
|
||||
color:blue;
|
||||
}
|
||||
|
||||
@@ -25,10 +25,6 @@
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: auto; /* reserved IE */
|
||||
-moz-text-underline-position: auto; /* reserved Firefox */
|
||||
-o-text-underline-position: auto; /* reserved Opera */
|
||||
-webkit-text-underline-position: auto; /* reserved webkit */
|
||||
text-underline-position: auto;
|
||||
color:blue;
|
||||
}
|
||||
|
||||
@@ -25,11 +25,6 @@
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: below;
|
||||
-ms-text-underline-position: left; /* reserved IE */
|
||||
-moz-text-underline-position: left; /* reserved Firefox */
|
||||
-o-text-underline-position: left; /* reserved Opera */
|
||||
-webkit-text-underline-position: left; /* reserved webkit */
|
||||
text-underline-position: left;
|
||||
color:blue;
|
||||
}
|
||||
|
||||
@@ -10,11 +10,6 @@
|
||||
|
||||
div
|
||||
{
|
||||
-webkit-writing-mode: vertical-rl;
|
||||
-moz-writing-mode: vertical-rl;
|
||||
-o-writing-mode: vertical-rl;
|
||||
-ms-writing-mode: tb-rl;
|
||||
-ms-writing-mode: vertical-rl;
|
||||
writing-mode: vertical-rl;
|
||||
}
|
||||
|
||||
@@ -38,11 +33,6 @@
|
||||
color:blue;
|
||||
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: below;
|
||||
-ms-text-underline-position: left; /* reserved IE */
|
||||
-moz-text-underline-position: left; /* reserved Firefox */
|
||||
-o-text-underline-position: left; /* reserved Opera */
|
||||
-webkit-text-underline-position: left; /* reserved webkit */
|
||||
text-underline-position: left;
|
||||
}
|
||||
|
||||
|
||||
@@ -25,11 +25,6 @@
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: above;
|
||||
-ms-text-underline-position: right; /* reserved IE */
|
||||
-moz-text-underline-position: right; /* reserved Firefox */
|
||||
-o-text-underline-position: right; /* reserved Opera */
|
||||
-webkit-text-underline-position: right; /* reserved webkit */
|
||||
text-underline-position: right;
|
||||
color:blue;
|
||||
}
|
||||
|
||||
@@ -10,11 +10,6 @@
|
||||
|
||||
div
|
||||
{
|
||||
-webkit-writing-mode: vertical-rl;
|
||||
-moz-writing-mode: vertical-rl;
|
||||
-o-writing-mode: vertical-rl;
|
||||
-ms-writing-mode: tb-rl;
|
||||
-ms-writing-mode: vertical-rl;
|
||||
writing-mode: vertical-rl;
|
||||
|
||||
}
|
||||
@@ -38,11 +33,6 @@
|
||||
color:blue;
|
||||
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: above;
|
||||
-ms-text-underline-position: right; /* reserved IE */
|
||||
-moz-text-underline-position: right; /* reserved Firefox */
|
||||
-o-text-underline-position: right; /* reserved Opera */
|
||||
-webkit-text-underline-position: right; /* reserved webkit */
|
||||
text-underline-position: right;
|
||||
}
|
||||
|
||||
|
||||
@@ -25,10 +25,6 @@
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: under; /* reserved IE */
|
||||
-moz-text-underline-position: under; /* reserved Firefox */
|
||||
-o-text-underline-position: under; /* reserved Opera */
|
||||
-webkit-text-underline-position: under; /* reserved webkit */
|
||||
text-underline-position: under;
|
||||
color:blue;
|
||||
}
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
<tr id="text-emphasis-style-016-3.1.#text-emphasis-style" class="primary">
|
||||
<td><strong>
|
||||
<a href="text-emphasis-style-016.xht">text-emphasis-style-016</a></strong></td>
|
||||
<td><a href="reference/text-emphasis-style-016-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>CSS Text Decoration Test - text-emphasis
|
||||
<ul class="assert">
|
||||
|
||||
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 9.9 KiB |
@@ -1,4 +1,6 @@
|
||||
(function () {
|
||||
var log = function () {};
|
||||
|
||||
function OrientationTester(container, orientation) {
|
||||
this.container = container;
|
||||
this.setOrientation(orientation);
|
||||
@@ -212,8 +214,4 @@
|
||||
for (var key in dict)
|
||||
target[key] = dict[key];
|
||||
}
|
||||
|
||||
function log(text) {
|
||||
console.log(text);
|
||||
}
|
||||
})();
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
<!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:fuyuko.ikeguchi@gmail.com" rel="author" title="Fuyuko Ikeguchi" />
|
||||
<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" />
|
||||
<meta content="Test checks that [explanation of what you're trying to test]." name="assert" />
|
||||
<!-- link rel="reviewer" title="" href="" -->
|
||||
<style>
|
||||
.test {
|
||||
text-emphasis-style: -webkit-text-emphasis-style;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the small dot appears above "Text sample".</p>
|
||||
<div><span class="test">Text</span> <span class="test">sample</span></div>
|
||||
<p></p>
|
||||
|
||||
|
||||
</body></html>
|
||||
@@ -120,14 +120,6 @@
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-emphasis-style-016" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Text Decoration Test - text-emphasis">
|
||||
<a href="text-emphasis-style-016.xht">text-emphasis-style-016</a></td>
|
||||
<td><a href="reference/text-emphasis-style-016-ref.xht">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="text-emphasis-style-021" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Text Decoration Test - text-emphasis">
|
||||
|
||||
@@ -11,5 +11,4 @@ text-emphasis-style-007.xht == reference/text-emphasis-style-007.xht
|
||||
text-emphasis-style-008.xht == reference/text-emphasis-style-008-ref.xht
|
||||
text-emphasis-style-010.xht == reference/text-emphasis-style-010-ref.xht
|
||||
text-emphasis-style-012.xht == reference/text-emphasis-style-012-ref.xht
|
||||
text-emphasis-style-016.xht == reference/text-emphasis-style-016-ref.xht
|
||||
text-emphasis-style-021.xht == reference/text-emphasis-style-021-ref.xht
|
||||
|
||||
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 9.9 KiB |
@@ -1,4 +1,6 @@
|
||||
(function () {
|
||||
var log = function () {};
|
||||
|
||||
function OrientationTester(container, orientation) {
|
||||
this.container = container;
|
||||
this.setOrientation(orientation);
|
||||
@@ -212,8 +214,4 @@
|
||||
for (var key in dict)
|
||||
target[key] = dict[key];
|
||||
}
|
||||
|
||||
function log(text) {
|
||||
console.log(text);
|
||||
}
|
||||
})();
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
<title>CSS Text Decoration Test - text-emphasis</title>
|
||||
<link href="mailto:fuyuko.ikeguchi@gmail.com" rel="author" title="Fuyuko Ikeguchi" />
|
||||
<link href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style" rel="help" />
|
||||
<link href="reference/text-emphasis-style-016-ref.xht" rel="match" />
|
||||
<meta content="Test checks that [explanation of what you're trying to test]." name="assert" />
|
||||
<style>
|
||||
.test {
|
||||
|
||||
@@ -34,10 +34,6 @@
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: alphabetic; /* reserved IE */
|
||||
-moz-text-underline-position: alphabetic; /* reserved Firefox */
|
||||
-o-text-underline-position: alphabetic; /* reserved Opera */
|
||||
-webkit-text-underline-position: alphabetic; /* reserved webkit */
|
||||
text-underline-position: alphabetic;
|
||||
color:blue;
|
||||
}
|
||||
|
||||
@@ -34,10 +34,6 @@
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: auto; /* reserved IE */
|
||||
-moz-text-underline-position: auto; /* reserved Firefox */
|
||||
-o-text-underline-position: auto; /* reserved Opera */
|
||||
-webkit-text-underline-position: auto; /* reserved webkit */
|
||||
text-underline-position: auto;
|
||||
color:blue;
|
||||
}
|
||||
|
||||
@@ -34,11 +34,6 @@
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: below;
|
||||
-ms-text-underline-position: left; /* reserved IE */
|
||||
-moz-text-underline-position: left; /* reserved Firefox */
|
||||
-o-text-underline-position: left; /* reserved Opera */
|
||||
-webkit-text-underline-position: left; /* reserved webkit */
|
||||
text-underline-position: left;
|
||||
color:blue;
|
||||
}
|
||||
|
||||
@@ -19,11 +19,6 @@
|
||||
|
||||
div
|
||||
{
|
||||
-webkit-writing-mode: vertical-rl;
|
||||
-moz-writing-mode: vertical-rl;
|
||||
-o-writing-mode: vertical-rl;
|
||||
-ms-writing-mode: tb-rl;
|
||||
-ms-writing-mode: vertical-rl;
|
||||
writing-mode: vertical-rl;
|
||||
}
|
||||
|
||||
@@ -47,11 +42,6 @@
|
||||
color:blue;
|
||||
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: below;
|
||||
-ms-text-underline-position: left; /* reserved IE */
|
||||
-moz-text-underline-position: left; /* reserved Firefox */
|
||||
-o-text-underline-position: left; /* reserved Opera */
|
||||
-webkit-text-underline-position: left; /* reserved webkit */
|
||||
text-underline-position: left;
|
||||
}
|
||||
|
||||
|
||||
@@ -34,11 +34,6 @@
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: above;
|
||||
-ms-text-underline-position: right; /* reserved IE */
|
||||
-moz-text-underline-position: right; /* reserved Firefox */
|
||||
-o-text-underline-position: right; /* reserved Opera */
|
||||
-webkit-text-underline-position: right; /* reserved webkit */
|
||||
text-underline-position: right;
|
||||
color:blue;
|
||||
}
|
||||
|
||||
@@ -19,11 +19,6 @@
|
||||
|
||||
div
|
||||
{
|
||||
-webkit-writing-mode: vertical-rl;
|
||||
-moz-writing-mode: vertical-rl;
|
||||
-o-writing-mode: vertical-rl;
|
||||
-ms-writing-mode: tb-rl;
|
||||
-ms-writing-mode: vertical-rl;
|
||||
writing-mode: vertical-rl;
|
||||
|
||||
}
|
||||
@@ -47,11 +42,6 @@
|
||||
color:blue;
|
||||
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: above;
|
||||
-ms-text-underline-position: right; /* reserved IE */
|
||||
-moz-text-underline-position: right; /* reserved Firefox */
|
||||
-o-text-underline-position: right; /* reserved Opera */
|
||||
-webkit-text-underline-position: right; /* reserved webkit */
|
||||
text-underline-position: right;
|
||||
}
|
||||
|
||||
|
||||
@@ -34,10 +34,6 @@
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-decoration: underline;
|
||||
-ms-text-underline-position: under; /* reserved IE */
|
||||
-moz-text-underline-position: under; /* reserved Firefox */
|
||||
-o-text-underline-position: under; /* reserved Opera */
|
||||
-webkit-text-underline-position: under; /* reserved webkit */
|
||||
text-underline-position: under;
|
||||
color:blue;
|
||||
}
|
||||
|
||||