haikuwebkit/LayoutTests/webarchive/test-td-background.html

18 lines
280 B
HTML

<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpDOMAsWebArchive();
</script>
</head>
<body>
<table>
<tr>
<td background="resources/apple.gif">
<p style="width: 52px; height: 64px;"></p>
</td>
</tr>
</table>
</body>
</html>