https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c130d27334ac673bfb1a581ea0374e936d9ec49f authored by ffxbld on 06 August 2015, 17:39:14 UTC
Added FIREFOX_40_0_RELEASE FIREFOX_40_0_BUILD3 tag(s) for changeset 0cd676c4b0f3. DONTBUILD CLOSED TREE a=release
Tip revision: c130d27
select-required-valid-2.html
<!DOCTYPE html>
<html>
  <!-- Test: if select is required and has a selected option but the selection
             didn't changed, :-moz-ui-valid should not apply. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <select class='notvalid' required>
      <option selected>foo</option>
    </select>
  </body>
</html>
back to top