mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
script: Fix background color of Acid2.
There were two problems here: (1) we did not process style sheets with an unexpected `rel` attribute but a correct MIME type; (2) we did not consider `none` a valid value for the `background` property.
This commit is contained in:
parent
3933d17262
commit
3f8882450c
6 changed files with 64 additions and 7 deletions
|
@ -53,3 +53,4 @@
|
|||
== position_fixed_static_y_a.html position_fixed_static_y_b.html
|
||||
== position_relative_a.html position_relative_b.html
|
||||
== position_relative_top_percentage_a.html position_relative_top_percentage_b.html
|
||||
== background_none_a.html background_none_b.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue