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

Unified Diff: components/dom_distiller/content/resources/dom_distiller_viewer.html

Issue 260073009: [dom_distiller] Add support for incremental viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: components/dom_distiller/content/resources/dom_distiller_viewer.html
diff --git a/components/dom_distiller/content/resources/dom_distiller_viewer.html b/components/dom_distiller/content/resources/dom_distiller_viewer.html
index 03929c46d8d97993ce4b3c457efe7439cd2bf1b5..13e58f8f2d46cfe8c64cdb3328d18459ecf02e2e 100644
--- a/components/dom_distiller/content/resources/dom_distiller_viewer.html
+++ b/components/dom_distiller/content/resources/dom_distiller_viewer.html
@@ -9,21 +9,21 @@ found in the LICENSE file.
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<title>$1</title>
- <link rel="stylesheet" type="text/css" href="/$2">
+ <link rel="stylesheet" href="/$2">
+ <script src="/$3"></script>
</head>
<body>
<div id="mainContent">
- <div id="article">
- <article>
- <header>
- <h1>$3</h1>
- </header>
- <div id="content">$4</div>
- </article>
- </div>
+ <article>
+ <header>
+ <h1>$4</h1>
+ </header>
+ <div id="content">$5</div>
+ </article>
</div>
+ <div id="loadingIndicator" class="$6">$7</div>
<div>
- <a href="$5">$6</a>
+ <a href="$8">$9</a>
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698