mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
34 lines
917 B
HTML
34 lines
917 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">
|
|
table
|
|
{
|
|
border-spacing: 0px;
|
|
margin: 1em 0px;
|
|
}
|
|
|
|
td {padding: 0px;}
|
|
|
|
img {vertical-align: top;}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<table>
|
|
<tr><td><img src="support/test-tl.png" alt="Image download support must be enabled"></td><td><img src="support/test-tr.png" alt="Image download support must be enabled"></td></tr>
|
|
<tr><td><img src="support/test-bl.png" alt="Image download support must be enabled"></td><td><img src="support/test-br.png" alt="Image download support must be enabled"></td></tr>
|
|
</table>
|
|
|
|
<p>Test passes if there is a complete unbroken yin-yang symbol (☯) above.</p>
|
|
|
|
</body>
|
|
</html> |