Sign in
webkit
/
WebKit
/
Safari-3-1-branch
/
.
/
LayoutTests
/
webarchive
/
test-input-src.html
blob: a2ebdd886b85b92b23572a13229b36cd3c9910c2 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
if
(
window
.
layoutTestController
)
layoutTestController
.
dumpDOMAsWebArchive
();
</script>
</head>
<body>
<form>
<input
type
=
"image"
src
=
"resources/apple.gif"
>
</form>
</body>
</html>