Revert "feat(ivy): add namespace instructions for SVG and others (#23899)"

This reverts commit 81e4b2a4bf.
This commit is contained in:
Victor Berchet
2018-06-06 13:38:21 -07:00
parent 07b4c8be42
commit 7de2ba0e22
6 changed files with 22 additions and 80 deletions

View File

@ -1820,7 +1820,7 @@ function declareTests({useJit}: {useJit: boolean}) {
.toEqual('http://www.w3.org/2000/svg');
const firstAttribute = getDOM().getProperty(<Element>use, 'attributes')[0];
expect(firstAttribute.name).toEqual('href');
expect(firstAttribute.name).toEqual('xlink:href');
expect(firstAttribute.namespaceURI).toEqual('http://www.w3.org/1999/xlink');
});