Clean up warnings in script unit tests.

This commit is contained in:
Josh Matthews 2017-07-26 08:42:16 -04:00 committed by GitHub
parent ef233381cc
commit dc5a50fcd3

View file

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