UNPKG

chrome-devtools-frontend

Version:
28 lines (24 loc) 887 B
<!-- Copyright 2023 The Chromium Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width" /> <title>Performance Panel</title> <style>p {font-size: 18px;}</style> </head> <body> <div id="container"> <p>To use, append <code>?trace=foo</code>, where <code>foo</code> is represents <code>foo.json.gz</code> from the traces folder within the unit tests. This will cause the panel to load and render with that trace file.</p> <form method="get" action=""> <input type="text" name="trace" placeholder="animation" /> <input type="submit" value="reload"/> </form> </div> <script type="module" src="./basic.js"></script> </body> </html>