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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

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

mercurial