https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 8839e3e313f0e0608df80fdd57aa32ef1017a32c authored by ffxbld on 08 February 2012, 09:11:27 UTC
Added tag FENNEC_11_0b2_BUILD1 for changeset 7f22f84970de. CLOSED TREE a=release
Tip revision: 8839e3e
textarea-dyn-not-readonly.html
<!DOCTYPE html>
<html class="reftest-wait">
  <!-- Test: if textarea is no longer readonly, it is candidate for constraint
             validation and should be affected by :invalid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementById('t').removeAttribute('readonly'); document.documentElement.className='';">
    <textarea class='invalid' id='t' readonly required></textarea>
  </body>
</html>
back to top