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

Unified Diff: LayoutTests/http/tests/inspector/timeline-xhr-event-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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/timeline-xhr-event-expected.txt
diff --git a/LayoutTests/http/tests/inspector/timeline-xhr-event-expected.txt b/LayoutTests/http/tests/inspector/timeline-xhr-event-expected.txt
index 94df819f3b0d8476845571c6e620023fc47da63c..2a74b8b606c0950a58c3992ce6b877ba87b0c10c 100644
--- a/LayoutTests/http/tests/inspector/timeline-xhr-event-expected.txt
+++ b/LayoutTests/http/tests/inspector/timeline-xhr-event-expected.txt
@@ -1,3 +1,5 @@
+CONSOLE WARNING: The XMLHttpRequest progress event property 'totalSize' is deprecated. Please use 'total' instead.
+CONSOLE WARNING: The XMLHttpRequest progress event property 'position' is deprecated. Please use 'loaded' instead.
Tests the Timeline events for XMLHttpReqeust
XHRReadyStateChange Properties:
« no previous file with comments | « no previous file | LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698