style: Allow parsing unitless zero angles in hue-rotate().

Per https://github.com/w3c/fxtf-drafts/issues/228
This commit is contained in:
Emilio Cobos Álvarez 2017-12-02 15:21:40 +01:00
parent 25ae329156
commit 55439e6222
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 5 additions and 7 deletions

View file

@ -29,12 +29,6 @@
[Serialization should round-trip after setting e.style['filter'\] = "drop-shadow(1px 2px 3px rgba(4, 5, 6, 0.75))"]
expected: FAIL
[e.style['filter'\] = "hue-rotate(0)" should set the property value]
expected: FAIL
[Serialization should round-trip after setting e.style['filter'\] = "hue-rotate(0)"]
expected: FAIL
[e.style['filter'\] = "url(picture.svg#f)" should set the property value]
expected: FAIL