Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / replaced / minheight-pxs.html
blob10bde0ecdb506d2f1695fa5a22349b20b6f680c8
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-height: 50px; }
7 .control { height: 50px; width: 50px; }
8 </style>
9 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-heights" title="10.7 Minimum and maximum heights: &apos;min-height&apos; and &apos;max-height&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>