Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: os == 'android'
- Manifest: devtools/server/tests/chrome/chrome.toml
<!DOCTYPE HTML>
<html>
<!--
When we use windowUtils.resumeTimeouts to resume timeouts in a window, that call
should not immediately dispatch `onmessage` handlers for messages from workers.
-->
<head>
<meta charset="utf-8">
</head>
<body>
<pre id="test">
<script src='test_suspendTimeouts.js'></script>
</pre>
</body>
</html>