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

Side by Side Diff: chrome/browser/resources/gesture_config.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
« no previous file with comments | « chrome/browser/resources/gcm_internals.html ('k') | chrome/browser/resources/help/help.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 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Gesture Preferences</title> 5 <title>Gesture Preferences</title>
6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
7 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> 7 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
8 <link rel="stylesheet" href="gesture_config.css"> 8 <link rel="stylesheet" href="gesture_config.css">
9 <script src="gesture_config.js"></script> 9 <script src="gesture_config.js"></script>
10 </head> 10 </head>
11 <body> 11 <body>
(...skipping 12 matching lines...) Expand all
24 <div id="section-row-template" class="row"> 24 <div id="section-row-template" class="row">
25 <label class="row-label"></label> 25 <label class="row-label"></label>
26 <div class="row-input"> 26 <div class="row-input">
27 <input class="input" type="number" size="20"> 27 <input class="input" type="number" size="20">
28 </div> 28 </div>
29 <div class="row-units"></div> 29 <div class="row-units"></div>
30 <button class="row-reset">Reset</button> 30 <button class="row-reset">Reset</button>
31 </div> 31 </div>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/gcm_internals.html ('k') | chrome/browser/resources/help/help.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698