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

Unified Diff: third_party/WebKit/LayoutTests/plugins/nested-plugin-objects.html

Issue 1814093003: LayoutTests: migrate nested-plugin-objects to ppapi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update_linux_plugins_expectations
Patch Set: rebase Created 4 years, 9 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: third_party/WebKit/LayoutTests/plugins/nested-plugin-objects.html
diff --git a/third_party/WebKit/LayoutTests/plugins/nested-plugin-objects.html b/third_party/WebKit/LayoutTests/plugins/nested-plugin-objects.html
index f18c1879b7a4a485f2dcdc1a5fdbc7d5044454b8..0ffd60c24bfde27c915e120389a74a14554afd08 100644
--- a/third_party/WebKit/LayoutTests/plugins/nested-plugin-objects.html
+++ b/third_party/WebKit/LayoutTests/plugins/nested-plugin-objects.html
@@ -14,7 +14,6 @@ function runTest()
var successCount = 0;
var plugin = document.getElementById("testPlugin");
- plugin.logDestroy = true;
var testObject = plugin.testObject;
plugin.testPassTestObject("npapiCallback", testObject);
@@ -75,6 +74,6 @@ It is important that both Object1 and Object2 cleanup as a result of
cleaning up the plugin.
<div id="result">FAILURE</div>
-<embed id="testPlugin" type="application/x-webkit-test-netscape" width="200" height="200"></embed>
+<embed id="testPlugin" type="application/x-blink-deprecated-test-plugin" width="200" height="200"></embed>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698