dateBasicReplay.baseline 205 B

12345678910
  1. x === y: true
  2. w !== z: true
  3. y.foo: 3
  4. x.foo: 3
  5. w - z > 0: true
  6. x - y: 0
  7. Infinity Date toISOString : RangeError : Number expected
  8. Infinity Date toJSON : null
  9. Reached end of Execution -- Exiting.