| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!doctype html> |
| 2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
| 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/tree.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/tree.css"> |
| 9 | 9 |
| 10 <style> | 10 <style> |
| 11 <include src="predictors.css"> | 11 <include src="predictors.css"> |
| (...skipping 19 matching lines...) Expand all Loading... |
| 31 </tabpanel> | 31 </tabpanel> |
| 32 <tabpanel> | 32 <tabpanel> |
| 33 <include src="resource_prefetch_predictor.html"> | 33 <include src="resource_prefetch_predictor.html"> |
| 34 </tabpanel> | 34 </tabpanel> |
| 35 </tabpanels> | 35 </tabpanels> |
| 36 </tabbox> | 36 </tabbox> |
| 37 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 37 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 38 <script src="chrome://predictors/predictors.js"></script> | 38 <script src="chrome://predictors/predictors.js"></script> |
| 39 </body> | 39 </body> |
| 40 </html> | 40 </html> |
| OLD | NEW |