Implement HTMLStyleElement.disabled attribute (#31682)

https://html.spec.whatwg.org/multipage/#dom-style-disabled
This commit is contained in:
Oriol Brufau 2024-03-15 00:48:29 +01:00 committed by GitHub
parent ad37a54f59
commit bc4f1c217d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 15 additions and 31 deletions

View file

@ -4581,15 +4581,9 @@
[HTMLLinkElement interface: document.createElement("link") must inherit property "blocking" with the proper type]
expected: FAIL
[HTMLStyleElement interface: attribute disabled]
expected: FAIL
[HTMLStyleElement interface: attribute blocking]
expected: FAIL
[HTMLStyleElement interface: document.createElement("style") must inherit property "disabled" with the proper type]
expected: FAIL
[HTMLStyleElement interface: document.createElement("style") must inherit property "blocking" with the proper type]
expected: FAIL