mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 835338 - Part 2: Reenable test_scroll.xul on Mac. r=tbsaunde
This commit is contained in:
parent
ec7a1024d3
commit
21d93e93e1
@ -106,12 +106,8 @@
|
||||
gQueue.invoke(); // Will call SimpleTest.finish();
|
||||
}
|
||||
|
||||
if (!MAC) {
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
openBrowserWindow(doTest);
|
||||
} else {
|
||||
todo(false, "Re-enable on Mac after fixing bug 835338");
|
||||
}
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
openBrowserWindow(doTest);
|
||||
]]>
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user