Title: [153411] trunk/LayoutTests
Revision
153411
Author
grao...@apple.com
Date
2013-07-28 15:08:58 -0700 (Sun, 28 Jul 2013)

Log Message

fast/forms/input-in-table-cell-no-value.html fails on platform without ENABLE(INPUT_TYPE_DATE)
https://bugs.webkit.org/show_bug.cgi?id=90987

This test now passes on Mac so we don't need to skip it any longer.

Reviewed by Anders Carlsson.

* platform/mac/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (153410 => 153411)


--- trunk/LayoutTests/ChangeLog	2013-07-28 18:04:18 UTC (rev 153410)
+++ trunk/LayoutTests/ChangeLog	2013-07-28 22:08:58 UTC (rev 153411)
@@ -1,3 +1,14 @@
+2013-07-28  Antoine Quint  <grao...@apple.com>
+
+        fast/forms/input-in-table-cell-no-value.html fails on platform without ENABLE(INPUT_TYPE_DATE)
+        https://bugs.webkit.org/show_bug.cgi?id=90987
+
+        This test now passes on Mac so we don't need to skip it any longer.
+
+        Reviewed by Anders Carlsson.
+
+        * platform/mac/TestExpectations:
+
 2013-07-27  Sam Weinig  <s...@webkit.org>
 
         Stop pretending to support <string> for text-align.

Modified: trunk/LayoutTests/platform/mac/TestExpectations (153410 => 153411)


--- trunk/LayoutTests/platform/mac/TestExpectations	2013-07-28 18:04:18 UTC (rev 153410)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2013-07-28 22:08:58 UTC (rev 153411)
@@ -1046,9 +1046,6 @@
 # Dialog element is not yet enabled.
 webkit.org/b/84635 fast/dom/HTMLDialogElement [ Skip ]
 
-# INPUT_TYPE_DATE is not enabled on the Mac
-webkit.org/b/90987 fast/forms/input-in-table-cell-no-value.html [ ImageOnlyFailure ]
-
 # Skip tests in fast/text/shaping
 webkit.org/b/90951 fast/text/shaping
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to