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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/console-cd-completions-expected.txt

Issue 1952553002: [DevTools] Auto completion for proxy uses proxy target object (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-property-descriptors-to-native
Patch Set: Created 4 years, 7 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 Test that completions in the context of an iframe with a different origin will r esult in names of its global variables. Test passes if all global variables are found among completions AND there are NO console messages. Bug 65457. 1 Test that completions in the context of an iframe with a different origin will r esult in names of its global variables. Test passes if all global variables are found among completions AND there are NO console messages. Bug 65457.
2 2
3 3
4 myGlob completions:
4 myGlobalVar 5 myGlobalVar
5 myGlobalFunction 6 myGlobalFunction
6 myIFrame completions: 7 myIFrame completions:
7 self 8 self
8 top 9 top
9 window 10 window
11 proxy completions:
12 a
13 window.counter = 0
10 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698