mirror of
https://github.com/servo/servo
synced 2026-05-01 11:57:31 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user