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

Side by Side Diff: experimental/webtry/templates/iframe.html

Issue 252993003: Add a magnifier lens to the image. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 months 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/webtry/templates/content.html ('k') | experimental/webtry/templates/index.html » ('j') | 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>Skia WebTry</title> 4 <title>Skia WebTry</title>
5 <meta charset='utf-8' /> 5 <meta charset='utf-8' />
6 <link rel='stylesheet' href='/css/' type='text/css' media='screen'> 6 <link rel='stylesheet' href='/css/' type='text/css' media='screen'>
7 </head> 7 </head>
8 <body class=iframe> 8 <body class=iframe>
9 {{template "content.html" .}} 9 {{template "content.html" .}}
10 <script type='text/javascript' charset='utf-8'> 10 <script type='text/javascript' charset='utf-8'>
11 // Not running in a workspace. 11 // Not running in a workspace.
12 var workspaceName = ''; 12 var workspaceName = '';
13 </script> 13 </script>
14 <script src='/js/' type='text/javascript' charset='utf-8'></script> 14 <script src="/js/webtry.js" type="text/javascript" charset="utf-8"></script>
15 </body> 15 </body>
16 </html> 16 </html>
OLDNEW
« no previous file with comments | « experimental/webtry/templates/content.html ('k') | experimental/webtry/templates/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698