Chromium Code Reviews| Index: experimental/SkV8Example/compare/gears.html |
| diff --git a/experimental/SkV8Example/compare/gears.html b/experimental/SkV8Example/compare/gears.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b59664a8a12de2cc4f8db4d8d7e3931a8fa29036 |
| --- /dev/null |
| +++ b/experimental/SkV8Example/compare/gears.html |
| @@ -0,0 +1,11 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| + <title>Gears</title> |
| + <meta charset="utf-8" /> |
| +</head> |
| +<body> |
| + <canvas id=gears width=500 height=400> |
| + <script src="gears.js" type="text/javascript" charset="utf-8"></script> |
| +</body> |
| +</html> |