| 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,");
|
|
|