Bug 140797

Summary: [Win] Missing 'role' element on certain objects
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   

Description Brent Fulgham 2015-01-22 16:07:19 PST
The layout test 'accessibility/aria-checked-mixed-value.html' fails on Windows due to a missing 'role' property.

--- /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/accessibility/aria-checked-mixed-value-expected.txt
+++ /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/accessibility/aria-checked-mixed-value-actual.txt
@@ -1,33 +1,10 @@
+CONSOLE MESSAGE: line 29: TypeError: undefined is not an object (evaluating 'element.role')
 Tests whether mixed values are reported properly.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-Role: AXRole: AXRadioButton
-Mixed: false
-
-
-Role: AXRole: AXMenuItem
-Mixed: false
-
-
-Role: AXRole: AXCheckBox
-Mixed: true
-
-
-Role: AXRole: AXMenuItem
-Mixed: true
-
-
-Role: AXRole: AXCheckBox
-Mixed: true
-
-
-Role: AXRole: AXCheckBox
-Mixed: false
-
-
-PASS successfullyParsed is true
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
 
 TEST COMPLETE
Comment 1 Radar WebKit Bug Importer 2015-01-22 16:07:43 PST
<rdar://problem/19571512>
Comment 2 Brent Fulgham 2015-01-23 09:22:07 PST
This is a duplicate of Bug 140797.

*** This bug has been marked as a duplicate of bug 140798 ***