Update test expectations

This commit is contained in:
Oriol Brufau 2023-06-26 21:58:08 +02:00
parent 922e077f1d
commit 458df8c884
7 changed files with 3 additions and 213 deletions

View file

@ -1,66 +0,0 @@
[inset-valid.html]
[e.style['inset-block'\] = "0" should set the property value]
expected: FAIL
[e.style['inset-block'\] = "auto" should set the property value]
expected: FAIL
[e.style['inset-block'\] = "10%" should set the property value]
expected: FAIL
[e.style['inset-block'\] = "1rem" should set the property value]
expected: FAIL
[e.style['inset-block'\] = "-10px" should set the property value]
expected: FAIL
[e.style['inset-block'\] = "-20%" should set the property value]
expected: FAIL
[e.style['inset-block'\] = "calc(2em + 3ex)" should set the property value]
expected: FAIL
[e.style['inset-block'\] = "auto auto" should set the property value]
expected: FAIL
[e.style['inset-block'\] = "100px 100px" should set the property value]
expected: FAIL
[e.style['inset-block'\] = "10% -5px" should set the property value]
expected: FAIL
[e.style['inset-block'\] = "1rem calc(0px)" should set the property value]
expected: FAIL
[e.style['inset-inline'\] = "0" should set the property value]
expected: FAIL
[e.style['inset-inline'\] = "auto" should set the property value]
expected: FAIL
[e.style['inset-inline'\] = "10%" should set the property value]
expected: FAIL
[e.style['inset-inline'\] = "1rem" should set the property value]
expected: FAIL
[e.style['inset-inline'\] = "-10px" should set the property value]
expected: FAIL
[e.style['inset-inline'\] = "-20%" should set the property value]
expected: FAIL
[e.style['inset-inline'\] = "calc(2em + 3ex)" should set the property value]
expected: FAIL
[e.style['inset-inline'\] = "auto auto" should set the property value]
expected: FAIL
[e.style['inset-inline'\] = "100px 100px" should set the property value]
expected: FAIL
[e.style['inset-inline'\] = "10% -5px" should set the property value]
expected: FAIL
[e.style['inset-inline'\] = "1rem calc(0px)" should set the property value]
expected: FAIL