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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-dom-content-loaded-event-expected.txt

Issue 8021012: Merge 95410 - Web Inspector: didMarkDOMContentEvent() should send event of MarkDOMContent type. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 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 Tests the DOM content loaded event. 1 Tests the DOM content loaded event.
2 2
3 MarkDOMContent Properties: 3 MarkDOMContent Properties:
4 { 4 {
5 startTime : <number> 5 startTime : <number>
6 data : { 6 data : {
7 } 7 }
8 type : "MarkDOMContent" 8 type : "MarkDOMContent"
9 usedHeapSize : <number> 9 usedHeapSize : <number>
10 totalHeapSize : <number> 10 totalHeapSize : <number>
11 } 11 }
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698