justifyfull.js (99463B)
1 // For documentation of the format, see README in this directory. 2 var browserTests = [ 3 ["foo[]bar<p>extra", 4 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 5 "<div style=\"text-align:justify\">foo[]bar</div><p>extra</p>", 6 [true,true,true], 7 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 8 ["foo[]bar<p>extra", 9 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 10 "<div style=\"text-align:justify\">foo[]bar</div><p>extra</p>", 11 [true,true,true], 12 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 13 ["foo[]bar<p>extra", 14 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 15 "<div style=\"text-align:justify\">foo[]bar</div><p>extra</p>", 16 [true,true,true], 17 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 18 ["foo[]bar<p>extra", 19 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 20 "<div style=\"text-align:justify\">foo[]bar</div><p>extra</p>", 21 [true,true,true], 22 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 23 ["<span>foo</span>{}<span>bar</span><p>extra", 24 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 25 "<div style=\"text-align:justify\"><span>foo</span>{}<span>bar</span></div><p>extra</p>", 26 [true,true,true], 27 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 28 ["<span>foo</span>{}<span>bar</span><p>extra", 29 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 30 "<div style=\"text-align:justify\"><span>foo</span>{}<span>bar</span></div><p>extra</p>", 31 [true,true,true], 32 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 33 ["<span>foo</span>{}<span>bar</span><p>extra", 34 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 35 "<div style=\"text-align:justify\"><span>foo</span>{}<span>bar</span></div><p>extra</p>", 36 [true,true,true], 37 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 38 ["<span>foo</span>{}<span>bar</span><p>extra", 39 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 40 "<div style=\"text-align:justify\"><span>foo</span>{}<span>bar</span></div><p>extra</p>", 41 [true,true,true], 42 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 43 ["<span>foo[</span><span>]bar</span><p>extra", 44 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 45 "<div style=\"text-align:justify\"><span>foo[</span><span>]bar</span></div><p>extra</p>", 46 [true,true,true], 47 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 48 ["<span>foo[</span><span>]bar</span><p>extra", 49 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 50 "<div style=\"text-align:justify\"><span>foo[</span><span>]bar</span></div><p>extra</p>", 51 [true,true,true], 52 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 53 ["<span>foo[</span><span>]bar</span><p>extra", 54 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 55 "<div style=\"text-align:justify\"><span>foo[</span><span>]bar</span></div><p>extra</p>", 56 [true,true,true], 57 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 58 ["<span>foo[</span><span>]bar</span><p>extra", 59 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 60 "<div style=\"text-align:justify\"><span>foo[</span><span>]bar</span></div><p>extra</p>", 61 [true,true,true], 62 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 63 ["foo[bar]baz<p>extra", 64 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 65 "<div style=\"text-align:justify\">foo[bar]baz</div><p>extra</p>", 66 [true,true,true], 67 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 68 ["foo[bar]baz<p>extra", 69 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 70 "<div style=\"text-align:justify\">foo[bar]baz</div><p>extra</p>", 71 [true,true,true], 72 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 73 ["foo[bar]baz<p>extra", 74 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 75 "<div style=\"text-align:justify\">foo[bar]baz</div><p>extra</p>", 76 [true,true,true], 77 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 78 ["foo[bar]baz<p>extra", 79 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 80 "<div style=\"text-align:justify\">foo[bar]baz</div><p>extra</p>", 81 [true,true,true], 82 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 83 ["foo[bar<b>baz]qoz</b>quz<p>extra", 84 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 85 "<div style=\"text-align:justify\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>", 86 [true,true,true], 87 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 88 ["foo[bar<b>baz]qoz</b>quz<p>extra", 89 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 90 "<div style=\"text-align:justify\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>", 91 [true,true,true], 92 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 93 ["foo[bar<b>baz]qoz</b>quz<p>extra", 94 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 95 "<div style=\"text-align:justify\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>", 96 [true,true,true], 97 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 98 ["foo[bar<b>baz]qoz</b>quz<p>extra", 99 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 100 "<div style=\"text-align:justify\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>", 101 [true,true,true], 102 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 103 ["<p>foo[]bar<p>extra", 104 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 105 "<div style=\"text-align:justify\"><p>foo[]bar</p></div><p>extra</p>", 106 [true,true,true], 107 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 108 ["<p>foo[]bar<p>extra", 109 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 110 "<div style=\"text-align:justify\"><p>foo[]bar</p></div><p>extra</p>", 111 [true,true,true], 112 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 113 ["<p>foo[]bar<p>extra", 114 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 115 "<div style=\"text-align:justify\"><p>foo[]bar</p></div><p>extra</p>", 116 [true,true,true], 117 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 118 ["<p>foo[]bar<p>extra", 119 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 120 "<div style=\"text-align:justify\"><p>foo[]bar</p></div><p>extra</p>", 121 [true,true,true], 122 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 123 ["<p>foo[bar]baz<p>extra", 124 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 125 "<div style=\"text-align:justify\"><p>foo[bar]baz</p></div><p>extra</p>", 126 [true,true,true], 127 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 128 ["<p>foo[bar]baz<p>extra", 129 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 130 "<div style=\"text-align:justify\"><p>foo[bar]baz</p></div><p>extra</p>", 131 [true,true,true], 132 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 133 ["<p>foo[bar]baz<p>extra", 134 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 135 "<div style=\"text-align:justify\"><p>foo[bar]baz</p></div><p>extra</p>", 136 [true,true,true], 137 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 138 ["<p>foo[bar]baz<p>extra", 139 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 140 "<div style=\"text-align:justify\"><p>foo[bar]baz</p></div><p>extra</p>", 141 [true,true,true], 142 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 143 ["<h1>foo[bar]baz</h1><p>extra", 144 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 145 "<div style=\"text-align:justify\"><h1>foo[bar]baz</h1></div><p>extra</p>", 146 [true,true,true], 147 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 148 ["<h1>foo[bar]baz</h1><p>extra", 149 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 150 "<div style=\"text-align:justify\"><h1>foo[bar]baz</h1></div><p>extra</p>", 151 [true,true,true], 152 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 153 ["<h1>foo[bar]baz</h1><p>extra", 154 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 155 "<div style=\"text-align:justify\"><h1>foo[bar]baz</h1></div><p>extra</p>", 156 [true,true,true], 157 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 158 ["<h1>foo[bar]baz</h1><p>extra", 159 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 160 "<div style=\"text-align:justify\"><h1>foo[bar]baz</h1></div><p>extra</p>", 161 [true,true,true], 162 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 163 ["<pre>foo[bar]baz</pre><p>extra", 164 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 165 "<div style=\"text-align:justify\"><pre>foo[bar]baz</pre></div><p>extra</p>", 166 [true,true,true], 167 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 168 ["<pre>foo[bar]baz</pre><p>extra", 169 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 170 "<div style=\"text-align:justify\"><pre>foo[bar]baz</pre></div><p>extra</p>", 171 [true,true,true], 172 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 173 ["<pre>foo[bar]baz</pre><p>extra", 174 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 175 "<div style=\"text-align:justify\"><pre>foo[bar]baz</pre></div><p>extra</p>", 176 [true,true,true], 177 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 178 ["<pre>foo[bar]baz</pre><p>extra", 179 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 180 "<div style=\"text-align:justify\"><pre>foo[bar]baz</pre></div><p>extra</p>", 181 [true,true,true], 182 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 183 ["<xmp>foo[bar]baz</xmp><p>extra", 184 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 185 "<div style=\"text-align:justify\"><xmp>foo[bar]baz</xmp></div><p>extra</p>", 186 [true,true,true], 187 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 188 ["<xmp>foo[bar]baz</xmp><p>extra", 189 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 190 "<div style=\"text-align:justify\"><xmp>foo[bar]baz</xmp></div><p>extra</p>", 191 [true,true,true], 192 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 193 ["<xmp>foo[bar]baz</xmp><p>extra", 194 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 195 "<div style=\"text-align:justify\"><xmp>foo[bar]baz</xmp></div><p>extra</p>", 196 [true,true,true], 197 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 198 ["<xmp>foo[bar]baz</xmp><p>extra", 199 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 200 "<div style=\"text-align:justify\"><xmp>foo[bar]baz</xmp></div><p>extra</p>", 201 [true,true,true], 202 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 203 ["<center><p>[foo]<p>bar</center><p>extra", 204 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 205 "<center><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>", 206 [true,true,true], 207 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}], 208 ["<center><p>[foo]<p>bar</center><p>extra", 209 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 210 "<center><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>", 211 [true,true,true], 212 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}], 213 ["<center><p>[foo]<p>bar</center><p>extra", 214 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 215 "<center><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>", 216 [true,true,true], 217 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}], 218 ["<center><p>[foo]<p>bar</center><p>extra", 219 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 220 "<center><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>", 221 [true,true,true], 222 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}], 223 ["<center><p>[foo<p>bar]</center><p>extra", 224 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 225 "<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>", 226 [true,true,true], 227 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}], 228 ["<center><p>[foo<p>bar]</center><p>extra", 229 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 230 "<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>", 231 [true,true,true], 232 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}], 233 ["<center><p>[foo<p>bar]</center><p>extra", 234 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 235 "<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>", 236 [true,true,true], 237 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}], 238 ["<center><p>[foo<p>bar]</center><p>extra", 239 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 240 "<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>", 241 [true,true,true], 242 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}], 243 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra", 244 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 245 "<table><tbody><tr><td>foo</td><td><div style=\"text-align:justify\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>", 246 [true,true,true], 247 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 248 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra", 249 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 250 "<table><tbody><tr><td>foo</td><td><div style=\"text-align:justify\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>", 251 [true,true,true], 252 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 253 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra", 254 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 255 "<table><tbody><tr><td>foo</td><td><div style=\"text-align:justify\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>", 256 [true,true,true], 257 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 258 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra", 259 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 260 "<table><tbody><tr><td>foo</td><td><div style=\"text-align:justify\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>", 261 [true,true,true], 262 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 263 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 264 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 265 "<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>", 266 [true,true,true], 267 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 268 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 269 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 270 "<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>", 271 [true,true,true], 272 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 273 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 274 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 275 "<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>", 276 [true,true,true], 277 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 278 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 279 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 280 "<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>", 281 [true,true,true], 282 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 283 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 284 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 285 "<table><tbody><tr>{<td><div style=\"text-align:justify\">foo</div></td><td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>", 286 [true,true,true], 287 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 288 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 289 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 290 "<table><tbody><tr>{<td><div style=\"text-align:justify\">foo</div></td><td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>", 291 [true,true,true], 292 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 293 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 294 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 295 "<table><tbody><tr>{<td><div style=\"text-align:justify\">foo</div></td><td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>", 296 [true,true,true], 297 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 298 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 299 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 300 "<table><tbody><tr>{<td><div style=\"text-align:justify\">foo</div></td><td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>", 301 [true,true,true], 302 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 303 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra", 304 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 305 "<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>", 306 [true,true,true], 307 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 308 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra", 309 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 310 "<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>", 311 [true,true,true], 312 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 313 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra", 314 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 315 "<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>", 316 [true,true,true], 317 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 318 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra", 319 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 320 "<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>", 321 [true,true,true], 322 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 323 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra", 324 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 325 "<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>", 326 [true,true,true], 327 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 328 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra", 329 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 330 "<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>", 331 [true,true,true], 332 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 333 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra", 334 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 335 "<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>", 336 [true,true,true], 337 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 338 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra", 339 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 340 "<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>", 341 [true,true,true], 342 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 343 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra", 344 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 345 "<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>", 346 [true,true,true], 347 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 348 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra", 349 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 350 "<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>", 351 [true,true,true], 352 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 353 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra", 354 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 355 "<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>", 356 [true,true,true], 357 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 358 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra", 359 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 360 "<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>", 361 [true,true,true], 362 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 363 ["<table align=justify><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra", 364 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 365 "<table align=\"justify\"><tbody><tr><td>foo</td><td><div style=\"text-align:justify\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>", 366 [true,true,true], 367 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 368 ["<table align=justify><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra", 369 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 370 "<table align=\"justify\"><tbody><tr><td>foo</td><td><div style=\"text-align:justify\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>", 371 [true,true,true], 372 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 373 ["<table align=justify><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra", 374 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 375 "<table align=\"justify\"><tbody><tr><td>foo</td><td><div style=\"text-align:justify\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>", 376 [true,true,true], 377 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 378 ["<table align=justify><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra", 379 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 380 "<table align=\"justify\"><tbody><tr><td>foo</td><td><div style=\"text-align:justify\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>", 381 [true,true,true], 382 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 383 ["<table align=justify><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 384 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 385 "<table align=\"justify\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>", 386 [true,true,true], 387 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 388 ["<table align=justify><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 389 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 390 "<table align=\"justify\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>", 391 [true,true,true], 392 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 393 ["<table align=justify><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 394 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 395 "<table align=\"justify\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>", 396 [true,true,true], 397 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 398 ["<table align=justify><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 399 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 400 "<table align=\"justify\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>", 401 [true,true,true], 402 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 403 ["<table align=justify><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 404 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 405 "<table align=\"justify\"><tbody><tr>{<td><div style=\"text-align:justify\">foo</div></td><td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>", 406 [true,true,true], 407 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 408 ["<table align=justify><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 409 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 410 "<table align=\"justify\"><tbody><tr>{<td><div style=\"text-align:justify\">foo</div></td><td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>", 411 [true,true,true], 412 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 413 ["<table align=justify><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 414 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 415 "<table align=\"justify\"><tbody><tr>{<td><div style=\"text-align:justify\">foo</div></td><td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>", 416 [true,true,true], 417 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 418 ["<table align=justify><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 419 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 420 "<table align=\"justify\"><tbody><tr>{<td><div style=\"text-align:justify\">foo</div></td><td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>", 421 [true,true,true], 422 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 423 ["<table align=justify><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra", 424 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 425 "<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>", 426 [true,true,true], 427 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 428 ["<table align=justify><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra", 429 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 430 "<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>", 431 [true,true,true], 432 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 433 ["<table align=justify><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra", 434 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 435 "<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>", 436 [true,true,true], 437 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 438 ["<table align=justify><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra", 439 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 440 "<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>", 441 [true,true,true], 442 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 443 ["<table align=justify data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra", 444 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 445 "<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>", 446 [true,true,true], 447 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 448 ["<table align=justify data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra", 449 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 450 "<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>", 451 [true,true,true], 452 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 453 ["<table align=justify data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra", 454 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 455 "<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>", 456 [true,true,true], 457 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 458 ["<table align=justify data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra", 459 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 460 "<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>", 461 [true,true,true], 462 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 463 ["{<table align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra", 464 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 465 "<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>", 466 [true,true,true], 467 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 468 ["{<table align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra", 469 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 470 "<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>", 471 [true,true,true], 472 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 473 ["{<table align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra", 474 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 475 "<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>", 476 [true,true,true], 477 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 478 ["{<table align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra", 479 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 480 "<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>", 481 [true,true,true], 482 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 483 ["<table><tbody align=justify><tr><td>foo<td>b[a]r<td>baz</table><p>extra", 484 [["justifyfull",""]], 485 "<table><tbody align=\"justify\"><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>", 486 [true], 487 {"justifyfull":[false,true,"justify",false,true,"justify"]}], 488 ["<table><tbody align=justify><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 489 [["justifyfull",""]], 490 "<table><tbody align=\"justify\"><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>", 491 [true], 492 {"justifyfull":[false,true,"justify",false,true,"justify"]}], 493 ["<table><tbody align=justify><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 494 [["justifyfull",""]], 495 "<table><tbody align=\"justify\"><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>", 496 [true], 497 {"justifyfull":[false,true,"justify",false,true,"justify"]}], 498 ["<table><tbody align=justify data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra", 499 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 500 "<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>", 501 [true,true,true], 502 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 503 ["<table><tbody align=justify data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra", 504 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 505 "<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>", 506 [true,true,true], 507 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 508 ["<table><tbody align=justify data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra", 509 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 510 "<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>", 511 [true,true,true], 512 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 513 ["<table><tbody align=justify data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra", 514 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 515 "<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>", 516 [true,true,true], 517 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 518 ["<table data-start=0 data-end=1><tbody align=justify><tr><td>foo<td>bar<td>baz</table><p>extra", 519 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 520 "<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>", 521 [true,true,true], 522 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 523 ["<table data-start=0 data-end=1><tbody align=justify><tr><td>foo<td>bar<td>baz</table><p>extra", 524 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 525 "<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>", 526 [true,true,true], 527 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 528 ["<table data-start=0 data-end=1><tbody align=justify><tr><td>foo<td>bar<td>baz</table><p>extra", 529 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 530 "<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>", 531 [true,true,true], 532 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 533 ["<table data-start=0 data-end=1><tbody align=justify><tr><td>foo<td>bar<td>baz</table><p>extra", 534 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 535 "<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>", 536 [true,true,true], 537 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 538 ["{<table><tbody align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra", 539 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 540 "<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>", 541 [true,true,true], 542 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 543 ["{<table><tbody align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra", 544 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 545 "<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>", 546 [true,true,true], 547 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 548 ["{<table><tbody align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra", 549 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 550 "<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>", 551 [true,true,true], 552 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 553 ["{<table><tbody align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra", 554 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 555 "<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>", 556 [true,true,true], 557 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 558 ["<table><tbody><tr align=justify><td>foo<td>b[a]r<td>baz</table><p>extra", 559 [["justifyfull",""]], 560 "<table><tbody><tr align=\"justify\"><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>", 561 [true], 562 {"justifyfull":[false,true,"justify",false,true,"justify"]}], 563 ["<table><tbody><tr align=justify data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 564 [["justifyfull",""]], 565 "<table><tbody><tr align=\"justify\"><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>", 566 [true], 567 {"justifyfull":[false,true,"justify",false,true,"justify"]}], 568 ["<table><tbody><tr align=justify data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra", 569 [["justifyfull",""]], 570 "<table><tbody><tr align=\"justify\">{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>", 571 [true], 572 {"justifyfull":[false,true,"justify",false,true,"justify"]}], 573 ["<table><tbody data-start=0 data-end=1><tr align=justify><td>foo<td>bar<td>baz</table><p>extra", 574 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 575 "<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>", 576 [true,true,true], 577 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 578 ["<table><tbody data-start=0 data-end=1><tr align=justify><td>foo<td>bar<td>baz</table><p>extra", 579 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 580 "<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>", 581 [true,true,true], 582 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 583 ["<table><tbody data-start=0 data-end=1><tr align=justify><td>foo<td>bar<td>baz</table><p>extra", 584 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 585 "<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>", 586 [true,true,true], 587 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 588 ["<table><tbody data-start=0 data-end=1><tr align=justify><td>foo<td>bar<td>baz</table><p>extra", 589 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 590 "<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>", 591 [true,true,true], 592 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 593 ["<table data-start=0 data-end=1><tbody><tr align=justify><td>foo<td>bar<td>baz</table><p>extra", 594 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 595 "<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>", 596 [true,true,true], 597 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 598 ["<table data-start=0 data-end=1><tbody><tr align=justify><td>foo<td>bar<td>baz</table><p>extra", 599 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 600 "<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>", 601 [true,true,true], 602 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 603 ["<table data-start=0 data-end=1><tbody><tr align=justify><td>foo<td>bar<td>baz</table><p>extra", 604 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 605 "<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>", 606 [true,true,true], 607 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 608 ["<table data-start=0 data-end=1><tbody><tr align=justify><td>foo<td>bar<td>baz</table><p>extra", 609 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 610 "<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>", 611 [true,true,true], 612 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 613 ["{<table><tr align=justify><td>foo<td>bar<td>baz</table>}<p>extra", 614 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 615 "<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>", 616 [true,true,true], 617 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 618 ["{<table><tr align=justify><td>foo<td>bar<td>baz</table>}<p>extra", 619 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 620 "<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>", 621 [true,true,true], 622 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 623 ["{<table><tr align=justify><td>foo<td>bar<td>baz</table>}<p>extra", 624 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 625 "<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>", 626 [true,true,true], 627 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 628 ["{<table><tr align=justify><td>foo<td>bar<td>baz</table>}<p>extra", 629 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 630 "<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>", 631 [true,true,true], 632 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 633 ["<div align=center><p>[foo]<p>bar</div><p>extra", 634 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 635 "<div align=\"center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 636 [true,true,true], 637 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}], 638 ["<div align=center><p>[foo]<p>bar</div><p>extra", 639 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 640 "<div align=\"center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 641 [true,true,true], 642 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}], 643 ["<div align=center><p>[foo]<p>bar</div><p>extra", 644 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 645 "<div align=\"center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 646 [true,true,true], 647 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}], 648 ["<div align=center><p>[foo]<p>bar</div><p>extra", 649 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 650 "<div align=\"center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 651 [true,true,true], 652 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}], 653 ["<div align=center><p>[foo<p>bar}</div><p>extra", 654 [["stylewithcss","true"],["justifyfull",""]], 655 "<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>", 656 [true,true], 657 {"stylewithcss":[false,false,"",false,true,""],"justifyfull":[false,false,"center",false,true,"justify"]}], 658 ["<div align=center><p>[foo<p>bar}</div><p>extra", 659 [["stylewithcss","false"],["justifyfull",""]], 660 "<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>", 661 [true,true], 662 {"stylewithcss":[false,true,"",false,false,""],"justifyfull":[false,false,"center",false,true,"justify"]}], 663 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra", 664 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 665 "<div style=\"text-align:center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 666 [true,true,true], 667 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}], 668 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra", 669 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 670 "<div style=\"text-align:center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 671 [true,true,true], 672 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}], 673 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra", 674 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 675 "<div style=\"text-align:center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 676 [true,true,true], 677 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}], 678 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra", 679 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 680 "<div style=\"text-align:center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 681 [true,true,true], 682 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}], 683 ["<div style=text-align:center><p>[foo<p>bar]</div><p>extra", 684 [["justifyfull",""]], 685 "<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>", 686 [true], 687 {"justifyfull":[false,false,"center",false,true,"justify"]}], 688 ["<div align=justify><p>[foo]<p>bar</div><p>extra", 689 [["justifyfull",""]], 690 "<div align=\"justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>", 691 [true], 692 {"justifyfull":[false,true,"justify",false,true,"justify"]}], 693 ["<div align=justify><p>[foo<p>bar}</div><p>extra", 694 [["stylewithcss","true"],["justifyfull",""]], 695 "<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>", 696 [true,true], 697 {"stylewithcss":[false,false,"",false,true,""],"justifyfull":[false,true,"justify",false,true,"justify"]}], 698 ["<div align=justify><p>[foo<p>bar}</div><p>extra", 699 [["stylewithcss","false"],["justifyfull",""]], 700 "<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>", 701 [true,true], 702 {"stylewithcss":[false,true,"",false,false,""],"justifyfull":[false,true,"justify",false,true,"justify"]}], 703 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra", 704 [["justifyfull",""]], 705 "<div style=\"text-align:justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>", 706 [true], 707 {"justifyfull":[false,true,"justify",false,true,"justify"]}], 708 ["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra", 709 [["justifyfull",""]], 710 "<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>", 711 [true], 712 {"justifyfull":[false,true,"justify",false,true,"justify"]}], 713 ["<div align=left><p>[foo]<p>bar</div><p>extra", 714 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 715 "<div align=\"left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 716 [true,true,true], 717 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 718 ["<div align=left><p>[foo]<p>bar</div><p>extra", 719 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 720 "<div align=\"left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 721 [true,true,true], 722 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 723 ["<div align=left><p>[foo]<p>bar</div><p>extra", 724 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 725 "<div align=\"left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 726 [true,true,true], 727 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 728 ["<div align=left><p>[foo]<p>bar</div><p>extra", 729 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 730 "<div align=\"left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 731 [true,true,true], 732 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 733 ["<div align=left><p>[foo<p>bar}</div><p>extra", 734 [["stylewithcss","true"],["justifyfull",""]], 735 "<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>", 736 [true,true], 737 {"stylewithcss":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}], 738 ["<div align=left><p>[foo<p>bar}</div><p>extra", 739 [["stylewithcss","false"],["justifyfull",""]], 740 "<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>", 741 [true,true], 742 {"stylewithcss":[false,true,"",false,false,""],"justifyfull":[false,false,"left",false,true,"justify"]}], 743 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra", 744 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 745 "<div style=\"text-align:left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 746 [true,true,true], 747 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 748 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra", 749 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 750 "<div style=\"text-align:left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 751 [true,true,true], 752 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 753 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra", 754 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 755 "<div style=\"text-align:left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 756 [true,true,true], 757 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 758 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra", 759 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 760 "<div style=\"text-align:left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 761 [true,true,true], 762 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 763 ["<div style=text-align:left><p>[foo<p>bar]</div><p>extra", 764 [["justifyfull",""]], 765 "<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>", 766 [true], 767 {"justifyfull":[false,false,"left",false,true,"justify"]}], 768 ["<div align=right><p>[foo]<p>bar</div><p>extra", 769 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 770 "<div align=\"right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 771 [true,true,true], 772 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"right",false,true,"justify"]}], 773 ["<div align=right><p>[foo]<p>bar</div><p>extra", 774 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 775 "<div align=\"right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 776 [true,true,true], 777 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"right",false,true,"justify"]}], 778 ["<div align=right><p>[foo]<p>bar</div><p>extra", 779 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 780 "<div align=\"right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 781 [true,true,true], 782 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"right",false,true,"justify"]}], 783 ["<div align=right><p>[foo]<p>bar</div><p>extra", 784 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 785 "<div align=\"right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 786 [true,true,true], 787 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"right",false,true,"justify"]}], 788 ["<div align=right><p>[foo<p>bar}</div><p>extra", 789 [["stylewithcss","true"],["justifyfull",""]], 790 "<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>", 791 [true,true], 792 {"stylewithcss":[false,false,"",false,true,""],"justifyfull":[false,false,"right",false,true,"justify"]}], 793 ["<div align=right><p>[foo<p>bar}</div><p>extra", 794 [["stylewithcss","false"],["justifyfull",""]], 795 "<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>", 796 [true,true], 797 {"stylewithcss":[false,true,"",false,false,""],"justifyfull":[false,false,"right",false,true,"justify"]}], 798 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra", 799 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 800 "<div style=\"text-align:right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 801 [true,true,true], 802 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"right",false,true,"justify"]}], 803 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra", 804 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 805 "<div style=\"text-align:right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 806 [true,true,true], 807 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"right",false,true,"justify"]}], 808 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra", 809 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 810 "<div style=\"text-align:right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 811 [true,true,true], 812 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"right",false,true,"justify"]}], 813 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra", 814 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 815 "<div style=\"text-align:right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>", 816 [true,true,true], 817 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"right",false,true,"justify"]}], 818 ["<div style=text-align:right><p>[foo<p>bar]</div><p>extra", 819 [["justifyfull",""]], 820 "<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>", 821 [true], 822 {"justifyfull":[false,false,"right",false,true,"justify"]}], 823 ["<div align=justify>foo</div>[bar]<p>extra", 824 [["justifyfull",""]], 825 "<div align=\"justify\">foo<br>[bar]</div><p>extra</p>", 826 [true], 827 {"justifyfull":[false,false,"left",false,true,"justify"]}], 828 ["[foo]<div align=justify>bar</div><p>extra", 829 [["justifyfull",""]], 830 "<div align=\"justify\">[foo]<br>bar</div><p>extra</p>", 831 [true], 832 {"justifyfull":[false,false,"left",false,true,"justify"]}], 833 ["<div align=justify>foo</div>[bar]<div align=justify>baz</div><p>extra", 834 [["defaultparagraphseparator","div"],["justifyfull",""]], 835 "<div align=\"justify\">foo<br>[bar]<br>baz</div><p>extra</p>", 836 [true,true], 837 {"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 838 ["<div align=justify>foo</div>[bar]<div align=justify>baz</div><p>extra", 839 [["defaultparagraphseparator","p"],["justifyfull",""]], 840 "<div align=\"justify\">foo<br>[bar]<br>baz</div><p>extra</p>", 841 [true,true], 842 {"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 843 ["<div align=justify><p>foo</div><p>[bar]<p>extra", 844 [["justifyfull",""]], 845 "<div align=\"justify\"><p>foo</p><p>[bar]</p></div><p>extra</p>", 846 [true], 847 {"justifyfull":[false,false,"left",false,true,"justify"]}], 848 ["<p>[foo]<div align=justify><p>bar</div><p>extra", 849 [["justifyfull",""]], 850 "<div align=\"justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>", 851 [true], 852 {"justifyfull":[false,false,"left",false,true,"justify"]}], 853 ["<div align=justify><p>foo</div><p>[bar]<div align=justify><p>baz</div><p>extra", 854 [["defaultparagraphseparator","div"],["justifyfull",""]], 855 "<div align=\"justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>", 856 [true,true], 857 {"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 858 ["<div align=justify><p>foo</div><p>[bar]<div align=justify><p>baz</div><p>extra", 859 [["defaultparagraphseparator","p"],["justifyfull",""]], 860 "<div align=\"justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>", 861 [true,true], 862 {"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 863 ["<div style=text-align:justify>foo</div>[bar]<p>extra", 864 [["justifyfull",""]], 865 "<div style=\"text-align:justify\">foo<br>[bar]</div><p>extra</p>", 866 [true], 867 {"justifyfull":[false,false,"left",false,true,"justify"]}], 868 ["[foo]<div style=text-align:justify>bar</div><p>extra", 869 [["justifyfull",""]], 870 "<div style=\"text-align:justify\">[foo]<br>bar</div><p>extra</p>", 871 [true], 872 {"justifyfull":[false,false,"left",false,true,"justify"]}], 873 ["<div style=text-align:justify>foo</div>[bar]<div style=text-align:justify>baz</div><p>extra", 874 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 875 "<div style=\"text-align:justify\">foo<br>[bar]<br>baz</div><p>extra</p>", 876 [true,true,true], 877 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 878 ["<div style=text-align:justify>foo</div>[bar]<div style=text-align:justify>baz</div><p>extra", 879 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 880 "<div style=\"text-align:justify\">foo<br>[bar]<br>baz</div><p>extra</p>", 881 [true,true,true], 882 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 883 ["<div style=text-align:justify>foo</div>[bar]<div style=text-align:justify>baz</div><p>extra", 884 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 885 "<div style=\"text-align:justify\">foo<br>[bar]<br>baz</div><p>extra</p>", 886 [true,true,true], 887 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 888 ["<div style=text-align:justify>foo</div>[bar]<div style=text-align:justify>baz</div><p>extra", 889 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 890 "<div style=\"text-align:justify\">foo<br>[bar]<br>baz</div><p>extra</p>", 891 [true,true,true], 892 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 893 ["<div style=text-align:justify><p>foo</div><p>[bar]<p>extra", 894 [["justifyfull",""]], 895 "<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p></div><p>extra</p>", 896 [true], 897 {"justifyfull":[false,false,"left",false,true,"justify"]}], 898 ["<p>[foo]<div style=text-align:justify><p>bar</div><p>extra", 899 [["justifyfull",""]], 900 "<div style=\"text-align:justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>", 901 [true], 902 {"justifyfull":[false,false,"left",false,true,"justify"]}], 903 ["<div style=text-align:justify><p>foo</div><p>[bar]<div style=text-align:justify><p>baz</div><p>extra", 904 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 905 "<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>", 906 [true,true,true], 907 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 908 ["<div style=text-align:justify><p>foo</div><p>[bar]<div style=text-align:justify><p>baz</div><p>extra", 909 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 910 "<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>", 911 [true,true,true], 912 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 913 ["<div style=text-align:justify><p>foo</div><p>[bar]<div style=text-align:justify><p>baz</div><p>extra", 914 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 915 "<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>", 916 [true,true,true], 917 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 918 ["<div style=text-align:justify><p>foo</div><p>[bar]<div style=text-align:justify><p>baz</div><p>extra", 919 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 920 "<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>", 921 [true,true,true], 922 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 923 ["<p align=justify>foo<p>[bar]<p>extra", 924 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 925 "<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p>extra</p>", 926 [true,true,true], 927 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 928 ["<p align=justify>foo<p>[bar]<p>extra", 929 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 930 "<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p>extra</p>", 931 [true,true,true], 932 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 933 ["<p align=justify>foo<p>[bar]<p>extra", 934 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 935 "<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p>extra</p>", 936 [true,true,true], 937 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 938 ["<p align=justify>foo<p>[bar]<p>extra", 939 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 940 "<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p>extra</p>", 941 [true,true,true], 942 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 943 ["<p>[foo]<p align=justify>bar<p>extra", 944 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 945 "<div style=\"text-align:justify\"><p>[foo]</p></div><p align=\"justify\">bar</p><p>extra</p>", 946 [true,true,true], 947 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 948 ["<p>[foo]<p align=justify>bar<p>extra", 949 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 950 "<div style=\"text-align:justify\"><p>[foo]</p></div><p align=\"justify\">bar</p><p>extra</p>", 951 [true,true,true], 952 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 953 ["<p>[foo]<p align=justify>bar<p>extra", 954 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 955 "<div style=\"text-align:justify\"><p>[foo]</p></div><p align=\"justify\">bar</p><p>extra</p>", 956 [true,true,true], 957 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 958 ["<p>[foo]<p align=justify>bar<p>extra", 959 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 960 "<div style=\"text-align:justify\"><p>[foo]</p></div><p align=\"justify\">bar</p><p>extra</p>", 961 [true,true,true], 962 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 963 ["<p align=justify>foo<p>[bar]<p align=justify>baz<p>extra", 964 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 965 "<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p align=\"justify\">baz</p><p>extra</p>", 966 [true,true,true], 967 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 968 ["<p align=justify>foo<p>[bar]<p align=justify>baz<p>extra", 969 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 970 "<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p align=\"justify\">baz</p><p>extra</p>", 971 [true,true,true], 972 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 973 ["<p align=justify>foo<p>[bar]<p align=justify>baz<p>extra", 974 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 975 "<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p align=\"justify\">baz</p><p>extra</p>", 976 [true,true,true], 977 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 978 ["<p align=justify>foo<p>[bar]<p align=justify>baz<p>extra", 979 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 980 "<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p align=\"justify\">baz</p><p>extra</p>", 981 [true,true,true], 982 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 983 ["<div align=justify>[foo</div>bar]<p>extra", 984 [["stylewithcss","true"],["justifyfull",""]], 985 "<div style=\"text-align:justify\">[foo<br>bar]</div><p>extra</p>", 986 [true,true], 987 {"stylewithcss":[false,false,"",false,true,""],"justifyfull":[true,false,"justify",false,true,"justify"]}], 988 ["<div align=justify>[foo</div>bar]<p>extra", 989 [["stylewithcss","false"],["justifyfull",""]], 990 "<div style=\"text-align:justify\">[foo<br>bar]</div><p>extra</p>", 991 [true,true], 992 {"stylewithcss":[false,true,"",false,false,""],"justifyfull":[true,false,"justify",false,true,"justify"]}], 993 ["<div align=justify>fo[o</div>b]ar<p>extra", 994 [["stylewithcss","true"],["justifyfull",""]], 995 "<div style=\"text-align:justify\">fo[o<br>b]ar</div><p>extra</p>", 996 [true,true], 997 {"stylewithcss":[false,false,"",false,true,""],"justifyfull":[true,false,"justify",false,true,"justify"]}], 998 ["<div align=justify>fo[o</div>b]ar<p>extra", 999 [["stylewithcss","false"],["justifyfull",""]], 1000 "<div style=\"text-align:justify\">fo[o<br>b]ar</div><p>extra</p>", 1001 [true,true], 1002 {"stylewithcss":[false,true,"",false,false,""],"justifyfull":[true,false,"justify",false,true,"justify"]}], 1003 ["<div style=text-align:justify>[foo</div>bar]<p>extra", 1004 [["justifyfull",""]], 1005 "<div style=\"text-align:justify\">[foo<br>bar]</div><p>extra</p>", 1006 [true], 1007 {"justifyfull":[true,false,"justify",false,true,"justify"]}], 1008 ["<div style=text-align:justify>fo[o</div>b]ar<p>extra", 1009 [["justifyfull",""]], 1010 "<div style=\"text-align:justify\">fo[o<br>b]ar</div><p>extra</p>", 1011 [true], 1012 {"justifyfull":[true,false,"justify",false,true,"justify"]}], 1013 ["<span style=text-align:justify>[foo]</span><p>extra", 1014 [["defaultparagraphseparator","div"],["justifyfull",""]], 1015 "<div style=\"text-align:justify\">[foo]</div><p>extra</p>", 1016 [true,true], 1017 {"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 1018 ["<span style=text-align:justify>[foo]</span><p>extra", 1019 [["defaultparagraphseparator","p"],["justifyfull",""]], 1020 "<div style=\"text-align:justify\">[foo]</div><p>extra</p>", 1021 [true,true], 1022 {"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 1023 ["<span style=text-align:justify>f[o]o</span><p>extra", 1024 [["defaultparagraphseparator","div"],["justifyfull",""]], 1025 "<div style=\"text-align:justify\">f[o]o</div><p>extra</p>", 1026 [true,true], 1027 {"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 1028 ["<span style=text-align:justify>f[o]o</span><p>extra", 1029 [["defaultparagraphseparator","p"],["justifyfull",""]], 1030 "<div style=\"text-align:justify\">f[o]o</div><p>extra</p>", 1031 [true,true], 1032 {"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 1033 ["<div style=text-align:justify>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra", 1034 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 1035 "<div style=\"text-align:justify\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:justify\">baz]</div><p>extra</p>", 1036 [true,true,true], 1037 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 1038 ["<div style=text-align:justify>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra", 1039 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 1040 "<div style=\"text-align:justify\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:justify\">baz]</div><p>extra</p>", 1041 [true,true,true], 1042 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 1043 ["<div style=text-align:justify>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra", 1044 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 1045 "<div style=\"text-align:justify\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:justify\">baz]</div><p>extra</p>", 1046 [true,true,true], 1047 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 1048 ["<div style=text-align:justify>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra", 1049 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 1050 "<div style=\"text-align:justify\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:justify\">baz]</div><p>extra</p>", 1051 [true,true,true], 1052 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}], 1053 ["<div align=nonsense><p>[foo]</div><p>extra", 1054 [["stylewithcss","true"],["justifyfull",""]], 1055 "<div style=\"text-align:justify\"><p>[foo]</p></div><p>extra</p>", 1056 [true,true], 1057 {"stylewithcss":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}], 1058 ["<div align=nonsense><p>[foo]</div><p>extra", 1059 [["stylewithcss","false"],["justifyfull",""]], 1060 "<div style=\"text-align:justify\"><p>[foo]</p></div><p>extra</p>", 1061 [true,true], 1062 {"stylewithcss":[false,true,"",false,false,""],"justifyfull":[false,false,"left",false,true,"justify"]}], 1063 ["<div style=text-align:inherit><p>[foo]</div><p>extra", 1064 [["justifyfull",""]], 1065 "<div style=\"text-align:justify\"><p>[foo]</p></div><p>extra</p>", 1066 [true], 1067 {"justifyfull":[false,false,"left",false,true,"justify"]}], 1068 ["<quasit align=center><p>[foo]</p></quasit><p>extra", 1069 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 1070 "<div style=\"text-align:justify\"><quasit><p>[foo]</p></quasit></div><p>extra</p>", 1071 [true,true,true], 1072 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 1073 ["<quasit align=center><p>[foo]</p></quasit><p>extra", 1074 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 1075 "<div style=\"text-align:justify\"><quasit><p>[foo]</p></quasit></div><p>extra</p>", 1076 [true,true,true], 1077 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 1078 ["<quasit align=center><p>[foo]</p></quasit><p>extra", 1079 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 1080 "<div style=\"text-align:justify\"><quasit><p>[foo]</p></quasit></div><p>extra</p>", 1081 [true,true,true], 1082 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 1083 ["<quasit align=center><p>[foo]</p></quasit><p>extra", 1084 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 1085 "<div style=\"text-align:justify\"><quasit><p>[foo]</p></quasit></div><p>extra</p>", 1086 [true,true,true], 1087 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 1088 ["<div style=text-align:start>[foo]</div><p>extra", 1089 [["justifyfull",""]], 1090 "<div style=\"text-align:justify\">[foo]</div><p>extra</p>", 1091 [true], 1092 {"justifyfull":[false,false,"left",false,true,"justify"]}], 1093 ["<div style=text-align:end>[foo]</div><p>extra", 1094 [["justifyfull",""]], 1095 "<div style=\"text-align:justify\">[foo]</div><p>extra</p>", 1096 [true], 1097 {"justifyfull":[false,false,"right",false,true,"justify"]}], 1098 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra", 1099 [["defaultparagraphseparator","div"],["justifyfull",""]], 1100 "<div style=\"text-align:justify\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>", 1101 [true,true], 1102 {"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"right",false,true,"justify"]}], 1103 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra", 1104 [["defaultparagraphseparator","p"],["justifyfull",""]], 1105 "<div style=\"text-align:justify\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>", 1106 [true,true], 1107 {"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"right",false,true,"justify"]}], 1108 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra", 1109 [["defaultparagraphseparator","div"],["justifyfull",""]], 1110 "<div style=\"text-align:justify\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>", 1111 [true,true], 1112 {"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 1113 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra", 1114 [["defaultparagraphseparator","p"],["justifyfull",""]], 1115 "<div style=\"text-align:justify\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>", 1116 [true,true], 1117 {"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 1118 ["<div style=text-align:justify><p>foo</div> <p>[bar]", 1119 [["justifyfull",""]], 1120 "<div style=\"text-align:justify\"><p>foo</p> <p>[bar]</p></div>", 1121 [true], 1122 {"justifyfull":[false,false,"left",false,true,"justify"]}], 1123 ["<div align=justify><p>foo</div> <p>[bar]", 1124 [["justifyfull",""]], 1125 "<div align=\"justify\"><p>foo</p> <p>[bar]</p></div>", 1126 [true], 1127 {"justifyfull":[false,false,"left",false,true,"justify"]}], 1128 ["<p>[foo]</p> <div style=text-align:justify><p>bar</div>", 1129 [["justifyfull",""]], 1130 "<div style=\"text-align:justify\"><p>[foo]</p> <p>bar</p></div>", 1131 [true], 1132 {"justifyfull":[false,false,"left",false,true,"justify"]}], 1133 ["<p>[foo]</p> <div align=justify><p>bar</div>", 1134 [["justifyfull",""]], 1135 "<div align=\"justify\"><p>[foo]</p> <p>bar</p></div>", 1136 [true], 1137 {"justifyfull":[false,false,"left",false,true,"justify"]}], 1138 ["<div style=text-align:justify><p>foo</div> <p>[bar]</p> <div style=text-align:justify><p>baz</div>", 1139 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 1140 "<div style=\"text-align:justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>", 1141 [true,true,true], 1142 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 1143 ["<div style=text-align:justify><p>foo</div> <p>[bar]</p> <div style=text-align:justify><p>baz</div>", 1144 [["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]], 1145 "<div style=\"text-align:justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>", 1146 [true,true,true], 1147 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 1148 ["<div style=text-align:justify><p>foo</div> <p>[bar]</p> <div style=text-align:justify><p>baz</div>", 1149 [["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]], 1150 "<div style=\"text-align:justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>", 1151 [true,true,true], 1152 {"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 1153 ["<div style=text-align:justify><p>foo</div> <p>[bar]</p> <div style=text-align:justify><p>baz</div>", 1154 [["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]], 1155 "<div style=\"text-align:justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>", 1156 [true,true,true], 1157 {"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 1158 ["<div align=justify><p>foo</div> <p>[bar]</p> <div align=justify><p>baz</div>", 1159 [["defaultparagraphseparator","div"],["justifyfull",""]], 1160 "<div align=\"justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>", 1161 [true,true], 1162 {"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}], 1163 ["<div align=justify><p>foo</div> <p>[bar]</p> <div align=justify><p>baz</div>", 1164 [["defaultparagraphseparator","p"],["justifyfull",""]], 1165 "<div align=\"justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>", 1166 [true,true], 1167 {"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}], 1168 1169 // Firefox puts the new <div> at first editable/visible point and Chrome puts the 1170 // new <div> at start of the selection first. 1171 // Then, Firefox moves all editable nodes in the range into the new block. However, 1172 // Chrome does not move anything. Safari just deletes editable nodes in the range. 1173 // For here, these test expects that browsers wrap all selected things into the new 1174 // block since non-editable nodes are removable, so, they should be movable too and 1175 // Firefox and Chrome behave so for "insertOrderedList" and "insertUnorderedList". 1176 ['{ <span contenteditable="false">A</span> ; <span contenteditable="false">B</span> ; <span contenteditable="false">C</span> }', 1177 [["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]], 1178 ['<div style="text-align:justify"> <span contenteditable="false">A</span> ; <span contenteditable="false">B</span> ; <span contenteditable="false">C</span> </div>', 1179 // It's fine to ignore or delete the invisible whitespaces. 1180 ' <div style="text-align:justify"><span contenteditable="false">A</span> ; <span contenteditable="false">B</span> ; <span contenteditable="false">C</span></div> ', 1181 '<div style="text-align:justify"><span contenteditable="false">A</span> ; <span contenteditable="false">B</span> ; <span contenteditable="false">C</span></div>'], 1182 [true,true,true], 1183 {}], 1184 ]