Use Persistent::Reset.
[chromium-blink-merge.git] / ppapi / native_client / tests / ppapi_browser / ppp_instance / ppapi_ppp_instance.html
blobab86fd0f02ae64b9ad72569b15c40429ae16e1cc
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html>
4 <!-- Copyright (c) 2011 Google Inc. All rights reserved. -->
5 <head>
6 <meta http-equiv="Pragma" content="no-cache" />
7 <meta http-equiv="Expires" content="-1" />
8 <script type="text/javascript" src="nacltest.js"></script>
9 <script type="text/javascript" src="ppapi_ppp_instance.js"></script>
10 <title>PPAPI PPP_Instance Test</title>
11 </head>
12 <body>
13 <h1>PPAPI PPP_Instance Test</h1>
15 <div id="test_nexe_parent">
16 <embed type="application/x-nacl" id="test_nexe"
17 name="nacl_module"
18 src="ppapi_ppp_instance.nmf"
19 style="background-color:#AAAAAA"
20 width="20" height="20" />
21 <!-- NOTE: The width and height must be different from the values checked
22 in PPP_Instance::DidChangeView so when we set them, they change -->
23 </div>
24 <br>
25 <script type="text/javascript">
26 //<![CDATA[
27 var tester = new Tester();
28 setupTests(tester, $('test_nexe'));
29 tester.waitFor($('test_nexe'));
30 tester.run();
31 //]]>
32 </script>
33 </body>
34 </html>