Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Geolocation / timestamp-expected.txt
blobe4e8c9185670bd080bb8ac6e08359ae625e7d161
1 Tests that Geoposition timestamps are well-formed (non-zero and in the same units as Date.getTime).
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS now != 0 is true
7 PASS t != 0 is true
8 PASS then != 0 is true
9 PASS now - 1 <= t is true
10 PASS t <= then + 1 is true
11 PASS successfullyParsed is true
13 TEST COMPLETE