Backed out changeset 07c23fd98229 (bug 1489437) for multiple failures in nsHtml5DocumentBuilder

This commit is contained in:
shindli 2018-09-09 12:09:56 +03:00
Родитель 045c48d80f
Коммит 55d70d1e02
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -178,8 +178,6 @@ nsHtml5TreeOperation::Append(nsIContent* aNode,
MOZ_ASSERT(aBuilder->IsInDocUpdate());
nsresult rv = NS_OK;
nsHtml5OtherDocUpdate update(aParent->OwnerDoc(), aBuilder->GetDocument());
dom::AutoCEReaction autoCEReaction(
aParent->OwnerDoc()->GetDocGroup()->CustomElementReactionsStack(), nullptr);
rv = aParent->AppendChildTo(aNode, false);
if (NS_SUCCEEDED(rv)) {
aNode->SetParserHasNotified();

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

@ -0,0 +1,4 @@
[parser-sets-attributes-and-children.html]
[HTML parser should call connectedCallback before appending child nodes.]
expected: FAIL