Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/dom/self-origin.any.html - WPT Dashboard Interop Dashboard
- /html/dom/self-origin.any.worker.html - WPT Dashboard Interop Dashboard
"use strict";
test(function() {
assert_equals(self.origin, "http://" + location.host);
}, "self.origin should be correct");