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

Unified Diff: LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root.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/get-element-by-id-in-shadow-root.html
diff --git a/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root.html b/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root.html
index a53c1e3d72f489937a38714f9c6fee0ea164e604..bf572912bd0588add6c7a1eba25b7597d56319f8 100644
--- a/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root.html
+++ b/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root.html
@@ -25,9 +25,6 @@ function prepareDomTree(parent)
function test()
{
- if (window.testRunner)
- testRunner.dumpAsText();
-
prepareDomTree(document.body);
shouldBeEqualToString("getNodeInTreeOfTrees('divA/inputB').id", 'inputB');
shouldBeEqualToString("getNodeInTreeOfTrees('divA/divC').id", 'divC');
« no previous file with comments | « LayoutTests/fast/dom/shadow/gesture-tap.html ('k') | LayoutTests/fast/dom/shadow/input-shadow-nochange.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698