Update web-platform-tests to revision b'f2cdcb7e9550e74d07ed6cf17bbcb9643aeedb99' (#32381)

This commit is contained in:
Servo WPT Sync 2024-05-25 23:58:17 -04:00 committed by GitHub
parent 512e67f6d1
commit a7bf099cb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
423 changed files with 9399 additions and 2401 deletions

View file

@ -1,4 +1,4 @@
[iframe_sandbox_popups_escaping-1.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: FAIL
expected: TIMEOUT

View file

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

View file

@ -1,4 +1,3 @@
[sandbox-top-navigation-user-activation-sticky.tentative.sub.window.html]
expected: TIMEOUT
[Allow top with user activation + user activation]
expected: TIMEOUT
expected: FAIL

View file

@ -0,0 +1,2 @@
[select-open-invalidation.tentative.html]
expected: FAIL

View file

@ -4,3 +4,6 @@
[Properties with values in bounds should not be modified]
expected: FAIL
['Min' properties should not be allowed to go over the maximum allowed values for 'max' properties]
expected: FAIL

View file

@ -4,3 +4,9 @@
[Expressions margins/offset should always return at least 0px]
expected: FAIL
[Negative margins/offset should be changed to 4px]
expected: FAIL
[Expressions margins/offset should always return at least 4px]
expected: FAIL

View file

@ -0,0 +1,2 @@
[pseudo-elements-in-div.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[pseudo-elements.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[popover-anchor-inset-rule-display.tentative.html]
expected: FAIL

View file

@ -19,3 +19,9 @@
[The :read-write pseudo-class must match elements that are inside editing hosts, but not match inputs and textareas inside that aren't]
expected: FAIL
[The :read-only pseudo-class must match form-associated custom elements]
expected: FAIL
[The :read-write pseudo-class must match form-associated contenteditable custom elements]
expected: FAIL