instiki/attic/vendor/plugins/HTML5lib/testdata/tree-construction/tests4.dat

61 lines
957 B
Plaintext
Raw Normal View History

2007-06-12 06:33:06 +02:00
#data
direct div content
#errors
#document-fragment
div
#document
2007-06-12 06:33:06 +02:00
| "direct div content"
#data
direct textarea content
#errors
#document-fragment
textarea
#document
2007-06-12 06:33:06 +02:00
| "direct textarea content"
#data
textarea content with <em>pseudo</em> <foo>markup
#errors
#document-fragment
textarea
#document
2007-06-12 06:33:06 +02:00
| "textarea content with <em>pseudo</em> <foo>markup"
#data
this is &#x0043;DATA inside a <style> element
#errors
#document-fragment
style
#document
2007-06-12 06:33:06 +02:00
| "this is &#x0043;DATA inside a <style> element"
#data
</plaintext>
#errors
#document-fragment
plaintext
#document
2007-06-12 06:33:06 +02:00
| "</plaintext>"
#data
setting html's innerHTML
#errors
Line: 1 Col: 24 Unexpected EOF in inner html mode.
#document-fragment
html
#document
2007-06-12 06:33:06 +02:00
| <head>
| <body>
| "setting html's innerHTML"
#data
<title>setting head's innerHTML</title>
#errors
Line: 1 Col: 7 Unexpected start tag (title) that can be in head. Moved.
#document-fragment
head
#document
2007-06-12 06:33:06 +02:00
| <title>
| "setting head's innerHTML"