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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/flexbox/position-absolute-children-expected.txt

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, 1 month 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 unified diff | Download patch
OLDNEW
1 horizontal-tb ltr row justify-content-flex-start 1 horizontal-tb ltr row justify-content-flex-start
2 PASS 2 PASS
3 horizontal-tb ltr row justify-content-flex-end 3 horizontal-tb ltr row justify-content-flex-end
4 PASS 4 PASS
5 horizontal-tb ltr row justify-content-center 5 horizontal-tb ltr row justify-content-center
6 PASS 6 PASS
7 horizontal-tb ltr row justify-content-space-between 7 horizontal-tb ltr row justify-content-space-between
8 PASS 8 PASS
9 horizontal-tb ltr row justify-content-space-around 9 horizontal-tb ltr row justify-content-space-around
10 PASS 10 PASS
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 horizontal-tb rtl column-reverse justify-content-flex-start 71 horizontal-tb rtl column-reverse justify-content-flex-start
72 PASS 72 PASS
73 horizontal-tb rtl column-reverse justify-content-flex-end 73 horizontal-tb rtl column-reverse justify-content-flex-end
74 PASS 74 PASS
75 horizontal-tb rtl column-reverse justify-content-center 75 horizontal-tb rtl column-reverse justify-content-center
76 PASS 76 PASS
77 horizontal-tb rtl column-reverse justify-content-space-between 77 horizontal-tb rtl column-reverse justify-content-space-between
78 PASS 78 PASS
79 horizontal-tb rtl column-reverse justify-content-space-around 79 horizontal-tb rtl column-reverse justify-content-space-around
80 PASS 80 PASS
81 horizontal-bt ltr row justify-content-flex-start
82 PASS
83 horizontal-bt ltr row justify-content-flex-end
84 PASS
85 horizontal-bt ltr row justify-content-center
86 PASS
87 horizontal-bt ltr row justify-content-space-between
88 PASS
89 horizontal-bt ltr row justify-content-space-around
90 PASS
91 horizontal-bt rtl row justify-content-flex-start
92 PASS
93 horizontal-bt rtl row justify-content-flex-end
94 PASS
95 horizontal-bt rtl row justify-content-center
96 PASS
97 horizontal-bt rtl row justify-content-space-between
98 PASS
99 horizontal-bt rtl row justify-content-space-around
100 PASS
101 horizontal-bt ltr column justify-content-flex-start
102 PASS
103 horizontal-bt ltr column justify-content-flex-end
104 PASS
105 horizontal-bt ltr column justify-content-center
106 PASS
107 horizontal-bt ltr column justify-content-space-between
108 PASS
109 horizontal-bt ltr column justify-content-space-around
110 PASS
111 horizontal-bt rtl column justify-content-flex-start
112 PASS
113 horizontal-bt rtl column justify-content-flex-end
114 PASS
115 horizontal-bt rtl column justify-content-center
116 PASS
117 horizontal-bt rtl column justify-content-space-between
118 PASS
119 horizontal-bt rtl column justify-content-space-around
120 PASS
121 horizontal-bt ltr row-reverse justify-content-flex-start
122 PASS
123 horizontal-bt ltr row-reverse justify-content-flex-end
124 PASS
125 horizontal-bt ltr row-reverse justify-content-center
126 PASS
127 horizontal-bt ltr row-reverse justify-content-space-between
128 PASS
129 horizontal-bt ltr row-reverse justify-content-space-around
130 PASS
131 horizontal-bt rtl row-reverse justify-content-flex-start
132 PASS
133 horizontal-bt rtl row-reverse justify-content-flex-end
134 PASS
135 horizontal-bt rtl row-reverse justify-content-center
136 PASS
137 horizontal-bt rtl row-reverse justify-content-space-between
138 PASS
139 horizontal-bt rtl row-reverse justify-content-space-around
140 PASS
141 horizontal-bt ltr column-reverse justify-content-flex-start
142 PASS
143 horizontal-bt ltr column-reverse justify-content-flex-end
144 PASS
145 horizontal-bt ltr column-reverse justify-content-center
146 PASS
147 horizontal-bt ltr column-reverse justify-content-space-between
148 PASS
149 horizontal-bt ltr column-reverse justify-content-space-around
150 PASS
151 horizontal-bt rtl column-reverse justify-content-flex-start
152 PASS
153 horizontal-bt rtl column-reverse justify-content-flex-end
154 PASS
155 horizontal-bt rtl column-reverse justify-content-center
156 PASS
157 horizontal-bt rtl column-reverse justify-content-space-between
158 PASS
159 horizontal-bt rtl column-reverse justify-content-space-around
160 PASS
161 vertical-rl ltr row justify-content-flex-start 81 vertical-rl ltr row justify-content-flex-start
162 PASS 82 PASS
163 vertical-rl ltr row justify-content-flex-end 83 vertical-rl ltr row justify-content-flex-end
164 PASS 84 PASS
165 vertical-rl ltr row justify-content-center 85 vertical-rl ltr row justify-content-center
166 PASS 86 PASS
167 vertical-rl ltr row justify-content-space-between 87 vertical-rl ltr row justify-content-space-between
168 PASS 88 PASS
169 vertical-rl ltr row justify-content-space-around 89 vertical-rl ltr row justify-content-space-around
170 PASS 90 PASS
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 vertical-lr rtl column-reverse justify-content-flex-start 231 vertical-lr rtl column-reverse justify-content-flex-start
312 PASS 232 PASS
313 vertical-lr rtl column-reverse justify-content-flex-end 233 vertical-lr rtl column-reverse justify-content-flex-end
314 PASS 234 PASS
315 vertical-lr rtl column-reverse justify-content-center 235 vertical-lr rtl column-reverse justify-content-center
316 PASS 236 PASS
317 vertical-lr rtl column-reverse justify-content-space-between 237 vertical-lr rtl column-reverse justify-content-space-between
318 PASS 238 PASS
319 vertical-lr rtl column-reverse justify-content-space-around 239 vertical-lr rtl column-reverse justify-content-space-around
320 PASS 240 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698