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

Unified Diff: LayoutTests/fast/dom/shadow/user-modify-inheritance.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
« no previous file with comments | « LayoutTests/fast/dom/shadow/tabstop-property.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/user-modify-inheritance.html
diff --git a/LayoutTests/fast/dom/shadow/user-modify-inheritance.html b/LayoutTests/fast/dom/shadow/user-modify-inheritance.html
index c420f3fa7e99f6beaf053962900ef6506caea315..1ff88ea357e96631054c5c8739842dcc80701c12 100644
--- a/LayoutTests/fast/dom/shadow/user-modify-inheritance.html
+++ b/LayoutTests/fast/dom/shadow/user-modify-inheritance.html
@@ -17,8 +17,6 @@
<pre id="console"></pre>
<script>
description("Tests to ensure that a '-webkit-user-modify' CSS property is not inherited across shadow boundaries.");
-if (window.testRunner)
- testRunner.dumpAsText();
function computedStyle(element) {
return window.getComputedStyle(element).webkitUserModify;
« no previous file with comments | « LayoutTests/fast/dom/shadow/tabstop-property.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698