Sign in
webkit
/
WebKit
/
Safari-3-1-branch
/
.
/
LayoutTests
/
webarchive
/
test-table-background.html
blob: e26072a14baf6de31cac4b2f9cc691640e1f7913 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
if
(
window
.
layoutTestController
)
layoutTestController
.
dumpDOMAsWebArchive
();
</script>
</head>
<body>
<table
background
=
"resources/apple.gif"
style
=
"
width
:
52px
;
height
:
64px
;
"
>
<tr>
</tr>
</table>
</body>
</html>