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

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

Issue 1285793004: isTrusted is incorrect for events generated by Element.click() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Change bool on SimulatedMouseEvent to the enum class introduced everywhere else Created 5 years, 4 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
« no previous file with comments | « LayoutTests/fast/events/event-trusted.html ('k') | Source/core/dom/Node.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/event-trusted.html ('k') | Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698