Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / replaced / maxwidth-percent.html
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 { max-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/square-blue-100x100.png" alt="FAIL: Image support required." class="test">
16   </div>
17   <br>
18   <img src="resources/square-blue-100x100.png" alt="FAIL: Image support required." class="control">
19 </body>
20 </html>