test_jQuery.html (880B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <title>Test for jQuery</title> 5 <script src="/tests/SimpleTest/SimpleTest.js"></script> 6 <script type="text/javascript"> 7 // On Linux 64 Stylo Disabled, we observed a failure in the 8 // test 'stop() - several in queue' in fx.js with a low precision value. 9 // We specify a value that seems safe. The root cause of this issue is 10 // believed to be jQuery's use of new Date as a mechanism to advance animations. 11 SpecialPowers.pushPrefEnv({set: 12 [["privacy.reduceTimerPrecision", true], 13 ["privacy.resistFingerprinting.reduceTimerPrecision.microseconds", 2000]]}); 14 </script> 15 <script type="text/javascript" src="../lib/AJAX_setup.js"></script> 16 <link rel="stylesheet" type="text/css" href="../lib/test.css" /> 17 </head> 18 <body> 19 <iframe width="100%" height="500" id="testframe" src=""></iframe> 20 </body> 21 </html>