Bug 140797
| Summary: | [Win] Missing 'role' element on certain objects | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | All | ||
Brent Fulgham
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/19571512>
Brent Fulgham
This is a duplicate of Bug 140797.
*** This bug has been marked as a duplicate of bug 140798 ***