blob: 844bf16ebc6d7b1b12781693393ac24493732017 (
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
|
[fetch-event-respond-with-custom-response.https.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[Navigation resource built from search-params]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[Navigation resource built from a buffer-view]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT]
[Navigation resource built from a buffer]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
[Navigation resource built from a blob]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[Navigation resource built from a string]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[Subresource built from search-params]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
|