mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
48 lines
867 B
HTML
48 lines
867 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/">
|
|
|
|
<meta content="image" name="flags">
|
|
|
|
<style type="text/css">
|
|
html
|
|
{
|
|
height: 100%;
|
|
}
|
|
|
|
body
|
|
{
|
|
direction: rtl;
|
|
height: 100%;
|
|
margin: 0px;
|
|
}
|
|
|
|
div
|
|
{
|
|
height: 100%;
|
|
}
|
|
|
|
img
|
|
{
|
|
margin-right: 1em;
|
|
vertical-align: top;
|
|
}
|
|
|
|
img + img
|
|
{
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div><img src="support/pass-cdts-horiz-rule.png" width="260" height="36" alt="Image download support must be enabled"><img src="support/swatch-green.png" width="10" alt="Image download support must be enabled"></div>
|
|
|
|
</body>
|
|
</html> |