https://github.com/mozilla/gecko-dev
Raw File
Tip revision: fbb3fab838938af483547e83c6c33c1459f2fd4f authored by ffxbld on 14 May 2015, 17:23:39 UTC
Added FIREFOX_38_0_1esr_RELEASE FIREFOX_38_0_1esr_BUILD2 tag(s) for changeset d0fb637e6902. DONTBUILD CLOSED TREE a=release
Tip revision: fbb3fab
button-reset.html
<!DOCTYPE html>
<html class="reftest-wait">
  <!-- Test: if button is of the reset type, it is barred from constraint
             validation and should not be affected by :invalid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementById('b').setCustomValidity('foo'); document.documentElement.className='';">
    <button class='notinvalid' id='b' type='reset'></button>
  </body>
</html>
back to top