diff options
Diffstat (limited to 'testing/web-platform/meta/server-timing')
8 files changed, 76 insertions, 0 deletions
diff --git a/testing/web-platform/meta/server-timing/__dir__.ini b/testing/web-platform/meta/server-timing/__dir__.ini new file mode 100644 index 0000000000..97bd265768 --- /dev/null +++ b/testing/web-platform/meta/server-timing/__dir__.ini @@ -0,0 +1 @@ +prefs: [privacy.reduceTimerPrecision:false] 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..dc81500337 --- /dev/null +++ b/testing/web-platform/meta/server-timing/idlharness.https.any.js.ini @@ -0,0 +1,56 @@ +[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 + + +[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 diff --git a/testing/web-platform/meta/server-timing/navigation-timing-trickle.https.html.ini b/testing/web-platform/meta/server-timing/navigation-timing-trickle.https.html.ini new file mode 100644 index 0000000000..a01b8d555a --- /dev/null +++ b/testing/web-platform/meta/server-timing/navigation-timing-trickle.https.html.ini @@ -0,0 +1,3 @@ +[navigation-timing-trickle.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/server-timing/resource_timing_idl.https.html.ini b/testing/web-platform/meta/server-timing/resource_timing_idl.https.html.ini new file mode 100644 index 0000000000..0a3ecd9152 --- /dev/null +++ b/testing/web-platform/meta/server-timing/resource_timing_idl.https.html.ini @@ -0,0 +1,3 @@ +[resource_timing_idl.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/server-timing/server_timing_header-parsing.https.html.ini b/testing/web-platform/meta/server-timing/server_timing_header-parsing.https.html.ini new file mode 100644 index 0000000000..f9a61146a6 --- /dev/null +++ b/testing/web-platform/meta/server-timing/server_timing_header-parsing.https.html.ini @@ -0,0 +1,3 @@ +[server_timing_header-parsing.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/server-timing/server_timing_headers_not_visible_in_fetch.https.html.ini b/testing/web-platform/meta/server-timing/server_timing_headers_not_visible_in_fetch.https.html.ini new file mode 100644 index 0000000000..bf2974be48 --- /dev/null +++ b/testing/web-platform/meta/server-timing/server_timing_headers_not_visible_in_fetch.https.html.ini @@ -0,0 +1,3 @@ +[server_timing_headers_not_visible_in_fetch.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/server-timing/service_worker_idl.https.html.ini b/testing/web-platform/meta/server-timing/service_worker_idl.https.html.ini new file mode 100644 index 0000000000..282a5141ea --- /dev/null +++ b/testing/web-platform/meta/server-timing/service_worker_idl.https.html.ini @@ -0,0 +1,3 @@ +[service_worker_idl.https.html] + expected: + if (processor == "x86") and debug: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/server-timing/test_server_timing.https.html.ini b/testing/web-platform/meta/server-timing/test_server_timing.https.html.ini new file mode 100644 index 0000000000..42eb93f629 --- /dev/null +++ b/testing/web-platform/meta/server-timing/test_server_timing.https.html.ini @@ -0,0 +1,4 @@ +[test_server_timing.https.html] + expected: + if (os == "android") and debug and fission: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] |