Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0"?>
<window title="XUL Layout"
<vbox style="overflow:auto; height:200px">
<html:span style="color:blue; position:relative">Hello Kitty<html:span style="position: absolute; top: 300px; left: 0">should not appear</html:span></html:span>
</vbox>
</window>