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

@ -0,0 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* 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 net_traits;
#[cfg(test)] mod image;