[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

tkent at chromium.org tkent at chromium.org
Thu Feb 4 21:22:52 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 21e86bdee524d81a654ea67a584e5faf1373ce72
Author: tkent at chromium.org <tkent at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 21 07:20:11 2010 +0000

    2010-01-21  Kent Tamura  <tkent at chromium.org>
    
            Unreviewed. Fix a FAIL test by a wrong input.
    
            * fast/forms/input-valueasdate-date-expected.txt:
            * fast/forms/script-tests/input-valueasdate-date.js:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53606 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index e91244d..65835c3 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,10 @@
+2010-01-21  Kent Tamura  <tkent at chromium.org>
+
+        Unreviewed. Fix a FAIL test by a wrong input.
+
+        * fast/forms/input-valueasdate-date-expected.txt:
+        * fast/forms/script-tests/input-valueasdate-date.js:
+
 2010-01-21  Roland Steiner  <rolandsteiner at chromium.org>
 
         Reviewed by Eric Seidel.
diff --git a/LayoutTests/fast/forms/input-valueasdate-date-expected.txt b/LayoutTests/fast/forms/input-valueasdate-date-expected.txt
index 897a0cf..74e4b73 100644
--- a/LayoutTests/fast/forms/input-valueasdate-date-expected.txt
+++ b/LayoutTests/fast/forms/input-valueasdate-date-expected.txt
@@ -13,7 +13,7 @@ PASS setValueAsDateAndGetValue(2009, 11, 31) is "2009-12-31"
 PASS setValueAsDateAndGetValue(10000, 0, 1) is "10000-01-01"
 PASS setValueAsDateAndGetValue(794, 9, 22) is ""
 PASS setValueAsDateAndGetValue(1582, 8, 30) is ""
-FAIL setValueAsDateAndGetValue(1582, 9, 1) should be 1582-10-01. Was .
+PASS setValueAsDateAndGetValue(1582, 9, 15) is "1582-10-15"
 PASS setValueAsDateAndGetValue(1582, 9, 31) is "1582-10-31"
 PASS setValueAsDateAndGetValue(275760, 8, 13) is "275760-09-13"
 PASS setValueAsDateAndGetValue(275760, 8, 14) is ""
diff --git a/LayoutTests/fast/forms/script-tests/input-valueasdate-date.js b/LayoutTests/fast/forms/script-tests/input-valueasdate-date.js
index 0aff239..895d8c0 100644
--- a/LayoutTests/fast/forms/script-tests/input-valueasdate-date.js
+++ b/LayoutTests/fast/forms/script-tests/input-valueasdate-date.js
@@ -27,7 +27,7 @@ shouldBe('setValueAsDateAndGetValue(10000, 0, 1)', '"10000-01-01"');
 
 shouldBe('setValueAsDateAndGetValue(794, 9, 22)', '""');
 shouldBe('setValueAsDateAndGetValue(1582, 8, 30)', '""');
-shouldBe('setValueAsDateAndGetValue(1582, 9, 1)', '"1582-10-01"');
+shouldBe('setValueAsDateAndGetValue(1582, 9, 15)', '"1582-10-15"');
 shouldBe('setValueAsDateAndGetValue(1582, 9, 31)', '"1582-10-31"');
 shouldBe('setValueAsDateAndGetValue(275760, 8, 13)', '"275760-09-13"');
 shouldBe('setValueAsDateAndGetValue(275760, 8, 14)', '""'); // Date of JavaScript can't represent this.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list