Update test expectations

This commit is contained in:
Oriol Brufau 2023-11-23 01:45:09 +01:00 committed by Martin Robinson
parent 27056eb93a
commit 5b08febe88
21 changed files with 2 additions and 123 deletions

View file

@ -1,18 +0,0 @@
[flex-flow-valid.html]
[e.style['flex-flow'\] = "column nowrap" should set the property value]
expected: FAIL
[e.style['flex-flow'\] = "nowrap column" should set the property value]
expected: FAIL
[e.style['flex-flow'\] = "nowrap" should set the property value]
expected: FAIL
[e.style['flex-flow'\] = "row nowrap" should set the property value]
expected: FAIL
[e.style['flex-flow'\] = "wrap" should set the property value]
expected: FAIL
[e.style['flex-flow'\] = "row wrap" should set the property value]
expected: FAIL