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

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

Issue 492213004: Deprecate XHR progress event properties 'position' and 'totalSize'. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update expected outputs Created 6 years, 4 months 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.
2 CONSOLE WARNING: The XMLHttpRequest progress event property 'totalSize' is depre cated. Please use 'total' instead.
1 Test case for Bug 18655: [XHR] OnProgress needs more test case 3 Test case for Bug 18655: [XHR] OnProgress needs more test case
2 4
3 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.
4 6
5 You should see PASSED twice. 7 You should see PASSED twice.
6 8
7 PASSED 9 PASSED
8 PASSED 10 PASSED
9 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698