[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / test / data / npapi / verify_plugin_window_rect.html
blob7dca47a022a9884f4f8b5a8cc3f68db22b3c21de
1 <html>
3 <head>
4 <script src="npapi.js"></script>
5 </head>
7 <body>
8 <div id="statusPanel" style="border: 1px solid red; width: 100%">
9 Test running....
10 </div>
13 Plugin Window Rect Test<p>
15 Tests whether the plugin window has a non zero client rect.
17 <DIV ID=PluginDiv>
18 <embed type="application/vnd.npapi-test"
19 src="foo"
20 name="checkwindowrect"
21 id="1"
22 mode="np_embed"
24 </DIV>
25 <script>
26 var height = document.body.offsetHeight;
27 </script>
29 </body>
30 </html>