-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathsystem.js
22 lines (22 loc) · 895 Bytes
/
system.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import "test/system/accessibility_test"
import "test/system/attachment_caption_test"
import "test/system/attachment_gallery_test"
import "test/system/attachment_test"
import "test/system/basic_input_test"
import "test/system/block_formatting_test"
import "test/system/caching_test"
import "test/system/canceled_input_test"
import "test/system/composition_input_test"
import "test/system/cursor_movement_test"
import "test/system/custom_element_test"
import "test/system/html_loading_test"
import "test/system/html_reparsing_test"
import "test/system/html_replacement_test"
import "test/system/installation_process_test"
import "test/system/level_2_input_test"
import "test/system/list_formatting_test"
import "test/system/mutation_input_test"
import "test/system/pasting_test"
import "test/system/set_selected_range_test"
import "test/system/text_formatting_test"
import "test/system/undo_test"