tizen 2.3 release
[framework/web/wearable/wrt-security.git] / tests / smack_security / smackSecurityTest1 / index.html
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5     <head>
6         <title>Test engine</title>
7         <meta http-equiv="content-type"
8               content="text/html;charset=utf-8" />
9         <meta http-equiv="Content-Style-Type" content="text/css" />
10         <link rel="stylesheet" type="text/css" href="css/style.css" />
11         <script type="text/javascript" src="js/jquery.js"></script>
12         <!-- jquery.js has to be included first -->
13         <script type="text/javascript" src="js/include.js"></script>
14     </head>
15     <body bgColor="yellow" style="color:black;" onload="TestEngine.doTests();">
16         <div id="summary"></div>
17         <p id="log"></p>
18         <div id="video" style="background: red; width: 100%" />
19         TEST WIDGET
20    </body>
21 </html>
22