blob: aeb8338d7d72463bdc8ae3012084ceda6a98a9c5 [file] [log] [blame]
<html>
<style>
progress {border: 3px solid blue;}
progress:hover {border: 3px solid red;}
</style>
<body>
<h3>Test hover</h3>
<label>The border color of the progress bar should change from blue to red when you hover on this label text <progress></progress></label><br>
<label>The border of this progress bar would change color when it is inside fieldset and legend elements <fieldset><legend><progress></progress></legend></fieldset></label><br>
</body>
</html>