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

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 layer nodeId issue. 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 __unchanged : true
5 className : "scroll-rect"
6 height : "29px"
7 left : "0px"
8 title : "repaints on scroll"
9 top : "29px"
10 width : "29px"
11 }
12 scroll-rect: {
13 __unchanged : true
14 className : "scroll-rect"
15 height : "29px"
16 left : "29px"
17 title : "mousewheel event listener"
18 top : "29px"
19 width : "29px"
20 }
21 scroll-rect: {
22 __unchanged : true
23 className : "scroll-rect"
24 height : "29px"
25 left : "29px"
26 title : "touch event listener"
27 top : "0px"
28 width : "29px"
29 }
30 scroll-rect: {
31 __unchanged : true
32 className : "scroll-rect"
33 height : "29px"
34 left : "0px"
35 title : "touch event listener"
36 top : "0px"
37 width : "29px"
38 }
39 Model elements dump
40 {
41 }
42 {
43 0 : {
44 rect : {
45 height : 10
46 width : 10
47 x : 0
48 y : 10
49 }
50 type : "RepaintsOnScroll"
51 }
52 }
53 {
54 0 : {
55 rect : {
56 height : 10
57 width : 10
58 x : 10
59 y : 10
60 }
61 type : "WheelEventHandler"
62 }
63 1 : {
64 rect : {
65 height : 10
66 width : 10
67 x : 10
68 y : 0
69 }
70 type : "TouchEventHandler"
71 }
72 }
73 {
74 0 : {
75 rect : {
76 height : 10
77 width : 10
78 x : 0
79 y : 0
80 }
81 type : "TouchEventHandler"
82 }
83 }
84 Updated scroll rectangles
85 View elements dump
86 scroll-rect: {
87 __unchanged : true
88 className : "scroll-rect"
89 height : "29px"
90 left : "0px"
91 title : "mousewheel event listener"
92 top : "0px"
93 width : "29px"
94 }
95 scroll-rect: {
96 __unchanged : true
97 className : "scroll-rect"
98 height : "29px"
99 left : "29px"
100 title : "touch event listener"
101 top : "0px"
102 width : "29px"
103 }
104 scroll-rect: {
105 className : "scroll-rect"
106 height : "29px"
107 left : "0px"
108 title : "touch event listener"
109 top : "0px"
110 width : "29px"
111 }
112 scroll-rect: {
113 className : "scroll-rect"
114 height : "29px"
115 left : "29px"
116 title : "touch event listener"
117 top : "29px"
118 width : "29px"
119 }
120 Model elements dump
121 {
122 }
123 {
124 0 : {
125 rect : {
126 height : 10
127 width : 10
128 x : 0
129 y : 0
130 }
131 type : "WheelEventHandler"
132 }
133 1 : {
134 rect : {
135 height : 10
136 width : 10
137 x : 10
138 y : 0
139 }
140 type : "TouchEventHandler"
141 }
142 }
143 {
144 0 : {
145 rect : {
146 height : 10
147 width : 10
148 x : 0
149 y : 0
150 }
151 type : "TouchEventHandler"
152 }
153 1 : {
154 rect : {
155 height : 10
156 width : 10
157 x : 10
158 y : 10
159 }
160 type : "TouchEventHandler"
161 }
162 }
163
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698