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 --- xpfe/appshell/test/.eslintrc.js | 5 ++ xpfe/appshell/test/chrome.ini | 4 ++ xpfe/appshell/test/test_windowlessBrowser.xhtml | 69 +++++++++++++++++++++++++ 3 files changed, 78 insertions(+) create mode 100644 xpfe/appshell/test/.eslintrc.js create mode 100644 xpfe/appshell/test/chrome.ini create mode 100644 xpfe/appshell/test/test_windowlessBrowser.xhtml (limited to 'xpfe/appshell/test') diff --git a/xpfe/appshell/test/.eslintrc.js b/xpfe/appshell/test/.eslintrc.js new file mode 100644 index 0000000000..f667a57bf5 --- /dev/null +++ b/xpfe/appshell/test/.eslintrc.js @@ -0,0 +1,5 @@ +"use strict"; + +module.exports = { + extends: ["plugin:mozilla/chrome-test"], +}; diff --git a/xpfe/appshell/test/chrome.ini b/xpfe/appshell/test/chrome.ini new file mode 100644 index 0000000000..ac756b6fae --- /dev/null +++ b/xpfe/appshell/test/chrome.ini @@ -0,0 +1,4 @@ +[DEFAULT] +skip-if = os == 'android' + +[test_windowlessBrowser.xhtml] diff --git a/xpfe/appshell/test/test_windowlessBrowser.xhtml b/xpfe/appshell/test/test_windowlessBrowser.xhtml new file mode 100644 index 0000000000..c5c544efcd --- /dev/null +++ b/xpfe/appshell/test/test_windowlessBrowser.xhtml @@ -0,0 +1,69 @@ + + + + + + + + + -- cgit v1.2.3