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

Side by Side Diff: LayoutTests/inspector/tracing/hit-test-expected.txt

Issue 1194473003: Make updateLayoutAndStyleForPainting() O(N) in terms of frame number in LayoutView::hitTest() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebasae layout test result because the order of the when the tracing runs changed Created 5 years, 6 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 | Source/core/layout/LayoutPart.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests instrumentation for Timeline HitTest event. 1 Tests instrumentation for Timeline HitTest event.
2 2
3 HitTest Properties: 3 HitTest Properties:
4 { 4 {
5 children : <object>
6 data : { 5 data : {
7 endData : { 6 endData : {
8 nodeId : <number> 7 nodeId : <number>
9 nodeName : "#text" 8 nodeName : "#text"
10 rectilinear : true 9 rectilinear : true
11 x : 10 10 x : 10
12 y : 10 11 y : 10
13 } 12 }
14 } 13 }
15 endTime : <number> 14 endTime : <number>
16 startTime : <number> 15 startTime : <number>
17 thread : <string> 16 thread : <string>
18 type : "HitTest" 17 type : "HitTest"
19 } 18 }
20 19
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/LayoutPart.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698