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

Unified Diff: LayoutTests/fast/dom/shadow/shadowdom-for-image-event.html

Issue 1169613002: Remove unnecessary testRunner.dumpAsText in LayoutTests/fast/dom/shadow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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: 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");

Powered by Google App Engine
This is Rietveld 408576698