Files
servo/tests/wpt/css-tests/css21_dev/html4/reference/c42-ibx-pad-000-ref.htm

35 lines
750 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">
td
{
border: 2px solid black;
padding: 0;
}
img {vertical-align: bottom;}
</style>
</head>
<body>
<p>Test passes if the 2 diagrams are <strong>identical</strong> and with <strong>no red</strong>.</p>
<table>
<tr>
<td><img src="support/css1test42a.png" alt="FAIL: Images required for this test."></td>
<td><img src="support/css1test42a.png" alt="FAIL: Images required for this test."></td>
</tr>
</table>
</body>
</html>