This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
extvardeclwithtype-23 use $complexVariables/<li>....</li> to construct some HTML, and then tests if the serialization matches. However, / sorts the li-elements in document-order, which is implementation defined, since each li is its own tree, so you never know what the serialization becomes
Yes you are correct on your observations. I have fixed this test case by using a for expression.