https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 46b2c83e8790ad6e96bb45f652379716a25294fc authored by ffxbld on 21 July 2011, 21:45:55 UTC
Added tag FENNEC_6_0b3_BUILD2 for changeset 5735ffc7bed2. CLOSED TREE a=release
Tip revision: 46b2c83
button-invalid.html
<!DOCTYPE html>
<html class="reftest-wait">
  <!-- Test: if button has a custom error, it should not be affected by :valid
             pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementById('b').setCustomValidity('foo'); document.documentElement.className='';">
    <button class='notvalid' id='b'></button>
  </body>
</html>
back to top