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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-line-and-column-expected.txt

Issue 2139543002: [DevTools] Report console API calls through Runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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
Index: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-line-and-column-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/console/console-line-and-column-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-line-and-column-expected.txt
similarity index 71%
rename from third_party/WebKit/LayoutTests/inspector-protocol/console/console-line-and-column-expected.txt
rename to third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-line-and-column-expected.txt
index f38b26497e1bf0e475dd342d5517a299cba19712..1878e02cfb9817332801a8a7259f84d2c8d07bd5 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/console/console-line-and-column-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-line-and-column-expected.txt
@@ -1,11 +1,7 @@
CONSOLE MESSAGE: line 1: 239
CONSOLE MESSAGE: line 2: 239
{
- column : 9
- level : log
- line : 1
- source : console-api
- stack : {
+ stackTrace : {
callFrames : [
[0] : {
columnNumber : 8
@@ -16,16 +12,10 @@ CONSOLE MESSAGE: line 2: 239
}
]
}
- text : 239
type : log
- url :
}
{
- column : 3
- level : log
- line : 2
- source : console-api
- stack : {
+ stackTrace : {
callFrames : [
[0] : {
columnNumber : 2
@@ -36,8 +26,6 @@ CONSOLE MESSAGE: line 2: 239
}
]
}
- text : 239
type : log
- url :
}

Powered by Google App Engine
This is Rietveld 408576698