blob: beff4bc7d7d4f6bcaa82552c10a58c8138a21005 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
[DEFAULT]
skip-if = ["os == 'android'"]
support-files = [
"satchel_common.js",
"subtst_form_submission_1.html",
"subtst_privbrowsing.html",
"parent_utils.js",
]
["test_bug_511615.html"]
["test_bug_787624.html"]
["test_capture_limit.html"]
["test_datalist_attribute_change.html"]
["test_datalist_dynamic.html"]
["test_datalist_readonly_change.html"]
["test_datalist_shadow_dom.html"]
["test_datalist_with_caching.html"]
["test_form_autocomplete.html"]
["test_form_autocomplete_validation_at_input_event.html"]
["test_form_autocomplete_with_list.html"]
skip-if = [
"http3",
"http2",
]
["test_form_submission.html"]
["test_history_datalist_duplicates.html"]
["test_input_valid_state_with_autocomplete.html"]
["test_password_autocomplete.html"]
scheme = "https"
["test_popup_direction.html"]
["test_popup_enter_event.html"]
["test_submit_on_keydown_enter.html"]
|