This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
`document` is the only one right now; it would be nice to have a few more.
Which common.js? The one I wrote has lots of detached stuff: detachedDiv, detachedXmlElement, detachedTextNode, detachedForeignTextNode, detachedXmlTextNode, detachedProcessingInstruction, detachedComment, detachedForeignComment, detachedXmlComment, docfrag, foreignDocFrag, xmlDocFrag, plus of course foreignDoc and xmlDoc. Every one of these is in testNodes. Is there a different common.js somewhere in the webapps tests?
I probably looked at the test results in the wrong build; you're right that there are enough.