parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests8.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 <div>
michael@0 3 <div></div>
michael@0 4 </span>x
michael@0 5 #errors
michael@0 6 (1,5): expected-doctype-but-got-start-tag
michael@0 7 (3,7): unexpected-end-tag
michael@0 8 (3,8): expected-closing-tag-but-got-eof
michael@0 9 #document
michael@0 10 | <html>
michael@0 11 | <head>
michael@0 12 | <body>
michael@0 13 | <div>
michael@0 14 | "
michael@0 15 "
michael@0 16 | <div>
michael@0 17 | "
michael@0 18 x"
michael@0 19
michael@0 20 #data
michael@0 21 <div>x<div></div>
michael@0 22 </span>x
michael@0 23 #errors
michael@0 24 (1,5): expected-doctype-but-got-start-tag
michael@0 25 (2,7): unexpected-end-tag
michael@0 26 (2,8): expected-closing-tag-but-got-eof
michael@0 27 #document
michael@0 28 | <html>
michael@0 29 | <head>
michael@0 30 | <body>
michael@0 31 | <div>
michael@0 32 | "x"
michael@0 33 | <div>
michael@0 34 | "
michael@0 35 x"
michael@0 36
michael@0 37 #data
michael@0 38 <div>x<div></div>x</span>x
michael@0 39 #errors
michael@0 40 (1,5): expected-doctype-but-got-start-tag
michael@0 41 (1,25): unexpected-end-tag
michael@0 42 (1,26): expected-closing-tag-but-got-eof
michael@0 43 #document
michael@0 44 | <html>
michael@0 45 | <head>
michael@0 46 | <body>
michael@0 47 | <div>
michael@0 48 | "x"
michael@0 49 | <div>
michael@0 50 | "xx"
michael@0 51
michael@0 52 #data
michael@0 53 <div>x<div></div>y</span>z
michael@0 54 #errors
michael@0 55 (1,5): expected-doctype-but-got-start-tag
michael@0 56 (1,25): unexpected-end-tag
michael@0 57 (1,26): expected-closing-tag-but-got-eof
michael@0 58 #document
michael@0 59 | <html>
michael@0 60 | <head>
michael@0 61 | <body>
michael@0 62 | <div>
michael@0 63 | "x"
michael@0 64 | <div>
michael@0 65 | "yz"
michael@0 66
michael@0 67 #data
michael@0 68 <table><div>x<div></div>x</span>x
michael@0 69 #errors
michael@0 70 (1,7): expected-doctype-but-got-start-tag
michael@0 71 (1,12): foster-parenting-start-tag
michael@0 72 (1,13): foster-parenting-character
michael@0 73 (1,18): foster-parenting-start-tag
michael@0 74 (1,24): foster-parenting-end-tag
michael@0 75 (1,25): foster-parenting-start-tag
michael@0 76 (1,32): foster-parenting-end-tag
michael@0 77 (1,32): unexpected-end-tag
michael@0 78 (1,33): foster-parenting-character
michael@0 79 (1,33): eof-in-table
michael@0 80 #document
michael@0 81 | <html>
michael@0 82 | <head>
michael@0 83 | <body>
michael@0 84 | <div>
michael@0 85 | "x"
michael@0 86 | <div>
michael@0 87 | "xx"
michael@0 88 | <table>
michael@0 89
michael@0 90 #data
michael@0 91 x<table>x
michael@0 92 #errors
michael@0 93 (1,1): expected-doctype-but-got-chars
michael@0 94 (1,9): foster-parenting-character
michael@0 95 #document
michael@0 96 | <html>
michael@0 97 | <head>
michael@0 98 | <body>
michael@0 99 | "xx"
michael@0 100 | <table>
michael@0 101
michael@0 102 #data
michael@0 103 x<table><table>x
michael@0 104 #errors
michael@0 105 (1,1): expected-doctype-but-got-chars
michael@0 106 (1,15): unexpected-start-tag-implies-end-tag
michael@0 107 (1,16): foster-parenting-character
michael@0 108 #document
michael@0 109 | <html>
michael@0 110 | <head>
michael@0 111 | <body>
michael@0 112 | "x"
michael@0 113 | <table>
michael@0 114 | "x"
michael@0 115 | <table>
michael@0 116
michael@0 117 #data
michael@0 118 <b>a<div></div><div></b>y
michael@0 119 #errors
michael@0 120 (1,3): expected-doctype-but-got-start-tag
michael@0 121 (1,24): adoption-agency-1.3
michael@0 122 (1,25): expected-closing-tag-but-got-eof
michael@0 123 #document
michael@0 124 | <html>
michael@0 125 | <head>
michael@0 126 | <body>
michael@0 127 | <b>
michael@0 128 | "a"
michael@0 129 | <div>
michael@0 130 | <div>
michael@0 131 | <b>
michael@0 132 | "y"
michael@0 133
michael@0 134 #data
michael@0 135 <a><div><p></a>
michael@0 136 #errors
michael@0 137 (1,3): expected-doctype-but-got-start-tag
michael@0 138 (1,15): adoption-agency-1.3
michael@0 139 (1,15): adoption-agency-1.3
michael@0 140 (1,15): expected-closing-tag-but-got-eof
michael@0 141 #document
michael@0 142 | <html>
michael@0 143 | <head>
michael@0 144 | <body>
michael@0 145 | <a>
michael@0 146 | <div>
michael@0 147 | <a>
michael@0 148 | <p>
michael@0 149 | <a>

mercurial