Add support for HTMLStyleElement.media (#35148)

Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
webbeef 2025-01-24 20:34:58 -08:00 committed by GitHub
parent fe5a075766
commit 8748071329
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 1389 additions and 1364 deletions

View file

@ -4,6 +4,3 @@
[The LinkStyle interface's sheet attribute must return StyleSheet object; the disabled attribute must be same as the StyleSheet's disabled attribute]
expected: FAIL
[The media must be the same as the value of the element's media content attribute, or the empty string if it is omitted]
expected: FAIL

View file

@ -1,3 +0,0 @@
[style_media.html]
[The style information must be applied to the environment specified by the media attribute]
expected: FAIL

View file

@ -1,6 +0,0 @@
[style_media_change.html]
[change media value dynamically]
expected: FAIL
[removing media attribute]
expected: FAIL