forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresource-timing.json
More file actions
36 lines (36 loc) · 1.26 KB
/
resource-timing.json
File metadata and controls
36 lines (36 loc) · 1.26 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
{
"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 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"
]
}
}
}