rniwa@webkit.org | c3da86d | 2017-10-17 06:25:55 +0000 | [diff] [blame] | 1 | This tests copying and pasting a markup with an event handler and a javascript URL. WebKit should strip them away upon copy. |
2 | |||||
3 | On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | ||||
4 | |||||
5 | |||||
6 | PASS html.includes("hello") is true | ||||
7 | PASS html.includes("world") is true | ||||
8 | PASS html.includes("dangerousCode") is false | ||||
9 | PASS successfullyParsed is true | ||||
10 | |||||
11 | TEST COMPLETE | ||||
12 |