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

Unified Diff: LayoutTests/css3/flexbox/flex-flow-margins-auto-size.html

Issue 1121173002: Fix shrink-to-fit when children's writing-mode is orthogonal (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 4 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 | « LayoutTests/TestExpectations ('k') | LayoutTests/css3/flexbox/flex-flow-margins-auto-size-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/flex-flow-margins-auto-size.html
diff --git a/LayoutTests/css3/flexbox/flex-flow-margins-auto-size.html b/LayoutTests/css3/flexbox/flex-flow-margins-auto-size.html
index e6e5f1c4971cf06d4439a6256b797a7cf8f6a7a2..da006a8bfa83b852e104c802fee8fe665f523b7c 100644
--- a/LayoutTests/css3/flexbox/flex-flow-margins-auto-size.html
+++ b/LayoutTests/css3/flexbox/flex-flow-margins-auto-size.html
@@ -55,8 +55,6 @@
<script>
-// The vertical test cases are failing because of the orthogonal writing modes.
-// https://bugs.webkit.org/show_bug.cgi?id=70769
var writingModes = ['horizontal-tb', 'horizontal-bt', 'vertical-lr', 'vertical-rl'];
var flexFlows = ['row', 'column', 'row-reverse', 'column-reverse'];
var directions = ['rtl', 'ltr'];
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css3/flexbox/flex-flow-margins-auto-size-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698