https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9cd189d5bac88e2699022804e15f6c5324015d65 authored by B2G Bumper Bot on 11 May 2015, 18:39:23 UTC
Bumping manifests a=b2g-bump
Tip revision: 9cd189d
select-disabled.html
<!DOCTYPE html>
<html>
  <!-- Test: if select 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>
    <select class='notvalid' disabled></select>
  </body>
</html>
back to top