assertTrue(g == h.findComponent(":b:g"));
assertTrue(h == h.findComponent(":h"));
assertTrue(i == h.findComponent(":i"));
// Absolute searches from "i"
assertTrue(a == i.findComponent(":a"));
assertTrue(b == i.findComponent(":b"));
assertTrue(c == i.findComponent(":c"));
assertTrue(d == i.findComponent(":b:d"));
assertTrue(e == i.findComponent(":b:d:e"));
assertTrue(f == i.findComponent(":b:d:f"));