Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
| 2 <!-- | |
| 3 Copyright 2015 The Chromium Authors. All rights reserved. | |
| 4 Use of this source code is governed by a BSD-style license that can be | |
| 5 found in the LICENSE file. | |
| 6 --> | |
| 7 <html> | |
| 8 <head> | |
| 9 <style> | |
| 10 html, body { | |
| 11 margin: 0; | |
| 12 padding: 0; | |
| 13 } | |
| 14 </style> | |
| 15 </head> | |
| 16 <body> | |
| 17 This dummy page is used for testing purpose only. ¯\_(ツ)_/¯ | |
| 18 </body> | |
| 19 <script> | |
| 20 window.__dummy_value = 1; | |
| 21 </script> | |
| 22 </html> | |
| OLD | NEW |