Fixes #26053
Change-Id: Ic2052b1d0d4e0826a217a520c83d7bb0995ea72a
GitHub-Last-Rev:
5a3eea3dd22b0a194591ce2294b88cb340df1e8d
GitHub-Pull-Request: golang/go#26054
Reviewed-on: https://go-review.googlesource.com/c/120835
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
"application/ecmascript",
"application/javascript",
"application/json",
+ "application/ld+json",
"application/x-ecmascript",
"application/x-javascript",
"text/ecmascript",
{"application/javascript/version=1.8", false},
{"text/javascript", true},
{"application/json", true},
+ {"application/ld+json", true},
}
for _, test := range tests {