mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
335 B
HTML
11 lines
335 B
HTML
<!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>
|