Bug 1409580 - Skip test_transformed_scrolling_repaints_2.html in headless mode on MacOS. r?jrmuizel draft
authorBrendan Dahl <brendan.dahl@gmail.com>
Thu, 02 Nov 2017 17:10:47 -0700
changeset 699283 cae176dc316146aeb9992629acf34d753cf219eb
parent 699282 db6c87b101ff4f3e4c37529ccf12c3ef676def8d
child 740587 a247be2ba254731f100fccb2df6e8b7322e97e57
push id89521
push userbmo:bdahl@mozilla.com
push dateThu, 16 Nov 2017 23:49:56 +0000
reviewersjrmuizel
bugs1409580
milestone59.0a1
Bug 1409580 - Skip test_transformed_scrolling_repaints_2.html in headless mode on MacOS. r?jrmuizel MozReview-Commit-ID: EzaRkMKWjUE
layout/base/tests/mochitest.ini
--- a/layout/base/tests/mochitest.ini
+++ b/layout/base/tests/mochitest.ini
@@ -336,14 +336,15 @@ support-files =
   scroll_selection_into_view_window.html
   scroll_selection_into_view_window_frame.html
 [test_scroll_snapping.html]
 skip-if = toolkit == 'android' # Bug 1355851
 [test_scroll_snapping_scrollbars.html]
 skip-if = toolkit == 'android' || os == 'win' # Bug 1355851, bug 1381932, Bug 1379810
 [test_transformed_scrolling_repaints.html]
 [test_transformed_scrolling_repaints_2.html]
+skip-if = (headless && os == 'mac') # Headless Bug 1414103
 [test_transformed_scrolling_repaints_3.html]
 support-files =
   transformed_scrolling_repaints_3_window.html
   transformed_scrolling_repaints_3_window_frame.html
 
 # *** Please maintain alphabetical ordering when adding new tests ***