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 |
+ } |
+ ] |
+} |
+ |