blob: 8f59a6c1fdb09f39a1d63e22313c852642ebe3f2 (
plain)
1
2
3
4
5
6
7
|
[timeOrigin.html]
disabled:
if (os == "linux") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1387923
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1387923
[Window timeOrigin is close to Date.now() when there is no system clock adjustment.]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
|