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

Side by Side Diff: webkit/data/plugin_tests/verify_plugin_window_rect.html

Issue 42687: Add a test to test_shell_tests to verify that navigator.plugins.refresh() wor... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/data/plugin_tests/npapi.js ('k') | webkit/tools/test_shell/plugin_tests.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2
3 <head>
4 <script src="npapi.js"></script>
5 </head>
6
7 <body>
8 <div id="statusPanel" style="border: 1px solid red; width: 100%">
9 Test running....
10 </div>
11
12
13 Plugin Window Rect Test<p>
14
15 Tests whether the plugin window has a non zero client rect.
16
17 <DIV ID=PluginDiv>
18 <embed type="application/vnd.npapi-test"
19 src="foo"
20 name="checkwindowrect"
21 id="1"
22 mode="np_embed"
23 >
24 </DIV>
25 <script>
26 var height = document.body.offsetHeight;
27 </script>
28
29 </body>
30 </html>
OLDNEW
« no previous file with comments | « webkit/data/plugin_tests/npapi.js ('k') | webkit/tools/test_shell/plugin_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698