mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
@bottom-right { content: counter(page); }
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
|
||||
<link rel="reviewer" title="Arron Eicholz" href="arronei(at)gmail.com" /> <!-- 2013-07-30 -->
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins" />
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
<meta name="flags" content="ahem image" />
|
||||
<meta name="assert" content="An element with its display set to 'inline-block' does not collapse its margins with its children." />
|
||||
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
div
|
||||
{
|
||||
@@ -50,24 +50,24 @@
|
||||
}
|
||||
|
||||
div#wrapper div {background-color: green;}
|
||||
|
||||
|
||||
div#inline-block, div#block-child-of-inline-block {height: 0.5em;}
|
||||
|
||||
|
||||
div#following-sibling-after-inline-block {height: 1em;}
|
||||
]]></style>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<p>Test passes if there is <strong>no red</strong>.</p>
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
<div id="inline-block">
|
||||
<div id="block-child-of-inline-block"></div>
|
||||
</div>
|
||||
<div id="following-sibling-after-inline-block"></div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user