Adding method to detect if image formats should be supported by servo

This commit is contained in:
David Raifaizen 2015-11-12 23:11:00 -05:00
parent 27e104aa1a
commit aa601be329
5 changed files with 123 additions and 46 deletions

View file

@ -26,6 +26,9 @@ path = "../../tests/unit/gfx"
[dev-dependencies.net_tests]
path = "../../tests/unit/net"
[dev-dependencies.net_traits_tests]
path = "../../tests/unit/net_traits"
[dev-dependencies.script_tests]
path = "../../tests/unit/script"