mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Add support for HTMLStyleElement.media (#35148)
Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
fe5a075766
commit
8748071329
11 changed files with 1389 additions and 1364 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[style_media.html]
|
||||
[The style information must be applied to the environment specified by the media attribute]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[style_media_change.html]
|
||||
[change media value dynamically]
|
||||
expected: FAIL
|
||||
|
||||
[removing media attribute]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue