| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| input { | |
| font-size: 20px; | |
| outline: none; | |
| caret-color: transparent; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <input autofocus type="search" value="foo"></input> | |
| <p class="description">This test verifies that composition underlines are visible setting marked text in a search field.</p> | |
| </body> | |
| </html> |