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