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

Side by Side Diff: LayoutTests/css3/flexbox/flexbox-min-height-auto-002-expected.htm

Issue 988523003: Reimplement min-width: auto (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 5 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!--
3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
5 --><html><head>
6 <meta charset="utf-8">
7 <title>CSS Reftest Reference</title>
8 <link href="mailto:dholbert@mozilla.com" rel="author" title="Daniel Holbert" >
9 <style>
10 img {
11 width: 30px;
12 height: 30px;
13 float: left;
14 border: 2px dotted purple;
15 margin-right: 2px; /* (Just for spacing things out, visually) */
16 }
17 </style>
18 </head>
19 <body>
20 <img src="support/solidblue.png" alt="blue square">
21 <img src="support/solidblue.png" alt="blue square">
22 <img src="support/solidblue.png" alt="blue square">
23 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698