mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Update web-platform-tests to revision 1c5816e523d00ad3854082245a52f09f7bdb0ff5
This commit is contained in:
parent
1fe67041bb
commit
c0df267756
94 changed files with 887 additions and 144 deletions
|
@ -9,12 +9,13 @@
|
|||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout" title="17.5.2.1 Fixed table layout" />
|
||||
<link rel="match" href="fixed-table-layout-017-ref.xht" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
||||
<meta content="" name="flags" />
|
||||
<meta content="A column with a percentage width in a 'table-layout: fixed' table can be calculated and predicted when in 'border-collapse: separate' model." name="assert" />
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
table, div {font: 1.25em/1 serif;}
|
||||
table, div {font: 1.25em/1 Ahem;}
|
||||
|
||||
table
|
||||
{
|
||||
|
|
|
@ -9,12 +9,13 @@
|
|||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout" title="17.5.2.1 Fixed table layout" />
|
||||
<link rel="match" href="fixed-table-layout-017-ref.xht" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
||||
<meta content="" name="flags" />
|
||||
<meta content="A column with a percentage width in a 'table-layout: fixed' table can be calculated and predicted when in 'border-collapse: separate' model." name="assert" />
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
table, div {font: 1.25em/1 serif;}
|
||||
table, div {font: 1.25em/1 Ahem;}
|
||||
|
||||
table
|
||||
{
|
||||
|
|
|
@ -9,12 +9,13 @@
|
|||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout" title="17.5.2.1 Fixed table layout" />
|
||||
<link rel="match" href="fixed-table-layout-017-ref.xht" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
||||
<meta content="" name="flags" />
|
||||
<meta content="A column with a percentage width in a 'table-layout: fixed' table can be calculated and predicted when in 'border-collapse: separate' model." name="assert" />
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
table, div {font: 1.25em/1 serif;}
|
||||
table, div {font: 1.25em/1 Ahem;}
|
||||
|
||||
table
|
||||
{
|
||||
|
|
|
@ -9,12 +9,13 @@
|
|||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout" title="17.5.2.1 Fixed table layout" />
|
||||
<link rel="match" href="fixed-table-layout-017-ref.xht" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
||||
<meta content="" name="flags" />
|
||||
<meta content="A column with a percentage width in a 'table-layout: fixed' table can be calculated, predicted, rendered." name="assert" />
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
table, div {font: 1.25em/1 serif;}
|
||||
table, div {font: 1.25em/1 Ahem;}
|
||||
|
||||
table
|
||||
{
|
||||
|
|
|
@ -9,12 +9,13 @@
|
|||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout" title="17.5.2.1 Fixed table layout" />
|
||||
<link rel="match" href="fixed-table-layout-021-ref.xht" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
||||
<meta content="" name="flags" />
|
||||
<meta content="A column with a percentage width in a 'table-layout: fixed' table can be calculated, predicted, rendered." name="assert" />
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
table, div {font: 1.25em/1 serif;}
|
||||
table, div {font: 1.25em/1 Ahem;}
|
||||
|
||||
table
|
||||
{
|
||||
|
@ -150,19 +151,19 @@
|
|||
<col></col>
|
||||
|
||||
<tr>
|
||||
<td id="first-cell">1st</td>
|
||||
<td id="second-cell">2nd</td>
|
||||
<td id="third-cell">3rd</td>
|
||||
<td id="first-cell">1</td>
|
||||
<td id="second-cell">2</td>
|
||||
<td id="third-cell">3</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<div id="reference1st">ref</div>
|
||||
<div id="reference1st">r</div>
|
||||
|
||||
<div id="reference2nd">ref</div>
|
||||
<div id="reference2nd">r</div>
|
||||
|
||||
<div id="reference3rd">ref</div>
|
||||
<div id="reference3rd">r</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,12 +9,13 @@
|
|||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout" title="17.5.2.1 Fixed table layout" />
|
||||
<link rel="match" href="fixed-table-layout-022-ref.xht" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
||||
<meta content="" name="flags" />
|
||||
<meta content="A column with a percentage width in a 'table-layout: fixed' table can be calculated, predicted, rendered." name="assert" />
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
table, div {font: 1.25em/1 serif;}
|
||||
table, div {font: 1.25em/1 Ahem;}
|
||||
|
||||
table
|
||||
{
|
||||
|
@ -181,21 +182,21 @@
|
|||
<col id="fourth"></col>
|
||||
|
||||
<tr>
|
||||
<td id="first-cell">1st</td>
|
||||
<td id="second-cell">2nd</td>
|
||||
<td id="third-cell">3rd</td>
|
||||
<td id="fourth-cell">4th</td>
|
||||
<td id="first-cell">1</td>
|
||||
<td id="second-cell">2</td>
|
||||
<td id="third-cell">3</td>
|
||||
<td id="fourth-cell">4</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<div id="reference1st">ref</div>
|
||||
<div id="reference1st">r</div>
|
||||
|
||||
<div id="reference2nd">ref</div>
|
||||
<div id="reference2nd">r</div>
|
||||
|
||||
<div id="reference3rd">ref</div>
|
||||
<div id="reference3rd">r</div>
|
||||
|
||||
<div id="reference4th">ref</div>
|
||||
<div id="reference4th">r</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout" title="17.5.2.1 Fixed table layout" />
|
||||
<link rel="match" href="fixed-table-layout-023-ref.xht" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
||||
<meta content="" name="flags" />
|
||||
<meta content="A column with a percentage width in a 'table-layout: fixed' table can be calculated, predicted, rendered." name="assert" />
|
||||
|
@ -20,7 +21,7 @@
|
|||
width: 640px;
|
||||
}
|
||||
|
||||
table, div {font: 1.25em/1 serif;}
|
||||
table, div {font: 1.25em/1 Ahem;}
|
||||
|
||||
table
|
||||
{
|
||||
|
@ -187,21 +188,21 @@
|
|||
<col id="fourth"></col>
|
||||
|
||||
<tr>
|
||||
<td id="first-cell">1st</td>
|
||||
<td id="second-cell">2nd</td>
|
||||
<td id="third-cell">3rd</td>
|
||||
<td id="fourth-cell">4th</td>
|
||||
<td id="first-cell">1</td>
|
||||
<td id="second-cell">2</td>
|
||||
<td id="third-cell">3</td>
|
||||
<td id="fourth-cell">4</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<div id="reference1st">ref</div>
|
||||
<div id="reference1st">r</div>
|
||||
|
||||
<div id="reference2nd">ref</div>
|
||||
<div id="reference2nd">r</div>
|
||||
|
||||
<div id="reference3rd">ref</div>
|
||||
<div id="reference3rd">r</div>
|
||||
|
||||
<div id="reference4th">ref</div>
|
||||
<div id="reference4th">r</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue