[Webkit-unassigned] [Bug 72811] [Gtk] No accessible caret-moved events found in certain content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 20 17:40:58 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=72811





--- Comment #12 from Joanmarie Diggs <jdiggs at igalia.com>  2012-08-20 17:41:34 PST ---
Well, I went ahead and set up a development environment on my Mac. Here are the mac results for the same test. Ignoring the rolename diffs, the hierarchy and child count looks the same.

Chris: Please let me know if the child count is what you expect (i.e. it's a platform bug) or not what you expect (it is a WebCore bug).

Thanks!

=====================
@@ -16,20 +16,20 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


-PASS element.role is 'AXRole: heading'
-PASS element.childrenCount is 0
-PASS element.role is 'AXRole: heading'
+FAIL element.role should be AXRole: heading. Was AXRole: AXHeading.
+FAIL element.childrenCount should be 0. Was 3.
+FAIL element.role should be AXRole: heading. Was AXRole: AXHeading.
 PASS element.childrenCount is 1
-PASS link.role is 'AXRole: link'
-PASS link.childrenCount is 0
-PASS element.role is 'AXRole: list'
+FAIL link.role should be AXRole: link. Was AXRole: AXLink.
+FAIL link.childrenCount should be 0. Was 3.
+FAIL element.role should be AXRole: list. Was AXRole: AXList.
 PASS element.childrenCount is 2
-PASS item.role is 'AXRole: list item'
-PASS item.childrenCount is 0
-PASS item.role is 'AXRole: list item'
+FAIL item.role should be AXRole: list item. Was AXRole: AXGroup.
+FAIL item.childrenCount should be 0. Was 3.
+FAIL item.role should be AXRole: list item. Was AXRole: AXGroup.
 PASS item.childrenCount is 1
-PASS link.role is 'AXRole: link'
-PASS link.childrenCount is 0
+FAIL link.role should be AXRole: link. Was AXRole: AXLink.
+FAIL link.childrenCount should be 0. Was 3.
 PASS successfullyParsed is true

 TEST COMPLETE

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list