| 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 i18n-content="title"></title> | 5 <title i18n-content="title"></title> |
| 6 | 6 |
| 7 <link rel="stylesheet" href="dom_ui.css"> | 7 <link rel="stylesheet" href="dom_ui.css"> |
| 8 <link rel="stylesheet" href="print_preview.css"> | 8 <link rel="stylesheet" href="print_preview.css"> |
| 9 | 9 |
| 10 <script src="chrome://resources/js/local_strings.js"></script> | 10 <script src="chrome://resources/js/local_strings.js"></script> |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 <option i18n-content="optionColor"></option> | 69 <option i18n-content="optionColor"></option> |
| 70 <option i18n-content="optionBw"></option> | 70 <option i18n-content="optionBw"></option> |
| 71 </select> | 71 </select> |
| 72 </div> | 72 </div> |
| 73 </section> | 73 </section> |
| 74 | 74 |
| 75 </div> | 75 </div> |
| 76 <div id="separator"></div> | 76 <div id="separator"></div> |
| 77 <div id="mainview"> | 77 <div id="mainview"> |
| 78 <p id="loading" i18n-content="loading"></p> | 78 <p id="loading" i18n-content="loading"></p> |
| 79 <p id="no-plugin" i18n-content="noPlugin"></p> |
| 79 </div> | 80 </div> |
| 80 | 81 |
| 81 <script> | 82 <script> |
| 82 console.log('in bottom script'); | 83 console.log('in bottom script'); |
| 83 </script> | 84 </script> |
| 84 </body> | 85 </body> |
| 85 </html> | 86 </html> |
| OLD | NEW |