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

Unified Diff: third_party/WebKit/LayoutTests/fast/workers/worker-exception-during-navigation.html

Issue 2818563004: sendBeacon should throw a TypeError on bad URLs. (Closed)
Patch Set: Patch Set 2 was the final submit, 3 was uploaded by mistake. Created 3 years, 8 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-exception-during-navigation.html
diff --git a/third_party/WebKit/LayoutTests/fast/workers/worker-exception-during-navigation.html b/third_party/WebKit/LayoutTests/fast/workers/worker-exception-during-navigation.html
index 1ba3c22ccc366891b824d9913f61f852650a7a1d..734fcee71e38499cbab5bbb2c494f9a93c71dd6d 100644
--- a/third_party/WebKit/LayoutTests/fast/workers/worker-exception-during-navigation.html
+++ b/third_party/WebKit/LayoutTests/fast/workers/worker-exception-during-navigation.html
@@ -4,6 +4,7 @@
<p>Note that the test is potentially flaky and may produce false positives if we are unlucky with the worker exceptions timing. It should not fail if there is no bug though.</p>
<script src="../../resources/gc.js"></script>
<script>
+
function test() {
if (document.location.search == "?done") {
// Set timeout to give the test some time to crash.

Powered by Google App Engine
This is Rietveld 408576698