| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>IndexedDB</title> | 5 <title>IndexedDB</title> |
| 6 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> |
| 7 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> |
| 8 <link rel="stylesheet" href="indexeddb_internals.css"> | 8 <link rel="stylesheet" href="indexeddb_internals.css"> |
| 9 </head> | 9 </head> |
| 10 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 10 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
| 11 <!-- templates --> | 11 <!-- templates --> |
| 12 <div style="display:none"> | 12 <div style="display:none"> |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 </div> | 179 </div> |
| 180 <script src="chrome://resources/js/util.js"></script> | 180 <script src="chrome://resources/js/util.js"></script> |
| 181 <script src="chrome://resources/js/cr.js"></script> | 181 <script src="chrome://resources/js/cr.js"></script> |
| 182 <script src="indexeddb_internals.js"></script> | 182 <script src="indexeddb_internals.js"></script> |
| 183 <script src="chrome://resources/js/load_time_data.js"></script> | 183 <script src="chrome://resources/js/load_time_data.js"></script> |
| 184 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 184 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 185 <script src="strings.js"></script> | 185 <script src="strings.js"></script> |
| 186 <script src="chrome://resources/js/i18n_template2.js"></script> | 186 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 187 </body> | 187 </body> |
| 188 </html> | 188 </html> |
| OLD | NEW |