tests/auto/declarative/qdeclarativewebview/data/basic.html
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
       
     1 <html>
       
     2 <head><title>Basic</title>
       
     3 <link rel="icon" sizes="48x48" href="basic.png">
       
     4 <script type="text/javascript">
       
     5 <!--
       
     6 window.onload = function(){ window.status = "status here"; }
       
     7 // -->
       
     8 </script>
       
     9 </head>
       
    10 <body leftmargin="0" marginwidth="0">
       
    11 <table width="123">
       
    12 <tbody>
       
    13 <tr><td>This is a basic test.</td></tr>
       
    14 </tbody>
       
    15 </table>
       
    16 </body>
       
    17 </html>