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

Side by Side Diff: chrome/browser/resources/pdf/index.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 i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <!-- TODO(raymes): Turn these <include>s into HTML imports once they are 5 <!-- TODO(raymes): Turn these <include>s into HTML imports once they are
6 fully implemented. At that point includes.js can be removed 6 fully implemented. At that point includes.js can be removed
7 as the scripts will be pulled in automatically. --> 7 as the scripts will be pulled in automatically. -->
8 <script src="includes.js"></script> 8 <script src="includes.js"></script>
9 <include src="html_office/elements/viewer-button/viewer-button.html"> 9 <include src="html_office/elements/viewer-button/viewer-button.html">
10 <include src="html_office/elements/viewer-error-screen/viewer-error-screen.htm l"> 10 <include src="html_office/elements/viewer-error-screen/viewer-error-screen.htm l">
11 <include src="html_office/elements/viewer-page-indicator/viewer-page-indicator .html"> 11 <include src="html_office/elements/viewer-page-indicator/viewer-page-indicator .html">
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 assetpath="html_office/elements/viewer-button/" 46 assetpath="html_office/elements/viewer-button/"
47 img="button_print.png"> 47 img="button_print.png">
48 </viewer-button> 48 </viewer-button>
49 </viewer-toolbar> 49 </viewer-toolbar>
50 50
51 <viewer-error-screen id="error-screen"></viewer-error-screen> 51 <viewer-error-screen id="error-screen"></viewer-error-screen>
52 52
53 </body> 53 </body>
54 <script src="main.js"></script> 54 <script src="main.js"></script>
55 </html> 55 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698