mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
33f96edc87
--HG-- extra : rebase_source : 16d889910f0cd14071da4ecedfa92fa2db0be750
11 lines
338 B
HTML
11 lines
338 B
HTML
<!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>
|