https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2a5a3240ef5cb2b502e850243824771365ca1839 authored by B2G Bumper Bot on 04 January 2016, 10:23:20 UTC
Bumping manifests a=b2g-bump
Tip revision: 2a5a324
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