parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests12.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.

     1 #data
     2 <!DOCTYPE html><body><p>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></table></foreignObject></g><g>quux</g></svg></annotation-xml></math>bar
     3 #errors
     4 #document
     5 | <!DOCTYPE html>
     6 | <html>
     7 |   <head>
     8 |   <body>
     9 |     <p>
    10 |       "foo"
    11 |       <math math>
    12 |         <math mtext>
    13 |           <i>
    14 |             "baz"
    15 |         <math annotation-xml>
    16 |           <svg svg>
    17 |             <svg desc>
    18 |               <b>
    19 |                 "eggs"
    20 |             <svg g>
    21 |               <svg foreignObject>
    22 |                 <p>
    23 |                   "spam"
    24 |                 <table>
    25 |                   <tbody>
    26 |                     <tr>
    27 |                       <td>
    28 |                         <img>
    29 |             <svg g>
    30 |               "quux"
    31 |       "bar"
    33 #data
    34 <!DOCTYPE html><body>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></table></foreignObject></g><g>quux</g></svg></annotation-xml></math>bar
    35 #errors
    36 #document
    37 | <!DOCTYPE html>
    38 | <html>
    39 |   <head>
    40 |   <body>
    41 |     "foo"
    42 |     <math math>
    43 |       <math mtext>
    44 |         <i>
    45 |           "baz"
    46 |       <math annotation-xml>
    47 |         <svg svg>
    48 |           <svg desc>
    49 |             <b>
    50 |               "eggs"
    51 |           <svg g>
    52 |             <svg foreignObject>
    53 |               <p>
    54 |                 "spam"
    55 |               <table>
    56 |                 <tbody>
    57 |                   <tr>
    58 |                     <td>
    59 |                       <img>
    60 |           <svg g>
    61 |             "quux"
    62 |     "bar"

mercurial