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 --- dom/performance/tests/mochitest.toml | 67 ++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 dom/performance/tests/mochitest.toml (limited to 'dom/performance/tests/mochitest.toml') diff --git a/dom/performance/tests/mochitest.toml b/dom/performance/tests/mochitest.toml new file mode 100644 index 0000000000..198f8eb542 --- /dev/null +++ b/dom/performance/tests/mochitest.toml @@ -0,0 +1,67 @@ +[DEFAULT] +support-files = [ + "test_performance_observer.js", + "test_performance_user_timing.js", + "test_worker_performance_now.js", + "worker_performance_user_timing.js", + "worker_performance_observer.js", + "sharedworker_performance_user_timing.js", + "test_worker_performance_entries.js", + "test_worker_performance_entries.sjs", + "empty.js", + "serverTiming.sjs", +] + +["test_performance_navigation_timing.html"] + +["test_performance_observer.html"] + +["test_performance_paint_observer.html"] +support-files = [ + "test_performance_paint_observer_helper.html", + "logo.png", +] + +["test_performance_paint_timing.html"] +support-files = [ + "test_performance_paint_timing_helper.html", + "logo.png", +] + +["test_performance_server_timing.html"] +scheme = "https" +skip-if = [ + "http3", + "http2", +] + +["test_performance_server_timing_plain_http.html"] +skip-if = [ + "http3", + "http2", +] + +["test_performance_timing_json.html"] + +["test_performance_user_timing.html"] + +["test_performance_user_timing_dying_global.html"] + +["test_sharedWorker_performance_user_timing.html"] +skip-if = ["true"] # Bug 1571904 + +["test_timeOrigin.html"] +skip-if = ["os == 'android'"] # Bug 1525959 + +["test_worker_observer.html"] + +["test_worker_performance_entries.html"] +skip-if = [ + "os == 'android'", # Bug 1525959 + "http3", + "http2", +] + +["test_worker_performance_now.html"] + +["test_worker_user_timing.html"] -- cgit v1.2.3