| 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> |
| 8 <head> |
| 9 </head> |
| 8 <body> | 10 <body> |
| 9 <button> Embedder Button </button> | 11 <div id="container"></div> |
| 10 <div></div> | |
| 11 <button> Embedder Button </button> | |
| 12 <script src="window.js"></script> | 12 <script src="window.js"></script> |
| 13 </body> | 13 </body> |
| 14 </html> | 14 </html> |
| OLD | NEW |