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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/position-absolute-children.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/position-absolute-children.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/position-absolute-children.html b/third_party/WebKit/LayoutTests/css3/flexbox/position-absolute-children.html
index fd3a45eeeca09e41273572f702c855a217e3877a..c50a50f17913133dcf1474533e95dc822bb86f6d 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/position-absolute-children.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/position-absolute-children.html
@@ -22,9 +22,6 @@ body {
.horizontal-tb {
-webkit-writing-mode: horizontal-tb;
}
-.horizontal-bt {
- -webkit-writing-mode: horizontal-bt;
-}
.vertical-rl {
-webkit-writing-mode: vertical-rl;
}
@@ -265,192 +262,6 @@ var expectations = {
},
},
},
- 'horizontal-bt': {
- 'row': {
- 'ltr': {
- 'flex-start': {
- 'child1': [0, 10],
- 'child2': [0, 0],
- },
- 'flex-end': {
- 'child1': [80, 10],
- 'child2': [80, 0],
- },
- 'center': {
- 'child1': [40, 10],
- 'child2': [40, 0],
- },
- 'space-between': {
- 'child1': [0, 10],
- 'child2': [0, 0],
- },
- 'space-around': {
- 'child1': [40, 10],
- 'child2': [40, 0],
- },
- },
- 'rtl': {
- 'flex-start': {
- 'child1': [40, 10],
- 'child2': [70, 0],
- },
- 'flex-end': {
- 'child1': [-40, 10],
- 'child2': [-10, 0],
- },
- 'center': {
- 'child1': [0, 10],
- 'child2': [30, 0],
- },
- 'space-between': {
- 'child1': [40, 10],
- 'child2': [70, 0],
- },
- 'space-around': {
- 'child1': [0, 10],
- 'child2': [30, 0],
- },
- },
- },
- 'column': {
- 'ltr': {
- 'flex-start': {
- 'child1': [0, 40],
- 'child2': [0, 70],
- },
- 'flex-end': {
- 'child1': [0, -40],
- 'child2': [0, -10],
- },
- 'center': {
- 'child1': [0, 0],
- 'child2': [0, 30],
- },
- 'space-between': {
- 'child1': [0, 40],
- 'child2': [0, 70],
- },
- 'space-around': {
- 'child1': [0, 0],
- 'child2': [0, 30],
- },
- },
- 'rtl': {
- 'flex-start': {
- 'child1': [10, 40],
- 'child2': [0, 70],
- },
- 'flex-end': {
- 'child1': [10, -40],
- 'child2': [0, -10],
- },
- 'center': {
- 'child1': [10, 0],
- 'child2': [0, 30],
- },
- 'space-between': {
- 'child1': [10, 40],
- 'child2': [0, 70],
- },
- 'space-around': {
- 'child1': [10, 0],
- 'child2': [0, 30],
- },
- },
- },
- 'row-reverse': {
- 'ltr': {
- 'flex-start': {
- 'child1': [80, 10],
- 'child2': [80, 0],
- },
- 'flex-end': {
- 'child1': [0, 10],
- 'child2': [0, 0],
- },
- 'center': {
- 'child1': [40, 10],
- 'child2': [40, 0],
- },
- 'space-between': {
- 'child1': [80, 10],
- 'child2': [80, 0],
- },
- 'space-around': {
- 'child1': [40, 10],
- 'child2': [40, 0],
- },
- },
- 'rtl': {
- 'flex-start': {
- 'child1': [-40, 10],
- 'child2': [-10, 0],
- },
- 'flex-end': {
- 'child1': [40, 10],
- 'child2': [70, 0],
- },
- 'center': {
- 'child1': [0, 10],
- 'child2': [30, 0],
- },
- 'space-between': {
- 'child1': [-40, 10],
- 'child2': [-10, 0],
- },
- 'space-around': {
- 'child1': [0, 10],
- 'child2': [30, 0],
- },
- },
- },
- 'column-reverse': {
- 'ltr': {
- 'flex-start': {
- 'child1': [0, -40],
- 'child2': [0, -10],
- },
- 'flex-end': {
- 'child1': [0, 40],
- 'child2': [0, 70],
- },
- 'center': {
- 'child1': [0, 0],
- 'child2': [0, 30],
- },
- 'space-between': {
- 'child1': [0, -40],
- 'child2': [0, -10],
- },
- 'space-around': {
- 'child1': [0, 0],
- 'child2': [0, 30],
- },
- },
- 'rtl': {
- 'flex-start': {
- 'child1': [10, -40],
- 'child2': [0, -10],
- },
- 'flex-end': {
- 'child1': [10, 40],
- 'child2': [0, 70],
- },
- 'center': {
- 'child1': [10, 0],
- 'child2': [0, 30],
- },
- 'space-between': {
- 'child1': [10, -40],
- 'child2': [0, -10],
- },
- 'space-around': {
- 'child1': [10, 0],
- 'child2': [0, 30],
- },
- },
- },
- },
'vertical-rl': {
'row': {
'ltr': {
@@ -825,7 +636,7 @@ var expectations = {
},
};
-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 justifyContents = ['flex-start', 'flex-end', 'center', 'space-between', 'space-around'];

Powered by Google App Engine
This is Rietveld 408576698