| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-subclasses-constructors-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-subclasses-constructors-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-subclasses-constructors-expected.txt
|
| index 52c6ee0cc7d2f97fe2eedff368504de2e6500ac9..d2592895f8294a817c1f5f08def1021fdd372214 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-subclasses-constructors-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/events/Event-subclasses-constructors-expected.txt
|
| @@ -29,12 +29,12 @@ 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 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)
|
|
|