mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 510128 - ERROR TEST-UNEXPECTED-FAIL | chrome://mochikit/content/a11y/accessible/test_events_caretmove.html | Wrong caret offset. r=MarcoZ
This commit is contained in:
parent
93d857ad71
commit
e17fdbe11f
@ -167,10 +167,13 @@
|
||||
|
||||
function doTests()
|
||||
{
|
||||
// test no focused accessibles
|
||||
testCaretOffset("textbox", -1);
|
||||
testCaretOffset("textarea", -1);
|
||||
testCaretOffset("p", -1);
|
||||
// XXX Bug 510128
|
||||
if (!MAC) {
|
||||
// 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);
|
||||
|
Loading…
Reference in New Issue
Block a user