From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- dom/media/test/chrome/chrome.ini | 10 + .../test/chrome/test_accumulated_play_time.html | 692 +++++++++++++++++++++ .../chrome/test_telemetry_source_buffer_type.html | 75 +++ 3 files changed, 777 insertions(+) create mode 100644 dom/media/test/chrome/chrome.ini 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.ini b/dom/media/test/chrome/chrome.ini new file mode 100644 index 0000000000..c6969d0bc5 --- /dev/null +++ b/dom/media/test/chrome/chrome.ini @@ -0,0 +1,10 @@ +[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..fd21e71a57 --- /dev/null +++ b/dom/media/test/chrome/test_accumulated_play_time.html @@ -0,0 +1,692 @@ + + + +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..695835a9b8 --- /dev/null +++ b/dom/media/test/chrome/test_telemetry_source_buffer_type.html @@ -0,0 +1,75 @@ + + + +Telemetry : test permanent probe MSE_SOURCE_BUFFER_TYPE + + + + + + + -- cgit v1.2.3