| <html> |
| <head> |
| <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
| <title>Test</title> |
| <style type="text/css"> |
| .outer { width: 100px; } |
| .test { min-width: 50%; } |
| .control { height: 50px; width: 50px; } |
| </style> |
| <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-widths" title="10.4 Minimum and maximum widths: 'min-width' and 'max-width'"> |
| </head> |
| <body> |
| <p>In this test you should see two identical blue squares, each 50px by 50px.</p> |
| <div class="outer"> |
| <img src="resources/1x1-blue.png" alt="FAIL: Image support required." class="test"> |
| </div> |
| <br> |
| <img src="resources/1x1-blue.png" alt="FAIL: Image support required." class="control"> |
| </body> |
| </html> |