Title: [175805] trunk/LayoutTests
Revision
175805
Author
[email protected]
Date
2014-11-10 02:48:30 -0800 (Mon, 10 Nov 2014)

Log Message

[EFL] Add missing test results since r169631, r174992
https://bugs.webkit.org/show_bug.cgi?id=138502

Patch by Sanghyup Lee <[email protected]> on 2014-11-10
Reviewed by Gyuyoung Kim.

* platform/efl/accessibility/aria-inherits-presentational-expected.txt: Added.
* platform/efl/accessibility/css-content-attribute-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (175804 => 175805)


--- trunk/LayoutTests/ChangeLog	2014-11-10 10:38:09 UTC (rev 175804)
+++ trunk/LayoutTests/ChangeLog	2014-11-10 10:48:30 UTC (rev 175805)
@@ -1,3 +1,13 @@
+2014-11-10  Sanghyup Lee  <[email protected]>
+
+        [EFL] Add missing test results since r169631, r174992 
+        https://bugs.webkit.org/show_bug.cgi?id=138502
+
+        Reviewed by Gyuyoung Kim.
+
+        * platform/efl/accessibility/aria-inherits-presentational-expected.txt: Added.
+        * platform/efl/accessibility/css-content-attribute-expected.txt: Added.
+
 2014-11-09  Simon Fraser  <[email protected]>
 
         Put bug link at the start of the line.

Added: trunk/LayoutTests/platform/efl/accessibility/aria-inherits-presentational-expected.txt (0 => 175805)


--- trunk/LayoutTests/platform/efl/accessibility/aria-inherits-presentational-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/accessibility/aria-inherits-presentational-expected.txt	2014-11-10 10:48:30 UTC (rev 175805)
@@ -0,0 +1,18 @@
+item 0
+item 1
+item 2	item 3
+End of test
+This tests the hierarchy for required child elements of presentational parents.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+AXRole: AXWebArea 
+  AXRole: AXSection AXValue: item 0
+  AXRole: AXSection AXValue: item 1
+  AXRole: AXSection AXValue: item 2
+  AXRole: AXSection AXValue: item 3
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/efl/accessibility/css-content-attribute-expected.txt (0 => 175805)


--- trunk/LayoutTests/platform/efl/accessibility/css-content-attribute-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/accessibility/css-content-attribute-expected.txt	2014-11-10 10:48:30 UTC (rev 175805)
@@ -0,0 +1,14 @@
+SAMPLE
+
+End of test
+This tests that when the content attribute in CSS is used, the correct values are returned.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+AXRole: AXWebArea 
+  AXRole: AXHeading AXValue: This is a SAMPLE Headline
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to