Source code

Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<xhtml:div id="root">
<xhtml:div id="target">
</xhtml:div>
</xhtml:div>
<script>
<![CDATA[
var io = new IntersectionObserver(function () {
}, { root: document.getElementById('root') });
io.observe(document.getElementById('target'));
]]>
</script>
</window>