mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Update web-platform-tests to revision 2b66b8b24b727c7490bf6091dd8a6a551642720b
This commit is contained in:
parent
b0751f4241
commit
faf92483da
85 changed files with 1096 additions and 220 deletions
|
@ -0,0 +1,19 @@
|
|||
[calc-background-position-002.html]
|
||||
[testing background-position: calc(18px - 7px) calc(19px - 7px)]
|
||||
expected: FAIL
|
||||
|
||||
[testing background-position: calc(2px + 3px) calc(4px + 5px)]
|
||||
expected: FAIL
|
||||
|
||||
[testing background-position: calc(6px + 21%) calc(7em + 22%)]
|
||||
expected: FAIL
|
||||
|
||||
[testing background-position: calc(100px / 4) calc(119px / 7)]
|
||||
expected: FAIL
|
||||
|
||||
[testing background-position: calc(-8px + 23%) calc(-9em + 24%)]
|
||||
expected: FAIL
|
||||
|
||||
[testing background-position: calc(4 * 5px) calc(6px * 4)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[calc-min-height.html]
|
||||
expected: FAIL
|
4
tests/wpt/metadata/css/css-values/calc-nesting.html.ini
Normal file
4
tests/wpt/metadata/css/css-values/calc-nesting.html.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
[calc-nesting.html]
|
||||
[Nested calcs should work with layout]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
[calc-serialization-002.html]
|
||||
[testing calc(1em + 1.27cm + 13% + 3em)]
|
||||
expected: FAIL
|
||||
|
||||
[testing calc(25.4q + 1vh + 12%)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[calc-z-index-fractions-001.html]
|
||||
[testing z-index: calc(-3 / 2)]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue