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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/scrollbars.html b/third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto.html
similarity index 98%
copy from third_party/WebKit/LayoutTests/css3/flexbox/scrollbars.html
copy to third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto.html
index 5e52bf8599953b803ddd0526188f2672dd3ef167..943f4c79f5b74b8de38100c84786379f63740266 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/scrollbars.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto.html
@@ -35,7 +35,7 @@
.flex {
border: 2px solid red;
display: flex;
- overflow: scroll;
+ overflow: auto;
max-width: 100px;
max-height: 100px;
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/flexbox/scrollbars-auto-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698