dom/tests/mochitest/dom-level0/framed_location.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/tests/mochitest/dom-level0/framed_location.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +<script>
     1.5 +  window.parent.postMessage({
     1.6 +    "hash": window.location.hash,
     1.7 +    "host": window.location.host,
     1.8 +    "hostname": window.location.hostname,
     1.9 +    "origin": window.location.origin,
    1.10 +    "pathname": window.location.pathname,
    1.11 +    "port": window.location.port,
    1.12 +    "protocol": window.location.protocol,
    1.13 +  }, "*");
    1.14 +</script>

mercurial