Update web-platform-tests to revision b'c72ee0c082d350b8b44f7a6bac1f028752b13527' (#34837)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-01-05 02:59:46 +01:00 committed by GitHub
parent d1de3cc407
commit 15eb405f36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
335 changed files with 11790 additions and 765 deletions

View file

@ -14,6 +14,3 @@
[Opening a blob URL in a new window by clicking an <a> tag works immediately before revoking the URL.]
expected: TIMEOUT
[Fetching a blob URL immediately before revoking it works in <script> tags.]
expected: TIMEOUT

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,2 @@
[align-content-block-012.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[clip-border-area-on-body-not-propagated-to-root.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[clip-text-on-body-not-propagated-to-root.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[empty-flex-box-and-margin-collapsing.html]
expected: FAIL

View file

@ -97,3 +97,51 @@
[An interpolation to inherit updates correctly on a parent style change.]
expected: FAIL
[CSS Transitions: property <font-style> from [normal\] to [oblique 10deg\] at (0) should be [oblique 0deg\]]
expected: FAIL
[CSS Transitions with transition: all: property <font-style> from [normal\] to [oblique 10deg\] at (0) should be [oblique 0deg\]]
expected: FAIL
[CSS Animations: property <font-style> from [normal\] to [oblique 10deg\] at (0) should be [oblique 0deg\]]
expected: FAIL
[Web Animations: property <font-style> from [normal\] to [oblique 10deg\] at (0) should be [oblique 0deg\]]
expected: FAIL
[CSS Transitions: property <font-style> from [initial\] to [inherit\] at (0) should be [oblique 0deg\]]
expected: FAIL
[CSS Transitions with transition: all: property <font-style> from [initial\] to [inherit\] at (0) should be [oblique 0deg\]]
expected: FAIL
[CSS Animations: property <font-style> from [initial\] to [inherit\] at (0) should be [oblique 0deg\]]
expected: FAIL
[Web Animations: property <font-style> from [initial\] to [inherit\] at (0) should be [oblique 0deg\]]
expected: FAIL
[CSS Transitions: property <font-style> from [oblique 20deg\] to [normal\] at (1) should be [oblique 0deg\]]
expected: FAIL
[CSS Transitions with transition: all: property <font-style> from [oblique 20deg\] to [normal\] at (1) should be [oblique 0deg\]]
expected: FAIL
[CSS Animations: property <font-style> from [oblique 20deg\] to [normal\] at (1) should be [oblique 0deg\]]
expected: FAIL
[Web Animations: property <font-style> from [oblique 20deg\] to [normal\] at (1) should be [oblique 0deg\]]
expected: FAIL
[CSS Transitions: property <font-style> from [oblique -90deg\] to [oblique 90deg\] at (0.5) should be [oblique 0deg\]]
expected: FAIL
[CSS Transitions with transition: all: property <font-style> from [oblique -90deg\] to [oblique 90deg\] at (0.5) should be [oblique 0deg\]]
expected: FAIL
[CSS Animations: property <font-style> from [oblique -90deg\] to [oblique 90deg\] at (0.5) should be [oblique 0deg\]]
expected: FAIL
[Web Animations: property <font-style> from [oblique -90deg\] to [oblique 90deg\] at (0.5) should be [oblique 0deg\]]
expected: FAIL

View file

@ -37,3 +37,21 @@
[e.style['font-size-adjust'\] = "ic-height from-font" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "calc(0.5)" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "ex-height calc(0.5)" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "cap-height calc(0.5)" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "cap-height calc(0.5 + 1)" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "cap-height calc(-0.5)" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "cap-height calc(10 + (sign(20cqw - 10px) * 5))" should set the property value]
expected: FAIL

View file

@ -0,0 +1,3 @@
[font-stretch-computed.html]
[Property font-stretch value 'calc(100% + (sign(20cqw - 10px) * 5%))']
expected: FAIL

View file

@ -0,0 +1,3 @@
[font-stretch-valid.html]
[e.style['font-stretch'\] = "calc(100% + (sign(20cqw - 10px) * 5%))" should set the property value]
expected: FAIL

View file

@ -0,0 +1,3 @@
[font-style-computed.html]
[Property font-style value 'oblique calc(30deg + (sign(20cqw - 10px) * 5deg))']
expected: FAIL

View file

@ -0,0 +1,3 @@
[font-style-valid.html]
[e.style['font-style'\] = "oblique calc(30deg + (sign(2cqw - 10px) * 5deg))" should set the property value]
expected: FAIL

View file

@ -0,0 +1,3 @@
[font-weight-computed.html]
[Property font-weight value 'calc(100 + (sign(20cqw - 10px) * 5))']
expected: FAIL

View file

@ -0,0 +1,3 @@
[font-weight-valid.html]
[e.style['font-weight'\] = "calc(100 + (sign(20cqw - 10px) * 5))" should set the property value]
expected: FAIL

View file

@ -10,3 +10,12 @@
[e.style['counter-increment'\] = "first -1 second third 99" should set the property value]
expected: FAIL
[e.style['counter-increment'\] = "section calc(1)" should set the property value]
expected: FAIL
[e.style['counter-increment'\] = "section calc(-2.5)" should set the property value]
expected: FAIL
[e.style['counter-increment'\] = "section calc(10 + (5 * sign(2cqw - 10px)))" should set the property value]
expected: FAIL

View file

@ -28,3 +28,12 @@
[e.style['counter-reset'\] = "reversed(first) -1 reversed(second) third 99" should set the property value]
expected: FAIL
[e.style['counter-reset'\] = "section calc(1)" should set the property value]
expected: FAIL
[e.style['counter-reset'\] = "section calc(-2.5)" should set the property value]
expected: FAIL
[e.style['counter-reset'\] = "section calc(10 + (5 * sign(2cqw - 10px)))" should set the property value]
expected: FAIL

View file

@ -10,3 +10,12 @@
[e.style['counter-set'\] = "first -1 second third 99" should set the property value]
expected: FAIL
[e.style['counter-set'\] = "section calc(1)" should set the property value]
expected: FAIL
[e.style['counter-set'\] = "section calc(-2.5)" should set the property value]
expected: FAIL
[e.style['counter-set'\] = "section calc(10 + (5 * sign(2cqw - 10px)))" should set the property value]
expected: FAIL

View file

@ -0,0 +1,2 @@
[incremental-scroll-002.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[line-clamp-content-height-with-dynamic-change.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scrollbar-gutter-root-both-edges.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[segment-break-transformation-punctuation-001.html]
expected: FAIL

View file

@ -0,0 +1,15 @@
[attr-null-namespace.xhtml]
[Sanity check]
expected: FAIL
[Attribute in null-namespace is substituted]
expected: FAIL
[Fallback is taken when attribute does not exist in null-namespace]
expected: FAIL
[Attribute in null-namespace is substituted (JS)]
expected: FAIL
[Fallback is taken when attribute does not does exist in null-namespace (JS)]
expected: FAIL

View file

@ -1,3 +1,3 @@
[traverse_the_history_5.html]
[traverse_the_history_4.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -1,5 +1,5 @@
[createImageBitmap-serializable.html]
expected: ERROR
expected: TIMEOUT
[Serialize ImageBitmap created from a vector SVGImageElement]
expected: NOTRUN

View file

@ -1,4 +1,4 @@
[iframe_sandbox_popups_nonescaping-1.html]
expected: CRASH
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL
expected: NOTRUN

View file

@ -1,4 +1,4 @@
[iframe_sandbox_popups_nonescaping-2.html]
expected: CRASH
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: NOTRUN

View file

@ -16,3 +16,15 @@
[Reload fetchStart > Original fetchStart]
expected: FAIL
[Reload domComplete > Original domComplete]
expected: FAIL
[Reload domContentLoadedEventEnd > Original domContentLoadedEventEnd]
expected: FAIL
[Reload loadEventEnd > Original loadEventEnd]
expected: FAIL
[Reload loadEventStart > Original loadEventStart]
expected: FAIL

View file

@ -1,4 +1,3 @@
[003.html]
expected: ERROR
[shared]
expected: FAIL