Title: [128739] releases/WebKitGTK/webkit-1.10/LayoutTests
Revision
128739
Author
[email protected]
Date
2012-09-17 04:05:05 -0700 (Mon, 17 Sep 2012)

Log Message

Merge r127565 - Unreviewed GTK gardening.

Adding a platform-specific baseline for accessibility/canvas-description-and-role.html
that's required after r127084. The baseline is currently the same as Chromium's,
expecting 'AXCanvas' as the AXRole for the canvas element. The GTK port currently
reports 'image' as the AXRole - this is probably not intended so the text failure
expectation is also added for this test.

* platform/gtk/TestExpectations:
* platform/gtk/accessibility/canvas-description-and-role-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: releases/WebKitGTK/webkit-1.10/LayoutTests/ChangeLog (128738 => 128739)


--- releases/WebKitGTK/webkit-1.10/LayoutTests/ChangeLog	2012-09-17 11:03:44 UTC (rev 128738)
+++ releases/WebKitGTK/webkit-1.10/LayoutTests/ChangeLog	2012-09-17 11:05:05 UTC (rev 128739)
@@ -1,3 +1,16 @@
+2012-09-05  Zan Dobersek  <[email protected]>
+
+        Unreviewed GTK gardening.
+
+        Adding a platform-specific baseline for accessibility/canvas-description-and-role.html
+        that's required after r127084. The baseline is currently the same as Chromium's,
+        expecting 'AXCanvas' as the AXRole for the canvas element. The GTK port currently
+        reports 'image' as the AXRole - this is probably not intended so the text failure
+        expectation is also added for this test.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/accessibility/canvas-description-and-role-expected.txt: Added.
+
 2012-08-29  Dominic Mazzoni  <[email protected]>
 
         AX: Canvas should have a distinct role

Modified: releases/WebKitGTK/webkit-1.10/LayoutTests/platform/gtk/TestExpectations (128738 => 128739)


--- releases/WebKitGTK/webkit-1.10/LayoutTests/platform/gtk/TestExpectations	2012-09-17 11:03:44 UTC (rev 128738)
+++ releases/WebKitGTK/webkit-1.10/LayoutTests/platform/gtk/TestExpectations	2012-09-17 11:05:05 UTC (rev 128739)
@@ -1295,6 +1295,8 @@
 
 BUGWK88727 RELEASE : http/tests/xmlhttprequest/origin-exact-matching.html = TEXT
 
+BUGWK95825 : accessibility/canvas-description-and-role.html = TEXT
+
 //////////////////////////////////////////////////////////////////////////////////////////
 // End of Tests failing
 //////////////////////////////////////////////////////////////////////////////////////////

Added: releases/WebKitGTK/webkit-1.10/LayoutTests/platform/gtk/accessibility/canvas-description-and-role-expected.txt (0 => 128739)


--- releases/WebKitGTK/webkit-1.10/LayoutTests/platform/gtk/accessibility/canvas-description-and-role-expected.txt	                        (rev 0)
+++ releases/WebKitGTK/webkit-1.10/LayoutTests/platform/gtk/accessibility/canvas-description-and-role-expected.txt	2012-09-17 11:05:05 UTC (rev 128739)
@@ -0,0 +1,14 @@
+This test makes sure that a canvas with and without fallback content each has the right role and description.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS axContainer.childrenCount is 2
+Canvas 1 description: AXDescription: Canvas label
+Canvas 1 role: AXRole: AXCanvas
+Canvas 2 description: AXDescription: 
+Canvas 2 role: AXRole: AXCanvas
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to