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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto-expected.html

Issue 1930183002: Refactor scroll updates during flexbox layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@rtl-scroll-origin
Patch Set: nits Created 4 years, 6 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: third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-expected.html b/third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto-expected.html
similarity index 99%
copy from third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-expected.html
copy to third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto-expected.html
index ff95d5c77e5b45d94c3e383f12c3077d83d8b470..b51f203516a2f10101e8e9043dbb91c00d13e9da 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto-expected.html
@@ -34,7 +34,7 @@
}
.flex {
border: 2px solid red;
- overflow: scroll;
+ overflow: auto;
max-width: 100px;
max-height: 100px;
white-space: nowrap;
« no previous file with comments | « third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto.html ('k') | third_party/WebKit/Source/core/layout/LayoutBlock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698