Bug 1212867 - Node.isEqualNode() should ignore internal subsets; r=bz

This commit is contained in:
Aryeh Gregor 2015-10-12 20:44:23 +03:00
Родитель ff1a4162cc
Коммит 97bf22c73e
4 изменённых файлов: 0 добавлений и 16 удалений

Просмотреть файл

@ -1074,13 +1074,6 @@ nsINode::IsEqualNode(nsINode* aOther)
if (!string1.Equals(string2)) {
return false;
}
// Internal subset
docType1->GetInternalSubset(string1);
docType2->GetInternalSubset(string2);
if (!string1.Equals(string2)) {
return false;
}
break;
}

Просмотреть файл

@ -6,7 +6,6 @@ support-files =
[test_Document-createElement-namespace.html.json]
[test_Document-createElementNS.html.json]
[test_Document-getElementsByTagName.html.json]
[test_Node-isEqualNode.xhtml.json]
[test_Node-properties.html.json]
[test_attributes.html.json]
[test_case.html.json]

Просмотреть файл

@ -1,3 +0,0 @@
{
"isEqualNode should return true when only the internal subsets of DocumentTypes differ.": true
}

Просмотреть файл

@ -1,5 +0,0 @@
[Node-isEqualNode.xhtml]
type: testharness
[isEqualNode should return true when only the internal subsets of DocumentTypes differ.]
expected: FAIL