Sign in
webkit
/
WebKit
/
b0d7f9b249dd6483d6c7bc4f13c440c0842b7127
/
.
/
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>