https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 962077531f28d0e9d153d687bb8f041df61b05d0 authored by ffxbld on 24 September 2014, 02:24:02 UTC
Added FIREFOX_24_8_1esr_RELEASE FIREFOX_24_8_1esr_BUILD1 tag(s) for changeset 63ce8133f1cc. DONTBUILD CLOSED TREE a=release
Tip revision: 9620775
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