We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cef851 commit 9f9c09fCopy full SHA for 9f9c09f
html/parse_test.go
@@ -468,6 +468,7 @@ func TestParseFragmentForeignContentTemplates(t *testing.T) {
468
srcs := []string{
469
"<math><html><template><mn><template></template></template>",
470
"<math><math><head><mi><template>",
471
+ "<svg><head><title><select><input>",
472
}
473
for _, src := range srcs {
474
// The next line shouldn't infinite-loop.
0 commit comments