repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1931425 - Limit how often moz-label's #setStyles runs r=reusable-components-revie...
[gecko.git]
/
devtools
/
server
/
tests
/
chrome
/
inspector_css-properties.html
blob
8cc6368cd1a8f26be904f834b5d99f92ed3ceaaa
1
<html>
2
<head>
3
<body>
4
<script
type
=
"text/javascript"
>
5
"use strict"
;
6
7
window
.
onload
=
function
() {
8
window
.
opener
.
postMessage
(
"ready"
,
"*"
);
9
};
10
</script>
11
</body>
12
</html>