| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| Test that firing a \n char event at a text field doesn't insert line breaks. To | |
| run the test manually, ensure that the input field below is not focused, and | |
| hit enter. The test passes, if the caret stays inside the input field.<br> | |
| <input autofocus type="text"></input> | |
| </body> | |
| </html> |