| Index: third_party/WebKit/LayoutTests/fast/events/inputevents/input-event-listener-class-name-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/accessibility/crash-on-accessing-properties-at-initial-state-expected.txt b/third_party/WebKit/LayoutTests/fast/events/inputevents/input-event-listener-class-name-expected.txt
|
| similarity index 53%
|
| copy from third_party/WebKit/LayoutTests/accessibility/crash-on-accessing-properties-at-initial-state-expected.txt
|
| copy to third_party/WebKit/LayoutTests/fast/events/inputevents/input-event-listener-class-name-expected.txt
|
| index e2f858abfc3f4dce6b94571f7a72e842c5cbf600..93c9862bc5d37ed1d370e0f73fdf6e3bdc34d338 100644
|
| --- a/third_party/WebKit/LayoutTests/accessibility/crash-on-accessing-properties-at-initial-state-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/inputevents/input-event-listener-class-name-expected.txt
|
| @@ -1,8 +1,9 @@
|
| -This tests that there's no crash when accessising any properties at the initial state.
|
| +This tests that addEventListener('input') produces correct event type.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| +PASS event1.constructor.name is "InputEvent"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|