Bug 1931425 - Limit how often moz-label's #setStyles runs r=reusable-components-revie...
[gecko.git] / devtools / server / tests / chrome / test_suspendTimeouts.html
blob65a168986f2eeb815337022cff29195a5674b3b6
1 <!DOCTYPE HTML>
2 <html>
3 <!--
4 https://bugzilla.mozilla.org/show_bug.cgi?id=1426467
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>