https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 223c0d51b846ad1f2d5869fa584a34c4d75e4003 authored by tbirdbld on 12 August 2011, 12:50:35 UTC
Added tag THUNDERBIRD_6_0_RELEASE for changeset 218ed8178b1e. CLOSED TREE a=release
Tip revision: 223c0d5
input-type-barred.html
<!DOCTYPE html>
<html class="reftest-wait">
  <!-- Test: if an input has is candidate for constraint validation then change
             its type to be barred from constraint validation, it should not be
             affected by :-moz-ui-invalid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementById('i').type='button'; document.documentElement.className='';">
    <input class='notinvalid' id='i'>
  </body>
</html>
back to top