summaryrefslogtreecommitdiffstats
path: root/devtools/server/tests/chrome/inspector_css-properties.html
blob: 8cc6368cd1a8f26be904f834b5d99f92ed3ceaaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<body>
  <script type="text/javascript">
    "use strict";

    window.onload = function() {
      window.opener.postMessage("ready", "*");
    };
  </script>
</body>
</html>