| Index: mojo/public/dart/third_party/html/test/data/tree-construction/tests4.dat
|
| diff --git a/mojo/public/dart/third_party/html/test/data/tree-construction/tests4.dat b/mojo/public/dart/third_party/html/test/data/tree-construction/tests4.dat
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3c506326d1f1318e1955e0a60a5bb968513d422a
|
| --- /dev/null
|
| +++ b/mojo/public/dart/third_party/html/test/data/tree-construction/tests4.dat
|
| @@ -0,0 +1,59 @@
|
| +#data
|
| +direct div content
|
| +#errors
|
| +#document-fragment
|
| +div
|
| +#document
|
| +| "direct div content"
|
| +
|
| +#data
|
| +direct textarea content
|
| +#errors
|
| +#document-fragment
|
| +textarea
|
| +#document
|
| +| "direct textarea content"
|
| +
|
| +#data
|
| +textarea content with <em>pseudo</em> <foo>markup
|
| +#errors
|
| +#document-fragment
|
| +textarea
|
| +#document
|
| +| "textarea content with <em>pseudo</em> <foo>markup"
|
| +
|
| +#data
|
| +this is CDATA inside a <style> element
|
| +#errors
|
| +#document-fragment
|
| +style
|
| +#document
|
| +| "this is CDATA inside a <style> element"
|
| +
|
| +#data
|
| +</plaintext>
|
| +#errors
|
| +#document-fragment
|
| +plaintext
|
| +#document
|
| +| "</plaintext>"
|
| +
|
| +#data
|
| +setting html's innerHTML
|
| +#errors
|
| +Line: 1 Col: 24 Unexpected EOF in inner html mode.
|
| +#document-fragment
|
| +html
|
| +#document
|
| +| <head>
|
| +| <body>
|
| +| "setting html's innerHTML"
|
| +
|
| +#data
|
| +<title>setting head's innerHTML</title>
|
| +#errors
|
| +#document-fragment
|
| +head
|
| +#document
|
| +| <title>
|
| +| "setting head's innerHTML"
|
|
|