chrome.toml (626B)
1 [DEFAULT] 2 prefs = ["test.ime_content_observer.assert_invalid_cache=true"] 3 4 ["test_bug489202.xhtml"] 5 6 ["test_bug599983.xhtml"] 7 8 ["test_bug607584.xhtml"] 9 10 ["test_bug616590.xhtml"] 11 12 ["test_bug1397412.xhtml"] 13 14 ["test_can_undo_after_setting_value.xhtml"] 15 16 ["test_contenteditable_text_input_handling.html"] 17 18 ["test_cut_copy_delete_command_enabled.xhtml"] 19 20 ["test_htmleditor_keyevent_handling.html"] 21 22 ["test_pasteImgTextarea.xhtml"] 23 support-files = ["green.png"] 24 25 ["test_texteditor_keyevent_handling.html"] 26 skip-if = [ 27 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Fails delete key on linux 28 ]