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-fieldset-legend.html
<!DOCTYPE html>
<html>
  <!-- Test: if select has a disabled fieldset ancestor, but is in the first
             legend, it is not barred from constraint validation and should be
             affected by :-moz-ui-valid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset disabled>
      <legend>
        <select class='notvalid'></select>
      </legend>
    </fieldset>
  </body>
</html>
back to top