Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Side by Side Diff: chrome/browser/resources/net_internals/import_view.html

Issue 10828382: Cleanup: Don't close single tags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <style> 1 <style>
2 #import-view-command-line, 2 #import-view-command-line,
3 #import-view-user-comments { 3 #import-view-user-comments {
4 /* Wrap long lines inside of PREs */ 4 /* Wrap long lines inside of PREs */
5 white-space: pre-wrap; 5 white-space: pre-wrap;
6 } 6 }
7 7
8 #import-view-load-status-text { 8 #import-view-load-status-text {
9 /* Wrap long lines inside of PREs */ 9 /* Wrap long lines inside of PREs */
10 white-space: pre-wrap; 10 white-space: pre-wrap;
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 <td><pre id=import-view-command-line></pre></td> 54 <td><pre id=import-view-command-line></pre></td>
55 </tr> 55 </tr>
56 <tr> 56 <tr>
57 <th>User comments</th> 57 <th>User comments</th>
58 <td><pre id=import-view-user-comments></pre></td> 58 <td><pre id=import-view-user-comments></pre></td>
59 </tr> 59 </tr>
60 </table> 60 </table>
61 </div> 61 </div>
62 <div> 62 <div>
63 <h2>Load data</h2> 63 <h2>Load data</h2>
64 <p><input type=file value="Load log from file" id=import-view-load-log-file /></p> 64 <p><input type=file value="Load log from file" id=import-view-load-log-file> </p>
65 <ul> 65 <ul>
66 <li><b>TIP</b>: Try drag-and-drop into this window!</li> 66 <li><b>TIP</b>: Try drag-and-drop into this window!</li>
67 </ul> 67 </ul>
68 <pre id=import-view-load-status-text></pre> 68 <pre id=import-view-load-status-text></pre>
69 </div> 69 </div>
70 </div> 70 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698