mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Sync WPT with upstream (13-06-2025) (#37436)
Automated downstream sync of changes from upstream as of 13-06-2025 [no-wpt-sync] --------- Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
e4da496e2d
commit
a7e9df0fef
339 changed files with 7696 additions and 1370 deletions
|
@ -81,3 +81,6 @@
|
|||
|
||||
[corner-shape-render-fuzzy.html?corner-shape=superellipse(0.8)&border-radius=40px&border-width=10px]
|
||||
expected: FAIL
|
||||
|
||||
[corner-shape-render-fuzzy.html?border-radius=50%&corner-shape=bevel&box-shadow=10px%2010px%200%2010px%20black]
|
||||
expected: FAIL
|
||||
|
|
|
@ -37,3 +37,15 @@
|
|||
|
||||
[@font-face matching for quoted and unquoted math]
|
||||
expected: [FAIL, PASS]
|
||||
|
||||
[@font-face matching for quoted and unquoted generic(fangsong)]
|
||||
expected: FAIL
|
||||
|
||||
[@font-face matching for quoted and unquoted generic(kai)]
|
||||
expected: FAIL
|
||||
|
||||
[@font-face matching for quoted and unquoted generic(khmer-mul)]
|
||||
expected: FAIL
|
||||
|
||||
[@font-face matching for quoted and unquoted generic(nastaliq)]
|
||||
expected: FAIL
|
||||
|
|
12
tests/wpt/meta/css/css-fonts/generic-family-keywords-002.html.ini
vendored
Normal file
12
tests/wpt/meta/css/css-fonts/generic-family-keywords-002.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[generic-family-keywords-002.html]
|
||||
[font-family: -webkit-generic(fangsong) treated as <font-family>, not <generic-name>]
|
||||
expected: FAIL
|
||||
|
||||
[font-family: -webkit-generic(kai) treated as <font-family>, not <generic-name>]
|
||||
expected: FAIL
|
||||
|
||||
[font-family: -webkit-generic(khmer-mul) treated as <font-family>, not <generic-name>]
|
||||
expected: FAIL
|
||||
|
||||
[font-family: -webkit-generic(nastaliq) treated as <font-family>, not <generic-name>]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-gaps/grid/grid-gap-decorations-047.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-gaps/grid/grid-gap-decorations-047.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[grid-gap-decorations-047.html]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[grid-content-alignment-with-abspos-001.html]
|
||||
[.grid 1]
|
||||
expected: FAIL
|
18
tests/wpt/meta/css/css-masonry/tentative/parsing/item-tolerance-computed.html.ini
vendored
Normal file
18
tests/wpt/meta/css/css-masonry/tentative/parsing/item-tolerance-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[item-tolerance-computed.html]
|
||||
[Property item-tolerance value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value '10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value '20%']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value 'calc(20% + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value 'calc(-0.5em + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value 'calc(0.5em + 10px)']
|
||||
expected: FAIL
|
18
tests/wpt/meta/css/css-masonry/tentative/parsing/item-tolerance-valid.html.ini
vendored
Normal file
18
tests/wpt/meta/css/css-masonry/tentative/parsing/item-tolerance-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[item-tolerance-valid.html]
|
||||
[e.style['item-tolerance'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "0" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "1px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "calc(2em + 3ex)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "4%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "5vmin" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,36 +0,0 @@
|
|||
[masonry-slack-computed.html]
|
||||
[Property masonry-slack value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-slack value '10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-slack value '20%']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-slack value 'calc(20% + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-slack value 'calc(-0.5em + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property masonry-slack value 'calc(0.5em + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value '10px']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value '20%']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value 'calc(20% + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value 'calc(-0.5em + 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property item-tolerance value 'calc(0.5em + 10px)']
|
||||
expected: FAIL
|
|
@ -1,36 +0,0 @@
|
|||
[masonry-slack-valid.html]
|
||||
[e.style['masonry-slack'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-slack'\] = "0" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-slack'\] = "1px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-slack'\] = "calc(2em + 3ex)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-slack'\] = "4%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['masonry-slack'\] = "5vmin" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "0" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "1px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "calc(2em + 3ex)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "4%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['item-tolerance'\] = "5vmin" should set the property value]
|
||||
expected: FAIL
|
|
@ -142,3 +142,6 @@
|
|||
|
||||
[@function --foo(--x:1px, --y, --z:2px) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x type(*): 10px) is valid]
|
||||
expected: FAIL
|
||||
|
|
2
tests/wpt/meta/css/css-overflow/line-clamp/line-clamp-021.tentative.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-overflow/line-clamp/line-clamp-021.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-021.tentative.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-overflow/line-clamp/line-clamp-with-floats-010.tentative.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-overflow/line-clamp/line-clamp-with-floats-010.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-with-floats-010.tentative.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-overflow/margin-block-end-scroll-area-001.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-overflow/margin-block-end-scroll-area-001.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[margin-block-end-scroll-area-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[position-sticky-left-002.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[position-sticky-top-002.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-pseudo/first-line-child-display-none-dynamic.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-pseudo/first-line-child-display-none-dynamic.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[first-line-child-display-none-dynamic.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-pseudo/first-line-child-display-none.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-pseudo/first-line-child-display-none.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[first-line-child-display-none.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-sizing/dynamic-available-size-iframe.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-sizing/dynamic-available-size-iframe.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[dynamic-available-size-iframe.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[intrinsic-percent-non-replaced-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[intrinsic-percent-non-replaced-004.html]
|
||||
expected: FAIL
|
24
tests/wpt/meta/css/css-sizing/keyword-sizes-on-replaced-element.html.ini
vendored
Normal file
24
tests/wpt/meta/css/css-sizing/keyword-sizes-on-replaced-element.html.ini
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
[keyword-sizes-on-replaced-element.html]
|
||||
[.test 68]
|
||||
expected: FAIL
|
||||
|
||||
[.test 69]
|
||||
expected: FAIL
|
||||
|
||||
[.test 71]
|
||||
expected: FAIL
|
||||
|
||||
[.test 75]
|
||||
expected: FAIL
|
||||
|
||||
[.test 77]
|
||||
expected: FAIL
|
||||
|
||||
[.test 78]
|
||||
expected: FAIL
|
||||
|
||||
[.test 80]
|
||||
expected: FAIL
|
||||
|
||||
[.test 84]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-sizing/stretch/cache-miss-001.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-sizing/stretch/cache-miss-001.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[cache-miss-001.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-sizing/stretch/cache-miss-002.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-sizing/stretch/cache-miss-002.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[cache-miss-002.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[table-cell-overflow-auto-scrolled.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[calc-min-height-block-1.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[calc-min-width-block-intrinsic-1.html]
|
||||
expected: FAIL
|
|
@ -13,3 +13,6 @@
|
|||
|
||||
[testing width: calc(20% / 0.5em * 1px)]
|
||||
expected: FAIL
|
||||
|
||||
[testing width: calc(52px * 1px / 10%)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -565,3 +565,12 @@
|
|||
|
||||
[CSS Values and Units Test: CSS inline if() function 188]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 189]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 190]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Values and Units Test: CSS inline if() function 191]
|
||||
expected: FAIL
|
||||
|
|
3
tests/wpt/meta/css/cssom-view/scrollIntoView-scrolling-container.html.ini
vendored
Normal file
3
tests/wpt/meta/css/cssom-view/scrollIntoView-scrolling-container.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[scrollIntoView-scrolling-container.html]
|
||||
[scrollIntoView on a scrolling container should scroll its outer scrollers into view but not scroll itself.]
|
||||
expected: FAIL
|
6
tests/wpt/meta/css/cssom/font-family-serialization-001.html.ini
vendored
Normal file
6
tests/wpt/meta/css/cssom/font-family-serialization-001.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[font-family-serialization-001.html]
|
||||
[Serialization of <generic-family>]
|
||||
expected: FAIL
|
||||
|
||||
[Serialization of prefixed -webkit-<generic-family>]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue