Sign in
webkit
/
WebKit
/
19e52add6f30e26c5fff78e2223e0618385a5a3d
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
location-origin.html
blob: 585431d4607b6cb7d2d6a292b40f1638b703872f [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
write
(
window
.
location
.
origin
+
'<br>'
);
document
.
write
(
document
.
location
.
origin
+
'<br>'
);
</script>