mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'max-height' property sets a minimum plus one length value in inches." />
|
||||
<style type="text/css">
|
||||
div#red-overlapped { background-color: red; height: 2in; max-height: 1in; } div#black-overlapping { background-color: black; height: 1in; position: relative; bottom: 1in; }
|
||||
div#red-overlapped { background-color: red; height: 2in; max-height: 1in; } div#black-overlapping { background-color: black; height: 1in; position: relative; bottom: 1in; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is a filled black rectangle and <strong>no red</strong>.</p>
|
||||
|
||||
|
||||
<div id="red-overlapped"></div>
|
||||
|
||||
<div id="black-overlapping"></div>
|
||||
|
||||
<div id="black-overlapping"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user