From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../mozilla/tests/infrastructure/prefs/prefs-0.html | 12 ++++++++++++ .../mozilla/tests/infrastructure/prefs/prefs-1.html | 11 +++++++++++ .../mozilla/tests/infrastructure/prefs/prefs-2.html | 10 ++++++++++ .../mozilla/tests/infrastructure/prefs/prefs-false.html | 5 +++++ .../mozilla/tests/infrastructure/prefs/prefs-true.html | 5 +++++ .../tests/infrastructure/specialPowers/specialpowers.html | 7 +++++++ 6 files changed, 50 insertions(+) create mode 100644 testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-0.html create mode 100644 testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-1.html create mode 100644 testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-2.html create mode 100644 testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-false.html create mode 100644 testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-true.html create mode 100644 testing/web-platform/mozilla/tests/infrastructure/specialPowers/specialpowers.html (limited to 'testing/web-platform/mozilla/tests/infrastructure') diff --git a/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-0.html b/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-0.html new file mode 100644 index 0000000000..584620392c --- /dev/null +++ b/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-0.html @@ -0,0 +1,12 @@ + + + + +
+ + diff --git a/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-1.html b/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-1.html new file mode 100644 index 0000000000..8f1029d3ff --- /dev/null +++ b/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-1.html @@ -0,0 +1,11 @@ + + + + +
+ + diff --git a/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-2.html b/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-2.html new file mode 100644 index 0000000000..54ebde2ebe --- /dev/null +++ b/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-2.html @@ -0,0 +1,10 @@ + + + + +
+ + diff --git a/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-false.html b/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-false.html new file mode 100644 index 0000000000..667d1e1bf6 --- /dev/null +++ b/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-false.html @@ -0,0 +1,5 @@ + + + +
false
+ diff --git a/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-true.html b/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-true.html new file mode 100644 index 0000000000..df3fe20eff --- /dev/null +++ b/testing/web-platform/mozilla/tests/infrastructure/prefs/prefs-true.html @@ -0,0 +1,5 @@ + + + +
true
+ diff --git a/testing/web-platform/mozilla/tests/infrastructure/specialPowers/specialpowers.html b/testing/web-platform/mozilla/tests/infrastructure/specialPowers/specialpowers.html new file mode 100644 index 0000000000..38615028d2 --- /dev/null +++ b/testing/web-platform/mozilla/tests/infrastructure/specialPowers/specialpowers.html @@ -0,0 +1,7 @@ +Check specialPowers is available in gecko-only tests + + + + -- cgit v1.2.3