| Index: LayoutTests/fast/dom/shadow/shadowdom-for-image-event.html
|
| diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-image-event.html b/LayoutTests/fast/dom/shadow/shadowdom-for-image-event.html
|
| index 37206247d8b04eefd57c4bd7a9a0d09d103ab98c..2b3a72d45f43db11ca2e7ca1461615316668771a 100644
|
| --- a/LayoutTests/fast/dom/shadow/shadowdom-for-image-event.html
|
| +++ b/LayoutTests/fast/dom/shadow/shadowdom-for-image-event.html
|
| @@ -11,10 +11,8 @@ if (window.internals)
|
|
|
| description("Tests to ensure that an img element receives a load event, but an inner image element in shadow DOM subtree does not receive.");
|
|
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| +if (window.testRunner)
|
| testRunner.waitUntilDone();
|
| -}
|
|
|
| function listener(event) {
|
| shouldBeEqualToString("event.currentTarget.id", "host");
|
|
|