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/media/test/chrome/chrome.toml | 12 + .../test/chrome/test_accumulated_play_time.html | 694 +++++++++++++++++++++ .../chrome/test_telemetry_source_buffer_type.html | 105 ++++ 3 files changed, 811 insertions(+) create mode 100644 dom/media/test/chrome/chrome.toml create mode 100644 dom/media/test/chrome/test_accumulated_play_time.html create mode 100644 dom/media/test/chrome/test_telemetry_source_buffer_type.html (limited to 'dom/media/test/chrome') diff --git a/dom/media/test/chrome/chrome.toml b/dom/media/test/chrome/chrome.toml new file mode 100644 index 0000000000..57d1843841 --- /dev/null +++ b/dom/media/test/chrome/chrome.toml @@ -0,0 +1,12 @@ +[DEFAULT] +subsuite = "media" +support-files = [ + "../gizmo.mp4", + "../gizmo-noaudio.mp4", + "../TestPatternHDR.mp4", + "../tone2s-silence4s-tone2s.opus", +] + +["test_accumulated_play_time.html"] + +["test_telemetry_source_buffer_type.html"] diff --git a/dom/media/test/chrome/test_accumulated_play_time.html b/dom/media/test/chrome/test_accumulated_play_time.html new file mode 100644 index 0000000000..e59c0377b2 --- /dev/null +++ b/dom/media/test/chrome/test_accumulated_play_time.html @@ -0,0 +1,694 @@ + + + +Test Video Play Time Related Permanent Telemetry Probes + + + + + + + diff --git a/dom/media/test/chrome/test_telemetry_source_buffer_type.html b/dom/media/test/chrome/test_telemetry_source_buffer_type.html new file mode 100644 index 0000000000..85ccfd1000 --- /dev/null +++ b/dom/media/test/chrome/test_telemetry_source_buffer_type.html @@ -0,0 +1,105 @@ + + + +Telemetry : test permanent probe MSE_SOURCE_BUFFER_TYPE + + + + + + + -- cgit v1.2.3