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

Side by Side Diff: components/dom_distiller/content/resources/dom_distiller_viewer.html

Issue 138923002: Add support for showing CSS with distilled articles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nit from cjhopman@ Created 6 years, 10 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <!-- 2 <!--
3 Copyright 2014 The Chromium Authors. All rights reserved. 3 Copyright 2014 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <html> 7 <html>
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title>$1</title> 10 <title>$1</title>
11 <link rel="stylesheet" type="text/css" href="$2">
11 </head> 12 </head>
12 <body> 13 <body>
13 <div id="mainContent"> 14 <div id="mainContent">
14 <div id="article"> 15 <div id="article">
15 <article> 16 <article>
16 <header> 17 <header>
17 <h1>$2</h1> 18 <h1>$3</h1>
18 </header> 19 </header>
19 <div id="content">$3</div> 20 <div id="content">$4</div>
20 </article> 21 </article>
21 </div> 22 </div>
22 </div> 23 </div>
23 </body> 24 </body>
24 </html> 25 </html>
OLDNEW
« no previous file with comments | « components/dom_distiller/content/dom_distiller_viewer_source.cc ('k') | components/dom_distiller_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698