blob: adadc621b0740527a0b300855b900efe4d6e4f22 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html class='reftest-wait'>
<link rel='stylesheet' type='text/css' href='style.css'>
<body onload="document.getElementById('t').value = 'foo';
document.documentElement.className = '';">
<form novalidate>
<textarea id='t' required class='notvalid'></textarea>
</form>
</body>
</html>
|