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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 19 23:39:56 PDT 2012


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





--- Comment #10 from Joanmarie Diggs <jdiggs at igalia.com>  2012-08-19 23:40:32 PST ---
Created an attachment (id=159342)
 --> (https://bugs.webkit.org/attachment.cgi?id=159342&action=review)
Just the layout only test

(In reply to comment #7)

> The logic change here appears to be to cause <spans> and anonymous render blocks to be ignored, but doesn't WebCore do that already?

The attached patch is just the original (new) layout test. I applied it to WebKit from master and ran it. What I get in the WebKitGtk port is below.

Chris: If you could do what I did and run just the new layout test, but on the Mac port, and tell me what you get and if that jives with what you would expect, that would be quite helpful. Thanks in advance!

--- /home/jd/checkout/WebKit/WebKitBuild/Release/layout-test-results/platform/gtk/accessibility/spans-expected.txt
+++ /home/jd/checkout/WebKit/WebKitBuild/Release/layout-test-results/platform/gtk/accessibility/spans-actual.txt
@@ -17,19 +17,19 @@


 PASS element.role is 'AXRole: heading'
-PASS element.childrenCount is 0
+FAIL element.childrenCount should be 0. Was 3.
 PASS element.role is 'AXRole: heading'
 PASS element.childrenCount is 1
 PASS link.role is 'AXRole: link'
-PASS link.childrenCount is 0
+FAIL link.childrenCount should be 0. Was 2.
 PASS element.role is 'AXRole: list'
 PASS element.childrenCount is 2
 PASS item.role is 'AXRole: list item'
-PASS item.childrenCount is 0
+FAIL item.childrenCount should be 0. Was 3.
 PASS item.role is 'AXRole: list item'
 PASS item.childrenCount is 1
 PASS link.role is 'AXRole: link'
-PASS link.childrenCount is 0
+FAIL link.childrenCount should be 0. Was 2.
 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