mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
10 lines
387 B
HTML
10 lines
387 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<!-- Test: if button has a custom error, it should not be affected by :valid
|
|
pseudo-class -->
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body onload="document.getElementById('b').setCustomValidity('foo'); document.documentElement.className='';">
|
|
<button class='invalid' id='b'></button>
|
|
</body>
|
|
</html>
|