| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html> | 2 <html> |
| 3 <!-- | 3 <!-- |
| 4 Copyright (c) 2010 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| 5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
| 6 found in the LICENSE file. | 6 found in the LICENSE file. |
| 7 --> | 7 --> |
| 8 <head i18n-values="dir:textdirection;"> | 8 <head i18n-values="dir:textdirection;"> |
| 9 <style> | 9 <style> |
| 10 * { | 10 * { |
| 11 box-sizing: border-box; | 11 box-sizing: border-box; |
| 12 -webkit-user-select: none; | 12 -webkit-user-select: none; |
| 13 } | 13 } |
| 14 | 14 |
| 15 html, body, #main-tabs { | |
| 16 height: 100%; | |
| 17 } | |
| 18 | |
| 19 body { | 15 body { |
| 20 cursor: default; | 16 cursor: default; |
| 21 font-family: sans-serif; | 17 font-family: sans-serif; |
| 22 padding: 0; | 18 padding: 0; |
| 23 margin: 0; | 19 margin: 0; |
| 24 } | 20 } |
| 25 | 21 |
| 26 #debug-div { | 22 #debug-div { |
| 27 display: -webkit-box; | 23 display: -webkit-box; |
| 28 position: fixed; | 24 position: fixed; |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 href="chrome://tracing">chrome://tracing</a>. | 61 href="chrome://tracing">chrome://tracing</a>. |
| 66 </div> | 62 </div> |
| 67 </tabpanel> | 63 </tabpanel> |
| 68 </tabpanels> | 64 </tabpanels> |
| 69 </tabbox> | 65 </tabbox> |
| 70 <script src="chrome://resources/js/i18n_template.js"></script> | 66 <script src="chrome://resources/js/i18n_template.js"></script> |
| 71 <script src="chrome://resources/js/i18n_process.js"></script> | 67 <script src="chrome://resources/js/i18n_process.js"></script> |
| 72 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 68 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 73 </body> | 69 </body> |
| 74 </html> | 70 </html> |
| OLD | NEW |