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:
Patrick Walton 2014-03-13 10:35:29 -07:00
parent 3933d17262
commit 3f8882450c
6 changed files with 64 additions and 7 deletions

View file

@ -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