| 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 <if expr="pp_ifdef('android')"> | 5 <if expr="pp_ifdef('android')"> |
| 6 <meta name="viewport" content="width=device-width, user-scalable=no"> | 6 <meta name="viewport" content="width=device-width, user-scalable=no"> |
| 7 </if> | 7 </if> |
| 8 <link rel="stylesheet" href="flags.css"> | 8 <link rel="stylesheet" href="flags.css"> |
| 9 <script src="chrome://resources/js/load_time_data.js"></script> | 9 <script src="chrome://resources/js/load_time_data.js"></script> |
| 10 <script src="chrome://resources/js/util.js"></script> | 10 <script src="chrome://resources/js/util.js"></script> |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 <div id="flagsExperimentTemplate"> | 26 <div id="flagsExperimentTemplate"> |
| 27 | 27 |
| 28 <div id="container" class="vbox-container"> | 28 <div id="container" class="vbox-container"> |
| 29 <div id="top" class="wbox"> | 29 <div id="top" class="wbox"> |
| 30 | 30 |
| 31 <div class="section-header"> | 31 <div class="section-header"> |
| 32 <table cellpadding="0" cellspacing="0"><tr valign="center"> | 32 <table cellpadding="0" cellspacing="0"><tr valign="center"> |
| 33 <td> | 33 <td> |
| 34 <span class="section-header-title" i18n-content="flagsTableTitle" | 34 <span class="section-header-title" i18n-content="flagsTableTitle" |
| 35 >TITLE</span> | 35 >TITLE</span> |
| 36 <button id="experiment-reset-all" type="button" |
| 37 i18n-content="resetAllButton"></button> |
| 36 </td> | 38 </td> |
| 37 </tr></table> | 39 </tr></table> |
| 38 </div> | 40 </div> |
| 39 | 41 |
| 40 </div> | 42 </div> |
| 41 </div> | 43 </div> |
| 42 | 44 |
| 43 <div class="content"> | 45 <div class="content"> |
| 44 <div class="experiment-name no-experiments" | 46 <div class="experiment-name no-experiments" |
| 45 jsdisplay="flagsExperiments.length === 0"> | 47 jsdisplay="flagsExperiments.length === 0"> |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 type="button" | 112 type="button" |
| 111 i18n-content="flagsRestartButton">RESTART</button> | 113 i18n-content="flagsRestartButton">RESTART</button> |
| 112 </div> | 114 </div> |
| 113 </div> | 115 </div> |
| 114 </div> | 116 </div> |
| 115 </div> | 117 </div> |
| 116 <script src="chrome://resources/js/i18n_template2.js"></script> | 118 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 117 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 119 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 118 </body> | 120 </body> |
| 119 </html> | 121 </html> |
| OLD | NEW |