Chromium Code Reviews| Index: content/test/data/accessibility/input-suggestions-source-element.html |
| diff --git a/content/test/data/accessibility/input-suggestions-source-element.html b/content/test/data/accessibility/input-suggestions-source-element.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9cdbb20e1803cc0153b8ad12d7893d715d0b9a90 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/input-suggestions-source-element.html |
| @@ -0,0 +1,13 @@ |
| +<!-- |
| +@MAC-ALLOW:AXRole* |
| +--> |
| +<!DOCTYPE html> |
| +<html> |
| + <body> |
| + <input type="text" list="datalist1"> |
| + <datalist id="datalist1"> |
| + <option>Option1</option> |
| + <option>Option2</option> |
| + </datalist> |
| + </body> |
| +</html> |