node/test/wpt/status/resource-timing.json
Khafra e2697c1a64
perf_hooks: add deliveryType and responseStatus fields
PR-URL: https://github.com/nodejs/node/pull/51589
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2024-05-12 20:02:48 +02:00

37 lines
1.3 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 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"
]
}
}
}