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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-node-reference.html

Issue 2145873002: [DevTools] Split inspector/tracing into subdirectories to speed things up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
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/elements-test.js"></script> 4 <script src="../../../http/tests/inspector/elements-test.js"></script>
5 <script src="../../http/tests/inspector/timeline-test.js"></script> 5 <script src="../../../http/tests/inspector/timeline-test.js"></script>
6 <style> 6 <style>
7 .relayout-boundary { 7 .relayout-boundary {
8 overflow: hidden; 8 overflow: hidden;
9 width: 100px; 9 width: 100px;
10 height: 100px; 10 height: 100px;
11 } 11 }
12 </style> 12 </style>
13 <script> 13 <script>
14 14
15 function performActions() 15 function performActions()
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 Tests the Timeline API instrumentation of a Layout event 69 Tests the Timeline API instrumentation of a Layout event
70 </p> 70 </p>
71 <div id="boundary" class="relayout-boundary"> 71 <div id="boundary" class="relayout-boundary">
72 <div> 72 <div>
73 <div id="invalidate1"><div>text</div></div> 73 <div id="invalidate1"><div>text</div></div>
74 </div> 74 </div>
75 </div> 75 </div>
76 76
77 </body> 77 </body>
78 </html> 78 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698