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

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 test. 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 Scroll rectangles
2 View elements dump
3 scroll-rect: {
4 className : "scroll-rect"
5 height : "11px"
6 left : "4px"
7 title : "repaints on scroll"
8 top : "4px"
9 width : "11px"
10 }
11 scroll-rect: {
12 className : "scroll-rect"
13 height : "331px"
14 left : "0px"
15 title : "mousewheel event listener"
16 top : "0px"
17 width : "441px"
18 }
19 scroll-rect: {
20 className : "scroll-rect"
21 height : "11px"
22 left : "4px"
23 title : "touch event listener"
24 top : "4px"
25 width : "11px"
26 }
27 scroll-rect: {
28 className : "scroll-rect"
29 height : "22px"
30 left : "0px"
31 title : "touch event listener"
32 top : "0px"
33 width : "22px"
34 }
35
OLDNEW
« no previous file with comments | « LayoutTests/inspector/layers/layer-scroll-rects-get.html ('k') | LayoutTests/inspector/layers/layer-scroll-rects-update.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698