From ba4900b61f6d6b47db43967c1c634ea443a35222 Mon Sep 17 00:00:00 2001 From: Karl Seguin Date: Thu, 18 Dec 2025 21:14:41 +0800 Subject: [PATCH] import template parsing test from 'legacy' --- src/browser/tests/element/html/template.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/browser/tests/element/html/template.html b/src/browser/tests/element/html/template.html index 2a92534f..0c1d46d2 100644 --- a/src/browser/tests/element/html/template.html +++ b/src/browser/tests/element/html/template.html @@ -212,4 +212,19 @@ // NOT the DocumentFragment, so it should be empty testing.expectEqual('', template.textContent); } - --> + + + +