1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / android / vsync.html [blame]

<html>
  <body>
    <script>
      var raf_count = 0;
      function onAnimationFrame (t) {
        document.title=++raf_count;
      }
    </script>
  </body>
</html>