chromium/third_party/blink/web_tests/external/wpt/html/dom/self-origin.any.js

"use strict";

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