()
| 22 | } |
| 23 | |
| 24 | function roleTarget(): HTMLElement { |
| 25 | const target = document.createElement('div'); |
| 26 | target.setAttribute('tabIndex', '0'); |
| 27 | target.setAttribute('role', 'textbox'); |
| 28 | return target; |
| 29 | } |
| 30 | |
| 31 | /** |
| 32 | * Returns true if the given key or keyCode acts as a click event for the |
no test coverage detected
searching dependent graphs…