chrome-devtools-frontend
Version:
Chrome DevTools UI
24 lines (23 loc) • 3.64 kB
HTML
<!--
Copyright 2020 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<title>Debug</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<script type="module" src="/out/Default/resources/inspector_overlay/main.js"></script>
</head>
<body>
<script type="module">
dispatch(["setPlatform", "mac"]);
dispatch(["setOverlay", "highlight"]);
dispatch(["reset"]);
dispatch(["drawHighlight", {"paths":[{"path":["M",0,0,"L",679,0,"L",679,249,"L",0,249,"Z"],"fillColor":"rgba(111, 168, 220, 0.658823529411765)","name":"content"},{"path":["M",0,0,"L",679,0,"L",679,249,"L",0,249,"Z"],"fillColor":"rgba(147, 196, 125, 0.549019607843137)","name":"padding"},{"path":["M",0,0,"L",679,0,"L",679,249,"L",0,249,"Z"],"fillColor":"rgba(255, 229, 153, 0.658823529411765)","name":"border"},{"path":["M",0,0,"L",679,0,"L",679,249,"L",0,249,"Z"],"fillColor":"rgba(246, 178, 107, 0.658823529411765)","name":"margin"}],"showRulers":false,"showExtensionLines":false,"showAccessibilityInfo":true,"colorFormat":"hex","elementInfo":{"tagName":"html","idValue":"","nodeWidth":"617.273","nodeHeight":"226.364","isKeyboardFocusable":false,"accessibleName":"","accessibleRole":"generic","layoutObjectName":"LayoutNGBlockFlow","style":{"color":"#000000FF","font-family":"\"Times New Roman\"","font-size":"16px","line-height":"normal","padding":"0px","margin":"0px","background-color":"#00000000"},"showAccessibilityInfo":true}}]);
dispatch(["drawGridHighlight", {"rotationAngle":0,"writingMode":"horizontal-tb","columnTrackSizes":[{"x":110,"y":44,"computedSize":120,"authoredSize":"120px"},{"x":253,"y":44,"computedSize":120,"authoredSize":"120px"},{"x":396,"y":44,"computedSize":120,"authoredSize":"120px"}],"rowTrackSizes":[{"x":44,"y":81.5,"computedSize":68.18181610107422},{"x":44,"y":167.5,"computedSize":68.18181610107422}],"rows":["M",44,44,"L",462,44,"M",462,119,"L",44,119,"M",44,130,"L",462,130,"M",462,205,"L",44,205],"rowGaps":["M",44,119,"L",462,119,"L",462,130,"L",44,130,"Z"],"columns":["M",44,44,"L",44,205,"M",176,205,"L",176,44,"M",187,44,"L",187,205,"M",319,205,"L",319,44,"M",330,44,"L",330,205,"M",462,205,"L",462,44],"columnGaps":["M",176,44,"L",187,44,"L",187,205,"L",176,205,"Z","M",319,44,"L",330,44,"L",330,205,"L",319,205,"Z"],"positiveRowLineNumberPositions":[{"x":44,"y":44},{"x":44,"y":124.5},{"x":44,"y":205}],"positiveColumnLineNumberPositions":[{"x":44,"y":44},{"x":181.5,"y":44},{"x":324.5,"y":44},{"x":462,"y":44}],"negativeRowLineNumberPositions":[{"x":462,"y":44},{"x":462,"y":124.5},{"x":462,"y":205}],"negativeColumnLineNumberPositions":[{"x":44,"y":205},{"x":181.5,"y":205},{"x":324.5,"y":205},{"x":462,"y":205}],"areaNames":{"header":["M",187,44,"L",462,44,"L",462,119,"L",187,119,"Z"],"sidebar":["M",44,130,"L",176,130,"L",176,205,"L",44,205,"Z"],"content":["M",187,130,"L",462,130,"L",462,205,"L",187,205,"Z"]},"gridBorder":["M",44,44,"L",462,44,"L",462,205,"L",44,205,"Z"],"gridHighlightConfig":{"gridBorderDash":false,"rowLineDash":true,"columnLineDash":true,"showGridExtensionLines":true,"showPositiveLineNumbers":true,"showNegativeLineNumbers":true,"showAreaNames":true,"showLineNames":false,"rowLineColor":"#b32424","columnLineColor":"#b32424","rowGapColor":"rgba(179, 36, 36, 0.298039215686275)","columnGapColor":"rgba(179, 36, 36, 0.298039215686275)","rowHatchColor":"rgba(179, 36, 36, 0.8)","columnHatchColor":"rgba(179, 36, 36, 0.8)","areaBorderColor":"#b32424"},"isPrimaryGrid":true}]);
</script>
</body>
</html>