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

Unified Diff: LayoutTests/inspector/layers/layer-scroll-rects-get-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: Fixes. 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/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..55cc83b949928ef03a3db8a7a96c7cf45b811e9d
--- /dev/null
+++ b/LayoutTests/inspector/layers/layer-scroll-rects-get-expected.txt
@@ -0,0 +1,40 @@
+Touch me!
+Scroll rectangles
+View elements dump
+scrollRect: {
+ rect : {
+ height : 20
+ width : 185
+ x : 0
+ y : 0
+ }
+ type : "TouchEventHandler"
+}
+scrollRect: {
+ rect : {
+ height : 20
+ width : 200
+ x : 8
+ y : 8
+ }
+ type : "RepaintsOnScroll"
+}
+scrollRect: {
+ rect : {
+ height : 600
+ width : 800
+ x : 0
+ y : 0
+ }
+ type : "WheelEventHandler"
+}
+scrollRect: {
+ rect : {
+ height : 20
+ width : 200
+ x : 8
+ y : 8
+ }
+ type : "TouchEventHandler"
+}
+

Powered by Google App Engine
This is Rietveld 408576698