| Index: third_party/WebKit/LayoutTests/fast/dom/promise-rejection-events-console.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/promise-rejection-events-console.html b/third_party/WebKit/LayoutTests/fast/dom/promise-rejection-events-console.html
|
| index e6a260d6645911976c4b806be5df4c7ea87feb7f..3b848a5c69c57a9220ac5c36b1e3934c89fb89ce 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/promise-rejection-events-console.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/promise-rejection-events-console.html
|
| @@ -32,11 +32,6 @@ async_test(function(t) {
|
| assert_equals(evt.reason, e);
|
| });
|
| setTimeout(function() {
|
| - if (window.internals) {
|
| - t.step(function() {
|
| - assert_equals(internals.numberOfConsoleMessages(document), 0);
|
| - });
|
| - }
|
| t.done();
|
| }, 10);
|
| };
|
|
|