blob: 476e9b9e341c50e6a3d32eb29dd49f1e3a8861f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Test case for Bug 18655: [XHR] onProgress event needs to be dispatched according to what the specification states
This test verify that we "dispatch a progress event called progress about every 50ms or for every byte received, whichever is least frequent".
You should see a sequence of 5 PASSED.
PASSED
PASSED
PASSED
PASSED
PASSED
|