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

Side by Side Diff: chrome/browser/resources/print_preview/search/fedex_tos.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 <div id="fedex-tos-template" class="fedex-tos" aria-hidden="false" 1 <div id="fedex-tos-template" class="fedex-tos" aria-hidden="false"
2 aria-live="polite" hidden style="height: 0;"> 2 aria-live="polite" hidden style="height: 0;">
3 <div class="height-helper"> 3 <div class="height-helper">
4 <div class="tos-text"></div> 4 <div class="tos-text"></div>
5 <div class="agreement-box"> 5 <div class="agreement-box">
6 <label> 6 <label>
7 <input class="agree-checkbox" type="checkbox"/> 7 <input class="agree-checkbox" type="checkbox">
8 <span i18n-content="tosCheckboxLabel"></span> 8 <span i18n-content="tosCheckboxLabel"></span>
9 </label> 9 </label>
10 </div> 10 </div>
11 </div> 11 </div>
12 </div> 12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698