blob: 25a47fc6b815b28b9ab23cb09e5ebb7ec93f3d0b [file] [log] [blame]
Description
This test validates that the XHR2 timeout property behaves as expected in async cases in document (i.e. non-worker) context.
PASS Timeout test: timeout disabled after initially set, original timeout at 5000, reset at 2000 to 0
PASS Timeout test: timeout overrides load after a delay, original timeout at 5000, reset at 1000 to 2000
PASS Timeout test: timeout enabled after initially disabled, original timeout at 0, reset at 2000 to 50000