[Bug 25412] Allow some recursion in NodeIterator/TreeWalker

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25412

--- Comment #25 from Olli Pettay <bugs@pettay.fi> ---
Where are those tests? The one mentioned in comment 0 tests just nextNode() +
prevNode(). nextNode() + nextNode() would be more interesting, and in a way
which doesn't lead to endless recursion.

I'd just like to see some testing so that we don't end up changing spec
which is followed by 1 or 2 (Gecko + Presto) implementations to something
which isn't followed by any implementation.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 28 April 2014 14:08:55 UTC