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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt

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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 2: A message with first argument string 1 CONSOLE MESSAGE: line 2: A message with first argument string
2 CONSOLE MESSAGE: line 3: 2011 2 CONSOLE MESSAGE: line 3: 2011
3 CONSOLE MESSAGE: line 4: [object Window] 3 CONSOLE MESSAGE: line 4: [object Window]
4 Tests that Web Inspector will discard console message arguments when iframe wher e the message was logged is navigated to a different page. 4 Tests that Web Inspector will discard console message arguments and convert firs t argument into a string when iframe where the message was logged is navigated t o a different page.
5 5
6 6
7 PASSED: found argument counts for 3 messages 7 Message: "A message with first argument string", arguments: [string]
8 PASSED: no messages with arguments 8 Message: "2011", arguments: [string]
9 Message: "[object Window]", arguments: [string]
10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698