mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
a16ec39b18
Move queue and stack includes outside of mozilla namespace. Test the following for searches: - Null root returns null. - Needle is root returns root. - No needle results in full traversal. - Needle node in middle returns that needle, and stops traversing. Test the following for ForEachNode: - Null root still runs correctly. - No skips results in traversal of entire tree. - Root skip results in only changing the root. - First skips are still included (whether leaf or parent). |
||
---|---|---|
.. | ||
crashtests | ||
gtest | ||
mochitest | ||
reftest | ||
unit | ||
moz.build |