blob: 489baf163aa58e16bb7357134d4189e06b2d1864 [file] [log] [blame]
To manually test this, select the text in the input and attempt to cut. The value of the input should not change.
initial value:
| <shadow:root>
| <div>
| contenteditable="plaintext-only"
| "helloworld"
after prevented cut:
| <shadow:root>
| <div>
| contenteditable="plaintext-only"
| "helloworld"
after allowed cut:
| <shadow:root>
| <div>
| contenteditable="plaintext-only"
| <br>