Chromium Code Reviews| Index: LayoutTests/inspector/layers/layer-scroll-rects-get-expected.txt |
| diff --git a/LayoutTests/inspector/layers/layer-scroll-rects-get-expected.txt b/LayoutTests/inspector/layers/layer-scroll-rects-get-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6bf991167b55fad0d35e8bf71609cce5954d9f39 |
| --- /dev/null |
| +++ b/LayoutTests/inspector/layers/layer-scroll-rects-get-expected.txt |
| @@ -0,0 +1,36 @@ |
| +Touch me! |
| +Scroll rectangles |
| +View elements dump |
| +scrollRect: { |
| + height : 20 |
| + layerId : <string> |
| + type : "TouchEventHandler" |
| + width : 185 |
| + x : 0 |
| + y : 0 |
| +} |
| +scrollRect: { |
| + height : 20 |
| + layerId : <string> |
| + type : "RepaintsOnScroll" |
| + width : 200 |
| + x : 8 |
| + y : 8 |
| +} |
| +scrollRect: { |
| + height : 600 |
| + layerId : <string> |
| + type : "WheelEventHandler" |
| + width : 800 |
| + x : 0 |
| + y : 0 |
| +} |
| +scrollRect: { |
| + height : 20 |
| + layerId : <string> |
| + type : "TouchEventHandler" |
| + width : 200 |
| + x : 8 |
| + y : 8 |
| +} |
| + |