Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / common / extensions / docs / examples / api / debugger / live-headers / headers.html
blob3c042e97946988f89d620bc53baa391d58f029c7
1 <!--
2 Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
5 -->
7 <html>
8 <head>
9 <style>
10 body {
11 font-family: monospace;
12 word-wrap: break-word;
15 #container {
16 white-space: pre;
19 .request {
20 border-top: 1px solid black;
21 margin-bottom: 10px;
24 </style>
26 <script src="headers.js"></script>
27 </head>
29 <body>
30 <div id="container"></div>
31 </body>
32 </html>