From f7f2b0a5b6fa51fefe7bb24c3f37abffc7ef6f77 Mon Sep 17 00:00:00 2001 From: Mirko Brodesser Date: Fri, 25 Feb 2022 09:35:45 +0000 Subject: [PATCH] Bug 1472338: part 1) Add Chrome tests for the async Clipboard API. r=NeilDeakin Differential Revision: https://phabricator.services.mozilla.com/D138660 --- toolkit/content/tests/chrome/chrome.ini | 1 + .../tests/chrome/test_async_clipboard.xhtml | 141 +++++++++++++++++++++ 2 files changed, 142 insertions(+) create mode 100644 toolkit/content/tests/chrome/test_async_clipboard.xhtml diff --git a/toolkit/content/tests/chrome/chrome.ini b/toolkit/content/tests/chrome/chrome.ini index ef4ce40855d5..ab0412693dbc 100644 --- a/toolkit/content/tests/chrome/chrome.ini +++ b/toolkit/content/tests/chrome/chrome.ini @@ -61,6 +61,7 @@ prefs = skip-if = (verify && (os == 'win')) || (debug && (os == 'win') && (bits == 32)) # Bug 1546256 win10_2004 # Bug 1727507 +[test_async_clipboard.xhtml] [test_autocomplete2.xhtml] [test_autocomplete3.xhtml] [test_autocomplete4.xhtml] diff --git a/toolkit/content/tests/chrome/test_async_clipboard.xhtml b/toolkit/content/tests/chrome/test_async_clipboard.xhtml new file mode 100644 index 000000000000..ff01e60b82c6 --- /dev/null +++ b/toolkit/content/tests/chrome/test_async_clipboard.xhtml @@ -0,0 +1,141 @@ + + + + + + + + + +

+

+ +
+
+ + +
-- 2.11.4.GIT