mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
43 lines
999 B
HTML
43 lines
999 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>CSS Reftest Reference</title>
|
|
|
|
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
|
|
|
<style type="text/css">
|
|
div
|
|
{
|
|
background-color: aqua;
|
|
border: black solid medium;
|
|
height: 40px;
|
|
margin-top: 18px;
|
|
margin-left: 2px;
|
|
margin-bottom: 2px;
|
|
padding-left: 40px;
|
|
width: 160px;
|
|
}
|
|
|
|
div#second-div
|
|
{
|
|
margin-top: 2px;
|
|
}
|
|
|
|
img {vertical-align: top;}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>Test passes if the 2 bicolored rectangles are <strong>identical</strong> and if there is <strong>no red</strong>. (Force bidi: א)</p>
|
|
|
|
<div><img src="support/swatch-yellow.png" width="80" height="40" alt="Image download support must be enabled"></div>
|
|
|
|
<div id="second-div"><img src="support/swatch-yellow.png" width="80" height="40" alt="Image download support must be enabled"></div>
|
|
|
|
</body>
|
|
</html> |