Sign in
webkit
/
WebKit
/
0aa192ef1bb53cd65ee1ccdfb1bf23e98c2e6e65
/
.
/
LayoutTests
/
http
/
tests
/
security
/
http-0.9
/
image-on-HTTP-0.9-default-port-page-allowed-ref-test.html
blob: 6832fbce5de3f001a9de4eeadc46d19e32a36ba3 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script>
if
(
window
.
internals
)
internals
.
registerDefaultPortForProtocol
(
8000
,
"http"
);
</script>
</head>
<body>
<iframe
src
=
"resources/nph-image-on-HTTP-0.9-default-port-page-allowed.pl"
></iframe>
</body>
</html>