Sign in
webkit
/
WebKit
/
Safari-3-1-branch
/
.
/
LayoutTests
/
webarchive
/
archive-with-unencoded-url.html
blob: 135008388d47d930842bc063d7683c4f81dafdd6 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
if
(
window
.
layoutTestController
)
layoutTestController
.
dumpDOMAsWebArchive
();
</script>
</head>
<body>
<form>
<input
type
=
"image"
src
=
"resources/apple.gif?foo|bar"
>
</form>
</body>
</html>