Closed
Bug 1464768
Opened 7 years ago
Closed 7 years ago
SVGPolygonElement, SVGPolylineElement does not inherit from SVGGeometryElement
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1325320
People
(Reporter: kapipi, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
Build ID: 20180517113820
Steps to reproduce:
```
var svgns = "http://www.w3.org/2000/svg";
document.createElementNS(svgns, 'polygon') instanceof SVGGeometryElement
```
Actual results:
false was returned
Expected results:
true should be returned
Comment 1•7 years ago
|
||
sure it does, try the beta to nightly.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•