swc/crates/swc_html_minifier/tests/fixture/element/disabled-json/input.html
2022-06-21 14:28:53 +00:00

30 lines
624 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Recipe",
"name": "Party Coffee Cake",
"author": {
"@type": "Person",
"name": "Mary Stone"
},
"datePublished": "2018-03-10",
"description": "This coffee cake is awesome and perfect for parties.",
"prepTime": "PT20M"
}
</script>
<script>
alert("test" + "test");
</script>
</head>
<body>
</body>
</html>