Files
UXP-Fixed/devtools/server/tests/mochitest/inspector_css-properties.html
T
2018-02-02 04:16:08 -05:00

11 lines
170 B
HTML

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