Title: [136209] trunk/LayoutTests
Revision
136209
Author
[email protected]
Date
2012-11-30 00:08:59 -0800 (Fri, 30 Nov 2012)

Log Message

Layout Test fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html is failing
https://bugs.webkit.org/show_bug.cgi?id=103713

Unreviewed.

Rebaselining month-multiple-fields-preserve-value-after-history-back.html for Windows.

* platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
* platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (136208 => 136209)


--- trunk/LayoutTests/ChangeLog	2012-11-30 07:58:33 UTC (rev 136208)
+++ trunk/LayoutTests/ChangeLog	2012-11-30 08:08:59 UTC (rev 136209)
@@ -1,3 +1,15 @@
+2012-11-30  Keishi Hattori  <[email protected]>
+
+        Layout Test fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=103713
+
+        Unreviewed.
+
+        Rebaselining month-multiple-fields-preserve-value-after-history-back.html for Windows.
+
+        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
+        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
+
 2012-11-29  Keishi Hattori  <[email protected]>
 
         Better type ahead for DateTimeSymbolicFieldElement

Added: trunk/LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt (0 => 136209)


--- trunk/LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt	2012-11-30 08:08:59 UTC (rev 136209)
@@ -0,0 +1,18 @@
+Checks input value is preserved after backward and forward
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Went back to a page. Checking a form control which had a full value:
+PASS "12012-10" is "12012-10"
+Went back to a page. Checking a form control which had a partial value:
+PASS "January ----" is "January ----"
+Went forward to a page. Checking a form control which had a full value:
+PASS "0001-11" is "0001-11"
+Went forward to a page. Checking a form control which had a partial value:
+PASS "--------- 1999" is "--------- 1999"
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt (0 => 136209)


--- trunk/LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt	2012-11-30 08:08:59 UTC (rev 136209)
@@ -0,0 +1,18 @@
+Checks input value is preserved after backward and forward
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Went back to a page. Checking a form control which had a full value:
+PASS "12012-10" is "12012-10"
+Went back to a page. Checking a form control which had a partial value:
+FAIL "January, ----" should be January ----. Was January, ----.
+Went forward to a page. Checking a form control which had a full value:
+PASS "0001-11" is "0001-11"
+Went forward to a page. Checking a form control which had a partial value:
+FAIL "---------, 1999" should be --------- 1999. Was ---------, 1999.
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to