blob: 5a570484d9f5299e9bebdbddbb817855efd210d3 (
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
|
[DEFAULT]
support-files = [
"url_worker.js",
"urlApi_worker.js",
"urlSearchParams_commons.js",
"urlSearchParams_worker.js",
"url_exceptions_worker.js",
]
["test_bloburl_location.html"]
["test_unknown_url_origin.html"]
["test_url.html"]
["test_urlExceptions.html"]
["test_urlSearchParams.html"]
["test_urlSearchParams_sorting.html"]
["test_urlSearchParams_utf8.html"]
["test_url_data.html"]
["test_url_empty_port.html"]
["test_url_malformedHost.html"]
["test_urlutils_stringify.html"]
["test_worker_protocol.html"]
support-files = ["protocol_worker.js"]
["test_worker_url.html"]
["test_worker_urlApi.html"]
["test_worker_urlSearchParams.html"]
["test_worker_url_exceptions.html"]
|