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

Side by Side Diff: chrome/browser/resources/print_tab.html

Issue 155051: Foundations for Print Preview and Setup HTML Views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/print_tab.css ('k') | chrome/browser/resources/print_tab.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html id="t" >
3 <head>
4 <meta charset="utf-8">
5 <title>Print Page</title>
6 <link rel="stylesheet" href="print_tab.css">
7 </head>
8 <body>
9 <center>
10 <h1>Chromium Print Page</h1>
11 </center>
12 <div class="text">
13 <p>This is an <i>in-progress</i> print preview and settings page
14 in chromium.</p>
15 </div>
16 </body>
17 <script src="print_tab.js"></script>
18 </html>
19
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_tab.css ('k') | chrome/browser/resources/print_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698