summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/about_invalidations.html
blob: 7b1b71b22cf4b52f01ea207b885df3549f4066bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
  <title>Invalidations</title>
  <script src="chrome://resources/js/cr.js"></script>
  <script src="chrome://resources/js/parse_html_subset.js"></script>
  <script src="chrome://resources/js/util.js"></script>
  <script src="chrome://invalidations/about_invalidations.js"></script>
  <link rel="stylesheet" type="text/css" href="about_invalidations.css">
</head>

<body>
  <h1>Invalidations Debug Information
    <button id='refresh-invalidation-data'>Refresh</button></h1>
</body>


</html>