RESOLVED DUPLICATE of bug 83438 74919
document.querySelector[All] cannot find foreignObject
https://bugs.webkit.org/show_bug.cgi?id=74919
Summary document.querySelector[All] cannot find foreignObject
Julien Sanchez
Reported 2011-12-20 02:04:44 PST
document.querySelector[All] cannot find foreignObject but can find any other svg elements. Same failure with element.querySelector[All]. Steps to reproduce: 1. Open failing test on jsfiddle: http://jsfiddle.net/gentooboontoo/LzzX3/2/ What is obtained (webkit-based browser on Linux and Windows (535.14)): div: 3 nodes found svg: 1 nodes found g: 1 nodes found foreignObject: NOT FOUND What is expected (tested successfully with Firefox): div: 3 nodes found svg: 1 nodes found g: 1 nodes found foreignObject: 1 nodes found
Attachments
Rob Buis
Comment 1 2012-04-22 11:06:33 PDT
*** This bug has been marked as a duplicate of bug 83438 ***
Note You need to log in before you can comment on or make changes to this bug.