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

Unified Diff: LayoutTests/fast/dom/shadow/style-of-distributed-node.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/style-of-distributed-node.html
diff --git a/LayoutTests/fast/dom/shadow/style-of-distributed-node.html b/LayoutTests/fast/dom/shadow/style-of-distributed-node.html
index 8ab6a9f442d306427156081c1ef579c85b30182d..3727019641a4f39ada6b91474345e9cc50fa54a6 100644
--- a/LayoutTests/fast/dom/shadow/style-of-distributed-node.html
+++ b/LayoutTests/fast/dom/shadow/style-of-distributed-node.html
@@ -24,9 +24,6 @@ function log(message) {
<script>
description("Tests to ensure that styles of distributed nodes are different if their parent styles are different.");
-if (window.testRunner)
- testRunner.dumpAsText();
-
var sr = document.getElementById("host").createShadowRoot();
sr.innerHTML = '<content select="#child-a"></content><div style="color: blue"><content select="#child-b"></content></div>';

Powered by Google App Engine
This is Rietveld 408576698