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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-button-element/button-events-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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 FAIL The submit event must be fired when click a button in submit status assert_ true: The isTrusted attribute of the submit event shoud be true. expected true g ot undefined 2 PASS The submit event must be fired when click a button in submit status
3 FAIL The reset event must be fired when click a button in reset status assert_tr ue: The isTrusted attribute of the reset event shoud be true. expected true got undefined 3 PASS The reset event must be fired when click a button in reset status
4 FAIL The show event must be fired when click a button in menu status assert_equa ls: The button type should be 'menu'. expected "menu" but got "submit" 4 FAIL The show event must be fired when click a button in menu status assert_equa ls: The button type should be 'menu'. expected "menu" but got "submit"
5 Harness: the test ran to completion. 5 Harness: the test ran to completion.
6 6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698