|
1 | 1 |
|
2 | | -FAIL Main resource matched the rule with fetch-event source assert_equals: fetch-event as source on main resource expected (string) "fetch-event" but got (undefined) undefined |
3 | | -FAIL Main resource load matched with the condition and resource timing assert_equals: network as source on main resource expected (string) "network" but got (undefined) undefined |
4 | | -FAIL Main resource load not matched with the condition and resource timing assert_equals: no rule matched on main resource expected (string) "" but got (undefined) undefined |
| 2 | +PASS Main resource matched the rule with fetch-event source |
| 3 | +PASS Main resource load matched with the condition and resource timing |
| 4 | +PASS Main resource load not matched with the condition and resource timing |
5 | 5 | FAIL Main resource load matched with the cache source and resource timing assert_equals: cache as source on main resource and cache hit expected 1 but got 0 |
6 | | -FAIL Main resource fallback to the network when there is no cache entry and resource timing assert_equals: cache as source on main resource and cache miss, fallback to network expected (string) "cache" but got (undefined) undefined |
7 | | -FAIL Subresource load matched the rule fetch-event source assert_equals: fetch-event as source on sub resource expected (string) "fetch-event" but got (undefined) undefined |
8 | | -FAIL Subresource load not matched with URLPattern condition assert_equals: no source type matched expected (string) "" but got (undefined) undefined |
9 | | -FAIL Subresource load matched with URLPattern condition assert_equals: network as source on subresource expected (string) "network" but got (undefined) undefined |
10 | | -FAIL Subresource load matched with the cache source rule assert_equals: cache as source on subresource and cache hits expected (string) "cache" but got (undefined) undefined |
11 | | -FAIL Subresource load did not match with the cache and fallback to the network assert_equals: cache as source on subresource and cache misses expected (string) "cache" but got (undefined) undefined |
12 | | -FAIL Main resource load matched the rule with race-network-and-fetch-handler source, and the fetch handler response is faster than the server response assert_equals: race as source on main resource, and fetch-event wins expected (string) "race-network-and-fetch-handler" but got (undefined) undefined |
13 | | -FAIL Main resource load matched the rule with race-network-and-fetch-handler source, and the server reseponse is faster than the fetch handler assert_equals: race as source on main resource, and network wins expected (string) "race-network-and-fetch-handler" but got (undefined) undefined |
14 | | -FAIL Subresource load matched the rule with race-network-and-fetch-handler source, and the fetch handler response is faster than the server response assert_equals: race as source on subresource and fetch wins expected (string) "race-network-and-fetch-handler" but got (undefined) undefined |
15 | | -FAIL Subresource load matched the rule with race-network-and-fetch-handler source, and the server reseponse is faster than the fetch handler assert_equals: race as source on subresource and network wins expected (string) "race-network-and-fetch-handler" but got (undefined) undefined |
| 6 | +PASS Main resource fallback to the network when there is no cache entry and resource timing |
| 7 | +FAIL Subresource load matched the rule fetch-event source assert_equals: fetch-event as source on sub resource expected "fetch-event" but got "" |
| 8 | +FAIL Subresource load not matched with URLPattern condition assert_greater_than: no source type matched expected a number greater than 0 but got 0 |
| 9 | +PASS Subresource load matched with URLPattern condition |
| 10 | +FAIL Subresource load matched with the cache source rule assert_equals: cache as source on subresource and cache hits expected "cache" but got "" |
| 11 | +PASS Subresource load did not match with the cache and fallback to the network |
| 12 | +PASS Main resource load matched the rule with race-network-and-fetch-handler source, and the fetch handler response is faster than the server response |
| 13 | +PASS Main resource load matched the rule with race-network-and-fetch-handler source, and the server reseponse is faster than the fetch handler |
| 14 | +FAIL Subresource load matched the rule with race-network-and-fetch-handler source, and the fetch handler response is faster than the server response assert_equals: race as source on subresource and fetch wins expected "race-network-and-fetch-handler" but got "" |
| 15 | +PASS Subresource load matched the rule with race-network-and-fetch-handler source, and the server reseponse is faster than the fetch handler |
16 | 16 |
|
0 commit comments