mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
|
||||
<title>CSS Test: width of CSS table in border-collapse separate model</title>
|
||||
|
||||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
||||
<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#separated-borders" title="17.6.1 The separated borders model">
|
||||
<link rel="match" href="reference/ref-filled-green-100px-square.htm">
|
||||
|
||||
@@ -31,15 +31,15 @@
|
||||
display: table;
|
||||
font: 20px/1 serif;
|
||||
table-layout: fixed;
|
||||
width: 70px;
|
||||
/*
|
||||
The width of a CSS table is given by the greater of the value of
|
||||
the 'width' property as set for the CSS table and the sum of the columns
|
||||
width: 70px;
|
||||
/*
|
||||
The width of a CSS table is given by the greater of the value of
|
||||
the 'width' property as set for the CSS table and the sum of the columns
|
||||
width (plus border spacing):
|
||||
|
||||
max(set width, sum of columns width plus border spacing)
|
||||
|
||||
The set width (70px) is smaller than sum of columns width plus border
|
||||
The set width (70px) is smaller than sum of columns width plus border
|
||||
spacing
|
||||
|
||||
20px : left-most border-spacing
|
||||
@@ -81,6 +81,6 @@
|
||||
<div class="td">3</div><div class="td">4</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user