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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/layers/layer-scroll-rects-update-expected.txt
diff --git a/LayoutTests/inspector/layers/layer-scroll-rects-update-expected.txt b/LayoutTests/inspector/layers/layer-scroll-rects-update-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9492639f24f71e6fd7b45e1a316c04b953e893e7
--- /dev/null
+++ b/LayoutTests/inspector/layers/layer-scroll-rects-update-expected.txt
@@ -0,0 +1,163 @@
+Initial scroll rectangles
+View elements dump
+scroll-rect: {
+ __unchanged : true
+ className : "scroll-rect"
+ height : "29px"
+ left : "0px"
+ title : "repaints on scroll"
+ top : "29px"
+ width : "29px"
+}
+scroll-rect: {
+ __unchanged : true
+ className : "scroll-rect"
+ height : "29px"
+ left : "29px"
+ title : "mousewheel event listener"
+ top : "29px"
+ width : "29px"
+}
+scroll-rect: {
+ __unchanged : true
+ className : "scroll-rect"
+ height : "29px"
+ left : "29px"
+ title : "touch event listener"
+ top : "0px"
+ width : "29px"
+}
+scroll-rect: {
+ __unchanged : true
+ className : "scroll-rect"
+ height : "29px"
+ left : "0px"
+ title : "touch event listener"
+ top : "0px"
+ width : "29px"
+}
+Model elements dump
+{
+}
+{
+ 0 : {
+ rect : {
+ height : 10
+ width : 10
+ x : 0
+ y : 10
+ }
+ type : "RepaintsOnScroll"
+ }
+}
+{
+ 0 : {
+ rect : {
+ height : 10
+ width : 10
+ x : 10
+ y : 10
+ }
+ type : "WheelEventHandler"
+ }
+ 1 : {
+ rect : {
+ height : 10
+ width : 10
+ x : 10
+ y : 0
+ }
+ type : "TouchEventHandler"
+ }
+}
+{
+ 0 : {
+ rect : {
+ height : 10
+ width : 10
+ x : 0
+ y : 0
+ }
+ type : "TouchEventHandler"
+ }
+}
+Updated scroll rectangles
+View elements dump
+scroll-rect: {
+ __unchanged : true
+ className : "scroll-rect"
+ height : "29px"
+ left : "0px"
+ title : "mousewheel event listener"
+ top : "0px"
+ width : "29px"
+}
+scroll-rect: {
+ __unchanged : true
+ className : "scroll-rect"
+ height : "29px"
+ left : "29px"
+ title : "touch event listener"
+ top : "0px"
+ width : "29px"
+}
+scroll-rect: {
+ className : "scroll-rect"
+ height : "29px"
+ left : "0px"
+ title : "touch event listener"
+ top : "0px"
+ width : "29px"
+}
+scroll-rect: {
+ className : "scroll-rect"
+ height : "29px"
+ left : "29px"
+ title : "touch event listener"
+ top : "29px"
+ width : "29px"
+}
+Model elements dump
+{
+}
+{
+ 0 : {
+ rect : {
+ height : 10
+ width : 10
+ x : 0
+ y : 0
+ }
+ type : "WheelEventHandler"
+ }
+ 1 : {
+ rect : {
+ height : 10
+ width : 10
+ x : 10
+ y : 0
+ }
+ type : "TouchEventHandler"
+ }
+}
+{
+ 0 : {
+ rect : {
+ height : 10
+ width : 10
+ x : 0
+ y : 0
+ }
+ type : "TouchEventHandler"
+ }
+ 1 : {
+ rect : {
+ height : 10
+ width : 10
+ x : 10
+ y : 10
+ }
+ type : "TouchEventHandler"
+ }
+}
+

Powered by Google App Engine
This is Rietveld 408576698