| 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 1d69e2078fbb6ee2100197dbe3fb7de393d5e711..8c1555588ae4e1d7c0c84647d32ecdd92e118744 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, null);
|
| + assert_equals(ev.reason, e);
|
| });
|
| }
|
| };
|
|
|