Commit 69958d50 authored by Emilio Cobos Álvarez's avatar Emilio Cobos Álvarez
Browse files

Bug 1687877 - Skip test_bug159346.xhtml if the theme doesn't support scrollbar buttons. r=spohl

parent b33ce66d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -26,6 +26,11 @@ function init()
{
  downButton = SpecialPowers.unwrap(
    SpecialPowers.InspectorUtils.getChildrenForNode(scrollbar, true)[4]);
  if (!downButton) {
    ok(navigator.userAgent.indexOf("Linux") !== -1, "Theme doesn't support scrollbar buttons");
    SimpleTest.finish();
    return;
  }
  SimpleTest.executeSoon(doTest1);
}