You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
366 lines
6.1 KiB
366 lines
6.1 KiB
#data
|
|
FOO<script>'Hello'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| "'Hello'"
|
|
| "BAR"
|
|
|
|
#data
|
|
FOO<script></script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| "BAR"
|
|
|
|
#data
|
|
FOO<script></script >BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| "BAR"
|
|
|
|
#data
|
|
FOO<script></script/>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
(1,21): self-closing-flag-on-end-tag
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| "BAR"
|
|
|
|
#data
|
|
FOO<script></script/ >BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
(1,20): unexpected-character-after-solidus-in-tag
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| "BAR"
|
|
|
|
#data
|
|
FOO<script type="text/plain"></scriptx>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
(1,42): expected-named-closing-tag-but-got-eof
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| type="text/plain"
|
|
| "</scriptx>BAR"
|
|
|
|
#data
|
|
FOO<script></script foo=">" dd>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
(1,31): attributes-in-end-tag
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| "BAR"
|
|
|
|
#data
|
|
FOO<script>'<'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| "'<'"
|
|
| "BAR"
|
|
|
|
#data
|
|
FOO<script>'<!'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| "'<!'"
|
|
| "BAR"
|
|
|
|
#data
|
|
FOO<script>'<!-'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| "'<!-'"
|
|
| "BAR"
|
|
|
|
#data
|
|
FOO<script>'<!--'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| "'<!--'"
|
|
| "BAR"
|
|
|
|
#data
|
|
FOO<script>'<!---'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| "'<!---'"
|
|
| "BAR"
|
|
|
|
#data
|
|
FOO<script>'<!-->'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| "'<!-->'"
|
|
| "BAR"
|
|
|
|
#data
|
|
FOO<script>'<!-->'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| "'<!-->'"
|
|
| "BAR"
|
|
|
|
#data
|
|
FOO<script>'<!-- potato'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| "'<!-- potato'"
|
|
| "BAR"
|
|
|
|
#data
|
|
FOO<script>'<!-- <sCrIpt'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| "'<!-- <sCrIpt'"
|
|
| "BAR"
|
|
|
|
#data
|
|
FOO<script type="text/plain">'<!-- <sCrIpt>'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
(1,56): expected-script-data-but-got-eof
|
|
(1,56): expected-named-closing-tag-but-got-eof
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| type="text/plain"
|
|
| "'<!-- <sCrIpt>'</script>BAR"
|
|
|
|
#data
|
|
FOO<script type="text/plain">'<!-- <sCrIpt> -'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
(1,58): expected-script-data-but-got-eof
|
|
(1,58): expected-named-closing-tag-but-got-eof
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| type="text/plain"
|
|
| "'<!-- <sCrIpt> -'</script>BAR"
|
|
|
|
#data
|
|
FOO<script type="text/plain">'<!-- <sCrIpt> --'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
(1,59): expected-script-data-but-got-eof
|
|
(1,59): expected-named-closing-tag-but-got-eof
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| type="text/plain"
|
|
| "'<!-- <sCrIpt> --'</script>BAR"
|
|
|
|
#data
|
|
FOO<script>'<!-- <sCrIpt> -->'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| "'<!-- <sCrIpt> -->'"
|
|
| "BAR"
|
|
|
|
#data
|
|
FOO<script type="text/plain">'<!-- <sCrIpt> --!>'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
(1,61): expected-script-data-but-got-eof
|
|
(1,61): expected-named-closing-tag-but-got-eof
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| type="text/plain"
|
|
| "'<!-- <sCrIpt> --!>'</script>BAR"
|
|
|
|
#data
|
|
FOO<script type="text/plain">'<!-- <sCrIpt> -- >'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
(1,61): expected-script-data-but-got-eof
|
|
(1,61): expected-named-closing-tag-but-got-eof
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| type="text/plain"
|
|
| "'<!-- <sCrIpt> -- >'</script>BAR"
|
|
|
|
#data
|
|
FOO<script type="text/plain">'<!-- <sCrIpt '</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
(1,56): expected-script-data-but-got-eof
|
|
(1,56): expected-named-closing-tag-but-got-eof
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| type="text/plain"
|
|
| "'<!-- <sCrIpt '</script>BAR"
|
|
|
|
#data
|
|
FOO<script type="text/plain">'<!-- <sCrIpt/'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
(1,56): expected-script-data-but-got-eof
|
|
(1,56): expected-named-closing-tag-but-got-eof
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| type="text/plain"
|
|
| "'<!-- <sCrIpt/'</script>BAR"
|
|
|
|
#data
|
|
FOO<script type="text/plain">'<!-- <sCrIpt\'</script>BAR
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| type="text/plain"
|
|
| "'<!-- <sCrIpt\'"
|
|
| "BAR"
|
|
|
|
#data
|
|
FOO<script type="text/plain">'<!-- <sCrIpt/'</script>BAR</script>QUX
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| type="text/plain"
|
|
| "'<!-- <sCrIpt/'</script>BAR"
|
|
| "QUX"
|
|
|
|
#data
|
|
FOO<script><!--<script>-></script>--></script>QUX
|
|
#errors
|
|
(1,3): expected-doctype-but-got-chars
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "FOO"
|
|
| <script>
|
|
| "<!--<script>-></script>-->"
|
|
| "QUX"
|