| <!-- Copyright 2018 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. --> |
| <template id="details-selection-template"> |
| border-left: dashed 1px #666666; |
| border-right: dashed 1px #666666; |
| border-bottom: dashed 1px #666666; |
| border-top: dashed 1px #666666; |
| border-radius: 5px 5px 0px 0px; |
| border-radius: 0px 0px 5px 5px; |
| <label for="isolate-select"> |
| <select id="isolate-select"> |
| <label for="dataset-select"> |
| <select id="dataset-select"> |
| <input type="checkbox" id="merge-categories" checked=checked /> |
| <label for="merge-categories"> |
| <div id="categories"></div> |
| <script type="text/javascript" src="categories.js"></script> |
| <script type="text/javascript" src="details-selection.js"></script> |