Open Bug 650294 Opened 12 years ago Updated 3 years ago

accessible/events/test_caretmove.xul fails on OSX

Categories

(Core :: Disability Access APIs, defect)

x86
macOS
defect

Tracking

()

People

(Reporter: davidb, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file, 1 obsolete file)

      No description provided.
Comment on attachment 526347 [details] [diff] [review]
bypass tests (this bug and 650366)


>     function doTests()
>     {
>+
>+      // bug 650294
>+      if (MAC) { SimpleTest.finish(); return; }

todo

>-      testAccessibleTree("menulist", accTree);
>+      // XXX Bug 650294
>+      if (!MAC) {
>+        testAccessibleTree("menulist", accTree);
>+      }

todo
Attached patch v2 (test bypass)Splinter Review
(In reply to comment #2)

Yep ok.
Attachment #526347 - Attachment is obsolete: true
 we reset the accessibility branch this got  blown away, so I relanded it as 
https://hg.mozilla.org/projects/accessibility/rev/e2342ae9b94d

(ccing hub in the hope he might be interested in debugging this)
Assignee: nobody → hub
Assignee: hub → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.