3 <meta name="viewport" content="width=device-width, initial-scale=1">
5 function handleTouchEvent(event) {
7 event.preventDefault();
14 border: 1px solid #4D90FE;
20 <body style="margin: 0;">
21 <p>This tests checks that a node can be assisted when focused due to a touch event, even when the focus does not change.</p>
22 <p>Tapping the below input should show the keyboard.</p>
23 <input autofocus ontouchstart="handleTouchEvent(event);"></input>