diff options
Diffstat (limited to 'html/attributes_test.go')
-rw-r--r-- | html/attributes_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/html/attributes_test.go b/html/attributes_test.go index 1388494..76e3390 100644 --- a/html/attributes_test.go +++ b/html/attributes_test.go @@ -51,6 +51,7 @@ func TestSimpleAttributes(t *testing.T) { "href": Href, "id": ID, "lang": Lang, + "loading": Loading, "max": Max, "maxlength": MaxLength, "method": Method, @@ -65,6 +66,7 @@ func TestSimpleAttributes(t *testing.T) { "role": Role, "rows": Rows, "src": Src, + "srcset": SrcSet, "style": StyleAttr, "tabindex": TabIndex, "target": Target, |