blob: 668f58f00231099c08b453cf7c5ea7d492683303 (
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
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
|
[DEFAULT]
support-files =
echo.sjs
temporaryFileBlob.sjs
file_html_in_xhr.html
file_html_in_xhr.sjs
file_html_in_xhr2.html
file_html_in_xhr3.html
file_XHRDocURI.text
file_XHRDocURI.text^headers^
file_XHRDocURI.xml
file_XHRDocURI.xml^headers^
file_XHRDocURI.html
file_XHRDocURI.html^headers^
file_XHRDocURI.sjs
file_XHRResponseURL.js
file_XHRResponseURL.sjs
file_XHRResponseURL.text
file_XHRResponseURL.text^headers^
file_XHRResponseURL_nocors.text
file_XHRSendData.sjs
file_XHRSendData_doc.xml
file_XHRSendData_doc.xml^headers^
file_XHR_anon.sjs
file_XHR_binary1.bin
file_XHR_binary1.bin^headers^
file_XHR_binary2.bin
file_XHR_fail1.txt
file_XHR_fail1.txt^headers^
file_XHR_header.sjs
file_XHR_pass1.xml
file_XHR_pass2.txt
file_XHR_pass3.txt
file_XHR_pass3.txt^headers^
file_XHR_system_redirect.html
file_XHR_system_redirect.html^headers^
file_XHR_timeout.sjs
progressserver.sjs
worker_terminateSyncXHR_frame.html
terminateSyncXHR_worker.js
worker_testXHR.txt
xhr_worker.js
xhr2_worker.js
xhrAbort_worker.js
test_worker_xhr_parameters.js
test_worker_xhr_system.js
worker_xhr_cors_redirect.js
worker_xhr_cors_redirect.sjs
worker_xhr_headers_server.sjs
worker_xhr_headers_worker.js
worker_file_getcookie.sjs
xhr_implicit_cancel_worker.js
relativeLoad_import.js
relativeLoad_worker.js
relativeLoad_worker2.js
responseIdentical.sjs
subdir/relativeLoad_sub_worker.js
subdir/relativeLoad_sub_worker2.js
subdir/relativeLoad_sub_import.js
common_temporaryFileBlob.js
worker_temporaryFileBlob.js
worker_bug1300552.js
sync_xhr_unload.sjs
iframe_sync_xhr_unload.html
empty.html
file_sync_xhr_document_write_with_iframe.html
slow.sjs
!/dom/events/test/event_leak_utils.js
[test_bug1070763.html]
[test_bug1300552.html]
[test_html_in_xhr.html]
[test_relativeLoad.html]
[test_sync_xhr_timer.xhtml]
[test_sync_xhr_unload.html]
[test_temporaryFileBlob.html]
[test_worker_terminateSyncXHR.html]
[test_worker_xhr.html]
[test_worker_xhr2.html]
[test_worker_xhr_3rdparty.html]
support-files = window_worker_xhr_3rdparty.html
[test_worker_xhr_cors_redirect.html]
[test_worker_xhr_headers.html]
[test_worker_xhr_implicit_cancel.html]
[test_worker_xhr_parameters.html]
[test_worker_xhr_responseURL.html]
[test_worker_xhr_system.html]
[test_worker_xhr_timeout.html]
[test_worker_xhrAbort.html]
skip-if = (os == "win") || (os == "mac")
[test_XHR.html]
[test_xhr_abort_after_load.html]
[test_XHR_anon.html]
[test_xhr_forbidden_headers.html]
[test_XHR_header.html]
[test_XHR_onuploadprogress.html]
[test_xhr_overridemimetype_throws_on_invalid_state.html]
[test_XHR_parameters.html]
[test_xhr_progressevents.html]
[test_xhr_send.html]
[test_xhr_send_readystate.html]
[test_XHR_system.html]
[test_XHR_timeout.html]
support-files = test_XHR_timeout.js
[test_xhr_withCredentials.html]
[test_XHRDocURI.html]
[test_XHRResponseURL.html]
[test_XHRSendData.html]
[test_sync_xhr_document_write_with_iframe.html]
skip-if = toolkit == "android" && debug && !is_fennec
[test_sync_xhr_event_handling.html]
support-files =
file_sync_xhr_event_handling_helper.html
fail-if = !e10s
[test_sync_xhr_nested.html]
support-files =
file_sync_xhr_nested_helper.html
skip-if = !e10s || release_or_beta # Input event will be discarded during sync XHR, thus timeout
[test_nestedSyncXHR.html]
[test_event_listener_leaks.html]
skip-if = (os == "win" && processor == "aarch64") #bug 1535784
[test_worker_xhr_doubleSend.html]
support-files = xhr_worker_doubleSend.js
[test_sharedworker_xhr.html]
support-files = xhr_sharedworker.js
|