gecko/docshell
Bobby Holley 22e608bba1 Bug 840488 - Update unsafe-JAR channel tests so that they actually fail if we allow script to run. r=bz
The current tests never actually check that script is disabled for unsafe JAR
channels, but only that they're unable to initiate loads. This fixes that.

This blob runs dos2unix on the files inside the zip, and applies the following patch to iframes.html:

 <html><head>
   <title>iframes</title>
+  <script>parent.poke('regular script');</script>
 </head>
-<body>
+<body onload="parent.poke('onload-handler')">
  subshells
  <p>
  <iframe id="data-iframe" src="data:text/html,dataurl iframe<script>window.parent.parent.poke('data-iframe')</script>">ifr</iframe>
  <p>
  <iframe id="js-iframe" src="javascript:window.parent.parent.poke('js-iframe')">jsifr</iframe>
 </body>
-</html>
\ No newline at end of file
+</html>
2013-11-12 16:43:32 -08:00
..
base Bug 906190 - Persist 'disable protection' option for Mixed Content Blocker in child tabs - update load-reload inconsistency. r=tanvi, r=smaug 2013-09-05 10:59:13 -07:00
build Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
resources/content Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
shistory Bug 906190 - Persist 'disable protection' option for Mixed Content Blocker in child tabs - update load-reload inconsistency. r=tanvi, r=smaug 2013-09-05 10:59:13 -07:00
test Bug 840488 - Update unsafe-JAR channel tests so that they actually fail if we allow script to run. r=bz 2013-11-12 16:43:32 -08:00
moz.build Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00