content/base/test/file_bug590870.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/base/test/file_bug590870.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +<html>
     1.5 +  <head>
     1.6 +    <script>
     1.7 +onload = function() {
     1.8 +  var x = null;
     1.9 +  try {
    1.10 +    x = document.createElementNS("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul", "spacer");
    1.11 +  } catch(ex) {}
    1.12 +  window.parent.postMessage(x == null, "http://mochi.test:8888");
    1.13 +}
    1.14 +    </script>
    1.15 +  </head>
    1.16 +  <body>
    1.17 +    Here be dragons!
    1.18 +  </body>
    1.19 +</html>

mercurial