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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-script-tag-1-expected.txt

Issue 11412176: Merge 135082 - REGRESSION(r129644): User StyleSheet not applying (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years 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 | « LayoutTests/ChangeLog ('k') | LayoutTests/userscripts/user-stylesheet-invalidate.html » ('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 MESSAGE: line 8: iframe loaded 1 CONSOLE MESSAGE: line 8: iframe loaded
2 Tests the Timeline API instrumentation of an HTML script tag. 2 Tests the Timeline API instrumentation of an HTML script tag.
3 3
4 4
5 ParseHTML 5 ParseHTML
6 ----> ScheduleStyleRecalculation
6 ----> InvalidateLayout 7 ----> InvalidateLayout
7 ParseHTML 8 ParseHTML
9 ----> ScheduleStyleRecalculation
8 ----> EvaluateScript 10 ----> EvaluateScript
9 --------> TimeStamp : SCRIPT TAG 11 --------> TimeStamp : SCRIPT TAG
10 ----> InvalidateLayout 12 ----> InvalidateLayout
11 EvaluateScript Properties: 13 EvaluateScript Properties:
12 { 14 {
13 children : <object> 15 children : <object>
14 counters : <object> 16 counters : <object>
15 data : { 17 data : {
16 lineNumber : <number> 18 lineNumber : <number>
17 url : <string> 19 url : <string>
18 } 20 }
19 endTime : <number> 21 endTime : <number>
20 frameId : <string> 22 frameId : <string>
21 startTime : <number> 23 startTime : <number>
22 type : "EvaluateScript" 24 type : "EvaluateScript"
23 usedHeapSize : <number> 25 usedHeapSize : <number>
24 } 26 }
25 ParseHTML 27 ParseHTML
26 28
OLDNEW
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/userscripts/user-stylesheet-invalidate.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698