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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Tests that the execution context is changed to match new selected node. 1 Tests that the execution context is changed to match new selected node.
2 2
3 3
4 Context has changed:
5 true
6 Context matches node frameId:
7 true
8 Context has changed:
9 true
10 Context matches node frameId:
11 true
12 4
5 Running: initialize
6 Execution Context: main
7 matches: true
8
9 Running: selectIframeInnerNode
10 Execution Context: iframe
11 matches: true
12
13 Running: selectMainFrameNode
14 Execution Context: main
15 matches: true
16
17 Running: selectIframeNode
18 Execution Context: main
19 matches: true
20
21 Running: selectIframeImmediateChild
22 Execution Context: iframe
23 matches: true
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698