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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 11 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 Found 43 tests. 42 PASS 1 FAIL 0 TIMEOUT 0 NOTRUN
2 PASS Event constructor (no argument) 3 PASS Event constructor (no argument)
3 PASS Event constructor (undefined argument) 4 PASS Event constructor (undefined argument)
4 PASS Event constructor (null argument) 5 PASS Event constructor (null argument)
5 PASS Event constructor (empty argument) 6 PASS Event constructor (empty argument)
6 PASS Event constructor (argument with default values) 7 PASS Event constructor (argument with default values)
7 PASS Event constructor (argument with non-default values) 8 PASS Event constructor (argument with non-default values)
8 PASS UIEvent constructor (no argument) 9 PASS UIEvent constructor (no argument)
9 PASS UIEvent constructor (undefined argument) 10 PASS UIEvent constructor (undefined argument)
10 PASS UIEvent constructor (null argument) 11 PASS UIEvent constructor (null argument)
11 PASS UIEvent constructor (empty argument) 12 PASS UIEvent constructor (empty argument)
(...skipping 25 matching lines...) Expand all
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 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) 39 PASS CompositionEvent constructor (no argument)
39 PASS CompositionEvent constructor (undefined argument) 40 PASS CompositionEvent constructor (undefined argument)
40 PASS CompositionEvent constructor (null argument) 41 PASS CompositionEvent constructor (null argument)
41 PASS CompositionEvent constructor (empty argument) 42 PASS CompositionEvent constructor (empty argument)
42 PASS CompositionEvent constructor (argument with default values) 43 PASS CompositionEvent constructor (argument with default values)
43 PASS CompositionEvent constructor (argument with non-default values) 44 PASS CompositionEvent constructor (argument with non-default values)
44 PASS UIEvent constructor (view argument with wrong type) 45 PASS UIEvent constructor (view argument with wrong type)
45 Harness: the test ran to completion. 46 Harness: the test ran to completion.
46 47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698