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