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 |