Backed out changeset dec7ac293e74 (bug 782546) for breaking the test it was trying to annotate.

This commit is contained in:
Ryan VanderMeulen 2013-09-24 13:45:59 -04:00
parent d5e3fb3fd2
commit c360efc6c3

View File

@ -53,11 +53,7 @@ function startTest() {
function nextIteration() {
var painted = utils.checkAndClearPaintedState(e);
if (isLinux && is64) {
todo(false, "Fully-visible scrolled element should not have been painted (random on Linux-64)");
} else {
is(painted, false, "Fully-visible scrolled element should not have been painted");
}
if (++iterations == 10) {
SpecialPowers.clearUserPref(smoothScrollPref);
SimpleTest.finish();