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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-expected.txt

Issue 2505253002: Set scrollbar enabled state for overflow:auto. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-expected.txt
index 5285836dd84cc9ac153d62d14d5de60a240c4f7b..86822d82c28afa965293ba6e5ae7d9c143a81019 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-expected.txt
@@ -57,6 +57,16 @@
},
{
"object": "Vertical Scrollbar Layer",
+ "rect": [0, 0, 15, 210],
+ "reason": "full"
+ },
+ {
+ "object": "Vertical Scrollbar Layer",
+ "rect": [0, 0, 15, 100],
+ "reason": "full"
+ },
+ {
+ "object": "Vertical Scrollbar Layer",
"rect": [0, 0, 15, 100],
"reason": "full"
},

Powered by Google App Engine
This is Rietveld 408576698