123456789101112131415161718192021222324252627 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="icon" href="./playwright-logo.svg" type="image/svg+xml">
- <link rel="manifest" href="./manifest.webmanifest">
- <title>Playwright Trace Viewer</title>
- <script type="module" crossorigin src="./index.4a8ee36e.js"></script>
- <link rel="modulepreload" crossorigin href="./assets/wsPort-cb764cde.js">
- <link rel="stylesheet" href="./wsPort.9c9a6767.css">
- <link rel="stylesheet" href="./index.1a1fe659.css">
- </head>
- <body>
- <div id="root"></div>
-
- <dialog id="fallback-error">
- <p>The Playwright Trace Viewer must be loaded over the <code>http://</code> or <code>https://</code> protocols.</p>
- <p>For more information, please see the <a href="https://aka.ms/playwright/trace-viewer-file-protocol">docs</a>.</p>
- </dialog>
- <script>
- if (!/^https?:/.test(window.location.protocol))
- document.getElementById("fallback-error").show();
- </script>
- </body>
- </html>
|