Update CSS tests to revision 1399540ef50bff32151a5058da8910483538f382

This commit is contained in:
Keith Yeung 2015-12-10 11:56:14 -08:00
parent fe01f140d8
commit 7ce88db5ca
147 changed files with 2360 additions and 509 deletions

View file

@ -1726,7 +1726,7 @@
<tr id="font-style-applies-to-004-3.4" class="">
<td>
<a href="font-style-applies-to-004.xht">font-style-applies-to-004</a></td>
<td></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td></td>
<td>Font-style and 'display: run-in' elements
<ul class="assert">
@ -1737,7 +1737,7 @@
<tr id="font-style-applies-to-005-3.4" class="">
<td>
<a href="font-style-applies-to-005.xht">font-style-applies-to-005</a></td>
<td></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td></td>
<td>Font-style and 'display: inline-block' elements
<ul class="assert">
@ -1748,7 +1748,7 @@
<tr id="font-style-applies-to-006-3.4" class="">
<td>
<a href="font-style-applies-to-006.xht">font-style-applies-to-006</a></td>
<td></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td></td>
<td>Font-style and 'display: table' elements
<ul class="assert">
@ -1759,7 +1759,7 @@
<tr id="font-style-applies-to-007-3.4" class="">
<td>
<a href="font-style-applies-to-007.xht">font-style-applies-to-007</a></td>
<td></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td></td>
<td>Font-style and 'display: inline-table' elements
<ul class="assert">
@ -1770,7 +1770,7 @@
<tr id="font-style-applies-to-008-3.4" class="">
<td>
<a href="font-style-applies-to-008.xht">font-style-applies-to-008</a></td>
<td></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td></td>
<td>Font-style and 'display: table-row-group' elements
<ul class="assert">
@ -1781,7 +1781,7 @@
<tr id="font-style-applies-to-009-3.4" class="">
<td>
<a href="font-style-applies-to-009.xht">font-style-applies-to-009</a></td>
<td></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td></td>
<td>Font-style and 'display: table-header-group' elements
<ul class="assert">
@ -1792,7 +1792,7 @@
<tr id="font-style-applies-to-010-3.4" class="">
<td>
<a href="font-style-applies-to-010.xht">font-style-applies-to-010</a></td>
<td></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td></td>
<td>Font-style and 'display: table-footer-group' elements
<ul class="assert">
@ -1803,7 +1803,7 @@
<tr id="font-style-applies-to-011-3.4" class="">
<td>
<a href="font-style-applies-to-011.xht">font-style-applies-to-011</a></td>
<td></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td></td>
<td>Font-style and 'display: table-row' elements
<ul class="assert">
@ -1814,7 +1814,7 @@
<tr id="font-style-applies-to-014-3.4" class="">
<td>
<a href="font-style-applies-to-014.xht">font-style-applies-to-014</a></td>
<td></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td></td>
<td>Font-style and 'display: table-cell' elements
<ul class="assert">

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style" />
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" />
<link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-style-prop" />
<link rel="match" href="reference/pass_if_filler_text_slanted.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'font-style' property applies to 'display: run-in' elements." />
<style type="text/css">

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style" />
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" />
<link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-style-prop" />
<link rel="match" href="reference/pass_if_filler_text_slanted.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'font-style' property applies to 'display: inline-block' elements." />
<style type="text/css">

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style" />
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" />
<link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-style-prop" />
<link rel="match" href="reference/pass_if_filler_text_slanted.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'font-style' property applies to 'display: table' elements." />
<style type="text/css">

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style" />
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" />
<link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-style-prop" />
<link rel="match" href="reference/pass_if_filler_text_slanted.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'font-style' property applies to 'display: inline-table' elements." />
<style type="text/css">

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style" />
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" />
<link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-style-prop" />
<link rel="match" href="reference/pass_if_filler_text_slanted.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'font-style' property applies to 'display: table-row-group' elements." />
<style type="text/css">

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style" />
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" />
<link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-style-prop" />
<link rel="match" href="reference/pass_if_filler_text_slanted.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'font-style' property does not applies to 'display: table-header-group' elements." />
<style type="text/css">

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style" />
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" />
<link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-style-prop" />
<link rel="match" href="reference/pass_if_filler_text_slanted.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'font-style' property applies to 'display: table-footer-group' elements." />
<style type="text/css">

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style" />
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" />
<link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-style-prop" />
<link rel="match" href="reference/pass_if_filler_text_slanted.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'font-style' property applies to 'display: table-row' elements." />
<style type="text/css">

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style" />
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" />
<link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-style-prop" />
<link rel="match" href="reference/pass_if_filler_text_slanted.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'font-style' property applies to 'display: table-cell' elements." />
<style type="text/css">

View file

@ -0,0 +1,17 @@
<!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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Reference rendering - pass if Filler Text slanted to one side</title>
<link rel="author" title="Opera Software" href="https://opera.com" />
<link rel="author" title="Geoffrey Sneddon" href="mailto:me@gsnedders.com" />
<style>
div {
font-style: italic;
}
</style>
</head>
<body>
<p>Test passes if the "Filler Text" below is slanted to one side.</p>
<div>Filler Text</div>
</body>
</html>

View file

@ -1048,6 +1048,78 @@
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="font-style-applies-to-004" class="">
<tr>
<td rowspan="1" title="Font-style and 'display: run-in' elements">
<a href="font-style-applies-to-004.xht">font-style-applies-to-004</a></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="font-style-applies-to-005" class="">
<tr>
<td rowspan="1" title="Font-style and 'display: inline-block' elements">
<a href="font-style-applies-to-005.xht">font-style-applies-to-005</a></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="font-style-applies-to-006" class="">
<tr>
<td rowspan="1" title="Font-style and 'display: table' elements">
<a href="font-style-applies-to-006.xht">font-style-applies-to-006</a></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="font-style-applies-to-007" class="">
<tr>
<td rowspan="1" title="Font-style and 'display: inline-table' elements">
<a href="font-style-applies-to-007.xht">font-style-applies-to-007</a></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="font-style-applies-to-008" class="">
<tr>
<td rowspan="1" title="Font-style and 'display: table-row-group' elements">
<a href="font-style-applies-to-008.xht">font-style-applies-to-008</a></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="font-style-applies-to-009" class="">
<tr>
<td rowspan="1" title="Font-style and 'display: table-header-group' elements">
<a href="font-style-applies-to-009.xht">font-style-applies-to-009</a></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="font-style-applies-to-010" class="">
<tr>
<td rowspan="1" title="Font-style and 'display: table-footer-group' elements">
<a href="font-style-applies-to-010.xht">font-style-applies-to-010</a></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="font-style-applies-to-011" class="">
<tr>
<td rowspan="1" title="Font-style and 'display: table-row' elements">
<a href="font-style-applies-to-011.xht">font-style-applies-to-011</a></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="font-style-applies-to-014" class="">
<tr>
<td rowspan="1" title="Font-style and 'display: table-cell' elements">
<a href="font-style-applies-to-014.xht">font-style-applies-to-014</a></td>
<td><a href="reference/pass_if_filler_text_slanted.xht">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>
<tbody id="font-style-applies-to-016" class="">
<tr>
<td rowspan="1" title="Font-style and 'display: none' elements">

View file

@ -127,6 +127,15 @@ font-size-adjust-008.xht == reference/ref-filled-green-100px-square.xht
font-size-applies-to-016.xht == reference/no-red-on-blank-page-ref.xht
font-style-applies-to-001.xht == reference/font-style-applies-to-001-ref.xht
font-style-applies-to-002.xht == reference/font-style-applies-to-001-ref.xht
font-style-applies-to-004.xht == reference/pass_if_filler_text_slanted.xht
font-style-applies-to-005.xht == reference/pass_if_filler_text_slanted.xht
font-style-applies-to-006.xht == reference/pass_if_filler_text_slanted.xht
font-style-applies-to-007.xht == reference/pass_if_filler_text_slanted.xht
font-style-applies-to-008.xht == reference/pass_if_filler_text_slanted.xht
font-style-applies-to-009.xht == reference/pass_if_filler_text_slanted.xht
font-style-applies-to-010.xht == reference/pass_if_filler_text_slanted.xht
font-style-applies-to-011.xht == reference/pass_if_filler_text_slanted.xht
font-style-applies-to-014.xht == reference/pass_if_filler_text_slanted.xht
font-style-applies-to-016.xht == reference/no-red-on-blank-page-ref.xht
font-style-applies-to-017.xht == reference/font-style-applies-to-001-ref.xht
font-variant-001.xht == reference/font-variant-001-ref.xht