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

Side by Side Diff: chrome/test/data/npapi/convert_point.html

Issue 2100008: Shrink the window used for the NPN_ConvertPoint test (Closed)
Patch Set: Created 10 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/test/ui/npapi_uitest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 2
3 <head> 3 <head>
4 <script src="npapi.js"></script> 4 <script src="npapi.js"></script>
5 </head> 5 </head>
6 6
7 7
8 <body> 8 <body>
9 <div id="statusPanel" style="border: 1px solid red; width: 100%"> 9 <div id="statusPanel" style="border: 1px solid red; width: 100%">
10 Test running.... 10 Test running....
11 </div> 11 </div>
12 12
13 13
14 NPAPI ConvertPoint test<p> 14 NPAPI ConvertPoint test<p>
15 Tests that NPN_ConvertPoint works.<P> 15 Tests that NPN_ConvertPoint works.<P>
16 16
17 <div style="position:absolute; left: 100px; top: 100px"> 17 <div style="position:absolute; left: 50px; top: 50px">
18 <embed type="application/vnd.npapi-test" 18 <embed type="application/vnd.npapi-test"
19 src="foo" 19 src="foo"
20 name="convert_point" 20 name="convert_point"
21 id="1" 21 id="1"
22 mode="np_embed" 22 mode="np_embed"
23 > 23 >
24 </div> 24 </div>
25 25
26 </body> 26 </body>
27 </html> 27 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/test/ui/npapi_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698