Home | History | Annotate | Download | only in resources
      1 <!DOCTYPE html>
      2 
      3 <html>
      4   <head>
      5   <meta charset='utf-8'>
      6   <title>TestNG reports</title>
      7 
      8     <link type="text/css" href="testng-reports.css" rel="stylesheet" />  
      9     <script type="text/javascript" src="jquery-1.7.1.min.js"></script>
     10     <script type="text/javascript" src="testng-reports.js"></script>
     11     <script type="text/javascript" src="https://www.google.com/jsapi"></script>
     12     <script type='text/javascript'>
     13       google.load('visualization', '1', {packages:['table']});
     14       google.setOnLoadCallback(drawTable);
     15       var suiteTableInitFunctions = new Array();
     16       var suiteTableData = new Array();
     17     </script>
     18     <!--
     19       <script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.16.custom.min.js"></script>
     20      -->
     21   </head>
     22 
     23   <body>
     24