summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ui-valid/input/input-dyn-not-disabled-changed.html
blob: 535121db1815078d54793c394fdf5e2b7c6d7d03 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html class="reftest-wait">
  <!-- Test: if input is not disabled and its value has been changed,
             it should be affected by :-moz-ui-valid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementById('i').removeAttribute('disabled');
                document.getElementById('i').value = '';
                document.documentElement.className='';">
    <input class='valid' id='i' disabled>
  </body>
</html>