1369363.xhtml (496B)
1 <?xml version="1.0"?> 2 <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> 3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 4 xmlns:xhtml="http://www.w3.org/1999/xhtml"> 5 <xhtml:div id="root"> 6 <xhtml:div id="target"> 7 </xhtml:div> 8 </xhtml:div> 9 <script> 10 <![CDATA[ 11 var io = new IntersectionObserver(function () { 12 }, { root: document.getElementById('root') }); 13 io.observe(document.getElementById('target')); 14 ]]> 15 </script> 16 </window>