tests/auto/declarative/qdeclarativewebview/data/javaScript.html
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 <html>
       
     2 <head><title>JavaScript</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>
       
    11 This is a JS test.