Bug 87909
Summary: | [Win] 8 accessibility tests failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jessie Berlin <jberlin> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | adele, cfleizach, jberlin, jhoneycutt, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar, LayoutTestFailure, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Windows 7 |
Jessie Berlin
accessibility/deleting-iframe-destroys-axcache.html
accessibility/disabled-controls-not-focusable.html
accessibility/img-alt-tag-only-whitespace.html
accessibility/textbox-role-reports-line-number.html
accessibility/textbox-role-reports-selection.html
platform/win/accessibility/focus-events.html
platform/win/accessibility/option-element-selection-and-focus-events.html
platform/win/accessibility/select-element-valuechange-event.html
I am not sure when this started due to the unfortunate state of the bots, but I am going to land expected (failing?) results for Windows to get the bots greener.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/11561701>
Jessie Berlin
One example from http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r118945%20(24273)/results.html
--- /home/buildbot/slave/win-release-tests/build/layout-test-results/accessibility/deleting-iframe-destroys-axcache-expected.txt 2012-05-30 11:58:15.868327700 -0700
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/accessibility/deleting-iframe-destroys-axcache-actual.txt 2012-05-30 11:58:15.867327600 -0700
@@ -11,37 +11,60 @@
Before:
-AXRole: AXScrollArea
- AXRole: AXWebArea AXValue:
- AXRole: AXGroup AXValue:
- AXRole: AXStaticText AXValue: Before
- AXRole: AXGroup AXValue:
- AXRole: AXScrollArea
- AXRole: AXWebArea AXValue:
- AXRole: AXGroup AXValue:
- AXRole: AXButton AXValue:
- AXRole: AXGroup AXValue:
- AXRole: AXStaticText AXValue: After
- AXRole: AXGroup AXValue:
- AXRole: AXStaticText AXValue: End of test
+document
+ client
+ grouping
+ editable text
+ grouping
+ client
+ client
+ client
+ grouping
+ push button
+ grouping
+ editable text
+ grouping
+ editable text
+ grouping
+ editable text
+ grouping
+ editable text
+ editable text
+ editable text
+ editable text
+ editable text
+ grouping
+ editable text
After:
-AXRole: AXScrollArea
- AXRole: AXWebArea AXValue:
- AXRole: AXGroup AXValue:
- AXRole: AXStaticText AXValue: Before
- AXRole: AXGroup AXValue:
- AXRole: AXStaticText AXValue: After
- AXRole: AXGroup AXValue:
- AXRole: AXStaticText AXValue: End of test
+document
+ client
+ grouping
+ editable text
+ grouping
+ grouping
+ editable text
+ grouping
+ editable text
+ grouping
+ editable text
+ grouping
+ editable text
+ editable text
+ editable text
+ editable text
+ editable text
+ grouping
+ editable text
+ client
-PASS frameBodyRole == frameBody.role is false
+FAIL frameBodyRole == frameBody.role should be false. Was true.
PASS frameGroupRole == frameGroup.role is false
PASS frameButtonRole == frameButton.role is false
PASS root.isEqual(newRoot) is true
PASS body.isEqual(newBody) is true
PASS before.isEqual(newBefore) is true
-PASS after.isEqual(newAfter) is true
+FAIL after.isEqual(newAfter) should be true. Was false.
TEST COMPLETE
Jessie Berlin
Added expected (failing?) results in http://trac.webkit.org/changeset/119000