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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
[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_clipboard_events_chrome.html"]
["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_window_getRegionalPrefsLocales.html"]
["test_xray_event_constructor.xhtml"]
|