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 --- layout/base/tests/chrome/animated.gif | Bin 0 -> 527 bytes layout/base/tests/chrome/blue-32x32.png | Bin 0 -> 110 bytes layout/base/tests/chrome/bug1041200_window.html | 45 ++++ layout/base/tests/chrome/bug495648.rdf | 214 ++++++++++++++++ layout/base/tests/chrome/bug551434_childframe.html | 4 + layout/base/tests/chrome/chrome.ini | 49 ++++ .../chrome/chrome_content_integration_window.xul | 45 ++++ .../tests/chrome/chrome_over_plugin_window.xul | 62 +++++ .../tests/chrome/default_background_window.xul | 60 +++++ .../chrome/dialog_with_positioning_window.xul | 30 +++ layout/base/tests/chrome/file_bug1018265.xul | 51 ++++ .../base/tests/chrome/no_clip_iframe_subdoc.html | 7 + layout/base/tests/chrome/no_clip_iframe_window.xul | 96 ++++++++ .../tests/chrome/printpreview_bug396024_helper.xul | 123 +++++++++ .../tests/chrome/printpreview_bug482976_helper.xul | 82 ++++++ layout/base/tests/chrome/printpreview_helper.xul | 274 +++++++++++++++++++++ layout/base/tests/chrome/test_bug1018265.xul | 38 +++ layout/base/tests/chrome/test_bug1041200.xul | 23 ++ layout/base/tests/chrome/test_bug396367-1.html | 49 ++++ layout/base/tests/chrome/test_bug396367-2.html | 56 +++++ layout/base/tests/chrome/test_bug420499.xul | 129 ++++++++++ layout/base/tests/chrome/test_bug458898.html | 39 +++ layout/base/tests/chrome/test_bug495648.xul | 46 ++++ layout/base/tests/chrome/test_bug504311.xul | 35 +++ layout/base/tests/chrome/test_bug514660.xul | 40 +++ layout/base/tests/chrome/test_bug533845.xul | 44 ++++ layout/base/tests/chrome/test_bug551434.html | 97 ++++++++ layout/base/tests/chrome/test_bug708062.html | 47 ++++ layout/base/tests/chrome/test_bug812817.xul | 38 +++ .../tests/chrome/test_bug847890_paintFlashing.html | 31 +++ .../chrome/test_chrome_content_integration.xul | 26 ++ .../base/tests/chrome/test_chrome_over_plugin.xul | 24 ++ .../base/tests/chrome/test_default_background.xul | 23 ++ .../tests/chrome/test_dialog_with_positioning.html | 20 ++ .../chrome/test_fixed_bg_scrolling_repaints.html | 41 +++ .../test_leaf_layers_partition_browser_window.xul | 114 +++++++++ layout/base/tests/chrome/test_no_clip_iframe.xul | 23 ++ .../tests/chrome/test_prerendered_transforms.html | 47 ++++ layout/base/tests/chrome/test_printpreview.xul | 16 ++ .../tests/chrome/test_printpreview_bug396024.xul | 22 ++ .../tests/chrome/test_printpreview_bug482976.xul | 22 ++ .../base/tests/chrome/test_scrolling_repaints.html | 49 ++++ layout/base/tests/chrome/test_will_change.html | 99 ++++++++ 43 files changed, 2380 insertions(+) create mode 100644 layout/base/tests/chrome/animated.gif create mode 100644 layout/base/tests/chrome/blue-32x32.png create mode 100644 layout/base/tests/chrome/bug1041200_window.html create mode 100644 layout/base/tests/chrome/bug495648.rdf create mode 100644 layout/base/tests/chrome/bug551434_childframe.html create mode 100644 layout/base/tests/chrome/chrome.ini create mode 100644 layout/base/tests/chrome/chrome_content_integration_window.xul create mode 100644 layout/base/tests/chrome/chrome_over_plugin_window.xul create mode 100644 layout/base/tests/chrome/default_background_window.xul create mode 100644 layout/base/tests/chrome/dialog_with_positioning_window.xul create mode 100644 layout/base/tests/chrome/file_bug1018265.xul create mode 100644 layout/base/tests/chrome/no_clip_iframe_subdoc.html create mode 100644 layout/base/tests/chrome/no_clip_iframe_window.xul create mode 100644 layout/base/tests/chrome/printpreview_bug396024_helper.xul create mode 100644 layout/base/tests/chrome/printpreview_bug482976_helper.xul create mode 100644 layout/base/tests/chrome/printpreview_helper.xul create mode 100644 layout/base/tests/chrome/test_bug1018265.xul create mode 100644 layout/base/tests/chrome/test_bug1041200.xul create mode 100644 layout/base/tests/chrome/test_bug396367-1.html create mode 100644 layout/base/tests/chrome/test_bug396367-2.html create mode 100644 layout/base/tests/chrome/test_bug420499.xul create mode 100644 layout/base/tests/chrome/test_bug458898.html create mode 100644 layout/base/tests/chrome/test_bug495648.xul create mode 100644 layout/base/tests/chrome/test_bug504311.xul create mode 100644 layout/base/tests/chrome/test_bug514660.xul create mode 100644 layout/base/tests/chrome/test_bug533845.xul create mode 100644 layout/base/tests/chrome/test_bug551434.html create mode 100644 layout/base/tests/chrome/test_bug708062.html create mode 100644 layout/base/tests/chrome/test_bug812817.xul create mode 100644 layout/base/tests/chrome/test_bug847890_paintFlashing.html create mode 100644 layout/base/tests/chrome/test_chrome_content_integration.xul create mode 100644 layout/base/tests/chrome/test_chrome_over_plugin.xul create mode 100644 layout/base/tests/chrome/test_default_background.xul create mode 100644 layout/base/tests/chrome/test_dialog_with_positioning.html create mode 100644 layout/base/tests/chrome/test_fixed_bg_scrolling_repaints.html create mode 100644 layout/base/tests/chrome/test_leaf_layers_partition_browser_window.xul create mode 100644 layout/base/tests/chrome/test_no_clip_iframe.xul create mode 100644 layout/base/tests/chrome/test_prerendered_transforms.html create mode 100644 layout/base/tests/chrome/test_printpreview.xul create mode 100644 layout/base/tests/chrome/test_printpreview_bug396024.xul create mode 100644 layout/base/tests/chrome/test_printpreview_bug482976.xul create mode 100644 layout/base/tests/chrome/test_scrolling_repaints.html create mode 100644 layout/base/tests/chrome/test_will_change.html (limited to 'layout/base/tests/chrome') diff --git a/layout/base/tests/chrome/animated.gif b/layout/base/tests/chrome/animated.gif new file mode 100644 index 000000000..b2895487b Binary files /dev/null and b/layout/base/tests/chrome/animated.gif differ diff --git a/layout/base/tests/chrome/blue-32x32.png b/layout/base/tests/chrome/blue-32x32.png new file mode 100644 index 000000000..deefd19b2 Binary files /dev/null and b/layout/base/tests/chrome/blue-32x32.png differ diff --git a/layout/base/tests/chrome/bug1041200_window.html b/layout/base/tests/chrome/bug1041200_window.html new file mode 100644 index 000000000..e098e1d92 --- /dev/null +++ b/layout/base/tests/chrome/bug1041200_window.html @@ -0,0 +1,45 @@ + + + + Test for Bug 1041200 + + + + + + + + diff --git a/layout/base/tests/chrome/bug495648.rdf b/layout/base/tests/chrome/bug495648.rdf new file mode 100644 index 000000000..b7045aa70 --- /dev/null +++ b/layout/base/tests/chrome/bug495648.rdf @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/layout/base/tests/chrome/bug551434_childframe.html b/layout/base/tests/chrome/bug551434_childframe.html new file mode 100644 index 000000000..3d7bd6c13 --- /dev/null +++ b/layout/base/tests/chrome/bug551434_childframe.html @@ -0,0 +1,4 @@ + + diff --git a/layout/base/tests/chrome/chrome.ini b/layout/base/tests/chrome/chrome.ini new file mode 100644 index 000000000..2f6ca0ba8 --- /dev/null +++ b/layout/base/tests/chrome/chrome.ini @@ -0,0 +1,49 @@ +[DEFAULT] +skip-if = os == 'android' +support-files = + animated.gif + blue-32x32.png + bug495648.rdf + bug551434_childframe.html + chrome_content_integration_window.xul + chrome_over_plugin_window.xul + default_background_window.xul + dialog_with_positioning_window.xul + no_clip_iframe_subdoc.html + no_clip_iframe_window.xul + printpreview_bug396024_helper.xul + printpreview_bug482976_helper.xul + printpreview_helper.xul + file_bug1018265.xul + +[test_bug396367-1.html] +[test_bug396367-2.html] +[test_bug420499.xul] +[test_bug458898.html] +[test_bug495648.xul] +[test_bug504311.xul] +[test_bug514660.xul] +[test_bug533845.xul] +[test_bug551434.html] +[test_bug708062.html] +[test_bug812817.xul] +[test_bug847890_paintFlashing.html] +[test_bug1018265.xul] +[test_bug1041200.xul] +support-files=bug1041200_window.html +[test_chrome_content_integration.xul] +[test_chrome_over_plugin.xul] +[test_default_background.xul] +[test_dialog_with_positioning.html] +tags = openwindow +[test_fixed_bg_scrolling_repaints.html] +[test_leaf_layers_partition_browser_window.xul] +skip-if = (!debug) || (toolkit == "cocoa") || (os == "linux") # Disabled on Mac and Linux because of Bug 992311 +[test_no_clip_iframe.xul] +[test_prerendered_transforms.html] +[test_printpreview.xul] +skip-if = os == "linux" && bits == 32 # Disabled on Linux32 for bug 1278957 +[test_printpreview_bug396024.xul] +[test_printpreview_bug482976.xul] +[test_scrolling_repaints.html] +[test_will_change.html] diff --git a/layout/base/tests/chrome/chrome_content_integration_window.xul b/layout/base/tests/chrome/chrome_content_integration_window.xul new file mode 100644 index 000000000..23cd21e6e --- /dev/null +++ b/layout/base/tests/chrome/chrome_content_integration_window.xul @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + diff --git a/layout/base/tests/chrome/printpreview_bug482976_helper.xul b/layout/base/tests/chrome/printpreview_bug482976_helper.xul new file mode 100644 index 000000000..34c2d658e --- /dev/null +++ b/layout/base/tests/chrome/printpreview_bug482976_helper.xul @@ -0,0 +1,82 @@ + + + + + + + + + diff --git a/layout/base/tests/chrome/printpreview_helper.xul b/layout/base/tests/chrome/printpreview_helper.xul new file mode 100644 index 000000000..96d835b9a --- /dev/null +++ b/layout/base/tests/chrome/printpreview_helper.xul @@ -0,0 +1,274 @@ + + + + + + + + + + + + +
Print preview canvas 1Print preview canvas 2
+
diff --git a/layout/base/tests/chrome/test_bug1018265.xul b/layout/base/tests/chrome/test_bug1018265.xul new file mode 100644 index 000000000..5787be72c --- /dev/null +++ b/layout/base/tests/chrome/test_bug1018265.xul @@ -0,0 +1,38 @@ + + + + + + + + + + Mozilla Bug 1018265 + + diff --git a/layout/base/tests/chrome/test_bug1041200.xul b/layout/base/tests/chrome/test_bug1041200.xul new file mode 100644 index 000000000..e85349697 --- /dev/null +++ b/layout/base/tests/chrome/test_bug1041200.xul @@ -0,0 +1,23 @@ + + + + + + + + + + + + + diff --git a/layout/base/tests/chrome/test_bug396367-1.html b/layout/base/tests/chrome/test_bug396367-1.html new file mode 100644 index 000000000..bf24161ca --- /dev/null +++ b/layout/base/tests/chrome/test_bug396367-1.html @@ -0,0 +1,49 @@ + + + + + Test for Bug 396367 + + + + + + +Mozilla Bug 396367 +

+ +
+
+
+
+
+
+
+
+ + diff --git a/layout/base/tests/chrome/test_bug396367-2.html b/layout/base/tests/chrome/test_bug396367-2.html new file mode 100644 index 000000000..94f218a0d --- /dev/null +++ b/layout/base/tests/chrome/test_bug396367-2.html @@ -0,0 +1,56 @@ + + + + + Test for Bug 396367 + + + + + + + +Mozilla Bug 396367 +

+ +
+
+
+ + + +
  • + + +
  • +
    + + +
    + + diff --git a/layout/base/tests/chrome/test_bug420499.xul b/layout/base/tests/chrome/test_bug420499.xul new file mode 100644 index 000000000..fb20c417a --- /dev/null +++ b/layout/base/tests/chrome/test_bug420499.xul @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Paragraph 1

    +

    Paragraph 2

    +

    Paragraph 3

    +

    Paragraph 4

    +

    Paragraph 5

    + +
    + + Mozilla Bug 420499 + + + + +
    diff --git a/layout/base/tests/chrome/test_bug458898.html b/layout/base/tests/chrome/test_bug458898.html new file mode 100644 index 000000000..90261b4ce --- /dev/null +++ b/layout/base/tests/chrome/test_bug458898.html @@ -0,0 +1,39 @@ + + + + + Test for Bug 458898 + + + + + +Mozilla Bug 458898 +

    + +
    +
    +
    + + diff --git a/layout/base/tests/chrome/test_bug495648.xul b/layout/base/tests/chrome/test_bug495648.xul new file mode 100644 index 000000000..186417a0d --- /dev/null +++ b/layout/base/tests/chrome/test_bug495648.xul @@ -0,0 +1,46 @@ + + + + + + + + + + diff --git a/layout/base/tests/chrome/test_bug504311.xul b/layout/base/tests/chrome/test_bug504311.xul new file mode 100644 index 000000000..1b640fdd8 --- /dev/null +++ b/layout/base/tests/chrome/test_bug504311.xul @@ -0,0 +1,35 @@ + + + + + + + +Mozilla Bug 504311 + + + + + diff --git a/layout/base/tests/chrome/test_bug514660.xul b/layout/base/tests/chrome/test_bug514660.xul new file mode 100644 index 000000000..e7c504bcf --- /dev/null +++ b/layout/base/tests/chrome/test_bug514660.xul @@ -0,0 +1,40 @@ + + + + + + + +Mozilla Bug 514660 + + + + + diff --git a/layout/base/tests/chrome/test_bug533845.xul b/layout/base/tests/chrome/test_bug533845.xul new file mode 100644 index 000000000..2cee7af05 --- /dev/null +++ b/layout/base/tests/chrome/test_bug533845.xul @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + diff --git a/layout/base/tests/chrome/test_bug708062.html b/layout/base/tests/chrome/test_bug708062.html new file mode 100644 index 000000000..dcf4481ea --- /dev/null +++ b/layout/base/tests/chrome/test_bug708062.html @@ -0,0 +1,47 @@ + + + + + Test for Bug 708062 + + + + + +Mozilla Bug 708062 +

    + + +
    +
    +
    +
    + + diff --git a/layout/base/tests/chrome/test_bug812817.xul b/layout/base/tests/chrome/test_bug812817.xul new file mode 100644 index 000000000..d9e1d59ed --- /dev/null +++ b/layout/base/tests/chrome/test_bug812817.xul @@ -0,0 +1,38 @@ + + + + + + + + + +Mozilla Bug 812817 + + + + diff --git a/layout/base/tests/chrome/test_bug847890_paintFlashing.html b/layout/base/tests/chrome/test_bug847890_paintFlashing.html new file mode 100644 index 000000000..9653e48d9 --- /dev/null +++ b/layout/base/tests/chrome/test_bug847890_paintFlashing.html @@ -0,0 +1,31 @@ + + + + Tests for paint flashing + + + + + + + +foo + diff --git a/layout/base/tests/chrome/test_chrome_content_integration.xul b/layout/base/tests/chrome/test_chrome_content_integration.xul new file mode 100644 index 000000000..94878447a --- /dev/null +++ b/layout/base/tests/chrome/test_chrome_content_integration.xul @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + diff --git a/layout/base/tests/chrome/test_chrome_over_plugin.xul b/layout/base/tests/chrome/test_chrome_over_plugin.xul new file mode 100644 index 000000000..9d352bdfa --- /dev/null +++ b/layout/base/tests/chrome/test_chrome_over_plugin.xul @@ -0,0 +1,24 @@ + + + + + + + + + + + + + diff --git a/layout/base/tests/chrome/test_default_background.xul b/layout/base/tests/chrome/test_default_background.xul new file mode 100644 index 000000000..e278e58b6 --- /dev/null +++ b/layout/base/tests/chrome/test_default_background.xul @@ -0,0 +1,23 @@ + + + + + + + + + + + + + diff --git a/layout/base/tests/chrome/test_dialog_with_positioning.html b/layout/base/tests/chrome/test_dialog_with_positioning.html new file mode 100644 index 000000000..048197a42 --- /dev/null +++ b/layout/base/tests/chrome/test_dialog_with_positioning.html @@ -0,0 +1,20 @@ + + + + Test positioning of fixed-pos/abs-pos elements in a XUL dialog + + + + + +
    +
    +
    + + diff --git a/layout/base/tests/chrome/test_fixed_bg_scrolling_repaints.html b/layout/base/tests/chrome/test_fixed_bg_scrolling_repaints.html new file mode 100644 index 000000000..0cd9b9abb --- /dev/null +++ b/layout/base/tests/chrome/test_fixed_bg_scrolling_repaints.html @@ -0,0 +1,41 @@ + + + + Test that we don't get unnecessary repaints with fixed backgrounds + + + + + + +
    + +
    +
    +
    + + diff --git a/layout/base/tests/chrome/test_leaf_layers_partition_browser_window.xul b/layout/base/tests/chrome/test_leaf_layers_partition_browser_window.xul new file mode 100644 index 000000000..c3cce54e5 --- /dev/null +++ b/layout/base/tests/chrome/test_leaf_layers_partition_browser_window.xul @@ -0,0 +1,114 @@ + + + + + + + + + + + + + diff --git a/layout/base/tests/chrome/test_no_clip_iframe.xul b/layout/base/tests/chrome/test_no_clip_iframe.xul new file mode 100644 index 000000000..b8e74d8ea --- /dev/null +++ b/layout/base/tests/chrome/test_no_clip_iframe.xul @@ -0,0 +1,23 @@ + + + + + + + + + + + + + diff --git a/layout/base/tests/chrome/test_prerendered_transforms.html b/layout/base/tests/chrome/test_prerendered_transforms.html new file mode 100644 index 000000000..86893303a --- /dev/null +++ b/layout/base/tests/chrome/test_prerendered_transforms.html @@ -0,0 +1,47 @@ + + + + Test that active transformed elements coming into view are prerendered so we don't have to redraw constantly + + + + + +
    +
    +
    Hello
    +
    Kitty
    +
    +
    +
    +
    +
    + + diff --git a/layout/base/tests/chrome/test_printpreview.xul b/layout/base/tests/chrome/test_printpreview.xul new file mode 100644 index 000000000..6a63791f2 --- /dev/null +++ b/layout/base/tests/chrome/test_printpreview.xul @@ -0,0 +1,16 @@ + + + + + + + + + + diff --git a/layout/base/tests/chrome/test_printpreview_bug396024.xul b/layout/base/tests/chrome/test_printpreview_bug396024.xul new file mode 100644 index 000000000..eb086d35a --- /dev/null +++ b/layout/base/tests/chrome/test_printpreview_bug396024.xul @@ -0,0 +1,22 @@ + + + + + + + +Mozilla Bug 396024 + + + + diff --git a/layout/base/tests/chrome/test_printpreview_bug482976.xul b/layout/base/tests/chrome/test_printpreview_bug482976.xul new file mode 100644 index 000000000..52918d5ba --- /dev/null +++ b/layout/base/tests/chrome/test_printpreview_bug482976.xul @@ -0,0 +1,22 @@ + + + + + + + +Mozilla Bug 482976 + + + + diff --git a/layout/base/tests/chrome/test_scrolling_repaints.html b/layout/base/tests/chrome/test_scrolling_repaints.html new file mode 100644 index 000000000..ff62aa5db --- /dev/null +++ b/layout/base/tests/chrome/test_scrolling_repaints.html @@ -0,0 +1,49 @@ + + + + Test that we don't get unnecessary repaints due to subpixel shifts + + + + + + +
    +
    +
    +
    +
    +
    +
    +
    + + diff --git a/layout/base/tests/chrome/test_will_change.html b/layout/base/tests/chrome/test_will_change.html new file mode 100644 index 000000000..fb8122b0b --- /dev/null +++ b/layout/base/tests/chrome/test_will_change.html @@ -0,0 +1,99 @@ + + + + Tests for MozAfterPaint + + + + + +
    + Check repaint without will-change +
    +
    + Check repaint with will-change +
    +
    + Check repaint with will-change +
    + + + -- cgit v1.2.3