mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 03:13:09 +09:00
10 lines
338 B
HTML
10 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>
|