summaryrefslogtreecommitdiffstats
path: root/devtools/server/tests/mochitest/inspector_css-properties.html
blob: 2c160c92803f5ed9d86d21a200e3162ca2ce932a (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<body>
  <script type="text/javascript">
    window.onload = function() {
      window.opener.postMessage('ready', '*');
    };
  </script>
</body>
</html>