Home | History | Annotate | Download | only in unittest_data
      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 </head>
      5 <body>
      6 <script>
      7   window.__logCount = 0;
      8   setInterval(function() {
      9     console.log("Hello, world")
     10     window.__logCount += 1
     11   }, 100);
     12 </script>
     13 </body>
     14 </html>
     15