summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/experimental/SkV8Example/compare/snow.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/experimental/SkV8Example/compare/snow.html')
-rw-r--r--chromium/third_party/skia/experimental/SkV8Example/compare/snow.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/chromium/third_party/skia/experimental/SkV8Example/compare/snow.html b/chromium/third_party/skia/experimental/SkV8Example/compare/snow.html
new file mode 100644
index 00000000000..cc5ad0cb75b
--- /dev/null
+++ b/chromium/third_party/skia/experimental/SkV8Example/compare/snow.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Snow</title>
+ <meta charset="utf-8" />
+</head>
+<body>
+ <canvas id=snow width=500 height=500>
+ <script src="../snow.js" type="text/javascript" charset="utf-8"></script>
+</body>
+</html>