Title: [95008] trunk/LayoutTests
Revision
95008
Author
commit-qu...@webkit.org
Date
2011-09-12 20:44:39 -0700 (Mon, 12 Sep 2011)

Log Message

Add GTK & Win expectations for two recently added
accessibility layout tests.
https://bugs.webkit.org/show_bug.cgi?id=67948

Patch by Dominic Mazzoni <dmazz...@google.com> on 2011-09-12
Reviewed by Chris Fleizach.

* platform/gtk/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt: Added.
* platform/gtk/accessibility/div-within-anchors-causes-crash-expected.txt: Added.
* platform/win/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt: Added.
* platform/win/accessibility/div-within-anchors-causes-crash-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (95007 => 95008)


--- trunk/LayoutTests/ChangeLog	2011-09-13 03:38:22 UTC (rev 95007)
+++ trunk/LayoutTests/ChangeLog	2011-09-13 03:44:39 UTC (rev 95008)
@@ -1,3 +1,16 @@
+2011-09-12  Dominic Mazzoni  <dmazz...@google.com>
+
+        Add GTK & Win expectations for two recently added
+        accessibility layout tests.
+        https://bugs.webkit.org/show_bug.cgi?id=67948
+
+        Reviewed by Chris Fleizach.
+
+        * platform/gtk/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt: Added.
+        * platform/gtk/accessibility/div-within-anchors-causes-crash-expected.txt: Added.
+        * platform/win/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt: Added.
+        * platform/win/accessibility/div-within-anchors-causes-crash-expected.txt: Added.
+
 2011-09-12  Wyatt Carss  <wca...@chromium.org>
 
         Reviewed by Eric Seidel.

Added: trunk/LayoutTests/platform/gtk/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt (0 => 95008)


--- trunk/LayoutTests/platform/gtk/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt	2011-09-13 03:44:39 UTC (rev 95008)
@@ -0,0 +1,18 @@
+x
+y
+z
+End of test
+Make sure that a debug assert is not triggered when constructing the accessibility tree for this page.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+AXRole: document frame 
+    AXRole: section 
+    AXRole: section 
+    AXRole: paragraph 
+    AXRole: paragraph 
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/gtk/accessibility/div-within-anchors-causes-crash-expected.txt (0 => 95008)


--- trunk/LayoutTests/platform/gtk/accessibility/div-within-anchors-causes-crash-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/div-within-anchors-causes-crash-expected.txt	2011-09-13 03:44:39 UTC (rev 95008)
@@ -0,0 +1,23 @@
+End of test
+Before:
+AXRole: document frame 
+    AXRole: link 
+    AXRole: section 
+    AXRole: panel 
+    AXRole: paragraph 
+    AXRole: paragraph 
+After:
+AXRole: document frame 
+    AXRole: section 
+    AXRole: panel 
+    AXRole: paragraph 
+    AXRole: paragraph 
+This can cause a crash.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/win/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt (0 => 95008)


--- trunk/LayoutTests/platform/win/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt	2011-09-13 03:44:39 UTC (rev 95008)
@@ -0,0 +1,28 @@
+x
+y
+z
+End of test
+Make sure that a debug assert is not triggered when constructing the accessibility tree for this page.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+client 
+    editable text 
+    grouping 
+        editable text 
+    editable text 
+    grouping 
+        editable text 
+    grouping 
+        editable text 
+    grouping 
+        editable text 
+        editable text 
+        editable text 
+        editable text 
+        editable text 
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/win/accessibility/div-within-anchors-causes-crash-expected.txt (0 => 95008)


--- trunk/LayoutTests/platform/win/accessibility/div-within-anchors-causes-crash-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/accessibility/div-within-anchors-causes-crash-expected.txt	2011-09-13 03:44:39 UTC (rev 95008)
@@ -0,0 +1,39 @@
+End of test
+Before:
+client 
+    link 
+    grouping 
+        editable text 
+    grouping 
+        editable text 
+    grouping 
+        editable text 
+    grouping 
+        editable text 
+        editable text 
+        editable text 
+        editable text 
+        editable text 
+After:
+client 
+    grouping 
+        editable text 
+    grouping 
+        editable text 
+    grouping 
+        editable text 
+    grouping 
+        editable text 
+        editable text 
+        editable text 
+        editable text 
+        editable text 
+This can cause a crash.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to