Sha256: 66d197602853b86f9dced9ee7544326f9e9d5dbfb058e10913ee0f99f9b8ac6b
Contents?: true
Size: 643 Bytes
Versions: 10
Compression:
Stored size: 643 Bytes
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Attempt to block tests because of dangling XHR requests (IE)</title> <script type="text/javascript" src="../../../dist/jquery.min.js"></script> <script type="text/javascript"> window.onunload = function() {}; jQuery(function() { setTimeout(function() { var parent = window.parent; document.write(""); parent.iframeCallback(); }, 200 ); var number = 50; while( number-- ) { jQuery.ajax("../name.php?wait=600"); } }); </script> </head> <body> <!-- empty body --> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems