| Index: LayoutTests/fast/events/event-trusted-expected.txt
|
| diff --git a/LayoutTests/fast/events/event-trusted-expected.txt b/LayoutTests/fast/events/event-trusted-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bf0765ef194209e93477a49e59c5c33c978bf424
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/events/event-trusted-expected.txt
|
| @@ -0,0 +1,19 @@
|
| +
|
| +This tests that isTrusted returns the correct value under certain situations.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +
|
| +
|
| +PASS document.createEvent('Event').isTrusted is false
|
| +PASS createAndInitEvent().isTrusted is false
|
| +PASS event.isTrusted is true
|
| +PASS originalEvent.isTrusted is true
|
| +PASS redispatched is true
|
| +PASS originalEvent.isTrusted is false
|
| +
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|