blob: 26a7535072d327626b47805a6a5a3b8d6c37f6c1 [file] [log] [blame]
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: '[object HTMLEmbedElement]' is not a function (evaluating 'pluginWithoutInvokeDefault()').