mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 782546 - make the todo_is() on linux32 a todo(false) since it's only consistent about being either true or false
--HG-- extra : rebase_source : 571e795503f90a4613ad448a6cb9e63dfff64126
This commit is contained in:
parent
5bef0f187f
commit
cf559dd6e1
@ -37,7 +37,7 @@ function startTest() {
|
||||
waitForAllPaintsFlushed(function () {
|
||||
var painted = utils.checkAndClearPaintedState(e);
|
||||
if (isLinux && !is64) {
|
||||
todo_is(painted, false, "Fully-visible scrolled element should not have been painted (disabled on Linux-32)");
|
||||
todo(false, "Fully-visible scrolled element should not have been painted (random on Linux-32)");
|
||||
} else {
|
||||
is(painted, false, "Fully-visible scrolled element should not have been painted");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user