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

Side by Side Diff: LayoutTests/inspector/layers/layer-scroll-rects-get-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: And more fixes. 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 Touch me!
2 Scroll rectangles
3 View elements dump
4 scrollRect: {
5 height : 20
6 layerId : <string>
7 type : "TouchEventHandler"
8 width : 185
9 x : 0
10 y : 0
11 }
12 scrollRect: {
13 height : 20
14 layerId : <string>
15 type : "RepaintsOnScroll"
16 width : 200
17 x : 8
18 y : 8
19 }
20 scrollRect: {
21 height : 600
22 layerId : <string>
23 type : "WheelEventHandler"
24 width : 800
25 x : 0
26 y : 0
27 }
28 scrollRect: {
29 height : 20
30 layerId : <string>
31 type : "TouchEventHandler"
32 width : 200
33 x : 8
34 y : 8
35 }
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698