Sync WPT with upstream (07-01-2024) (#31018)

* Update web-platform-tests to revision b'ecbab417501c89bca2265314e35719a950b07e02'

* update expectation for service-worker-registration.https.html.ini

The expectation of CRASH was added during the import
seemingly due to an intermittent crash in CI. The test is
no longer crashing.

---------

Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
Servo WPT Sync 2024-01-08 00:36:08 -05:00 committed by GitHub
parent 79a0f76d26
commit 527119aebb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
180 changed files with 2043 additions and 336 deletions

View file

@ -1,2 +1,2 @@
[mix-blend-mode-animation.html]
expected: FAIL
expected: TIMEOUT

View file

@ -10,3 +10,9 @@
[Test an animation name that is the same as a possible animation direction.]
expected: FAIL
[Test an animation name that is the same as a possible animation timing-function.]
expected: FAIL
[Test an animation name that is the same as a possible animation iteration-count.]
expected: FAIL

View file

@ -34,3 +34,12 @@
[Default animation value]
expected: FAIL
[Property animation value 'ease-in-out']
expected: FAIL
[Property animation value 'none, none']
expected: FAIL
[Animation with a delay but no duration]
expected: FAIL

View file

@ -0,0 +1,2 @@
[color-mix-currentcolor-background-repaint-parent.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[color-mix-currentcolor-background-repaint.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[color-mix-currentcolor-border-repaint-parent.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[color-mix-currentcolor-border-repaint.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[color-mix-currentcolor-outline-repaint-parent.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[color-mix-currentcolor-outline-repaint.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[at-supports-selector-webkit-slider-thumb.tentative.html]
expected: FAIL

View file

@ -137,15 +137,9 @@
[Matching font-style: 'oblique -21deg' should prefer 'oblique 0deg' over 'oblique 30deg 60deg']
expected: FAIL
[Matching font-style: 'oblique -20deg' should prefer 'oblique 0deg' over 'oblique 30deg 60deg']
expected: FAIL
[Matching font-style: 'oblique -21deg' should prefer 'oblique 30deg 60deg' over 'oblique 40deg 50deg']
expected: FAIL
[Matching font-weight: '430' should prefer '420 440' over '450 460']
expected: FAIL
[Matching font-weight: '430' should prefer '450 460' over '500']
expected: FAIL
@ -164,9 +158,6 @@
[Matching font-style: 'italic' should prefer 'oblique 0deg' over 'oblique -60deg -30deg']
expected: FAIL
[Matching font-style: 'oblique 21deg' should prefer 'oblique 40deg 50deg' over 'oblique 20deg']
expected: FAIL
[Matching font-style: 'oblique 10deg' should prefer 'italic' over 'oblique 0deg']
expected: FAIL
@ -185,9 +176,6 @@
[Matching font-style: 'oblique -21deg' should prefer 'oblique -10deg' over 'italic']
expected: FAIL
[Matching font-weight: '430' should prefer '350 399' over '340 398']
expected: FAIL
[Matching font-weight: '501' should prefer '450 460' over '390 410']
expected: FAIL
@ -245,12 +233,6 @@
[Matching font-stretch: '100%' should prefer '110% 120%' over '115% 116%']
expected: FAIL
[Matching font-stretch: '90%' should prefer '60% 70%' over '110% 140%']
expected: FAIL
[Matching font-style: 'italic' should prefer 'normal' over 'oblique 0deg']
expected: FAIL
[Matching font-style: 'oblique 21deg' should prefer 'oblique 10deg' over 'italic']
expected: FAIL
@ -296,9 +278,6 @@
[Matching font-style: 'oblique 10deg' should prefer 'oblique 0deg' over 'oblique -50deg -20deg']
expected: FAIL
[Matching font-style: 'oblique 0deg' should prefer 'oblique 5deg' over 'oblique 15deg 20deg']
expected: FAIL
[Matching font-style: 'oblique -21deg' should prefer 'oblique -21deg' over 'oblique -60deg -40deg']
expected: FAIL
@ -308,9 +287,6 @@
[Matching font-style: 'oblique 20deg' should prefer 'oblique 20deg' over 'oblique 30deg 60deg']
expected: FAIL
[Matching font-style: 'oblique 20deg' should prefer 'oblique 40deg 50deg' over 'oblique 10deg']
expected: FAIL
[Matching font-style: 'oblique 20deg' should prefer 'oblique -50deg -20deg' over 'oblique -40deg -30deg']
expected: FAIL

View file

@ -0,0 +1,2 @@
[no-transition-from-ua-to-blocking-stylesheet.html]
expected: TIMEOUT

View file

@ -52,3 +52,6 @@
[Unknown pseudo-element with a known identifier: view-transition-new(name)]
expected: PRECONDITION_FAILED
[Resolution of width is correct when pseudo-element argument is invalid (due to a trailing token)]
expected: FAIL