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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-subclasses-constructors-expected.txt

Issue 2015623004: Import wpt@ed94c51f3dfaa5ff4c9c311add1a560408059c51 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 Event constructor (no argument) 2 PASS Event constructor (no argument)
3 PASS Event constructor (undefined argument) 3 PASS Event constructor (undefined argument)
4 PASS Event constructor (null argument) 4 PASS Event constructor (null argument)
5 PASS Event constructor (empty argument) 5 PASS Event constructor (empty argument)
6 PASS Event constructor (argument with default values) 6 PASS Event constructor (argument with default values)
7 PASS Event constructor (argument with non-default values) 7 PASS Event constructor (argument with non-default values)
8 PASS UIEvent constructor (no argument) 8 PASS UIEvent constructor (no argument)
9 PASS UIEvent constructor (undefined argument) 9 PASS UIEvent constructor (undefined argument)
10 PASS UIEvent constructor (null argument) 10 PASS UIEvent constructor (null argument)
(...skipping 26 matching lines...) Expand all
37 FAIL KeyboardEvent constructor (argument with non-default values) assert_true: E vent object "[object KeyboardEvent]" should have a isComposing property expected true got false 37 FAIL KeyboardEvent constructor (argument with non-default values) assert_true: E vent object "[object KeyboardEvent]" should have a isComposing property expected true got false
38 PASS CompositionEvent constructor (no argument) 38 PASS CompositionEvent constructor (no argument)
39 PASS CompositionEvent constructor (undefined argument) 39 PASS CompositionEvent constructor (undefined argument)
40 PASS CompositionEvent constructor (null argument) 40 PASS CompositionEvent constructor (null argument)
41 PASS CompositionEvent constructor (empty argument) 41 PASS CompositionEvent constructor (empty argument)
42 PASS CompositionEvent constructor (argument with default values) 42 PASS CompositionEvent constructor (argument with default values)
43 PASS CompositionEvent constructor (argument with non-default values) 43 PASS CompositionEvent constructor (argument with non-default values)
44 PASS UIEvent constructor (view argument with wrong type) 44 PASS UIEvent constructor (view argument with wrong type)
45 Harness: the test ran to completion. 45 Harness: the test ran to completion.
46 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698