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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/layer-scroll-rects-update-expected.txt
diff --git a/LayoutTests/inspector/layer-scroll-rects-update-expected.txt b/LayoutTests/inspector/layer-scroll-rects-update-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..51a88dc46d6f334f34f9bc3ec881dbae4a50207e
--- /dev/null
+++ b/LayoutTests/inspector/layer-scroll-rects-update-expected.txt
@@ -0,0 +1,131 @@
+Initial scroll rectangles
+View elements dump
+scrollRect: {
+ height : 10
+ type : "TouchEventHandler"
+ unchanged : true
+ width : 10
+ x : 0
+ y : 0
+}
+scrollRect: {
+ height : 10
+ type : "RepaintsOnScroll"
+ unchanged : true
+ width : 10
+ x : 0
+ y : 10
+}
+scrollRect: {
+ height : 10
+ type : "WheelEventHandler"
+ unchanged : true
+ width : 10
+ x : 10
+ y : 10
+}
+scrollRect: {
+ height : 10
+ type : "TouchEventHandler"
+ unchanged : true
+ width : 10
+ x : 10
+ y : 0
+}
+Model elements dump
+scrollRectsByLayerId: {
+ 2 : [
+ {
+ height : 10
+ type : "RepaintsOnScroll"
+ unchanged : true
+ width : 10
+ x : 0
+ y : 10
+ }
+ ]
+ 3 : [
+ {
+ height : 10
+ type : "WheelEventHandler"
+ unchanged : true
+ width : 10
+ x : 10
+ y : 10
+ }
+ {
+ height : 10
+ type : "TouchEventHandler"
+ unchanged : true
+ width : 10
+ x : 10
+ y : 0
+ }
+ ]
+ 4 : [
+ {
+ height : 10
+ type : "TouchEventHandler"
+ unchanged : true
+ width : 10
+ x : 0
+ y : 0
+ }
+ ]
+}
+Updated scroll rectangles
+View elements dump
+scrollRect: {
+ height : 10
+ type : "TouchEventHandler"
+ unchanged : true
+ width : 10
+ x : 0
+ y : 0
+}
+scrollRect: {
+ height : 10
+ type : "TouchEventHandler"
+ unchanged : true
+ width : 10
+ x : 10
+ y : 0
+}
+scrollRect: {
+ height : 10
+ type : "WheelEventHandler"
+ width : 10
+ x : 0
+ y : 0
+}
+Model elements dump
+scrollRectsByLayerId: {
+ 3 : [
+ {
+ height : 10
+ type : "WheelEventHandler"
+ width : 10
+ x : 0
+ y : 0
+ }
+ {
+ height : 10
+ type : "TouchEventHandler"
+ unchanged : true
+ width : 10
+ x : 10
+ y : 0
+ }
+ ]
+ 4 : [
+ {
+ height : 10
+ type : "TouchEventHandler"
+ unchanged : true
+ width : 10
+ x : 0
+ y : 0
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698