| 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);
|
| }
|
| }
|
|
|