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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-dispatch-click-expected.txt

Issue 2900943002: Clicking a button on disconnected form should not fire submit event. (Closed)
Patch Set: added console message Created 3 years, 6 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 PASS basic with click() 2 PASS basic with click()
3 PASS basic with dispatchEvent() 3 PASS basic with dispatchEvent()
4 PASS basic with wrong event class 4 PASS basic with wrong event class
5 PASS look at parents only when event bubbles 5 PASS look at parents only when event bubbles
6 FAIL look at parents when event bubbles assert_true: expected true got false 6 FAIL look at parents when event bubbles assert_true: expected true got false
7 FAIL pick the first with activation behavior <input type=checkbox> assert_true: child pre-click must be triggered expected true got false 7 FAIL pick the first with activation behavior <input type=checkbox> assert_true: child pre-click must be triggered expected true got false
8 PASS pick the first with activation behavior <a href> 8 PASS pick the first with activation behavior <a href>
9 PASS event state during post-click handling 9 PASS event state during post-click handling
10 PASS redispatch during post-click handling 10 PASS redispatch during post-click handling
11 PASS disabled checkbox still has activation behavior 11 PASS disabled checkbox still has activation behavior
12 PASS disabled checkbox still has activation behavior, part 2 12 PASS disabled checkbox still has activation behavior, part 2
13 PASS disconnected checkbox should be checked 13 PASS disconnected checkbox should be checked
14 PASS disconnected radio should be checked 14 PASS disconnected radio should be checked
15 FAIL disconnected form should not submit assert_false: expected false got true 15 PASS disconnected form should not submit
16 Harness: the test ran to completion. 16 Harness: the test ran to completion.
17 17
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-button-element/button-click-submits-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698