Sign in
webkit
/
WebKit
/
refs/heads/safari-4-branch
/
.
/
LayoutTests
/
webarchive
/
test-object-data.html
blob: c134d8e5aef33db7c70d2fedb5dbee824b7bcf51 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
if
(
window
.
layoutTestController
)
layoutTestController
.
dumpDOMAsWebArchive
();
</script>
</head>
<body>
<object
data
=
"resources/apple.gif"
type
=
"image/gif"
></object>
</body>
</html>