Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/css-ui-invalid/default-style/button-focus.html

14 lines
339 B
HTML
Raw Normal View History

<!DOCTYPE>
<html class="reftest-wait">
<script>
function onloadHandler()
{
document.getElementById('e').setCustomValidity('foo');
document.getElementById('e').focus();
}
</script>
<body onload="onloadHandler();">
<button id='e' onfocus="document.documentElement.className='';"></button>
</body>
</html>