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

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

Issue 2655803006: INPUT element: avoid crash in EventDispatcher::dispatchEventPostProcess(). (Closed)
Patch Set: . Created 3 years, 10 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 This is a testharness.js-based test.
2 PASS basic with click()
3 PASS basic with dispatchEvent()
4 PASS basic with wrong event class
5 PASS look at parents only when event bubbles
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
8 PASS pick the first with activation behavior <a href>
9 PASS event state during post-click handling
10 PASS redispatch during post-click handling
11 PASS disabled checkbox still has activation behavior
12 PASS disabled checkbox still has activation behavior, part 2
13 PASS disconnected checkbox should be checked
14 PASS disconnected radio should be checked
15 FAIL disconnected form should not submit assert_false: expected false got true
16 Harness: the test ran to completion.
17
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/events/EventDispatcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698