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

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: 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 Touch me!
2 Scroll rectangles
3 View elements dump
4 scroll-rect: {
5 className : "scroll-rect"
6 height : "11px"
7 left : "4px"
8 title : "repaints on scroll"
9 top : "4px"
10 width : "110px"
11 }
12 scroll-rect: {
13 className : "scroll-rect"
14 height : "331px"
15 left : "0px"
16 title : "mousewheel event listener"
17 top : "0px"
18 width : "441px"
19 }
20 scroll-rect: {
21 className : "scroll-rect"
22 height : "11px"
23 left : "4px"
24 title : "touch event listener"
25 top : "4px"
26 width : "110px"
27 }
28 scroll-rect: {
29 className : "scroll-rect"
30 height : "11px"
31 left : "0px"
32 title : "touch event listener"
33 top : "0px"
34 width : "102px"
35 }
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698