mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Enable layout_grid_enabled pref for all tests (#36316)
This is part of #36315 Testing: This improves several tests that rely on this feature Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
dfcd9de138
commit
e1213f9dbc
81 changed files with 123 additions and 479 deletions
|
@ -1,2 +0,0 @@
|
|||
[align-items-static-position.html]
|
||||
expected: FAIL
|
|
@ -1,10 +1,4 @@
|
|||
[synthesized-baseline-grid-001.html]
|
||||
[.wrapper 1]
|
||||
expected: FAIL
|
||||
|
||||
[.wrapper 2]
|
||||
expected: FAIL
|
||||
|
||||
[.wrapper 4]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[place-content-shorthand-007.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gap-normal-used-001.html]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[display-contents-blockify-dynamic.html]
|
||||
[Dynamic changes to `display` causing blockification of children are handled correctly]
|
||||
expected: FAIL
|
|
@ -1,10 +1,4 @@
|
|||
[display-computed.html]
|
||||
[Property display value 'grid']
|
||||
expected: FAIL
|
||||
|
||||
[Property display value 'inline-grid']
|
||||
expected: FAIL
|
||||
|
||||
[Property display value 'run-in']
|
||||
expected: FAIL
|
||||
|
||||
|
@ -23,12 +17,6 @@
|
|||
[Property display value 'list-item flow-root']
|
||||
expected: FAIL
|
||||
|
||||
[Property display value 'grid block']
|
||||
expected: FAIL
|
||||
|
||||
[Property display value 'block grid']
|
||||
expected: FAIL
|
||||
|
||||
[Property display value 'block ruby']
|
||||
expected: FAIL
|
||||
|
||||
|
@ -53,12 +41,6 @@
|
|||
[Property display value 'list-item flow-root block']
|
||||
expected: FAIL
|
||||
|
||||
[Property display value 'grid inline']
|
||||
expected: FAIL
|
||||
|
||||
[Property display value 'inline grid']
|
||||
expected: FAIL
|
||||
|
||||
[Property display value 'inline ruby']
|
||||
expected: FAIL
|
||||
|
||||
|
@ -160,15 +142,3 @@
|
|||
|
||||
[Property display value 'list-item flow-root run-in']
|
||||
expected: FAIL
|
||||
|
||||
[position absolute affects computed display]
|
||||
expected: FAIL
|
||||
|
||||
[position fixed affects computed display]
|
||||
expected: FAIL
|
||||
|
||||
[float left affects computed display]
|
||||
expected: FAIL
|
||||
|
||||
[float right affects computed display]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
[display-valid.html]
|
||||
[e.style['display'\] = "grid" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['display'\] = "inline-grid" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['display'\] = "run-in" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -23,12 +17,6 @@
|
|||
[e.style['display'\] = "list-item flow-root" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['display'\] = "grid block" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['display'\] = "block grid" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['display'\] = "block ruby" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -53,12 +41,6 @@
|
|||
[e.style['display'\] = "list-item flow-root block" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['display'\] = "grid inline" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['display'\] = "inline grid" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['display'\] = "inline ruby" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -11,5 +11,8 @@
|
|||
[.target > * 7]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 9]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 11]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[dynamic-grid-flex-abspos.html]
|
||||
[.relpos 4]
|
||||
expected: FAIL
|
||||
|
||||
[.relpos 8]
|
||||
expected: FAIL
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
[empty-flex-box-and-margin-collapsing.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-flex-item-002.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-flex-item-005.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-grid/__dir__.ini
vendored
2
tests/wpt/meta/css/css-grid/__dir__.ini
vendored
|
@ -1 +1 @@
|
|||
prefs: ["layout_columns_enabled:true", "layout_flexbox_enabled:true", "layout_grid_enabled:true"]
|
||||
prefs: ["layout_columns_enabled:true", "layout_flexbox_enabled:true"]
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
[.target > * 13]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 14]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 15]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -58,3 +58,6 @@
|
|||
|
||||
[.target > * 12]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 14]
|
||||
expected: FAIL
|
||||
|
|
|
@ -58,3 +58,6 @@
|
|||
|
||||
[.target > * 12]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 14]
|
||||
expected: FAIL
|
||||
|
|
|
@ -17,9 +17,6 @@
|
|||
[.target > * 13]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 14]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 15]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -58,3 +58,6 @@
|
|||
|
||||
[.target > * 12]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 14]
|
||||
expected: FAIL
|
||||
|
|
|
@ -58,3 +58,6 @@
|
|||
|
||||
[.target > * 12]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 14]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[conditional-properties.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[conditional-rules.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[implicit-nesting.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[nesting-basic.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[supports-rule.html]
|
||||
expected: FAIL
|
|
@ -1,6 +1,7 @@
|
|||
[targeted-scroll-marker-selection-with-transition.tentative.html]
|
||||
expected: TIMEOUT
|
||||
[scroll-marker of target (idx 1) of scrollIntoView is selected]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[scroll-marker of target (idx 14) of scrollIntoView is selected]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-002.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-007.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-009.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-010.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-011.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-012.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-014.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-015.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-016.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-017.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-019.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-020.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-021.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-025.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-026.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-sizing/aspect-ratio/grid-aspect-ratio-027.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-sizing/aspect-ratio/grid-aspect-ratio-027.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[grid-aspect-ratio-027.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-030.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-031.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-038.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-sizing/aspect-ratio/grid-aspect-ratio-039.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-sizing/aspect-ratio/grid-aspect-ratio-039.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[grid-aspect-ratio-039.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-aspect-ratio-040.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-sizing/aspect-ratio/grid-aspect-ratio-042.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-sizing/aspect-ratio/grid-aspect-ratio-042.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[grid-aspect-ratio-042.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-sizing/grid-item-image-percentage-min-height-computes-as-0.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-sizing/grid-item-image-percentage-min-height-computes-as-0.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[grid-item-image-percentage-min-height-computes-as-0.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[range-percent-intrinsic-size-2.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[range-percent-intrinsic-size-2a.html]
|
||||
expected: FAIL
|
|
@ -41,12 +41,6 @@
|
|||
[[data-expected-height\] 21]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 22]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 23]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 24]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -88,9 +82,3 @@
|
|||
|
||||
[[data-expected-height\] 44]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 45]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 46]
|
||||
expected: FAIL
|
||||
|
|
|
@ -38,9 +38,6 @@
|
|||
[[data-expected-width\] 21]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 22]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 25]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -79,6 +76,3 @@
|
|||
|
||||
[[data-expected-width\] 44]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 45]
|
||||
expected: FAIL
|
||||
|
|
|
@ -2,11 +2,5 @@
|
|||
[[data-expected-height\] 14]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 22]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 37]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 45]
|
||||
expected: FAIL
|
||||
|
|
|
@ -2,11 +2,5 @@
|
|||
[[data-expected-width\] 14]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 22]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 37]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 45]
|
||||
expected: FAIL
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
[[data-expected-height\] 22]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 23]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\]:not([skip-second-pass\]) 37]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
[[data-expected-width\] 22]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 23]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\]:not([skip-second-pass\]) 37]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -5,8 +5,14 @@
|
|||
[[data-expected-height\] 22]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 23]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 37]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 45]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-height\] 46]
|
||||
expected: FAIL
|
||||
|
|
|
@ -5,8 +5,14 @@
|
|||
[[data-expected-width\] 22]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 23]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 37]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 45]
|
||||
expected: FAIL
|
||||
|
||||
[[data-expected-width\] 46]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[anonymous-grid-item-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[calc-size-grid-repeat.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[will-change-stacking-context-z-index-3.html]
|
||||
prefs: ["layout_grid_enabled:true"]
|
|
@ -659,3 +659,63 @@
|
|||
|
||||
[scrollHeight with negative margins: display: flex; overflow: clip; direction: rtl; flex-flow: column-reverse wrap-reverse;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: grid; overflow: visible; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: grid; overflow: visible; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: grid; overflow: hidden; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: grid; overflow: hidden; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: grid; overflow: auto; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: grid; overflow: auto; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: grid; overflow: clip; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: grid; overflow: clip; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: grid; overflow: scroll; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: grid; overflow: scroll; direction: ltr; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: grid; overflow: visible; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: grid; overflow: visible; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: grid; overflow: hidden; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: grid; overflow: hidden; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: grid; overflow: auto; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: grid; overflow: auto; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: grid; overflow: clip; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: grid; overflow: clip; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollWidth with negative margins: display: grid; overflow: scroll; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
||||
[scrollHeight with negative margins: display: grid; overflow: scroll; direction: rtl; flex-direction: row;]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[getComputedStyle-insets-grid.html]
|
||||
[Position absolute getComputedStyle left (for display: grid)]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue