mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update test expectations
This commit is contained in:
parent
922e077f1d
commit
458df8c884
7 changed files with 3 additions and 213 deletions
|
@ -1,4 +1,7 @@
|
|||
[animation-002.html]
|
||||
expected: CRASH
|
||||
bug: https://github.com/servo/servo/issues/29891
|
||||
|
||||
[Logical properties in animations respect the writing-mode]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
[Test that inset shorthand sets longhands and serializes correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that inset-* shorthands set the computed value of both logical and physical longhands, with 'writing-mode: horizontal-tb; direction: ltr; '.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that logical inset-* properties share computed values with their physical associates, with 'writing-mode: horizontal-tb; direction: rtl; '.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,36 +0,0 @@
|
|||
[inset-block-inline-shorthand.html]
|
||||
[e.style['inset-block'\] = "10px" should set inset-block-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "10px" should set inset-block-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "10px" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "20% auto" should set inset-block-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "20% auto" should set inset-block-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "20% auto" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "30%" should set inset-inline-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "30%" should set inset-inline-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "30%" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "auto 40px" should set inset-inline-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "auto 40px" should set inset-inline-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "auto 40px" should not set unrelated longhands]
|
||||
expected: FAIL
|
|
@ -1,24 +0,0 @@
|
|||
[inset-block-inline-valid.html]
|
||||
[e.style['inset-block'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "-10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "calc(10px - 0.5em) -20%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "auto auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "-20%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "calc(10px - 0.5em)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "-10px auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "auto calc(10px + 0.5em)" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,60 +0,0 @@
|
|||
[inset-shorthand.html]
|
||||
[e.style['inset'\] = "1px 2px 3px 4px" should set bottom]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px 2px 3px 4px" should set left]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px 2px 3px 4px" should set right]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px 2px 3px 4px" should set top]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px 2px 3px 4px" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px 2px 3px" should set bottom]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px 2px 3px" should set left]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px 2px 3px" should set right]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px 2px 3px" should set top]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px 2px 3px" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px 2px" should set bottom]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px 2px" should set left]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px 2px" should set right]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px 2px" should set top]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px 2px" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px" should set bottom]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px" should set left]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px" should set right]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px" should set top]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "1px" should not set unrelated longhands]
|
||||
expected: FAIL
|
|
@ -1,24 +0,0 @@
|
|||
[inset-valid.html]
|
||||
[e.style['inset'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "-10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "calc(-0.5em + 10px) -20%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "auto auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "10px calc(-0.5em + 10px) -30px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "auto auto auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "10px calc(-0.5em + 10px) auto -30px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset'\] = "auto auto auto auto" should set the property value]
|
||||
expected: FAIL
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue