servo/tests/wpt/meta/custom-elements/reactions/HTMLElement.html.ini
Ben dbd1666b17
Layout: Implement innerText/outerText (#33312)
* Implement outerText on HtmlElement

Signed-off-by: Shane Handley <shanehandley@fastmail.com>

* Fixed some innerText/outerText bugs

Signed-off-by: Benjamin Vincent Schulenburg <bennyschulenburg@gmx.de>

* Unified innerText/outerText handling outside of Layout

Before these 2 were treated separately and only within
Layout would they end up calling the same method, now
they are already unified within HTMLElement

Signed-off-by: Benjamin Vincent Schulenburg <bennyschulenburg@gmx.de>

* Address a few nits

Signed-off-by: Martin Robinson <mrobinson@igalia.com>

* Added innerText support for `inline-flex`

Signed-off-by: Benjamin Vincent Schulenburg <bennyschulenburg@gmx.de>

---------

Signed-off-by: Shane Handley <shanehandley@fastmail.com>
Signed-off-by: Benjamin Vincent Schulenburg <bennyschulenburg@gmx.de>
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Shane Handley <shanehandley@fastmail.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
2024-09-24 09:45:33 +00:00

30 lines
1.3 KiB
INI
Vendored

[HTMLElement.html]
[tabIndex on HTMLElement must enqueue an attributeChanged reaction when adding tabindex content attribute]
expected: FAIL
[tabIndex on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute]
expected: FAIL
[accessKey on HTMLElement must enqueue an attributeChanged reaction when adding accesskey content attribute]
expected: FAIL
[accessKey on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute]
expected: FAIL
[draggable on HTMLElement must enqueue an attributeChanged reaction when adding draggable content attribute]
expected: FAIL
[draggable on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute]
expected: FAIL
[spellcheck on HTMLElement must enqueue an attributeChanged reaction when adding spellcheck content attribute]
expected: FAIL
[spellcheck on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute]
expected: FAIL
[popover on HTMLElement must enqueue an attributeChanged reaction when adding popover content attribute]
expected: PRECONDITION_FAILED
[popover on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute]
expected: PRECONDITION_FAILED