49 lines
888 B
TOML
49 lines
888 B
TOML
[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"]
|