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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/intrinsic-width-orthogonal-writing-mode.html

Issue 1549153002: Fix preferred logical widths of orthogonal writing modes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: leviw review Created 4 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 | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/css3/flexbox/intrinsic-width-orthogonal-writing-mode.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/intrinsic-width-orthogonal-writing-mode.html b/third_party/WebKit/LayoutTests/css3/flexbox/intrinsic-width-orthogonal-writing-mode.html
index 7f875c8871873adec03ee9f43fe12291a8fd5b72..0b05416f9832ebf587f46d1e23205dbddc6ee1c7 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/intrinsic-width-orthogonal-writing-mode.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/intrinsic-width-orthogonal-writing-mode.html
@@ -20,12 +20,6 @@
<div class="vertical" style="line-height: 20px;">Some text</div>
</div>
-
-<!-- This should really have a width of 20. However intrinsic widths with
- orthogonal flows are tricky. This now matches behavior of regular
- (inline-)blocks.
- http://crbug.com/473429
- -->
-<div class="inline-flexbox" data-expected-width="0">
+<div class="inline-flexbox" data-expected-width="20">
<span class="vertical" data-expected-width="20" style="line-height: 20px;">Some text</span>
</div>
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698