diff options
Diffstat (limited to 'tests/wpt/meta/html/dom/idlharness.https.html.ini')
-rw-r--r-- | tests/wpt/meta/html/dom/idlharness.https.html.ini | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/wpt/meta/html/dom/idlharness.https.html.ini b/tests/wpt/meta/html/dom/idlharness.https.html.ini index 0156214b4d7..6ef39b12b1b 100644 --- a/tests/wpt/meta/html/dom/idlharness.https.html.ini +++ b/tests/wpt/meta/html/dom/idlharness.https.html.ini @@ -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] |