diff options
author | Sam Gibson <sam@ifdown.net> | 2015-10-02 10:50:18 +1000 |
---|---|---|
committer | Sam Gibson <sam@ifdown.net> | 2015-12-03 14:00:57 +1100 |
commit | 6d1624f9d061e025df616ead4a21b44b7c1b326b (patch) | |
tree | 6850e8ca3e1b480215884f872960a004efe11e94 /components/script/dom | |
parent | 85b99f8ba45d0330b1d4a57161cf97c8b02b9dcd (diff) | |
download | servo-6d1624f9d061e025df616ead4a21b44b7c1b326b.tar.gz servo-6d1624f9d061e025df616ead4a21b44b7c1b326b.zip |
Add additional WPT tests for maxlength parser set
Diffstat (limited to 'components/script/dom')
-rw-r--r-- | components/script/dom/htmlinputelement.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/htmlinputelement.rs b/components/script/dom/htmlinputelement.rs index be02f62314b..19f5d53ef8b 100644 --- a/components/script/dom/htmlinputelement.rs +++ b/components/script/dom/htmlinputelement.rs @@ -32,7 +32,6 @@ use msg::constellation_msg::ScriptMsg as ConstellationMsg; use selectors::states::*; use std::borrow::ToOwned; use std::cell::Cell; -use std::i32; use string_cache::Atom; use textinput::KeyReaction::{DispatchInput, Nothing, RedrawSelection, TriggerDefaultAction}; use textinput::Lines::Single; |