mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
46 lines
463 B
Plaintext
46 lines
463 B
Plaintext
| <!DOCTYPE html>
|
|
| <html>
|
|
| lang="en"
|
|
| <head>
|
|
| "
|
|
"
|
|
| <title>
|
|
| "Document"
|
|
| "
|
|
"
|
|
| "
|
|
"
|
|
| <body>
|
|
| "
|
|
"
|
|
| <!-- test -->
|
|
| "
|
|
|
|
"
|
|
| <!-- foo -->
|
|
| <div>
|
|
| "baz"
|
|
| <!-- bar
|
|
|
|
moo -->
|
|
| "
|
|
"
|
|
| <script>
|
|
| "<!-- alert(1) -->"
|
|
| "
|
|
"
|
|
| <script>
|
|
| "alert('<!--')"
|
|
| "
|
|
"
|
|
| <script>
|
|
| "alert('<!-- foo -->')"
|
|
| "
|
|
"
|
|
| <script>
|
|
| "alert('-->')"
|
|
| "
|
|
|
|
|
|
"
|