https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1b2df193b616a5c17614109e5fe2a121845aabd2 authored by ffxbld on 24 June 2012, 08:11:04 UTC
Added FIREFOX_14_0b9_RELEASE FIREFOX_14_0b9_BUILD1 tag(s) for changeset d050090e578c. DONTBUILD CLOSED TREE a=release
Tip revision: 1b2df19
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