Enable accidentally skipped tests (#31507)

In #31469 I misunderstood how include.ini works (see #31502).
This commit is contained in:
Oriol Brufau 2024-03-06 00:07:42 +01:00 committed by GitHub
parent abda22ed63
commit a483e2806c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 75 additions and 2 deletions

View file

@ -16,6 +16,7 @@ skip: true
[css-anchor-position]
skip: true
[css-box]
skip: false
[margin-trim]
skip: true
[css-break]
@ -29,6 +30,7 @@ skip: true
[css-device-adapt]
skip: true
[css-display]
skip: false
[run-in]
skip: true
[css-exclusions]
@ -87,6 +89,7 @@ skip: true
[css-size-adjust]
skip: true
[css-sizing]
skip: false
[aspect-ratio]
skip: true
[contain-intrinsic-size]

View file

@ -0,0 +1,18 @@
[reading-order-items-computed.html]
[Property reading-order-items value 'normal']
expected: FAIL
[Property reading-order-items value 'flex-visual']
expected: FAIL
[Property reading-order-items value 'flex-flow']
expected: FAIL
[Property reading-order-items value 'grid-rows']
expected: FAIL
[Property reading-order-items value 'grid-columns']
expected: FAIL
[Property reading-order-items value 'grid-order']
expected: FAIL

View file

@ -0,0 +1,18 @@
[reading-order-items-valid.html]
[e.style['reading-order-items'\] = "normal" should set the property value]
expected: FAIL
[e.style['reading-order-items'\] = "flex-visual" should set the property value]
expected: FAIL
[e.style['reading-order-items'\] = "flex-flow" should set the property value]
expected: FAIL
[e.style['reading-order-items'\] = "grid-rows" should set the property value]
expected: FAIL
[e.style['reading-order-items'\] = "grid-columns" should set the property value]
expected: FAIL
[e.style['reading-order-items'\] = "grid-order" should set the property value]
expected: FAIL

View file

@ -1,2 +0,0 @@
[dynamic-available-size-iframe.html]
expected: FAIL

View file

@ -0,0 +1,18 @@
[reading-order-items-computed.html]
[Property reading-order-items value 'normal']
expected: FAIL
[Property reading-order-items value 'flex-visual']
expected: FAIL
[Property reading-order-items value 'flex-flow']
expected: FAIL
[Property reading-order-items value 'grid-rows']
expected: FAIL
[Property reading-order-items value 'grid-columns']
expected: FAIL
[Property reading-order-items value 'grid-order']
expected: FAIL

View file

@ -0,0 +1,18 @@
[reading-order-items-valid.html]
[e.style['reading-order-items'\] = "normal" should set the property value]
expected: FAIL
[e.style['reading-order-items'\] = "flex-visual" should set the property value]
expected: FAIL
[e.style['reading-order-items'\] = "flex-flow" should set the property value]
expected: FAIL
[e.style['reading-order-items'\] = "grid-rows" should set the property value]
expected: FAIL
[e.style['reading-order-items'\] = "grid-columns" should set the property value]
expected: FAIL
[e.style['reading-order-items'\] = "grid-order" should set the property value]
expected: FAIL