Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / event-trusted-expected.txt
blob4717f41eae3dff3a65b970122a948cb4ca658930
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
19 TEST COMPLETE