aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/gfx/lib.rs
diff options
context:
space:
mode:
authorFernando Jiménez Moreno <ferjmoreno@gmail.com>2017-05-12 13:46:00 +0200
committerFernando Jiménez Moreno <ferjmoreno@gmail.com>2017-05-12 15:20:12 +0200
commitbc156cfe1c2f52a6f609f1ad1a28dcbfd36a9d4e (patch)
tree9787d0b01154f434e44c7ae3bac69056a4ef7cab /tests/unit/gfx/lib.rs
parent58253f545bfed82f4503069c5dd8e22e2dd5e2d4 (diff)
downloadservo-bc156cfe1c2f52a6f609f1ad1a28dcbfd36a9d4e.tar.gz
servo-bc156cfe1c2f52a6f609f1ad1a28dcbfd36a9d4e.zip
Stylo: Bug 1350175 - Support getting line / column number of CSS rules
Fix font_cache_thread test
Diffstat (limited to 'tests/unit/gfx/lib.rs')
-rw-r--r--tests/unit/gfx/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/gfx/lib.rs b/tests/unit/gfx/lib.rs
index 1521566c5c5..a9b45bd93e8 100644
--- a/tests/unit/gfx/lib.rs
+++ b/tests/unit/gfx/lib.rs
@@ -2,6 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+extern crate cssparser;
extern crate gfx;
extern crate ipc_channel;
extern crate style;