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

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

Issue 2454073005: Add isComposing support for KeyboardEvents (Closed)
Patch Set: Fix windows and linux Created 4 years, 1 month 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 | « no previous file | third_party/WebKit/LayoutTests/platform/linux/virtual/stable/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 11 matching lines...) Expand all
22 PASS MouseEvent constructor (null argument) 22 PASS MouseEvent constructor (null argument)
23 PASS MouseEvent constructor (empty argument) 23 PASS MouseEvent constructor (empty argument)
24 PASS MouseEvent constructor (argument with default values) 24 PASS MouseEvent constructor (argument with default values)
25 PASS MouseEvent constructor (argument with non-default values) 25 PASS MouseEvent constructor (argument with non-default values)
26 PASS WheelEvent constructor (no argument) 26 PASS WheelEvent constructor (no argument)
27 PASS WheelEvent constructor (undefined argument) 27 PASS WheelEvent constructor (undefined argument)
28 PASS WheelEvent constructor (null argument) 28 PASS WheelEvent constructor (null argument)
29 PASS WheelEvent constructor (empty argument) 29 PASS WheelEvent constructor (empty argument)
30 PASS WheelEvent constructor (argument with default values) 30 PASS WheelEvent constructor (argument with default values)
31 PASS WheelEvent constructor (argument with non-default values) 31 PASS WheelEvent constructor (argument with non-default values)
32 FAIL KeyboardEvent constructor (no argument) assert_true: Event object "[object KeyboardEvent]" should have a isComposing property expected true got false 32 PASS KeyboardEvent constructor (no argument)
33 FAIL KeyboardEvent constructor (undefined argument) assert_true: Event object "[ object KeyboardEvent]" should have a isComposing property expected true got fals e 33 PASS KeyboardEvent constructor (undefined argument)
34 FAIL KeyboardEvent constructor (null argument) assert_true: Event object "[objec t KeyboardEvent]" should have a isComposing property expected true got false 34 PASS KeyboardEvent constructor (null argument)
35 FAIL KeyboardEvent constructor (empty argument) assert_true: Event object "[obje ct KeyboardEvent]" should have a isComposing property expected true got false 35 PASS KeyboardEvent constructor (empty argument)
36 FAIL KeyboardEvent constructor (argument with default values) assert_true: Event object "[object KeyboardEvent]" should have a isComposing property expected tru e got false 36 PASS KeyboardEvent constructor (argument with default values)
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_equals: The value of the charCode property should be 7 expected 7 but got 0
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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/linux/virtual/stable/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698