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

Side by Side Diff: LayoutTests/inspector/tracing/frame-model.html

Issue 477153005: DevTools: adopt existing Timeline tests for tracing based Timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../../http/tests/inspector/inspector-test.js"></script> 3 <script src="../../http/tests/inspector/inspector-test.js"></script>
4 <script src="../../../http/tests/inspector/timeline-test.js"></script> 4 <script src="../../http/tests/inspector/timeline-test.js"></script>
5 <script src="../../tracing-test.js"></script> 5 <script src="../tracing-test.js"></script>
6 <script> 6 <script>
7 function test() 7 function test()
8 { 8 {
9 var sessionId = "4.20"; 9 var sessionId = "4.20";
10 var mainThread = 1; 10 var mainThread = 1;
11 var implThread = 2; 11 var implThread = 2;
12 var rasterThread = 3; 12 var rasterThread = 3;
13 var pid = 100; 13 var pid = 100;
14 14
15 var commonMetadata = [ 15 var commonMetadata = [
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 </script> 234 </script>
235 </head> 235 </head>
236 236
237 <body onload="runTest()"> 237 <body onload="runTest()">
238 <p> 238 <p>
239 Test the frames are correctly built based on trace events 239 Test the frames are correctly built based on trace events
240 </p> 240 </p>
241 241
242 </body> 242 </body>
243 </html> 243 </html>
OLDNEW
« no previous file with comments | « LayoutTests/inspector/tracing/fix_path ('k') | LayoutTests/inspector/tracing/frame-model-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698