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

Side by Side Diff: chrome/browser/resources/chromeos/merge_session_load.html

Issue 802863002: Change <!DOCTYPE> to <!doctype>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: splitting Created 6 years 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
OLDNEW
1 <!DOCTYPE html> 1 <!doctype html>
2 <html i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <title i18n-content="title"> 4 <title i18n-content="title">
5 </title> 5 </title>
6 <style> 6 <style>
7 html { 7 html {
8 height: 100%; 8 height: 100%;
9 } 9 }
10 body { 10 body {
11 -webkit-user-select: none; 11 -webkit-user-select: none;
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 window.setTimeout(showPage, showDelayTime); 50 window.setTimeout(showPage, showDelayTime);
51 window.setTimeout(forceLoad, totalWaitTime); 51 window.setTimeout(forceLoad, totalWaitTime);
52 }); 52 });
53 </script> 53 </script>
54 54
55 <body oncontextmenu="return false;"> 55 <body oncontextmenu="return false;">
56 <div class="header" i18n-content="heading" id="mgs"> 56 <div class="header" i18n-content="heading" id="mgs">
57 </div> 57 </div>
58 </body> 58 </body>
59 </html> 59 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_context_test.html ('k') | chrome/browser/resources/chromeos/mobile_setup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698