[foreignObject, foreignObject2].forEach(el => {
          expect(el.namespaceURI).toBe('http://www.w3.org/2000/svg');
          expect(el.tagName).toBe('foreignObject');
        });