| <!-- Copyright 2020 the V8 project authors. All rights reserved. |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. --> |
| <link href="./index.css" rel="stylesheet"> |
| counter-reset: sourceLineCounter; |
| counter-increment: sourceLineCounter; |
| pre.scriptNode span::before { |
| content: counter(sourceLineCounter) ": "; |
| border: 0.5px var(--background-color) solid; |
| background-color: var(--primary-color); |
| color: var(--on-primary-color); |
| background-color: var(--secondary-color); |
| <select id="script-dropdown"></select> |
| <div id="script" class="panelBody"> |
| <pre class="scripNode"></pre> |