Title: [133293] trunk/LayoutTests
Revision
133293
Author
kei...@webkit.org
Date
2012-11-02 07:07:45 -0700 (Fri, 02 Nov 2012)

Log Message

Fix test calendar-picker-key-operations.html
https://bugs.webkit.org/show_bug.cgi?id=101020

Reviewed by Kent Tamura.

The test was wrong and failing.

* platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
* platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
* platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (133292 => 133293)


--- trunk/LayoutTests/ChangeLog	2012-11-02 13:55:23 UTC (rev 133292)
+++ trunk/LayoutTests/ChangeLog	2012-11-02 14:07:45 UTC (rev 133293)
@@ -1,3 +1,16 @@
+2012-11-02  Keishi Hattori  <kei...@webkit.org>
+
+        Fix test calendar-picker-key-operations.html
+        https://bugs.webkit.org/show_bug.cgi?id=101020
+
+        Reviewed by Kent Tamura.
+
+        The test was wrong and failing.
+
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
+
 2012-11-02  Arpita Bahuguna  <arpitabahug...@gmail.com>
 
         Regression r130057: Improper preferred width calculation when an inline replaced object, wrapped in an inline flow, follows some text.

Modified: trunk/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt (133292 => 133293)


--- trunk/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt	2012-11-02 13:55:23 UTC (rev 133292)
+++ trunk/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt	2012-11-02 14:07:45 UTC (rev 133293)
@@ -25,7 +25,7 @@
 PASS selectedDate() is "1999-12-26"
 PASS currentMonth() is "2000-0"
 press m
-FAIL selectedDate() should be 2000-01-26. Was 2000-01-30.
+PASS selectedDate() is "2000-01-30"
 PASS currentMonth() is "2000-1"
 press shift + m
 PASS selectedDate() is "1999-12-26"

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


--- trunk/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html	2012-11-02 13:55:23 UTC (rev 133292)
+++ trunk/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html	2012-11-02 14:07:45 UTC (rev 133293)
@@ -56,7 +56,7 @@
 
     debug("press m");
     eventSender.keyDown('m');
-    shouldBe('selectedDate()', '"2000-01-26"');
+    shouldBe('selectedDate()', '"2000-01-30"');
     shouldBe('currentMonth()', '"2000-1"');
 
     debug("press shift + m");

Modified: trunk/LayoutTests/platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt (133292 => 133293)


--- trunk/LayoutTests/platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt	2012-11-02 13:55:23 UTC (rev 133292)
+++ trunk/LayoutTests/platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt	2012-11-02 14:07:45 UTC (rev 133293)
@@ -25,7 +25,7 @@
 PASS selectedDate() is "1999-12-26"
 PASS currentMonth() is "2000-0"
 press m
-FAIL selectedDate() should be 2000-01-26. Was 2000-01-30.
+PASS selectedDate() is "2000-01-30"
 PASS currentMonth() is "2000-1"
 press shift + m
 PASS selectedDate() is "1999-12-26"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to