Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Side by Side Diff: experimental/SkV8Example/compare/snow.html

Issue 680053002: Fixup references to the js files from the HTML files in SkV8Example. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « experimental/SkV8Example/compare/gears.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Snow</title> 4 <title>Snow</title>
5 <meta charset="utf-8" /> 5 <meta charset="utf-8" />
6 </head> 6 </head>
7 <body> 7 <body>
8 <canvas id=snow width=500 height=500> 8 <canvas id=snow width=500 height=500>
9 <script src="../snow.js" type="text/javascript" charset="utf-8"></script> 9 <script src="../js/snow.js" type="text/javascript" charset="utf-8"></script>
10 </body> 10 </body>
11 </html> 11 </html>
OLDNEW
« no previous file with comments | « experimental/SkV8Example/compare/gears.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698