| Index: third_party/WebKit/LayoutTests/fast/dom/DOMException/dispatch-event-exception-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/DOMException/dispatch-event-exception-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/DOMException/dispatch-event-exception-expected.txt
|
| index fe8d89914f57761f2e92dea1691a7ae2b29b517a..3afbaf8d59dbc90d8b453e89512610c83a70086c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/DOMException/dispatch-event-exception-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/DOMException/dispatch-event-exception-expected.txt
|
| @@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
| PASS e.toString() is "InvalidStateError: Failed to execute 'dispatchEvent' on 'EventTarget': The event provided is null."
|
| PASS Object.prototype.toString.call(e) is "[object DOMException]"
|
| -FAIL Object.prototype.toString.call(e.__proto__) should be [object DOMExceptionPrototype]. Was [object Object].
|
| +PASS Object.prototype.toString.call(e.__proto__) is "[object DOMException]"
|
| PASS e.constructor.toString() is "function DOMException() { [native code] }"
|
| PASS e.constructor is window.DOMException
|
| PASS successfullyParsed is true
|
|
|