| 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 <title>$1</title> | 10 <title>$1</title> |
| 11 <link rel="stylesheet" type="text/css" href="$2"> | 11 <link rel="stylesheet" type="text/css" href="/$2"> |
| 12 </head> | 12 </head> |
| 13 <body> | 13 <body> |
| 14 <div id="mainContent"> | 14 <div id="mainContent"> |
| 15 <div id="article"> | 15 <div id="article"> |
| 16 <article> | 16 <article> |
| 17 <header> | 17 <header> |
| 18 <h1>$3</h1> | 18 <h1>$3</h1> |
| 19 </header> | 19 </header> |
| 20 <div id="content">$4</div> | 20 <div id="content">$4</div> |
| 21 </article> | 21 </article> |
| 22 </div> | 22 </div> |
| 23 </div> | 23 </div> |
| 24 </body> | 24 </body> |
| 25 </html> | 25 </html> |
| OLD | NEW |