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 --- .../audio-dynamically-change-small-width-ref.html | 13 +++++ .../audio-dynamically-change-small-width.html | 32 ++++++++++++ .../tests/reftests/audio-with-bogus-url-ref.html | 14 +++++ .../tests/reftests/audio-with-bogus-url.html | 14 +++++ .../tests/reftests/audio-with-padding-ref.html | 19 +++++++ .../content/tests/reftests/audio-with-padding.html | 17 ++++++ toolkit/content/tests/reftests/foo.vtt | 4 ++ toolkit/content/tests/reftests/reftest.list | 4 ++ .../videocontrols-dynamically-add-cc-ref.html | 32 ++++++++++++ .../reftests/videocontrols-dynamically-add-cc.html | 61 ++++++++++++++++++++++ 10 files changed, 210 insertions(+) create mode 100644 toolkit/content/tests/reftests/audio-dynamically-change-small-width-ref.html create mode 100644 toolkit/content/tests/reftests/audio-dynamically-change-small-width.html create mode 100644 toolkit/content/tests/reftests/audio-with-bogus-url-ref.html create mode 100644 toolkit/content/tests/reftests/audio-with-bogus-url.html create mode 100644 toolkit/content/tests/reftests/audio-with-padding-ref.html create mode 100644 toolkit/content/tests/reftests/audio-with-padding.html create mode 100644 toolkit/content/tests/reftests/foo.vtt create mode 100644 toolkit/content/tests/reftests/reftest.list create mode 100644 toolkit/content/tests/reftests/videocontrols-dynamically-add-cc-ref.html create mode 100644 toolkit/content/tests/reftests/videocontrols-dynamically-add-cc.html (limited to 'toolkit/content/tests/reftests') diff --git a/toolkit/content/tests/reftests/audio-dynamically-change-small-width-ref.html b/toolkit/content/tests/reftests/audio-dynamically-change-small-width-ref.html new file mode 100644 index 0000000000..4bcac35d84 --- /dev/null +++ b/toolkit/content/tests/reftests/audio-dynamically-change-small-width-ref.html @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/toolkit/content/tests/reftests/audio-dynamically-change-small-width.html b/toolkit/content/tests/reftests/audio-dynamically-change-small-width.html new file mode 100644 index 0000000000..0e9059541a --- /dev/null +++ b/toolkit/content/tests/reftests/audio-dynamically-change-small-width.html @@ -0,0 +1,32 @@ + + + + + + + + + + diff --git a/toolkit/content/tests/reftests/audio-with-bogus-url-ref.html b/toolkit/content/tests/reftests/audio-with-bogus-url-ref.html new file mode 100644 index 0000000000..7731e5ced6 --- /dev/null +++ b/toolkit/content/tests/reftests/audio-with-bogus-url-ref.html @@ -0,0 +1,14 @@ + + + + + + + + + diff --git a/toolkit/content/tests/reftests/audio-with-bogus-url.html b/toolkit/content/tests/reftests/audio-with-bogus-url.html new file mode 100644 index 0000000000..d6bf7ff861 --- /dev/null +++ b/toolkit/content/tests/reftests/audio-with-bogus-url.html @@ -0,0 +1,14 @@ + + + + + + + + + diff --git a/toolkit/content/tests/reftests/audio-with-padding-ref.html b/toolkit/content/tests/reftests/audio-with-padding-ref.html new file mode 100644 index 0000000000..b0fe3fa6e5 --- /dev/null +++ b/toolkit/content/tests/reftests/audio-with-padding-ref.html @@ -0,0 +1,19 @@ + + + + + + +
+ +
+ diff --git a/toolkit/content/tests/reftests/audio-with-padding.html b/toolkit/content/tests/reftests/audio-with-padding.html new file mode 100644 index 0000000000..c18b746374 --- /dev/null +++ b/toolkit/content/tests/reftests/audio-with-padding.html @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/toolkit/content/tests/reftests/foo.vtt b/toolkit/content/tests/reftests/foo.vtt new file mode 100644 index 0000000000..b533895c60 --- /dev/null +++ b/toolkit/content/tests/reftests/foo.vtt @@ -0,0 +1,4 @@ +WEBVTT + +00:00:00.000 --> 00:00:05.000 +Foo diff --git a/toolkit/content/tests/reftests/reftest.list b/toolkit/content/tests/reftests/reftest.list new file mode 100644 index 0000000000..d1e8ce3dbd --- /dev/null +++ b/toolkit/content/tests/reftests/reftest.list @@ -0,0 +1,4 @@ +== videocontrols-dynamically-add-cc.html videocontrols-dynamically-add-cc-ref.html +== audio-with-bogus-url.html audio-with-bogus-url-ref.html +== audio-dynamically-change-small-width.html audio-dynamically-change-small-width-ref.html +== audio-with-padding.html audio-with-padding-ref.html diff --git a/toolkit/content/tests/reftests/videocontrols-dynamically-add-cc-ref.html b/toolkit/content/tests/reftests/videocontrols-dynamically-add-cc-ref.html new file mode 100644 index 0000000000..1dcf4949a6 --- /dev/null +++ b/toolkit/content/tests/reftests/videocontrols-dynamically-add-cc-ref.html @@ -0,0 +1,32 @@ + + + + + + + +
+ + diff --git a/toolkit/content/tests/reftests/videocontrols-dynamically-add-cc.html b/toolkit/content/tests/reftests/videocontrols-dynamically-add-cc.html new file mode 100644 index 0000000000..e3d0912a51 --- /dev/null +++ b/toolkit/content/tests/reftests/videocontrols-dynamically-add-cc.html @@ -0,0 +1,61 @@ + + + + + + + + +
+ + + + + + -- cgit v1.2.3