Bug 1445983. <bdi> should be an HTMLElement, not HTMLUnknownElement. r=hsivonen

MozReview-Commit-ID: 9eJ45uXRDfR
This commit is contained in:
Boris Zbarsky
2018-03-16 11:26:09 -04:00
parent 051041fc49
commit dba6013b27
16 changed files with 545 additions and 536 deletions

View File

@@ -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) {