Title: [128310] trunk/LayoutTests
Revision
128310
Author
zandober...@gmail.com
Date
2012-09-12 08:04:00 -0700 (Wed, 12 Sep 2012)

Log Message

Unreviewed GTK gardening.

Adding baseline for an accessibility test introduced in r128227.

Adding a text mismatch failure expectation for fast/events/popup-blocking-timers.html
that started failing after the test was refactored in r128270.

* platform/gtk/TestExpectations:
* platform/gtk/accessibility/img-fallsback-to-title-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (128309 => 128310)


--- trunk/LayoutTests/ChangeLog	2012-09-12 14:36:26 UTC (rev 128309)
+++ trunk/LayoutTests/ChangeLog	2012-09-12 15:04:00 UTC (rev 128310)
@@ -1,3 +1,15 @@
+2012-09-12  Zan Dobersek  <zandober...@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Adding baseline for an accessibility test introduced in r128227.
+
+        Adding a text mismatch failure expectation for fast/events/popup-blocking-timers.html
+        that started failing after the test was refactored in r128270.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/accessibility/img-fallsback-to-title-expected.txt: Added.
+
 2012-09-12  Florin Malita  <fmal...@chromium.org>
 
         getScreenCTM returns different values depending on zoom

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (128309 => 128310)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2012-09-12 14:36:26 UTC (rev 128309)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2012-09-12 15:04:00 UTC (rev 128310)
@@ -1310,6 +1310,8 @@
 BUGWK96226 : fast/spatial-navigation/snav-fully-aligned-vertically.html = TEXT
 BUGWK96226 : fast/spatial-navigation/snav-imagemap-overlapped-areas.html = TEXT
 
+BUGWK96517 : fast/events/popup-blocking-timers.html = TEXT
+
 //////////////////////////////////////////////////////////////////////////////////////////
 // End of Tests failing
 //////////////////////////////////////////////////////////////////////////////////////////

Added: trunk/LayoutTests/platform/gtk/accessibility/img-fallsback-to-title-expected.txt (0 => 128310)


--- trunk/LayoutTests/platform/gtk/accessibility/img-fallsback-to-title-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/img-fallsback-to-title-expected.txt	2012-09-12 15:04:00 UTC (rev 128310)
@@ -0,0 +1,25 @@
+    
+test
+test
+This tests that images will fallback to using the title attribute if no other descriptive text is present.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Image1 description: AXDescription: test1
+Image1 help: AXHelp: 
+
+Image2 description: AXDescription: test2
+Image2 help: AXHelp: test2
+
+Image3 description: AXDescription: test3
+Image3 help: AXHelp: 
+
+Image4 description: AXDescription: alt
+Image4 help: AXHelp: test4
+
+PASS imagesGroup.childAtIndex(0).childrenCount is 2
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to