Auto merge of #8321 - servo:reset-zero, r=Ms2ger

counter-reset defaults to 0, not 1.

https://drafts.csswg.org/css2/generate.html#counters

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8321)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-11-04 17:52:23 +05:30
commit df4e614179
6 changed files with 12 additions and 19 deletions

View file

@ -1,3 +0,0 @@
[counters-001.htm]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[counters-004.htm]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[counters-006.htm]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[counters-008.htm]
type: reftest
expected: FAIL

View file

@ -9,9 +9,6 @@
[subtest #22 with `--a: var(--b,orange)var(--c); --c:red;`]
expected: FAIL
[subtest #23 with `counter-reset: var(--a)red; --a:orange;`]
expected: FAIL
[subtest #24 with `--a: var(--b)var(--c); --c:[c\]; --b:('ab`]
expected: FAIL