https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f1266e4b67ddef5c780d8375a09ce20c9077c02e authored by ffxbld on 29 October 2014, 21:35:25 UTC
Added FIREFOX_33_1_RELEASE FIREFOX_33_1_BUILD1 tag(s) for changeset 8bb03fe2c2dd. DONTBUILD CLOSED TREE a=release
Tip revision: f1266e4
button-type-barred.html
<!DOCTYPE html>
<html class="reftest-wait">
  <!-- Test: if a button has is candidate for constraint validation then change
             its type to be barred from constraint validation, it should not be
             affected by :valid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementById('b').type='button'; document.documentElement.className='';">
    <button class='notvalid' type='submit' id='b'></button>
  </body>
</html>

back to top