mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
a7f188e73e
--HG-- extra : rebase_source : 16d889910f0cd14071da4ecedfa92fa2db0be750
12 lines
395 B
HTML
12 lines
395 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<!-- When the form has @novalidate, :-moz-ui-invalid doesn't apply. -->
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body onload="document.getElementById('i').value = 'foo';
|
|
document.documentElement.className = '';">
|
|
<form novalidate>
|
|
<input id='i' class='notvalid' required>
|
|
</form>
|
|
</body>
|
|
</html>
|