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
|
[DEFAULT]
tags = "devtools"
subsuite = "devtools"
support-files = [
"!/devtools/client/shared/test/shared-head.js",
"!/devtools/client/shared/test/telemetry-test-helpers.js",
"!/devtools/client/shared/test/highlighter-test-actor.js",
"head.js",
"breakpoint_document.html",
"doc_console.html",
"doc_console_iframe.html",
"empty.html",
"network_document.html",
"network_document_navigation.html",
"network_navigation.js",
"early_console_document.html",
"fission_document.html",
"fission_document_workers.html",
"fission_iframe.html",
"fission_iframe_workers.html",
"service-worker-sources.js",
"sources.html",
"sources.js",
"sse_backend.sjs",
"sse_frontend_iframe.html",
"sse_frontend.html",
"style_document.css",
"style_document.html",
"style_iframe.css",
"style_iframe.html",
"stylesheets-nested-iframes.html",
"test_image.png",
"test_service_worker.js",
"test_worker.js",
"websocket_backend_wsh.py",
"websocket_frontend_iframe.html",
"websocket_frontend.html",
"worker-sources.js",
]
["browser_browser_resources_console_messages.js"]
["browser_resources_clear_resources.js"]
["browser_resources_client_caching.js"]
["browser_resources_console_messages.js"]
["browser_resources_console_messages_navigation.js"]
["browser_resources_console_messages_workers.js"]
["browser_resources_css_changes.js"]
["browser_resources_css_messages.js"]
["browser_resources_css_registered_properties.js"]
skip-if = ["!fission"]
["browser_resources_document_events.js"]
skip-if = [
"os == 'linux' && bits == 64", # Bug 1715878
]
["browser_resources_error_messages.js"]
["browser_resources_getAllResources.js"]
["browser_resources_invalid_api_usage.js"]
["browser_resources_last_private_context_exit.js"]
["browser_resources_network_event_stacktraces.js"]
["browser_resources_network_events.js"]
["browser_resources_network_events_cache.js"]
["browser_resources_network_events_navigation.js"]
["browser_resources_network_events_parent_process.js"]
["browser_resources_platform_messages.js"]
["browser_resources_reflows.js"]
["browser_resources_root_node.js"]
["browser_resources_scope_flag.js"]
["browser_resources_server_sent_events.js"]
["browser_resources_several_resources.js"]
["browser_resources_sources.js"]
skip-if = [
"os == 'linux' && bits == 64", # Bug 1744565
"win11_2009", # Bug 1767772
"apple_catalina", # Bug 1767772
]
["browser_resources_stylesheets.js"]
["browser_resources_stylesheets_header.js"]
["browser_resources_stylesheets_import.js"]
["browser_resources_stylesheets_navigation.js"]
["browser_resources_stylesheets_nested_iframes.js"]
["browser_resources_target_destroy.js"]
["browser_resources_target_resources_race.js"]
["browser_resources_target_switching.js"]
["browser_resources_thread_states.js"]
["browser_resources_unwatch_early.js"]
["browser_resources_watch_unwatch_multiple.js"]
["browser_resources_websocket.js"]
skip-if = [
"http3", # Bug 1829298
"http2",
]
|