shihchieh_lee@apple.com | da81f1e | 2020-04-15 21:57:22 +0000 | [diff] [blame] | 1 | <body><input id=input required draggable="true"> |
2 | <script> | ||||
3 | input.focus(); | ||||
4 | document.execCommand("forwardDelete", false); | ||||
5 | document.body.innerText = "Tests forward-deleting a UserSelect::None element. The test passes if WebKit doesn't crash or hit an ssertion."; | ||||
6 | if (window.testRunner) | ||||
7 | testRunner.dumpAsText(); | ||||
8 | </script> |