Files
react-test/test/regressions/index.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
414 B
HTML
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
<!doctype html>
<html>
<head>
<title>Visual regression tests</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<style>
body {
background-color: white;
}
</style>
</head>
<body>
<div id="test-viewer"></div>
<div id="react-root"></div>
<script type="module" src="/index.jsx"></script>
</body>
</html>