summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/dom/form-control-for-label.html
blob: aeb8338d7d72463bdc8ae3012084ceda6a98a9c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>