Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: third_party/WebKit/LayoutTests/fast/workers/worker-onerror-07.html

Issue 2090953006: [Blink-Workers]Set verbosity of the external exception handler. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code changed as per the comments. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/workers/worker-onerror-07.html
diff --git a/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-07.html b/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-07.html
index e46cb06094c22affb0fdab396ed6f4d903bb4aa9..f2c570904f56ca5b36fc4b2d38f9dc6741100af9 100644
--- a/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-07.html
+++ b/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-07.html
@@ -18,7 +18,7 @@
colno: colno,
error: error
});
- setTimeout(function () { postMessage({ done: true }); }, 0);
+ setTimeout(function () { postMessage({ done: true }); }, 100);
return true;
}
@@ -34,7 +34,7 @@
colno: 9,
});
- errorEventHandlerShouldNotFire();
+ errorEventHandlerShouldFire();
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698