Chromium Code Reviews| Index: LayoutTests/fast/css/counters/counter-increment-not-reflected-on-stylechange-expected.txt |
| diff --git a/LayoutTests/fast/css/counters/counter-increment-not-reflected-on-stylechange-expected.txt b/LayoutTests/fast/css/counters/counter-increment-not-reflected-on-stylechange-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..85191a249679b7e806fc23992f192c921cce9cff |
| --- /dev/null |
| +++ b/LayoutTests/fast/css/counters/counter-increment-not-reflected-on-stylechange-expected.txt |
| @@ -0,0 +1,6 @@ |
| +PASS window.internals.counterValue(document.getElementById('inner1')) is "1" |
| +PASS window.internals.counterValue(document.getElementById('inner2')) is "2" |
| +PASS successfullyParsed is true |
| + |
| +TEST COMPLETE |
| + |