[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / js / date-DST-pre-1970-expected.txt
1 This tests the DST status in dates earlier than 1970-01-01 00:00 UTC. Regardless of your time zone, it should not fail. This tests time zones: US/Pacific, US/Central, US/Mountain, US/Eastern, CET, Asia/Jerusalem and NZ.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS (new Date(1970, 0, 1)).getHours() is 0
7 PASS (new Date(1969, 8, 1)).getHours() is 0
8 PASS (new Date(1969, 9, 28)).getHours() is 0
9 PASS successfullyParsed is true
10
11 TEST COMPLETE
12