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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/selected-element-changes-execution-context-expected.txt

Issue 2206153002: DevTools: make iframe nodes report correct frame they belong to (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename + test Created 4 years, 4 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/elements/selected-element-changes-execution-context-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/selected-element-changes-execution-context-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/selected-element-changes-execution-context-expected.txt
index 4a7012e8617963f9badac1449f27aa321fc628c5..a6ff1ac3d56d51f088cb0781a1f0c5aec892c701 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/selected-element-changes-execution-context-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/selected-element-changes-execution-context-expected.txt
@@ -1,12 +1,24 @@
Tests that the execution context is changed to match new selected node.
-Context has changed:
-true
-Context matches node frameId:
-true
-Context has changed:
-true
-Context matches node frameId:
-true
+
+Running: initialize
+Execution Context: main
+ matches: true
+
+Running: selectIframeInnerNode
+Execution Context: iframe
+ matches: true
+
+Running: selectMainFrameNode
+Execution Context: main
+ matches: true
+
+Running: selectIframeNode
+Execution Context: main
+ matches: true
+
+Running: selectIframeImmediateChild
+Execution Context: iframe
+ matches: true

Powered by Google App Engine
This is Rietveld 408576698