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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-root-blur.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/shadow-root-blur.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-root-blur.html b/LayoutTests/fast/dom/shadow/shadow-root-blur.html
index bab6e6ac501a0e5d6f8198157bf0efb65bfb48c7..2ac8094653d0b15ad253dd0abf7b773a013ab4de 100644
--- a/LayoutTests/fast/dom/shadow/shadow-root-blur.html
+++ b/LayoutTests/fast/dom/shadow/shadow-root-blur.html
@@ -13,9 +13,6 @@ description("This tests the blur() on on shadow host should work when a shadow h
if (!window.internals)
debug('This test runs on DRT only');
-if (window.testRunner)
- testRunner.dumpAsText();
-
document.body.appendChild(
createDOM('div', {'id':'shadowHostA'},
createShadowRoot(
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadow-root-activeElement.html ('k') | LayoutTests/fast/dom/shadow/shadow-root-innerHTML.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698