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

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

Issue 2749383005: [Devtools] Add stacktrace for Page.frameAttached event (Closed)
Patch Set: changes 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..e3707bb09e6f4d238e41bca4430db87f2d604b01
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/page/frameAttachedStacktrace-expected.txt
@@ -0,0 +1,40 @@
+
+Page reloaded.
+Frame Attached
+Stack is empty
+
+Frame Attached
+Call Frames :
+[
+ [0] : {
+ columnNumber : 18
+ functionName : createFrame
+ lineNumber : 13
+ scriptId : <scriptId>
+ lineNumber : 13
+ url : <only showing file name>/frameAttachedStacktrace.html
+ }
+ [1] : {
+ columnNumber : 0
+ functionName :
+ lineNumber : 0
+ scriptId : <scriptId>
+ lineNumber : 0
+ url :
+ }
+]
+
+Frame Attached
+Call Frames :
+[
+ [0] : {
+ columnNumber : 14
+ functionName :
+ lineNumber : 3
+ scriptId : <scriptId>
+ lineNumber : 3
+ url : data:text/html,<html><body><script>%0Avar innerFrame = document.createElement('iframe');%0AinnerFrame.src = 'about:blank';%0Adocument.body.appendChild(innerFrame);%0A</script></body></html>
+ }
+]
+
+

Powered by Google App Engine
This is Rietveld 408576698