mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Update web-platform-tests to revision b'd2f2efe271ae2fa661c52ed2fe8564e21ad4036f' (#34115)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
0759dde11b
commit
b22c0771be
1737 changed files with 45436 additions and 16168 deletions
3
tests/wpt/meta/css/css-values/attr-IACVT.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-values/attr-IACVT.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[attr-IACVT.html]
|
||||
[CSS Values Test: attr() IACVT]
|
||||
expected: FAIL
|
|
@ -38,9 +38,6 @@
|
|||
[CSS Values and Units Test: attr 13]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 14]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 18]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -59,57 +56,6 @@
|
|||
[CSS Values and Units Test: attr 38]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 39]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 40]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 41]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 42]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 43]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 44]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 45]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 46]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 47]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 48]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 49]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 50]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 51]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 52]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 53]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 54]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 55]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 12]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -122,21 +68,6 @@
|
|||
[CSS Values and Units Test: attr 24]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 56]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 57]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 58]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 59]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 60]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 15]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -155,35 +86,32 @@
|
|||
[CSS Values and Units Test: attr 27]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 31]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 32]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 61]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 62]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 63]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 74]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 75]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 64]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 65]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 76]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 77]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 22]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 23]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 30]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 34]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 35]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[attr-px-invalid-cast.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[attr-px-valid.html]
|
||||
expected: FAIL
|
|
@ -136,3 +136,66 @@
|
|||
|
||||
[sign(10px - 2em) should be used-value-equivalent to -1; fontSize=10px]
|
||||
expected: FAIL
|
||||
|
||||
[calc(2.5 - sign(41px - 2em) / 2) should be used-value-equivalent to 2]
|
||||
expected: FAIL
|
||||
|
||||
[calc(2.5 - sign(40px - 2em) / 2) should be used-value-equivalent to 2.5]
|
||||
expected: FAIL
|
||||
|
||||
[calc(2.5 - sign(39px - 2em) / 2) should be used-value-equivalent to 3]
|
||||
expected: FAIL
|
||||
|
||||
[calc(3 + sign(42px - 2em)) should be used-value-equivalent to 4]
|
||||
expected: FAIL
|
||||
|
||||
[calc(3 + sign(40px - 2em)) should be used-value-equivalent to 3]
|
||||
expected: FAIL
|
||||
|
||||
[calc(3 + sign(38px - 2em)) should be used-value-equivalent to 2]
|
||||
expected: FAIL
|
||||
|
||||
[calc(90deg + 30deg * sign(42px - 2em)) should be used-value-equivalent to 120deg]
|
||||
expected: FAIL
|
||||
|
||||
[calc(90deg + 30deg * sign(40px - 2em)) should be used-value-equivalent to 90deg]
|
||||
expected: FAIL
|
||||
|
||||
[calc(90deg + 30deg * sign(38px - 2em)) should be used-value-equivalent to 60deg]
|
||||
expected: FAIL
|
||||
|
||||
[calc(5s + 15s * sign(42px - 2em)) should be used-value-equivalent to 20s]
|
||||
expected: FAIL
|
||||
|
||||
[calc(5s + 15s * sign(40px - 2em)) should be used-value-equivalent to 5s]
|
||||
expected: FAIL
|
||||
|
||||
[calc(5s + 15s * sign(38px - 2em)) should be used-value-equivalent to -10s]
|
||||
expected: FAIL
|
||||
|
||||
[calc(100dpi + 20dpi * sign(42px - 2em)) should be used-value-equivalent to 120dpi]
|
||||
expected: FAIL
|
||||
|
||||
[calc(100dpi + 20dpi * sign(40px - 2em)) should be used-value-equivalent to 100dpi]
|
||||
expected: FAIL
|
||||
|
||||
[calc(100dpi + 20dpi * sign(38px - 2em)) should be used-value-equivalent to 80dpi]
|
||||
expected: FAIL
|
||||
|
||||
[calc(3fr + 1fr * sign(42px - 2em)) should be used-value-equivalent to 4fr]
|
||||
expected: FAIL
|
||||
|
||||
[calc(3fr + 1fr * sign(40px - 2em)) should be used-value-equivalent to 3fr]
|
||||
expected: FAIL
|
||||
|
||||
[calc(3fr + 1fr * sign(38px - 2em)) should be used-value-equivalent to 2fr]
|
||||
expected: FAIL
|
||||
|
||||
[calc(2.5 - sign(33px - 2rem) / 2) should be used-value-equivalent to 2]
|
||||
expected: FAIL
|
||||
|
||||
[calc(2.5 - sign(32px - 2rem) / 2) should be used-value-equivalent to 2.5]
|
||||
expected: FAIL
|
||||
|
||||
[calc(2.5 - sign(31px - 2rem) / 2) should be used-value-equivalent to 3]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue