зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 07c23fd98229 (bug 1489437) for multiple failures in nsHtml5DocumentBuilder
This commit is contained in:
Родитель
045c48d80f
Коммит
55d70d1e02
|
@ -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
|
||||
|
Загрузка…
Ссылка в новой задаче