Title: [97164] trunk/LayoutTests
Revision
97164
Author
dmazz...@google.com
Date
2011-10-11 11:07:56 -0700 (Tue, 11 Oct 2011)

Log Message

[Chromium] Fix expectations for two accessibility tests.
https://bugs.webkit.org/show_bug.cgi?id=69827

These tests were never run on Chromium before, so they're not new
failures. aria-roles had different expectations on different Mac
platforms, but on Chromium the results will always be the same, so
added Chromium-specific expectations. image-map-update-parent is
timing out, the cause here is unclear but it was never running before
so there's no new bug.

Unreviewed.

* platform/chromium/accessibility/aria-roles-expected.txt: Added.
* platform/chromium/test_expectations.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (97163 => 97164)


--- trunk/LayoutTests/ChangeLog	2011-10-11 17:43:00 UTC (rev 97163)
+++ trunk/LayoutTests/ChangeLog	2011-10-11 18:07:56 UTC (rev 97164)
@@ -1,3 +1,20 @@
+2011-10-11  Dominic Mazzoni  <dmazz...@google.com>
+
+        [Chromium] Fix expectations for two accessibility tests.
+        https://bugs.webkit.org/show_bug.cgi?id=69827
+
+        These tests were never run on Chromium before, so they're not new
+        failures. aria-roles had different expectations on different Mac
+        platforms, but on Chromium the results will always be the same, so
+        added Chromium-specific expectations. image-map-update-parent is
+        timing out, the cause here is unclear but it was never running before
+        so there's no new bug.
+
+        Unreviewed.
+
+        * platform/chromium/accessibility/aria-roles-expected.txt: Added.
+        * platform/chromium/test_expectations.txt:
+
 2011-10-11  Dimitri Glazkov  <dglaz...@chromium.org>
 
         [Chromium] Gardening flakey test expectations.

Added: trunk/LayoutTests/platform/chromium/accessibility/aria-roles-expected.txt (0 => 97164)


--- trunk/LayoutTests/platform/chromium/accessibility/aria-roles-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium/accessibility/aria-roles-expected.txt	2011-10-11 18:07:56 UTC (rev 97164)
@@ -0,0 +1,73 @@
+The following should be a checkbox:
+
+X
+
+Actual checkboxes:
+
+Broccoli
+Asparagus
+This test PASSES in DumpRenderTree. The role is AXRole: AXCheckBox
+
+The following should be a button:
+
+X
+
+Actual button:
+
+Hello This test PASSES in DumpRenderTree. The role is AXRole: AXButton
+
+The following should be a heading:
+
+X
+
+Actual heading:
+
+Hello
+
+This test PASSES in DumpRenderTree. The role is AXRole: AXHeading
+
+The following should be a link:
+
+X
+
+Actual link:
+
+Hello This test PASSES in DumpRenderTree. The role is AXRole: AXLink
+
+The following should be a radio button:
+
+X
+
+Actual radio buttons:
+
+Broccoli
+Asparagus
+This test PASSES in DumpRenderTree. The role is AXRole: AXRadioButton
+
+The following should be a text box:
+
+X
+
+Actual text box:
+
+ This test PASSES in DumpRenderTree. The role is AXRole: AXTextField
+
+The following should be an image:
+
+X
+
+Actual image:
+
+ This test PASSES in DumpRenderTree. The role is AXRole: AXImage
+
+The following should be a list:
+
+X
+
+Actual list:
+
+Broccoli
+Beets
+This test PASSES in DumpRenderTree. The role is AXRole: AXList
+
+
Property changes on: trunk/LayoutTests/platform/chromium/accessibility/aria-roles-expected.txt
___________________________________________________________________

Added: svn:eol-style

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (97163 => 97164)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-10-11 17:43:00 UTC (rev 97163)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-10-11 18:07:56 UTC (rev 97164)
@@ -971,6 +971,7 @@
 BUGCR10322 SKIP : accessibility/editable-webarea-context-menu-point.html = TEXT
 BUGCR10322 SKIP : accessibility/iframe-bastardization.html = TEXT
 BUGCR10322 SKIP : accessibility/image-link.html = TEXT
+BUGCR10322 SKIP : accessibility/image-map-update-parent-crash.html = TIMEOUT
 BUGCR10322 SKIP : accessibility/image-map2.html = TEXT
 BUGCR10322 SKIP : accessibility/internal-link-anchors2.html = TEXT
 BUGCR10322 SKIP : accessibility/label-for-control-hittest.html = TEXT
@@ -1002,10 +1003,6 @@
 BUGCR10322 SKIP : accessibility/transformed-element.html = TEXT
 BUGCR10322 SKIP : accessibility/visible-elements.html = TEXT
 
-// Started to fail after r97128.
-BUGWK69827 LINUX MAC DEBUG : accessibility/image-map-update-parent-crash.html = TIMEOUT
-BUGWK69827 MAC : accessibility/aria-roles.html = TEXT
-
 // -----------------------------------------------------------------
 // Test failures with Skia GPU rendering of canvas 2D
 // -----------------------------------------------------------------
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to