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

Side by Side Diff: content/browser/resources/media/disjoint_range_set_test.html

Issue 12153002: Move chrome://media-internals to content. This allows us to hide implementation details from the pu… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <!-- 3 <!--
4 Copyright (c) 2011 The Chromium Authors. All rights reserved. 4 Copyright (c) 2011 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <head> 8 <head>
9 <title></title> 9 <title></title>
10 <script src="http://closure-library.googlecode.com/svn/trunk/closure/goog/ba se.js"></script> 10 <script src="http://closure-library.googlecode.com/svn/trunk/closure/goog/ba se.js"></script>
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 assertRangeEquals([[4, 4], [17, 17]]); 87 assertRangeEquals([[4, 4], [17, 17]]);
88 }; 88 };
89 89
90 function testStartsEmpty() { 90 function testStartsEmpty() {
91 assertRangeEquals([]); 91 assertRangeEquals([]);
92 }; 92 };
93 93
94 </script> 94 </script>
95 </body> 95 </body>
96 </html> 96 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698