| Index: LayoutTests/fast/dom/promise-rejection-events-console.html
|
| diff --git a/LayoutTests/fast/dom/promise-rejection-events-console.html b/LayoutTests/fast/dom/promise-rejection-events-console.html
|
| index 9098980b1d9e26eabd4655598ea04541375f3571..375a11ac517c028dc7a6aaf05dcf0da5858bd5e5 100644
|
| --- a/LayoutTests/fast/dom/promise-rejection-events-console.html
|
| +++ b/LayoutTests/fast/dom/promise-rejection-events-console.html
|
| @@ -29,7 +29,7 @@ async_test(function(t) {
|
| t.step(function() {
|
| assert_false(evt.cancelable);
|
| assert_equals(evt.promise, p);
|
| - assert_equals(evt.reason, e);
|
| + assert_equals(evt.reason, undefined);
|
| });
|
| setTimeout(function() {
|
| if (window.internals) {
|
|
|