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

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

Issue 1958363002: IntersectionObserver: check for constructed Frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fixed intrinsic width for overflow:auto, added test Created 4 years, 7 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.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;
}

Powered by Google App Engine
This is Rietveld 408576698