https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a5cd37d5f47ecb7118d8804b928a5ac4ccf6a7fd authored by ffxbld on 08 September 2011, 19:36:56 UTC
Added tag FENNEC_7_0b5_BUILD1 for changeset 386311c39987. CLOSED TREE a=release
Tip revision: a5cd37d
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