Disable orange caret offset tests (b=510128). r=MarcoZ

This commit is contained in:
David Bolter 2009-09-23 12:21:38 -04:00
parent 64a1193a12
commit 1896918c1a

View File

@ -167,13 +167,11 @@
function doTests()
{
// XXX Bug 510128
if (!MAC) {
// test no focused accessibles
testCaretOffset("textbox", -1);
testCaretOffset("textarea", -1);
testCaretOffset("p", -1);
}
todo(false, "enable commented tests Bug 510128 is fixed");
// test no focused accessibles
//testCaretOffset("textbox", -1);
//testCaretOffset("textarea", -1);
testCaretOffset("p", -1);
// test caret move events and caret offsets
gQueue = new eventQueue(nsIAccessibleEvent.EVENT_TEXT_CARET_MOVED);