blob: d9ec9a332097bc6d5ee073b7bf5ae1548d5f02b9 [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:
proxy completions:
a
window.counter = 0
MyClass with mixin completions:
myMethod
Object completions:
getOwnPropertyNames
getOwnPropertyDescriptor
keys