-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
Expand file tree
/
Copy pathresource-timing.json
More file actions
48 lines (48 loc) · 2.49 KB
/
resource-timing.json
File metadata and controls
48 lines (48 loc) · 2.49 KB
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
{
"cors-preflight.any.js": {
"skip": "Browser-specific test"
},
"resource_nested_dedicated_worker.worker.js": {
"skip": "Browser-specific test"
},
"resource_timing.worker.js": {
"skip": "Browser-specific test"
},
"sizes-cache.any.js": {
"skip": "Browser-specific test"
},
"sizes-redirect.any.js": {
"skip": "Browser-specific test"
},
"supported_resource_type.any.js": {
"skip": "Browser-specific test"
},
"buffered-flag.any.js": {
"skip": "Browser-specific test"
},
"idlharness.any.js": {
"fail": {
"expected": [
"PerformanceResourceTiming interface: attribute firstInterimResponseStart",
"PerformanceResourceTiming interface: attribute finalResponseHeadersStart",
"PerformanceResourceTiming interface: resource must inherit property \"finalResponseHeadersStart\" with the proper type",
"PerformanceResourceTiming interface: attribute renderBlockingStatus",
"PerformanceResourceTiming interface: attribute contentType",
"PerformanceResourceTiming interface: resource must inherit property \"firstInterimResponseStart\" with the proper type",
"PerformanceResourceTiming interface: resource must inherit property \"renderBlockingStatus\" with the proper type",
"PerformanceResourceTiming interface: resource must inherit property \"contentType\" with the proper type",
"PerformanceResourceTiming interface: default toJSON operation on resource",
"PerformanceResourceTiming interface: attribute workerRouterEvaluationStart",
"PerformanceResourceTiming interface: attribute workerCacheLookupStart",
"PerformanceResourceTiming interface: attribute workerMatchedRouterSource",
"PerformanceResourceTiming interface: attribute workerFinalRouterSource",
"PerformanceResourceTiming interface: attribute contentEncoding",
"PerformanceResourceTiming interface: resource must inherit property \"workerRouterEvaluationStart\" with the proper type",
"PerformanceResourceTiming interface: resource must inherit property \"workerCacheLookupStart\" with the proper type",
"PerformanceResourceTiming interface: resource must inherit property \"workerMatchedRouterSource\" with the proper type",
"PerformanceResourceTiming interface: resource must inherit property \"workerFinalRouterSource\" with the proper type",
"PerformanceResourceTiming interface: resource must inherit property \"contentEncoding\" with the proper type"
]
}
}
}