https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 94adc03bea1107b2811d9da6f637fef9238f5493 authored by Christian Legnitto on 04 November 2011, 21:45:30 UTC
Backed out changeset ffc6b683175d, bad tag
Tip revision: 94adc03
textarea-customerror.html
<!DOCTYPE html>
<html class="reftest-wait">
  <!-- Test: if textarea has a custom error, it should be affected by :invalid
             pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementById('t').setCustomValidity('foo'); document.documentElement.className='';">
    <textarea class='invalid' id='t'></textarea>
  </body>
</html>
back to top