diff --git a/tests/unit/script/textinput.rs b/tests/unit/script/textinput.rs index 620368b4d8f..4f64596e5f5 100644 --- a/tests/unit/script/textinput.rs +++ b/tests/unit/script/textinput.rs @@ -7,8 +7,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -use msg::constellation_msg::{ALT, CONTROL, SUPER}; -use msg::constellation_msg::{Key, KeyModifiers}; +use msg::constellation_msg::{Key, KeyModifiers, CONTROL}; use script::clipboard_provider::DummyClipboardContext; use script::test::DOMString; use script::textinput::{TextInput, TextPoint, Selection, Lines, Direction, SelectionDirection};