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

Unified Diff: trunk/src/chrome/test/data/printing/npapi_plugin.html

Issue 63013002: Revert 233297 "Fix windowed NPAPI plugins covering up dialogs on..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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: trunk/src/chrome/test/data/printing/npapi_plugin.html
===================================================================
--- trunk/src/chrome/test/data/printing/npapi_plugin.html (revision 233329)
+++ trunk/src/chrome/test/data/printing/npapi_plugin.html (working copy)
@@ -1,18 +0,0 @@
-<hmtl>
-<body>
-<embed type="application/vnd.npapi-test"
- height="300"
- width="300"
- name="set_title_in_paint"
- id="1"
- mode="np_embed"/>
-</body>
-
-<script>
-function SetTitle() {
- window.document.title = "ready";
- return;
-}
-</script>
-
-</hmtl>

Powered by Google App Engine
This is Rietveld 408576698