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

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

Issue 1933203002: Import web-platform-tests@343606cdf8f6c7442d1a0309a9fcdd47d6244eca (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase against web-platform tests to pick up my whitespace fix upstream Created 4 years, 8 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
new file mode 100644
index 0000000000000000000000000000000000000000..52c6ee0cc7d2f97fe2eedff368504de2e6500ac9
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/uievents/constructors/constructors-expected.txt
@@ -0,0 +1,46 @@
+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