| Index: LayoutTests/http/tests/dom/resources/promise-rejection-events.js
|
| diff --git a/LayoutTests/http/tests/dom/resources/promise-rejection-events.js b/LayoutTests/http/tests/dom/resources/promise-rejection-events.js
|
| index 8c1555588ae4e1d7c0c84647d32ecdd92e118744..1a7a590a8138a0e7f3732e3aa168de24da3a59ab 100644
|
| --- a/LayoutTests/http/tests/dom/resources/promise-rejection-events.js
|
| +++ b/LayoutTests/http/tests/dom/resources/promise-rejection-events.js
|
| @@ -490,7 +490,7 @@ async_test(function(t) {
|
| assert_array_equals(unhandledPromises, [p]);
|
| assert_array_equals(unhandledReasons, [e]);
|
| assert_equals(ev.promise, p);
|
| - assert_equals(ev.reason, e);
|
| + assert_equals(ev.reason, undefined);
|
| });
|
| }
|
| };
|
|
|