forked from mirrors/gecko-dev
The current spec says: "If only the X value is given, the Y value defaults to the same value.", so we should update the behavior. Besides, we also update the serialization, so we serialization both specified and computed value by servo. We enable the preference for all the css-transforms, so some of them are passed now. Differential Revision: https://phabricator.services.mozilla.com/D10638 --HG-- extra : moz-landing-system : lando
21 lines
646 B
INI
21 lines
646 B
INI
[rotate-parsing-valid.html]
|
|
[e.style['rotate'\] = "400grad 100 200 300" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['rotate'\] = "x 400grad" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['rotate'\] = "400grad x" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['rotate'\] = "y 400grad" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['rotate'\] = "400grad y" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['rotate'\] = "z 400grad" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['rotate'\] = "400grad z" should set the property value]
|
|
expected: FAIL
|