blob: 5288415a88b48680f65eca2f305c8a01915ad7f0 (
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('b').setCustomValidity('foo');
document.documentElement.className = '';">
<form novalidate>
<button id='b' class='notinvalid'></button>
</form>
</body>
</html>
|