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

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: New fixes. 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 : "0px"
17 title : "touch event listener"
18 top : "0px"
19 width : "29px"
20 }
21 scroll-rect: {
22 __unchanged : true
23 className : "scroll-rect"
24 height : "29px"
25 left : "29px"
26 title : "mousewheel event listener"
27 top : "29px"
28 width : "29px"
29 }
30 scroll-rect: {
31 __unchanged : true
32 className : "scroll-rect"
33 height : "29px"
34 left : "29px"
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 : "touch event listener"
92 top : "0px"
93 width : "29px"
94 }
95 scroll-rect: {
96 className : "scroll-rect"
97 height : "29px"
98 left : "0px"
99 title : "mousewheel event listener"
100 top : "0px"
101 width : "29px"
102 }
103 scroll-rect: {
104 className : "scroll-rect"
105 height : "29px"
106 left : "29px"
107 title : "touch event listener"
108 top : "0px"
109 width : "29px"
110 }
111 Model elements dump
112 {
113 }
114 {
115 0 : {
116 rect : {
117 height : 10
118 width : 10
119 x : 0
120 y : 0
121 }
122 type : "WheelEventHandler"
123 }
124 1 : {
125 rect : {
126 height : 10
127 width : 10
128 x : 10
129 y : 0
130 }
131 type : "TouchEventHandler"
132 }
133 }
134 {
135 0 : {
136 rect : {
137 height : 10
138 width : 10
139 x : 0
140 y : 0
141 }
142 type : "TouchEventHandler"
143 }
144 }
145
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698