Update web-platform-tests to revision b'c23b0ad587af296087067b48a2f2101233589a8f' (#35869)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-03-09 02:39:16 +01:00 committed by GitHub
parent d0a306729d
commit 66583ce3c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
762 changed files with 25364 additions and 9859 deletions

View file

@ -5969,6 +5969,33 @@
[SVGElement interface: attribute oncommand]
expected: FAIL
[CanvasRenderingContext2D interface: attribute lang]
expected: FAIL
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "lang" with the proper type]
expected: FAIL
[OffscreenCanvasRenderingContext2D interface: attribute lang]
expected: FAIL
[Element interface: document.createElement("div") must inherit property "setHTMLUnsafe((TrustedHTML or DOMString))" with the proper type]
expected: FAIL
[Element interface: calling setHTMLUnsafe((TrustedHTML or DOMString)) on document.createElement("div") with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document.createElement("div") must inherit property "getHTML(optional GetHTMLOptions)" with the proper type]
expected: FAIL
[Element interface: calling getHTML(optional GetHTMLOptions) on document.createElement("div") with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document.createElement("div") must inherit property "innerHTML" with the proper type]
expected: FAIL
[Element interface: document.createElement("div") must inherit property "outerHTML" with the proper type]
expected: FAIL
[idlharness.https.html?include=HTML.+]
[HTMLAllCollection interface: existence and properties of interface object]