[Webkit-unassigned] [Bug 75692] [Qt] REGRESSION(r104267): fast/js/date-constructor.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 20 05:56:12 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75692


Szilard Ledan <Ledan-Muntean.Szilard at stud.u-szeged.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #123300|                            |review?, commit-queue?
               Flag|                            |




--- Comment #7 from Szilard Ledan <Ledan-Muntean.Szilard at stud.u-szeged.hu>  2012-01-20 05:56:12 PST ---
Created an attachment (id=123300)
 --> (https://bugs.webkit.org/attachment.cgi?id=123300&action=review)
Fixed some lines in the test

This test is timezone dependent, the incomplete lines have been corrected.
'Infinity' used int the first seven parameters does not have any effect.
Line 'Number(new Date(new Date(1, 1, 1, 1, 1, 1, 1, 1, Infinity)).getTime() - timeZoneOffset)' works the same way as Number(new Date(new Date(1, 1, 1, 1, 1, 1, 1)).getTime() - timeZoneOffset).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list