Sign in
webkit
/
WebKit
/
1ae32ffaa60e07410e8accdc0af3b31feaa74e3a
/
.
/
LayoutTests
/
webarchive
/
test-table-background.html
blob: 151a781a783878f01ccfb127df992df072167d47 [
file
] [
log
] [
blame
]
<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>