Update web-platform-tests to revision b'a85f0dfe538b9cb894388a65dba7a2a21db050c7' (#30879)

This commit is contained in:
Servo WPT Sync 2023-12-17 06:15:38 -05:00 committed by GitHub
parent e4aed3d06a
commit 5c8fc7309d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
917 changed files with 30677 additions and 3146 deletions

View file

@ -4,6 +4,3 @@
[throws if handleEvent is thruthy and not callable]
expected: FAIL
[doesn't look up handleEvent method on callable event listeners]
expected: FAIL

View file

@ -1,8 +1,5 @@
[MediaQueryList-extends-EventTarget.html]
expected: TIMEOUT
[onchange removes listener]
expected: FAIL
[addEventListener "once" option is respected]
expected: TIMEOUT

View file

@ -1,3 +1,6 @@
[scroll-behavior-default-css.html]
[Smooth scrolling of an element with default scroll-behavior]
expected: FAIL
[Make sure the page is ready for animation.]
expected: FAIL

View file

@ -64,3 +64,6 @@
[Set scrollTop to element with smooth scroll-behavior]
expected: FAIL
[Make sure the page is ready for animation.]
expected: FAIL

View file

@ -112,3 +112,6 @@
[Aborting an ongoing smooth scrolling on the main frame with an instant scrolling]
expected: FAIL
[Make sure the page is ready for animation.]
expected: FAIL

View file

@ -76,3 +76,6 @@
[Aborting an ongoing smooth scrolling on the main frame with an instant scrolling]
expected: FAIL
[Make sure the page is ready for animation.]
expected: FAIL

View file

@ -2,3 +2,5 @@
[scrollIntoView with nested elements with different scroll-behavior]
expected: FAIL
[Make sure the page is ready for animation.]
expected: FAIL

View file

@ -1,3 +1,6 @@
[scroll-behavior-smooth-navigation.html]
[Instant scrolling while doing history navigation.]
expected: FAIL
[Make sure the page is ready for animation.]
expected: FAIL

View file

@ -10,3 +10,6 @@
[Scroll positions when performing smooth scrolling from (1000, 0) to (500, 250) using scrollIntoView() ]
expected: FAIL
[Make sure the page is ready for animation.]
expected: FAIL

View file

@ -1,3 +1,6 @@
[scroll-behavior-smooth.html]
[scroll-behavior: smooth on DIV element]
expected: FAIL
[Make sure the page is ready for animation.]
expected: FAIL

View file

@ -112,3 +112,6 @@
[Aborting an ongoing smooth scrolling on a subframe with an instant scrolling]
expected: FAIL
[Make sure the page is ready for animation.]
expected: FAIL

View file

@ -76,3 +76,6 @@
[Aborting an ongoing smooth scrolling on the main frame with an instant scrolling]
expected: FAIL
[Make sure the page is ready for animation.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[scrollIntoView-align-scrollport-covering-child.html]
[scrollIntoView scrolls scrollport-covering child in both axes]
expected: FAIL