1 <!DOCTYPE HTML> 2 <html> 3 <!-- 4 Copyright (c) 2010 The Chromium Authors. All rights reserved. 5 Use of this source code is governed by a BSD-style license that can be 6 found in the LICENSE file. 7 --> 8 <WARNING_MESSAGE></WARNING_MESSAGE> 9 <head i18n-values="dir:textdirection;"> 10 <style> 11 html, body { 12 height: 100%; 13 } 14 15 body { 16 display: -webkit-box; 17 -webkit-box-orient: vertical; 18 padding: 0px; 19 margin: 0; 20 } 21 22 </style> 23 <STYLE_SHEET_CONTENTS></STYLE_SHEET_CONTENTS> 24 <script src="chrome://tracing/tracing.js"></script> 25 </head> 26 <body> 27 <div id="profiling-view"></div> 28 </body> 29 </html> 30