author | Joel Maher <jmaher@mozilla.com> |
Tue, 12 Feb 2013 07:28:35 -0500 | |
changeset 121589 | d2175a963653c49d8331531c9586a84215f6c7f0 |
parent 29612 | eab7369acfd6f2283d4fd353c1c8f1780be5d841 |
child 190665 | 645ad2c2411421798c8e815bcd74aa8092aa066f |
permissions | -rw-r--r-- |
<html class="reftest-wait"> <head> <script> function boom() { document.getElementById("i").src = "removing-editable-xslt-inner.xhtml"; setTimeout(function() { document.body.removeChild(document.getElementById("i")); document.documentElement.removeAttribute("class"); }, 0); } </script> </head> <body onload="boom();"> <iframe id="i"></iframe> </body> </html>