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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/counters/counter-before-content-not-incremented.html

Issue 2295653002: Use window.testRunner in if-clause (Closed)
Patch Set: a Created 4 years, 4 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: third_party/WebKit/LayoutTests/fast/css/counters/counter-before-content-not-incremented.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/counters/counter-before-content-not-incremented.html b/third_party/WebKit/LayoutTests/fast/css/counters/counter-before-content-not-incremented.html
index a100c3403c13f8ed086adaf7fd1c67effa8fbd62..ea6cdc559a46ad697b5aed1478d7bdea07e94adf 100644
--- a/third_party/WebKit/LayoutTests/fast/css/counters/counter-before-content-not-incremented.html
+++ b/third_party/WebKit/LayoutTests/fast/css/counters/counter-before-content-not-incremented.html
@@ -54,7 +54,7 @@
{
for (var i = 0; i < 5; ++i)
insertAuto(i);
- if (testRunner) {
+ if (window.testRunner) {
setTimeout("dumpCounters()", 0);
}
}

Powered by Google App Engine
This is Rietveld 408576698