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.

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

mercurial