Index: third_party/WebKit/LayoutTests/plugins/no-mime-with-valid-extension-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/plugins/no-mime-with-valid-extension-expected.txt b/third_party/WebKit/LayoutTests/plugins/no-mime-with-valid-extension-expected.txt |
index 7926178bfa854003425b60e0fb7fab40126b9d37..830323b784d4496d59820ae4558e8d1458734985 100644 |
--- a/third_party/WebKit/LayoutTests/plugins/no-mime-with-valid-extension-expected.txt |
+++ b/third_party/WebKit/LayoutTests/plugins/no-mime-with-valid-extension-expected.txt |
@@ -1,4 +1,9 @@ |
-CONSOLE MESSAGE: line 7: PLUGIN: src: resources/test.testnetscape |
-This test checks that bug 50568 is fixed. It runs logSrc test as found in the test plugin which prints the src attribute to stdout. If the bug is present, the logSrc attrbitute that triggers the test will be lost and nothing will be displayed on screen. Upon success, this test should display the src attribute. |
+CONSOLE MESSAGE: Blink Test Plugin: initializing |
+CONSOLE MESSAGE: Blink Test Plugin: plugin args: |
+CONSOLE MESSAGE: Blink Test Plugin: name = id, value = plugin |
+CONSOLE MESSAGE: Blink Test Plugin: name = name, value = plugin |
+CONSOLE MESSAGE: Blink Test Plugin: name = src, value = resources/test.blinktestplugin |
+CONSOLE MESSAGE: Blink Test Plugin: name = logargs, value = 1 |
+This test checks that bug 50568 is fixed. logargs is used to log initialization of the plugin. If the bug is present, the logargs attribute that triggers the log will be lost and nothing will be displayed on screen. Upon success, this test should log a message at initialization. |