mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Made the clipboard-related functionality in TextInput more testable. Added test_clipboard_paste to the "test-unit" suite.
This commit is contained in:
parent
387836c42e
commit
b742eeca05
11 changed files with 532 additions and 436 deletions
|
@ -66,6 +66,7 @@ pub mod page;
|
|||
pub mod script_task;
|
||||
mod timers;
|
||||
pub mod textinput;
|
||||
pub mod clipboard_provider;
|
||||
mod devtools;
|
||||
mod horribly_inefficient_timers;
|
||||
mod webdriver_handlers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue