Add additional WPT tests for maxlength parser set

This commit is contained in:
Sam Gibson 2015-10-02 10:50:18 +10:00
parent 85b99f8ba4
commit 6d1624f9d0
2 changed files with 61 additions and 1 deletions

View file

@ -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;