Index: third_party/WebKit/LayoutTests/plugins/no-mime-with-valid-extension.html |
diff --git a/third_party/WebKit/LayoutTests/plugins/no-mime-with-valid-extension.html b/third_party/WebKit/LayoutTests/plugins/no-mime-with-valid-extension.html |
index 41b32275550227df9c425dbe4a47a1de49a0d3d7..3eaecef865d285c027feccc6018b8cb3f983c900 100644 |
--- a/third_party/WebKit/LayoutTests/plugins/no-mime-with-valid-extension.html |
+++ b/third_party/WebKit/LayoutTests/plugins/no-mime-with-valid-extension.html |
@@ -6,10 +6,10 @@ startAfterLoadAndFinish(); |
</script> |
<p> |
This test checks that <a href="https://bugs.webkit.org/show_bug.cgi?id=50657">bug 50568</a> |
-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. |
+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. |
</p> |
<!-- Embed tag with missing type="" parameter --> |
-<embed id="plugin" name="plugin" src="resources/test.testnetscape" logSrc="1"> |
+<embed id="plugin" name="plugin" src="resources/test.blinktestplugin" logargs="1"> |