| <!-- | |
| @ANDROID-ALLOW:has_character_locations* | |
| --> | |
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>Character Locations</title> | |
| </head> | |
| <body> | |
| <h1>Heading</h1> | |
| <p>Paragraph</p> | |
| <button>Button</button> | |
| <input value="Input"> | |
| <textarea>Textarea</textarea> | |
| <img alt="Image with alt text"> | |
| <a href="#"><img alt="Image inside link"></a> | |
| </body> | |
| </html> |