servo/tests/wpt/web-platform-tests/html/dom/self-origin.any.js

5 lines
127 B
JavaScript

"use strict";
test(function() {
assert_equals(self.origin, "http://" + location.host);
}, "self.origin should be correct");