blob: 674eccdd419e394b8f94065d05b6f68a9ae88f47 [file] [log] [blame]
Test that completions in the context of an iframe with a different origin will result in
names of its global variables. Test passes if all global variables are found among completions
AND there are NO console messages. Bug 65457.
https://bugs.webkit.org/show_bug.cgi?id=65457
myGlob completions:
myGlobalVar
myGlobalFunction
myIFrame completions:
self
top
window
proxy completions:
a
window.counter = 0
MyClass with mixin completions:
myMethod
Object completions:
getOwnPropertyNames
getOwnPropertyDescriptor
keys