blob: 57f72d5a1a90ed6521e9a4753cb9d9dc5c515f45 [file] [log] [blame]
This tests to see if Copy, Cut, and Paste fire oncopy, oncut and onpaste even when those operations are disabled. Since they are disabled they can't be performed from the Edit menu, they need to be explicitly performed via execCommand or -[WebView copy:].
oncopy fired
oncut fired
onpaste fired