Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / replaced / minwidth-percent.html
blob3d6ca93090604df79df5f0c57225ea7e04e54ce0
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 .outer { width: 100px; }
7 .test { min-width: 50%; }
8 .control { height: 50px; width: 50px; }
9 </style>
10 <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;">
11 </head>
12 <body>
13 <p>In this test you should see two identical blue squares, each 50px by 50px.</p>
14 <div class="outer">
15 <img src="resources/1x1-blue.png" alt="FAIL: Image support required." class="test">
16 </div>
17 <br>
18 <img src="resources/1x1-blue.png" alt="FAIL: Image support required." class="control">
19 </body>
20 </html>