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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests12.dat	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,62 @@
     1.4 +#data
     1.5 +<!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
     1.6 +#errors
     1.7 +#document
     1.8 +| <!DOCTYPE html>
     1.9 +| <html>
    1.10 +|   <head>
    1.11 +|   <body>
    1.12 +|     <p>
    1.13 +|       "foo"
    1.14 +|       <math math>
    1.15 +|         <math mtext>
    1.16 +|           <i>
    1.17 +|             "baz"
    1.18 +|         <math annotation-xml>
    1.19 +|           <svg svg>
    1.20 +|             <svg desc>
    1.21 +|               <b>
    1.22 +|                 "eggs"
    1.23 +|             <svg g>
    1.24 +|               <svg foreignObject>
    1.25 +|                 <p>
    1.26 +|                   "spam"
    1.27 +|                 <table>
    1.28 +|                   <tbody>
    1.29 +|                     <tr>
    1.30 +|                       <td>
    1.31 +|                         <img>
    1.32 +|             <svg g>
    1.33 +|               "quux"
    1.34 +|       "bar"
    1.35 +
    1.36 +#data
    1.37 +<!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
    1.38 +#errors
    1.39 +#document
    1.40 +| <!DOCTYPE html>
    1.41 +| <html>
    1.42 +|   <head>
    1.43 +|   <body>
    1.44 +|     "foo"
    1.45 +|     <math math>
    1.46 +|       <math mtext>
    1.47 +|         <i>
    1.48 +|           "baz"
    1.49 +|       <math annotation-xml>
    1.50 +|         <svg svg>
    1.51 +|           <svg desc>
    1.52 +|             <b>
    1.53 +|               "eggs"
    1.54 +|           <svg g>
    1.55 +|             <svg foreignObject>
    1.56 +|               <p>
    1.57 +|                 "spam"
    1.58 +|               <table>
    1.59 +|                 <tbody>
    1.60 +|                   <tr>
    1.61 +|                     <td>
    1.62 +|                       <img>
    1.63 +|           <svg g>
    1.64 +|             "quux"
    1.65 +|     "bar"

mercurial