OLD | NEW |
1 CONSOLE WARNING: The XMLHttpRequest progress event property 'position' is deprec
ated. Please use 'loaded' instead. | 1 CONSOLE WARNING: The XMLHttpRequest progress event property 'position' is deprec
ated and will be removed in M50, around April 2016. Please use 'loaded' instead.
See https://www.chromestatus.com/features/5044837464145920 for more details. |
2 CONSOLE WARNING: The XMLHttpRequest progress event property 'totalSize' is depre
cated. Please use 'total' instead. | 2 CONSOLE WARNING: The XMLHttpRequest progress event property 'totalSize' is depre
cated and will be removed in M50, around April 2016. Please use 'total' instead.
See https://www.chromestatus.com/features/5044837464145920 for more details. |
3 Test case for Bug 18655: [XHR] OnProgress needs more test case | 3 Test case for Bug 18655: [XHR] OnProgress needs more test case |
4 | 4 |
5 This test verify that we implement both interfaces and that they match. | 5 This test verify that we implement both interfaces and that they match. |
6 | 6 |
7 You should see PASSED twice. | 7 You should see PASSED twice. |
8 | 8 |
9 PASSED | 9 PASSED |
10 PASSED | 10 PASSED |
11 | 11 |
OLD | NEW |