blob: 098d49a49b226ccfb56501dda826b323635ea602 (
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
[DEFAULT]
skip-if = os == 'android'
support-files =
489127.html
DOMWindowCreated_chrome.xhtml
DOMWindowCreated_content.html
child_focus_frame.html
file_clipboard_events_chrome.html
file_DOM_element_instanceof.xhtml
file_bug800817.xhtml
file_bug830858.xhtml
file_bug1224790-1_modal.xhtml
file_bug1224790-1_nonmodal.xhtml
file_bug1224790-2_modal.xhtml
file_bug1224790-2_nonmodal.xhtml
file_popup_blocker_chrome.html
file_subscript_bindings.js
focus_frameset.html
focus_window2.xhtml
focus_dialog.xhtml
queryCaretRectUnix.html
queryCaretRectWin.html
selectAtPoint.html
selectAtPoint-innerframe.html
sizemode_attribute.xhtml
window_activation.xhtml
window_callback_wrapping.xhtml
window_docshell_swap.xhtml
window_focus.xhtml
window_focus_inner.xhtml
window_focus_docnav.xhtml
!/dom/tests/mochitest/general/file_clonewrapper.html
!/dom/tests/mochitest/general/file_moving_nodeList.html
!/dom/tests/mochitest/general/file_moving_xhr.html
!/dom/tests/mochitest/geolocation/network_geolocation.sjs
[test_DOMWindowCreated.xhtml]
[test_DOM_element_instanceof.xhtml]
[test_activation.xhtml]
tags = fullscreen
[test_bug800817.xhtml]
[test_bug830858.xhtml]
[test_bug1224790-1.xhtml]
tags = openwindow
skip-if = os != 'mac'
[test_bug1224790-2.xhtml]
tags = openwindow
skip-if = os != 'mac'
[test_callback_wrapping.xhtml]
[test_clonewrapper.xhtml]
[test_cyclecollector.xhtml]
[test_docshell_swap.xhtml]
[test_elements_proto.xhtml]
[test_focus.xhtml]
skip-if =
os == 'linux' # bug 1296622, Bug 1605253
os == "mac" && !debug # Bug 1828622
os == "win" && !debug # Bug 1828622
[test_focus_dialog.xhtml]
[test_focus_docnav.xhtml]
[test_focused_link_scroll.xhtml]
[test_geolocation.xhtml]
[test_getTransformTo.html]
[test_indexedSetter.html]
[test_intlUtils_getDisplayNames.html]
[test_intlUtils_isAppLocaleRTL.html]
[test_moving_nodeList.xhtml]
[test_moving_xhr.xhtml]
[test_nodesFromPoint.html]
[test_nodesFromRect.html]
[test_parsingMode.html]
[test_popup_blocker_chrome.xhtml]
[test_queryCaretRect.html]
[test_resize_move_windows.xhtml]
support-files =
file_resize_move_windows_1.html
file_resize_move_windows_2.html
# disabled on linux for timeouts--bug-834716
skip-if = os == 'linux'
[test_sandbox_bindings.xhtml]
[test_sandbox_eventhandler.xhtml]
[test_sandbox_image.xhtml]
[test_sandbox_postMessage.html]
[test_selectAtPoint.html]
[test_sizemode_attribute.xhtml]
tags = fullscreen
skip-if = os != 'win'
[test_subscript_bindings.xhtml]
[test_xray_event_constructor.xhtml]
[test_clipboard_events_chrome.html]
[test_window_getRegionalPrefsLocales.html]
|