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

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

Issue 1962443002: [DevTools] Fix completions for "Object." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 myGlob completions:
5 myGlobalVar 5 myGlobalVar
6 myGlobalFunction 6 myGlobalFunction
7 myIFrame completions: 7 myIFrame completions:
8 self 8 self
9 top 9 top
10 window 10 window
11 proxy completions: 11 proxy completions:
12 a 12 a
13 window.counter = 0 13 window.counter = 0
14 MyClass with mixin completions: 14 MyClass with mixin completions:
15 myMethod 15 myMethod
16 Object completions:
17 getOwnPropertyNames
18 getOwnPropertyDescriptor
19 keys
16 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698