From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- dom/media/test/chrome/chrome.ini | 6 + .../test/chrome/test_accumulated_play_time.html | 355 +++++++++++++++++++++ 2 files changed, 361 insertions(+) create mode 100644 dom/media/test/chrome/chrome.ini create mode 100644 dom/media/test/chrome/test_accumulated_play_time.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..429c3a093c --- /dev/null +++ b/dom/media/test/chrome/chrome.ini @@ -0,0 +1,6 @@ +[DEFAULT] +subsuite = media +support-files = + ../gizmo.mp4 + +[test_accumulated_play_time.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..509ebd5a07 --- /dev/null +++ b/dom/media/test/chrome/test_accumulated_play_time.html @@ -0,0 +1,355 @@ + + + +Test Video Play Time Related Permenant Telemetry Probes + + + + + + + -- cgit v1.2.3