mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Update web-platform-tests to revision b'8f3f629756d7351867a8be36d5f217608b9adc61' (#35065)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
f57ceeb3b4
commit
9306f575c9
1779 changed files with 28718 additions and 15792 deletions
|
@ -128,9 +128,6 @@
|
|||
[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
|
||||
|
||||
|
@ -194,12 +191,6 @@
|
|||
[CSS Values and Units Test: attr 70]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 81]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 82]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 29]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -209,11 +200,35 @@
|
|||
[CSS Values and Units Test: attr 71]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 83]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 72]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 84]
|
||||
[CSS Values and Units Test: attr 73]
|
||||
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 76]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 77]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 78]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 87]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 88]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 89]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 90]
|
||||
expected: FAIL
|
||||
|
|
54
tests/wpt/meta/css/css-values/attr-cycle.tentative.html.ini
vendored
Normal file
54
tests/wpt/meta/css/css-values/attr-cycle.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,54 @@
|
|||
[attr-cycle.tentative.html]
|
||||
[CSS Values and Units Test: attr]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 1]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 2]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 3]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 4]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 5]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 6]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 7]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 8]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 9]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 10]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 11]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 12]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 14]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 16]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 18]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 19]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: attr 20]
|
||||
expected: FAIL
|
195
tests/wpt/meta/css/css-values/random-computed.tentative.html.ini
vendored
Normal file
195
tests/wpt/meta/css/css-values/random-computed.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,195 @@
|
|||
[random-computed.tentative.html]
|
||||
[Property scale value 'random(1, 11)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(--foo, 2, 12)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(--foo per-element, 3, 13)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(per-element --foo, 4, 14)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(0, 10, by 5)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(--foo, 10, 20, by 5)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(--foo per-element, 20, 30, by 5)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(per-element --foo, 30, 40, by 5)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(100, 10)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(-10, -100)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(-100, -10)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(40, 50, by -5)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(5 * 1, 30 / 2)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(2 * random(6, 16))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(NaN, 100)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(10, NaN)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(NaN, NaN)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(NaN, 100, by 10)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(10, NaN, by 10)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(NaN, NaN, by 10)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(NaN, 100, by NaN)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(10, NaN, by NaN)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(NaN, NaN, by NaN)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(10, 100, by NaN)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(NaN, 100))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(10, NaN))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(NaN, NaN))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(NaN, 100, by 10))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(10, NaN, by 10))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(NaN, NaN, by 10))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(NaN, 100, by NaN))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(10, NaN, by NaN))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(NaN, NaN, by NaN))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(10, 100, by NaN))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(infinity, 100)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(10, infinity)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(infinity, infinity)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(infinity, 100, by 10)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(10, infinity, by 10)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(infinity, infinity, by 10)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(infinity, 100, by infinity)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(10, infinity, by infinity)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(infinity, infinity, by infinity)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(infinity, 100))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(10, infinity))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(infinity, infinity))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(infinity, 100, by 10))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(10, infinity, by 10))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(infinity, infinity, by 10))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(infinity, 100, by infinity))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(10, infinity, by infinity))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(infinity, infinity, by infinity))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(10, 100, by infinity)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'random(10, 100, by -infinity)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(10, 100, by infinity))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value 'calc(10 + random(10, 100, by -infinity))']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value on pseudo element '::before' 'random(7, 17)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value on pseudo element '::before' 'random(--bar, 8, 18)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value on pseudo element '::before' 'random(per-element, 9, 19)']
|
||||
expected: FAIL
|
||||
|
||||
[Property scale value on pseudo element '::before' 'random(per-element --foo, 10, 20)']
|
||||
expected: FAIL
|
||||
|
||||
[Uses of a style rule for two properies on an element with identical uses of random(...).]
|
||||
expected: FAIL
|
||||
|
||||
[Uses of a style rule for two properies on an element with identical uses of random(--identifier, ...).]
|
||||
expected: FAIL
|
||||
|
||||
[Uses of a style rule for two properies on an element with identical uses of random(per-elemnent, ...).]
|
||||
expected: FAIL
|
||||
|
||||
[Uses of a style rule for two properies on an element with identical uses of random(per-elemnent --identifier, ...).]
|
||||
expected: FAIL
|
||||
|
||||
[Uses of a style rule on multiple elements with 'random(per-element, ...)']
|
||||
expected: FAIL
|
63
tests/wpt/meta/css/css-values/random-serialize.tentative.html.ini
vendored
Normal file
63
tests/wpt/meta/css/css-values/random-serialize.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,63 @@
|
|||
[random-serialize.tentative.html]
|
||||
[e.style['width'\] = "random(0px, 100px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "random(0px, 100px, by 50px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "random(--foo, 0px, 100px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "random(--foo per-element, 0px, 100px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "random(per-element --foo, 0px, 100px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "random(--foo, 0px, 100px, by 50px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "random(--foo per-element, 0px, 100px, by 50px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "random(per-element --foo, 0px, 100px, by 50px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "random(100px, 0px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "random(-100px, -10px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "random(1em, 200rem)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "random(10 * 100px, 200em / 2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc(2 * random(0px, 100px))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-lines'\] = "random(25, 50)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['max-lines'\] = "random(25, 50, by 5)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "random(0.5, 2.5)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['scale'\] = "random(0.5, 2.5, by 0.1)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "random(25deg, 1turn)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "random(25deg, 1turn, by 5deg)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition-delay'\] = "random(25ms, 50s)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition-delay'\] = "random(25ms, 50s, by 5s)" should set the property value]
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-values/rlh-on-root-lengths.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-values/rlh-on-root-lengths.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[rlh-on-root-lengths.html]
|
||||
[Non font or line-height properties on :root should resolve rlh against :root line-height]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue