aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/test.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-07-01 05:14:21 -0400
committerGitHub <noreply@github.com>2018-07-01 05:14:21 -0400
commitc71c55e542c57f6ec4e5e77be750f74f50340e56 (patch)
tree730aad03158a733d126d8cabe09e92792b31e05e /components/script/test.rs
parent9c243a115ea4983bec5e79b06c49469354cfa1f9 (diff)
parent36495d677f6e5e928c74f8eb372caaae7a303047 (diff)
downloadservo-c71c55e542c57f6ec4e5e77be750f74f50340e56.tar.gz
servo-c71c55e542c57f6ec4e5e77be750f74f50340e56.zip
Auto merge of #21109 - emilio:gecko-sync, r=SimonSapin
style: sync changes from mozilla-central. See each individual commit for details.. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21109) <!-- Reviewable:end -->
Diffstat (limited to 'components/script/test.rs')
-rw-r--r--components/script/test.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/script/test.rs b/components/script/test.rs
index 351c3447688..b907404da0b 100644
--- a/components/script/test.rs
+++ b/components/script/test.rs
@@ -15,10 +15,6 @@ pub mod area {
pub use dom::htmlareaelement::{Area, Shape};
}
-pub mod sizes {
- pub use dom::htmlimageelement::{parse_a_sizes_attribute, Size};
-}
-
pub mod size_of {
use dom::characterdata::CharacterData;
use dom::element::Element;