From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- testing/mochitest/chrome/chrome.ini | 16 ++ testing/mochitest/chrome/test-dir/test-file | 1 + .../mochitest/chrome/test_chromeGetTestFile.xul | 55 ++++++ testing/mochitest/chrome/test_sample.xul | 36 ++++ testing/mochitest/chrome/test_sanityAddTask.xul | 43 +++++ testing/mochitest/chrome/test_sanityEventUtils.xul | 192 +++++++++++++++++++++ testing/mochitest/chrome/test_sanityException.xul | 23 +++ testing/mochitest/chrome/test_sanityException2.xul | 29 ++++ testing/mochitest/chrome/test_sanityManifest.xul | 19 ++ .../mochitest/chrome/test_sanityManifest_pf.xul | 20 +++ .../mochitest/chrome/test_sanityPluginUtils.html | 38 ++++ testing/mochitest/chrome/test_sanitySpawnTask.xul | 70 ++++++++ 12 files changed, 542 insertions(+) create mode 100644 testing/mochitest/chrome/chrome.ini create mode 100644 testing/mochitest/chrome/test-dir/test-file create mode 100644 testing/mochitest/chrome/test_chromeGetTestFile.xul create mode 100644 testing/mochitest/chrome/test_sample.xul create mode 100644 testing/mochitest/chrome/test_sanityAddTask.xul create mode 100644 testing/mochitest/chrome/test_sanityEventUtils.xul create mode 100644 testing/mochitest/chrome/test_sanityException.xul create mode 100644 testing/mochitest/chrome/test_sanityException2.xul create mode 100644 testing/mochitest/chrome/test_sanityManifest.xul create mode 100644 testing/mochitest/chrome/test_sanityManifest_pf.xul create mode 100644 testing/mochitest/chrome/test_sanityPluginUtils.html create mode 100644 testing/mochitest/chrome/test_sanitySpawnTask.xul (limited to 'testing/mochitest/chrome') diff --git a/testing/mochitest/chrome/chrome.ini b/testing/mochitest/chrome/chrome.ini new file mode 100644 index 000000000..b29e97257 --- /dev/null +++ b/testing/mochitest/chrome/chrome.ini @@ -0,0 +1,16 @@ +[DEFAULT] +skip-if = os == 'android' +support-files = test-dir/test-file + +[test_sample.xul] +[test_sanityAddTask.xul] +[test_sanityEventUtils.xul] +[test_sanityPluginUtils.html] +[test_sanityException.xul] +[test_sanityException2.xul] +[test_sanityManifest.xul] +fail-if = true +[test_sanityManifest_pf.xul] +fail-if = true +[test_sanitySpawnTask.xul] +[test_chromeGetTestFile.xul] diff --git a/testing/mochitest/chrome/test-dir/test-file b/testing/mochitest/chrome/test-dir/test-file new file mode 100644 index 000000000..257cc5642 --- /dev/null +++ b/testing/mochitest/chrome/test-dir/test-file @@ -0,0 +1 @@ +foo diff --git a/testing/mochitest/chrome/test_chromeGetTestFile.xul b/testing/mochitest/chrome/test_chromeGetTestFile.xul new file mode 100644 index 000000000..e1372722b --- /dev/null +++ b/testing/mochitest/chrome/test_chromeGetTestFile.xul @@ -0,0 +1,55 @@ + + + + + + + diff --git a/testing/mochitest/chrome/test_sample.xul b/testing/mochitest/chrome/test_sample.xul new file mode 100644 index 000000000..957bcd29c --- /dev/null +++ b/testing/mochitest/chrome/test_sample.xul @@ -0,0 +1,36 @@ + + + + + + + + + diff --git a/testing/mochitest/chrome/test_sanityAddTask.xul b/testing/mochitest/chrome/test_sanityAddTask.xul new file mode 100644 index 000000000..006acbaa7 --- /dev/null +++ b/testing/mochitest/chrome/test_sanityAddTask.xul @@ -0,0 +1,43 @@ + + + + + + + + + + + + diff --git a/testing/mochitest/chrome/test_sanityEventUtils.xul b/testing/mochitest/chrome/test_sanityEventUtils.xul new file mode 100644 index 000000000..6ac098d2e --- /dev/null +++ b/testing/mochitest/chrome/test_sanityEventUtils.xul @@ -0,0 +1,192 @@ + + + + + + + + + + + +

+ +

+    
Need some space here
+

+ +

+    
+ Need some depth and height to drag here +
+
Need more space
+
Sure why not here too
+ +
diff --git a/testing/mochitest/chrome/test_sanityException.xul b/testing/mochitest/chrome/test_sanityException.xul new file mode 100644 index 000000000..420269e4d --- /dev/null +++ b/testing/mochitest/chrome/test_sanityException.xul @@ -0,0 +1,23 @@ + + + + + + + + + + diff --git a/testing/mochitest/chrome/test_sanityException2.xul b/testing/mochitest/chrome/test_sanityException2.xul new file mode 100644 index 000000000..450fd838c --- /dev/null +++ b/testing/mochitest/chrome/test_sanityException2.xul @@ -0,0 +1,29 @@ + + + + + + + + + + diff --git a/testing/mochitest/chrome/test_sanityManifest.xul b/testing/mochitest/chrome/test_sanityManifest.xul new file mode 100644 index 000000000..ff92c3732 --- /dev/null +++ b/testing/mochitest/chrome/test_sanityManifest.xul @@ -0,0 +1,19 @@ + + + + + + + + + + diff --git a/testing/mochitest/chrome/test_sanityManifest_pf.xul b/testing/mochitest/chrome/test_sanityManifest_pf.xul new file mode 100644 index 000000000..7500d155e --- /dev/null +++ b/testing/mochitest/chrome/test_sanityManifest_pf.xul @@ -0,0 +1,20 @@ + + + + + + + + + + diff --git a/testing/mochitest/chrome/test_sanityPluginUtils.html b/testing/mochitest/chrome/test_sanityPluginUtils.html new file mode 100644 index 000000000..f0814259e --- /dev/null +++ b/testing/mochitest/chrome/test_sanityPluginUtils.html @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + diff --git a/testing/mochitest/chrome/test_sanitySpawnTask.xul b/testing/mochitest/chrome/test_sanitySpawnTask.xul new file mode 100644 index 000000000..d3f0ccc1f --- /dev/null +++ b/testing/mochitest/chrome/test_sanitySpawnTask.xul @@ -0,0 +1,70 @@ + + + + + + + + + -- cgit v1.2.3