| OLD | NEW |
| 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 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scal
e=1,user-scalable=no"> | 10 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scal
e=1,user-scalable=no"> |
| 11 <title>$1</title> | 11 <title>$1</title> |
| 12 <!-- Placeholder for CSS. --> | 12 <!-- Placeholder for CSS. --> |
| 13 $2 | 13 $2 |
| 14 <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet
' type='text/css'> | 14 <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' t
ype='text/css'> |
| 15 </head> | 15 </head> |
| 16 <body class="$3"> | 16 <body class="$3"> |
| 17 <div id="contentWrap"> | 17 <div id="contentWrap"> |
| 18 <div id="mainContent"> | 18 <div id="mainContent"> |
| 19 <article> | 19 <article> |
| 20 <header id="articleHeader"> | 20 <header id="articleHeader"> |
| 21 <div id="titleCollapse"> | 21 <div id="titleCollapse"> |
| 22 <div class="verticalCenterOuter"> | 22 <div class="verticalCenterOuter"> |
| 23 <div class="verticalCenterInner"> | 23 <div class="verticalCenterInner"> |
| 24 <h1 id="titleHolder"><noscript>$4</noscript></h1> | 24 <h1 id="titleHolder"><noscript>$4</noscript></h1> |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 <a class="feedbackButton" id="feedbackNo"></a> | 91 <a class="feedbackButton" id="feedbackNo"></a> |
| 92 <a class="feedbackButton" id="feedbackYes"></a> | 92 <a class="feedbackButton" id="feedbackYes"></a> |
| 93 </div> | 93 </div> |
| 94 </div> | 94 </div> |
| 95 <div class="clear"></div> | 95 <div class="clear"></div> |
| 96 </div> | 96 </div> |
| 97 </body> | 97 </body> |
| 98 <!-- Placeholder for JavaScript. --> | 98 <!-- Placeholder for JavaScript. --> |
| 99 $8 | 99 $8 |
| 100 </html> | 100 </html> |
| OLD | NEW |