Index: LayoutTests/fast/css/counters/asterisk-counter-update-after-layout-crash.html |
diff --git a/LayoutTests/fast/css/counters/asterisk-counter-update-after-layout-crash.html b/LayoutTests/fast/css/counters/asterisk-counter-update-after-layout-crash.html |
index c089cec476aa5f7f125b0c428cb6ff0ebe80b5ff..e3379584d4475b1916bfa112ff6eeb43f06e6f2b 100644 |
--- a/LayoutTests/fast/css/counters/asterisk-counter-update-after-layout-crash.html |
+++ b/LayoutTests/fast/css/counters/asterisk-counter-update-after-layout-crash.html |
@@ -3,7 +3,7 @@ |
</style> |
<script> |
function runTest() { |
- document.styleSheets[0].insertRule("div { counter-reset: c 141170 }"); |
+ document.styleSheets[0].insertRule("div { counter-reset: c 141170 }", 0); |
if (window.testRunner) |
testRunner.dumpAsText(); |
} |