https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 4f25882ccf2359d2d5fc6d737dccb5fcc2fb4839 authored by ffxbld on 09 March 2012, 20:41:07 UTC
Added FIREFOX_11_0_RELEASE FIREFOX_11_0_BUILD1 tag(s) for changeset 72e3dc061978. DONTBUILD CLOSED TREE a=release
Tip revision: 4f25882
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