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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/page/frameAttachedStacktrace-expected.txt

Issue 2749383005: [Devtools] Add stacktrace for Page.frameAttached event (Closed)
Patch Set: added test Created 3 years, 9 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/page/frameAttachedStacktrace-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/page/frameAttachedStacktrace-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/page/frameAttachedStacktrace-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..51e856a98b6c0e0ae172bcb4607e17c9d2ba3187
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/page/frameAttachedStacktrace-expected.txt
@@ -0,0 +1,36 @@
+
+Frame Attached
+Call Frames :
+[
+ [0] : {
+ columnNumber : 18
+ functionName : createFrame
+ lineNumber : 13
+ scriptId : <scriptId>
+ lineNumber : 13
+ url : <url not shown>
+ }
+ [1] : {
+ columnNumber : 0
+ functionName :
+ lineNumber : 0
+ scriptId : <scriptId>
+ lineNumber : 0
+ url : <url not shown>
+ }
+]
+
+Frame Attached
+Call Frames :
+[
+ [0] : {
+ columnNumber : 115
+ functionName :
+ lineNumber : 0
+ scriptId : <scriptId>
+ lineNumber : 0
+ url : <url not shown>
+ }
+]
+
+

Powered by Google App Engine
This is Rietveld 408576698