Index: content/test/data/accessibility/html/input-checkbox-label.html |
diff --git a/content/test/data/accessibility/html/input-checkbox-label.html b/content/test/data/accessibility/html/input-checkbox-label.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0fcd6e6adfa925b5ca5d9663931545b2a0ca77c6 |
--- /dev/null |
+++ b/content/test/data/accessibility/html/input-checkbox-label.html |
@@ -0,0 +1,8 @@ |
+<html> |
+<body> |
+ <label style="position: relative;"> |
+ <input type="checkbox"> |
+ Checkbox Title |
+ </label> |
+</body> |
+</html> |