summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/dom/form-control-for-label.html
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/manual-tests/dom/form-control-for-label.html')
-rw-r--r--Source/WebCore/manual-tests/dom/form-control-for-label.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/dom/form-control-for-label.html b/Source/WebCore/manual-tests/dom/form-control-for-label.html
new file mode 100644
index 0000000..aeb8338
--- /dev/null
+++ b/Source/WebCore/manual-tests/dom/form-control-for-label.html
@@ -0,0 +1,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>
+