https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f70eb52dd6f9c67457d03c38d7523e90f31d2ac5 authored by ffxbld on 21 December 2015, 23:45:03 UTC
Added FIREFOX_38_5_2esr_RELEASE FIREFOX_38_5_2esr_BUILD1 tag(s) for changeset 27ad3e19d9f5. DONTBUILD CLOSED TREE a=release
Tip revision: f70eb52
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