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 --- .../mochitest/orientation/bug507902-frame.html | 30 ++++++++++++++++++ dom/tests/mochitest/orientation/mochitest.toml | 4 +++ .../mochitest/orientation/test_bug507902.html | 36 ++++++++++++++++++++++ 3 files changed, 70 insertions(+) create mode 100644 dom/tests/mochitest/orientation/bug507902-frame.html create mode 100644 dom/tests/mochitest/orientation/mochitest.toml create mode 100644 dom/tests/mochitest/orientation/test_bug507902.html (limited to 'dom/tests/mochitest/orientation') diff --git a/dom/tests/mochitest/orientation/bug507902-frame.html b/dom/tests/mochitest/orientation/bug507902-frame.html new file mode 100644 index 0000000000..5a352f3ee4 --- /dev/null +++ b/dom/tests/mochitest/orientation/bug507902-frame.html @@ -0,0 +1,30 @@ + + + + Frame for watchPosition + + + + + + + diff --git a/dom/tests/mochitest/orientation/mochitest.toml b/dom/tests/mochitest/orientation/mochitest.toml new file mode 100644 index 0000000000..d13eee8fc0 --- /dev/null +++ b/dom/tests/mochitest/orientation/mochitest.toml @@ -0,0 +1,4 @@ +[DEFAULT] +support-files = ["bug507902-frame.html"] + +["test_bug507902.html"] diff --git a/dom/tests/mochitest/orientation/test_bug507902.html b/dom/tests/mochitest/orientation/test_bug507902.html new file mode 100644 index 0000000000..aaf5290da4 --- /dev/null +++ b/dom/tests/mochitest/orientation/test_bug507902.html @@ -0,0 +1,36 @@ + + + + + Test for devicemotion + + + + +Mozilla Bug 507902 +

+
+ +
+
+
+
+ + + -- cgit v1.2.3