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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/flexbox/imported/flexbox_direction-row-reverse-expected.html

Issue 1420283011: [css-flexbox] Make min-size:auto work correctly with an explicit width on the flex item (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
(Empty)
1 <!DOCTYPE html>
2 <title>flexbox | flex-direction: row-reverse</title>
3 <link rel="author" href="http://opera.com" title="Opera Software">
4 <style>
5 * {font-family: monospace;}
6 body {
7 width: 10em;
8 }
9 ul {
10 background: blue;
11 padding: 0;
12 margin: 0;
13 list-style: none;
14 }
15 li {
16 color: white;
17 margin: 0;
18 width: 3.3333em;
19 display: inline-block;
20 }
21 </style>
22
23 <ul>
24 <li>EFGH</li><li>ABCD</li><li>IJKL</li>
25 </ul>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698