mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
18 lines
293 B
HTML
18 lines
293 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<!-- test -->
|
|
|
|
<!-- foo --><div>baz</div><!-- bar
|
|
|
|
moo -->
|
|
<script><!-- alert(1) --></script>
|
|
<script>alert('<!--')</script>
|
|
<script>alert('<!-- foo -->')</script>
|
|
<script>alert('-->')</script>
|
|
</body>
|
|
</html>
|