Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger
2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View File

@@ -6,7 +6,7 @@
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style type="text/css">
table
{
@@ -16,10 +16,10 @@
margin-left: 10px;
padding: 1em;
table-layout: fixed;
width: 16.375em;
width: 16.375em;
/*
14em (5em column + 5em column + 4em column)
+ 2em (left and right horizontal padding)
14em (5em column + 5em column + 4em column)
+ 2em (left and right horizontal padding)
+ 6px (2 vertical 3px borders)
=====
16.375em
@@ -27,7 +27,7 @@
}
col {width: 5em;}
col#special {width: 4em;}
td
@@ -49,7 +49,7 @@
<tr><td>1</td><td>2</td><td>3</td></tr>
<tr><td>4</td><td>5</td><td></td></tr>
<tr><td>4</td><td>5</td><td></td></tr>
</table>