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

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

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-subclasses-constructors-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-subclasses-constructors-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-subclasses-constructors-expected.txt
deleted file mode 100644
index d2592895f8294a817c1f5f08def1021fdd372214..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-subclasses-constructors-expected.txt
+++ /dev/null
@@ -1,46 +0,0 @@
-This is a testharness.js-based test.
-PASS Event constructor (no argument)
-PASS Event constructor (undefined argument)
-PASS Event constructor (null argument)
-PASS Event constructor (empty argument)
-PASS Event constructor (argument with default values)
-PASS Event constructor (argument with non-default values)
-PASS UIEvent constructor (no argument)
-PASS UIEvent constructor (undefined argument)
-PASS UIEvent constructor (null argument)
-PASS UIEvent constructor (empty argument)
-PASS UIEvent constructor (argument with default values)
-PASS UIEvent constructor (argument with non-default values)
-PASS FocusEvent constructor (no argument)
-PASS FocusEvent constructor (undefined argument)
-PASS FocusEvent constructor (null argument)
-PASS FocusEvent constructor (empty argument)
-PASS FocusEvent constructor (argument with default values)
-PASS FocusEvent constructor (argument with non-default values)
-PASS MouseEvent constructor (no argument)
-PASS MouseEvent constructor (undefined argument)
-PASS MouseEvent constructor (null argument)
-PASS MouseEvent constructor (empty argument)
-PASS MouseEvent constructor (argument with default values)
-PASS MouseEvent constructor (argument with non-default values)
-PASS WheelEvent constructor (no argument)
-PASS WheelEvent constructor (undefined argument)
-PASS WheelEvent constructor (null argument)
-PASS WheelEvent constructor (empty argument)
-PASS WheelEvent constructor (argument with default values)
-PASS WheelEvent constructor (argument with non-default values)
-PASS KeyboardEvent constructor (no argument)
-PASS KeyboardEvent constructor (undefined argument)
-PASS KeyboardEvent constructor (null argument)
-PASS KeyboardEvent constructor (empty argument)
-PASS KeyboardEvent constructor (argument with default values)
-FAIL KeyboardEvent constructor (argument with non-default values) assert_equals: The value of the charCode property should be 7 expected 7 but got 0
-PASS CompositionEvent constructor (no argument)
-PASS CompositionEvent constructor (undefined argument)
-PASS CompositionEvent constructor (null argument)
-PASS CompositionEvent constructor (empty argument)
-PASS CompositionEvent constructor (argument with default values)
-PASS CompositionEvent constructor (argument with non-default values)
-PASS UIEvent constructor (view argument with wrong type)
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698