mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +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)
|
_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 attr = this.attrs[aAttr.name];
|
||||||
var name = attr.querySelector(".attrname");
|
var name = attr.querySelector(".attrname");
|
||||||
var val = attr.querySelector(".attrvalue");
|
var val = attr.querySelector(".attrvalue");
|
||||||
|
Loading…
Reference in New Issue
Block a user