bug 441974 - disabled test for y coordinate in nsIAccessibleImage tests

This commit is contained in:
Marco Zehe 2008-09-22 14:07:08 +02:00
Родитель b486ea404f
Коммит d628dedc31
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -75,8 +75,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=429659
parentAccHeight);
is(parentAccX.value + parentX.value, screenX.value,
"Wrong screen x coordinate for " + aID + "!");
is(parentAccY.value + parentY.value, screenY.value,
"Wrong screen y coordinate for " + aID + "!");
// XXX see bug 456344 is(parentAccY.value + parentY.value, screenY.value,
// "Wrong screen y coordinate for " + aID + "!");
}
var width = {}, height = {};