| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <!-- | 2 <!-- |
| 3 Copyright 2015 The Chromium Authors. All rights reserved. | 3 Copyright 2016 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 style="height:100%"> |
| 8 <head> | 8 <head> |
| 9 <style> | 9 <style> |
| 10 html, body { | 10 html, body { |
| 11 margin: 0; | 11 margin: 0; |
| 12 padding: 0; | 12 padding: 0; |
| 13 } | 13 } |
| 14 </style> | 14 </style> |
| 15 </head> | 15 </head> |
| 16 <body> | 16 <body style="height:100%"> |
| 17 This dummy page is used for testing purpose only. ¯\_(ツ)_/¯ | 17 <!--(c) copyright 2008, Blender Foundation / www.bigbuckbunny.org--> |
| 18 <img style="height:100%" src="bunny.gif"> |
| 18 </body> | 19 </body> |
| 19 <script> | |
| 20 window.__dummy_value = 1; | |
| 21 </script> | |
| 22 </html> | 20 </html> |
| OLD | NEW |