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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/flex-align-vertical-writing-mode.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-vertical-writing-mode.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/flex-align-vertical-writing-mode.html b/third_party/WebKit/LayoutTests/css3/flexbox/flex-align-vertical-writing-mode.html
index a1181ace979fd29e163aafc320c90be141aacc63..63236cf52d672f885743376a2dca93eb9ff2d0f2 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/flex-align-vertical-writing-mode.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/flex-align-vertical-writing-mode.html
@@ -72,8 +72,7 @@ body {
<div data-expected-width="50" data-offset-x="50" class="flex-one" style="width: 50px; margin: 0 20px 0 10px;"></div>
<div data-expected-width="90" data-offset-x="10" class="flex-one" style="margin: 0 20px 0 10px;"></div>
<div data-expected-width="120" data-offset-x="0" class="flex-one">
- <!-- Since no parent has a fixed height, this div shrink-wraps. -->
- <div data-expected-width="0" style="width: 100%; background-color:black"></div>
+ <div data-expected-width="120" style="width: 100%; background-color:black"></div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698