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