chromium/third_party/blink/web_tests/fast/replaced/minwidth-pxs.html

<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <title>Test</title>
  <style type="text/css">
    .test { min-width: 50px; }
    .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: &apos;min-width&apos; and &apos;max-width&apos;">
</head>
<body>
  <p>In this test you should see two identical blue squares, each 50px by 50px.</p>
  <img src="resources/1x1-blue.png" alt="FAIL: Image support required." class="test">
  <img src="resources/1x1-blue.png" alt="FAIL: Image support required." class="control">
</body>
</html>