Fix text-overflow serialization.

Fixes https://github.com/servo/servo/issues/15208
This commit is contained in:
Alberto Leal 2017-01-25 12:20:37 -05:00
parent 2a32cf1352
commit cf59be7f44
3 changed files with 29 additions and 1 deletions

View file

@ -78,3 +78,4 @@ mod mask;
mod position;
mod selectors;
mod supports;
mod text_overflow;