summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/dom/self-origin.any.js
blob: c103a32144fb96b9b76b91fd440e3725e9a5838d (plain)
1
2
3
4
5
"use strict";

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