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: load fires normally with no timeout set, twice, original timeout at 0, reset at 2000 to 0 | |
PASS Timeout test: load fires normally with same timeout set twice, original timeout at 5000, reset at 2000 to 5000 | |
PASS Timeout test: timeout fires normally with same timeout set twice, original timeout at 2000, reset at 1000 to 2000 | |