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

Side by Side Diff: chrome/browser/resources/chromeos/salsa.html

Issue 802863002: Change <!DOCTYPE> to <!doctype>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: splitting Created 6 years 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Salsa</title> 5 <title>Salsa</title>
6 <link rel="stylesheet" href="salsa.css"> 6 <link rel="stylesheet" href="salsa.css">
7 <script src="salsa.js"></script> 7 <script src="salsa.js"></script>
8 </head> 8 </head>
9 9
10 <body> 10 <body>
11 <div id="bounding-box"> 11 <div id="bounding-box">
(...skipping 26 matching lines...) Expand all
38 after this experiment, you can manually reset your settings to their 38 after this experiment, you can manually reset your settings to their
39 default values at <a href="chrome://gesture">chrome://gesture</a>. 39 default values at <a href="chrome://gesture">chrome://gesture</a>.
40 </ul> 40 </ul>
41 41
42 <p>Thank you for your participation!</p> 42 <p>Thank you for your participation!</p>
43 </div> 43 </div>
44 </div> 44 </div>
45 45
46 </body> 46 </body>
47 </html> 47 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/proxy_settings.html ('k') | chrome/browser/resources/chromeos/set_time.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698