Bug 1353628 - Part 2: Add unit tests of parsing transition properties.

MozReview-Commit-ID: K5thA20ORPk
This commit is contained in:
Boris Chiou 2017-04-18 18:12:25 +08:00
parent a06ce4a6aa
commit 3a1421491b
2 changed files with 68 additions and 0 deletions

View file

@ -99,6 +99,7 @@ mod selectors;
mod supports;
mod text;
mod text_overflow;
mod transition_property;
mod transition_timing_function;
mod ui;
mod value;