Bug 1445983. <bdi> should be an HTMLElement, not HTMLUnknownElement. r=hsivonen
MozReview-Commit-ID: 9eJ45uXRDfR
This commit is contained in:
@@ -2405,8 +2405,8 @@ nsHtml5TreeBuilder::endTag(nsHtml5ElementName* elementName)
|
||||
for (;;) {
|
||||
if (!eltPos) {
|
||||
MOZ_ASSERT(fragment,
|
||||
"We can get this close to the root of the stack "
|
||||
"in foreign content only in the fragment case.");
|
||||
"We can get this close to the root of the stack in "
|
||||
"foreign content only in the fragment case.");
|
||||
NS_HTML5_BREAK(endtagloop);
|
||||
}
|
||||
if (stack[eltPos]->name == name) {
|
||||
|
||||
Reference in New Issue
Block a user