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

Side by Side Diff: LayoutTests/http/tests/inspector/tracing/timeline-xhr-event-expected.txt

Issue 984523003: bindings: Moves most of DOM attributes to prototype chains. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated test results. Created 5 years, 9 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 | Annotate | Revision Log
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.
3 Tests the Timeline events for XMLHttpReqeust 1 Tests the Timeline events for XMLHttpReqeust
4 2
5 XHRReadyStateChange Properties: 3 XHRReadyStateChange Properties:
6 { 4 {
7 data : { 5 data : {
8 frame : <string> 6 frame : <string>
9 readyState : 1 7 readyState : 1
10 stackTrace : <object> 8 stackTrace : <object>
11 url : .../inspector/tracing/network/resources/resource.php 9 url : .../inspector/tracing/network/resources/resource.php
12 } 10 }
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 frame : <string> 64 frame : <string>
67 url : .../inspector/tracing/network/resources/resource.php 65 url : .../inspector/tracing/network/resources/resource.php
68 } 66 }
69 endTime : <number> 67 endTime : <number>
70 frameId : <string> 68 frameId : <string>
71 startTime : <number> 69 startTime : <number>
72 thread : <string> 70 thread : <string>
73 type : "XHRLoad" 71 type : "XHRLoad"
74 } 72 }
75 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698