Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: LayoutTests/plugins/npruntime/plugin-scriptable-object-invoke-default-expected.txt

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « LayoutTests/plugins/npruntime/enumerate-expected.txt ('k') | LayoutTests/plugins/npruntime/remove-property-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698