1<!-- Copyright 2020 the V8 project authors. All rights reserved.
2Use of this source code is governed by a BSD-style license that can be
3found in the LICENSE file. -->
4
5<head>
6  <link href="./index.css" rel="stylesheet">
7</head>
8<style>
9  #mapDetails,
10  #filePositionNode {
11    overflow: scroll;
12  }
13  #mapDetails {
14    font-family: monospace;
15    white-space: pre;
16  }
17</style>
18<section id="mapProperties"></section>
19<section id="mapDetails"></section>
20