Skip to content
Snippets Groups Projects
Commit 11f38961 authored by David Bolter's avatar David Bolter
Browse files

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

parent c6559e76
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment