https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 42d90e8f2b3a89cafe2e651288cc247773842f33 authored by B2G Bumper Bot on 29 August 2014, 02:21:03 UTC
Bumping manifests a=b2g-bump
Tip revision: 42d90e8
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