mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
13
tests/wpt/meta/__dir__.ini
vendored
13
tests/wpt/meta/__dir__.ini
vendored
|
@ -1 +1,12 @@
|
|||
prefs: ["dom_imagebitmap_enabled:true", "dom_offscreen_canvas_enabled:true", "dom_xpath_enabled:true", "dom_intersection_observer_enabled:true", "dom_resize_observer_enabled:true", "dom_notification_enabled:true", "dom_fontface_enabled:true", "dom_urlpattern_enabled:true", "dom_serviceworker_enabled:true"]
|
||||
prefs: [
|
||||
"dom_fontface_enabled:true",
|
||||
"dom_imagebitmap_enabled:true",
|
||||
"dom_intersection_observer_enabled:true",
|
||||
"dom_notification_enabled:true",
|
||||
"dom_offscreen_canvas_enabled:true",
|
||||
"dom_resize_observer_enabled:true",
|
||||
"dom_serviceworker_enabled:true",
|
||||
"dom_urlpattern_enabled:true",
|
||||
"dom_xpath_enabled:true",
|
||||
"layout_grid_enabled:true",
|
||||
]
|
||||
|
|
|
@ -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
|
|
@ -0,0 +1,2 @@
|
|||
[2d.layer.global-states.ctx-filter.no-transform.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.layer.global-states.ctx-filter.rotation.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.layer.global-states.no-cxt-filter.no-transform.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.layer.global-states.no-cxt-filter.rotation.html]
|
||||
expected: FAIL
|
|
@ -17,12 +17,6 @@
|
|||
[unopened <details> ignored ("<div><details><summary>abc</summary>123")]
|
||||
expected: FAIL
|
||||
|
||||
[Whitespace around inline-grid should not be collapsed ("<div>abc <span style='display:inline-grid'></span> def")]
|
||||
expected: FAIL
|
||||
|
||||
[Leading/trailing space removal at display:inline-grid boundary ("<div>123<span style='display:inline-grid'> abc </span>def")]
|
||||
expected: FAIL
|
||||
|
||||
[::first-line styles applied ("<div class='first-line-uppercase'>abc")]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[fieldset-grid.html]
|
||||
[Grid]
|
||||
expected: FAIL
|
||||
|
||||
[Inline grid]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[grid-template-propagation.html]
|
||||
expected: FAIL
|
|
@ -8,18 +8,12 @@
|
|||
[rendered legend with display: ruby]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: grid; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: ruby-base; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: block ruby; overflow:hidden]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: grid]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: inline-block; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -107,9 +101,6 @@
|
|||
[rendered legend with display: ruby-text-container; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: grid; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: ruby-text; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -122,9 +113,6 @@
|
|||
[rendered legend with display: ruby-text]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: grid; columns:1]
|
||||
expected: FAIL
|
||||
|
||||
[rendered legend with display: run-in; overflow:hidden;columns:1]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
[legend-grid-flex-multicol.html]
|
||||
[grid]
|
||||
expected: FAIL
|
||||
|
||||
[inline-grid]
|
||||
expected: FAIL
|
||||
|
||||
[multicol]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[details-blockification.html]
|
||||
[Summary and content should have display:block computed value]
|
||||
expected: FAIL
|
||||
|
2
tests/wpt/meta/html/rendering/the-details-element/details-display-type-001-ref.html.ini
vendored
Normal file
2
tests/wpt/meta/html/rendering/the-details-element/details-display-type-001-ref.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[details-display-type-001-ref.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/html/rendering/the-details-element/details-display-type-001.html.ini
vendored
Normal file
2
tests/wpt/meta/html/rendering/the-details-element/details-display-type-001.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[details-display-type-001.html]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[details-display.html]
|
||||
[display of details element can be changed]
|
||||
expected: FAIL
|
|
@ -1,220 +1,4 @@
|
|||
[baseline-alignment-and-overflow.tentative.html]
|
||||
[<input type="text" value="x" style="overflow: visible; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="text" value="x" style="overflow: hidden; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="text" value="x" style="overflow: scroll; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="text" value="x" style="overflow: visible; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="text" value="x" style="overflow: hidden; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="text" value="x" style="overflow: scroll; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="search" value="x" style="overflow: visible; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="search" value="x" style="overflow: hidden; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="search" value="x" style="overflow: scroll; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="search" value="x" style="overflow: visible; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="search" value="x" style="overflow: hidden; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="search" value="x" style="overflow: scroll; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="tel" value="x" style="overflow: visible; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="tel" value="x" style="overflow: hidden; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="tel" value="x" style="overflow: scroll; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="tel" value="x" style="overflow: visible; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="tel" value="x" style="overflow: hidden; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="tel" value="x" style="overflow: scroll; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="url" value="data:,x" style="overflow: visible; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="url" value="data:,x" style="overflow: hidden; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="url" value="data:,x" style="overflow: scroll; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="url" value="data:,x" style="overflow: visible; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="url" value="data:,x" style="overflow: hidden; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="url" value="data:,x" style="overflow: scroll; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="email" value="x" style="overflow: visible; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="email" value="x" style="overflow: hidden; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="email" value="x" style="overflow: scroll; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="email" value="x" style="overflow: visible; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="email" value="x" style="overflow: hidden; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="email" value="x" style="overflow: scroll; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="password" value="x" style="overflow: visible; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="password" value="x" style="overflow: hidden; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="password" value="x" style="overflow: scroll; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="password" value="x" style="overflow: visible; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="password" value="x" style="overflow: hidden; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="password" value="x" style="overflow: scroll; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="date" value="2020-01-01" style="overflow: visible; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="date" value="2020-01-01" style="overflow: hidden; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="date" value="2020-01-01" style="overflow: scroll; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="date" value="2020-01-01" style="overflow: visible; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="date" value="2020-01-01" style="overflow: hidden; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="date" value="2020-01-01" style="overflow: scroll; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="month" value="2020-01" style="overflow: visible; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="month" value="2020-01" style="overflow: hidden; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="month" value="2020-01" style="overflow: scroll; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="month" value="2020-01" style="overflow: visible; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="month" value="2020-01" style="overflow: hidden; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="month" value="2020-01" style="overflow: scroll; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="week" value="2020-W01" style="overflow: visible; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="week" value="2020-W01" style="overflow: hidden; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="week" value="2020-W01" style="overflow: scroll; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="week" value="2020-W01" style="overflow: visible; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="week" value="2020-W01" style="overflow: hidden; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="week" value="2020-W01" style="overflow: scroll; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="time" value="00:00" style="overflow: visible; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="time" value="00:00" style="overflow: hidden; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="time" value="00:00" style="overflow: scroll; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="time" value="00:00" style="overflow: visible; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="time" value="00:00" style="overflow: hidden; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="time" value="00:00" style="overflow: scroll; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: visible; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: hidden; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: scroll; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: visible; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: hidden; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: scroll; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="number" value="0" style="overflow: visible; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="number" value="0" style="overflow: hidden; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="number" value="0" style="overflow: scroll; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="number" value="0" style="overflow: visible; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="number" value="0" style="overflow: hidden; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="number" value="0" style="overflow: scroll; appearance: none;">]
|
||||
expected: FAIL
|
||||
|
||||
[<input type="checkbox" style="overflow: visible; appearance: auto;">]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -11,21 +11,6 @@
|
|||
[computed display of <input type=color> with display: contents]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=reset> with display: grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=button> with display: grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=submit> with display: grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=color> with display: grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <button type=submit> with display: grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=reset> with display: ruby]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -101,27 +86,9 @@
|
|||
[computed display of <button type=submit> with display: ruby-text-container]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=reset> with display: inline-grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=button> with display: inline-grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=submit> with display: inline-grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=color> with display: inline-grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <button type=submit> with display: inline-grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=image> with display: contents]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=image> with display: grid]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=image> with display: ruby]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -137,9 +104,6 @@
|
|||
[computed display of <input type=image> with display: ruby-text-container]
|
||||
expected: FAIL
|
||||
|
||||
[computed display of <input type=image> with display: inline-grid]
|
||||
expected: FAIL
|
||||
|
||||
[<input type=color> overflow/overflow-clip-margin]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
[grid.html]
|
||||
[inline-grid]
|
||||
expected: FAIL
|
||||
|
||||
[grid]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue