summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-invalid/input/input-dyn-not-readonly.html
blob: 83bf1024eb4bdf45d21247d6436cb8f73503eac4 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html class="reftest-wait">
  <!-- Test: if input 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('i').removeAttribute('readonly'); document.documentElement.className='';">
    <input class='invalid' id='i' readonly required>
  </body>
</html>