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

@ -21,7 +21,8 @@ ${helpers.single_keyword("unicode-bidi",
// FIXME: This prop should be animatable.
<%helpers:longhand name="${'text-decoration' if product == 'servo' else 'text-decoration-line'}"
custom_cascade="${product == 'servo'}"
animatable="False">
animatable="False"
disable_when_testing="True">
use cssparser::ToCss;
use std::fmt;
use values::computed::ComputedValueAsSpecified;