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

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: Fix test expectation 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/scrollbars/auto-scrollbar-fades-out.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
bokan 2016/11/17 17:04:45 The extra invalidations come from changing the ena
skobes 2016/11/17 21:18:23 Acknowledged.
+ },
+ {
+ "object": "Vertical Scrollbar Layer",
+ "rect": [0, 0, 15, 100],
+ "reason": "full"
+ },
+ {
+ "object": "Vertical Scrollbar Layer",
"rect": [0, 0, 15, 100],
"reason": "full"
},
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/scrollbars/auto-scrollbar-fades-out.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698