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

Side by Side Diff: LayoutTests/inspector/layers/layer-scroll-rects-update-expected.txt

Issue 166273018: Added showing slow scroll rectangles in Layers panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed test. Created 6 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
OLDNEW
(Empty)
1 Initial scroll rectangles
2 View elements dump
3 scroll-rect: {
4 className : "scroll-rect"
5 height : "29px"
6 left : "0px"
7 title : "repaints on scroll"
8 top : "29px"
9 width : "29px"
10 }
11 scroll-rect: {
12 className : "scroll-rect"
13 height : "29px"
14 left : "29px"
15 title : "mousewheel event listener"
16 top : "29px"
17 width : "29px"
18 }
19 scroll-rect: {
20 className : "scroll-rect"
21 height : "29px"
22 left : "29px"
23 title : "touch event listener"
24 top : "0px"
25 width : "29px"
26 }
27 scroll-rect: {
28 className : "scroll-rect"
29 height : "29px"
30 left : "0px"
31 title : "touch event listener"
32 top : "0px"
33 width : "29px"
34 }
35 Model elements dump
36 {
37 }
38 {
39 0 : {
40 rect : {
41 height : 10
42 width : 10
43 x : 0
44 y : 10
45 }
46 type : "RepaintsOnScroll"
47 }
48 }
49 {
50 0 : {
51 rect : {
52 height : 10
53 width : 10
54 x : 10
55 y : 10
56 }
57 type : "WheelEventHandler"
58 }
59 1 : {
60 rect : {
61 height : 10
62 width : 10
63 x : 10
64 y : 0
65 }
66 type : "TouchEventHandler"
67 }
68 }
69 {
70 0 : {
71 rect : {
72 height : 10
73 width : 10
74 x : 0
75 y : 0
76 }
77 type : "TouchEventHandler"
78 }
79 }
80 Updated scroll rectangles
81 View elements dump
82 scroll-rect: {
83 __unchanged : true
84 className : "scroll-rect"
85 height : "29px"
86 left : "0px"
87 title : "mousewheel event listener"
88 top : "0px"
89 width : "29px"
90 }
91 scroll-rect: {
92 __unchanged : true
93 className : "scroll-rect"
94 height : "29px"
95 left : "29px"
96 title : "touch event listener"
97 top : "0px"
98 width : "29px"
99 }
100 scroll-rect: {
101 className : "scroll-rect"
102 height : "29px"
103 left : "0px"
104 title : "touch event listener"
105 top : "0px"
106 width : "29px"
107 }
108 scroll-rect: {
109 className : "scroll-rect"
110 height : "29px"
111 left : "29px"
112 title : "touch event listener"
113 top : "29px"
114 width : "29px"
115 }
116 Model elements dump
117 {
118 }
119 {
120 0 : {
121 rect : {
122 height : 10
123 width : 10
124 x : 0
125 y : 0
126 }
127 type : "WheelEventHandler"
128 }
129 1 : {
130 rect : {
131 height : 10
132 width : 10
133 x : 10
134 y : 0
135 }
136 type : "TouchEventHandler"
137 }
138 }
139 {
140 0 : {
141 rect : {
142 height : 10
143 width : 10
144 x : 0
145 y : 0
146 }
147 type : "TouchEventHandler"
148 }
149 1 : {
150 rect : {
151 height : 10
152 width : 10
153 x : 10
154 y : 10
155 }
156 type : "TouchEventHandler"
157 }
158 }
159
OLDNEW
« no previous file with comments | « LayoutTests/inspector/layers/layer-scroll-rects-update.html ('k') | Source/core/inspector/InspectorLayerTreeAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698