https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e3d0188ad77a950526290382e80d4d8a5de3738e authored by Justin Lebar on 01 August 2011, 17:38:04 UTC
Backing out dc9cf2842794 (bug 652399) because it disables libjpeg-turbo on Windows (bug 675568). a=legneato
Tip revision: e3d0188
select-required-invalid.html
<!DOCTYPE html>
<html>
  <!-- Test: if select is required and has a select option which has an empty
             string value, :-moz-ui-valid should not apply. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <select class='notvalid' required>
      <option selected value="">foo</option>
    </select>
  </body>
</html></html>
back to top