Update web-platform-tests to revision 2b66b8b24b727c7490bf6091dd8a6a551642720b

This commit is contained in:
WPT Sync Bot 2019-02-18 20:48:51 -05:00
parent b0751f4241
commit faf92483da
85 changed files with 1096 additions and 220 deletions

View file

@ -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

View file

@ -0,0 +1,2 @@
[calc-min-height.html]
expected: FAIL

View file

@ -0,0 +1,4 @@
[calc-nesting.html]
[Nested calcs should work with layout]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,4 @@
[calc-z-index-fractions-001.html]
[testing z-index: calc(-3 / 2)]
expected: FAIL