Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(655)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match-expected.txt

Issue 1526003002: Update the XMLHttpRequestProgressEvent deprecation messages for M50 removal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use replacedWillBeRemoved Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698