mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Update web-platform-tests to revision b'1a5b13545ae58e468ed11e4c21912a3faf3355ea' (#35384)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
df73d02932
commit
a284bbd29d
487 changed files with 12243 additions and 4352 deletions
|
@ -13,3 +13,45 @@
|
|||
|
||||
[Property corner-shape value 'round angle round angle']
|
||||
expected: FAIL
|
||||
|
||||
[Property corner-top-left-shape value 'round']
|
||||
expected: FAIL
|
||||
|
||||
[Property corner-top-left-shape value 'scoop']
|
||||
expected: FAIL
|
||||
|
||||
[Property corner-top-left-shape value 'superellipse(5)']
|
||||
expected: FAIL
|
||||
|
||||
[Property corner-top-left-shape value 'superellipse(0.2)']
|
||||
expected: FAIL
|
||||
|
||||
[Property corner-top-left-shape value 'superellipse(0)']
|
||||
expected: FAIL
|
||||
|
||||
[Property corner-top-left-shape value 'superellipse(infinity)']
|
||||
expected: FAIL
|
||||
|
||||
[Property corner-top-left-shape value 'superellipse(2)']
|
||||
expected: FAIL
|
||||
|
||||
[Property corner-top-left-shape value 'superellipse(1)']
|
||||
expected: FAIL
|
||||
|
||||
[Property corner-top-left-shape value 'superellipse(4)']
|
||||
expected: FAIL
|
||||
|
||||
[Property corner-top-left-shape value 'superellipse( .5)']
|
||||
expected: FAIL
|
||||
|
||||
[Property corner-top-right-shape value 'round']
|
||||
expected: FAIL
|
||||
|
||||
[Property corner-top-right-shape value 'superellipse(5)']
|
||||
expected: FAIL
|
||||
|
||||
[Property corner-bottom-right-shape value 'scoop']
|
||||
expected: FAIL
|
||||
|
||||
[Property corner-bottom-left-shape value 'superellipse(5)']
|
||||
expected: FAIL
|
||||
|
|
|
@ -16,3 +16,339 @@
|
|||
|
||||
[e.style['corner-shape'\] = "angle round angle round" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-left-shape'\] = "round" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-left-shape'\] = "scoop" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-left-shape'\] = "notch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-left-shape'\] = "bevel" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-left-shape'\] = "squircle" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-left-shape'\] = "straight" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-left-shape'\] = "superellipse(2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-left-shape'\] = "superellipse(.5)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-left-shape'\] = "superellipse(7)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-left-shape'\] = "superellipse(0.3)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-left-shape'\] = "superellipse( 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-left-shape'\] = "superellipse(2 )" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-left-shape'\] = "superellipse(infinity)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-left-shape'\] = "superellipse(calc(0.5 * 4))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-right-shape'\] = "round" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-right-shape'\] = "scoop" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-right-shape'\] = "notch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-right-shape'\] = "bevel" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-right-shape'\] = "squircle" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-right-shape'\] = "straight" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-right-shape'\] = "superellipse(2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-right-shape'\] = "superellipse(.5)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-right-shape'\] = "superellipse(7)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-right-shape'\] = "superellipse(0.3)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-right-shape'\] = "superellipse( 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-right-shape'\] = "superellipse(2 )" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-right-shape'\] = "superellipse(infinity)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-top-right-shape'\] = "superellipse(calc(0.5 * 4))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-left-shape'\] = "round" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-left-shape'\] = "scoop" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-left-shape'\] = "notch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-left-shape'\] = "bevel" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-left-shape'\] = "squircle" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-left-shape'\] = "straight" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-left-shape'\] = "superellipse(2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-left-shape'\] = "superellipse(.5)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-left-shape'\] = "superellipse(7)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-left-shape'\] = "superellipse(0.3)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-left-shape'\] = "superellipse( 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-left-shape'\] = "superellipse(2 )" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-left-shape'\] = "superellipse(infinity)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-left-shape'\] = "superellipse(calc(0.5 * 4))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-right-shape'\] = "round" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-right-shape'\] = "scoop" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-right-shape'\] = "notch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-right-shape'\] = "bevel" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-right-shape'\] = "squircle" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-right-shape'\] = "straight" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-right-shape'\] = "superellipse(2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-right-shape'\] = "superellipse(.5)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-right-shape'\] = "superellipse(7)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-right-shape'\] = "superellipse(0.3)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-right-shape'\] = "superellipse( 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-right-shape'\] = "superellipse(2 )" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-right-shape'\] = "superellipse(infinity)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-bottom-right-shape'\] = "superellipse(calc(0.5 * 4))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-start-shape'\] = "round" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-start-shape'\] = "scoop" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-start-shape'\] = "notch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-start-shape'\] = "bevel" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-start-shape'\] = "squircle" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-start-shape'\] = "straight" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-start-shape'\] = "superellipse(2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-start-shape'\] = "superellipse(.5)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-start-shape'\] = "superellipse(7)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-start-shape'\] = "superellipse(0.3)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-start-shape'\] = "superellipse( 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-start-shape'\] = "superellipse(2 )" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-start-shape'\] = "superellipse(infinity)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-start-shape'\] = "superellipse(calc(0.5 * 4))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-end-shape'\] = "round" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-end-shape'\] = "scoop" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-end-shape'\] = "notch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-end-shape'\] = "bevel" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-end-shape'\] = "squircle" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-end-shape'\] = "straight" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-end-shape'\] = "superellipse(2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-end-shape'\] = "superellipse(.5)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-end-shape'\] = "superellipse(7)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-end-shape'\] = "superellipse(0.3)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-end-shape'\] = "superellipse( 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-end-shape'\] = "superellipse(2 )" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-end-shape'\] = "superellipse(infinity)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-start-end-shape'\] = "superellipse(calc(0.5 * 4))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-start-shape'\] = "round" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-start-shape'\] = "scoop" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-start-shape'\] = "notch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-start-shape'\] = "bevel" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-start-shape'\] = "squircle" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-start-shape'\] = "straight" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-start-shape'\] = "superellipse(2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-start-shape'\] = "superellipse(.5)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-start-shape'\] = "superellipse(7)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-start-shape'\] = "superellipse(0.3)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-start-shape'\] = "superellipse( 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-start-shape'\] = "superellipse(2 )" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-start-shape'\] = "superellipse(infinity)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-start-shape'\] = "superellipse(calc(0.5 * 4))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-end-shape'\] = "round" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-end-shape'\] = "scoop" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-end-shape'\] = "notch" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-end-shape'\] = "bevel" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-end-shape'\] = "squircle" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-end-shape'\] = "straight" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-end-shape'\] = "superellipse(2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-end-shape'\] = "superellipse(.5)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-end-shape'\] = "superellipse(7)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-end-shape'\] = "superellipse(0.3)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-end-shape'\] = "superellipse( 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-end-shape'\] = "superellipse(2 )" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-end-shape'\] = "superellipse(infinity)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['corner-end-end-shape'\] = "superellipse(calc(0.5 * 4))" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
12
tests/wpt/meta/css/css-display/reading-flow/tentative/reading-order-computed.html.ini
vendored
Normal file
12
tests/wpt/meta/css/css-display/reading-flow/tentative/reading-order-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[reading-order-computed.html]
|
||||
[Property reading-order value '-1']
|
||||
expected: FAIL
|
||||
|
||||
[Property reading-order value '0']
|
||||
expected: FAIL
|
||||
|
||||
[Property reading-order value '34']
|
||||
expected: FAIL
|
||||
|
||||
[Property reading-order value 'calc(34.1)']
|
||||
expected: FAIL
|
12
tests/wpt/meta/css/css-display/reading-flow/tentative/reading-order-valid.html.ini
vendored
Normal file
12
tests/wpt/meta/css/css-display/reading-flow/tentative/reading-order-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[reading-order-valid.html]
|
||||
[e.style['reading-order'\] = "0" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['reading-order'\] = "123" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['reading-order'\] = "-45" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['reading-order'\] = "calc(34.1)" should set the property value]
|
||||
expected: FAIL
|
36
tests/wpt/meta/css/css-easing/linear-timing-functions-syntax.html.ini
vendored
Normal file
36
tests/wpt/meta/css/css-easing/linear-timing-functions-syntax.html.ini
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
[linear-timing-functions-syntax.html]
|
||||
[e.style['animation-timing-function'\] = "linear(0, 1)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-timing-function'\] = "linear(-10, -5, 0, 5, 10)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-timing-function'\] = "linear(-10 -10%, -5 -5%, 0, 5, 10)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-timing-function'\] = "linear(0 calc(0%), 0 calc(100%))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-timing-function'\] = "linear(0 calc(50% - 50%), 0 calc(50% + 50%))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-timing-function'\] = "linear(0 calc(50%), 0 100%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-timing-function'\] = "linear(0 0% 50%, 1 50% 100%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-timing-function'\] = "linear(0, 0.5 25% 75%, 1 100% 100%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-timing-function'\] = "linear(0, 1.3, 1, 0.92, 1, 0.99, 1, 0.998, 1 100% 100%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-timing-function'\] = "linear(0, 0 40%, 1, 0.5, 1)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-timing-function'\] = "linear(0, 1.3, 1, 0.92, 1, 0.99, 1, 1.004, 0.998, 1 100% 100%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-timing-function value 'linear(0, 1.3, 1, 0.92, 1, 0.99, 1, 1.004, 0.998, 1 100% 100%)']
|
||||
expected: FAIL
|
|
@ -13,3 +13,12 @@
|
|||
|
||||
[Property animation-timing-function value 'steps(calc(2 + sign(100em - 1px)), end)']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-timing-function value 'cubic-bezier(calc(-2), calc(0.7 / 2), calc(1.5), calc(0))']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-timing-function value 'steps(calc(-10), start)']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-timing-function value 'steps(calc(1), jump-none)']
|
||||
expected: FAIL
|
||||
|
|
|
@ -13,3 +13,15 @@
|
|||
|
||||
[e.style['animation-timing-function'\] = "steps(calc(2 + sign(100em - 1px)))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-timing-function'\] = "cubic-bezier(calc(-2), calc(0.7 / 2), calc(1.5), calc(0))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-timing-function'\] = "steps(calc(-10), start)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-timing-function'\] = "steps(calc(5 / 2), start)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-timing-function'\] = "steps(calc(1), jump-none)" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
12
tests/wpt/meta/css/css-fonts/font-face-style-normal.html.ini
vendored
Normal file
12
tests/wpt/meta/css/css-fonts/font-face-style-normal.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[font-face-style-normal.html]
|
||||
[CSS Fonts: parsing 'normal' in the font-style descriptor]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Fonts: parsing 'normal' in the font-style descriptor 1]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Fonts: parsing 'normal' in the font-style descriptor 2]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Fonts: parsing 'normal' in the font-style descriptor 3]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-fonts/font-synthesis-style-oblique-only.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-fonts/font-synthesis-style-oblique-only.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[font-synthesis-style-oblique-only.html]
|
||||
expected: FAIL
|
|
@ -1,3 +1,9 @@
|
|||
[font-style-computed.html]
|
||||
[Property font-style value 'oblique calc(30deg + (sign(20cqw - 10px) * 5deg))']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-style value 'oblique 0deg']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-style value 'oblique calc(10deg - 10deg)']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[font-style-valid.html]
|
||||
[e.style['font-style'\] = "oblique calc(30deg + (sign(2cqw - 10px) * 5deg))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-style'\] = "oblique 0deg" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
|
@ -40,3 +40,24 @@
|
|||
|
||||
[Property font-synthesis value 'weight style small-caps position']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-synthesis value 'oblique-only']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-synthesis value 'oblique-only small-caps']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-synthesis value 'oblique-only position']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-synthesis value 'oblique-only small-caps position']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-synthesis value 'weight oblique-only']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-synthesis value 'weight oblique-only small-caps']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-synthesis value 'weight oblique-only small-caps position']
|
||||
expected: FAIL
|
||||
|
|
|
@ -4,3 +4,6 @@
|
|||
|
||||
[e.style['font-synthesis-style'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis-style'\] = "oblique-only" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
|
@ -40,3 +40,30 @@
|
|||
|
||||
[e.style['font-synthesis'\] = "position weight small-caps style" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "oblique-only" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "oblique-only weight" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "small-caps oblique-only" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "oblique-only weight small-caps" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "oblique-only small-caps weight " should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "small-caps oblique-only weight " should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "position oblique-only" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "position weight oblique-only" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-synthesis'\] = "position weight small-caps oblique-only" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
3
tests/wpt/meta/css/css-fonts/variations/font-style-parsing.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-fonts/variations/font-style-parsing.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[font-style-parsing.html]
|
||||
[Font-style (computed): 'oblique' followed by zero degrees is valid]
|
||||
expected: FAIL
|
18
tests/wpt/meta/css/css-gaps/tentative/parsing/rule-break-computed.html.ini
vendored
Normal file
18
tests/wpt/meta/css/css-gaps/tentative/parsing/rule-break-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[rule-break-computed.html]
|
||||
[Property column-rule-break value 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule-break value 'spanning-item']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule-break value 'intersection']
|
||||
expected: FAIL
|
||||
|
||||
[Property row-rule-break value 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Property row-rule-break value 'spanning-item']
|
||||
expected: FAIL
|
||||
|
||||
[Property row-rule-break value 'intersection']
|
||||
expected: FAIL
|
18
tests/wpt/meta/css/css-gaps/tentative/parsing/rule-break-valid.html.ini
vendored
Normal file
18
tests/wpt/meta/css/css-gaps/tentative/parsing/rule-break-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[rule-break-valid.html]
|
||||
[e.style['column-rule-break'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-break'\] = "spanning-item" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-break'\] = "intersection" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-break'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-break'\] = "spanning-item" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-break'\] = "intersection" should set the property value]
|
||||
expected: FAIL
|
21
tests/wpt/meta/css/css-gaps/tentative/parsing/rule-outset-computed.html.ini
vendored
Normal file
21
tests/wpt/meta/css/css-gaps/tentative/parsing/rule-outset-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
[rule-outset-computed.html]
|
||||
[Property column-rule-outset value '10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule-outset value '-20px']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule-outset value '0.5em']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule-outset value 'calc(10px + 0.5em)']
|
||||
expected: FAIL
|
||||
|
||||
[Property row-rule-outset value 'calc(10px - 0.5em)']
|
||||
expected: FAIL
|
||||
|
||||
[Property row-rule-outset value '30%']
|
||||
expected: FAIL
|
||||
|
||||
[Property row-rule-outset value 'calc(25% + 10px)']
|
||||
expected: FAIL
|
15
tests/wpt/meta/css/css-gaps/tentative/parsing/rule-outset-valid.html.ini
vendored
Normal file
15
tests/wpt/meta/css/css-gaps/tentative/parsing/rule-outset-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
[rule-outset-valid.html]
|
||||
[e.style['column-rule-outset'\] = "0" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-outset'\] = "-20px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-outset'\] = "5%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-outset'\] = "10vmin" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-outset'\] = "calc(8em + 4ex)" should set the property value]
|
||||
expected: FAIL
|
|
@ -97,3 +97,6 @@
|
|||
|
||||
[CSSFunctionRule.cssText (--escaped-)]
|
||||
expected: FAIL
|
||||
|
||||
[@supports in body]
|
||||
expected: FAIL
|
||||
|
|
57
tests/wpt/meta/css/css-mixins/dashed-function-cycles.tentative.html.ini
vendored
Normal file
57
tests/wpt/meta/css/css-mixins/dashed-function-cycles.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,57 @@
|
|||
[dashed-function-cycles.tentative.html]
|
||||
[Local with self-cycle]
|
||||
expected: FAIL
|
||||
|
||||
[Cycle reference without fallback makes result invalid]
|
||||
expected: FAIL
|
||||
|
||||
[Local with self-cycle in fallback]
|
||||
expected: FAIL
|
||||
|
||||
[Local shadowing cyclic property --x]
|
||||
expected: FAIL
|
||||
|
||||
[Local shadowing cyclic outer local --x ]
|
||||
expected: FAIL
|
||||
|
||||
[Arguments shadowing cyclic properties]
|
||||
expected: FAIL
|
||||
|
||||
[Observing property cycle locally]
|
||||
expected: FAIL
|
||||
|
||||
[Using cyclic values with no fallback]
|
||||
expected: FAIL
|
||||
|
||||
[Self-cycle in non-used local variable]
|
||||
expected: FAIL
|
||||
|
||||
[Using cyclic value in unused fallback]
|
||||
expected: FAIL
|
||||
|
||||
[Using cyclic value in unused fallback (local)]
|
||||
expected: FAIL
|
||||
|
||||
[Dashed-function, self-cycle]
|
||||
expected: FAIL
|
||||
|
||||
[Cycle through other function (--g)]
|
||||
expected: FAIL
|
||||
|
||||
[Cycle through other function (--f)]
|
||||
expected: FAIL
|
||||
|
||||
[Cycle through local, self]
|
||||
expected: FAIL
|
||||
|
||||
[Cycle through unused local]
|
||||
expected: FAIL
|
||||
|
||||
[Cycle through global, self]
|
||||
expected: FAIL
|
||||
|
||||
[Cycle through local, other function]
|
||||
expected: FAIL
|
||||
|
||||
[Cycle through various variables and other functions]
|
||||
expected: FAIL
|
|
@ -103,3 +103,36 @@
|
|||
|
||||
[Missing one argument of several]
|
||||
expected: FAIL
|
||||
|
||||
[Substitute local from outer scope]
|
||||
expected: FAIL
|
||||
|
||||
[Substitute argument from outer scope]
|
||||
expected: FAIL
|
||||
|
||||
[Inner argument shadowing outer argument]
|
||||
expected: FAIL
|
||||
|
||||
[Inner argument shadowing outer local]
|
||||
expected: FAIL
|
||||
|
||||
[Inner local shadowing outer argument]
|
||||
expected: FAIL
|
||||
|
||||
[Inner local shadowing outer local]
|
||||
expected: FAIL
|
||||
|
||||
[Referencing outer local containing var()]
|
||||
expected: FAIL
|
||||
|
||||
[Referencing outer typed argument]
|
||||
expected: FAIL
|
||||
|
||||
[Same function with different scopes]
|
||||
expected: FAIL
|
||||
|
||||
[Referencing local two frames up]
|
||||
expected: FAIL
|
||||
|
||||
[IACVT outer local shadows property]
|
||||
expected: FAIL
|
||||
|
|
39
tests/wpt/meta/css/css-mixins/function-conditionals.html.ini
vendored
Normal file
39
tests/wpt/meta/css/css-mixins/function-conditionals.html.ini
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
[function-conditionals.html]
|
||||
[Basic @supports]
|
||||
expected: FAIL
|
||||
|
||||
[Basic @supports (false)]
|
||||
expected: FAIL
|
||||
|
||||
[Nested @supports]
|
||||
expected: FAIL
|
||||
|
||||
[Nested @supports (false)]
|
||||
expected: FAIL
|
||||
|
||||
[Inconsequential conditional]
|
||||
expected: FAIL
|
||||
|
||||
[@supports with locals]
|
||||
expected: FAIL
|
||||
|
||||
[Basic @media]
|
||||
expected: FAIL
|
||||
|
||||
[Basic @media (false)]
|
||||
expected: FAIL
|
||||
|
||||
[Nested @media]
|
||||
expected: FAIL
|
||||
|
||||
[Nested @media (false)]
|
||||
expected: FAIL
|
||||
|
||||
[Locals within @media]
|
||||
expected: FAIL
|
||||
|
||||
[@supports within @media]
|
||||
expected: FAIL
|
||||
|
||||
[@media within @supports]
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-mixins/function-media-dynamic.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-mixins/function-media-dynamic.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[function-media-dynamic.html]
|
||||
[Custom Functions: @media responds to changes]
|
||||
expected: FAIL
|
21
tests/wpt/meta/css/css-mixins/local-attr-substitution.html.ini
vendored
Normal file
21
tests/wpt/meta/css/css-mixins/local-attr-substitution.html.ini
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
[local-attr-substitution.html]
|
||||
[var() in attribute value substitutes locally]
|
||||
expected: FAIL
|
||||
|
||||
[var() in attribute value substitutes locally, argument]
|
||||
expected: FAIL
|
||||
|
||||
[var() in attribute value substitutes locally, typed]
|
||||
expected: FAIL
|
||||
|
||||
[attr() fallback substitutes locally]
|
||||
expected: FAIL
|
||||
|
||||
[attr() cycle through local]
|
||||
expected: FAIL
|
||||
|
||||
[attr() cycle through fallback in local]
|
||||
expected: FAIL
|
||||
|
||||
[attr() cycle through function]
|
||||
expected: FAIL
|
6
tests/wpt/meta/css/css-overflow/overflow-shorthand-002.html.ini
vendored
Normal file
6
tests/wpt/meta/css/css-overflow/overflow-shorthand-002.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[overflow-shorthand-002.html]
|
||||
[overflow - horizontal writing mode]
|
||||
expected: FAIL
|
||||
|
||||
[overflow - vertical writing mode]
|
||||
expected: FAIL
|
117
tests/wpt/meta/css/css-values/if-cycle.tentative.html.ini
vendored
Normal file
117
tests/wpt/meta/css/css-values/if-cycle.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,117 @@
|
|||
[if-cycle.tentative.html]
|
||||
[CSS Values and Units Test: CSS if() function cycles 2]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 3]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 6]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 7]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 8]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 10]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 11]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 14]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 15]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 16]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 17]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 18]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 19]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 20]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 21]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 22]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 23]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 24]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 25]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 26]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 27]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 28]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 29]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 30]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 31]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 32]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 33]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 34]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 35]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 36]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 37]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 38]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 39]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 40]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 41]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 42]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 43]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 44]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS if() function cycles 45]
|
||||
expected: FAIL
|
336
tests/wpt/meta/css/css-values/if-style-query.html.ini
vendored
Normal file
336
tests/wpt/meta/css/css-values/if-style-query.html.ini
vendored
Normal file
|
@ -0,0 +1,336 @@
|
|||
[if-style-query.html]
|
||||
[CSS Values and Units Test: CSS inline if() function]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 1]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 2]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 3]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 4]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 5]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 6]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 7]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 8]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 9]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 10]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 11]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 12]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 13]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 14]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 15]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 16]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 17]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 18]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 19]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 20]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 21]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 22]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 23]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 24]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 25]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 26]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 27]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 28]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 29]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 30]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 31]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 32]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 33]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 34]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 35]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 36]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 37]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 38]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 39]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 40]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 41]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 42]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 43]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 44]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 45]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 46]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 47]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 48]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 49]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 50]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 51]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 52]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 53]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 54]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 55]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 56]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 57]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 58]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 59]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 60]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 61]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 62]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 63]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 64]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 65]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 66]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 67]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 68]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 69]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 70]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 71]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 72]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 73]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 74]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 75]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 76]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 77]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 78]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 79]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 80]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 81]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 82]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 83]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 84]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 85]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 86]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 87]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 88]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 89]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 90]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 91]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 92]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 93]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 94]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 95]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 96]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 97]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 98]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 99]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 100]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 101]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 102]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 103]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 104]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 105]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 106]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 107]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 108]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 109]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 110]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 111]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[is-where-pseudo-containing-hard-pseudo-and-never-matching.html]
|
||||
[subject1 color after focus is red]
|
||||
expected: FAIL
|
||||
|
||||
[subject2 color after focus is orangered]
|
||||
expected: FAIL
|
||||
|
||||
[subject3 color after focus is darkred]
|
||||
expected: FAIL
|
||||
|
||||
[subject4 color after focus is pink]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue