From 2dadc91311590cd6f27bd16fc62213a399e6e89e Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Sat, 28 Mar 2020 07:58:24 +0100 Subject: [PATCH] Align with DOM DocumentFragment adoption changes Complements https://github.com/whatwg/dom/pull/819. Tests: https://github.com/web-platform-tests/wpt/pull/22504. --- source | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source b/source index af1cfa45c51..c5f069b154b 100644 --- a/source +++ b/source @@ -58444,7 +58444,8 @@ interface HTMLTemplateElement : HTMLElement {
  • Adopt node's - template contents (a DocumentFragment object) into doc.

  • + template contents (a DocumentFragment object) into doc, with + forceDocumentFragmentAdoption set to true.

    The content IDL attribute must return the