Title: [135704] trunk/LayoutTests
Revision
135704
Author
kei...@webkit.org
Date
2012-11-26 03:44:56 -0800 (Mon, 26 Nov 2012)

Log Message

Layout Test platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html is failing
https://bugs.webkit.org/show_bug.cgi?id=103225

Unreviewed.


* platform/chromium/TestExpectations:
* platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html: Remove current month check because it was flaky.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (135703 => 135704)


--- trunk/LayoutTests/ChangeLog	2012-11-26 11:20:49 UTC (rev 135703)
+++ trunk/LayoutTests/ChangeLog	2012-11-26 11:44:56 UTC (rev 135704)
@@ -1,3 +1,13 @@
+2012-11-26  Keishi Hattori  <kei...@webkit.org>
+
+        Layout Test platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=103225
+
+        Unreviewed.
+
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html: Remove current month check because it was flaky.
+
 2012-11-26  János Badics  <jbad...@inf.u-szeged.hu>
 
         [Qt] Gardening after r135629. Skipped a newly added but failing test.

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (135703 => 135704)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-11-26 11:20:49 UTC (rev 135703)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-11-26 11:44:56 UTC (rev 135704)
@@ -4252,6 +4252,3 @@
 webkit.org/b/103148 [ Linux Win Mac ] svg/batik/text/textPosition2.svg [ ImageOnlyFailure ]
 webkit.org/b/103181 [ Win7 ] http/tests/local/drag-over-remote-content.html [ Pass Crash Timeout ]
 webkit.org/b/103183 [ Win7 SnowLeopard ] media/video-seek-past-end-playing.html [ Pass Crash ]
-
-# This test results are date-dependent, see bug.
-webkit.org/b/103225 platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html [ Pass Failure ]

Modified: trunk/LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html (135703 => 135704)


--- trunk/LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html	2012-11-26 11:20:49 UTC (rev 135703)
+++ trunk/LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html	2012-11-26 11:44:56 UTC (rev 135704)
@@ -128,9 +128,8 @@
 function testToday() {
     eventSender.keyDown('t');
     var now = new Date();
-    var expectedMonth = new popupWindow.Month(now.getFullYear(), now.getMonth()).toString();
     var expectedWeek = popupWindow.Week.createFromToday().toString();
-    return selectedWeek() === expectedWeek && currentMonth() === expectedMonth;
+    return selectedWeek() === expectedWeek;
 }
 
 function focusedElement() {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to