| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 about:memory template page | 4 about:memory template page |
| 5 --> | 5 --> |
| 6 <html id="t"> | 6 <html id="t"> |
| 7 <head> | 7 <head> |
| 8 <title>About Memory</title> | 8 <title>About Memory</title> |
| 9 <link rel="stylesheet" href="shared/css/about_memory.css"> | 9 <link rel="stylesheet" href="chrome://memory-redirect/about_memory.css"> |
| 10 <style> | 10 <style> |
| 11 body { | 11 body { |
| 12 font-family: Helvetica, Arial, sans-serif; | 12 font-family: Helvetica, Arial, sans-serif; |
| 13 } | 13 } |
| 14 div#header select { | 14 div#header select { |
| 15 font-family: Helvetica, Arial, sans-serif; | 15 font-family: Helvetica, Arial, sans-serif; |
| 16 } | 16 } |
| 17 div.otherbrowsers { | 17 div.otherbrowsers { |
| 18 font-family: Helvetica, Arial, sans-serif; | 18 font-family: Helvetica, Arial, sans-serif; |
| 19 } | 19 } |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 <tr class='noResults'> | 346 <tr class='noResults'> |
| 347 <td colspan='99'> | 347 <td colspan='99'> |
| 348 No results found. | 348 No results found. |
| 349 </td> | 349 </td> |
| 350 </tr> | 350 </tr> |
| 351 </table> | 351 </table> |
| 352 </div> | 352 </div> |
| 353 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 353 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 354 </body> | 354 </body> |
| 355 </html> | 355 </html> |
| OLD | NEW |