Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/promise-rejection-events-console.html

Issue 2150993004: [DevTools] Remove V8Debugger::consoleMessagesCount. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698