Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Side by Side Diff: LayoutTests/fast/events/event-trusted-expected.txt

Issue 1233233003: Add Event.isTrusted support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master_event_trusted_main2
Patch Set: Fix nits Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1
2 This tests that isTrusted returns the correct value under certain situations.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7
8
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
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/event-trusted.html ('k') | LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698