| Index: content/test/data/accessibility/checkbox-name-calc.html
|
| diff --git a/content/test/data/accessibility/checkbox-name-calc.html b/content/test/data/accessibility/checkbox-name-calc.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..54436dd646ef4b64c900bf18f36f0bc6427f0176
|
| --- /dev/null
|
| +++ b/content/test/data/accessibility/checkbox-name-calc.html
|
| @@ -0,0 +1,26 @@
|
| +<!--
|
| +@WIN-ALLOW:description*
|
| +-->
|
| +<html>
|
| +<body>
|
| + <input id="c0" type="checkbox" title="Title0">
|
| + <input id="c1" type="checkbox" title="Title1">
|
| + <input id="c2" type="checkbox" title="Title2" aria-label="AriaLabel2">
|
| + <input id="c3" type="checkbox" title="Title3" aria-label="AriaLabel3"
|
| + aria-labelledby="lb3">
|
| + <input id="c4" type="checkbox" title="Title4" aria-label="AriaLabel4"
|
| + aria-labelledby="lb4" aria-describedby="db4">
|
| + <input id="c5" type="checkbox" aria-describedby="db5">
|
| +
|
| + <p aria-label="@NO_DUMP">
|
| + <label for="c1">Label1</label>
|
| + <label for="c2">Label2</label>
|
| + <label for="c3">Label3</label>
|
| + <label for="c4">Label4</label>
|
| + <span id="lb3">LabelledBy3</span>
|
| + <span id="lb4">LabelledBy4</span>
|
| + <span id="db4">DescribedBy4</span>
|
| + <span id="db5">DescribedBy5</span>
|
| + </p>
|
| +</body>
|
| +</html>
|
|
|