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