https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 56e9c2172f4921aeea64fdd41b04f5fe5410f8cb authored by ffxbld on 04 August 2015, 20:09:26 UTC
Added FIREFOX_40_0_RELEASE FIREFOX_40_0_BUILD2 tag(s) for changeset b30f020a6835. DONTBUILD CLOSED TREE a=release
Tip revision: 56e9c21
input-disabled.html
<!DOCTYPE html>
<html>
  <!-- Test: if input is disabled, it is barred from constraint validation
             and should not be affected by :-moz-ui-valid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <input class='notvalid' disabled>
  </body>
</html>
back to top