chrome.toml (2863B)
1 [DEFAULT] 2 support-files = [ 3 "489127.html", 4 "DOMWindowCreated_chrome.xhtml", 5 "DOMWindowCreated_content.html", 6 "child_focus_frame.html", 7 "file_clipboard_events_chrome.html", 8 "file_DOM_element_instanceof.xhtml", 9 "file_bug800817.xhtml", 10 "file_bug830858.xhtml", 11 "file_bug1224790-1_modal.xhtml", 12 "file_bug1224790-1_nonmodal.xhtml", 13 "file_bug1224790-2_modal.xhtml", 14 "file_bug1224790-2_nonmodal.xhtml", 15 "file_first_focusable_in_scope.xhtml", 16 "file_popup_blocker_chrome.html", 17 "file_subscript_bindings.js", 18 "focus_frameset.html", 19 "focus_window2.xhtml", 20 "focus_dialog.xhtml", 21 "queryCaretRectUnix.html", 22 "queryCaretRectWin.html", 23 "selectAtPoint.html", 24 "selectAtPoint-innerframe.html", 25 "sizemode_attribute.xhtml", 26 "window_activation.xhtml", 27 "window_callback_wrapping.xhtml", 28 "window_docshell_swap.xhtml", 29 "window_focus.xhtml", 30 "window_focus_inner.xhtml", 31 "window_focus_docnav.xhtml", 32 "!/dom/tests/mochitest/general/file_clonewrapper.html", 33 "!/dom/tests/mochitest/general/file_moving_nodeList.html", 34 "!/dom/tests/mochitest/general/file_moving_xhr.html", 35 ] 36 prefs = [ "layout.css.at-scope.enabled=true" ] 37 38 ["test_DOMWindowCreated.xhtml"] 39 40 ["test_DOM_element_instanceof.xhtml"] 41 42 ["test_activation.xhtml"] 43 tags = "fullscreen" 44 45 ["test_browser_shadow_dom.xhtml"] 46 47 ["test_bug800817.xhtml"] 48 49 ["test_bug830858.xhtml"] 50 51 ["test_bug1224790-1.xhtml"] 52 run-if = [ 53 "os == 'mac'", 54 ] 55 tags = "openwindow" 56 57 ["test_bug1224790-2.xhtml"] 58 run-if = [ 59 "os == 'mac'", 60 ] 61 tags = "openwindow" 62 63 ["test_bug1931559.html"] 64 65 ["test_callback_wrapping.xhtml"] 66 67 ["test_clipboard_events_chrome.html"] 68 69 ["test_clonewrapper.xhtml"] 70 71 ["test_cyclecollector.xhtml"] 72 73 ["test_docshell_swap.xhtml"] 74 75 ["test_elements_proto.xhtml"] 76 77 ["test_first_focusable_in_scope.xhtml"] 78 79 ["test_focus.xhtml"] 80 tags = "os_integration" 81 82 ["test_focus_dialog.xhtml"] 83 84 ["test_focus_docnav.xhtml"] 85 86 ["test_focused_link_scroll.xhtml"] 87 88 ["test_geolocation.xhtml"] 89 90 ["test_getTransformTo.html"] 91 92 ["test_indexedSetter.html"] 93 94 ["test_intlUtils_getDisplayNames.html"] 95 96 ["test_intlUtils_isAppLocaleRTL.html"] 97 98 ["test_moving_nodeList.xhtml"] 99 100 ["test_moving_xhr.xhtml"] 101 102 ["test_nodesFromPoint.html"] 103 104 ["test_nodesFromRect.html"] 105 106 ["test_parsingMode.html"] 107 108 ["test_popup_blocker_chrome.xhtml"] 109 110 ["test_queryCaretRect.html"] 111 112 ["test_resize_move_windows.xhtml"] 113 support-files = [ 114 "file_resize_move_windows_1.html", 115 "file_resize_move_windows_2.html", 116 ] 117 skip-if = [ 118 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 834716 119 ] 120 121 ["test_sandbox_bindings.xhtml"] 122 123 ["test_sandbox_eventhandler.xhtml"] 124 125 ["test_sandbox_image.xhtml"] 126 127 ["test_sandbox_postMessage.html"] 128 129 ["test_selectAtPoint.html"] 130 131 ["test_sizemode_attribute.xhtml"] 132 run-if = [ 133 "os == 'win'", 134 ] 135 tags = "fullscreen" 136 137 ["test_subscript_bindings.xhtml"] 138 139 ["test_xray_event_constructor.xhtml"]