Bug 527201 - Remove the hack to skip bogus MathML _moz-* attributes in the HTML5 test suite. r=hsivonen
This commit is contained in:
@@ -148,10 +148,6 @@ function addLevels(walker, buf, indent) {
|
||||
var attrs = walker.currentNode.attributes;
|
||||
for (var i = 0; i < attrs.length; ++i) {
|
||||
var localName = attrs[i].localName;
|
||||
if (localName.indexOf("_moz-") == 0) {
|
||||
// Skip bogus attributes added by the MathML implementation
|
||||
continue;
|
||||
}
|
||||
var name;
|
||||
var attrNs = attrs[i].namespaceURI;
|
||||
if (null == attrNs) {
|
||||
|
||||
Reference in New Issue
Block a user