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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/multiline.html

Issue 1419813004: Remove the "horizontal-bt" value from -webkit-writing-mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add static_assert to ensure TransformedWritingMode matches to WritingMode Created 5 years, 2 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/multiline.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/multiline.html b/third_party/WebKit/LayoutTests/css3/flexbox/multiline.html
index 43b4ab504dff7b3bada5f0caf170596cd221c406..fb67e6fa017bb7bf29862be42da470f1299c2cfd 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/multiline.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/multiline.html
@@ -23,9 +23,6 @@
.horizontal-tb {
-webkit-writing-mode: horizontal-tb;
}
-.horizontal-bt {
- -webkit-writing-mode: horizontal-bt;
-}
.vertical-rl {
-webkit-writing-mode: vertical-rl;
}
@@ -225,160 +222,6 @@ var expectations = {
},
},
},
- 'horizontal-bt': {
- 'row': {
- 'ltr': {
- 'wrap': {
- 'flexbox': [60, 45],
- 'child1': [30, 5, 0, 40],
- 'child2': [30, 10, 30, 35],
- 'child3': [60, 5, 0, 30],
- 'child4': [70, 20, 0, 10],
- 'child5': [60, 10, 0, 0],
- },
- 'wrap-reverse': {
- 'flexbox': [60, 45],
- 'child1': [30, 5, 0, 0],
- 'child2': [30, 10, 30, 0],
- 'child3': [60, 5, 0, 10],
- 'child4': [70, 20, 0, 15],
- 'child5': [60, 10, 0, 35],
- },
- },
- 'rtl': {
- 'wrap': {
- 'flexbox': [60, 45],
- 'child1': [30, 5, 30, 40],
- 'child2': [30, 10, 0, 35],
- 'child3': [60, 5, 0, 30],
- 'child4': [70, 20, -10, 10],
- 'child5': [60, 10, 0, 0],
- },
- 'wrap-reverse': {
- 'flexbox': [60, 45],
- 'child1': [30, 5, 30, 0],
- 'child2': [30, 10, 0, 0],
- 'child3': [60, 5, 0, 10],
- 'child4': [70, 20, -10, 15],
- 'child5': [60, 10, 0, 35],
- },
- },
- },
- 'column': {
- 'ltr': {
- 'wrap': {
- 'flexbox': [600, 60],
- 'child1': [5, 30, 0, 30],
- 'child2': [10, 30, 0, 0],
- 'child3': [5, 60, 10, 0],
- 'child4': [20, 70, 15, -10],
- 'child5': [10, 60, 35, 0],
- },
- 'wrap-reverse': {
- 'flexbox': [600, 60],
- 'child1': [5, 30, 595, 30],
- 'child2': [10, 30, 590, 0],
- 'child3': [5, 60, 585, 0],
- 'child4': [20, 70, 565, -10],
- 'child5': [10, 60, 555, 0],
- },
- },
- 'rtl': {
- 'wrap': {
- 'flexbox': [600, 60],
- 'child1': [5, 30, 595, 30],
- 'child2': [10, 30, 590, 0],
- 'child3': [5, 60, 585, 0],
- 'child4': [20, 70, 565, -10],
- 'child5': [10, 60, 555, 0],
- },
- 'wrap-reverse': {
- 'flexbox': [600, 60],
- 'child1': [5, 30, 0, 30],
- 'child2': [10, 30, 0, 0],
- 'child3': [5, 60, 10, 0],
- 'child4': [20, 70, 15, -10],
- 'child5': [10, 60, 35, 0],
- },
- },
- },
- 'row-reverse': {
- 'ltr': {
- 'wrap': {
- 'flexbox': [60, 45],
- 'child1': [30, 5, 30, 40],
- 'child2': [30, 10, 0, 35],
- 'child3': [60, 5, 0, 30],
- 'child4': [70, 20, -10, 10],
- 'child5': [60, 10, 0, 0],
- },
- 'wrap-reverse': {
- 'flexbox': [60, 45],
- 'child1': [30, 5, 30, 0],
- 'child2': [30, 10, 0, 0],
- 'child3': [60, 5, 0, 10],
- 'child4': [70, 20, -10, 15],
- 'child5': [60, 10, 0, 35],
- },
- },
- 'rtl': {
- 'wrap': {
- 'flexbox': [60, 45],
- 'child1': [30, 5, 0, 40],
- 'child2': [30, 10, 30, 35],
- 'child3': [60, 5, 0, 30],
- 'child4': [70, 20, 0, 10],
- 'child5': [60, 10, 0, 0],
- },
- 'wrap-reverse': {
- 'flexbox': [60, 45],
- 'child1': [30, 5, 0, 0],
- 'child2': [30, 10, 30, 0],
- 'child3': [60, 5, 0, 10],
- 'child4': [70, 20, 0, 15],
- 'child5': [60, 10, 0, 35],
- },
- },
- },
- 'column-reverse': {
- 'ltr': {
- 'wrap': {
- 'flexbox': [600, 60],
- 'child1': [5, 30, 0, 0],
- 'child2': [10, 30, 0, 30],
- 'child3': [5, 60, 10, 0],
- 'child4': [20, 70, 15, 0],
- 'child5': [10, 60, 35, 0],
- },
- 'wrap-reverse': {
- 'flexbox': [600, 60],
- 'child1': [5, 30, 595, 0],
- 'child2': [10, 30, 590, 30],
- 'child3': [5, 60, 585, 0],
- 'child4': [20, 70, 565, 0],
- 'child5': [10, 60, 555, 0],
- },
- },
- 'rtl': {
- 'wrap': {
- 'flexbox': [600, 60],
- 'child1': [5, 30, 595, 0],
- 'child2': [10, 30, 590, 30],
- 'child3': [5, 60, 585, 0],
- 'child4': [20, 70, 565, 0],
- 'child5': [10, 60, 555, 0],
- },
- 'wrap-reverse': {
- 'flexbox': [600, 60],
- 'child1': [5, 30, 0, 0],
- 'child2': [10, 30, 0, 30],
- 'child3': [5, 60, 10, 0],
- 'child4': [20, 70, 15, 0],
- 'child5': [10, 60, 35, 0],
- },
- },
- },
- },
'vertical-rl': {
'row': {
'ltr': {
@@ -711,7 +554,7 @@ function addChild(flexbox, mainAxis, crossAxis, preferredSize, crossAxisLength,
flexbox.appendChild(child);
}
-var writingModes = ['horizontal-tb', 'horizontal-bt', 'vertical-rl', 'vertical-lr'];
+var writingModes = ['horizontal-tb', 'vertical-rl', 'vertical-lr'];
var flexDirections = ['row', 'column', 'row-reverse', 'column-reverse'];
var directions = ['ltr', 'rtl'];
var wraps = ['wrap', 'wrap-reverse'];

Powered by Google App Engine
This is Rietveld 408576698