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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/flex-align.html

Issue 1875263005: [css-flexbox] More correctly implement percentage sizing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/flex-align.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/flex-align.html b/third_party/WebKit/LayoutTests/css3/flexbox/flex-align.html
index 54b7921e3ea5493f315835372c050ec00cdd7255..fcb8f85cf65d82743beed7b36272a2e5fef365bf 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/flex-align.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/flex-align.html
@@ -71,8 +71,7 @@ body {
<div data-expected-height="50" data-offset-y="20" style="flex: 1 0 0; height: 50px; margin: 20px 0 10px;"></div>
<div data-expected-height="90" data-offset-y="20" style="flex: 1 0 0; margin: 20px 0 10px;"></div>
<div data-expected-height="120" data-offset-y="0" style="flex: 1 0 0;">
- <!-- Since no parent has a fixed height, this div shrink-wraps. -->
- <div data-expected-height="0" style="height: 100%; background-color:black"></div>
+ <div data-expected-height="120" style="height: 100%; background-color:black"></div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698