| OLD | NEW |
| 1 | 1 |
| 2 This tests that isTrusted returns the correct value under certain situations. | 2 This tests that isTrusted returns the correct value under certain situations. |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| 9 PASS document.createEvent('Event').isTrusted is false | 9 PASS document.createEvent('Event').isTrusted is false |
| 10 PASS createAndInitEvent().isTrusted is false | 10 PASS createAndInitEvent().isTrusted is false |
| 11 PASS event.isTrusted is true | 11 PASS event.isTrusted is true |
| 12 PASS originalEvent.isTrusted is true | 12 PASS originalEvent.isTrusted is true |
| 13 PASS redispatched is true | 13 PASS redispatched is true |
| 14 PASS originalEvent.isTrusted is false | 14 PASS originalEvent.isTrusted is false |
| 15 PASS originalEvent.isTrusted is false |
| 15 | 16 |
| 16 PASS successfullyParsed is true | 17 PASS successfullyParsed is true |
| 17 | 18 |
| 18 TEST COMPLETE | 19 TEST COMPLETE |
| 19 | 20 |
| OLD | NEW |