Chromium Code Reviews| Index: content/test/data/android/vsync.html |
| diff --git a/content/test/data/android/vsync.html b/content/test/data/android/vsync.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..50601a73cf29439da3da54ae0a9db3900a49665a |
| --- /dev/null |
| +++ b/content/test/data/android/vsync.html |
| @@ -0,0 +1,10 @@ |
| +<html> |
| + <body> |
| + <script> |
| + var raf_count = 0; |
| + function onAnimationFrame (t) { |
| + document.title=++raf_count; |
| + } |
| + </script> |
| + </body> |
| +</html> |