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..bab0234073429c1a68635699e5015caad87f8b68 |
--- /dev/null |
+++ b/LayoutTests/inspector/layers/layer-scroll-rects-update-expected.txt |
@@ -0,0 +1,169 @@ |
+Initial scroll rectangles |
+View elements dump |
+scrollRect: { |
+ rect : { |
+ height : 10 |
+ width : 10 |
+ x : 0 |
+ y : 0 |
+ } |
+ type : "TouchEventHandler" |
+ unchanged : true |
+} |
+scrollRect: { |
+ rect : { |
+ height : 10 |
+ width : 10 |
+ x : 0 |
+ y : 10 |
+ } |
+ type : "RepaintsOnScroll" |
+ unchanged : true |
+} |
+scrollRect: { |
+ rect : { |
+ height : 10 |
+ width : 10 |
+ x : 10 |
+ y : 10 |
+ } |
+ type : "WheelEventHandler" |
+ unchanged : true |
+} |
+scrollRect: { |
+ rect : { |
+ height : 10 |
+ width : 10 |
+ x : 10 |
+ y : 0 |
+ } |
+ type : "TouchEventHandler" |
+ unchanged : true |
+} |
+Model elements dump |
+{ |
+} |
+{ |
+ 0 : { |
+ rect : { |
+ height : 10 |
+ width : 10 |
+ x : 0 |
+ y : 10 |
+ } |
+ type : "RepaintsOnScroll" |
+ unchanged : true |
+ } |
+} |
+{ |
+ 0 : { |
+ rect : { |
+ height : 10 |
+ width : 10 |
+ x : 10 |
+ y : 10 |
+ } |
+ type : "WheelEventHandler" |
+ unchanged : true |
+ } |
+ 1 : { |
+ rect : { |
+ height : 10 |
+ width : 10 |
+ x : 10 |
+ y : 0 |
+ } |
+ type : "TouchEventHandler" |
+ unchanged : true |
+ } |
+} |
+{ |
+ 0 : { |
+ rect : { |
+ height : 10 |
+ width : 10 |
+ x : 0 |
+ y : 0 |
+ } |
+ type : "TouchEventHandler" |
+ unchanged : true |
+ } |
+} |
+Updated scroll rectangles |
+View elements dump |
+scrollRect: { |
+ rect : { |
+ height : 10 |
+ width : 10 |
+ x : 0 |
+ y : 0 |
+ } |
+ type : "TouchEventHandler" |
+ unchanged : true |
+} |
+scrollRect: { |
+ rect : { |
+ height : 10 |
+ width : 10 |
+ x : 0 |
+ y : 10 |
+ } |
+ type : "RepaintsOnScroll" |
+ unchanged : true |
+} |
+scrollRect: { |
+ rect : { |
+ height : 10 |
+ width : 10 |
+ x : 10 |
+ y : 0 |
+ } |
+ type : "TouchEventHandler" |
+ unchanged : true |
+} |
+scrollRect: { |
+ rect : { |
+ height : 10 |
+ width : 10 |
+ x : 0 |
+ y : 0 |
+ } |
+ type : "WheelEventHandler" |
+} |
+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" |
+ unchanged : true |
+ } |
+} |
+{ |
+ 0 : { |
+ rect : { |
+ height : 10 |
+ width : 10 |
+ x : 0 |
+ y : 0 |
+ } |
+ type : "TouchEventHandler" |
+ unchanged : true |
+ } |
+} |
+ |