mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update CSS tests to revision 09d27d61d637da536af1d86a8d7bea157592ff9e
This commit is contained in:
parent
282f9ade93
commit
5abfa12a4c
234 changed files with 4896 additions and 498 deletions
|
@ -4843,7 +4843,7 @@
|
|||
<td></td>
|
||||
<td>'text-decoration: underline' with various font sizes
|
||||
<ul class="assert">
|
||||
<li>This test checks that when latin and east-asian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box even if that cuts through glyphs of descendant text or through em box of descendant text or even if font size of text is larger.</li>
|
||||
<li>This test checks that when mongolian glyphs of varying font sizes are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -4854,7 +4854,7 @@
|
|||
<td></td>
|
||||
<td>'text-decoration: underline' with various font sizes and mixed text
|
||||
<ul class="assert">
|
||||
<li>This test checks that when latin and east-asian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box even if that cuts through glyphs of descendant text or through em box of descendant text or even if font size of text is larger.</li>
|
||||
<li>This test checks that when latin and mongolian glyphs of varying font sizes are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -4865,7 +4865,7 @@
|
|||
<td></td>
|
||||
<td>'text-decoration: underline' with various font sizes
|
||||
<ul class="assert">
|
||||
<li>This test checks that when latin and east-asian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box even if that cuts through glyphs of descendant text or through em box of descendant text or even if font size of text is larger.</li>
|
||||
<li>This test checks that when east-asian glyphs of varying font sizes are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -4876,7 +4876,7 @@
|
|||
<td></td>
|
||||
<td>'text-decoration: underline' with various font sizes and mixed text
|
||||
<ul class="assert">
|
||||
<li>This test checks that when latin and east-asian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box even if that cuts through glyphs of descendant text or through em box of descendant text or even if font size of text is larger.</li>
|
||||
<li>This test checks that when latin and east-asian glyphs of varying font sizes are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -4887,7 +4887,7 @@
|
|||
<td></td>
|
||||
<td>'text-decoration: underline' and mixed text
|
||||
<ul class="assert">
|
||||
<li>This test checks that when latin and east-asian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box even if that cuts through glyphs of descendant text or through em box of descendant text.</li>
|
||||
<li>This test checks that when latin and mongolian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -4898,7 +4898,7 @@
|
|||
<td></td>
|
||||
<td>'text-decoration: underline' and mixed text
|
||||
<ul class="assert">
|
||||
<li>This test checks that when latin and east-asian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box even if that cuts through glyphs of descendant text or through em box of descendant text.</li>
|
||||
<li>This test checks that when latin and east-asian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 343 B |
Binary file not shown.
After Width: | Height: | Size: 351 B |
Binary file not shown.
|
@ -1,4 +1,4 @@
|
|||
@font-face {
|
||||
font-family: "Ahem";
|
||||
src: url(../../../../fonts/Ahem.ttf);
|
||||
src: url(./Ahem.ttf);
|
||||
}
|
||||
|
|
|
@ -31,13 +31,13 @@
|
|||
<tbody><tr>
|
||||
<td rowspan="2">
|
||||
</td><td class="h">
|
||||
</td><td colspan='3"'>
|
||||
</td><td colspan="3">
|
||||
</td><td class="a">
|
||||
</td></tr><tr>
|
||||
<td rowspan='3"'>
|
||||
<td rowspan="3">
|
||||
</td><td class="g">
|
||||
</td><td class="f">
|
||||
</td><td rowspan='2"'>
|
||||
</td><td rowspan="2">
|
||||
</td><td class="b">
|
||||
</td></tr><tr>
|
||||
<td class="c">
|
||||
|
@ -52,13 +52,13 @@
|
|||
<tbody><tr>
|
||||
<td rowspan="2">
|
||||
</td><td class="h">
|
||||
</td><td colspan='3"'>
|
||||
</td><td colspan="3">
|
||||
</td><td class="a">
|
||||
</td></tr><tr>
|
||||
<td rowspan='3"'>
|
||||
<td rowspan="3">
|
||||
</td><td class="g">
|
||||
</td><td class="f">
|
||||
</td><td rowspan='2"'>
|
||||
</td><td rowspan="2">
|
||||
</td><td class="b">
|
||||
</td></tr><tr>
|
||||
<td class="c">
|
||||
|
@ -73,13 +73,13 @@
|
|||
<tbody><tr>
|
||||
<td rowspan="2">
|
||||
</td><td class="h">
|
||||
</td><td colspan='3"'>
|
||||
</td><td colspan="3">
|
||||
</td><td class="a">
|
||||
</td></tr><tr>
|
||||
<td rowspan='3"'>
|
||||
<td rowspan="3">
|
||||
</td><td class="g">
|
||||
</td><td class="f">
|
||||
</td><td rowspan='2"'>
|
||||
</td><td rowspan="2">
|
||||
</td><td class="b">
|
||||
</td></tr><tr>
|
||||
<td class="c">
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 343 B |
Binary file not shown.
After Width: | Height: | Size: 351 B |
Binary file not shown.
|
@ -1,4 +1,4 @@
|
|||
@font-face {
|
||||
font-family: "Ahem";
|
||||
src: url(../../../../fonts/Ahem.ttf);
|
||||
src: url(./Ahem.ttf);
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
</p><table class="test">
|
||||
<thead>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<td colspan="2">
|
||||
</td><td class="c">
|
||||
</td><td class="d">
|
||||
</td></tr></thead><tfoot>
|
||||
|
@ -64,7 +64,7 @@
|
|||
<tr>
|
||||
<td class="d">
|
||||
</td><td class="c">
|
||||
</td><td colspan="2">
|
||||
</td><td colspan="2">
|
||||
</td></tr></thead><tfoot>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
|
@ -91,13 +91,13 @@
|
|||
<tbody><tr>
|
||||
<td rowspan="2">
|
||||
</td><td class="h">
|
||||
</td><td colspan='3"'>
|
||||
</td><td colspan="3">
|
||||
</td><td class="a">
|
||||
</td></tr><tr>
|
||||
<td rowspan='3"'>
|
||||
<td rowspan="3">
|
||||
</td><td class="g">
|
||||
</td><td class="f">
|
||||
</td><td rowspan='2"'>
|
||||
</td><td rowspan="2">
|
||||
</td><td class="b">
|
||||
</td></tr><tr>
|
||||
<td class="c">
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
</td><td colspan="2">
|
||||
</td></tr></thead><tfoot>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<td colspan="2">
|
||||
</td><td class="c">
|
||||
</td><td class="d">
|
||||
</td></tr></tfoot><tbody>
|
||||
|
@ -69,7 +69,7 @@
|
|||
<tr>
|
||||
<td class="d">
|
||||
</td><td class="c">
|
||||
</td><td colspan="2">
|
||||
</td><td colspan="2">
|
||||
</td></tr></tfoot><tbody>
|
||||
<tr>
|
||||
<td class="e">
|
||||
|
@ -90,13 +90,13 @@
|
|||
<tbody><tr>
|
||||
<td rowspan="2">
|
||||
</td><td class="h">
|
||||
</td><td colspan='3"'>
|
||||
</td><td colspan="3">
|
||||
</td><td class="a">
|
||||
</td></tr><tr>
|
||||
<td rowspan='3"'>
|
||||
<td rowspan="3">
|
||||
</td><td class="g">
|
||||
</td><td class="f">
|
||||
</td><td rowspan='2"'>
|
||||
</td><td rowspan="2">
|
||||
</td><td class="b">
|
||||
</td></tr><tr>
|
||||
<td class="c">
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<link rel="bookmark" href="http://www.w3.org/TR/css-text-decor-3/leftline-cross.png" title="">
|
||||
|
||||
<meta content="" name="flags">
|
||||
<meta content="This test checks that when latin and east-asian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box even if that cuts through glyphs of descendant text or through em box of descendant text or even if font size of text is larger." name="assert">
|
||||
<meta content="This test checks that when mongolian glyphs of varying font sizes are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box." name="assert">
|
||||
|
||||
<style type="text/css">
|
||||
div#vrl
|
||||
|
@ -21,12 +21,12 @@
|
|||
writing-mode: vertical-lr;
|
||||
}
|
||||
|
||||
span#outer
|
||||
span#parent
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
span#inner
|
||||
span#child
|
||||
{
|
||||
color: transparent;
|
||||
}
|
||||
|
@ -43,7 +43,7 @@
|
|||
|
||||
<p>Test passes if there is <strong>one and only one vertical straight and unbroken line</strong>. Such line should have the same thickness over its entire length.</p>
|
||||
|
||||
<div id="vrl"><span id="outer"><span id="inner" lang="mn">ᠨ<span id="larger">ᠨᠨ</span>ᠨ</span></span></div>
|
||||
<div id="vrl"><span id="parent"><span id="child" lang="mn">ᠨ<span id="larger">ᠨᠨ</span>ᠨ</span></span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -10,7 +10,7 @@
|
|||
<link rel="help" href="http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property" title="2.6. Text Underline Position: the 'text-underline-position' property">
|
||||
|
||||
<meta content="" name="flags">
|
||||
<meta content="This test checks that when latin and east-asian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box even if that cuts through glyphs of descendant text or through em box of descendant text or even if font size of text is larger." name="assert">
|
||||
<meta content="This test checks that when latin and mongolian glyphs of varying font sizes are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box." name="assert">
|
||||
|
||||
<style type="text/css">
|
||||
div#vrl
|
||||
|
@ -20,12 +20,12 @@
|
|||
writing-mode: vertical-lr;
|
||||
}
|
||||
|
||||
span#outer
|
||||
span#parent
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
span#inner
|
||||
span#child
|
||||
{
|
||||
color: transparent;
|
||||
}
|
||||
|
@ -42,7 +42,7 @@
|
|||
|
||||
<p>Test passes if there is <strong>one and only one vertical straight and unbroken line</strong>. Such line should have the same thickness over its entire length.</p>
|
||||
|
||||
<div id="vrl"><span id="outer"><span id="inner" lang="mn">ᠨ<span id="larger" lang="en">AB</span>ᠨ</span></span></div>
|
||||
<div id="vrl"><span id="parent"><span id="child" lang="mn">ᠨ<span id="larger" lang="en">AB</span>ᠨ</span></span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -11,7 +11,7 @@
|
|||
<link rel="bookmark" href="http://www.w3.org/TR/css-text-decor-3/leftline-cross.png" title="">
|
||||
|
||||
<meta content="" name="flags">
|
||||
<meta content="This test checks that when latin and east-asian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box even if that cuts through glyphs of descendant text or through em box of descendant text or even if font size of text is larger." name="assert">
|
||||
<meta content="This test checks that when east-asian glyphs of varying font sizes are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box." name="assert">
|
||||
|
||||
<style type="text/css">
|
||||
div#vrl
|
||||
|
@ -21,12 +21,12 @@
|
|||
writing-mode: vertical-rl;
|
||||
}
|
||||
|
||||
span#outer
|
||||
span#parent
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
span#inner
|
||||
span#child
|
||||
{
|
||||
color: transparent;
|
||||
}
|
||||
|
@ -43,7 +43,7 @@
|
|||
|
||||
<p>Test passes if there is <strong>one and only one vertical straight and unbroken line</strong>. Such line should have the same thickness over its entire length.</p>
|
||||
|
||||
<div id="vrl"><span id="outer"><span id="inner" lang="ja">方<span id="larger">方方</span>方</span></span></div>
|
||||
<div id="vrl"><span id="parent"><span id="child" lang="ja">方<span id="larger">方方</span>方</span></span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -10,7 +10,7 @@
|
|||
<link rel="help" href="http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property" title="2.6. Text Underline Position: the 'text-underline-position' property">
|
||||
|
||||
<meta content="" name="flags">
|
||||
<meta content="This test checks that when latin and east-asian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box even if that cuts through glyphs of descendant text or through em box of descendant text or even if font size of text is larger." name="assert">
|
||||
<meta content="This test checks that when latin and east-asian glyphs of varying font sizes are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box." name="assert">
|
||||
|
||||
<style type="text/css">
|
||||
div#vrl
|
||||
|
@ -20,12 +20,12 @@
|
|||
writing-mode: vertical-rl;
|
||||
}
|
||||
|
||||
span#outer
|
||||
span#parent
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
span#inner
|
||||
span#child
|
||||
{
|
||||
color: transparent;
|
||||
}
|
||||
|
@ -42,7 +42,7 @@
|
|||
|
||||
<p>Test passes if there is <strong>one and only one vertical straight and unbroken line</strong>. Such line should have the same thickness over its entire length.</p>
|
||||
|
||||
<div id="vrl"><span id="outer"><span id="inner" lang="ja">方<span id="larger" lang="en">AB</span>方</span></span></div>
|
||||
<div id="vrl"><span id="parent"><span id="child" lang="ja">方<span id="larger" lang="en">AB</span>方</span></span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -10,7 +10,7 @@
|
|||
<link rel="help" href="http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property" title="2.6. Text Underline Position: the 'text-underline-position' property">
|
||||
|
||||
<meta content="" name="flags">
|
||||
<meta content="This test checks that when latin and east-asian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box even if that cuts through glyphs of descendant text or through em box of descendant text." name="assert">
|
||||
<meta content="This test checks that when latin and mongolian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box." name="assert">
|
||||
|
||||
<style type="text/css">
|
||||
div#vrl
|
||||
|
@ -20,12 +20,12 @@
|
|||
writing-mode: vertical-lr;
|
||||
}
|
||||
|
||||
span#outer
|
||||
span#parent
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
span#inner
|
||||
span#child
|
||||
{
|
||||
color: transparent;
|
||||
}
|
||||
|
@ -37,7 +37,7 @@
|
|||
|
||||
<p>Test passes if there is <strong>one and only one vertical straight and unbroken line</strong>. Such line should have the same thickness over its entire length.</p>
|
||||
|
||||
<div id="vrl"><span id="outer"><span id="inner" lang="mn">ᠨ<span lang="en">AB</span>ᠨ</span></span></div>
|
||||
<div id="vrl"><span id="parent"><span id="child" lang="mn">ᠨ<span lang="en">AB</span>ᠨ</span></span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -10,7 +10,7 @@
|
|||
<link rel="help" href="http://www.w3.org/TR/css-text-decor-3/#text-underline-position-property" title="2.6. Text Underline Position: the 'text-underline-position' property">
|
||||
|
||||
<meta content="" name="flags">
|
||||
<meta content="This test checks that when latin and east-asian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box even if that cuts through glyphs of descendant text or through em box of descendant text." name="assert">
|
||||
<meta content="This test checks that when latin and east-asian glyphs are used in mixed text-orientation (therefore with text centrally baseline-aligned), then the text-decoration of the parent box is used across the parent box." name="assert">
|
||||
|
||||
<style type="text/css">
|
||||
div#vrl
|
||||
|
@ -20,12 +20,12 @@
|
|||
writing-mode: vertical-rl;
|
||||
}
|
||||
|
||||
span#outer
|
||||
span#parent
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
span#inner
|
||||
span#child
|
||||
{
|
||||
color: transparent;
|
||||
}
|
||||
|
@ -37,7 +37,7 @@
|
|||
|
||||
<p>Test passes if there is <strong>one and only one vertical straight and unbroken line</strong>. Such line should have the same thickness over its entire length.</p>
|
||||
|
||||
<div id="vrl"><span id="outer"><span id="inner" lang="ja">方<span lang="en">AB</span>方</span></span></div>
|
||||
<div id="vrl"><span id="parent"><span id="child" lang="ja">方<span lang="en">AB</span>方</span></span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue