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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events-expected.txt

Issue 2610963005: [DevTools] Pass the frame payload (Closed)
Patch Set: [DevTools] Pass the frame payload Created 3 years, 11 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/http/tests/inspector/resource-tree/resource-tree-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events-expected.txt
index 997d3c1ffa28350f815029251f14f0b1ed4a4e5f..c8f36cd399b42c45344ec1271cd2e371f9fcac9c 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events-expected.txt
@@ -11,8 +11,8 @@ Navigating child frame 1
FrameNavigated : child1 : loader-child1
SecurityOriginAdded : http://frame/child1.html
Navigating child frame 1 to a different URL
- SecurityOriginRemoved : http://frame/child1.html
FrameNavigated : child1 : loader-child1
+ SecurityOriginRemoved : http://frame/child1.html
SecurityOriginAdded : http://frame/child1-new.html
Navigating child frame 2
FrameAdded : child2
@@ -23,8 +23,8 @@ Detaching child frame 1
FrameDetached : child1
Navigating root frame
SecurityOriginRemoved : http://frame/child2.html
- SecurityOriginRemoved : http://frame/root1.html
FrameDetached : child2
+ SecurityOriginRemoved : http://frame/root1.html
FrameDetached : root1
FrameAdded : root2
FrameNavigated : root2 : loader-root2

Powered by Google App Engine
This is Rietveld 408576698