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 --- dom/tests/mochitest/chrome/489127.html | 200 +++ .../mochitest/chrome/DOMWindowCreated_chrome.xul | 33 + .../mochitest/chrome/DOMWindowCreated_content.html | 9 + .../mochitest/chrome/MozDomFullscreen_chrome.xul | 110 ++ dom/tests/mochitest/chrome/child_focus_frame.html | 57 + dom/tests/mochitest/chrome/chrome.ini | 90 + .../chrome/file_DOM_element_instanceof.xul | 30 + .../mochitest/chrome/file_MozDomFullscreen.html | 8 + .../mochitest/chrome/file_bug1224790-1_modal.xul | 33 + .../chrome/file_bug1224790-1_nonmodal.xul | 28 + .../mochitest/chrome/file_bug1224790-2_modal.xul | 35 + .../chrome/file_bug1224790-2_nonmodal.xul | 46 + dom/tests/mochitest/chrome/file_bug799299.xul | 66 + dom/tests/mochitest/chrome/file_bug800817.xul | 80 + dom/tests/mochitest/chrome/file_bug830858.xul | 67 + .../mochitest/chrome/file_subscript_bindings.js | 1 + dom/tests/mochitest/chrome/focus_frameset.html | 26 + dom/tests/mochitest/chrome/focus_window2.xul | 27 + dom/tests/mochitest/chrome/fullscreen.xul | 27 + dom/tests/mochitest/chrome/queryCaretRectUnix.html | 214 +++ dom/tests/mochitest/chrome/queryCaretRectWin.html | 223 +++ dom/tests/mochitest/chrome/selectAtPoint.html | 281 ++++ dom/tests/mochitest/chrome/sizemode_attribute.xul | 87 + .../mochitest/chrome/test_DOMWindowCreated.xul | 29 + .../chrome/test_DOM_element_instanceof.xul | 34 + .../chrome/test_MozDomFullscreen_event.xul | 56 + dom/tests/mochitest/chrome/test_activation.xul | 42 + dom/tests/mochitest/chrome/test_bug1224790-1.xul | 71 + dom/tests/mochitest/chrome/test_bug1224790-2.xul | 72 + dom/tests/mochitest/chrome/test_bug799299.xul | 31 + dom/tests/mochitest/chrome/test_bug800817.xul | 43 + dom/tests/mochitest/chrome/test_bug830396.xul | 39 + dom/tests/mochitest/chrome/test_bug830858.xul | 36 + .../mochitest/chrome/test_callback_wrapping.xul | 22 + .../chrome/test_clipboard_events_chrome.html | 63 + dom/tests/mochitest/chrome/test_clonewrapper.xul | 117 ++ dom/tests/mochitest/chrome/test_cyclecollector.xul | 55 + dom/tests/mochitest/chrome/test_docshell_swap.xul | 74 + dom/tests/mochitest/chrome/test_focus.xul | 33 + dom/tests/mochitest/chrome/test_focus_docnav.xul | 28 + .../mochitest/chrome/test_focus_switchbinding.xul | 57 + .../mochitest/chrome/test_focused_link_scroll.xul | 48 + dom/tests/mochitest/chrome/test_fullscreen.xul | 37 + dom/tests/mochitest/chrome/test_geolocation.xul | 35 + dom/tests/mochitest/chrome/test_indexedSetter.html | 38 + .../mochitest/chrome/test_moving_nodeList.xul | 45 + dom/tests/mochitest/chrome/test_moving_xhr.xul | 41 + dom/tests/mochitest/chrome/test_nodesFromRect.html | 21 + dom/tests/mochitest/chrome/test_parsingMode.html | 67 + .../mochitest/chrome/test_popup_blocker_chrome.xul | 54 + .../mochitest/chrome/test_queryCaretRect.html | 22 + .../mochitest/chrome/test_resize_move_windows.xul | 282 ++++ .../mochitest/chrome/test_sandbox_bindings.xul | 318 ++++ .../mochitest/chrome/test_sandbox_eventhandler.xul | 38 + dom/tests/mochitest/chrome/test_sandbox_image.xul | 37 + .../mochitest/chrome/test_sandbox_postMessage.html | 36 + dom/tests/mochitest/chrome/test_selectAtPoint.html | 21 + .../mochitest/chrome/test_sizemode_attribute.xul | 26 + .../mochitest/chrome/test_subscript_bindings.xul | 44 + .../chrome/test_xray_event_constructor.xul | 35 + dom/tests/mochitest/chrome/window_activation.xul | 37 + .../mochitest/chrome/window_callback_wrapping.xul | 21 + .../mochitest/chrome/window_docshell_swap.xul | 8 + dom/tests/mochitest/chrome/window_focus.xul | 1729 ++++++++++++++++++++ dom/tests/mochitest/chrome/window_focus_docnav.xul | 126 ++ 65 files changed, 5846 insertions(+) create mode 100644 dom/tests/mochitest/chrome/489127.html create mode 100644 dom/tests/mochitest/chrome/DOMWindowCreated_chrome.xul create mode 100644 dom/tests/mochitest/chrome/DOMWindowCreated_content.html create mode 100644 dom/tests/mochitest/chrome/MozDomFullscreen_chrome.xul create mode 100644 dom/tests/mochitest/chrome/child_focus_frame.html create mode 100644 dom/tests/mochitest/chrome/chrome.ini create mode 100644 dom/tests/mochitest/chrome/file_DOM_element_instanceof.xul create mode 100644 dom/tests/mochitest/chrome/file_MozDomFullscreen.html create mode 100644 dom/tests/mochitest/chrome/file_bug1224790-1_modal.xul create mode 100644 dom/tests/mochitest/chrome/file_bug1224790-1_nonmodal.xul create mode 100644 dom/tests/mochitest/chrome/file_bug1224790-2_modal.xul create mode 100644 dom/tests/mochitest/chrome/file_bug1224790-2_nonmodal.xul create mode 100644 dom/tests/mochitest/chrome/file_bug799299.xul create mode 100644 dom/tests/mochitest/chrome/file_bug800817.xul create mode 100644 dom/tests/mochitest/chrome/file_bug830858.xul create mode 100644 dom/tests/mochitest/chrome/file_subscript_bindings.js create mode 100644 dom/tests/mochitest/chrome/focus_frameset.html create mode 100644 dom/tests/mochitest/chrome/focus_window2.xul create mode 100644 dom/tests/mochitest/chrome/fullscreen.xul create mode 100644 dom/tests/mochitest/chrome/queryCaretRectUnix.html create mode 100644 dom/tests/mochitest/chrome/queryCaretRectWin.html create mode 100644 dom/tests/mochitest/chrome/selectAtPoint.html create mode 100644 dom/tests/mochitest/chrome/sizemode_attribute.xul create mode 100644 dom/tests/mochitest/chrome/test_DOMWindowCreated.xul create mode 100644 dom/tests/mochitest/chrome/test_DOM_element_instanceof.xul create mode 100644 dom/tests/mochitest/chrome/test_MozDomFullscreen_event.xul create mode 100644 dom/tests/mochitest/chrome/test_activation.xul create mode 100644 dom/tests/mochitest/chrome/test_bug1224790-1.xul create mode 100644 dom/tests/mochitest/chrome/test_bug1224790-2.xul create mode 100644 dom/tests/mochitest/chrome/test_bug799299.xul create mode 100644 dom/tests/mochitest/chrome/test_bug800817.xul create mode 100644 dom/tests/mochitest/chrome/test_bug830396.xul create mode 100644 dom/tests/mochitest/chrome/test_bug830858.xul create mode 100644 dom/tests/mochitest/chrome/test_callback_wrapping.xul create mode 100644 dom/tests/mochitest/chrome/test_clipboard_events_chrome.html create mode 100644 dom/tests/mochitest/chrome/test_clonewrapper.xul create mode 100644 dom/tests/mochitest/chrome/test_cyclecollector.xul create mode 100644 dom/tests/mochitest/chrome/test_docshell_swap.xul create mode 100644 dom/tests/mochitest/chrome/test_focus.xul create mode 100644 dom/tests/mochitest/chrome/test_focus_docnav.xul create mode 100644 dom/tests/mochitest/chrome/test_focus_switchbinding.xul create mode 100644 dom/tests/mochitest/chrome/test_focused_link_scroll.xul create mode 100644 dom/tests/mochitest/chrome/test_fullscreen.xul create mode 100644 dom/tests/mochitest/chrome/test_geolocation.xul create mode 100644 dom/tests/mochitest/chrome/test_indexedSetter.html create mode 100644 dom/tests/mochitest/chrome/test_moving_nodeList.xul create mode 100644 dom/tests/mochitest/chrome/test_moving_xhr.xul create mode 100644 dom/tests/mochitest/chrome/test_nodesFromRect.html create mode 100644 dom/tests/mochitest/chrome/test_parsingMode.html create mode 100644 dom/tests/mochitest/chrome/test_popup_blocker_chrome.xul create mode 100644 dom/tests/mochitest/chrome/test_queryCaretRect.html create mode 100644 dom/tests/mochitest/chrome/test_resize_move_windows.xul create mode 100644 dom/tests/mochitest/chrome/test_sandbox_bindings.xul create mode 100644 dom/tests/mochitest/chrome/test_sandbox_eventhandler.xul create mode 100644 dom/tests/mochitest/chrome/test_sandbox_image.xul create mode 100644 dom/tests/mochitest/chrome/test_sandbox_postMessage.html create mode 100644 dom/tests/mochitest/chrome/test_selectAtPoint.html create mode 100644 dom/tests/mochitest/chrome/test_sizemode_attribute.xul create mode 100644 dom/tests/mochitest/chrome/test_subscript_bindings.xul create mode 100644 dom/tests/mochitest/chrome/test_xray_event_constructor.xul create mode 100644 dom/tests/mochitest/chrome/window_activation.xul create mode 100644 dom/tests/mochitest/chrome/window_callback_wrapping.xul create mode 100644 dom/tests/mochitest/chrome/window_docshell_swap.xul create mode 100644 dom/tests/mochitest/chrome/window_focus.xul create mode 100644 dom/tests/mochitest/chrome/window_focus_docnav.xul (limited to 'dom/tests/mochitest/chrome') diff --git a/dom/tests/mochitest/chrome/489127.html b/dom/tests/mochitest/chrome/489127.html new file mode 100644 index 000000000..5e20345cf --- /dev/null +++ b/dom/tests/mochitest/chrome/489127.html @@ -0,0 +1,200 @@ + + + + nsIDOMWindowUtils::nodesFromRect test - bug 489127 + + + + + + +

+
+ + +
+ + + + +

+ + +

+ + +

+ + +

+ + +
+ + + +

A / A
A

+ +
text
+ + diff --git a/dom/tests/mochitest/chrome/DOMWindowCreated_chrome.xul b/dom/tests/mochitest/chrome/DOMWindowCreated_chrome.xul new file mode 100644 index 000000000..3faaf8fd5 --- /dev/null +++ b/dom/tests/mochitest/chrome/DOMWindowCreated_chrome.xul @@ -0,0 +1,33 @@ + + + + + + + + + + diff --git a/dom/tests/mochitest/chrome/DOMWindowCreated_content.html b/dom/tests/mochitest/chrome/DOMWindowCreated_content.html new file mode 100644 index 000000000..acb6b0582 --- /dev/null +++ b/dom/tests/mochitest/chrome/DOMWindowCreated_content.html @@ -0,0 +1,9 @@ + + + DOMWindowCreated helper + + + +

DOMWindowCreated Helper

diff --git a/dom/tests/mochitest/chrome/MozDomFullscreen_chrome.xul b/dom/tests/mochitest/chrome/MozDomFullscreen_chrome.xul new file mode 100644 index 000000000..7c36696b9 --- /dev/null +++ b/dom/tests/mochitest/chrome/MozDomFullscreen_chrome.xul @@ -0,0 +1,110 @@ + + + + + + + + + + + + + diff --git a/dom/tests/mochitest/chrome/child_focus_frame.html b/dom/tests/mochitest/chrome/child_focus_frame.html new file mode 100644 index 000000000..d7f0ff63c --- /dev/null +++ b/dom/tests/mochitest/chrome/child_focus_frame.html @@ -0,0 +1,57 @@ + + + + + + +
+ +
+
+ +

+ +

+
+
+ This is a scrollable area with some sufficiently long text contained within it. +
+ + +1 +2 +Link 3 +
+ + + +
+
+ This is a scrollable area with some sufficiently long text contained within it. + This is a scrollable area with some sufficiently long text contained within it. + +
+ + + + Button 5 + + + +
+Options + One + +
+
abc
+ + + +s + + + + diff --git a/dom/tests/mochitest/chrome/chrome.ini b/dom/tests/mochitest/chrome/chrome.ini new file mode 100644 index 000000000..3060bc01e --- /dev/null +++ b/dom/tests/mochitest/chrome/chrome.ini @@ -0,0 +1,90 @@ +[DEFAULT] +skip-if = os == 'android' +support-files = + 489127.html + DOMWindowCreated_chrome.xul + DOMWindowCreated_content.html + MozDomFullscreen_chrome.xul + child_focus_frame.html + file_DOM_element_instanceof.xul + file_MozDomFullscreen.html + file_bug799299.xul + file_bug800817.xul + file_bug830858.xul + file_bug1224790-1_modal.xul + file_bug1224790-1_nonmodal.xul + file_bug1224790-2_modal.xul + file_bug1224790-2_nonmodal.xul + file_subscript_bindings.js + focus_frameset.html + focus_window2.xul + fullscreen.xul + queryCaretRectUnix.html + queryCaretRectWin.html + selectAtPoint.html + sizemode_attribute.xul + window_activation.xul + window_callback_wrapping.xul + window_docshell_swap.xul + window_focus.xul + window_focus_docnav.xul + !/dom/tests/mochitest/general/file_clonewrapper.html + !/dom/tests/mochitest/general/file_moving_nodeList.html + !/dom/tests/mochitest/general/file_moving_xhr.html + !/dom/tests/mochitest/geolocation/network_geolocation.sjs + +[test_DOMWindowCreated.xul] +[test_DOM_element_instanceof.xul] +[test_activation.xul] +tags = fullscreen +[test_bug799299.xul] +[test_bug800817.xul] +[test_bug830396.xul] +[test_bug830858.xul] +[test_bug1224790-1.xul] +tags = openwindow +# synthesizeNativeOSXClick does not work on 10.6 +skip-if = os != 'mac' || os_version == '10.6' +[test_bug1224790-2.xul] +tags = openwindow +# synthesizeNativeOSXClick does not work on 10.6 +skip-if = os != 'mac' || os_version == '10.6' +[test_callback_wrapping.xul] +[test_clonewrapper.xul] +[test_cyclecollector.xul] +[test_docshell_swap.xul] +[test_focus.xul] +skip-if = os == 'linux' && !debug # bug 1296622 +[test_focus_docnav.xul] +[test_focus_switchbinding.xul] +[test_focused_link_scroll.xul] +[test_fullscreen.xul] +tags = fullscreen +# disabled on linux for timeouts--bug-867745 +skip-if = os == 'linux' +[test_geolocation.xul] +[test_indexedSetter.html] +[test_moving_nodeList.xul] +[test_moving_xhr.xul] +[test_MozDomFullscreen_event.xul] +tags = fullscreen +# disabled on OS X for intermittent failures--bug-798848 +skip-if = toolkit == 'cocoa' +[test_nodesFromRect.html] +[test_parsingMode.html] +[test_popup_blocker_chrome.xul] +[test_queryCaretRect.html] +[test_resize_move_windows.xul] +# disabled on linux for timeouts--bug-834716 +skip-if = os == 'linux' +[test_sandbox_bindings.xul] +[test_sandbox_eventhandler.xul] +[test_sandbox_image.xul] +[test_sandbox_postMessage.html] +[test_selectAtPoint.html] +[test_sizemode_attribute.xul] +tags = fullscreen +skip-if = os != 'win' +[test_subscript_bindings.xul] +[test_xray_event_constructor.xul] +[test_clipboard_events_chrome.html] diff --git a/dom/tests/mochitest/chrome/file_DOM_element_instanceof.xul b/dom/tests/mochitest/chrome/file_DOM_element_instanceof.xul new file mode 100644 index 000000000..e4cfd8d30 --- /dev/null +++ b/dom/tests/mochitest/chrome/file_DOM_element_instanceof.xul @@ -0,0 +1,30 @@ + + + + + + + + diff --git a/dom/tests/mochitest/chrome/file_MozDomFullscreen.html b/dom/tests/mochitest/chrome/file_MozDomFullscreen.html new file mode 100644 index 000000000..f95489270 --- /dev/null +++ b/dom/tests/mochitest/chrome/file_MozDomFullscreen.html @@ -0,0 +1,8 @@ + + + + +

Outer doc

+ + + diff --git a/dom/tests/mochitest/chrome/file_bug1224790-1_modal.xul b/dom/tests/mochitest/chrome/file_bug1224790-1_modal.xul new file mode 100644 index 000000000..7a2ad495f --- /dev/null +++ b/dom/tests/mochitest/chrome/file_bug1224790-1_modal.xul @@ -0,0 +1,33 @@ + + + + + + + diff --git a/dom/tests/mochitest/chrome/file_bug1224790-1_nonmodal.xul b/dom/tests/mochitest/chrome/file_bug1224790-1_nonmodal.xul new file mode 100644 index 000000000..e09efc9c0 --- /dev/null +++ b/dom/tests/mochitest/chrome/file_bug1224790-1_nonmodal.xul @@ -0,0 +1,28 @@ + + + + + + + diff --git a/dom/tests/mochitest/chrome/file_bug1224790-2_modal.xul b/dom/tests/mochitest/chrome/file_bug1224790-2_modal.xul new file mode 100644 index 000000000..34f49e3c4 --- /dev/null +++ b/dom/tests/mochitest/chrome/file_bug1224790-2_modal.xul @@ -0,0 +1,35 @@ + + + + + + + diff --git a/dom/tests/mochitest/chrome/file_bug1224790-2_nonmodal.xul b/dom/tests/mochitest/chrome/file_bug1224790-2_nonmodal.xul new file mode 100644 index 000000000..0116dfeb2 --- /dev/null +++ b/dom/tests/mochitest/chrome/file_bug1224790-2_nonmodal.xul @@ -0,0 +1,46 @@ + + + + + + + diff --git a/dom/tests/mochitest/chrome/file_bug799299.xul b/dom/tests/mochitest/chrome/file_bug799299.xul new file mode 100644 index 000000000..2bbb0a23a --- /dev/null +++ b/dom/tests/mochitest/chrome/file_bug799299.xul @@ -0,0 +1,66 @@ + + + + + + + + + + + diff --git a/dom/tests/mochitest/chrome/file_bug800817.xul b/dom/tests/mochitest/chrome/file_bug800817.xul new file mode 100644 index 000000000..87f900074 --- /dev/null +++ b/dom/tests/mochitest/chrome/file_bug800817.xul @@ -0,0 +1,80 @@ + + + + + + + + +
+ +
Lorem ipsum dolor sit amet, at duo debet graeci, vivendum vulputate per ut. Ne labore incorrupte vix. Cu copiosae postulant tincidunt ius, in illud appetere contentiones eos.
+ +
+ +t + + + diff --git a/dom/tests/mochitest/chrome/sizemode_attribute.xul b/dom/tests/mochitest/chrome/sizemode_attribute.xul new file mode 100644 index 000000000..bb65c04bb --- /dev/null +++ b/dom/tests/mochitest/chrome/sizemode_attribute.xul @@ -0,0 +1,87 @@ + + + + + + + + + + + + diff --git a/dom/tests/mochitest/chrome/test_DOMWindowCreated.xul b/dom/tests/mochitest/chrome/test_DOMWindowCreated.xul new file mode 100644 index 000000000..2b74cde11 --- /dev/null +++ b/dom/tests/mochitest/chrome/test_DOMWindowCreated.xul @@ -0,0 +1,29 @@ + + + + + + + + + +

+

+ +
+
+ + + + +
diff --git a/dom/tests/mochitest/chrome/test_DOM_element_instanceof.xul b/dom/tests/mochitest/chrome/test_DOM_element_instanceof.xul new file mode 100644 index 000000000..220220420 --- /dev/null +++ b/dom/tests/mochitest/chrome/test_DOM_element_instanceof.xul @@ -0,0 +1,34 @@ + + + + + + + diff --git a/dom/tests/mochitest/chrome/test_MozDomFullscreen_event.xul b/dom/tests/mochitest/chrome/test_MozDomFullscreen_event.xul new file mode 100644 index 000000000..3ece38553 --- /dev/null +++ b/dom/tests/mochitest/chrome/test_MozDomFullscreen_event.xul @@ -0,0 +1,56 @@ + + + + + + + + + + + + + diff --git a/dom/tests/mochitest/chrome/test_activation.xul b/dom/tests/mochitest/chrome/test_activation.xul new file mode 100644 index 000000000..ff1809036 --- /dev/null +++ b/dom/tests/mochitest/chrome/test_activation.xul @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + diff --git a/dom/tests/mochitest/chrome/test_bug1224790-1.xul b/dom/tests/mochitest/chrome/test_bug1224790-1.xul new file mode 100644 index 000000000..6c14d7c08 --- /dev/null +++ b/dom/tests/mochitest/chrome/test_bug1224790-1.xul @@ -0,0 +1,71 @@ + + + + + + + + + + Mozilla Bug 1224790 + +