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

Side by Side Diff: LayoutTests/inspector/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: More fixes. Added one more test. Created 6 years, 10 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 scrollRect: {
4 height : 10
5 type : "TouchEventHandler"
6 unchanged : true
7 width : 10
8 x : 0
9 y : 0
10 }
11 scrollRect: {
12 height : 10
13 type : "RepaintsOnScroll"
14 unchanged : true
15 width : 10
16 x : 0
17 y : 10
18 }
19 scrollRect: {
20 height : 10
21 type : "WheelEventHandler"
22 unchanged : true
23 width : 10
24 x : 10
25 y : 10
26 }
27 scrollRect: {
28 height : 10
29 type : "TouchEventHandler"
30 unchanged : true
31 width : 10
32 x : 10
33 y : 0
34 }
35 Model elements dump
36 scrollRectsByLayerId: {
37 2 : [
38 {
39 height : 10
40 type : "RepaintsOnScroll"
41 unchanged : true
42 width : 10
43 x : 0
44 y : 10
45 }
46 ]
47 3 : [
48 {
49 height : 10
50 type : "WheelEventHandler"
51 unchanged : true
52 width : 10
53 x : 10
54 y : 10
55 }
56 {
57 height : 10
58 type : "TouchEventHandler"
59 unchanged : true
60 width : 10
61 x : 10
62 y : 0
63 }
64 ]
65 4 : [
66 {
67 height : 10
68 type : "TouchEventHandler"
69 unchanged : true
70 width : 10
71 x : 0
72 y : 0
73 }
74 ]
75 }
76 Updated scroll rectangles
77 View elements dump
78 scrollRect: {
79 height : 10
80 type : "TouchEventHandler"
81 unchanged : true
82 width : 10
83 x : 0
84 y : 0
85 }
86 scrollRect: {
87 height : 10
88 type : "TouchEventHandler"
89 unchanged : true
90 width : 10
91 x : 10
92 y : 0
93 }
94 scrollRect: {
95 height : 10
96 type : "WheelEventHandler"
97 width : 10
98 x : 0
99 y : 0
100 }
101 Model elements dump
102 scrollRectsByLayerId: {
103 3 : [
104 {
105 height : 10
106 type : "WheelEventHandler"
107 width : 10
108 x : 0
109 y : 0
110 }
111 {
112 height : 10
113 type : "TouchEventHandler"
114 unchanged : true
115 width : 10
116 x : 10
117 y : 0
118 }
119 ]
120 4 : [
121 {
122 height : 10
123 type : "TouchEventHandler"
124 unchanged : true
125 width : 10
126 x : 0
127 y : 0
128 }
129 ]
130 }
131
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698