https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 4fca27164cdaac91d86a7720447aac9c550b9a34 authored by ffxbld on 17 September 2015, 22:06:08 UTC
Added FIREFOX_41_0_RELEASE FIREFOX_41_0_BUILD3 tag(s) for changeset 78c82e5cd777. DONTBUILD CLOSED TREE a=release
Tip revision: 4fca271
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