Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / replaced / minwidth-pxs.html
blobc5805982a09e1b620a63dc3fde605132fe19b112
1 <html>
2 <head>
3 <meta http-equiv="content-type" content="text/html; charset=utf-8">
4 <title>Test</title>
5 <style type="text/css">
6 .test { min-width: 50px; }
7 .control { height: 50px; width: 50px; }
8 </style>
9 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-widths" title="10.4 Minimum and maximum widths: &apos;min-width&apos; and &apos;max-width&apos;">
10 </head>
11 <body>
12 <p>In this test you should see two identical blue squares, each 50px by 50px.</p>
13 <img src="resources/1x1-blue.png" alt="FAIL: Image support required." class="test">
14 <img src="resources/1x1-blue.png" alt="FAIL: Image support required." class="control">
15 </body>
16 </html>