Bug 1931425 - Limit how often moz-label's #setStyles runs r=reusable-components-revie...
[gecko.git] / devtools / server / tests / chrome / inspector_css-properties.html
blob8cc6368cd1a8f26be904f834b5d99f92ed3ceaaa
1 <html>
2 <head>
3 <body>
4 <script type="text/javascript">
5 "use strict";
7 window.onload = function() {
8 window.opener.postMessage("ready", "*");
9 };
10 </script>
11 </body>
12 </html>