Skip to content

Commit

Permalink
Only fail the atom scrolling test on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 12, 2016
1 parent 4e39c29 commit 4a97364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/atoms/test/scrolling_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
expectedFailures.expectFailureFor(
goog.labs.userAgent.device.isMobile() || goog.labs.userAgent.device.isTablet() ||
(goog.userAgent.IE && !goog.userAgent.isVersion(7)) ||
goog.userAgent.product.CHROME);
(goog.userAgent.product.CHROME && goog.userAgent.MAC));

expectedFailures.run(function() {
assertTrue('Horizontal scroll did not account for scrollbar. ' +
Expand Down

0 comments on commit 4a97364

Please sign in to comment.