Title: [158271] trunk/LayoutTests
Revision
158271
Author
commit-qu...@webkit.org
Date
2013-10-30 09:01:06 -0700 (Wed, 30 Oct 2013)

Log Message

[EFL] accessibility/svg-remote-element.html is failing
https://bugs.webkit.org/show_bug.cgi?id=112013

Unreviewed EFL gardening. Passes after r158267.

Patch by Robert Plociennik <r.plocien...@samsung.com> on 2013-10-30

* platform/efl-wk1/TestExpectations: The test is no longer failing.
* platform/efl-wk2/TestExpectations: The test is no longer failing.
* platform/efl/accessibility/svg-remote-element-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (158270 => 158271)


--- trunk/LayoutTests/ChangeLog	2013-10-30 15:53:49 UTC (rev 158270)
+++ trunk/LayoutTests/ChangeLog	2013-10-30 16:01:06 UTC (rev 158271)
@@ -1,5 +1,16 @@
 2013-10-30  Robert Plociennik  <r.plocien...@samsung.com>
 
+        [EFL] accessibility/svg-remote-element.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=112013
+
+        Unreviewed EFL gardening. Passes after r158267.
+
+        * platform/efl-wk1/TestExpectations: The test is no longer failing.
+        * platform/efl-wk2/TestExpectations: The test is no longer failing.
+        * platform/efl/accessibility/svg-remote-element-expected.txt: Added.
+
+2013-10-30  Robert Plociennik  <r.plocien...@samsung.com>
+
         [GTK] accessibility/svg-remote-element.html is failing
         https://bugs.webkit.org/show_bug.cgi?id=101185
 

Added: trunk/LayoutTests/platform/efl/accessibility/svg-remote-element-expected.txt (0 => 158271)


--- trunk/LayoutTests/platform/efl/accessibility/svg-remote-element-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/accessibility/svg-remote-element-expected.txt	2013-10-30 16:01:06 UTC (rev 158271)
@@ -0,0 +1,35 @@
+
+This test ensures that accessibility elements can be created out of what a remote SVG image defines.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+container location: (7, 7)
+Face role: AXRole: AXButton
+Face label: AXDescription: face
+FaceX: 0
+FaceY: 0
+
+
+Eye role: AXRole: AXButton
+Eye label: AXDescription: left-eye
+EyeX: 103
+EyeY: 148
+
+
+Nose role: AXRole: AXButton
+Nose label: AXDescription: nose
+NoseX: 193
+NoseY: 206
+
+
+Mouth role: AXRole: AXButton
+Mouth label: AXDescription: smile
+MouthX: 116
+MouthY: 276
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Modified: trunk/LayoutTests/platform/efl-wk1/TestExpectations (158270 => 158271)


--- trunk/LayoutTests/platform/efl-wk1/TestExpectations	2013-10-30 15:53:49 UTC (rev 158270)
+++ trunk/LayoutTests/platform/efl-wk1/TestExpectations	2013-10-30 16:01:06 UTC (rev 158271)
@@ -162,7 +162,6 @@
 webkit.org/b/112006 accessibility/secure-textfield-title-ui.html [ Failure ]
 webkit.org/b/112008 accessibility/spinbutton-value.html [ Failure ]
 webkit.org/b/112012 accessibility/svg-bounds.html [ Failure ]
-webkit.org/b/112013 accessibility/svg-remote-element.html [ Failure ]
 webkit.org/b/112014 accessibility/textarea-insertion-point-line-number.html [ Failure ]
 webkit.org/b/112015 accessibility/textarea-line-for-index.html [ Failure ]
 webkit.org/b/112016 accessibility/textarea-selected-text-range.html [ Failure ]

Modified: trunk/LayoutTests/platform/efl-wk2/TestExpectations (158270 => 158271)


--- trunk/LayoutTests/platform/efl-wk2/TestExpectations	2013-10-30 15:53:49 UTC (rev 158270)
+++ trunk/LayoutTests/platform/efl-wk2/TestExpectations	2013-10-30 16:01:06 UTC (rev 158271)
@@ -162,7 +162,6 @@
 webkit.org/b/112006 accessibility/secure-textfield-title-ui.html [ Failure ]
 webkit.org/b/112008 accessibility/spinbutton-value.html [ Failure ]
 webkit.org/b/112012 accessibility/svg-bounds.html [ Failure ]
-webkit.org/b/112013 accessibility/svg-remote-element.html [ Failure ]
 webkit.org/b/112014 accessibility/textarea-insertion-point-line-number.html [ Failure ]
 webkit.org/b/112015 accessibility/textarea-line-for-index.html [ Failure ]
 webkit.org/b/112016 accessibility/textarea-selected-text-range.html [ Failure ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to