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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:mime-type
+ text/html
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <hmtl>
2 <body>
3 <embed type="application/vnd.npapi-test"
4 height="300"
5 width="300"
6 name="set_title_in_paint"
7 id="1"
8 mode="np_embed"/>
9 </body>
10
11 <script>
12 function SetTitle() {
13 window.document.title = "ready";
14 return;
15 }
16 </script>
17
18 </hmtl>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698