Home / File/ e2e-regression.html — react Source File

e2e-regression.html — react Source File

Architecture documentation for e2e-regression.html, a html file in the react codebase.

Entity Profile

Source Code

<!doctype html>
<html>
  <head>
    <meta charset="utf8">
    <title>React DevTools</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <style>
      * {
        box-sizing: border-box;
      }
      body {
        margin: 0;
        padding: 0;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
          sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
        font-size: 12px;
        line-height: 1.5;
      }
      #iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 50vh;
      }
      #devtools {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 50vh;
      }
    </style>
  </head>
  <body>
    <iframe id="iframe"></iframe>
    <div id="devtools"></div>
    <script src="dist/e2e-devtools-regression.js"></script>
  </body>
</html>

Frequently Asked Questions

What does e2e-regression.html do?
e2e-regression.html is a source file in the react codebase, written in html.
Where is e2e-regression.html in the architecture?
e2e-regression.html is located at packages/react-devtools-shell/e2e-regression.html (directory: packages/react-devtools-shell).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free