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

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

Issue 53153003: Fix windowed NPAPI plugins covering up dialogs on Win Aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix test with small browser size 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: chrome/test/data/printing/npapi_plugin.html
===================================================================
--- chrome/test/data/printing/npapi_plugin.html (revision 0)
+++ chrome/test/data/printing/npapi_plugin.html (revision 0)
@@ -0,0 +1,18 @@
+<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>
Property changes on: chrome\test\data\printing\npapi_plugin.html
___________________________________________________________________
Added: svn:mime-type
+ text/html
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698