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

Side by Side Diff: chrome/browser/resources/bookmark_manager/js/bmm_test.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> 2 <html>
3 <head> 3 <head>
4 <!-- TODO(arv): Check in Closure unit tests and make this run as part of the 4 <!-- TODO(arv): Check in Closure unit tests and make this run as part of the
5 tests --> 5 tests -->
6 <script src="https://cdn.rawgit.com/google/closure-library/master/closure/goog/b ase.js"></script> 6 <script src="https://cdn.rawgit.com/google/closure-library/master/closure/goog/b ase.js"></script>
7 <script src="../../../../../ui/webui/resources/js/cr.js"></script> 7 <script src="../../../../../ui/webui/resources/js/cr.js"></script>
8 <script src="bmm.js"></script> 8 <script src="bmm.js"></script>
9 <title>Bookmark Manager Loading Test</title> 9 <title>Bookmark Manager Loading Test</title>
10 <script> 10 <script>
11 11
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 assertEquals(1, calls3); 103 assertEquals(1, calls3);
104 assertEquals(1, callbacks[1].$calls); 104 assertEquals(1, callbacks[1].$calls);
105 }); 105 });
106 106
107 Promise.all([root, subtree]).then(continueTesting); 107 Promise.all([root, subtree]).then(continueTesting);
108 } 108 }
109 109
110 </script> 110 </script>
111 </body> 111 </body>
112 </html> 112 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/app_list/start_page.html ('k') | chrome/browser/resources/bookmark_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698