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

Unified Diff: LayoutTests/css3/flexbox/negative-overflow.html

Issue 134603002: Fix bottom padding on flex boxes with overflow. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix layout test Created 6 years, 11 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 | LayoutTests/css3/flexbox/overflow-and-padding.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/negative-overflow.html
diff --git a/LayoutTests/css3/flexbox/negative-overflow.html b/LayoutTests/css3/flexbox/negative-overflow.html
index fc86ab5acd4b89d8ac6596954cb3d0dff69ba7b8..bc0b4515a9c1170b7ce995601c3184c0f8b8ce97 100644
--- a/LayoutTests/css3/flexbox/negative-overflow.html
+++ b/LayoutTests/css3/flexbox/negative-overflow.html
@@ -63,11 +63,11 @@ window.onload = function() {
<div></div>
</div>
-<div class="flexbox align-items-center vertical-padding" data-expected-scroll-height="80">
+<div class="flexbox align-items-center vertical-padding" data-expected-scroll-height="90">
<div></div>
</div>
-<div class="flexbox vertical-padding" data-expected-scroll-height="105">
+<div class="flexbox vertical-padding" data-expected-scroll-height="115">
<div></div>
</div>
« no previous file with comments | « no previous file | LayoutTests/css3/flexbox/overflow-and-padding.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698