[ATK] accessibility/double-nested-inline-element-missing-from-tree.html has been failed since r198219
https://bugs.webkit.org/show_bug.cgi?id=155939

Reviewed by Darin Adler.

Platform-specific expectations were needed because the ATK accessibility tree folds
certain elements, including spans, into the parent element.

* platform/efl/TestExpectations: Unskipped the failing test.
* platform/efl/accessibility/double-nested-inline-element-missing-from-tree-expected.txt: Added.
* platform/gtk/accessibility/double-nested-inline-element-missing-from-tree-expected.txt: Added.


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@200241 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 652193b..477c41c 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,19 @@
 2016-04-29  Joanmarie Diggs  <jdiggs@igalia.com>
 
+        [ATK] accessibility/double-nested-inline-element-missing-from-tree.html has been failed since r198219
+        https://bugs.webkit.org/show_bug.cgi?id=155939
+
+        Reviewed by Darin Adler.
+
+        Platform-specific expectations were needed because the ATK accessibility tree folds
+        certain elements, including spans, into the parent element.
+
+        * platform/efl/TestExpectations: Unskipped the failing test.
+        * platform/efl/accessibility/double-nested-inline-element-missing-from-tree-expected.txt: Added.
+        * platform/gtk/accessibility/double-nested-inline-element-missing-from-tree-expected.txt: Added.
+
+2016-04-29  Joanmarie Diggs  <jdiggs@igalia.com>
+
         AX: [ATK] Expose elements with ARIA's "text" role
         https://bugs.webkit.org/show_bug.cgi?id=157160
 
diff --git a/LayoutTests/platform/efl/TestExpectations b/LayoutTests/platform/efl/TestExpectations
index 473d838..6c8cc56 100644
--- a/LayoutTests/platform/efl/TestExpectations
+++ b/LayoutTests/platform/efl/TestExpectations
@@ -2588,7 +2588,6 @@
 webkit.org/b/155936 accessibility/aria-current.html [ Failure ]
 webkit.org/b/155937 accessibility/aria-table-attributes.html [ Failure ]
 webkit.org/b/155938 accessibility/auto-fill-types.html [ Failure ]
-webkit.org/b/155939 accessibility/double-nested-inline-element-missing-from-tree.html [ Failure ]
 
 webkit.org/b/155945 storage/indexeddb/modern/date-basic-private.html [ Failure ]
 webkit.org/b/155945 storage/indexeddb/modern/date-basic.html [ Failure ]
diff --git a/LayoutTests/platform/efl/accessibility/double-nested-inline-element-missing-from-tree-expected.txt b/LayoutTests/platform/efl/accessibility/double-nested-inline-element-missing-from-tree-expected.txt
new file mode 100644
index 0000000..b873fc9
--- /dev/null
+++ b/LayoutTests/platform/efl/accessibility/double-nested-inline-element-missing-from-tree-expected.txt
@@ -0,0 +1,15 @@
+test1
+test2
+End of test
+This tests that when you have a two nested inline continuations and the child one has no siblings, that we go back to the parent to check for its continuation.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+AXRole: AXWebArea 
+  AXRole: AXSection AXValue: test1<\n>test2<\n>
+    AXRole: AXSection AXValue: test2
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
diff --git a/LayoutTests/platform/gtk/accessibility/double-nested-inline-element-missing-from-tree-expected.txt b/LayoutTests/platform/gtk/accessibility/double-nested-inline-element-missing-from-tree-expected.txt
new file mode 100644
index 0000000..b873fc9
--- /dev/null
+++ b/LayoutTests/platform/gtk/accessibility/double-nested-inline-element-missing-from-tree-expected.txt
@@ -0,0 +1,15 @@
+test1
+test2
+End of test
+This tests that when you have a two nested inline continuations and the child one has no siblings, that we go back to the parent to check for its continuation.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+AXRole: AXWebArea 
+  AXRole: AXSection AXValue: test1<\n>test2<\n>
+    AXRole: AXSection AXValue: test2
+PASS successfullyParsed is true
+
+TEST COMPLETE
+