Bug 87909 - [Win] 8 accessibility tests failing
Summary: [Win] 8 accessibility tests failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, LayoutTestFailure, Regression
Depends on:
Blocks:
 
Reported: 2012-05-30 16:29 PDT by Jessie Berlin
Modified: 2012-05-30 17:13 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jessie Berlin 2012-05-30 16:29:06 PDT
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.
Comment 1 Radar WebKit Bug Importer 2012-05-30 16:30:02 PDT
<rdar://problem/11561701>
Comment 2 Jessie Berlin 2012-05-30 16:30:21 PDT
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
Comment 3 Jessie Berlin 2012-05-30 17:13:17 PDT
Added expected (failing?) results in http://trac.webkit.org/changeset/119000