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

Unified Diff: third_party/WebKit/LayoutTests/plugins/plugin-destroyed-enumerate.html

Issue 1821103002: Migrate a bunch of LayoutTests from NPAPI to PPAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_open-and-close-window-with-plugin
Patch Set: rebase; fix expectations for plugin-initiate-popup-window-expected 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/plugin-destroyed-enumerate.html
diff --git a/third_party/WebKit/LayoutTests/plugins/plugin-destroyed-enumerate.html b/third_party/WebKit/LayoutTests/plugins/plugin-destroyed-enumerate.html
index 97eee9ef1db20590b1eff52dd5f5cd5acb535d79..b3bb338fcd0103fa36fcf25ca732fdede0e4bebb 100644
--- a/third_party/WebKit/LayoutTests/plugins/plugin-destroyed-enumerate.html
+++ b/third_party/WebKit/LayoutTests/plugins/plugin-destroyed-enumerate.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<script src="../resources/js-test.js"></script>
-<embed type="application/x-webkit-test-netscape" id=plugin>
+<embed type="application/x-blink-deprecated-test-plugin" id=plugin>
<script>
description("Verify that enumerating the properties of a detached plugin doesn't crash, but throws.");

Powered by Google App Engine
This is Rietveld 408576698