Run style unit tests in testing mode, disable some properties in testing mode

This commit is contained in:
Manish Goregaokar 2016-09-25 09:13:03 +02:00
parent 28bce69d24
commit e1e512f86b
6 changed files with 39 additions and 18 deletions

View file

@ -8,7 +8,8 @@
sub_properties="text-decoration-color
text-decoration-line
text-decoration-style"
products="gecko">
products="gecko"
disable_when_testing="True">
use cssparser::Color as CSSParserColor;
use properties::longhands::{text_decoration_color, text_decoration_line, text_decoration_style};
use values::specified::CSSColor;