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

Side by Side Diff: chrome/browser/resources/tracing/overlay_test.html

Issue 7555005: Moving the contents of chrome://gpu Profiling to chrome://tracing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright (c) 2010 The Chromium Authors. All rights reserved. 3 Copyright (c) 2010 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <html> 7 <html>
8 <head> 8 <head>
9 <title></title> 9 <title></title>
10 <link rel="stylesheet" href="overlay.css"> 10 <link rel="stylesheet" href="overlay.css">
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 overlay.visible = false; 48 overlay.visible = false;
49 assertEquals(overlay.parentNode, document.body); 49 assertEquals(overlay.parentNode, document.body);
50 } 50 }
51 51
52 </script> 52 </script>
53 53
54 </body> 54 </body>
55 </html> 55 </html>
56 56
OLDNEW
« no previous file with comments | « chrome/browser/resources/tracing/overlay.js ('k') | chrome/browser/resources/tracing/profiling_view.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698