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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/image-adoption-events.html

Issue 1937813002: Cancel asynchronously in allClientsAndObserversRemoved() except for Raw type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/events/image-adoption-events.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/image-adoption-events.html b/third_party/WebKit/LayoutTests/fast/events/image-adoption-events.html
index 682cc5777d8330377df15623c605aa8094e6cccf..d776ce3e8bacb38b5969d80a1863263ce74fbde7 100644
--- a/third_party/WebKit/LayoutTests/fast/events/image-adoption-events.html
+++ b/third_party/WebKit/LayoutTests/fast/events/image-adoption-events.html
@@ -35,9 +35,7 @@ x.onloadend = function() {
document.adoptNode(img);
adopting = false;
if (doc.readyState == "complete" && !readyStateChangeEventHandlerTriggeredWhenComplete) {
- // TODO: This can be replaced with testFailed once https://crbug.com/606651 is fixed.
- debug("FAIL readystatechange event was dispatched but the handler was suppressed");
- finishJSTest();
+ testFailed("readystatechange event was dispatched but the handler was suppressed");
}
}
x.open("get", "data:text/html,");

Powered by Google App Engine
This is Rietveld 408576698