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

Side by Side Diff: tools/cc-frame-viewer/src/tests.html

Issue 12287014: [cc-frame-viewer] Show layers and levels of detail (Closed) Base URL: svn://svn.chromium.org/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
« no previous file with comments | « tools/cc-frame-viewer/src/quad_view_viewport.js ('k') | tools/cc-frame-viewer/src/ui.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <!-- 3 <!--
4 Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 Copyright (c) 2012 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>All Tests</title> 9 <title>All Tests</title>
10 <script> 10 <script>
11 tests = [ 11 tests = [
12 'analysis_view_test.html', 12 'analysis_view_test.html',
13 'base/bbox2_test.html', 13 'base/bbox2_test.html',
14 'base/color_test.html', 14 'base/color_test.html',
15 'base/gl_matrix_test.html', 15 'base/gl_matrix_test.html',
16 'base/range_test.html', 16 'base/range_test.html',
17 'lthi_view_test.html', 17 'lthi_view_test.html',
18 'layer_tree_impl_view_test.html',
19 'layer_impl_view_test.html',
18 'model_test.html', 20 'model_test.html',
19 'model_view_test.html', 21 'model_view_test.html',
20 'quad_view_test.html', 22 'quad_view_test.html',
21 'quad_view_viewport_test.html', 23 'quad_view_viewport_test.html',
22 'tile_view_test.html', 24 'tile_view_test.html',
23 'tree_quad_view_test.html', 25 'tree_quad_view_test.html',
24 'ui/list_and_associated_view_test.html', 26 'ui/list_and_associated_view_test.html',
25 'ui/list_view_test.html', 27 'ui/list_view_test.html',
26 ]; 28 ];
27 </script> 29 </script>
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 runTest(runner, testCaseEl, tests[i]); 120 runTest(runner, testCaseEl, tests[i]);
119 })(); 121 })();
120 } 122 }
121 } 123 }
122 begin(); 124 begin();
123 } 125 }
124 document.addEventListener('DOMContentLoaded', run); 126 document.addEventListener('DOMContentLoaded', run);
125 </script> 127 </script>
126 </body> 128 </body>
127 </html> 129 </html>
OLDNEW
« no previous file with comments | « tools/cc-frame-viewer/src/quad_view_viewport.js ('k') | tools/cc-frame-viewer/src/ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698