| 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>Predictors</title> | 5 <title>Predictors</title> |
| 6 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
| 7 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> |
| 8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| 9 <link rel="stylesheet" href="chrome://resources/css/tree.css"> | 9 <link rel="stylesheet" href="chrome://resources/css/tree.css"> |
| 10 | 10 |
| 11 <style> | 11 <style> |
| 12 <include src="predictors.css"> | 12 <include src="predictors.css"> |
| (...skipping 19 matching lines...) Expand all Loading... |
| 32 </tabpanel> | 32 </tabpanel> |
| 33 <tabpanel> | 33 <tabpanel> |
| 34 <include src="resource_prefetch_predictor.html"> | 34 <include src="resource_prefetch_predictor.html"> |
| 35 </tabpanel> | 35 </tabpanel> |
| 36 </tabpanels> | 36 </tabpanels> |
| 37 </tabbox> | 37 </tabbox> |
| 38 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 38 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 39 <script src="chrome://predictors/predictors.js"></script> | 39 <script src="chrome://predictors/predictors.js"></script> |
| 40 </body> | 40 </body> |
| 41 </html> | 41 </html> |
| OLD | NEW |