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

Unified Diff: third_party/WebKit/LayoutTests/fast/harness/error-in-async-test.html

Issue 2269043002: Reland of Remove EventSender from HTMLStyleElement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove t.step() Created 4 years, 1 month 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/harness/error-in-async-test.html
diff --git a/third_party/WebKit/LayoutTests/fast/harness/error-in-async-test.html b/third_party/WebKit/LayoutTests/fast/harness/error-in-async-test.html
index 9b6a36523cba978ac0fa544eb0aa73e0731ac54e..58c48e17732f9a9105c9b9fbe8413331c14c1e68 100644
--- a/third_party/WebKit/LayoutTests/fast/harness/error-in-async-test.html
+++ b/third_party/WebKit/LayoutTests/fast/harness/error-in-async-test.html
@@ -16,5 +16,5 @@ function buggyAsyncCode()
window.jsTestIsAsync = true;
debug("Will throw an error soon");
-setTimeout(buggyAsyncCode, 0);
</script>
+<body onload="setTimeout(buggyAsyncCode, 0)"></body>

Powered by Google App Engine
This is Rietveld 408576698