From 600b6c34df94ad0917970669680629260394ce7d Mon Sep 17 00:00:00 2001 From: Julien Tant Date: Wed, 5 Jun 2024 16:54:52 -0700 Subject: add script's integrity and crossorigin attributes --- html/attributes_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'html/attributes_test.go') diff --git a/html/attributes_test.go b/html/attributes_test.go index bcb6daf..1478b61 100644 --- a/html/attributes_test.go +++ b/html/attributes_test.go @@ -47,12 +47,14 @@ func TestSimpleAttributes(t *testing.T) { "cols": Cols, "colspan": ColSpan, "content": Content, + "crossorigin": CrossOrigin, "enctype": EncType, "for": For, "form": FormAttr, "height": Height, "href": Href, "id": ID, + "integrity": Integrity, "lang": Lang, "loading": Loading, "max": Max, -- cgit 1.4.1