Auto merge of #16563 - nox:transition, r=hiikezoe

Use all for the default value of transition-property in transition

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16563)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-04-22 07:24:25 -05:00 committed by GitHub
commit 55e2caba4c
3 changed files with 10 additions and 20 deletions

View file

@ -1,17 +0,0 @@
[transition-001.htm]
type: testharness
[parse '1s']
expected: FAIL
[parse '1s 2s']
expected: FAIL
[parse '1s 2s ease-in']
expected: FAIL
[parse '1s ease-in 2s']
expected: FAIL
[parse 'ease-in 1s 2s']
expected: FAIL