| Index: content/test/data/accessibility/input-text-name-calc.html
|
| diff --git a/content/test/data/accessibility/input-text-name-calc.html b/content/test/data/accessibility/input-text-name-calc.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5843b8c44ba53779a0c5d8dd885e26f9c5ca41df
|
| --- /dev/null
|
| +++ b/content/test/data/accessibility/input-text-name-calc.html
|
| @@ -0,0 +1,33 @@
|
| +<!--
|
| +@WIN-ALLOW:description*
|
| +-->
|
| +<html>
|
| +<body>
|
| + <input id="c0" type="text" title="Title0">
|
| + <input id="c1" type="text" title="Title1">
|
| + <input id="c2" type="text" title="Title2" aria-label="AriaLabel2">
|
| + <input id="c3" type="text" title="Title3" aria-label="AriaLabel3"
|
| + aria-labelledby="lb3">
|
| +
|
| + <input id="c4" type="text" placeholder="Placeholder4">
|
| + <input id="c5" type="text" placeholder="Placeholder5" title="Title5">
|
| +
|
| + <input id="c6" type="text" title="Title6"
|
| + aria-label="AriaLabel6" aria-labelledby="lb6"
|
| + aria-describedby="db6">
|
| +
|
| + <p aria-label="@NO_DUMP">
|
| + <label for="c1">Label1</label>
|
| + <label for="c2">Label2</label>
|
| + <label for="c3">Label3</label>
|
| +
|
| + <label for="c6">Label6</label>
|
| +
|
| + <span id="lb3">LabelledBy3</span>
|
| +
|
| + <span id="lb6">LabelledBy6</span>
|
| +
|
| + <span id="db6">DescribedBy6</span>
|
| + </p>
|
| +</body>
|
| +</html>
|
|
|