Bug 140797 - [Win] Missing 'role' element on certain objects
Summary: [Win] Missing 'role' element on certain objects
Status: RESOLVED DUPLICATE of bug 140798
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-01-22 16:07 PST by Brent Fulgham
Modified: 2015-01-23 09:22 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***