Files
servo/tests/wpt/css-tests/css21_dev/html4/reference/float-replaced-width-009-ref.htm

32 lines
879 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
{
border: black solid medium;
height: 288px;
width: 288px;
}
img {vertical-align: top;}
img#blue {margin-bottom: 10px;}
</style>
</head>
<body>
<p>Test passes if the blue and orange rectangles have the same width and if the blue rectangle is in the upper-left corner of the hollow black square.</p>
<div><img id="blue" src="support/swatch-blue.png" height="100" width="200" alt="Image download support must be enabled"><br><img src="support/swatch-orange.png" height="96" width="200" alt="Image download support must be enabled"></div>
</body>
</html>