blob: 3fb4aae976e6bc71052546a85c5dc474a3709d01 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html class="reftest-wait">
<!-- Test: if input is readonly, it is barred from constraint validation
and should not be affected by :valid pseudo-class. -->
<link rel='stylesheet' type='text/css' href='style.css'>
<body onload="document.getElementById('i').readOnly='ro'; document.documentElement.className='';">
<input class='notvalid' id='i'>
</body>
</html>
|