file_promise_job_with_bind_from_discarded_iframe.html (259B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>iframe in http</title> 5 </head> 6 <body> 7 <div id="result"></div> 8 <script type="text/javascript"> 9 if (typeof SpecialPowers !== "undefined") { 10 document.getElementById("result").textContent = "ok"; 11 } 12 </script> 13 </body> 14 </html>