blob: c16423d810de481ec802f94c17036b693d6c0331 [file] [log] [blame] [edit]
This page tests invoking as functions JavaScript objects that are provided by plugins.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS typeof(pluginWithInvokeDefault) is 'function'
PASS pluginWithInvokeDefault() is 1
PASS typeof(pluginWithoutInvokeDefault) is 'object'
PASS pluginWithoutInvokeDefault() threw exception TypeError: HTMLEmbedElement is not a function (evaluating 'pluginWithoutInvokeDefault()').