| <script type="text/javascript" src="../../http/tests/inspector/resources/inspector-test.js"></script> |
| <script type="text/javascript" src="../../http/tests/inspector/replay/replay-test.js"></script> |
| window._times = [Date.now(), new Date().toString()]; |
| function dumpNondeterministicState() |
| function statesAreEqual(a, b) |
| if (typeof a !== "array" || typeof b !== "array") |
| if (a.length !== b.length) |
| for (var i = 0; i < a.length; ++i) |
| InspectorTest.Replay.runSingleSegmentRefTest(statesAreEqual); |
| <body onload="runTest()"> |
| <p>Tests that we can capture and replay nondeterminism in Date.now() and the Date constructor.</p> |