Update web-platform-tests to revision b'5d8ec746ed021738e7ee0cee92ad1a1814ba00fe' (#33274)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-09-01 03:40:45 +02:00 committed by GitHub
parent 3acc9edd82
commit 3453d9fdad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
584 changed files with 14669 additions and 3037 deletions

View file

@ -52,3 +52,6 @@
[input direction changes if it stops being auto-directionality form-associated]
expected: FAIL
[text input and textarea value changes should only be reflected in :dir() when dir=auto (value changes)]
expected: FAIL

View file

@ -779,8 +779,6 @@
[OffscreenCanvasRenderingContext2D interface: operation createLinearGradient(double, double, double, double)]
expected: FAIL
[CustomElementRegistry interface: operation whenDefined(DOMString)]
[DragEvent interface: existence and properties of interface object]
expected: FAIL
@ -2939,8 +2937,6 @@
[HTMLInputElement interface: createInput("submit") must inherit property "autocomplete" with the proper type]
expected: FAIL
[HTMLMediaElement interface: operation play()]
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "hspace" with the proper type]
expected: FAIL
@ -3184,8 +3180,6 @@
[HTMLObjectElement interface: document.createElement("object") must inherit property "height" with the proper type]
expected: FAIL
[HTMLImageElement interface: operation decode()]
[HTMLTableRowElement interface: document.createElement("tr") must inherit property "vAlign" with the proper type]
expected: FAIL
@ -4724,3 +4718,9 @@
[HTMLIFrameElement interface: document.createElement("iframe") must inherit property "srcdoc" with the proper type]
expected: FAIL
[HTMLElement interface: attribute autocorrect]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "autocorrect" with the proper type]
expected: FAIL