mirror of
https://github.com/servo/servo.git
synced 2025-10-05 19:19:25 +01:00
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
36 lines
No EOL
843 B
HTML
36 lines
No EOL
843 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">
|
|
img
|
|
{
|
|
vertical-align: top;
|
|
}
|
|
|
|
img + img
|
|
{
|
|
padding-left: 1em;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div><img src="support/swatch-orange.png" width="100" height="100" alt="Image download support must be enabled"><img src="support/wm-propagation-body-003-exp-res.png" width="340" height="37" alt="Image download support must be enabled"></div>
|
|
|
|
<!--
|
|
The image says:
|
|
Test passes if there is an orange square
|
|
in the <strong>upper-left corner</strong> of the page.
|
|
-->
|
|
|
|
</body>
|
|
</html> |