test_suspendTimeouts.html (602B)
1 <!DOCTYPE HTML> 2 <html> 3 <!-- 4 https://bugzilla.mozilla.org/show_bug.cgi?id=1426467 5 6 When we use windowUtils.resumeTimeouts to resume timeouts in a window, that call 7 should not immediately dispatch `onmessage` handlers for messages from workers. 8 --> 9 <head> 10 <meta charset="utf-8"> 11 <title>Mozilla Bug 1426467</title> 12 <script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script> 13 <link rel="stylesheet" type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css"> 14 </head> 15 <body> 16 <pre id="test"> 17 <script src='test_suspendTimeouts.js'></script> 18 </pre> 19 </body> 20 </html>