Title: [160283] trunk/LayoutTests
Revision
160283
Author
zandober...@gmail.com
Date
2013-12-08 02:09:34 -0800 (Sun, 08 Dec 2013)

Log Message

Unreviewed GTK gardening. Adding expectations for the current test failures.
Adding a GTK-specific baseline for a recently introduced a11y test.

* platform/gtk/TestExpectations:
* platform/gtk/accessibility/press-targets-center-point-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (160282 => 160283)


--- trunk/LayoutTests/ChangeLog	2013-12-08 06:43:27 UTC (rev 160282)
+++ trunk/LayoutTests/ChangeLog	2013-12-08 10:09:34 UTC (rev 160283)
@@ -1,3 +1,11 @@
+2013-12-08  Zan Dobersek  <zdober...@igalia.com>
+
+        Unreviewed GTK gardening. Adding expectations for the current test failures.
+        Adding a GTK-specific baseline for a recently introduced a11y test.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/accessibility/press-targets-center-point-expected.txt: Added.
+
 2013-12-05  Jer Noble  <jer.no...@apple.com>
 
         [MSE] Bring end-of-stream algorithm section up to current spec.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (160282 => 160283)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2013-12-08 06:43:27 UTC (rev 160282)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2013-12-08 10:09:34 UTC (rev 160283)
@@ -293,11 +293,12 @@
 webkit.org/b/99065 http/tests/media/media-source/video-media-source-state-changes.html [ Timeout ]
 webkit.org/b/99065 http/tests/media/media-source/video-media-source-zero-byte-append-in-ended-state.html [ Timeout ]
 
-webkit.org/b/99065  media/media-source/media-source-track-enabled.html [ Failure ]
-webkit.org/b/99065  media/media-source/media-source-tracks.html [ Failure ]
-webkit.org/b/99065  media/media-source/media-source-append-failed.html [ Timeout ]
-webkit.org/b/99065  media/media-source/media-source-canplaythrough.html [ Timeout ]
-webkit.org/b/99065  media/media-source/media-source-play.html [ Timeout ]
+webkit.org/b/99065 media/media-source/media-source-track-enabled.html [ Failure ]
+webkit.org/b/99065 media/media-source/media-source-tracks.html [ Failure ]
+webkit.org/b/99065 media/media-source/media-source-append-failed.html [ Timeout ]
+webkit.org/b/99065 media/media-source/media-source-canplaythrough.html [ Timeout ]
+webkit.org/b/99065 media/media-source/media-source-play.html [ Timeout ]
+webkit.org/b/99065 media/media-source/media-source-end-of-stream.html [ Timeout ]
 
 # Encrypted Media Extensions are not enabled.
 webkit.org/b/99024 media/encrypted-media [ Failure Timeout ]
@@ -755,6 +756,8 @@
 
 webkit.org/b/124513 media/video-ended-event-negative-playback.html [ Failure Pass ]
 
+webkit.org/b/125407 plugins/plugin-clip-subframe.html [ Failure Pass ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Flaky tests
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -1514,6 +1517,8 @@
 
 webkit.org/b/125348 accessibility/document-attributes.html [ Failure ]
 
+webkit.org/b/125406 fast/regions/relative-in-absolute-borders-overflow.html [ ImageOnlyFailure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Tests failing
 #////////////////////////////////////////////////////////////////////////////////////////

Added: trunk/LayoutTests/platform/gtk/accessibility/press-targets-center-point-expected.txt (0 => 160283)


--- trunk/LayoutTests/platform/gtk/accessibility/press-targets-center-point-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/press-targets-center-point-expected.txt	2013-12-08 10:09:34 UTC (rev 160283)
@@ -0,0 +1,25 @@
+target
+Actual: (89, 17)
+Expected: (89, 18)
+
+translate transform target
+Actual: (289, 264)
+Expected: (289, 265)
+
+vertical left-to-right writing mode target
+Actual: (17, 307)
+Expected: (18, 307)
+
+right-to-left direction target
+Actual: (129, 509)
+Expected: (129, 510)
+
+This tests that press targets the receiving elements center point.
+
+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
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to