mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 831398 - Inspector doesn't show any XML nodes inside <svg> for reftest feBlend-1.svg. r=paul
This commit is contained in:
parent
d732b1a4f7
commit
cce824f43b
@ -1083,7 +1083,7 @@ ElementEditor.prototype = {
|
||||
|
||||
_createAttribute: function EE_createAttribute(aAttr, aBefore)
|
||||
{
|
||||
if (aAttr.name in this.attrs) {
|
||||
if (this.attrs.indexOf(aAttr.name) !== -1) {
|
||||
var attr = this.attrs[aAttr.name];
|
||||
var name = attr.querySelector(".attrname");
|
||||
var val = attr.querySelector(".attrvalue");
|
||||
|
Loading…
Reference in New Issue
Block a user