From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../meta/server-timing/idlharness.https.any.js.ini | 68 ++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 testing/web-platform/meta/server-timing/idlharness.https.any.js.ini (limited to 'testing/web-platform/meta/server-timing/idlharness.https.any.js.ini') diff --git a/testing/web-platform/meta/server-timing/idlharness.https.any.js.ini b/testing/web-platform/meta/server-timing/idlharness.https.any.js.ini new file mode 100644 index 0000000000..9dc878e107 --- /dev/null +++ b/testing/web-platform/meta/server-timing/idlharness.https.any.js.ini @@ -0,0 +1,68 @@ +[idlharness.https.any.html] + [PerformanceResourceTiming interface: attribute renderBlockingStatus] + expected: FAIL + + [PerformanceResourceTiming interface: resource must inherit property "renderBlockingStatus" with the proper type] + expected: FAIL + + [PerformanceResourceTiming interface: default toJSON operation on resource] + expected: FAIL + + [PerformanceResourceTiming interface: attribute responseStatus] + expected: FAIL + + [PerformanceResourceTiming interface: resource must inherit property "responseStatus" with the proper type] + expected: FAIL + + [PerformanceResourceTiming interface: attribute deliveryType] + expected: FAIL + + [PerformanceResourceTiming interface: resource must inherit property "deliveryType" with the proper type] + expected: FAIL + + [PerformanceResourceTiming interface: attribute firstInterimResponseStart] + expected: FAIL + + [PerformanceResourceTiming interface: resource must inherit property "firstInterimResponseStart" with the proper type] + expected: FAIL + + [PerformanceResourceTiming interface: attribute contentType] + expected: FAIL + + [PerformanceResourceTiming interface: resource must inherit property "contentType" with the proper type] + expected: FAIL + + +[idlharness.https.any.worker.html] + [PerformanceResourceTiming interface: attribute renderBlockingStatus] + expected: FAIL + + [PerformanceResourceTiming interface: resource must inherit property "renderBlockingStatus" with the proper type] + expected: FAIL + + [PerformanceResourceTiming interface: default toJSON operation on resource] + expected: FAIL + + [PerformanceResourceTiming interface: attribute responseStatus] + expected: FAIL + + [PerformanceResourceTiming interface: resource must inherit property "responseStatus" with the proper type] + expected: FAIL + + [PerformanceResourceTiming interface: attribute deliveryType] + expected: FAIL + + [PerformanceResourceTiming interface: resource must inherit property "deliveryType" with the proper type] + expected: FAIL + + [PerformanceResourceTiming interface: attribute firstInterimResponseStart] + expected: FAIL + + [PerformanceResourceTiming interface: resource must inherit property "firstInterimResponseStart" with the proper type] + expected: FAIL + + [PerformanceResourceTiming interface: attribute contentType] + expected: FAIL + + [PerformanceResourceTiming interface: resource must inherit property "contentType" with the proper type] + expected: FAIL -- cgit v1.2.3