parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests4.dat

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 #data
michael@0 2 direct div content
michael@0 3 #errors
michael@0 4 #document-fragment
michael@0 5 div
michael@0 6 #document
michael@0 7 | "direct div content"
michael@0 8
michael@0 9 #data
michael@0 10 direct textarea content
michael@0 11 #errors
michael@0 12 #document-fragment
michael@0 13 textarea
michael@0 14 #document
michael@0 15 | "direct textarea content"
michael@0 16
michael@0 17 #data
michael@0 18 textarea content with <em>pseudo</em> <foo>markup
michael@0 19 #errors
michael@0 20 #document-fragment
michael@0 21 textarea
michael@0 22 #document
michael@0 23 | "textarea content with <em>pseudo</em> <foo>markup"
michael@0 24
michael@0 25 #data
michael@0 26 this is &#x0043;DATA inside a <style> element
michael@0 27 #errors
michael@0 28 #document-fragment
michael@0 29 style
michael@0 30 #document
michael@0 31 | "this is &#x0043;DATA inside a <style> element"
michael@0 32
michael@0 33 #data
michael@0 34 </plaintext>
michael@0 35 #errors
michael@0 36 #document-fragment
michael@0 37 plaintext
michael@0 38 #document
michael@0 39 | "</plaintext>"
michael@0 40
michael@0 41 #data
michael@0 42 setting html's innerHTML
michael@0 43 #errors
michael@0 44 #document-fragment
michael@0 45 html
michael@0 46 #document
michael@0 47 | <head>
michael@0 48 | <body>
michael@0 49 | "setting html's innerHTML"
michael@0 50
michael@0 51 #data
michael@0 52 <title>setting head's innerHTML</title>
michael@0 53 #errors
michael@0 54 #document-fragment
michael@0 55 head
michael@0 56 #document
michael@0 57 | <title>
michael@0 58 | "setting head's innerHTML"

mercurial