mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Conditionally import values for mac tests.
This commit is contained in:
parent
b8d8e15286
commit
7359b761f0
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
use msg::constellation_msg::{ALT, SUPER};
|
||||
use msg::constellation_msg::{Key, KeyModifiers, CONTROL};
|
||||
use script::clipboard_provider::DummyClipboardContext;
|
||||
use script::test::DOMString;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue