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

Side by Side Diff: LayoutTests/inspector/tracing/timeline-layout-reason.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 <style> 2 <style>
3 .test { height: 20px; } 3 .test { height: 20px; }
4 </style> 4 </style>
5 <head> 5 <head>
6 <script src="../../http/tests/inspector/inspector-test.js"></script> 6 <script src="../../http/tests/inspector/inspector-test.js"></script>
7 <script src="../../http/tests/inspector/timeline-test.js"></script> 7 <script src="../../http/tests/inspector/timeline-test.js"></script>
8 <script> 8 <script>
9 9
10 function invalidateStyle() 10 function invalidateStyle()
(...skipping 30 matching lines...) Expand all
41 </head> 41 </head>
42 42
43 <body onload="runTest()"> 43 <body onload="runTest()">
44 <p> 44 <p>
45 Tests that Layout record has correct locations of layout being invalidated and f orced. 45 Tests that Layout record has correct locations of layout being invalidated and f orced.
46 </p> 46 </p>
47 <div id="test"></div> 47 <div id="test"></div>
48 48
49 </body> 49 </body>
50 </html> 50 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698