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

Unified Diff: LayoutTests/fast/dom/shadow/tabstop-focus-highlight-sibling.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/tabstop-focus-highlight-sibling.html
diff --git a/LayoutTests/fast/dom/shadow/tabstop-focus-highlight-sibling.html b/LayoutTests/fast/dom/shadow/tabstop-focus-highlight-sibling.html
index 085a40b70c986a0c77bf644c2840eb8af11ddffc..0e8aec8213f5f2c2c754a7585cc14de482c9778e 100644
--- a/LayoutTests/fast/dom/shadow/tabstop-focus-highlight-sibling.html
+++ b/LayoutTests/fast/dom/shadow/tabstop-focus-highlight-sibling.html
@@ -64,9 +64,6 @@ function backgroundColorShouldBe(selector, expected) {
function test() {
debug("crbug/474687 :focus style should properly be applied to shadow hosts.");
- if (window.testRunner)
- testRunner.dumpAsText();
-
var xmenu1 = document.getElementById("XMenu1");
xmenu1.focus();
navigateFocusForward();
« no previous file with comments | « LayoutTests/fast/dom/shadow/tab-order-iframe-and-shadow.html ('k') | LayoutTests/fast/dom/shadow/tabstop-property.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698