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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: The XMLHttpRequest progress event property 'totalSize' is depre cated. Please use 'total' instead.
2 CONSOLE WARNING: The XMLHttpRequest progress event property 'position' is deprec ated. Please use 'loaded' instead.
1 Tests the Timeline events for XMLHttpReqeust 3 Tests the Timeline events for XMLHttpReqeust
2 4
3 XHRReadyStateChange Properties: 5 XHRReadyStateChange Properties:
4 { 6 {
5 children : <object> 7 children : <object>
6 data : { 8 data : {
7 readyState : 2 9 readyState : 2
8 url : .../inspector/network/resources/resource.php 10 url : .../inspector/network/resources/resource.php
9 } 11 }
10 endTime : <number> 12 endTime : <number>
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 data : { 47 data : {
46 url : .../inspector/network/resources/resource.php 48 url : .../inspector/network/resources/resource.php
47 } 49 }
48 endTime : <number> 50 endTime : <number>
49 frameId : <string> 51 frameId : <string>
50 startTime : <number> 52 startTime : <number>
51 thread : <string> 53 thread : <string>
52 type : "XHRLoad" 54 type : "XHRLoad"
53 } 55 }
54 56
OLDNEW
« 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