testing/web-platform/tests/html/dom/self-origin.any.js
author Carsten "Tomcat" Book <cbook@mozilla.com>
Tue, 14 Feb 2017 13:38:00 +0100
changeset 342728 47391e531350873bfccd576b689259ec249aede8
parent 342670 5f74cfa4af59296179594ef6269fc35e6f2833d3
permissions -rw-r--r--
merge mozilla-inbound to mozilla-central a=merge

"use strict";

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