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

@@ -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>