Index: LayoutTests/plugins/npruntime/plugin-scriptable-object-invoke-default-expected.txt |
diff --git a/LayoutTests/plugins/npruntime/plugin-scriptable-object-invoke-default-expected.txt b/LayoutTests/plugins/npruntime/plugin-scriptable-object-invoke-default-expected.txt |
index 26a7535072d327626b47805a6a5a3b8d6c37f6c1..a5f6924af4db580015f482e5a5d68a3041cc98ff 100644 |
--- a/LayoutTests/plugins/npruntime/plugin-scriptable-object-invoke-default-expected.txt |
+++ b/LayoutTests/plugins/npruntime/plugin-scriptable-object-invoke-default-expected.txt |
@@ -4,8 +4,8 @@ This page tests invoking as functions JavaScript objects that are provided by pl |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS typeof(pluginWithInvokeDefault) is 'function' |
+FAIL typeof(pluginWithInvokeDefault) should be function. Was object. |
PASS pluginWithInvokeDefault() is 1 |
PASS typeof(pluginWithoutInvokeDefault) is 'object' |
-PASS pluginWithoutInvokeDefault() threw exception TypeError: '[object HTMLEmbedElement]' is not a function (evaluating 'pluginWithoutInvokeDefault()'). |
+FAIL pluginWithoutInvokeDefault() should throw an exception. Was undefined. |