node/test/wpt/status/resource-timing.json
Node.js GitHub Bot 1baafcc882
test: update WPT resources, interfaces and WebCryptoAPI
PR-URL: https://github.com/nodejs/node/pull/62389
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2026-03-26 10:47:22 +01:00

48 lines
2.5 KiB
JSON

{
"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"
]
}
}
}