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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/uievents/constructors/constructors-expected.txt

Issue 1985363002: Move the uievents directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 7 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/imported/web-platform-tests/uievents/constructors/constructors-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/uievents/constructors/constructors-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/uievents/constructors/constructors-expected.txt
deleted file mode 100644
index 52c6ee0cc7d2f97fe2eedff368504de2e6500ac9..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/uievents/constructors/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)
-FAIL KeyboardEvent constructor (no argument) assert_true: Event object "[object KeyboardEvent]" should have a isComposing property expected true got false
-FAIL KeyboardEvent constructor (undefined argument) assert_true: Event object "[object KeyboardEvent]" should have a isComposing property expected true got false
-FAIL KeyboardEvent constructor (null argument) assert_true: Event object "[object KeyboardEvent]" should have a isComposing property expected true got false
-FAIL KeyboardEvent constructor (empty argument) assert_true: Event object "[object KeyboardEvent]" should have a isComposing property expected true got false
-FAIL KeyboardEvent constructor (argument with default values) assert_true: Event object "[object KeyboardEvent]" should have a isComposing property expected true got false
-FAIL KeyboardEvent constructor (argument with non-default values) assert_true: Event object "[object KeyboardEvent]" should have a isComposing property expected true got false
-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