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

Unified Diff: third_party/WebKit/LayoutTests/plugins/release-frame-content-window.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/release-frame-content-window.html
diff --git a/third_party/WebKit/LayoutTests/plugins/release-frame-content-window.html b/third_party/WebKit/LayoutTests/plugins/release-frame-content-window.html
index d40f51f32262d29a55bfead34d3c51cb65d67f5e..d45416acc27cec35b8b8795845c1723dc46c204f 100644
--- a/third_party/WebKit/LayoutTests/plugins/release-frame-content-window.html
+++ b/third_party/WebKit/LayoutTests/plugins/release-frame-content-window.html
@@ -26,7 +26,7 @@ function runTest() {
</script>
<body>
-<embed id="plg" type="application/x-webkit-test-netscape"></embed><P>
+<embed id="plg" type="application/x-blink-deprecated-test-plugin"></embed><P>
<iframe id="frame-id" src="resources/empty.html" onload='runTest()'></iframe>
<div>This tests that releasing a reference to a contentWindow that has already been navigated away works correctly and does not crash. If this test is successful, the word SUCCESS should be seen below.</div>
<div id="result">FAILED</div>

Powered by Google App Engine
This is Rietveld 408576698