Add test cases for transition-duration.

This commit is contained in:
Simon Whitehead 2017-02-23 23:30:02 +11:00 committed by Hiroyuki Ikezoe
parent 130a08f0b5
commit 2e3f45b66b
2 changed files with 18 additions and 0 deletions

View file

@ -105,6 +105,7 @@ mod selectors;
mod supports;
mod text;
mod text_overflow;
mod transition_duration;
mod transition_property;
mod transition_timing_function;
mod ui;