| Index: LayoutTests/fast/events/constructors/event-constructors-expected.txt
|
| diff --git a/LayoutTests/fast/events/constructors/event-constructors-expected.txt b/LayoutTests/fast/events/constructors/event-constructors-expected.txt
|
| index 6abc8e097cf555853b6b596e7acaef44ea5b1f46..ff56f4c7d6b3e601d8b46a7ed1863b600c348430 100644
|
| --- a/LayoutTests/fast/events/constructors/event-constructors-expected.txt
|
| +++ b/LayoutTests/fast/events/constructors/event-constructors-expected.txt
|
| @@ -21,8 +21,7 @@ PASS (new Event('eventType', null)).bubbles is false
|
| PASS (new Event('eventType', null)).cancelable is false
|
| PASS (new Event('eventType', undefined)).bubbles is false
|
| PASS (new Event('eventType', undefined)).cancelable is false
|
| -PASS (new Event('eventType', 0)).bubbles is false
|
| -PASS (new Event('eventType', 0)).cancelable is false
|
| +PASS new Event('eventType', 0) threw exception TypeError: Failed to construct 'Event': parameter 2 ('eventInitDict') is not an object..
|
| PASS (new Event('eventType', window)).bubbles is false
|
| PASS (new Event('eventType', window)).cancelable is false
|
| PASS (new Event('eventType', window)).bubbles is true
|
|
|