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,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>CSS Test: line-height - line box height calculations</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
@@ -17,20 +17,20 @@
body
{
background: white url("support/ruler-v-100px-200px.png") no-repeat;
margin: 8px 8px 8px 55px;
/*
16px : margin collapsing between body's margin-top and p's margin-top == max(8px, 16px)
margin: 8px 8px 8px 55px;
/*
16px : margin collapsing between body's margin-top and p's margin-top == max(8px, 16px)
+
20px : first line of p
+
20px : second line box of p
+
20px : third line box of p
+
+
24px : margin-bottom of p
=======
100px
100px
*/
}
@@ -79,7 +79,7 @@
collectionOfCheckboxes.item(iterator).checked = false;
};
}
function updateLinebox(chkbox)
{
if(chkbox.checked)