<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>87909</bug_id>
          
          <creation_ts>2012-05-30 16:29:06 -0700</creation_ts>
          <short_desc>[Win] 8 accessibility tests failing</short_desc>
          <delta_ts>2012-05-30 17:13:17 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Accessibility</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Windows 7</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar, LayoutTestFailure, Regression</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jessie Berlin">jberlin</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>adele</cc>
    
    <cc>cfleizach</cc>
    
    <cc>jberlin</cc>
    
    <cc>jhoneycutt</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>637808</commentid>
    <comment_count>0</comment_count>
    <who name="Jessie Berlin">jberlin</who>
    <bug_when>2012-05-30 16:29:06 -0700</bug_when>
    <thetext>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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>637810</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2012-05-30 16:30:02 -0700</bug_when>
    <thetext>&lt;rdar://problem/11561701&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>637811</commentid>
    <comment_count>2</comment_count>
    <who name="Jessie Berlin">jberlin</who>
    <bug_when>2012-05-30 16:30:21 -0700</bug_when>
    <thetext>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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>637838</commentid>
    <comment_count>3</comment_count>
    <who name="Jessie Berlin">jberlin</who>
    <bug_when>2012-05-30 17:13:17 -0700</bug_when>
    <thetext>Added expected (failing?) results in http://trac.webkit.org/changeset/119000</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>