summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/server-timing
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/server-timing
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/server-timing')
-rw-r--r--testing/web-platform/meta/server-timing/__dir__.ini1
-rw-r--r--testing/web-platform/meta/server-timing/idlharness.https.any.js.ini68
-rw-r--r--testing/web-platform/meta/server-timing/navigation-timing-trickle.https.html.ini3
-rw-r--r--testing/web-platform/meta/server-timing/resource_timing_idl.https.html.ini3
-rw-r--r--testing/web-platform/meta/server-timing/server_timing_header-parsing.https.html.ini3
-rw-r--r--testing/web-platform/meta/server-timing/server_timing_headers_not_visible_in_fetch.https.html.ini3
-rw-r--r--testing/web-platform/meta/server-timing/service_worker_idl.https.html.ini3
-rw-r--r--testing/web-platform/meta/server-timing/test_server_timing.https.html.ini4
8 files changed, 88 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..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
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]