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

15 lines
241 B
HTML

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