dom/imptests/editing/conformancetest/data.js

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/imptests/editing/conformancetest/data.js	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,30097 @@
     1.4 +var browserTests = [
     1.5 +["foo[]bar",
     1.6 +	[["backcolor","#00FFFF"]],
     1.7 +	"foo[]bar",
     1.8 +	[true],
     1.9 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.10 +["<p>[foo</p> <p>bar]</p>",
    1.11 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
    1.12 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">[foo</span></p> <p><span style=\"background-color:rgb(0, 255, 255)\">bar]</span></p>",
    1.13 +	[true,true],
    1.14 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.15 +["<p>[foo</p> <p>bar]</p>",
    1.16 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
    1.17 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">[foo</span></p> <p><span style=\"background-color:rgb(0, 255, 255)\">bar]</span></p>",
    1.18 +	[true,true],
    1.19 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.20 +["<span>[foo</span> <span>bar]</span>",
    1.21 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
    1.22 +	"<span style=\"background-color:rgb(0, 255, 255)\"><span>[foo</span> <span>bar]</span></span>",
    1.23 +	[true,true],
    1.24 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.25 +["<span>[foo</span> <span>bar]</span>",
    1.26 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
    1.27 +	"<span style=\"background-color:rgb(0, 255, 255)\"><span>[foo</span> <span>bar]</span></span>",
    1.28 +	[true,true],
    1.29 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.30 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
    1.31 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
    1.32 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">[foo</span></p><p> <span style=\"background-color:rgb(0, 255, 255)\"><span>bar</span></span> </p><p><span style=\"background-color:rgb(0, 255, 255)\">baz]</span></p>",
    1.33 +	[true,true],
    1.34 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.35 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
    1.36 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
    1.37 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">[foo</span></p><p> <span style=\"background-color:rgb(0, 255, 255)\"><span>bar</span></span> </p><p><span style=\"background-color:rgb(0, 255, 255)\">baz]</span></p>",
    1.38 +	[true,true],
    1.39 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.40 +["<p>[foo<p><br><p>bar]",
    1.41 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
    1.42 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">[foo</span></p><p><span style=\"background-color:rgb(0, 255, 255)\"><br></span></p><p><span style=\"background-color:rgb(0, 255, 255)\">bar]</span></p>",
    1.43 +	[true,true],
    1.44 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.45 +["<p>[foo<p><br><p>bar]",
    1.46 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
    1.47 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">[foo</span></p><p><span style=\"background-color:rgb(0, 255, 255)\"><br></span></p><p><span style=\"background-color:rgb(0, 255, 255)\">bar]</span></p>",
    1.48 +	[true,true],
    1.49 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.50 +["<b>foo[]bar</b>",
    1.51 +	[["backcolor","#00FFFF"]],
    1.52 +	"<b>foo[]bar</b>",
    1.53 +	[true],
    1.54 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.55 +["<i>foo[]bar</i>",
    1.56 +	[["backcolor","#00FFFF"]],
    1.57 +	"<i>foo[]bar</i>",
    1.58 +	[true],
    1.59 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.60 +["<span>foo</span>{}<span>bar</span>",
    1.61 +	[["backcolor","#00FFFF"]],
    1.62 +	"<span>foo</span>{}<span>bar</span>",
    1.63 +	[true],
    1.64 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.65 +["<span>foo[</span><span>]bar</span>",
    1.66 +	[["backcolor","#00FFFF"]],
    1.67 +	"<span>foo[</span><span>]bar</span>",
    1.68 +	[true],
    1.69 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.70 +["foo[bar]baz",
    1.71 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
    1.72 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
    1.73 +	[true,true],
    1.74 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.75 +["foo[bar]baz",
    1.76 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
    1.77 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
    1.78 +	[true,true],
    1.79 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.80 +["foo[bar<b>baz]qoz</b>quz",
    1.81 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
    1.82 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar</span><b><span style=\"background-color:rgb(0, 255, 255)\">baz]</span>qoz</b>quz",
    1.83 +	[true,true],
    1.84 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.85 +["foo[bar<b>baz]qoz</b>quz",
    1.86 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
    1.87 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar</span><b><span style=\"background-color:rgb(0, 255, 255)\">baz]</span>qoz</b>quz",
    1.88 +	[true,true],
    1.89 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.90 +["foo[bar<i>baz]qoz</i>quz",
    1.91 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
    1.92 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar</span><i><span style=\"background-color:rgb(0, 255, 255)\">baz]</span>qoz</i>quz",
    1.93 +	[true,true],
    1.94 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    1.95 +["foo[bar<i>baz]qoz</i>quz",
    1.96 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
    1.97 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar</span><i><span style=\"background-color:rgb(0, 255, 255)\">baz]</span>qoz</i>quz",
    1.98 +	[true,true],
    1.99 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.100 +["{<p><p> <p>foo</p>}",
   1.101 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.102 +	"{<p></p><p> </p><p><span style=\"background-color:rgb(0, 255, 255)\">foo</span></p>}",
   1.103 +	[true,true],
   1.104 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.105 +["{<p><p> <p>foo</p>}",
   1.106 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.107 +	"{<p></p><p> </p><p><span style=\"background-color:rgb(0, 255, 255)\">foo</span></p>}",
   1.108 +	[true,true],
   1.109 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.110 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
   1.111 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.112 +	"<table><tbody><tr><td>foo</td><td>b<span style=\"background-color:rgb(0, 255, 255)\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
   1.113 +	[true,true],
   1.114 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.115 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
   1.116 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.117 +	"<table><tbody><tr><td>foo</td><td>b<span style=\"background-color:rgb(0, 255, 255)\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
   1.118 +	[true,true],
   1.119 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.120 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
   1.121 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.122 +	"<table><tbody><tr><td>foo</td>{<td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
   1.123 +	[true,true],
   1.124 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.125 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
   1.126 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.127 +	"<table><tbody><tr><td>foo</td>{<td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
   1.128 +	[true,true],
   1.129 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.130 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
   1.131 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.132 +	"<table><tbody><tr>{<td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
   1.133 +	[true,true],
   1.134 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.135 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
   1.136 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.137 +	"<table><tbody><tr>{<td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
   1.138 +	[true,true],
   1.139 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.140 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
   1.141 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.142 +	"<table><tbody>{<tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr>}</tbody></table>",
   1.143 +	[true,true],
   1.144 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.145 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
   1.146 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.147 +	"<table><tbody>{<tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr>}</tbody></table>",
   1.148 +	[true,true],
   1.149 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.150 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
   1.151 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.152 +	"<table>{<tbody><tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr></tbody>}</table>",
   1.153 +	[true,true],
   1.154 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.155 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
   1.156 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.157 +	"<table>{<tbody><tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr></tbody>}</table>",
   1.158 +	[true,true],
   1.159 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.160 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
   1.161 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.162 +	"{<table><tbody><tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr></tbody></table>}",
   1.163 +	[true,true],
   1.164 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.165 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
   1.166 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.167 +	"{<table><tbody><tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr></tbody></table>}",
   1.168 +	[true,true],
   1.169 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.170 +["<p style=\"background-color: rgb(0, 255, 255)\">foo[bar]baz</p>",
   1.171 +	[["backcolor","#00FFFF"]],
   1.172 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
   1.173 +	[true],
   1.174 +	{"backcolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
   1.175 +["<p style=\"background-color: #00ffff\">foo[bar]baz</p>",
   1.176 +	[["backcolor","#00FFFF"]],
   1.177 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
   1.178 +	[true],
   1.179 +	{"backcolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
   1.180 +["<p style=\"background-color: aqua\">foo[bar]baz</p>",
   1.181 +	[["backcolor","#00FFFF"]],
   1.182 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
   1.183 +	[true],
   1.184 +	{"backcolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
   1.185 +["{<p style=\"background-color: aqua\">foo</p><p>bar</p>}",
   1.186 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.187 +	"{<p style=\"background-color:rgb(0, 255, 255)\">foo</p><p><span style=\"background-color:rgb(0, 255, 255)\">bar</span></p>}",
   1.188 +	[true,true],
   1.189 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[true,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
   1.190 +["{<p style=\"background-color: aqua\">foo</p><p>bar</p>}",
   1.191 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.192 +	"{<p style=\"background-color:rgb(0, 255, 255)\">foo</p><p><span style=\"background-color:rgb(0, 255, 255)\">bar</span></p>}",
   1.193 +	[true,true],
   1.194 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[true,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
   1.195 +["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
   1.196 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.197 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
   1.198 +	[true,true],
   1.199 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.200 +["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
   1.201 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.202 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
   1.203 +	[true,true],
   1.204 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.205 +["<span style=\"background-color: #00ffff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
   1.206 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.207 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
   1.208 +	[true,true],
   1.209 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.210 +["<span style=\"background-color: #00ffff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
   1.211 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.212 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
   1.213 +	[true,true],
   1.214 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.215 +["<span style=\"background-color: #0ff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
   1.216 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.217 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
   1.218 +	[true,true],
   1.219 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.220 +["<span style=\"background-color: #0ff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
   1.221 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.222 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
   1.223 +	[true,true],
   1.224 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.225 +["<span style=\"background-color: rgb(0, 255, 255)\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
   1.226 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.227 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
   1.228 +	[true,true],
   1.229 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.230 +["<span style=\"background-color: rgb(0, 255, 255)\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
   1.231 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.232 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
   1.233 +	[true,true],
   1.234 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.235 +["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">b[ar]</span>baz</span>",
   1.236 +	[["backcolor","#00FFFF"]],
   1.237 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo<span style=\"background-color:rgb(210, 180, 140)\">b</span>[ar]baz</span>",
   1.238 +	[true],
   1.239 +	{"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.240 +["<p style=\"background-color: aqua\">foo<span style=\"background-color: tan\">b[ar]</span>baz</p>",
   1.241 +	[["backcolor","#00FFFF"]],
   1.242 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo<span style=\"background-color:rgb(210, 180, 140)\">b</span>[ar]baz</p>",
   1.243 +	[true],
   1.244 +	{"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.245 +["<div style=\"background-color: aqua\"><p style=\"background-color: tan\">b[ar]</p></div>",
   1.246 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.247 +	"<div style=\"background-color:rgb(0, 255, 255)\"><p style=\"background-color:rgb(210, 180, 140)\">b<span style=\"background-color:rgb(0, 255, 255)\">[ar]</span></p></div>",
   1.248 +	[true,true],
   1.249 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.250 +["<div style=\"background-color: aqua\"><p style=\"background-color: tan\">b[ar]</p></div>",
   1.251 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.252 +	"<div style=\"background-color:rgb(0, 255, 255)\"><p style=\"background-color:rgb(210, 180, 140)\">b<span style=\"background-color:rgb(0, 255, 255)\">[ar]</span></p></div>",
   1.253 +	[true,true],
   1.254 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.255 +["<span style=\"display: block; background-color: aqua\"><span style=\"display: block; background-color: tan\">b[ar]</span></span>",
   1.256 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.257 +	"<span style=\"display:block; background-color:rgb(0, 255, 255)\"><span style=\"display:block; background-color:rgb(210, 180, 140)\">b<span style=\"background-color:rgb(0, 255, 255)\">[ar]</span></span></span>",
   1.258 +	[true,true],
   1.259 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.260 +["<span style=\"display: block; background-color: aqua\"><span style=\"display: block; background-color: tan\">b[ar]</span></span>",
   1.261 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.262 +	"<span style=\"display:block; background-color:rgb(0, 255, 255)\"><span style=\"display:block; background-color:rgb(210, 180, 140)\">b<span style=\"background-color:rgb(0, 255, 255)\">[ar]</span></span></span>",
   1.263 +	[true,true],
   1.264 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.265 +["fo[o<span style=background-color:tan>b]ar</span>baz",
   1.266 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.267 +	"fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span><span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
   1.268 +	[true,true],
   1.269 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.270 +["fo[o<span style=background-color:tan>b]ar</span>baz",
   1.271 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.272 +	"fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span><span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
   1.273 +	[true,true],
   1.274 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.275 +["foo<span style=background-color:tan>ba[r</span>b]az",
   1.276 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.277 +	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span><span style=\"background-color:rgb(0, 255, 255)\">b]</span>az",
   1.278 +	[true,true],
   1.279 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.280 +["foo<span style=background-color:tan>ba[r</span>b]az",
   1.281 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.282 +	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span><span style=\"background-color:rgb(0, 255, 255)\">b]</span>az",
   1.283 +	[true,true],
   1.284 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.285 +["fo[o<span style=background-color:tan>bar</span>b]az",
   1.286 +	[["backcolor","#00FFFF"]],
   1.287 +	"fo<span style=\"background-color:rgb(0, 255, 255)\">[obarb]</span>az",
   1.288 +	[true],
   1.289 +	{"backcolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   1.290 +["foo[<span style=background-color:tan>b]ar</span>baz",
   1.291 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.292 +	"foo[<span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
   1.293 +	[true,true],
   1.294 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.295 +["foo[<span style=background-color:tan>b]ar</span>baz",
   1.296 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.297 +	"foo[<span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
   1.298 +	[true,true],
   1.299 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.300 +["foo<span style=background-color:tan>ba[r</span>]baz",
   1.301 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.302 +	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span>]baz",
   1.303 +	[true,true],
   1.304 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.305 +["foo<span style=background-color:tan>ba[r</span>]baz",
   1.306 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.307 +	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span>]baz",
   1.308 +	[true,true],
   1.309 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.310 +["foo[<span style=background-color:tan>bar</span>]baz",
   1.311 +	[["backcolor","#00FFFF"]],
   1.312 +	"foo[<span style=\"background-color:rgb(0, 255, 255)\">bar</span>]baz",
   1.313 +	[true],
   1.314 +	{"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.315 +["foo<span style=background-color:tan>[bar]</span>baz",
   1.316 +	[["backcolor","#00FFFF"]],
   1.317 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
   1.318 +	[true],
   1.319 +	{"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.320 +["foo{<span style=background-color:tan>bar</span>}baz",
   1.321 +	[["backcolor","#00FFFF"]],
   1.322 +	"foo{<span style=\"background-color:rgb(0, 255, 255)\">bar}</span>baz",
   1.323 +	[true],
   1.324 +	{"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.325 +["<span style=background-color:tan>fo[o</span><span style=background-color:yellow>b]ar</span>",
   1.326 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.327 +	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span></span><span style=\"background-color:rgb(255, 255, 0)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>",
   1.328 +	[true,true],
   1.329 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.330 +["<span style=background-color:tan>fo[o</span><span style=background-color:yellow>b]ar</span>",
   1.331 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.332 +	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span></span><span style=\"background-color:rgb(255, 255, 0)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>",
   1.333 +	[true,true],
   1.334 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.335 +["<span style=background-color:tan>fo[o</span><span style=background-color:tan>b]ar</span>",
   1.336 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.337 +	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span></span><span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>",
   1.338 +	[true,true],
   1.339 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.340 +["<span style=background-color:tan>fo[o</span><span style=background-color:tan>b]ar</span>",
   1.341 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.342 +	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span></span><span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>",
   1.343 +	[true,true],
   1.344 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.345 +["<span style=background-color:tan>fo[o<span style=background-color:transparent>b]ar</span></span>",
   1.346 +	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   1.347 +	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span><span style=\"background-color:rgba(0, 0, 0, 0)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span></span>",
   1.348 +	[true,true],
   1.349 +	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.350 +["<span style=background-color:tan>fo[o<span style=background-color:transparent>b]ar</span></span>",
   1.351 +	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   1.352 +	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span><span style=\"background-color:rgba(0, 0, 0, 0)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span></span>",
   1.353 +	[true,true],
   1.354 +	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   1.355 +["foo[]bar",
   1.356 +	[["bold",""]],
   1.357 +	"foo[]bar",
   1.358 +	[true],
   1.359 +	{"bold":[false,false,"",false,true,""]}],
   1.360 +["<p>[foo</p> <p>bar]</p>",
   1.361 +	[["stylewithcss","true"],["bold",""]],
   1.362 +	"<p><span style=\"font-weight:bold\">[foo</span></p> <p><span style=\"font-weight:bold\">bar]</span></p>",
   1.363 +	[true,true],
   1.364 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.365 +["<p>[foo</p> <p>bar]</p>",
   1.366 +	[["stylewithcss","false"],["bold",""]],
   1.367 +	"<p><b>[foo</b></p> <p><b>bar]</b></p>",
   1.368 +	[true,true],
   1.369 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.370 +["<span>[foo</span> <span>bar]</span>",
   1.371 +	[["stylewithcss","true"],["bold",""]],
   1.372 +	"<span style=\"font-weight:bold\"><span>[foo</span> <span>bar]</span></span>",
   1.373 +	[true,true],
   1.374 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.375 +["<span>[foo</span> <span>bar]</span>",
   1.376 +	[["stylewithcss","false"],["bold",""]],
   1.377 +	"<b><span>[foo</span> <span>bar]</span></b>",
   1.378 +	[true,true],
   1.379 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.380 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
   1.381 +	[["stylewithcss","true"],["bold",""]],
   1.382 +	"<p><span style=\"font-weight:bold\">[foo</span></p><p> <span style=\"font-weight:bold\"><span>bar</span></span> </p><p><span style=\"font-weight:bold\">baz]</span></p>",
   1.383 +	[true,true],
   1.384 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.385 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
   1.386 +	[["stylewithcss","false"],["bold",""]],
   1.387 +	"<p><b>[foo</b></p><p> <b><span>bar</span></b> </p><p><b>baz]</b></p>",
   1.388 +	[true,true],
   1.389 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.390 +["<p>[foo<p><br><p>bar]",
   1.391 +	[["stylewithcss","true"],["bold",""]],
   1.392 +	"<p><span style=\"font-weight:bold\">[foo</span></p><p><span style=\"font-weight:bold\"><br></span></p><p><span style=\"font-weight:bold\">bar]</span></p>",
   1.393 +	[true,true],
   1.394 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.395 +["<p>[foo<p><br><p>bar]",
   1.396 +	[["stylewithcss","false"],["bold",""]],
   1.397 +	"<p><b>[foo</b></p><p><b><br></b></p><p><b>bar]</b></p>",
   1.398 +	[true,true],
   1.399 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.400 +["<b>foo[]bar</b>",
   1.401 +	[["bold",""]],
   1.402 +	"<b>foo[]bar</b>",
   1.403 +	[true],
   1.404 +	{"bold":[false,true,"",false,false,""]}],
   1.405 +["<i>foo[]bar</i>",
   1.406 +	[["bold",""]],
   1.407 +	"<i>foo[]bar</i>",
   1.408 +	[true],
   1.409 +	{"bold":[false,false,"",false,true,""]}],
   1.410 +["<span>foo</span>{}<span>bar</span>",
   1.411 +	[["bold",""]],
   1.412 +	"<span>foo</span>{}<span>bar</span>",
   1.413 +	[true],
   1.414 +	{"bold":[false,false,"",false,true,""]}],
   1.415 +["<span>foo[</span><span>]bar</span>",
   1.416 +	[["bold",""]],
   1.417 +	"<span>foo[</span><span>]bar</span>",
   1.418 +	[true],
   1.419 +	{"bold":[false,false,"",false,true,""]}],
   1.420 +["foo[bar]baz",
   1.421 +	[["stylewithcss","true"],["bold",""]],
   1.422 +	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
   1.423 +	[true,true],
   1.424 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.425 +["foo[bar]baz",
   1.426 +	[["stylewithcss","false"],["bold",""]],
   1.427 +	"foo<b>[bar]</b>baz",
   1.428 +	[true,true],
   1.429 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.430 +["foo[bar<b>baz]qoz</b>quz",
   1.431 +	[["bold",""]],
   1.432 +	"foo<b>[barbaz]qoz</b>quz",
   1.433 +	[true],
   1.434 +	{"bold":[true,false,"",false,true,""]}],
   1.435 +["foo[bar<i>baz]qoz</i>quz",
   1.436 +	[["stylewithcss","true"],["bold",""]],
   1.437 +	"foo<span style=\"font-weight:bold\">[bar</span><i><span style=\"font-weight:bold\">baz]</span>qoz</i>quz",
   1.438 +	[true,true],
   1.439 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.440 +["foo[bar<i>baz]qoz</i>quz",
   1.441 +	[["stylewithcss","false"],["bold",""]],
   1.442 +	"foo<b>[bar</b><i><b>baz]</b>qoz</i>quz",
   1.443 +	[true,true],
   1.444 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.445 +["{<p><p> <p>foo</p>}",
   1.446 +	[["stylewithcss","true"],["bold",""]],
   1.447 +	"{<p></p><p> </p><p><span style=\"font-weight:bold\">foo</span></p>}",
   1.448 +	[true,true],
   1.449 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.450 +["{<p><p> <p>foo</p>}",
   1.451 +	[["stylewithcss","false"],["bold",""]],
   1.452 +	"{<p></p><p> </p><p><b>foo</b></p>}",
   1.453 +	[true,true],
   1.454 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.455 +["foo<span contenteditable=false>[bar]</span>baz",
   1.456 +	[["bold",""]],
   1.457 +	"foo<span contenteditable=\"false\">[bar]</span>baz",
   1.458 +	[false],
   1.459 +	{"bold":[false,false,"",false,false,""]}],
   1.460 +["fo[o<span contenteditable=false>bar</span>b]az",
   1.461 +	[["stylewithcss","true"],["bold",""]],
   1.462 +	"fo<span style=\"font-weight:bold\">[o</span><span contenteditable=\"false\">bar</span><span style=\"font-weight:bold\">b]</span>az",
   1.463 +	[true,true],
   1.464 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.465 +["fo[o<span contenteditable=false>bar</span>b]az",
   1.466 +	[["stylewithcss","false"],["bold",""]],
   1.467 +	"fo<b>[o</b><span contenteditable=\"false\">bar</span><b>b]</b>az",
   1.468 +	[true,true],
   1.469 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.470 +["foo<span contenteditable=false>ba[r</span>b]az",
   1.471 +	[["bold",""]],
   1.472 +	"foo<span contenteditable=\"false\">ba[r</span>b]az",
   1.473 +	[false],
   1.474 +	{"bold":[false,false,"",false,false,""]}],
   1.475 +["fo[o<span contenteditable=false>b]ar</span>baz",
   1.476 +	[["bold",""]],
   1.477 +	"fo[o<span contenteditable=\"false\">b]ar</span>baz",
   1.478 +	[false],
   1.479 +	{"bold":[false,false,"",false,false,""]}],
   1.480 +["fo[<b>o</b><span contenteditable=false>bar</span><b>b</b>]az",
   1.481 +	[["stylewithcss","true"],["bold",""]],
   1.482 +	"fo[o<span contenteditable=\"false\">bar</span>b]az",
   1.483 +	[true,true],
   1.484 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.485 +["fo[<b>o</b><span contenteditable=false>bar</span><b>b</b>]az",
   1.486 +	[["stylewithcss","false"],["bold",""]],
   1.487 +	"fo[o<span contenteditable=\"false\">bar</span>b]az",
   1.488 +	[true,true],
   1.489 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.490 +["<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>",
   1.491 +	[["stylewithcss","true"],["bold",""]],
   1.492 +	"<span contenteditable=\"false\">foo<span contenteditable=\"true\"><span style=\"font-weight:bold\">[bar]</span></span>baz</span>",
   1.493 +	[true,true],
   1.494 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.495 +["<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>",
   1.496 +	[["stylewithcss","false"],["bold",""]],
   1.497 +	"<span contenteditable=\"false\">foo<span contenteditable=\"true\"><b>[bar]</b></span>baz</span>",
   1.498 +	[true,true],
   1.499 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.500 +["<span contenteditable=false>fo[o<span contenteditable=true>bar</span>b]az</span>",
   1.501 +	[["bold",""]],
   1.502 +	"<span contenteditable=\"false\">fo[o<span contenteditable=\"true\">bar</span>b]az</span>",
   1.503 +	[false],
   1.504 +	{"bold":[false,false,"",false,false,""]}],
   1.505 +["<span contenteditable=false>foo<span contenteditable=true>ba[r</span>b]az</span>",
   1.506 +	[["bold",""]],
   1.507 +	"<span contenteditable=\"false\">foo<span contenteditable=\"true\">ba[r</span>b]az</span>",
   1.508 +	[false],
   1.509 +	{"bold":[false,false,"",false,false,""]}],
   1.510 +["<span contenteditable=false>fo[o<span contenteditable=true>b]ar</span>baz</span>",
   1.511 +	[["bold",""]],
   1.512 +	"<span contenteditable=\"false\">fo[o<span contenteditable=\"true\">b]ar</span>baz</span>",
   1.513 +	[false],
   1.514 +	{"bold":[false,false,"",false,false,""]}],
   1.515 +["<span contenteditable=false>fo[<b>o<span contenteditable=true>bar</span>b</b>]az</span>",
   1.516 +	[["bold",""]],
   1.517 +	"<span contenteditable=\"false\">fo[<b>o<span contenteditable=\"true\">bar</span>b</b>]az</span>",
   1.518 +	[false],
   1.519 +	{"bold":[false,true,"",false,true,""]}],
   1.520 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
   1.521 +	[["stylewithcss","true"],["bold",""]],
   1.522 +	"<table><tbody><tr><td>foo</td><td>b<span style=\"font-weight:bold\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
   1.523 +	[true,true],
   1.524 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.525 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
   1.526 +	[["stylewithcss","false"],["bold",""]],
   1.527 +	"<table><tbody><tr><td>foo</td><td>b<b>[a]</b>r</td><td>baz</td></tr></tbody></table>",
   1.528 +	[true,true],
   1.529 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.530 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
   1.531 +	[["stylewithcss","true"],["bold",""]],
   1.532 +	"<table><tbody><tr><td>foo</td>{<td><span style=\"font-weight:bold\">bar</span></td>}<td>baz</td></tr></tbody></table>",
   1.533 +	[true,true],
   1.534 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.535 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
   1.536 +	[["stylewithcss","false"],["bold",""]],
   1.537 +	"<table><tbody><tr><td>foo</td>{<td><b>bar</b></td>}<td>baz</td></tr></tbody></table>",
   1.538 +	[true,true],
   1.539 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.540 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
   1.541 +	[["stylewithcss","true"],["bold",""]],
   1.542 +	"<table><tbody><tr>{<td><span style=\"font-weight:bold\">foo</span></td><td><span style=\"font-weight:bold\">bar</span></td>}<td>baz</td></tr></tbody></table>",
   1.543 +	[true,true],
   1.544 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.545 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
   1.546 +	[["stylewithcss","false"],["bold",""]],
   1.547 +	"<table><tbody><tr>{<td><b>foo</b></td><td><b>bar</b></td>}<td>baz</td></tr></tbody></table>",
   1.548 +	[true,true],
   1.549 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.550 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
   1.551 +	[["stylewithcss","true"],["bold",""]],
   1.552 +	"<table><tbody>{<tr><td><span style=\"font-weight:bold\">foo</span></td><td><span style=\"font-weight:bold\">bar</span></td><td><span style=\"font-weight:bold\">baz</span></td></tr>}</tbody></table>",
   1.553 +	[true,true],
   1.554 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.555 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
   1.556 +	[["stylewithcss","false"],["bold",""]],
   1.557 +	"<table><tbody>{<tr><td><b>foo</b></td><td><b>bar</b></td><td><b>baz</b></td></tr>}</tbody></table>",
   1.558 +	[true,true],
   1.559 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.560 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
   1.561 +	[["stylewithcss","true"],["bold",""]],
   1.562 +	"<table>{<tbody><tr><td><span style=\"font-weight:bold\">foo</span></td><td><span style=\"font-weight:bold\">bar</span></td><td><span style=\"font-weight:bold\">baz</span></td></tr></tbody>}</table>",
   1.563 +	[true,true],
   1.564 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.565 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
   1.566 +	[["stylewithcss","false"],["bold",""]],
   1.567 +	"<table>{<tbody><tr><td><b>foo</b></td><td><b>bar</b></td><td><b>baz</b></td></tr></tbody>}</table>",
   1.568 +	[true,true],
   1.569 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.570 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
   1.571 +	[["stylewithcss","true"],["bold",""]],
   1.572 +	"{<table><tbody><tr><td><span style=\"font-weight:bold\">foo</span></td><td><span style=\"font-weight:bold\">bar</span></td><td><span style=\"font-weight:bold\">baz</span></td></tr></tbody></table>}",
   1.573 +	[true,true],
   1.574 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.575 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
   1.576 +	[["stylewithcss","false"],["bold",""]],
   1.577 +	"{<table><tbody><tr><td><b>foo</b></td><td><b>bar</b></td><td><b>baz</b></td></tr></tbody></table>}",
   1.578 +	[true,true],
   1.579 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.580 +["foo<span style=\"font-weight: bold\">[bar]</span>baz",
   1.581 +	[["stylewithcss","true"],["bold",""]],
   1.582 +	"foo[bar]baz",
   1.583 +	[true,true],
   1.584 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.585 +["foo<span style=\"font-weight: bold\">[bar]</span>baz",
   1.586 +	[["stylewithcss","false"],["bold",""]],
   1.587 +	"foo[bar]baz",
   1.588 +	[true,true],
   1.589 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.590 +["foo<b>[bar]</b>baz",
   1.591 +	[["stylewithcss","true"],["bold",""]],
   1.592 +	"foo[bar]baz",
   1.593 +	[true,true],
   1.594 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.595 +["foo<b>[bar]</b>baz",
   1.596 +	[["stylewithcss","false"],["bold",""]],
   1.597 +	"foo[bar]baz",
   1.598 +	[true,true],
   1.599 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.600 +["foo<b>bar</b>[baz]",
   1.601 +	[["bold",""]],
   1.602 +	"foo<b>bar[baz]</b>",
   1.603 +	[true],
   1.604 +	{"bold":[false,false,"",false,true,""]}],
   1.605 +["[foo]<b>bar</b>baz",
   1.606 +	[["bold",""]],
   1.607 +	"<b>[foo]bar</b>baz",
   1.608 +	[true],
   1.609 +	{"bold":[false,false,"",false,true,""]}],
   1.610 +["<b>foo</b>[bar]<b>baz</b>",
   1.611 +	[["stylewithcss","true"],["bold",""]],
   1.612 +	"<b>foo[bar]baz</b>",
   1.613 +	[true,true],
   1.614 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.615 +["<b>foo</b>[bar]<b>baz</b>",
   1.616 +	[["stylewithcss","false"],["bold",""]],
   1.617 +	"<b>foo[bar]baz</b>",
   1.618 +	[true,true],
   1.619 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.620 +["foo<strong>bar</strong>[baz]",
   1.621 +	[["bold",""]],
   1.622 +	"foo<strong>bar[baz]</strong>",
   1.623 +	[true],
   1.624 +	{"bold":[false,false,"",false,true,""]}],
   1.625 +["[foo]<strong>bar</strong>baz",
   1.626 +	[["bold",""]],
   1.627 +	"<strong>[foo]bar</strong>baz",
   1.628 +	[true],
   1.629 +	{"bold":[false,false,"",false,true,""]}],
   1.630 +["<strong>foo</strong>[bar]<strong>baz</strong>",
   1.631 +	[["bold",""]],
   1.632 +	"<strong>foo[bar]baz</strong>",
   1.633 +	[true],
   1.634 +	{"bold":[false,false,"",false,true,""]}],
   1.635 +["<b>foo</b>[bar]<strong>baz</strong>",
   1.636 +	[["bold",""]],
   1.637 +	"<b>foo[bar]baz</b>",
   1.638 +	[true],
   1.639 +	{"bold":[false,false,"",false,true,""]}],
   1.640 +["<strong>foo</strong>[bar]<b>baz</b>",
   1.641 +	[["stylewithcss","true"],["bold",""]],
   1.642 +	"<strong>foo[bar]baz</strong>",
   1.643 +	[true,true],
   1.644 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.645 +["<strong>foo</strong>[bar]<b>baz</b>",
   1.646 +	[["stylewithcss","false"],["bold",""]],
   1.647 +	"<strong>foo[bar]baz</strong>",
   1.648 +	[true,true],
   1.649 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.650 +["foo[<b>bar</b>]baz",
   1.651 +	[["stylewithcss","true"],["bold",""]],
   1.652 +	"foo[bar]baz",
   1.653 +	[true,true],
   1.654 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.655 +["foo[<b>bar</b>]baz",
   1.656 +	[["stylewithcss","false"],["bold",""]],
   1.657 +	"foo[bar]baz",
   1.658 +	[true,true],
   1.659 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.660 +["foo[<b>bar]</b>baz",
   1.661 +	[["stylewithcss","true"],["bold",""]],
   1.662 +	"foo[bar]baz",
   1.663 +	[true,true],
   1.664 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.665 +["foo[<b>bar]</b>baz",
   1.666 +	[["stylewithcss","false"],["bold",""]],
   1.667 +	"foo[bar]baz",
   1.668 +	[true,true],
   1.669 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.670 +["foo<b>[bar</b>]baz",
   1.671 +	[["stylewithcss","true"],["bold",""]],
   1.672 +	"foo[bar]baz",
   1.673 +	[true,true],
   1.674 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.675 +["foo<b>[bar</b>]baz",
   1.676 +	[["stylewithcss","false"],["bold",""]],
   1.677 +	"foo[bar]baz",
   1.678 +	[true,true],
   1.679 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.680 +["foo{<b></b>}baz",
   1.681 +	[["bold",""]],
   1.682 +	"foo{<b></b>}baz",
   1.683 +	[true],
   1.684 +	{"bold":[false,false,"",false,true,""]}],
   1.685 +["foo{<i></i>}baz",
   1.686 +	[["bold",""]],
   1.687 +	"foo{<i></i>}baz",
   1.688 +	[true],
   1.689 +	{"bold":[false,false,"",false,true,""]}],
   1.690 +["foo{<b><i></i></b>}baz",
   1.691 +	[["bold",""]],
   1.692 +	"foo{<b><i></i></b>}baz",
   1.693 +	[true],
   1.694 +	{"bold":[false,false,"",false,true,""]}],
   1.695 +["foo{<i><b></b></i>}baz",
   1.696 +	[["bold",""]],
   1.697 +	"foo{<i><b></b></i>}baz",
   1.698 +	[true],
   1.699 +	{"bold":[false,false,"",false,true,""]}],
   1.700 +["foo<strong>[bar]</strong>baz",
   1.701 +	[["bold",""]],
   1.702 +	"foo[bar]baz",
   1.703 +	[true],
   1.704 +	{"bold":[false,true,"",false,false,""]}],
   1.705 +["foo[<strong>bar</strong>]baz",
   1.706 +	[["bold",""]],
   1.707 +	"foo[bar]baz",
   1.708 +	[true],
   1.709 +	{"bold":[false,true,"",false,false,""]}],
   1.710 +["foo[<strong>bar]</strong>baz",
   1.711 +	[["bold",""]],
   1.712 +	"foo[bar]baz",
   1.713 +	[true],
   1.714 +	{"bold":[false,true,"",false,false,""]}],
   1.715 +["foo<strong>[bar</strong>]baz",
   1.716 +	[["bold",""]],
   1.717 +	"foo[bar]baz",
   1.718 +	[true],
   1.719 +	{"bold":[false,true,"",false,false,""]}],
   1.720 +["foo<span style=\"font-weight: bold\">[bar]</span>baz",
   1.721 +	[["stylewithcss","true"],["bold",""]],
   1.722 +	"foo[bar]baz",
   1.723 +	[true,true],
   1.724 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.725 +["foo<span style=\"font-weight: bold\">[bar]</span>baz",
   1.726 +	[["stylewithcss","false"],["bold",""]],
   1.727 +	"foo[bar]baz",
   1.728 +	[true,true],
   1.729 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.730 +["foo[<span style=\"font-weight: bold\">bar</span>]baz",
   1.731 +	[["stylewithcss","true"],["bold",""]],
   1.732 +	"foo[bar]baz",
   1.733 +	[true,true],
   1.734 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.735 +["foo[<span style=\"font-weight: bold\">bar</span>]baz",
   1.736 +	[["stylewithcss","false"],["bold",""]],
   1.737 +	"foo[bar]baz",
   1.738 +	[true,true],
   1.739 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.740 +["foo[<span style=\"font-weight: bold\">bar]</span>baz",
   1.741 +	[["stylewithcss","true"],["bold",""]],
   1.742 +	"foo[bar]baz",
   1.743 +	[true,true],
   1.744 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.745 +["foo[<span style=\"font-weight: bold\">bar]</span>baz",
   1.746 +	[["stylewithcss","false"],["bold",""]],
   1.747 +	"foo[bar]baz",
   1.748 +	[true,true],
   1.749 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.750 +["foo<span style=\"font-weight: bold\">[bar</span>]baz",
   1.751 +	[["stylewithcss","true"],["bold",""]],
   1.752 +	"foo[bar]baz",
   1.753 +	[true,true],
   1.754 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.755 +["foo<span style=\"font-weight: bold\">[bar</span>]baz",
   1.756 +	[["stylewithcss","false"],["bold",""]],
   1.757 +	"foo[bar]baz",
   1.758 +	[true,true],
   1.759 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.760 +["<b>{<p>foo</p><p>bar</p>}<p>baz</p></b>",
   1.761 +	[["stylewithcss","true"],["bold",""]],
   1.762 +	"{<p>foo</p><p>bar</p>}<p><span style=\"font-weight:bold\">baz</span></p>",
   1.763 +	[true,true],
   1.764 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.765 +["<b>{<p>foo</p><p>bar</p>}<p>baz</p></b>",
   1.766 +	[["stylewithcss","false"],["bold",""]],
   1.767 +	"{<p>foo</p><p>bar</p>}<p><b>baz</b></p>",
   1.768 +	[true,true],
   1.769 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.770 +["<b><p>foo[<i>bar</i>}</p><p>baz</p></b>",
   1.771 +	[["stylewithcss","true"],["bold",""]],
   1.772 +	"<p><span style=\"font-weight:bold\">foo[</span><i>bar</i>}</p><p><span style=\"font-weight:bold\">baz</span></p>",
   1.773 +	[true,true],
   1.774 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.775 +["<b><p>foo[<i>bar</i>}</p><p>baz</p></b>",
   1.776 +	[["stylewithcss","false"],["bold",""]],
   1.777 +	"<p><b>foo[</b><i>bar</i>}</p><p><b>baz</b></p>",
   1.778 +	[true,true],
   1.779 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.780 +["foo [bar <b>baz] qoz</b> quz sic",
   1.781 +	[["bold",""]],
   1.782 +	"foo <b>[bar baz] qoz</b> quz sic",
   1.783 +	[true],
   1.784 +	{"bold":[true,false,"",false,true,""]}],
   1.785 +["foo bar <b>baz [qoz</b> quz] sic",
   1.786 +	[["bold",""]],
   1.787 +	"foo bar <b>baz [qoz quz]</b> sic",
   1.788 +	[true],
   1.789 +	{"bold":[true,false,"",false,true,""]}],
   1.790 +["<b id=purple>bar [baz] qoz</b>",
   1.791 +	[["stylewithcss","true"],["bold",""]],
   1.792 +	"<span id=\"purple\"><span style=\"font-weight:bold\">bar </span>[baz]<span style=\"font-weight:bold\"> qoz</span></span>",
   1.793 +	[true,true],
   1.794 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.795 +["<b id=purple>bar [baz] qoz</b>",
   1.796 +	[["stylewithcss","false"],["bold",""]],
   1.797 +	"<span id=\"purple\"><b>bar </b>[baz]<b> qoz</b></span>",
   1.798 +	[true,true],
   1.799 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.800 +["foo<span style=\"font-weight: 100\">[bar]</span>baz",
   1.801 +	[["stylewithcss","true"],["bold",""]],
   1.802 +	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
   1.803 +	[true,true],
   1.804 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.805 +["foo<span style=\"font-weight: 100\">[bar]</span>baz",
   1.806 +	[["stylewithcss","false"],["bold",""]],
   1.807 +	"foo<b>[bar]</b>baz",
   1.808 +	[true,true],
   1.809 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.810 +["foo<span style=\"font-weight: 200\">[bar]</span>baz",
   1.811 +	[["stylewithcss","true"],["bold",""]],
   1.812 +	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
   1.813 +	[true,true],
   1.814 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.815 +["foo<span style=\"font-weight: 200\">[bar]</span>baz",
   1.816 +	[["stylewithcss","false"],["bold",""]],
   1.817 +	"foo<b>[bar]</b>baz",
   1.818 +	[true,true],
   1.819 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.820 +["foo<span style=\"font-weight: 300\">[bar]</span>baz",
   1.821 +	[["stylewithcss","true"],["bold",""]],
   1.822 +	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
   1.823 +	[true,true],
   1.824 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.825 +["foo<span style=\"font-weight: 300\">[bar]</span>baz",
   1.826 +	[["stylewithcss","false"],["bold",""]],
   1.827 +	"foo<b>[bar]</b>baz",
   1.828 +	[true,true],
   1.829 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.830 +["foo<span style=\"font-weight: 400\">[bar]</span>baz",
   1.831 +	[["stylewithcss","true"],["bold",""]],
   1.832 +	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
   1.833 +	[true,true],
   1.834 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.835 +["foo<span style=\"font-weight: 400\">[bar]</span>baz",
   1.836 +	[["stylewithcss","false"],["bold",""]],
   1.837 +	"foo<b>[bar]</b>baz",
   1.838 +	[true,true],
   1.839 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.840 +["foo<span style=\"font-weight: 500\">[bar]</span>baz",
   1.841 +	[["stylewithcss","true"],["bold",""]],
   1.842 +	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
   1.843 +	[true,true],
   1.844 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.845 +["foo<span style=\"font-weight: 500\">[bar]</span>baz",
   1.846 +	[["stylewithcss","false"],["bold",""]],
   1.847 +	"foo<b>[bar]</b>baz",
   1.848 +	[true,true],
   1.849 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.850 +["foo<span style=\"font-weight: 600\">[bar]</span>baz",
   1.851 +	[["stylewithcss","true"],["bold",""]],
   1.852 +	"foo[bar]baz",
   1.853 +	[true,true],
   1.854 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.855 +["foo<span style=\"font-weight: 600\">[bar]</span>baz",
   1.856 +	[["stylewithcss","false"],["bold",""]],
   1.857 +	"foo[bar]baz",
   1.858 +	[true,true],
   1.859 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.860 +["foo<span style=\"font-weight: 700\">[bar]</span>baz",
   1.861 +	[["stylewithcss","true"],["bold",""]],
   1.862 +	"foo[bar]baz",
   1.863 +	[true,true],
   1.864 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.865 +["foo<span style=\"font-weight: 700\">[bar]</span>baz",
   1.866 +	[["stylewithcss","false"],["bold",""]],
   1.867 +	"foo[bar]baz",
   1.868 +	[true,true],
   1.869 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.870 +["foo<span style=\"font-weight: 800\">[bar]</span>baz",
   1.871 +	[["stylewithcss","true"],["bold",""]],
   1.872 +	"foo[bar]baz",
   1.873 +	[true,true],
   1.874 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.875 +["foo<span style=\"font-weight: 800\">[bar]</span>baz",
   1.876 +	[["stylewithcss","false"],["bold",""]],
   1.877 +	"foo[bar]baz",
   1.878 +	[true,true],
   1.879 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.880 +["foo<span style=\"font-weight: 900\">[bar]</span>baz",
   1.881 +	[["stylewithcss","true"],["bold",""]],
   1.882 +	"foo[bar]baz",
   1.883 +	[true,true],
   1.884 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.885 +["foo<span style=\"font-weight: 900\">[bar]</span>baz",
   1.886 +	[["stylewithcss","false"],["bold",""]],
   1.887 +	"foo[bar]baz",
   1.888 +	[true,true],
   1.889 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.890 +["foo<span style=\"font-weight: 400\">[bar</span>]baz",
   1.891 +	[["stylewithcss","true"],["bold",""]],
   1.892 +	"foo<span style=\"font-weight:bold\">[bar</span>]baz",
   1.893 +	[true,true],
   1.894 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.895 +["foo<span style=\"font-weight: 400\">[bar</span>]baz",
   1.896 +	[["stylewithcss","false"],["bold",""]],
   1.897 +	"foo<b>[bar</b>]baz",
   1.898 +	[true,true],
   1.899 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.900 +["foo<span style=\"font-weight: 700\">[bar</span>]baz",
   1.901 +	[["stylewithcss","true"],["bold",""]],
   1.902 +	"foo[bar]baz",
   1.903 +	[true,true],
   1.904 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.905 +["foo<span style=\"font-weight: 700\">[bar</span>]baz",
   1.906 +	[["stylewithcss","false"],["bold",""]],
   1.907 +	"foo[bar]baz",
   1.908 +	[true,true],
   1.909 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.910 +["foo[<span style=\"font-weight: 400\">bar]</span>baz",
   1.911 +	[["stylewithcss","true"],["bold",""]],
   1.912 +	"foo[<span style=\"font-weight:bold\">bar]</span>baz",
   1.913 +	[true,true],
   1.914 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.915 +["foo[<span style=\"font-weight: 400\">bar]</span>baz",
   1.916 +	[["stylewithcss","false"],["bold",""]],
   1.917 +	"foo[<b>bar]</b>baz",
   1.918 +	[true,true],
   1.919 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.920 +["foo[<span style=\"font-weight: 700\">bar]</span>baz",
   1.921 +	[["stylewithcss","true"],["bold",""]],
   1.922 +	"foo[bar]baz",
   1.923 +	[true,true],
   1.924 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.925 +["foo[<span style=\"font-weight: 700\">bar]</span>baz",
   1.926 +	[["stylewithcss","false"],["bold",""]],
   1.927 +	"foo[bar]baz",
   1.928 +	[true,true],
   1.929 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.930 +["foo[<span style=\"font-weight: 400\">bar</span>]baz",
   1.931 +	[["stylewithcss","true"],["bold",""]],
   1.932 +	"foo[<span style=\"font-weight:bold\">bar</span>]baz",
   1.933 +	[true,true],
   1.934 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.935 +["foo[<span style=\"font-weight: 400\">bar</span>]baz",
   1.936 +	[["stylewithcss","false"],["bold",""]],
   1.937 +	"foo[<b>bar</b>]baz",
   1.938 +	[true,true],
   1.939 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.940 +["foo[<span style=\"font-weight: 700\">bar</span>]baz",
   1.941 +	[["stylewithcss","true"],["bold",""]],
   1.942 +	"foo[bar]baz",
   1.943 +	[true,true],
   1.944 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.945 +["foo[<span style=\"font-weight: 700\">bar</span>]baz",
   1.946 +	[["stylewithcss","false"],["bold",""]],
   1.947 +	"foo[bar]baz",
   1.948 +	[true,true],
   1.949 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.950 +["<span style=\"font-weight: 100\">foo[bar]baz</span>",
   1.951 +	[["stylewithcss","true"],["bold",""]],
   1.952 +	"<span style=\"font-weight:100\">foo<span style=\"font-weight:bold\">[bar]</span>baz</span>",
   1.953 +	[true,true],
   1.954 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.955 +["<span style=\"font-weight: 100\">foo[bar]baz</span>",
   1.956 +	[["stylewithcss","false"],["bold",""]],
   1.957 +	"<span style=\"font-weight:100\">foo<b>[bar]</b>baz</span>",
   1.958 +	[true,true],
   1.959 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.960 +["<span style=\"font-weight: 400\">foo[bar]baz</span>",
   1.961 +	[["stylewithcss","true"],["bold",""]],
   1.962 +	"<span style=\"font-weight:400\">foo<span style=\"font-weight:bold\">[bar]</span>baz</span>",
   1.963 +	[true,true],
   1.964 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.965 +["<span style=\"font-weight: 400\">foo[bar]baz</span>",
   1.966 +	[["stylewithcss","false"],["bold",""]],
   1.967 +	"<span style=\"font-weight:400\">foo<b>[bar]</b>baz</span>",
   1.968 +	[true,true],
   1.969 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   1.970 +["<span style=\"font-weight: 700\">foo[bar]baz</span>",
   1.971 +	[["stylewithcss","true"],["bold",""]],
   1.972 +	"<span style=\"font-weight:700\">foo</span>[bar]<span style=\"font-weight:700\">baz</span>",
   1.973 +	[true,true],
   1.974 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.975 +["<span style=\"font-weight: 700\">foo[bar]baz</span>",
   1.976 +	[["stylewithcss","false"],["bold",""]],
   1.977 +	"<b>foo</b>[bar]<b>baz</b>",
   1.978 +	[true,true],
   1.979 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.980 +["<span style=\"font-weight: 900\">foo[bar]baz</span>",
   1.981 +	[["stylewithcss","true"],["bold",""]],
   1.982 +	"<span style=\"font-weight:900\">foo</span>[bar]<span style=\"font-weight:900\">baz</span>",
   1.983 +	[true,true],
   1.984 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   1.985 +["<span style=\"font-weight: 900\">foo[bar]baz</span>",
   1.986 +	[["stylewithcss","false"],["bold",""]],
   1.987 +	"<span style=\"font-weight:900\">foo</span>[bar]<span style=\"font-weight:900\">baz</span>",
   1.988 +	[true,true],
   1.989 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   1.990 +["{<span style=\"font-weight: 100\">foobar]baz</span>",
   1.991 +	[["stylewithcss","true"],["bold",""]],
   1.992 +	"{<span style=\"font-weight:100\"><span style=\"font-weight:bold\">foobar]</span>baz</span>",
   1.993 +	[true,true],
   1.994 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   1.995 +["{<span style=\"font-weight: 100\">foobar]baz</span>",
   1.996 +	[["stylewithcss","false"],["bold",""]],
   1.997 +	"{<span style=\"font-weight:100\"><b>foobar]</b>baz</span>",
   1.998 +	[true,true],
   1.999 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1.1000 +["{<span style=\"font-weight: 400\">foobar]baz</span>",
  1.1001 +	[["stylewithcss","true"],["bold",""]],
  1.1002 +	"{<span style=\"font-weight:400\"><span style=\"font-weight:bold\">foobar]</span>baz</span>",
  1.1003 +	[true,true],
  1.1004 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1.1005 +["{<span style=\"font-weight: 400\">foobar]baz</span>",
  1.1006 +	[["stylewithcss","false"],["bold",""]],
  1.1007 +	"{<span style=\"font-weight:400\"><b>foobar]</b>baz</span>",
  1.1008 +	[true,true],
  1.1009 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1.1010 +["{<span style=\"font-weight: 700\">foobar]baz</span>",
  1.1011 +	[["stylewithcss","true"],["bold",""]],
  1.1012 +	"{foobar]<span style=\"font-weight:700\">baz</span>",
  1.1013 +	[true,true],
  1.1014 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1015 +["{<span style=\"font-weight: 700\">foobar]baz</span>",
  1.1016 +	[["stylewithcss","false"],["bold",""]],
  1.1017 +	"{foobar]<b>baz</b>",
  1.1018 +	[true,true],
  1.1019 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1020 +["{<span style=\"font-weight: 900\">foobar]baz</span>",
  1.1021 +	[["bold",""]],
  1.1022 +	"{foobar]<span style=\"font-weight:900\">baz</span>",
  1.1023 +	[true],
  1.1024 +	{"bold":[false,true,"",false,false,""]}],
  1.1025 +["<span style=\"font-weight: 100\">foo[barbaz</span>}",
  1.1026 +	[["stylewithcss","true"],["bold",""]],
  1.1027 +	"<span style=\"font-weight:100\">foo<span style=\"font-weight:bold\">[barbaz</span></span>}",
  1.1028 +	[true,true],
  1.1029 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1.1030 +["<span style=\"font-weight: 100\">foo[barbaz</span>}",
  1.1031 +	[["stylewithcss","false"],["bold",""]],
  1.1032 +	"<span style=\"font-weight:100\">foo<b>[barbaz</b></span>}",
  1.1033 +	[true,true],
  1.1034 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1.1035 +["<span style=\"font-weight: 400\">foo[barbaz</span>}",
  1.1036 +	[["stylewithcss","true"],["bold",""]],
  1.1037 +	"<span style=\"font-weight:400\">foo<span style=\"font-weight:bold\">[barbaz</span></span>}",
  1.1038 +	[true,true],
  1.1039 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1.1040 +["<span style=\"font-weight: 400\">foo[barbaz</span>}",
  1.1041 +	[["stylewithcss","false"],["bold",""]],
  1.1042 +	"<span style=\"font-weight:400\">foo<b>[barbaz</b></span>}",
  1.1043 +	[true,true],
  1.1044 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1.1045 +["<span style=\"font-weight: 700\">foo[barbaz</span>}",
  1.1046 +	[["stylewithcss","true"],["bold",""]],
  1.1047 +	"<span style=\"font-weight:700\">foo</span>[barbaz}",
  1.1048 +	[true,true],
  1.1049 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1050 +["<span style=\"font-weight: 700\">foo[barbaz</span>}",
  1.1051 +	[["stylewithcss","false"],["bold",""]],
  1.1052 +	"<b>foo</b>[barbaz}",
  1.1053 +	[true,true],
  1.1054 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1055 +["<span style=\"font-weight: 900\">foo[barbaz</span>}",
  1.1056 +	[["bold",""]],
  1.1057 +	"<span style=\"font-weight:900\">foo</span>[barbaz}",
  1.1058 +	[true],
  1.1059 +	{"bold":[false,true,"",false,false,""]}],
  1.1060 +["<h3>foo[bar]baz</h3>",
  1.1061 +	[["stylewithcss","true"],["bold",""]],
  1.1062 +	"<h3>foo<span style=\"font-weight:normal\">[bar]</span>baz</h3>",
  1.1063 +	[true,true],
  1.1064 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1065 +["<h3>foo[bar]baz</h3>",
  1.1066 +	[["stylewithcss","false"],["bold",""]],
  1.1067 +	"<h3>foo<span style=\"font-weight:normal\">[bar]</span>baz</h3>",
  1.1068 +	[true,true],
  1.1069 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1070 +["{<h3>foobar]baz</h3>",
  1.1071 +	[["stylewithcss","true"],["bold",""]],
  1.1072 +	"{<h3><span style=\"font-weight:normal\">foobar]</span>baz</h3>",
  1.1073 +	[true,true],
  1.1074 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1075 +["{<h3>foobar]baz</h3>",
  1.1076 +	[["stylewithcss","false"],["bold",""]],
  1.1077 +	"{<h3><span style=\"font-weight:normal\">foobar]</span>baz</h3>",
  1.1078 +	[true,true],
  1.1079 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1080 +["<h3>foo[barbaz</h3>}",
  1.1081 +	[["stylewithcss","true"],["bold",""]],
  1.1082 +	"<h3>foo<span style=\"font-weight:normal\">[barbaz</span></h3>}",
  1.1083 +	[true,true],
  1.1084 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1085 +["<h3>foo[barbaz</h3>}",
  1.1086 +	[["stylewithcss","false"],["bold",""]],
  1.1087 +	"<h3>foo<span style=\"font-weight:normal\">[barbaz</span></h3>}",
  1.1088 +	[true,true],
  1.1089 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1090 +["<h3>[foobarbaz]</h3>",
  1.1091 +	[["stylewithcss","true"],["bold",""]],
  1.1092 +	"<h3><span style=\"font-weight:normal\">[foobarbaz]</span></h3>",
  1.1093 +	[true,true],
  1.1094 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1095 +["<h3>[foobarbaz]</h3>",
  1.1096 +	[["stylewithcss","false"],["bold",""]],
  1.1097 +	"<h3><span style=\"font-weight:normal\">[foobarbaz]</span></h3>",
  1.1098 +	[true,true],
  1.1099 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1100 +["{<h3>foobarbaz]</h3>",
  1.1101 +	[["stylewithcss","true"],["bold",""]],
  1.1102 +	"{<h3><span style=\"font-weight:normal\">foobarbaz]</span></h3>",
  1.1103 +	[true,true],
  1.1104 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1105 +["{<h3>foobarbaz]</h3>",
  1.1106 +	[["stylewithcss","false"],["bold",""]],
  1.1107 +	"{<h3><span style=\"font-weight:normal\">foobarbaz]</span></h3>",
  1.1108 +	[true,true],
  1.1109 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1110 +["<h3>[foobarbaz</h3>}",
  1.1111 +	[["stylewithcss","true"],["bold",""]],
  1.1112 +	"<h3><span style=\"font-weight:normal\">[foobarbaz</span></h3>}",
  1.1113 +	[true,true],
  1.1114 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1115 +["<h3>[foobarbaz</h3>}",
  1.1116 +	[["stylewithcss","false"],["bold",""]],
  1.1117 +	"<h3><span style=\"font-weight:normal\">[foobarbaz</span></h3>}",
  1.1118 +	[true,true],
  1.1119 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1120 +["{<h3>foobarbaz</h3>}",
  1.1121 +	[["stylewithcss","true"],["bold",""]],
  1.1122 +	"{<h3><span style=\"font-weight:normal\">foobarbaz</span></h3>}",
  1.1123 +	[true,true],
  1.1124 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1125 +["{<h3>foobarbaz</h3>}",
  1.1126 +	[["stylewithcss","false"],["bold",""]],
  1.1127 +	"{<h3><span style=\"font-weight:normal\">foobarbaz</span></h3>}",
  1.1128 +	[true,true],
  1.1129 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1130 +["<b>foo<span style=\"font-weight: normal\">bar<b>[baz]</b>quz</span>qoz</b>",
  1.1131 +	[["stylewithcss","true"],["bold",""]],
  1.1132 +	"<b>foo<span style=\"font-weight:normal\">bar[baz]quz</span>qoz</b>",
  1.1133 +	[true,true],
  1.1134 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1135 +["<b>foo<span style=\"font-weight: normal\">bar<b>[baz]</b>quz</span>qoz</b>",
  1.1136 +	[["stylewithcss","false"],["bold",""]],
  1.1137 +	"<b>foo<span style=\"font-weight:normal\">bar[baz]quz</span>qoz</b>",
  1.1138 +	[true,true],
  1.1139 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1140 +["<b>foo<span style=\"font-weight: normal\">[bar]</span>baz</b>",
  1.1141 +	[["stylewithcss","true"],["bold",""]],
  1.1142 +	"<b>foo[bar]baz</b>",
  1.1143 +	[true,true],
  1.1144 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1.1145 +["<b>foo<span style=\"font-weight: normal\">[bar]</span>baz</b>",
  1.1146 +	[["stylewithcss","false"],["bold",""]],
  1.1147 +	"<b>foo[bar]baz</b>",
  1.1148 +	[true,true],
  1.1149 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1.1150 +["{<b>foo</b> <b>bar</b>}",
  1.1151 +	[["stylewithcss","true"],["bold",""]],
  1.1152 +	"{<span style=\"font-weight:bold\">foo bar}</span>",
  1.1153 +	[true,true],
  1.1154 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[true,false,"",false,true,""]}],
  1.1155 +["{<b>foo</b> <b>bar</b>}",
  1.1156 +	[["stylewithcss","false"],["bold",""]],
  1.1157 +	"{<b>foo bar}</b>",
  1.1158 +	[true,true],
  1.1159 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[true,false,"",false,true,""]}],
  1.1160 +["{<h3>foo</h3><b>bar</b>}",
  1.1161 +	[["stylewithcss","true"],["bold",""]],
  1.1162 +	"{<h3><span style=\"font-weight:normal\">foo</span></h3>bar}",
  1.1163 +	[true,true],
  1.1164 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1165 +["{<h3>foo</h3><b>bar</b>}",
  1.1166 +	[["stylewithcss","false"],["bold",""]],
  1.1167 +	"{<h3><span style=\"font-weight:normal\">foo</span></h3>bar}",
  1.1168 +	[true,true],
  1.1169 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1170 +["<i><b>foo</b></i>[bar]<i><b>baz</b></i>",
  1.1171 +	[["stylewithcss","true"],["bold",""]],
  1.1172 +	"<b><i>foo</i>[bar]<i>baz</i></b>",
  1.1173 +	[true,true],
  1.1174 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1.1175 +["<i><b>foo</b></i>[bar]<i><b>baz</b></i>",
  1.1176 +	[["stylewithcss","false"],["bold",""]],
  1.1177 +	"<b><i>foo</i>[bar]<i>baz</i></b>",
  1.1178 +	[true,true],
  1.1179 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1.1180 +["<i><b>foo</b></i>[bar]<b>baz</b>",
  1.1181 +	[["stylewithcss","true"],["bold",""]],
  1.1182 +	"<b><i>foo</i>[bar]baz</b>",
  1.1183 +	[true,true],
  1.1184 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1.1185 +["<i><b>foo</b></i>[bar]<b>baz</b>",
  1.1186 +	[["stylewithcss","false"],["bold",""]],
  1.1187 +	"<b><i>foo</i>[bar]baz</b>",
  1.1188 +	[true,true],
  1.1189 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1.1190 +["<b>foo</b>[bar]<i><b>baz</b></i>",
  1.1191 +	[["stylewithcss","true"],["bold",""]],
  1.1192 +	"<b>foo[bar]<i>baz</i></b>",
  1.1193 +	[true,true],
  1.1194 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1.1195 +["<b>foo</b>[bar]<i><b>baz</b></i>",
  1.1196 +	[["stylewithcss","false"],["bold",""]],
  1.1197 +	"<b>foo[bar]<i>baz</i></b>",
  1.1198 +	[true,true],
  1.1199 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1.1200 +["<font color=blue face=monospace><b>foo</b></font>[bar]",
  1.1201 +	[["bold",""]],
  1.1202 +	"<b><font color=\"blue\" face=\"monospace\">foo</font>[bar]</b>",
  1.1203 +	[true],
  1.1204 +	{"bold":[false,false,"",false,true,""]}],
  1.1205 +["foo<span style=\"font-weight: normal\"><b>{bar}</b></span>baz",
  1.1206 +	[["stylewithcss","true"],["bold",""]],
  1.1207 +	"foo{bar}baz",
  1.1208 +	[true,true],
  1.1209 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1210 +["foo<span style=\"font-weight: normal\"><b>{bar}</b></span>baz",
  1.1211 +	[["stylewithcss","false"],["bold",""]],
  1.1212 +	"foo{bar}baz",
  1.1213 +	[true,true],
  1.1214 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1215 +["[foo<span class=notbold>bar</span>baz]",
  1.1216 +	[["stylewithcss","true"],["bold",""]],
  1.1217 +	"<span style=\"font-weight:bold\">[foo<span class=\"notbold\"><span style=\"font-weight:bold\">bar</span></span>baz]</span>",
  1.1218 +	[true,true],
  1.1219 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1.1220 +["[foo<span class=notbold>bar</span>baz]",
  1.1221 +	[["stylewithcss","false"],["bold",""]],
  1.1222 +	"<b>[foo<span class=\"notbold\"><b>bar</b></span>baz]</b>",
  1.1223 +	[true,true],
  1.1224 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1.1225 +["<b><span class=notbold>[foo]</span></b>",
  1.1226 +	[["stylewithcss","true"],["bold",""]],
  1.1227 +	"<span class=\"notbold\"><span style=\"font-weight:bold\">[foo]</span></span>",
  1.1228 +	[true,true],
  1.1229 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1.1230 +["<b><span class=notbold>[foo]</span></b>",
  1.1231 +	[["stylewithcss","false"],["bold",""]],
  1.1232 +	"<span class=\"notbold\"><b>[foo]</b></span>",
  1.1233 +	[true,true],
  1.1234 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1.1235 +["<b><span class=notbold>foo[bar]baz</span></b>",
  1.1236 +	[["stylewithcss","true"],["bold",""]],
  1.1237 +	"<b><span class=\"notbold\">foo<span style=\"font-weight:bold\">[bar]</span>baz</span></b>",
  1.1238 +	[true,true],
  1.1239 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1.1240 +["<b><span class=notbold>foo[bar]baz</span></b>",
  1.1241 +	[["stylewithcss","false"],["bold",""]],
  1.1242 +	"<b><span class=\"notbold\">foo<b>[bar]</b>baz</span></b>",
  1.1243 +	[true,true],
  1.1244 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1.1245 +["<p style=\"font-weight: bold\">foo[bar]baz</p>",
  1.1246 +	[["stylewithcss","true"],["bold",""]],
  1.1247 +	"<p><span style=\"font-weight:bold\">foo</span>[bar]<span style=\"font-weight:bold\">baz</span></p>",
  1.1248 +	[true,true],
  1.1249 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1250 +["<p style=\"font-weight: bold\">foo[bar]baz</p>",
  1.1251 +	[["stylewithcss","false"],["bold",""]],
  1.1252 +	"<p><b>foo</b>[bar]<b>baz</b></p>",
  1.1253 +	[true,true],
  1.1254 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1255 +["fo[o<b>b]ar</b>baz",
  1.1256 +	[["bold",""]],
  1.1257 +	"fo<b>[ob]ar</b>baz",
  1.1258 +	[true],
  1.1259 +	{"bold":[true,false,"",false,true,""]}],
  1.1260 +["foo<b>ba[r</b>b]az",
  1.1261 +	[["bold",""]],
  1.1262 +	"foo<b>ba[rb]</b>az",
  1.1263 +	[true],
  1.1264 +	{"bold":[true,false,"",false,true,""]}],
  1.1265 +["fo[o<b>bar</b>b]az",
  1.1266 +	[["stylewithcss","true"],["bold",""]],
  1.1267 +	"fo<span style=\"font-weight:bold\">[obarb]</span>az",
  1.1268 +	[true,true],
  1.1269 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[true,false,"",false,true,""]}],
  1.1270 +["fo[o<b>bar</b>b]az",
  1.1271 +	[["stylewithcss","false"],["bold",""]],
  1.1272 +	"fo<b>[obarb]</b>az",
  1.1273 +	[true,true],
  1.1274 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[true,false,"",false,true,""]}],
  1.1275 +["foo[<b>b]ar</b>baz",
  1.1276 +	[["stylewithcss","true"],["bold",""]],
  1.1277 +	"foo[b]<span style=\"font-weight:bold\">ar</span>baz",
  1.1278 +	[true,true],
  1.1279 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1280 +["foo[<b>b]ar</b>baz",
  1.1281 +	[["stylewithcss","false"],["bold",""]],
  1.1282 +	"foo[b]<b>ar</b>baz",
  1.1283 +	[true,true],
  1.1284 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1285 +["foo<b>ba[r</b>]baz",
  1.1286 +	[["stylewithcss","true"],["bold",""]],
  1.1287 +	"foo<span style=\"font-weight:bold\">ba</span>[r]baz",
  1.1288 +	[true,true],
  1.1289 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1290 +["foo<b>ba[r</b>]baz",
  1.1291 +	[["stylewithcss","false"],["bold",""]],
  1.1292 +	"foo<b>ba</b>[r]baz",
  1.1293 +	[true,true],
  1.1294 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1295 +["foo[<b>bar</b>]baz",
  1.1296 +	[["stylewithcss","true"],["bold",""]],
  1.1297 +	"foo[bar]baz",
  1.1298 +	[true,true],
  1.1299 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1300 +["foo[<b>bar</b>]baz",
  1.1301 +	[["stylewithcss","false"],["bold",""]],
  1.1302 +	"foo[bar]baz",
  1.1303 +	[true,true],
  1.1304 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1305 +["foo<b>[bar]</b>baz",
  1.1306 +	[["stylewithcss","true"],["bold",""]],
  1.1307 +	"foo[bar]baz",
  1.1308 +	[true,true],
  1.1309 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1310 +["foo<b>[bar]</b>baz",
  1.1311 +	[["stylewithcss","false"],["bold",""]],
  1.1312 +	"foo[bar]baz",
  1.1313 +	[true,true],
  1.1314 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1315 +["foo{<b>bar</b>}baz",
  1.1316 +	[["stylewithcss","true"],["bold",""]],
  1.1317 +	"foo{bar}baz",
  1.1318 +	[true,true],
  1.1319 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1320 +["foo{<b>bar</b>}baz",
  1.1321 +	[["stylewithcss","false"],["bold",""]],
  1.1322 +	"foo{bar}baz",
  1.1323 +	[true,true],
  1.1324 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1325 +["fo[o<span style=font-weight:bold>b]ar</span>baz",
  1.1326 +	[["bold",""]],
  1.1327 +	"fo<span style=\"font-weight:bold\">[ob]ar</span>baz",
  1.1328 +	[true],
  1.1329 +	{"bold":[true,false,"",false,true,""]}],
  1.1330 +["<span style=font-weight:800>fo[o</span><span style=font-weight:900>b]ar</span>",
  1.1331 +	[["bold",""]],
  1.1332 +	"<span style=\"font-weight:800\">fo</span>[ob]<span style=\"font-weight:900\">ar</span>",
  1.1333 +	[true],
  1.1334 +	{"bold":[false,true,"",false,false,""]}],
  1.1335 +["<span style=font-weight:700>fo[o</span><span style=font-weight:800>b]ar</span>",
  1.1336 +	[["stylewithcss","true"],["bold",""]],
  1.1337 +	"<span style=\"font-weight:700\">fo</span>[ob]<span style=\"font-weight:800\">ar</span>",
  1.1338 +	[true,true],
  1.1339 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1340 +["<span style=font-weight:700>fo[o</span><span style=font-weight:800>b]ar</span>",
  1.1341 +	[["stylewithcss","false"],["bold",""]],
  1.1342 +	"<b>fo</b>[ob]<span style=\"font-weight:800\">ar</span>",
  1.1343 +	[true,true],
  1.1344 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1345 +["<span style=font-weight:600>fo[o</span><span style=font-weight:700>b]ar</span>",
  1.1346 +	[["stylewithcss","true"],["bold",""]],
  1.1347 +	"<span style=\"font-weight:600\">fo</span>[ob]<span style=\"font-weight:700\">ar</span>",
  1.1348 +	[true,true],
  1.1349 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1.1350 +["<span style=font-weight:600>fo[o</span><span style=font-weight:700>b]ar</span>",
  1.1351 +	[["stylewithcss","false"],["bold",""]],
  1.1352 +	"<span style=\"font-weight:600\">fo</span>[ob]<b>ar</b>",
  1.1353 +	[true,true],
  1.1354 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1.1355 +["<span style=font-weight:500>fo[o</span><span style=font-weight:600>b]ar</span>",
  1.1356 +	[["stylewithcss","true"],["bold",""]],
  1.1357 +	"<span style=\"font-weight:500\">fo<span style=\"font-weight:bold\">[o</span></span><span style=\"font-weight:600\"><span style=\"font-weight:bold\">b]</span>ar</span>",
  1.1358 +	[true,true],
  1.1359 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[true,false,"",false,true,""]}],
  1.1360 +["<span style=font-weight:500>fo[o</span><span style=font-weight:600>b]ar</span>",
  1.1361 +	[["stylewithcss","false"],["bold",""]],
  1.1362 +	"<span style=\"font-weight:500\">fo<b>[o</b></span><span style=\"font-weight:600\"><b>b]</b>ar</span>",
  1.1363 +	[true,true],
  1.1364 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[true,false,"",false,true,""]}],
  1.1365 +["<span style=font-weight:400>fo[o</span><span style=font-weight:500>b]ar</span>",
  1.1366 +	[["stylewithcss","true"],["bold",""]],
  1.1367 +	"<span style=\"font-weight:400\">fo<span style=\"font-weight:bold\">[o</span></span><span style=\"font-weight:500\"><span style=\"font-weight:bold\">b]</span>ar</span>",
  1.1368 +	[true,true],
  1.1369 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1.1370 +["<span style=font-weight:400>fo[o</span><span style=font-weight:500>b]ar</span>",
  1.1371 +	[["stylewithcss","false"],["bold",""]],
  1.1372 +	"<span style=\"font-weight:400\">fo<b>[o</b></span><span style=\"font-weight:500\"><b>b]</b>ar</span>",
  1.1373 +	[true,true],
  1.1374 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1.1375 +["<span style=font-weight:300>fo[o</span><span style=font-weight:400>b]ar</span>",
  1.1376 +	[["stylewithcss","true"],["bold",""]],
  1.1377 +	"<span style=\"font-weight:300\">fo<span style=\"font-weight:bold\">[o</span></span><span style=\"font-weight:400\"><span style=\"font-weight:bold\">b]</span>ar</span>",
  1.1378 +	[true,true],
  1.1379 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1.1380 +["<span style=font-weight:300>fo[o</span><span style=font-weight:400>b]ar</span>",
  1.1381 +	[["stylewithcss","false"],["bold",""]],
  1.1382 +	"<span style=\"font-weight:300\">fo<b>[o</b></span><span style=\"font-weight:400\"><b>b]</b>ar</span>",
  1.1383 +	[true,true],
  1.1384 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1.1385 +["<span style=font-weight:200>fo[o</span><span style=font-weight:300>b]ar</span>",
  1.1386 +	[["stylewithcss","true"],["bold",""]],
  1.1387 +	"<span style=\"font-weight:200\">fo<span style=\"font-weight:bold\">[o</span></span><span style=\"font-weight:300\"><span style=\"font-weight:bold\">b]</span>ar</span>",
  1.1388 +	[true,true],
  1.1389 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1.1390 +["<span style=font-weight:200>fo[o</span><span style=font-weight:300>b]ar</span>",
  1.1391 +	[["stylewithcss","false"],["bold",""]],
  1.1392 +	"<span style=\"font-weight:200\">fo<b>[o</b></span><span style=\"font-weight:300\"><b>b]</b>ar</span>",
  1.1393 +	[true,true],
  1.1394 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1.1395 +["<span style=font-weight:100>fo[o</span><span style=font-weight:200>b]ar</span>",
  1.1396 +	[["stylewithcss","true"],["bold",""]],
  1.1397 +	"<span style=\"font-weight:100\">fo<span style=\"font-weight:bold\">[o</span></span><span style=\"font-weight:200\"><span style=\"font-weight:bold\">b]</span>ar</span>",
  1.1398 +	[true,true],
  1.1399 +	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1.1400 +["<span style=font-weight:100>fo[o</span><span style=font-weight:200>b]ar</span>",
  1.1401 +	[["stylewithcss","false"],["bold",""]],
  1.1402 +	"<span style=\"font-weight:100\">fo<b>[o</b></span><span style=\"font-weight:200\"><b>b]</b>ar</span>",
  1.1403 +	[true,true],
  1.1404 +	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1.1405 +["foo[]bar",
  1.1406 +	[["createlink","http://www.google.com/"]],
  1.1407 +	"foo[]bar",
  1.1408 +	[true],
  1.1409 +	{"createlink":[false,false,"",false,false,""]}],
  1.1410 +["<p>[foo</p> <p>bar]</p>",
  1.1411 +	[["createlink","http://www.google.com/"]],
  1.1412 +	"<p><a href=\"http://www.google.com/\">[foo</a></p> <p><a href=\"http://www.google.com/\">bar]</a></p>",
  1.1413 +	[true],
  1.1414 +	{"createlink":[false,false,"",false,false,""]}],
  1.1415 +["<span>[foo</span> <span>bar]</span>",
  1.1416 +	[["createlink","http://www.google.com/"]],
  1.1417 +	"<a href=\"http://www.google.com/\"><span>[foo</span> <span>bar]</span></a>",
  1.1418 +	[true],
  1.1419 +	{"createlink":[false,false,"",false,false,""]}],
  1.1420 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
  1.1421 +	[["createlink","http://www.google.com/"]],
  1.1422 +	"<p><a href=\"http://www.google.com/\">[foo</a></p><p> <a href=\"http://www.google.com/\"><span>bar</span></a> </p><p><a href=\"http://www.google.com/\">baz]</a></p>",
  1.1423 +	[true],
  1.1424 +	{"createlink":[false,false,"",false,false,""]}],
  1.1425 +["<p>[foo<p><br><p>bar]",
  1.1426 +	[["createlink","http://www.google.com/"]],
  1.1427 +	"<p><a href=\"http://www.google.com/\">[foo</a></p><p><a href=\"http://www.google.com/\"><br></a></p><p><a href=\"http://www.google.com/\">bar]</a></p>",
  1.1428 +	[true],
  1.1429 +	{"createlink":[false,false,"",false,false,""]}],
  1.1430 +["<b>foo[]bar</b>",
  1.1431 +	[["createlink","http://www.google.com/"]],
  1.1432 +	"<b>foo[]bar</b>",
  1.1433 +	[true],
  1.1434 +	{"createlink":[false,false,"",false,false,""]}],
  1.1435 +["<i>foo[]bar</i>",
  1.1436 +	[["createlink","http://www.google.com/"]],
  1.1437 +	"<i>foo[]bar</i>",
  1.1438 +	[true],
  1.1439 +	{"createlink":[false,false,"",false,false,""]}],
  1.1440 +["<span>foo</span>{}<span>bar</span>",
  1.1441 +	[["createlink","http://www.google.com/"]],
  1.1442 +	"<span>foo</span>{}<span>bar</span>",
  1.1443 +	[true],
  1.1444 +	{"createlink":[false,false,"",false,false,""]}],
  1.1445 +["<span>foo[</span><span>]bar</span>",
  1.1446 +	[["createlink","http://www.google.com/"]],
  1.1447 +	"<span>foo[</span><span>]bar</span>",
  1.1448 +	[true],
  1.1449 +	{"createlink":[false,false,"",false,false,""]}],
  1.1450 +["foo[bar]baz",
  1.1451 +	[["createlink","http://www.google.com/"]],
  1.1452 +	"foo<a href=\"http://www.google.com/\">[bar]</a>baz",
  1.1453 +	[true],
  1.1454 +	{"createlink":[false,false,"",false,false,""]}],
  1.1455 +["foo[bar<b>baz]qoz</b>quz",
  1.1456 +	[["createlink","http://www.google.com/"]],
  1.1457 +	"foo<a href=\"http://www.google.com/\">[bar</a><b><a href=\"http://www.google.com/\">baz]</a>qoz</b>quz",
  1.1458 +	[true],
  1.1459 +	{"createlink":[false,false,"",false,false,""]}],
  1.1460 +["foo[bar<i>baz]qoz</i>quz",
  1.1461 +	[["createlink","http://www.google.com/"]],
  1.1462 +	"foo<a href=\"http://www.google.com/\">[bar</a><i><a href=\"http://www.google.com/\">baz]</a>qoz</i>quz",
  1.1463 +	[true],
  1.1464 +	{"createlink":[false,false,"",false,false,""]}],
  1.1465 +["{<p><p> <p>foo</p>}",
  1.1466 +	[["createlink","http://www.google.com/"]],
  1.1467 +	"{<p></p><p> </p><p><a href=\"http://www.google.com/\">foo</a></p>}",
  1.1468 +	[true],
  1.1469 +	{"createlink":[false,false,"",false,false,""]}],
  1.1470 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  1.1471 +	[["createlink","http://www.google.com/"]],
  1.1472 +	"<table><tbody><tr><td>foo</td><td>b<a href=\"http://www.google.com/\">[a]</a>r</td><td>baz</td></tr></tbody></table>",
  1.1473 +	[true],
  1.1474 +	{"createlink":[false,false,"",false,false,""]}],
  1.1475 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  1.1476 +	[["createlink","http://www.google.com/"]],
  1.1477 +	"<table><tbody><tr><td>foo</td>{<td><a href=\"http://www.google.com/\">bar</a></td>}<td>baz</td></tr></tbody></table>",
  1.1478 +	[true],
  1.1479 +	{"createlink":[false,false,"",false,false,""]}],
  1.1480 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  1.1481 +	[["createlink","http://www.google.com/"]],
  1.1482 +	"<table><tbody><tr>{<td><a href=\"http://www.google.com/\">foo</a></td><td><a href=\"http://www.google.com/\">bar</a></td>}<td>baz</td></tr></tbody></table>",
  1.1483 +	[true],
  1.1484 +	{"createlink":[false,false,"",false,false,""]}],
  1.1485 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  1.1486 +	[["createlink","http://www.google.com/"]],
  1.1487 +	"<table><tbody>{<tr><td><a href=\"http://www.google.com/\">foo</a></td><td><a href=\"http://www.google.com/\">bar</a></td><td><a href=\"http://www.google.com/\">baz</a></td></tr>}</tbody></table>",
  1.1488 +	[true],
  1.1489 +	{"createlink":[false,false,"",false,false,""]}],
  1.1490 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  1.1491 +	[["createlink","http://www.google.com/"]],
  1.1492 +	"<table>{<tbody><tr><td><a href=\"http://www.google.com/\">foo</a></td><td><a href=\"http://www.google.com/\">bar</a></td><td><a href=\"http://www.google.com/\">baz</a></td></tr></tbody>}</table>",
  1.1493 +	[true],
  1.1494 +	{"createlink":[false,false,"",false,false,""]}],
  1.1495 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
  1.1496 +	[["createlink","http://www.google.com/"]],
  1.1497 +	"{<table><tbody><tr><td><a href=\"http://www.google.com/\">foo</a></td><td><a href=\"http://www.google.com/\">bar</a></td><td><a href=\"http://www.google.com/\">baz</a></td></tr></tbody></table>}",
  1.1498 +	[true],
  1.1499 +	{"createlink":[false,false,"",false,false,""]}],
  1.1500 +["<a href=http://www.google.com/>foo[bar]baz</a>",
  1.1501 +	[["createlink","http://www.google.com/"]],
  1.1502 +	"<a href=\"http://www.google.com/\">foo[bar]baz</a>",
  1.1503 +	[true],
  1.1504 +	{"createlink":[false,false,"",false,false,""]}],
  1.1505 +["<a href=http://www.google.com/>foo[barbaz</a>}",
  1.1506 +	[["createlink","http://www.google.com/"]],
  1.1507 +	"<a href=\"http://www.google.com/\">foo[barbaz</a>}",
  1.1508 +	[true],
  1.1509 +	{"createlink":[false,false,"",false,false,""]}],
  1.1510 +["{<a href=http://www.google.com/>foobar]baz</a>",
  1.1511 +	[["createlink","http://www.google.com/"]],
  1.1512 +	"{<a href=\"http://www.google.com/\">foobar]baz</a>",
  1.1513 +	[true],
  1.1514 +	{"createlink":[false,false,"",false,false,""]}],
  1.1515 +["{<a href=http://www.google.com/>foobarbaz</a>}",
  1.1516 +	[["createlink","http://www.google.com/"]],
  1.1517 +	"{<a href=\"http://www.google.com/\">foobarbaz}</a>",
  1.1518 +	[true],
  1.1519 +	{"createlink":[false,false,"",false,false,""]}],
  1.1520 +["<a href=http://www.google.com/>[foobarbaz]</a>",
  1.1521 +	[["createlink","http://www.google.com/"]],
  1.1522 +	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
  1.1523 +	[true],
  1.1524 +	{"createlink":[false,false,"",false,false,""]}],
  1.1525 +["foo<a href=http://www.google.com/>[bar]</a>baz",
  1.1526 +	[["createlink","http://www.google.com/"]],
  1.1527 +	"foo<a href=\"http://www.google.com/\">[bar]</a>baz",
  1.1528 +	[true],
  1.1529 +	{"createlink":[false,false,"",false,false,""]}],
  1.1530 +["[foo]<a href=http://www.google.com/>bar</a>baz",
  1.1531 +	[["createlink","http://www.google.com/"]],
  1.1532 +	"<a href=\"http://www.google.com/\">[foo]bar</a>baz",
  1.1533 +	[true],
  1.1534 +	{"createlink":[false,false,"",false,false,""]}],
  1.1535 +["foo<a href=http://www.google.com/>bar</a>[baz]",
  1.1536 +	[["createlink","http://www.google.com/"]],
  1.1537 +	"foo<a href=\"http://www.google.com/\">bar[baz]</a>",
  1.1538 +	[true],
  1.1539 +	{"createlink":[false,false,"",false,false,""]}],
  1.1540 +["foo[<a href=http://www.google.com/>bar</a>]baz",
  1.1541 +	[["createlink","http://www.google.com/"]],
  1.1542 +	"foo[<a href=\"http://www.google.com/\">bar</a>]baz",
  1.1543 +	[true],
  1.1544 +	{"createlink":[false,false,"",false,false,""]}],
  1.1545 +["foo<a href=http://www.google.com/>[bar</a>baz]",
  1.1546 +	[["createlink","http://www.google.com/"]],
  1.1547 +	"foo<a href=\"http://www.google.com/\">[barbaz]</a>",
  1.1548 +	[true],
  1.1549 +	{"createlink":[false,false,"",false,false,""]}],
  1.1550 +["[foo<a href=http://www.google.com/>bar]</a>baz",
  1.1551 +	[["createlink","http://www.google.com/"]],
  1.1552 +	"<a href=\"http://www.google.com/\">[foobar]</a>baz",
  1.1553 +	[true],
  1.1554 +	{"createlink":[false,false,"",false,false,""]}],
  1.1555 +["[foo<a href=http://www.google.com/>bar</a>baz]",
  1.1556 +	[["createlink","http://www.google.com/"]],
  1.1557 +	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
  1.1558 +	[true],
  1.1559 +	{"createlink":[false,false,"",false,false,""]}],
  1.1560 +["<a href=otherurl>foo[bar]baz</a>",
  1.1561 +	[["createlink","http://www.google.com/"]],
  1.1562 +	"<a href=\"http://www.google.com/\">foo[bar]baz</a>",
  1.1563 +	[true],
  1.1564 +	{"createlink":[false,false,"",false,false,""]}],
  1.1565 +["<a href=otherurl>foo[barbaz</a>}",
  1.1566 +	[["createlink","http://www.google.com/"]],
  1.1567 +	"<a href=\"http://www.google.com/\">foo[barbaz</a>}",
  1.1568 +	[true],
  1.1569 +	{"createlink":[false,false,"",false,false,""]}],
  1.1570 +["{<a href=otherurl>foobar]baz</a>",
  1.1571 +	[["createlink","http://www.google.com/"]],
  1.1572 +	"{<a href=\"http://www.google.com/\">foobar]baz</a>",
  1.1573 +	[true],
  1.1574 +	{"createlink":[false,false,"",false,false,""]}],
  1.1575 +["{<a href=otherurl>foobarbaz</a>}",
  1.1576 +	[["createlink","http://www.google.com/"]],
  1.1577 +	"{<a href=\"http://www.google.com/\">foobarbaz}</a>",
  1.1578 +	[true],
  1.1579 +	{"createlink":[false,false,"",false,false,""]}],
  1.1580 +["<a href=otherurl>[foobarbaz]</a>",
  1.1581 +	[["createlink","http://www.google.com/"]],
  1.1582 +	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
  1.1583 +	[true],
  1.1584 +	{"createlink":[false,false,"",false,false,""]}],
  1.1585 +["foo<a href=otherurl>[bar]</a>baz",
  1.1586 +	[["createlink","http://www.google.com/"]],
  1.1587 +	"foo<a href=\"http://www.google.com/\">[bar]</a>baz",
  1.1588 +	[true],
  1.1589 +	{"createlink":[false,false,"",false,false,""]}],
  1.1590 +["foo[<a href=otherurl>bar</a>]baz",
  1.1591 +	[["createlink","http://www.google.com/"]],
  1.1592 +	"foo[<a href=\"http://www.google.com/\">bar</a>]baz",
  1.1593 +	[true],
  1.1594 +	{"createlink":[false,false,"",false,false,""]}],
  1.1595 +["foo<a href=otherurl>[bar</a>baz]",
  1.1596 +	[["createlink","http://www.google.com/"]],
  1.1597 +	"foo<a href=\"http://www.google.com/\">[barbaz]</a>",
  1.1598 +	[true],
  1.1599 +	{"createlink":[false,false,"",false,false,""]}],
  1.1600 +["[foo<a href=otherurl>bar]</a>baz",
  1.1601 +	[["createlink","http://www.google.com/"]],
  1.1602 +	"<a href=\"http://www.google.com/\">[foobar]</a>baz",
  1.1603 +	[true],
  1.1604 +	{"createlink":[false,false,"",false,false,""]}],
  1.1605 +["[foo<a href=otherurl>bar</a>baz]",
  1.1606 +	[["createlink","http://www.google.com/"]],
  1.1607 +	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
  1.1608 +	[true],
  1.1609 +	{"createlink":[false,false,"",false,false,""]}],
  1.1610 +["<a href=otherurl><b>foo[bar]baz</b></a>",
  1.1611 +	[["createlink","http://www.google.com/"]],
  1.1612 +	"<a href=\"http://www.google.com/\"><b>foo[bar]baz</b></a>",
  1.1613 +	[true],
  1.1614 +	{"createlink":[false,false,"",false,false,""]}],
  1.1615 +["<a href=otherurl><b>foo[barbaz</b></a>}",
  1.1616 +	[["createlink","http://www.google.com/"]],
  1.1617 +	"<a href=\"http://www.google.com/\"><b>foo[barbaz</b></a>}",
  1.1618 +	[true],
  1.1619 +	{"createlink":[false,false,"",false,false,""]}],
  1.1620 +["{<a href=otherurl><b>foobar]baz</b></a>",
  1.1621 +	[["createlink","http://www.google.com/"]],
  1.1622 +	"{<a href=\"http://www.google.com/\"><b>foobar]baz</b></a>",
  1.1623 +	[true],
  1.1624 +	{"createlink":[false,false,"",false,false,""]}],
  1.1625 +["<a href=otherurl><b>[foobarbaz]</b></a>",
  1.1626 +	[["createlink","http://www.google.com/"]],
  1.1627 +	"<a href=\"http://www.google.com/\"><b>[foobarbaz]</b></a>",
  1.1628 +	[true],
  1.1629 +	{"createlink":[false,false,"",false,false,""]}],
  1.1630 +["<a name=abc>foo[bar]baz</a>",
  1.1631 +	[["createlink","http://www.google.com/"]],
  1.1632 +	"<span name=\"abc\">foo<a href=\"http://www.google.com/\">[bar]</a>baz</span>",
  1.1633 +	[true],
  1.1634 +	{"createlink":[false,false,"",false,false,""]}],
  1.1635 +["<a name=abc><b>foo[bar]baz</b></a>",
  1.1636 +	[["createlink","http://www.google.com/"]],
  1.1637 +	"<span name=\"abc\"><b>foo<a href=\"http://www.google.com/\">[bar]</a>baz</b></span>",
  1.1638 +	[true],
  1.1639 +	{"createlink":[false,false,"",false,false,""]}],
  1.1640 +["foo[bar]baz",
  1.1641 +	[["createlink",""]],
  1.1642 +	"foo[bar]baz",
  1.1643 +	[false],
  1.1644 +	{"createlink":[false,false,"",false,false,""]}],
  1.1645 +["foo[]bar",
  1.1646 +	[["delete",""]],
  1.1647 +	"fo[]bar",
  1.1648 +	[true],
  1.1649 +	{"delete":[false,false,"",false,false,""]}],
  1.1650 +["<span>foo</span>{}<span>bar</span>",
  1.1651 +	[["delete",""]],
  1.1652 +	"<span>fo[]</span><span>bar</span>",
  1.1653 +	[true],
  1.1654 +	{"delete":[false,false,"",false,false,""]}],
  1.1655 +["<span>foo[</span><span>]bar</span>",
  1.1656 +	[["delete",""]],
  1.1657 +	"<span>foo[]</span><span>bar</span>",
  1.1658 +	[true],
  1.1659 +	{"delete":[false,false,"",false,false,""]}],
  1.1660 +["foo<span style=display:none>bar</span>[]baz",
  1.1661 +	[["stylewithcss","true"],["delete",""]],
  1.1662 +	"fo[]baz",
  1.1663 +	[true,true],
  1.1664 +	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  1.1665 +["foo<span style=display:none>bar</span>[]baz",
  1.1666 +	[["stylewithcss","false"],["delete",""]],
  1.1667 +	"fo[]baz",
  1.1668 +	[true,true],
  1.1669 +	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  1.1670 +["foo<script>bar</script>[]baz",
  1.1671 +	[["delete",""]],
  1.1672 +	"fo[]baz",
  1.1673 +	[true],
  1.1674 +	{"delete":[false,false,"",false,false,""]}],
  1.1675 +["fo&ouml;[]bar",
  1.1676 +	[["delete",""]],
  1.1677 +	"fo[]bar",
  1.1678 +	[true],
  1.1679 +	{"delete":[false,false,"",false,false,""]}],
  1.1680 +["foo&#x308;[]bar",
  1.1681 +	[["delete",""]],
  1.1682 +	"foo[]bar",
  1.1683 +	[true],
  1.1684 +	{"delete":[false,false,"",false,false,""]}],
  1.1685 +["foo&#x308;&#x327;[]bar",
  1.1686 +	[["delete",""]],
  1.1687 +	"foö[]bar",
  1.1688 +	[true],
  1.1689 +	{"delete":[false,false,"",false,false,""]}],
  1.1690 +["&ouml;[]bar",
  1.1691 +	[["delete",""]],
  1.1692 +	"{}bar",
  1.1693 +	[true],
  1.1694 +	{"delete":[false,false,"",false,false,""]}],
  1.1695 +["o&#x308;[]bar",
  1.1696 +	[["delete",""]],
  1.1697 +	"o[]bar",
  1.1698 +	[true],
  1.1699 +	{"delete":[false,false,"",false,false,""]}],
  1.1700 +["o&#x308;&#x327;[]bar",
  1.1701 +	[["delete",""]],
  1.1702 +	"ö[]bar",
  1.1703 +	[true],
  1.1704 +	{"delete":[false,false,"",false,false,""]}],
  1.1705 +["&#x5e9;&#x5c1;&#x5b8;[]&#x5dc;&#x5d5;&#x5b9;&#x5dd;",
  1.1706 +	[["delete",""]],
  1.1707 +	"שׁ[]לוֹם",
  1.1708 +	[true],
  1.1709 +	{"delete":[false,false,"",false,false,""]}],
  1.1710 +["&#x5e9;&#x5c1;&#x5b8;&#x5dc;&#x5d5;&#x5b9;[]&#x5dd;",
  1.1711 +	[["delete",""]],
  1.1712 +	"שָׁלו[]ם",
  1.1713 +	[true],
  1.1714 +	{"delete":[false,false,"",false,false,""]}],
  1.1715 +["<p>foo</p><p>[]bar</p>",
  1.1716 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.1717 +	"<p>foo{}bar</p>",
  1.1718 +	[true,true],
  1.1719 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.1720 +["<p>foo</p><p>[]bar</p>",
  1.1721 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.1722 +	"<p>foo{}bar</p>",
  1.1723 +	[true,true],
  1.1724 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.1725 +["<p>foo</p>[]bar",
  1.1726 +	[["delete",""]],
  1.1727 +	"<p>foo{}bar</p>",
  1.1728 +	[true],
  1.1729 +	{"delete":[false,false,"",false,false,""]}],
  1.1730 +["foo<p>[]bar</p>",
  1.1731 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.1732 +	"foo{}bar",
  1.1733 +	[true,true],
  1.1734 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.1735 +["foo<p>[]bar</p>",
  1.1736 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.1737 +	"foo{}bar",
  1.1738 +	[true,true],
  1.1739 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.1740 +["<p>foo<br></p><p>[]bar</p>",
  1.1741 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.1742 +	"<p>foo{}bar</p>",
  1.1743 +	[true,true],
  1.1744 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.1745 +["<p>foo<br></p><p>[]bar</p>",
  1.1746 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.1747 +	"<p>foo{}bar</p>",
  1.1748 +	[true,true],
  1.1749 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.1750 +["<p>foo<br></p>[]bar",
  1.1751 +	[["delete",""]],
  1.1752 +	"<p>foo{}bar</p>",
  1.1753 +	[true],
  1.1754 +	{"delete":[false,false,"",false,false,""]}],
  1.1755 +["foo<br><p>[]bar</p>",
  1.1756 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.1757 +	"foo{}bar",
  1.1758 +	[true,true],
  1.1759 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.1760 +["foo<br><p>[]bar</p>",
  1.1761 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.1762 +	"foo{}bar",
  1.1763 +	[true,true],
  1.1764 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.1765 +["<p>foo<br><br></p><p>[]bar</p>",
  1.1766 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.1767 +	"<p>foo<br>{}bar</p>",
  1.1768 +	[true,true],
  1.1769 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.1770 +["<p>foo<br><br></p><p>[]bar</p>",
  1.1771 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.1772 +	"<p>foo<br>{}bar</p>",
  1.1773 +	[true,true],
  1.1774 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.1775 +["<p>foo<br><br></p>[]bar",
  1.1776 +	[["delete",""]],
  1.1777 +	"<p>foo<br>{}bar</p>",
  1.1778 +	[true],
  1.1779 +	{"delete":[false,false,"",false,false,""]}],
  1.1780 +["foo<br><br><p>[]bar</p>",
  1.1781 +	[["delete",""]],
  1.1782 +	"foo<br><p>{}bar</p>",
  1.1783 +	[true],
  1.1784 +	{"delete":[false,false,"",false,false,""]}],
  1.1785 +["<div><p>foo</p></div><p>[]bar</p>",
  1.1786 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.1787 +	"<div><p>foo{}bar</p></div>",
  1.1788 +	[true,true],
  1.1789 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.1790 +["<div><p>foo</p></div><p>[]bar</p>",
  1.1791 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.1792 +	"<div><p>foo{}bar</p></div>",
  1.1793 +	[true,true],
  1.1794 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.1795 +["<p>foo</p><div><p>[]bar</p></div>",
  1.1796 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.1797 +	"<p>foo{}bar</p>",
  1.1798 +	[true,true],
  1.1799 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.1800 +["<p>foo</p><div><p>[]bar</p></div>",
  1.1801 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.1802 +	"<p>foo{}bar</p>",
  1.1803 +	[true,true],
  1.1804 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.1805 +["<div><p>foo</p></div><div><p>[]bar</p></div>",
  1.1806 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.1807 +	"<div><p>foo{}bar</p></div>",
  1.1808 +	[true,true],
  1.1809 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.1810 +["<div><p>foo</p></div><div><p>[]bar</p></div>",
  1.1811 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.1812 +	"<div><p>foo{}bar</p></div>",
  1.1813 +	[true,true],
  1.1814 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.1815 +["<div><p>foo</p></div>[]bar",
  1.1816 +	[["delete",""]],
  1.1817 +	"<div><p>foo{}bar</p></div>",
  1.1818 +	[true],
  1.1819 +	{"delete":[false,false,"",false,false,""]}],
  1.1820 +["foo<div><p>[]bar</p></div>",
  1.1821 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.1822 +	"foo{}bar",
  1.1823 +	[true,true],
  1.1824 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.1825 +["foo<div><p>[]bar</p></div>",
  1.1826 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.1827 +	"foo{}bar",
  1.1828 +	[true,true],
  1.1829 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.1830 +["<div>foo</div><div>[]bar</div>",
  1.1831 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.1832 +	"<div>foo{}bar</div>",
  1.1833 +	[true,true],
  1.1834 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.1835 +["<div>foo</div><div>[]bar</div>",
  1.1836 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.1837 +	"<div>foo{}bar</div>",
  1.1838 +	[true,true],
  1.1839 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.1840 +["<pre>foo</pre>[]bar",
  1.1841 +	[["delete",""]],
  1.1842 +	"<pre>foo{}bar</pre>",
  1.1843 +	[true],
  1.1844 +	{"delete":[false,false,"",false,false,""]}],
  1.1845 +["foo<br>[]bar",
  1.1846 +	[["delete",""]],
  1.1847 +	"foo{}bar",
  1.1848 +	[true],
  1.1849 +	{"delete":[false,false,"",false,false,""]}],
  1.1850 +["foo<br><b>[]bar</b>",
  1.1851 +	[["delete",""]],
  1.1852 +	"foo{}<b>bar</b>",
  1.1853 +	[true],
  1.1854 +	{"delete":[false,false,"",false,false,""]}],
  1.1855 +["foo<hr>[]bar",
  1.1856 +	[["delete",""]],
  1.1857 +	"foo{}bar",
  1.1858 +	[true],
  1.1859 +	{"delete":[false,false,"",false,false,""]}],
  1.1860 +["<p>foo<hr><p>[]bar",
  1.1861 +	[["delete",""]],
  1.1862 +	"<p>foo</p><p>{}bar</p>",
  1.1863 +	[true],
  1.1864 +	{"delete":[false,false,"",false,false,""]}],
  1.1865 +["<p>foo</p><br><p>[]bar</p>",
  1.1866 +	[["delete",""]],
  1.1867 +	"<p>foo</p><p>{}bar</p>",
  1.1868 +	[true],
  1.1869 +	{"delete":[false,false,"",false,false,""]}],
  1.1870 +["<p>foo</p><br><br><p>[]bar</p>",
  1.1871 +	[["delete",""]],
  1.1872 +	"<p>foo</p><br><p>{}bar</p>",
  1.1873 +	[true],
  1.1874 +	{"delete":[false,false,"",false,false,""]}],
  1.1875 +["<p>foo</p><img src=/img/lion.svg><p>[]bar",
  1.1876 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.1877 +	"<p>foo</p><img src=\"/img/lion.svg\">{}bar",
  1.1878 +	[true,true],
  1.1879 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.1880 +["<p>foo</p><img src=/img/lion.svg><p>[]bar",
  1.1881 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.1882 +	"<p>foo</p><img src=\"/img/lion.svg\">{}bar",
  1.1883 +	[true,true],
  1.1884 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.1885 +["foo<img src=/img/lion.svg>[]bar",
  1.1886 +	[["delete",""]],
  1.1887 +	"foo{}bar",
  1.1888 +	[true],
  1.1889 +	{"delete":[false,false,"",false,false,""]}],
  1.1890 +["<a>foo</a>[]bar",
  1.1891 +	[["delete",""]],
  1.1892 +	"foo[]bar",
  1.1893 +	[true],
  1.1894 +	{"delete":[false,false,"",false,false,""]}],
  1.1895 +["<a href=/>foo</a>[]bar",
  1.1896 +	[["delete",""]],
  1.1897 +	"foo[]bar",
  1.1898 +	[true],
  1.1899 +	{"delete":[false,false,"",false,false,""]}],
  1.1900 +["<a name=abc>foo</a>[]bar",
  1.1901 +	[["delete",""]],
  1.1902 +	"foo[]bar",
  1.1903 +	[true],
  1.1904 +	{"delete":[false,false,"",false,false,""]}],
  1.1905 +["<a href=/ name=abc>foo</a>[]bar",
  1.1906 +	[["delete",""]],
  1.1907 +	"foo[]bar",
  1.1908 +	[true],
  1.1909 +	{"delete":[false,false,"",false,false,""]}],
  1.1910 +["<span><a>foo</a></span>[]bar",
  1.1911 +	[["delete",""]],
  1.1912 +	"<span>foo</span>[]bar",
  1.1913 +	[true],
  1.1914 +	{"delete":[false,false,"",false,false,""]}],
  1.1915 +["<span><a href=/>foo</a></span>[]bar",
  1.1916 +	[["delete",""]],
  1.1917 +	"<span>foo</span>[]bar",
  1.1918 +	[true],
  1.1919 +	{"delete":[false,false,"",false,false,""]}],
  1.1920 +["<span><a name=abc>foo</a></span>[]bar",
  1.1921 +	[["delete",""]],
  1.1922 +	"<span>foo</span>[]bar",
  1.1923 +	[true],
  1.1924 +	{"delete":[false,false,"",false,false,""]}],
  1.1925 +["<span><a href=/ name=abc>foo</a></span>[]bar",
  1.1926 +	[["delete",""]],
  1.1927 +	"<span>foo</span>[]bar",
  1.1928 +	[true],
  1.1929 +	{"delete":[false,false,"",false,false,""]}],
  1.1930 +["foo<a>[]bar</a>",
  1.1931 +	[["delete",""]],
  1.1932 +	"fo[]<a>bar</a>",
  1.1933 +	[true],
  1.1934 +	{"delete":[false,false,"",false,false,""]}],
  1.1935 +["foo<a href=/>[]bar</a>",
  1.1936 +	[["delete",""]],
  1.1937 +	"fo[]<a href=\"/\">bar</a>",
  1.1938 +	[true],
  1.1939 +	{"delete":[false,false,"",false,false,""]}],
  1.1940 +["foo<a name=abc>[]bar</a>",
  1.1941 +	[["delete",""]],
  1.1942 +	"fo[]<a name=\"abc\">bar</a>",
  1.1943 +	[true],
  1.1944 +	{"delete":[false,false,"",false,false,""]}],
  1.1945 +["foo<a href=/ name=abc>[]bar</a>",
  1.1946 +	[["delete",""]],
  1.1947 +	"fo[]<a href=\"/\" name=\"abc\">bar</a>",
  1.1948 +	[true],
  1.1949 +	{"delete":[false,false,"",false,false,""]}],
  1.1950 +["foo &nbsp;[]",
  1.1951 +	[["delete",""]],
  1.1952 +	"foo&nbsp;[]",
  1.1953 +	[true],
  1.1954 +	{"delete":[false,false,"",false,false,""]}],
  1.1955 +["&nbsp;[] foo",
  1.1956 +	[["delete",""]],
  1.1957 +	"{}&nbsp;foo",
  1.1958 +	[true],
  1.1959 +	{"delete":[false,false,"",false,false,""]}],
  1.1960 +["foo &nbsp;[]bar",
  1.1961 +	[["delete",""]],
  1.1962 +	"foo []bar",
  1.1963 +	[true],
  1.1964 +	{"delete":[false,false,"",false,false,""]}],
  1.1965 +["foo&nbsp; []bar",
  1.1966 +	[["delete",""]],
  1.1967 +	"foo []bar",
  1.1968 +	[true],
  1.1969 +	{"delete":[false,false,"",false,false,""]}],
  1.1970 +["foo&nbsp;&nbsp;[]bar",
  1.1971 +	[["delete",""]],
  1.1972 +	"foo []bar",
  1.1973 +	[true],
  1.1974 +	{"delete":[false,false,"",false,false,""]}],
  1.1975 +["foo  []bar",
  1.1976 +	[["delete",""]],
  1.1977 +	"foo[]bar",
  1.1978 +	[true],
  1.1979 +	{"delete":[false,false,"",false,false,""]}],
  1.1980 +["foo []&nbsp; bar",
  1.1981 +	[["delete",""]],
  1.1982 +	"foo[]&nbsp; bar",
  1.1983 +	[true],
  1.1984 +	{"delete":[false,false,"",false,false,""]}],
  1.1985 +["foo &nbsp;[] bar",
  1.1986 +	[["delete",""]],
  1.1987 +	"foo&nbsp;[] bar",
  1.1988 +	[true],
  1.1989 +	{"delete":[false,false,"",false,false,""]}],
  1.1990 +["foo &nbsp; []bar",
  1.1991 +	[["delete",""]],
  1.1992 +	"foo&nbsp; []bar",
  1.1993 +	[true],
  1.1994 +	{"delete":[false,false,"",false,false,""]}],
  1.1995 +["foo []<span>&nbsp;</span> bar",
  1.1996 +	[["delete",""]],
  1.1997 +	"foo[]<span>&nbsp;</span> bar",
  1.1998 +	[true],
  1.1999 +	{"delete":[false,false,"",false,false,""]}],
  1.2000 +["foo <span>&nbsp;</span>[] bar",
  1.2001 +	[["delete",""]],
  1.2002 +	"foo&nbsp;{} bar",
  1.2003 +	[true],
  1.2004 +	{"delete":[false,false,"",false,false,""]}],
  1.2005 +["foo <span>&nbsp;</span> []bar",
  1.2006 +	[["delete",""]],
  1.2007 +	"foo&nbsp;<span> </span>{}bar",
  1.2008 +	[true],
  1.2009 +	{"delete":[false,false,"",false,false,""]}],
  1.2010 +["<b>foo </b>&nbsp;[]bar",
  1.2011 +	[["delete",""]],
  1.2012 +	"<b>foo </b>{}bar",
  1.2013 +	[true],
  1.2014 +	{"delete":[false,false,"",false,false,""]}],
  1.2015 +["<b>foo&nbsp;</b> []bar",
  1.2016 +	[["delete",""]],
  1.2017 +	"<b>foo </b>{}bar",
  1.2018 +	[true],
  1.2019 +	{"delete":[false,false,"",false,false,""]}],
  1.2020 +["<b>foo&nbsp;</b>&nbsp;[]bar",
  1.2021 +	[["delete",""]],
  1.2022 +	"<b>foo </b>{}bar",
  1.2023 +	[true],
  1.2024 +	{"delete":[false,false,"",false,false,""]}],
  1.2025 +["<b>foo </b> []bar",
  1.2026 +	[["delete",""]],
  1.2027 +	"<b>foo[]</b>bar",
  1.2028 +	[true],
  1.2029 +	{"delete":[false,false,"",false,false,""]}],
  1.2030 +["<p>foo </p><p>[] bar</p>",
  1.2031 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2032 +	"<p>foo{}bar</p>",
  1.2033 +	[true,true],
  1.2034 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2035 +["<p>foo </p><p>[] bar</p>",
  1.2036 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2037 +	"<p>foo{}bar</p>",
  1.2038 +	[true,true],
  1.2039 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2040 +["<pre>foo &nbsp;[]</pre>",
  1.2041 +	[["delete",""]],
  1.2042 +	"<pre>foo []</pre>",
  1.2043 +	[true],
  1.2044 +	{"delete":[false,false,"",false,false,""]}],
  1.2045 +["<pre>&nbsp;[] foo</pre>",
  1.2046 +	[["delete",""]],
  1.2047 +	"<pre>{} foo</pre>",
  1.2048 +	[true],
  1.2049 +	{"delete":[false,false,"",false,false,""]}],
  1.2050 +["<pre>foo &nbsp;[]bar</pre>",
  1.2051 +	[["delete",""]],
  1.2052 +	"<pre>foo []bar</pre>",
  1.2053 +	[true],
  1.2054 +	{"delete":[false,false,"",false,false,""]}],
  1.2055 +["<pre>foo&nbsp; []bar</pre>",
  1.2056 +	[["delete",""]],
  1.2057 +	"<pre>foo&nbsp;[]bar</pre>",
  1.2058 +	[true],
  1.2059 +	{"delete":[false,false,"",false,false,""]}],
  1.2060 +["<pre>foo  []bar</pre>",
  1.2061 +	[["delete",""]],
  1.2062 +	"<pre>foo []bar</pre>",
  1.2063 +	[true],
  1.2064 +	{"delete":[false,false,"",false,false,""]}],
  1.2065 +["<div style=white-space:pre>foo &nbsp;[]</div>",
  1.2066 +	[["delete",""]],
  1.2067 +	"<div style=\"white-space:pre\">foo []</div>",
  1.2068 +	[true],
  1.2069 +	{"delete":[false,false,"",false,false,""]}],
  1.2070 +["<div style=white-space:pre>&nbsp;[] foo</div>",
  1.2071 +	[["delete",""]],
  1.2072 +	"<div style=\"white-space:pre\">{} foo</div>",
  1.2073 +	[true],
  1.2074 +	{"delete":[false,false,"",false,false,""]}],
  1.2075 +["<div style=white-space:pre>foo &nbsp;[]bar</div>",
  1.2076 +	[["delete",""]],
  1.2077 +	"<div style=\"white-space:pre\">foo []bar</div>",
  1.2078 +	[true],
  1.2079 +	{"delete":[false,false,"",false,false,""]}],
  1.2080 +["<div style=white-space:pre>foo&nbsp; []bar</div>",
  1.2081 +	[["delete",""]],
  1.2082 +	"<div style=\"white-space:pre\">foo&nbsp;[]bar</div>",
  1.2083 +	[true],
  1.2084 +	{"delete":[false,false,"",false,false,""]}],
  1.2085 +["<div style=white-space:pre>foo  []bar</div>",
  1.2086 +	[["delete",""]],
  1.2087 +	"<div style=\"white-space:pre\">foo []bar</div>",
  1.2088 +	[true],
  1.2089 +	{"delete":[false,false,"",false,false,""]}],
  1.2090 +["<div style=white-space:pre-wrap>foo &nbsp;[]</div>",
  1.2091 +	[["delete",""]],
  1.2092 +	"<div style=\"white-space:pre-wrap\">foo []</div>",
  1.2093 +	[true],
  1.2094 +	{"delete":[false,false,"",false,false,""]}],
  1.2095 +["<div style=white-space:pre-wrap>&nbsp;[] foo</div>",
  1.2096 +	[["delete",""]],
  1.2097 +	"<div style=\"white-space:pre-wrap\">{} foo</div>",
  1.2098 +	[true],
  1.2099 +	{"delete":[false,false,"",false,false,""]}],
  1.2100 +["<div style=white-space:pre-wrap>foo &nbsp;[]bar</div>",
  1.2101 +	[["delete",""]],
  1.2102 +	"<div style=\"white-space:pre-wrap\">foo []bar</div>",
  1.2103 +	[true],
  1.2104 +	{"delete":[false,false,"",false,false,""]}],
  1.2105 +["<div style=white-space:pre-wrap>foo&nbsp; []bar</div>",
  1.2106 +	[["delete",""]],
  1.2107 +	"<div style=\"white-space:pre-wrap\">foo&nbsp;[]bar</div>",
  1.2108 +	[true],
  1.2109 +	{"delete":[false,false,"",false,false,""]}],
  1.2110 +["<div style=white-space:pre-wrap>foo  []bar</div>",
  1.2111 +	[["delete",""]],
  1.2112 +	"<div style=\"white-space:pre-wrap\">foo []bar</div>",
  1.2113 +	[true],
  1.2114 +	{"delete":[false,false,"",false,false,""]}],
  1.2115 +["<div style=white-space:pre-line>foo &nbsp;[]</div>",
  1.2116 +	[["delete",""]],
  1.2117 +	"<div style=\"white-space:pre-line\">foo&nbsp;[]</div>",
  1.2118 +	[true],
  1.2119 +	{"delete":[false,false,"",false,false,""]}],
  1.2120 +["<div style=white-space:pre-line>&nbsp;[] foo</div>",
  1.2121 +	[["delete",""]],
  1.2122 +	"<div style=\"white-space:pre-line\">{}&nbsp;foo</div>",
  1.2123 +	[true],
  1.2124 +	{"delete":[false,false,"",false,false,""]}],
  1.2125 +["<div style=white-space:pre-line>foo &nbsp;[]bar</div>",
  1.2126 +	[["delete",""]],
  1.2127 +	"<div style=\"white-space:pre-line\">foo []bar</div>",
  1.2128 +	[true],
  1.2129 +	{"delete":[false,false,"",false,false,""]}],
  1.2130 +["<div style=white-space:pre-line>foo&nbsp; []bar</div>",
  1.2131 +	[["delete",""]],
  1.2132 +	"<div style=\"white-space:pre-line\">foo []bar</div>",
  1.2133 +	[true],
  1.2134 +	{"delete":[false,false,"",false,false,""]}],
  1.2135 +["<div style=white-space:pre-line>foo  []bar</div>",
  1.2136 +	[["delete",""]],
  1.2137 +	"<div style=\"white-space:pre-line\">foo[]bar</div>",
  1.2138 +	[true],
  1.2139 +	{"delete":[false,false,"",false,false,""]}],
  1.2140 +["<div style=white-space:nowrap>foo &nbsp;[]</div>",
  1.2141 +	[["delete",""]],
  1.2142 +	"<div style=\"white-space:nowrap\">foo&nbsp;[]</div>",
  1.2143 +	[true],
  1.2144 +	{"delete":[false,false,"",false,false,""]}],
  1.2145 +["<div style=white-space:nowrap>&nbsp;[] foo</div>",
  1.2146 +	[["delete",""]],
  1.2147 +	"<div style=\"white-space:nowrap\">{}&nbsp;foo</div>",
  1.2148 +	[true],
  1.2149 +	{"delete":[false,false,"",false,false,""]}],
  1.2150 +["<div style=white-space:nowrap>foo &nbsp;[]bar</div>",
  1.2151 +	[["delete",""]],
  1.2152 +	"<div style=\"white-space:nowrap\">foo []bar</div>",
  1.2153 +	[true],
  1.2154 +	{"delete":[false,false,"",false,false,""]}],
  1.2155 +["<div style=white-space:nowrap>foo&nbsp; []bar</div>",
  1.2156 +	[["delete",""]],
  1.2157 +	"<div style=\"white-space:nowrap\">foo []bar</div>",
  1.2158 +	[true],
  1.2159 +	{"delete":[false,false,"",false,false,""]}],
  1.2160 +["<div style=white-space:nowrap>foo  []bar</div>",
  1.2161 +	[["delete",""]],
  1.2162 +	"<div style=\"white-space:nowrap\">foo[]bar</div>",
  1.2163 +	[true],
  1.2164 +	{"delete":[false,false,"",false,false,""]}],
  1.2165 +["foo<table><tr><td>[]bar</table>baz",
  1.2166 +	[["delete",""]],
  1.2167 +	"foo<table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
  1.2168 +	[true],
  1.2169 +	{"delete":[false,false,"",false,false,""]}],
  1.2170 +["foo<table><tr><td>bar</table>[]baz",
  1.2171 +	[["delete",""]],
  1.2172 +	"foo{<table><tbody><tr><td>bar</td></tr></tbody></table>}baz",
  1.2173 +	[true],
  1.2174 +	{"delete":[false,false,"",false,false,""]}],
  1.2175 +["<p>foo<table><tr><td>[]bar</table><p>baz",
  1.2176 +	[["delete",""]],
  1.2177 +	"<p>foo</p><table><tbody><tr><td>[]bar</td></tr></tbody></table><p>baz</p>",
  1.2178 +	[true],
  1.2179 +	{"delete":[false,false,"",false,false,""]}],
  1.2180 +["<p>foo<table><tr><td>bar</table><p>[]baz",
  1.2181 +	[["delete",""]],
  1.2182 +	"<p>foo</p>{<table><tbody><tr><td>bar</td></tr></tbody></table>}<p>baz</p>",
  1.2183 +	[true],
  1.2184 +	{"delete":[false,false,"",false,false,""]}],
  1.2185 +["<table><tr><td>foo<td>[]bar</table>",
  1.2186 +	[["delete",""]],
  1.2187 +	"<table><tbody><tr><td>foo</td><td>{}bar</td></tr></tbody></table>",
  1.2188 +	[true],
  1.2189 +	{"delete":[false,false,"",false,false,""]}],
  1.2190 +["<table><tr><td>foo<tr><td>[]bar</table>",
  1.2191 +	[["delete",""]],
  1.2192 +	"<table><tbody><tr><td>foo</td></tr><tr><td>{}bar</td></tr></tbody></table>",
  1.2193 +	[true],
  1.2194 +	{"delete":[false,false,"",false,false,""]}],
  1.2195 +["foo<br><table><tr><td>[]bar</table>baz",
  1.2196 +	[["delete",""]],
  1.2197 +	"foo<table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
  1.2198 +	[true],
  1.2199 +	{"delete":[false,false,"",false,false,""]}],
  1.2200 +["foo<table><tr><td>bar<br></table>[]baz",
  1.2201 +	[["delete",""]],
  1.2202 +	"foo{<table><tbody><tr><td>bar<br></td></tr></tbody></table>}baz",
  1.2203 +	[true],
  1.2204 +	{"delete":[false,false,"",false,false,""]}],
  1.2205 +["<p>foo<br><table><tr><td>[]bar</table><p>baz",
  1.2206 +	[["delete",""]],
  1.2207 +	"<p>foo<br></p><table><tbody><tr><td>[]bar</td></tr></tbody></table><p>baz</p>",
  1.2208 +	[true],
  1.2209 +	{"delete":[false,false,"",false,false,""]}],
  1.2210 +["<p>foo<table><tr><td>bar<br></table><p>[]baz",
  1.2211 +	[["delete",""]],
  1.2212 +	"<p>foo</p>{<table><tbody><tr><td>bar<br></td></tr></tbody></table>}<p>baz</p>",
  1.2213 +	[true],
  1.2214 +	{"delete":[false,false,"",false,false,""]}],
  1.2215 +["<table><tr><td>foo<br><td>[]bar</table>",
  1.2216 +	[["delete",""]],
  1.2217 +	"<table><tbody><tr><td>foo</td><td>{}bar</td></tr></tbody></table>",
  1.2218 +	[true],
  1.2219 +	{"delete":[false,false,"",false,false,""]}],
  1.2220 +["<table><tr><td>foo<br><tr><td>[]bar</table>",
  1.2221 +	[["delete",""]],
  1.2222 +	"<table><tbody><tr><td>foo</td></tr><tr><td>{}bar</td></tr></tbody></table>",
  1.2223 +	[true],
  1.2224 +	{"delete":[false,false,"",false,false,""]}],
  1.2225 +["foo<br><br><table><tr><td>[]bar</table>baz",
  1.2226 +	[["delete",""]],
  1.2227 +	"foo<br><br><table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
  1.2228 +	[true],
  1.2229 +	{"delete":[false,false,"",false,false,""]}],
  1.2230 +["foo<table><tr><td>bar<br><br></table>[]baz",
  1.2231 +	[["delete",""]],
  1.2232 +	"foo{<table><tbody><tr><td>bar<br><br></td></tr></tbody></table>}baz",
  1.2233 +	[true],
  1.2234 +	{"delete":[false,false,"",false,false,""]}],
  1.2235 +["<p>foo<br><br><table><tr><td>[]bar</table><p>baz",
  1.2236 +	[["delete",""]],
  1.2237 +	"<p>foo<br><br></p><table><tbody><tr><td>[]bar</td></tr></tbody></table><p>baz</p>",
  1.2238 +	[true],
  1.2239 +	{"delete":[false,false,"",false,false,""]}],
  1.2240 +["<p>foo<table><tr><td>bar<br><br></table><p>[]baz",
  1.2241 +	[["delete",""]],
  1.2242 +	"<p>foo</p>{<table><tbody><tr><td>bar<br><br></td></tr></tbody></table>}<p>baz</p>",
  1.2243 +	[true],
  1.2244 +	{"delete":[false,false,"",false,false,""]}],
  1.2245 +["<table><tr><td>foo<br><br><td>[]bar</table>",
  1.2246 +	[["delete",""]],
  1.2247 +	"<table><tbody><tr><td>foo<br><br></td><td>{}bar</td></tr></tbody></table>",
  1.2248 +	[true],
  1.2249 +	{"delete":[false,false,"",false,false,""]}],
  1.2250 +["<table><tr><td>foo<br><br><tr><td>[]bar</table>",
  1.2251 +	[["delete",""]],
  1.2252 +	"<table><tbody><tr><td>foo<br><br></td></tr><tr><td>{}bar</td></tr></tbody></table>",
  1.2253 +	[true],
  1.2254 +	{"delete":[false,false,"",false,false,""]}],
  1.2255 +["foo<hr><table><tr><td>[]bar</table>baz",
  1.2256 +	[["delete",""]],
  1.2257 +	"foo<hr><table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
  1.2258 +	[true],
  1.2259 +	{"delete":[false,false,"",false,false,""]}],
  1.2260 +["foo<table><tr><td>bar<hr></table>[]baz",
  1.2261 +	[["delete",""]],
  1.2262 +	"foo{<table><tbody><tr><td>bar<hr></td></tr></tbody></table>}baz",
  1.2263 +	[true],
  1.2264 +	{"delete":[false,false,"",false,false,""]}],
  1.2265 +["<table><tr><td>foo<hr><td>[]bar</table>",
  1.2266 +	[["delete",""]],
  1.2267 +	"<table><tbody><tr><td>foo<hr></td><td>{}bar</td></tr></tbody></table>",
  1.2268 +	[true],
  1.2269 +	{"delete":[false,false,"",false,false,""]}],
  1.2270 +["<table><tr><td>foo<hr><tr><td>[]bar</table>",
  1.2271 +	[["delete",""]],
  1.2272 +	"<table><tbody><tr><td>foo<hr></td></tr><tr><td>{}bar</td></tr></tbody></table>",
  1.2273 +	[true],
  1.2274 +	{"delete":[false,false,"",false,false,""]}],
  1.2275 +["foo<ol><li>[]bar<li>baz</ol>",
  1.2276 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2277 +	"foo<div>[]bar</div><ol><li>baz</li></ol>",
  1.2278 +	[true,true],
  1.2279 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2280 +["foo<ol><li>[]bar<li>baz</ol>",
  1.2281 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2282 +	"foo<p>[]bar</p><ol><li>baz</li></ol>",
  1.2283 +	[true,true],
  1.2284 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2285 +["foo<br><ol><li>[]bar<li>baz</ol>",
  1.2286 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2287 +	"foo<div>[]bar</div><ol><li>baz</li></ol>",
  1.2288 +	[true,true],
  1.2289 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2290 +["foo<br><ol><li>[]bar<li>baz</ol>",
  1.2291 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2292 +	"foo<p>[]bar</p><ol><li>baz</li></ol>",
  1.2293 +	[true,true],
  1.2294 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2295 +["foo<br><br><ol><li>[]bar<li>baz</ol>",
  1.2296 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2297 +	"foo<br><br><div>[]bar</div><ol><li>baz</li></ol>",
  1.2298 +	[true,true],
  1.2299 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2300 +["foo<br><br><ol><li>[]bar<li>baz</ol>",
  1.2301 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2302 +	"foo<br><br><p>[]bar</p><ol><li>baz</li></ol>",
  1.2303 +	[true,true],
  1.2304 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2305 +["<ol><li>foo<li>[]bar</ol>",
  1.2306 +	[["delete",""]],
  1.2307 +	"<ol><li>foo<br>[]bar</li></ol>",
  1.2308 +	[true],
  1.2309 +	{"delete":[false,false,"",false,false,""]}],
  1.2310 +["<ol><li>foo<br><li>[]bar</ol>",
  1.2311 +	[["delete",""]],
  1.2312 +	"<ol><li>foo<br>[]bar</li></ol>",
  1.2313 +	[true],
  1.2314 +	{"delete":[false,false,"",false,false,""]}],
  1.2315 +["<ol><li>foo<br><br><li>[]bar</ol>",
  1.2316 +	[["delete",""]],
  1.2317 +	"<ol><li>foo<br><br>[]bar</li></ol>",
  1.2318 +	[true],
  1.2319 +	{"delete":[false,false,"",false,false,""]}],
  1.2320 +["<ol><li>foo<li>[]bar<br>baz</ol>",
  1.2321 +	[["delete",""]],
  1.2322 +	"<ol><li>foo<br>[]bar<br>baz</li></ol>",
  1.2323 +	[true],
  1.2324 +	{"delete":[false,false,"",false,false,""]}],
  1.2325 +["<ol><li>foo<br>bar<li>[]baz</ol>",
  1.2326 +	[["delete",""]],
  1.2327 +	"<ol><li>foo<br>bar<br>[]baz</li></ol>",
  1.2328 +	[true],
  1.2329 +	{"delete":[false,false,"",false,false,""]}],
  1.2330 +["<ol><li><p>foo</p>{}bar</ol>",
  1.2331 +	[["delete",""]],
  1.2332 +	"<ol><li><p>foo{}bar</p></li></ol>",
  1.2333 +	[true],
  1.2334 +	{"delete":[false,false,"",false,false,""]}],
  1.2335 +["<ol><li><p>foo<li>[]bar</ol>",
  1.2336 +	[["delete",""]],
  1.2337 +	"<ol><li><p>foo</p>[]bar</li></ol>",
  1.2338 +	[true],
  1.2339 +	{"delete":[false,false,"",false,false,""]}],
  1.2340 +["<ol><li>foo<li><p>[]bar</ol>",
  1.2341 +	[["delete",""]],
  1.2342 +	"<ol><li>foo<p>[]bar</p></li></ol>",
  1.2343 +	[true],
  1.2344 +	{"delete":[false,false,"",false,false,""]}],
  1.2345 +["<ol><li><p>foo<li><p>[]bar</ol>",
  1.2346 +	[["delete",""]],
  1.2347 +	"<ol><li><p>foo</p><p>[]bar</p></li></ol>",
  1.2348 +	[true],
  1.2349 +	{"delete":[false,false,"",false,false,""]}],
  1.2350 +["<ol><li>foo<ul><li>[]bar</ul></ol>",
  1.2351 +	[["delete",""]],
  1.2352 +	"<ol><li>foo</li><li>[]bar</li></ol>",
  1.2353 +	[true],
  1.2354 +	{"delete":[false,false,"",false,false,""]}],
  1.2355 +["foo<ol><ol><li>[]bar</ol></ol>",
  1.2356 +	[["delete",""]],
  1.2357 +	"foo<ol><li>[]bar</li></ol>",
  1.2358 +	[true],
  1.2359 +	{"delete":[false,false,"",false,false,""]}],
  1.2360 +["foo<div><ol><li>[]bar</ol></div>",
  1.2361 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2362 +	"foo<div><div>[]bar</div></div>",
  1.2363 +	[true,true],
  1.2364 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2365 +["foo<div><ol><li>[]bar</ol></div>",
  1.2366 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2367 +	"foo<div><p>[]bar</p></div>",
  1.2368 +	[true,true],
  1.2369 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2370 +["foo<dl><dt>[]bar<dd>baz</dl>",
  1.2371 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2372 +	"foo<div>[]bar</div><dl><dd>baz</dd></dl>",
  1.2373 +	[true,true],
  1.2374 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2375 +["foo<dl><dt>[]bar<dd>baz</dl>",
  1.2376 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2377 +	"foo<p>[]bar</p><dl><dd>baz</dd></dl>",
  1.2378 +	[true,true],
  1.2379 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2380 +["foo<dl><dd>[]bar</dl>",
  1.2381 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2382 +	"foo<div>[]bar</div>",
  1.2383 +	[true,true],
  1.2384 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2385 +["foo<dl><dd>[]bar</dl>",
  1.2386 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2387 +	"foo<p>[]bar</p>",
  1.2388 +	[true,true],
  1.2389 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2390 +["<dl><dt>foo<dd>[]bar</dl>",
  1.2391 +	[["delete",""]],
  1.2392 +	"<dl><dt>foo<br>[]bar</dt></dl>",
  1.2393 +	[true],
  1.2394 +	{"delete":[false,false,"",false,false,""]}],
  1.2395 +["<dl><dt>foo<dt>[]bar<dd>baz</dl>",
  1.2396 +	[["delete",""]],
  1.2397 +	"<dl><dt>foo<br>[]bar</dt><dd>baz</dd></dl>",
  1.2398 +	[true],
  1.2399 +	{"delete":[false,false,"",false,false,""]}],
  1.2400 +["<dl><dt>foo<dd>bar<dd>[]baz</dl>",
  1.2401 +	[["delete",""]],
  1.2402 +	"<dl><dt>foo</dt><dd>bar<br>[]baz</dd></dl>",
  1.2403 +	[true],
  1.2404 +	{"delete":[false,false,"",false,false,""]}],
  1.2405 +["<ol><li>foo</ol>[]bar",
  1.2406 +	[["delete",""]],
  1.2407 +	"<ol><li>foo{}bar</li></ol>",
  1.2408 +	[true],
  1.2409 +	{"delete":[false,false,"",false,false,""]}],
  1.2410 +["<ol><li>foo<br></ol>[]bar",
  1.2411 +	[["delete",""]],
  1.2412 +	"<ol><li>foo{}bar</li></ol>",
  1.2413 +	[true],
  1.2414 +	{"delete":[false,false,"",false,false,""]}],
  1.2415 +["<ol><li>foo<br><br></ol>[]bar",
  1.2416 +	[["delete",""]],
  1.2417 +	"<ol><li>foo<br>{}bar</li></ol>",
  1.2418 +	[true],
  1.2419 +	{"delete":[false,false,"",false,false,""]}],
  1.2420 +["<ol><li><br></ol>[]bar",
  1.2421 +	[["delete",""]],
  1.2422 +	"<ol><li>{}bar</li></ol>",
  1.2423 +	[true],
  1.2424 +	{"delete":[false,false,"",false,false,""]}],
  1.2425 +["<ol><li>foo<li><br></ol>[]bar",
  1.2426 +	[["delete",""]],
  1.2427 +	"<ol><li>foo</li><li>{}bar</li></ol>",
  1.2428 +	[true],
  1.2429 +	{"delete":[false,false,"",false,false,""]}],
  1.2430 +["<ol><li>foo</ol><p>[]bar",
  1.2431 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2432 +	"<ol><li>foo{}bar</li></ol>",
  1.2433 +	[true,true],
  1.2434 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2435 +["<ol><li>foo</ol><p>[]bar",
  1.2436 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2437 +	"<ol><li>foo{}bar</li></ol>",
  1.2438 +	[true,true],
  1.2439 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2440 +["<ol><li>foo<br></ol><p>[]bar",
  1.2441 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2442 +	"<ol><li>foo{}bar</li></ol>",
  1.2443 +	[true,true],
  1.2444 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2445 +["<ol><li>foo<br></ol><p>[]bar",
  1.2446 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2447 +	"<ol><li>foo{}bar</li></ol>",
  1.2448 +	[true,true],
  1.2449 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2450 +["<ol><li>foo<br><br></ol><p>[]bar",
  1.2451 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2452 +	"<ol><li>foo<br>{}bar</li></ol>",
  1.2453 +	[true,true],
  1.2454 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2455 +["<ol><li>foo<br><br></ol><p>[]bar",
  1.2456 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2457 +	"<ol><li>foo<br>{}bar</li></ol>",
  1.2458 +	[true,true],
  1.2459 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2460 +["<ol><li><br></ol><p>[]bar",
  1.2461 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2462 +	"<ol><li>{}bar</li></ol>",
  1.2463 +	[true,true],
  1.2464 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2465 +["<ol><li><br></ol><p>[]bar",
  1.2466 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2467 +	"<ol><li>{}bar</li></ol>",
  1.2468 +	[true,true],
  1.2469 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2470 +["<ol><li>foo<li><br></ol><p>[]bar",
  1.2471 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2472 +	"<ol><li>foo</li><li>{}bar</li></ol>",
  1.2473 +	[true,true],
  1.2474 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2475 +["<ol><li>foo<li><br></ol><p>[]bar",
  1.2476 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2477 +	"<ol><li>foo</li><li>{}bar</li></ol>",
  1.2478 +	[true,true],
  1.2479 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2480 +["<ol><li>foo</ol>{}<br>",
  1.2481 +	[["delete",""]],
  1.2482 +	"<ol><li>foo{}</li></ol>",
  1.2483 +	[true],
  1.2484 +	{"delete":[false,false,"",false,false,""]}],
  1.2485 +["<ol><li>foo<br></ol>{}<br>",
  1.2486 +	[["delete",""]],
  1.2487 +	"<ol><li>foo{}</li></ol>",
  1.2488 +	[true],
  1.2489 +	{"delete":[false,false,"",false,false,""]}],
  1.2490 +["<ol><li>foo<br><br></ol>{}<br>",
  1.2491 +	[["delete",""]],
  1.2492 +	"<ol><li>foo<br>{}<br></li></ol>",
  1.2493 +	[true],
  1.2494 +	{"delete":[false,false,"",false,false,""]}],
  1.2495 +["<ol><li><br></ol>{}<br>",
  1.2496 +	[["delete",""]],
  1.2497 +	"<ol><li>{}<br></li></ol>",
  1.2498 +	[true],
  1.2499 +	{"delete":[false,false,"",false,false,""]}],
  1.2500 +["<ol><li>foo<li><br></ol>{}<br>",
  1.2501 +	[["delete",""]],
  1.2502 +	"<ol><li>foo</li><li>{}<br></li></ol>",
  1.2503 +	[true],
  1.2504 +	{"delete":[false,false,"",false,false,""]}],
  1.2505 +["<ol><li>foo</ol><p>{}<br>",
  1.2506 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2507 +	"<ol><li>foo{}</li></ol>",
  1.2508 +	[true,true],
  1.2509 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2510 +["<ol><li>foo</ol><p>{}<br>",
  1.2511 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2512 +	"<ol><li>foo{}</li></ol>",
  1.2513 +	[true,true],
  1.2514 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2515 +["<ol><li>foo<br></ol><p>{}<br>",
  1.2516 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2517 +	"<ol><li>foo{}</li></ol>",
  1.2518 +	[true,true],
  1.2519 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2520 +["<ol><li>foo<br></ol><p>{}<br>",
  1.2521 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2522 +	"<ol><li>foo{}</li></ol>",
  1.2523 +	[true,true],
  1.2524 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2525 +["<ol><li>foo<br><br></ol><p>{}<br>",
  1.2526 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2527 +	"<ol><li>foo<br>{}<br></li></ol>",
  1.2528 +	[true,true],
  1.2529 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2530 +["<ol><li>foo<br><br></ol><p>{}<br>",
  1.2531 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2532 +	"<ol><li>foo<br>{}<br></li></ol>",
  1.2533 +	[true,true],
  1.2534 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2535 +["<ol><li><br></ol><p>{}<br>",
  1.2536 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2537 +	"<ol><li>{}<br></li></ol>",
  1.2538 +	[true,true],
  1.2539 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2540 +["<ol><li><br></ol><p>{}<br>",
  1.2541 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2542 +	"<ol><li>{}<br></li></ol>",
  1.2543 +	[true,true],
  1.2544 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2545 +["<ol><li>foo<li><br></ol><p>{}<br>",
  1.2546 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2547 +	"<ol><li>foo</li><li>{}<br></li></ol>",
  1.2548 +	[true,true],
  1.2549 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2550 +["<ol><li>foo<li><br></ol><p>{}<br>",
  1.2551 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2552 +	"<ol><li>foo</li><li>{}<br></li></ol>",
  1.2553 +	[true,true],
  1.2554 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2555 +["foo<blockquote>[]bar</blockquote>",
  1.2556 +	[["delete",""]],
  1.2557 +	"foo<br>[]bar",
  1.2558 +	[true],
  1.2559 +	{"delete":[false,false,"",false,false,""]}],
  1.2560 +["foo<blockquote><blockquote>[]bar</blockquote></blockquote>",
  1.2561 +	[["delete",""]],
  1.2562 +	"foo<blockquote>[]bar</blockquote>",
  1.2563 +	[true],
  1.2564 +	{"delete":[false,false,"",false,false,""]}],
  1.2565 +["foo<blockquote><div>[]bar</div></blockquote>",
  1.2566 +	[["delete",""]],
  1.2567 +	"foo<div>[]bar</div>",
  1.2568 +	[true],
  1.2569 +	{"delete":[false,false,"",false,false,""]}],
  1.2570 +["foo<blockquote style=\"color: blue\">[]bar</blockquote>",
  1.2571 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2572 +	"foo<div style=\"color:rgb(0, 0, 255)\">[]bar</div>",
  1.2573 +	[true,true],
  1.2574 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2575 +["foo<blockquote style=\"color: blue\">[]bar</blockquote>",
  1.2576 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2577 +	"foo<div style=\"color:rgb(0, 0, 255)\">[]bar</div>",
  1.2578 +	[true,true],
  1.2579 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2580 +["foo<blockquote><blockquote><p>[]bar<p>baz</blockquote></blockquote>",
  1.2581 +	[["delete",""]],
  1.2582 +	"foo<blockquote><p>[]bar</p><blockquote><p>baz</p></blockquote></blockquote>",
  1.2583 +	[true],
  1.2584 +	{"delete":[false,false,"",false,false,""]}],
  1.2585 +["foo<blockquote><div><p>[]bar<p>baz</div></blockquote>",
  1.2586 +	[["delete",""]],
  1.2587 +	"foo<div><p>[]bar</p><blockquote><p>baz</p></blockquote></div>",
  1.2588 +	[true],
  1.2589 +	{"delete":[false,false,"",false,false,""]}],
  1.2590 +["foo<blockquote style=\"color: blue\"><p>[]bar<p>baz</blockquote>",
  1.2591 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2592 +	"foo<div style=\"color:rgb(0, 0, 255)\"><p>[]bar</p><blockquote><p>baz</p></blockquote></div>",
  1.2593 +	[true,true],
  1.2594 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2595 +["foo<blockquote style=\"color: blue\"><p>[]bar<p>baz</blockquote>",
  1.2596 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2597 +	"foo<div style=\"color:rgb(0, 0, 255)\"><p>[]bar</p><blockquote><p>baz</p></blockquote></div>",
  1.2598 +	[true,true],
  1.2599 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2600 +["foo<blockquote><p><b>[]bar</b><p>baz</blockquote>",
  1.2601 +	[["delete",""]],
  1.2602 +	"foo<p><b>[]bar</b></p><blockquote><p>baz</p></blockquote>",
  1.2603 +	[true],
  1.2604 +	{"delete":[false,false,"",false,false,""]}],
  1.2605 +["foo<blockquote><p><strong>[]bar</strong><p>baz</blockquote>",
  1.2606 +	[["delete",""]],
  1.2607 +	"foo<p><strong>[]bar</strong></p><blockquote><p>baz</p></blockquote>",
  1.2608 +	[true],
  1.2609 +	{"delete":[false,false,"",false,false,""]}],
  1.2610 +["foo<blockquote><p><span>[]bar</span><p>baz</blockquote>",
  1.2611 +	[["delete",""]],
  1.2612 +	"foo<p><span>[]bar</span></p><blockquote><p>baz</p></blockquote>",
  1.2613 +	[true],
  1.2614 +	{"delete":[false,false,"",false,false,""]}],
  1.2615 +["foo<blockquote><ol><li>[]bar</ol></blockquote><p>extra",
  1.2616 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2617 +	"foo<blockquote><div>[]bar</div></blockquote><p>extra</p>",
  1.2618 +	[true,true],
  1.2619 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2620 +["foo<blockquote><ol><li>[]bar</ol></blockquote><p>extra",
  1.2621 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2622 +	"foo<blockquote><p>[]bar</p></blockquote><p>extra</p>",
  1.2623 +	[true,true],
  1.2624 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2625 +["foo<blockquote>bar<ol><li>[]baz</ol>quz</blockquote><p>extra",
  1.2626 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2627 +	"foo<blockquote>bar<div>[]baz</div>quz</blockquote><p>extra</p>",
  1.2628 +	[true,true],
  1.2629 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2630 +["foo<blockquote>bar<ol><li>[]baz</ol>quz</blockquote><p>extra",
  1.2631 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2632 +	"foo<blockquote>bar<p>[]baz</p>quz</blockquote><p>extra</p>",
  1.2633 +	[true,true],
  1.2634 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2635 +["foo<blockquote><ol><li>bar</li><ol><li>[]baz</ol><li>quz</ol></blockquote><p>extra",
  1.2636 +	[["delete",""]],
  1.2637 +	"foo<blockquote><ol><li>bar</li><li>[]baz</li><li>quz</li></ol></blockquote><p>extra</p>",
  1.2638 +	[true],
  1.2639 +	{"delete":[false,false,"",false,false,""]}],
  1.2640 +["foo<span></span>[]bar",
  1.2641 +	[["delete",""]],
  1.2642 +	"fo[]bar",
  1.2643 +	[true],
  1.2644 +	{"delete":[false,false,"",false,false,""]}],
  1.2645 +["foo<span><span></span></span>[]bar",
  1.2646 +	[["delete",""]],
  1.2647 +	"fo[]bar",
  1.2648 +	[true],
  1.2649 +	{"delete":[false,false,"",false,false,""]}],
  1.2650 +["foo<quasit></quasit>[]bar",
  1.2651 +	[["delete",""]],
  1.2652 +	"fo[]bar",
  1.2653 +	[true],
  1.2654 +	{"delete":[false,false,"",false,false,""]}],
  1.2655 +["foo<br><span></span>[]bar",
  1.2656 +	[["delete",""]],
  1.2657 +	"foo{}bar",
  1.2658 +	[true],
  1.2659 +	{"delete":[false,false,"",false,false,""]}],
  1.2660 +["<span>foo<span></span></span>[]bar",
  1.2661 +	[["delete",""]],
  1.2662 +	"<span>fo[]</span>bar",
  1.2663 +	[true],
  1.2664 +	{"delete":[false,false,"",false,false,""]}],
  1.2665 +["foo<span></span><span>[]bar</span>",
  1.2666 +	[["delete",""]],
  1.2667 +	"fo[]<span>bar</span>",
  1.2668 +	[true],
  1.2669 +	{"delete":[false,false,"",false,false,""]}],
  1.2670 +["foo<div><div><p>[]bar</div></div>",
  1.2671 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2672 +	"foo{}bar",
  1.2673 +	[true,true],
  1.2674 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2675 +["foo<div><div><p>[]bar</div></div>",
  1.2676 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2677 +	"foo{}bar",
  1.2678 +	[true,true],
  1.2679 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2680 +["foo<div><div><p><!--abc-->[]bar</div></div>",
  1.2681 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2682 +	"foo{}bar",
  1.2683 +	[true,true],
  1.2684 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2685 +["foo<div><div><p><!--abc-->[]bar</div></div>",
  1.2686 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2687 +	"foo{}bar",
  1.2688 +	[true,true],
  1.2689 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2690 +["foo<div><div><!--abc--><p>[]bar</div></div>",
  1.2691 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2692 +	"foo{}bar",
  1.2693 +	[true,true],
  1.2694 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2695 +["foo<div><div><!--abc--><p>[]bar</div></div>",
  1.2696 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2697 +	"foo{}bar",
  1.2698 +	[true,true],
  1.2699 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2700 +["foo<div><!--abc--><div><p>[]bar</div></div>",
  1.2701 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2702 +	"foo{}bar",
  1.2703 +	[true,true],
  1.2704 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2705 +["foo<div><!--abc--><div><p>[]bar</div></div>",
  1.2706 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2707 +	"foo{}bar",
  1.2708 +	[true,true],
  1.2709 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2710 +["foo<!--abc--><div><div><p>[]bar</div></div>",
  1.2711 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2712 +	"foo{}bar",
  1.2713 +	[true,true],
  1.2714 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2715 +["foo<!--abc--><div><div><p>[]bar</div></div>",
  1.2716 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2717 +	"foo{}bar",
  1.2718 +	[true,true],
  1.2719 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2720 +["<div><div><p>foo</div></div>[]bar",
  1.2721 +	[["delete",""]],
  1.2722 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2723 +	[true],
  1.2724 +	{"delete":[false,false,"",false,false,""]}],
  1.2725 +["<div><div><p>foo</div></div><!--abc-->[]bar",
  1.2726 +	[["delete",""]],
  1.2727 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2728 +	[true],
  1.2729 +	{"delete":[false,false,"",false,false,""]}],
  1.2730 +["<div><div><p>foo</div><!--abc--></div>[]bar",
  1.2731 +	[["delete",""]],
  1.2732 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2733 +	[true],
  1.2734 +	{"delete":[false,false,"",false,false,""]}],
  1.2735 +["<div><div><p>foo</p><!--abc--></div></div>[]bar",
  1.2736 +	[["delete",""]],
  1.2737 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2738 +	[true],
  1.2739 +	{"delete":[false,false,"",false,false,""]}],
  1.2740 +["<div><div><p>foo<!--abc--></div></div>[]bar",
  1.2741 +	[["delete",""]],
  1.2742 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2743 +	[true],
  1.2744 +	{"delete":[false,false,"",false,false,""]}],
  1.2745 +["<div><div><p>foo</p></div></div><div><div><div>[]bar</div></div></div>",
  1.2746 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2747 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2748 +	[true,true],
  1.2749 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2750 +["<div><div><p>foo</p></div></div><div><div><div>[]bar</div></div></div>",
  1.2751 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2752 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2753 +	[true,true],
  1.2754 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2755 +["<div><div><p>foo<!--abc--></p></div></div><div><div><div>[]bar</div></div></div>",
  1.2756 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2757 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2758 +	[true,true],
  1.2759 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2760 +["<div><div><p>foo<!--abc--></p></div></div><div><div><div>[]bar</div></div></div>",
  1.2761 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2762 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2763 +	[true,true],
  1.2764 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2765 +["<div><div><p>foo</p><!--abc--></div></div><div><div><div>[]bar</div></div></div>",
  1.2766 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2767 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2768 +	[true,true],
  1.2769 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2770 +["<div><div><p>foo</p><!--abc--></div></div><div><div><div>[]bar</div></div></div>",
  1.2771 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2772 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2773 +	[true,true],
  1.2774 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2775 +["<div><div><p>foo</p></div><!--abc--></div><div><div><div>[]bar</div></div></div>",
  1.2776 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2777 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2778 +	[true,true],
  1.2779 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2780 +["<div><div><p>foo</p></div><!--abc--></div><div><div><div>[]bar</div></div></div>",
  1.2781 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2782 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2783 +	[true,true],
  1.2784 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2785 +["<div><div><p>foo</p></div></div><!--abc--><div><div><div>[]bar</div></div></div>",
  1.2786 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2787 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2788 +	[true,true],
  1.2789 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2790 +["<div><div><p>foo</p></div></div><!--abc--><div><div><div>[]bar</div></div></div>",
  1.2791 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2792 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2793 +	[true,true],
  1.2794 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2795 +["<div><div><p>foo</p></div></div><div><!--abc--><div><div>[]bar</div></div></div>",
  1.2796 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2797 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2798 +	[true,true],
  1.2799 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2800 +["<div><div><p>foo</p></div></div><div><!--abc--><div><div>[]bar</div></div></div>",
  1.2801 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2802 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2803 +	[true,true],
  1.2804 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2805 +["<div><div><p>foo</p></div></div><div><div><!--abc--><div>[]bar</div></div></div>",
  1.2806 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2807 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2808 +	[true,true],
  1.2809 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2810 +["<div><div><p>foo</p></div></div><div><div><!--abc--><div>[]bar</div></div></div>",
  1.2811 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2812 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2813 +	[true,true],
  1.2814 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2815 +["<div><div><p>foo</p></div></div><div><div><div><!--abc-->[]bar</div></div></div>",
  1.2816 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2817 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2818 +	[true,true],
  1.2819 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2820 +["<div><div><p>foo</p></div></div><div><div><div><!--abc-->[]bar</div></div></div>",
  1.2821 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2822 +	"<div><div><p>foo{}bar</p></div></div>",
  1.2823 +	[true,true],
  1.2824 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2825 +["<p style=color:blue>foo<p>[]bar",
  1.2826 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  1.2827 +	"<p><span style=\"color:rgb(0, 0, 255)\">foo{}</span>bar</p>",
  1.2828 +	[true,true,true],
  1.2829 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2830 +["<p style=color:blue>foo<p>[]bar",
  1.2831 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  1.2832 +	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
  1.2833 +	[true,true,true],
  1.2834 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2835 +["<p style=color:blue>foo<p>[]bar",
  1.2836 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  1.2837 +	"<p><span style=\"color:rgb(0, 0, 255)\">foo{}</span>bar</p>",
  1.2838 +	[true,true,true],
  1.2839 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2840 +["<p style=color:blue>foo<p>[]bar",
  1.2841 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  1.2842 +	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
  1.2843 +	[true,true,true],
  1.2844 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2845 +["<p style=color:blue>foo<p style=color:brown>[]bar",
  1.2846 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  1.2847 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  1.2848 +	[true,true,true],
  1.2849 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2850 +["<p style=color:blue>foo<p style=color:brown>[]bar",
  1.2851 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  1.2852 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#a52a2a\">bar</font></p>",
  1.2853 +	[true,true,true],
  1.2854 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2855 +["<p style=color:blue>foo<p style=color:brown>[]bar",
  1.2856 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  1.2857 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  1.2858 +	[true,true,true],
  1.2859 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2860 +["<p style=color:blue>foo<p style=color:brown>[]bar",
  1.2861 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  1.2862 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#a52a2a\">bar</font></p>",
  1.2863 +	[true,true,true],
  1.2864 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2865 +["<p style=color:blue>foo<p style=color:rgba(0,0,255,1)>[]bar",
  1.2866 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  1.2867 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}bar</p>",
  1.2868 +	[true,true,true],
  1.2869 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2870 +["<p style=color:blue>foo<p style=color:rgba(0,0,255,1)>[]bar",
  1.2871 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  1.2872 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}bar</p>",
  1.2873 +	[true,true,true],
  1.2874 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2875 +["<p style=color:blue>foo<p style=color:rgba(0,0,255,1)>[]bar",
  1.2876 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  1.2877 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}bar</p>",
  1.2878 +	[true,true,true],
  1.2879 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2880 +["<p style=color:blue>foo<p style=color:rgba(0,0,255,1)>[]bar",
  1.2881 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  1.2882 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}bar</p>",
  1.2883 +	[true,true,true],
  1.2884 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2885 +["<p style=color:transparent>foo<p style=color:rgba(0,0,0,0)>[]bar",
  1.2886 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  1.2887 +	"<p style=\"color:rgba(0, 0, 0, 0)\">foo{}bar</p>",
  1.2888 +	[true,true,true],
  1.2889 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2890 +["<p style=color:transparent>foo<p style=color:rgba(0,0,0,0)>[]bar",
  1.2891 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  1.2892 +	"<p style=\"color:rgba(0, 0, 0, 0)\">foo{}bar</p>",
  1.2893 +	[true,true,true],
  1.2894 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2895 +["<p style=color:transparent>foo<p style=color:rgba(0,0,0,0)>[]bar",
  1.2896 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  1.2897 +	"<p style=\"color:rgba(0, 0, 0, 0)\">foo{}bar</p>",
  1.2898 +	[true,true,true],
  1.2899 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2900 +["<p style=color:transparent>foo<p style=color:rgba(0,0,0,0)>[]bar",
  1.2901 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  1.2902 +	"<p style=\"color:rgba(0, 0, 0, 0)\">foo{}bar</p>",
  1.2903 +	[true,true,true],
  1.2904 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2905 +["<p>foo<p style=color:brown>[]bar",
  1.2906 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  1.2907 +	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  1.2908 +	[true,true,true],
  1.2909 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2910 +["<p>foo<p style=color:brown>[]bar",
  1.2911 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  1.2912 +	"<p>foo{}<font color=\"#a52a2a\">bar</font></p>",
  1.2913 +	[true,true,true],
  1.2914 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2915 +["<p>foo<p style=color:brown>[]bar",
  1.2916 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  1.2917 +	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  1.2918 +	[true,true,true],
  1.2919 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2920 +["<p>foo<p style=color:brown>[]bar",
  1.2921 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  1.2922 +	"<p>foo{}<font color=\"#a52a2a\">bar</font></p>",
  1.2923 +	[true,true,true],
  1.2924 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2925 +["<p><font color=blue>foo</font><p>[]bar",
  1.2926 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2927 +	"<p><font color=\"blue\">foo</font>{}bar</p>",
  1.2928 +	[true,true],
  1.2929 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2930 +["<p><font color=blue>foo</font><p>[]bar",
  1.2931 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2932 +	"<p><font color=\"blue\">foo</font>{}bar</p>",
  1.2933 +	[true,true],
  1.2934 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2935 +["<p><font color=blue>foo</font><p><font color=brown>[]bar</font>",
  1.2936 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2937 +	"<p><font color=\"blue\">foo</font>{}<font color=\"brown\">bar</font></p>",
  1.2938 +	[true,true],
  1.2939 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2940 +["<p><font color=blue>foo</font><p><font color=brown>[]bar</font>",
  1.2941 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2942 +	"<p><font color=\"blue\">foo</font>{}<font color=\"brown\">bar</font></p>",
  1.2943 +	[true,true],
  1.2944 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2945 +["<p>foo<p><font color=brown>[]bar</font>",
  1.2946 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2947 +	"<p>foo{}<font color=\"brown\">bar</font></p>",
  1.2948 +	[true,true],
  1.2949 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2950 +["<p>foo<p><font color=brown>[]bar</font>",
  1.2951 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2952 +	"<p>foo{}<font color=\"brown\">bar</font></p>",
  1.2953 +	[true,true],
  1.2954 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2955 +["<p><span style=color:blue>foo</font><p>[]bar",
  1.2956 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2957 +	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}bar</p>",
  1.2958 +	[true,true],
  1.2959 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2960 +["<p><span style=color:blue>foo</font><p>[]bar",
  1.2961 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2962 +	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}bar</p>",
  1.2963 +	[true,true],
  1.2964 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2965 +["<p><span style=color:blue>foo</font><p><span style=color:brown>[]bar</font>",
  1.2966 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2967 +	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  1.2968 +	[true,true],
  1.2969 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2970 +["<p><span style=color:blue>foo</font><p><span style=color:brown>[]bar</font>",
  1.2971 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2972 +	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  1.2973 +	[true,true],
  1.2974 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2975 +["<p>foo<p><span style=color:brown>[]bar</font>",
  1.2976 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2977 +	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  1.2978 +	[true,true],
  1.2979 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2980 +["<p>foo<p><span style=color:brown>[]bar</font>",
  1.2981 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2982 +	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  1.2983 +	[true,true],
  1.2984 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2985 +["<p style=background-color:aqua>foo<p>[]bar",
  1.2986 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.2987 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  1.2988 +	[true,true],
  1.2989 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.2990 +["<p style=background-color:aqua>foo<p>[]bar",
  1.2991 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.2992 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  1.2993 +	[true,true],
  1.2994 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.2995 +["<p style=background-color:aqua>foo<p style=background-color:tan>[]bar",
  1.2996 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  1.2997 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  1.2998 +	[true,true,true],
  1.2999 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3000 +["<p style=background-color:aqua>foo<p style=background-color:tan>[]bar",
  1.3001 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  1.3002 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  1.3003 +	[true,true,true],
  1.3004 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3005 +["<p style=background-color:aqua>foo<p style=background-color:tan>[]bar",
  1.3006 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  1.3007 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  1.3008 +	[true,true,true],
  1.3009 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3010 +["<p style=background-color:aqua>foo<p style=background-color:tan>[]bar",
  1.3011 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  1.3012 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  1.3013 +	[true,true,true],
  1.3014 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3015 +["<p>foo<p style=background-color:tan>[]bar",
  1.3016 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  1.3017 +	"<p>foo{}bar</p>",
  1.3018 +	[true,true,true],
  1.3019 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3020 +["<p>foo<p style=background-color:tan>[]bar",
  1.3021 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  1.3022 +	"<p>foo{}bar</p>",
  1.3023 +	[true,true,true],
  1.3024 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3025 +["<p>foo<p style=background-color:tan>[]bar",
  1.3026 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  1.3027 +	"<p>foo{}bar</p>",
  1.3028 +	[true,true,true],
  1.3029 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3030 +["<p>foo<p style=background-color:tan>[]bar",
  1.3031 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  1.3032 +	"<p>foo{}bar</p>",
  1.3033 +	[true,true,true],
  1.3034 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3035 +["<p><span style=background-color:aqua>foo</font><p>[]bar",
  1.3036 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3037 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}bar</p>",
  1.3038 +	[true,true],
  1.3039 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3040 +["<p><span style=background-color:aqua>foo</font><p>[]bar",
  1.3041 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3042 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}bar</p>",
  1.3043 +	[true,true],
  1.3044 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3045 +["<p><span style=background-color:aqua>foo</font><p><span style=background-color:tan>[]bar</font>",
  1.3046 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3047 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
  1.3048 +	[true,true],
  1.3049 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3050 +["<p><span style=background-color:aqua>foo</font><p><span style=background-color:tan>[]bar</font>",
  1.3051 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3052 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
  1.3053 +	[true,true],
  1.3054 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3055 +["<p>foo<p><span style=background-color:tan>[]bar</font>",
  1.3056 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3057 +	"<p>foo{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
  1.3058 +	[true,true],
  1.3059 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3060 +["<p>foo<p><span style=background-color:tan>[]bar</font>",
  1.3061 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3062 +	"<p>foo{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
  1.3063 +	[true,true],
  1.3064 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3065 +["<p style=text-decoration:underline>foo<p>[]bar",
  1.3066 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  1.3067 +	"<p><span style=\"text-decoration:underline\">foo{}</span>bar</p>",
  1.3068 +	[true,true,true],
  1.3069 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3070 +["<p style=text-decoration:underline>foo<p>[]bar",
  1.3071 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  1.3072 +	"<p><u>foo{}</u>bar</p>",
  1.3073 +	[true,true,true],
  1.3074 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3075 +["<p style=text-decoration:underline>foo<p>[]bar",
  1.3076 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  1.3077 +	"<p><span style=\"text-decoration:underline\">foo{}</span>bar</p>",
  1.3078 +	[true,true,true],
  1.3079 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3080 +["<p style=text-decoration:underline>foo<p>[]bar",
  1.3081 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  1.3082 +	"<p><u>foo{}</u>bar</p>",
  1.3083 +	[true,true,true],
  1.3084 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3085 +["<p style=text-decoration:underline>foo<p style=text-decoration:line-through>[]bar",
  1.3086 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  1.3087 +	"<p><span style=\"text-decoration:underline\">foo{}</span><span style=\"text-decoration:line-through\">bar</span></p>",
  1.3088 +	[true,true,true],
  1.3089 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3090 +["<p style=text-decoration:underline>foo<p style=text-decoration:line-through>[]bar",
  1.3091 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  1.3092 +	"<p><u>foo{}</u><s>bar</s></p>",
  1.3093 +	[true,true,true],
  1.3094 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3095 +["<p style=text-decoration:underline>foo<p style=text-decoration:line-through>[]bar",
  1.3096 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  1.3097 +	"<p><span style=\"text-decoration:underline\">foo{}</span><span style=\"text-decoration:line-through\">bar</span></p>",
  1.3098 +	[true,true,true],
  1.3099 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3100 +["<p style=text-decoration:underline>foo<p style=text-decoration:line-through>[]bar",
  1.3101 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  1.3102 +	"<p><u>foo{}</u><s>bar</s></p>",
  1.3103 +	[true,true,true],
  1.3104 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3105 +["<p>foo<p style=text-decoration:line-through>[]bar",
  1.3106 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  1.3107 +	"<p>foo{}<span style=\"text-decoration:line-through\">bar</span></p>",
  1.3108 +	[true,true,true],
  1.3109 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3110 +["<p>foo<p style=text-decoration:line-through>[]bar",
  1.3111 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  1.3112 +	"<p>foo{}<s>bar</s></p>",
  1.3113 +	[true,true,true],
  1.3114 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3115 +["<p>foo<p style=text-decoration:line-through>[]bar",
  1.3116 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  1.3117 +	"<p>foo{}<span style=\"text-decoration:line-through\">bar</span></p>",
  1.3118 +	[true,true,true],
  1.3119 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3120 +["<p>foo<p style=text-decoration:line-through>[]bar",
  1.3121 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  1.3122 +	"<p>foo{}<s>bar</s></p>",
  1.3123 +	[true,true,true],
  1.3124 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3125 +["<p><u>foo</u><p>[]bar",
  1.3126 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3127 +	"<p><u>foo</u>{}bar</p>",
  1.3128 +	[true,true],
  1.3129 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3130 +["<p><u>foo</u><p>[]bar",
  1.3131 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3132 +	"<p><u>foo</u>{}bar</p>",
  1.3133 +	[true,true],
  1.3134 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3135 +["<p><u>foo</u><p><s>[]bar</s>",
  1.3136 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3137 +	"<p><u>foo</u>{}<s>bar</s></p>",
  1.3138 +	[true,true],
  1.3139 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3140 +["<p><u>foo</u><p><s>[]bar</s>",
  1.3141 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3142 +	"<p><u>foo</u>{}<s>bar</s></p>",
  1.3143 +	[true,true],
  1.3144 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3145 +["<p>foo<p><s>[]bar</s>",
  1.3146 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3147 +	"<p>foo{}<s>bar</s></p>",
  1.3148 +	[true,true],
  1.3149 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3150 +["<p>foo<p><s>[]bar</s>",
  1.3151 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3152 +	"<p>foo{}<s>bar</s></p>",
  1.3153 +	[true,true],
  1.3154 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3155 +["<p style=color:blue>foo</p>[]bar",
  1.3156 +	[["stylewithcss","true"],["delete",""]],
  1.3157 +	"<p><span style=\"color:rgb(0, 0, 255)\">foo{}</span>bar</p>",
  1.3158 +	[true,true],
  1.3159 +	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  1.3160 +["<p style=color:blue>foo</p>[]bar",
  1.3161 +	[["stylewithcss","false"],["delete",""]],
  1.3162 +	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
  1.3163 +	[true,true],
  1.3164 +	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  1.3165 +["foo<p style=color:brown>[]bar",
  1.3166 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  1.3167 +	"foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span>",
  1.3168 +	[true,true,true],
  1.3169 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3170 +["foo<p style=color:brown>[]bar",
  1.3171 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  1.3172 +	"foo{}<font color=\"#a52a2a\">bar</font>",
  1.3173 +	[true,true,true],
  1.3174 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3175 +["foo<p style=color:brown>[]bar",
  1.3176 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  1.3177 +	"foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span>",
  1.3178 +	[true,true,true],
  1.3179 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3180 +["foo<p style=color:brown>[]bar",
  1.3181 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  1.3182 +	"foo{}<font color=\"#a52a2a\">bar</font>",
  1.3183 +	[true,true,true],
  1.3184 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3185 +["<div style=color:blue><p style=color:green>foo</div>[]bar",
  1.3186 +	[["stylewithcss","true"],["delete",""]],
  1.3187 +	"<div><p><span style=\"color:rgb(0, 128, 0)\">foo{}</span>bar</p></div>",
  1.3188 +	[true,true],
  1.3189 +	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  1.3190 +["<div style=color:blue><p style=color:green>foo</div>[]bar",
  1.3191 +	[["stylewithcss","false"],["delete",""]],
  1.3192 +	"<div><p><font color=\"#008000\">foo{}</font>bar</p></div>",
  1.3193 +	[true,true],
  1.3194 +	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  1.3195 +["<div style=color:blue><p style=color:green>foo</div><p style=color:brown>[]bar",
  1.3196 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  1.3197 +	"<div style=\"color:rgb(0, 0, 255)\"><p style=\"color:rgb(0, 128, 0)\">foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p></div>",
  1.3198 +	[true,true,true],
  1.3199 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3200 +["<div style=color:blue><p style=color:green>foo</div><p style=color:brown>[]bar",
  1.3201 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  1.3202 +	"<div style=\"color:rgb(0, 0, 255)\"><p style=\"color:rgb(0, 128, 0)\">foo{}<font color=\"#a52a2a\">bar</font></p></div>",
  1.3203 +	[true,true,true],
  1.3204 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3205 +["<div style=color:blue><p style=color:green>foo</div><p style=color:brown>[]bar",
  1.3206 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  1.3207 +	"<div style=\"color:rgb(0, 0, 255)\"><p style=\"color:rgb(0, 128, 0)\">foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p></div>",
  1.3208 +	[true,true,true],
  1.3209 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3210 +["<div style=color:blue><p style=color:green>foo</div><p style=color:brown>[]bar",
  1.3211 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  1.3212 +	"<div style=\"color:rgb(0, 0, 255)\"><p style=\"color:rgb(0, 128, 0)\">foo{}<font color=\"#a52a2a\">bar</font></p></div>",
  1.3213 +	[true,true,true],
  1.3214 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3215 +["<p style=color:blue>foo<div style=color:brown><p style=color:green>[]bar",
  1.3216 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  1.3217 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(0, 128, 0)\">bar</span></p>",
  1.3218 +	[true,true,true],
  1.3219 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3220 +["<p style=color:blue>foo<div style=color:brown><p style=color:green>[]bar",
  1.3221 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  1.3222 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#008000\">bar</font></p>",
  1.3223 +	[true,true,true],
  1.3224 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3225 +["<p style=color:blue>foo<div style=color:brown><p style=color:green>[]bar",
  1.3226 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  1.3227 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(0, 128, 0)\">bar</span></p>",
  1.3228 +	[true,true,true],
  1.3229 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3230 +["<p style=color:blue>foo<div style=color:brown><p style=color:green>[]bar",
  1.3231 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  1.3232 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#008000\">bar</font></p>",
  1.3233 +	[true,true,true],
  1.3234 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3235 +["foo[bar]baz",
  1.3236 +	[["delete",""]],
  1.3237 +	"foo[]baz",
  1.3238 +	[true],
  1.3239 +	{"delete":[false,false,"",false,false,""]}],
  1.3240 +["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
  1.3241 +	[["stylewithcss","true"],["delete",""]],
  1.3242 +	"<p>foo{}baz</p>",
  1.3243 +	[true,true],
  1.3244 +	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  1.3245 +["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
  1.3246 +	[["stylewithcss","false"],["delete",""]],
  1.3247 +	"<p>foo{}baz</p>",
  1.3248 +	[true,true],
  1.3249 +	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  1.3250 +["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
  1.3251 +	[["stylewithcss","true"],["delete",""]],
  1.3252 +	"<p>foo{}baz</p>",
  1.3253 +	[true,true],
  1.3254 +	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  1.3255 +["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
  1.3256 +	[["stylewithcss","false"],["delete",""]],
  1.3257 +	"<p>foo{}baz</p>",
  1.3258 +	[true,true],
  1.3259 +	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  1.3260 +["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
  1.3261 +	[["stylewithcss","true"],["delete",""]],
  1.3262 +	"<p>foo{}baz</p>",
  1.3263 +	[true,true],
  1.3264 +	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  1.3265 +["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
  1.3266 +	[["stylewithcss","false"],["delete",""]],
  1.3267 +	"<p>foo{}baz</p>",
  1.3268 +	[true,true],
  1.3269 +	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  1.3270 +["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
  1.3271 +	[["stylewithcss","true"],["delete",""]],
  1.3272 +	"<p>{}baz</p>",
  1.3273 +	[true,true],
  1.3274 +	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  1.3275 +["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
  1.3276 +	[["stylewithcss","false"],["delete",""]],
  1.3277 +	"<p>{}baz</p>",
  1.3278 +	[true,true],
  1.3279 +	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  1.3280 +["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
  1.3281 +	[["stylewithcss","true"],["delete",""]],
  1.3282 +	"<p>{}baz</p>",
  1.3283 +	[true,true],
  1.3284 +	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  1.3285 +["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
  1.3286 +	[["stylewithcss","false"],["delete",""]],
  1.3287 +	"<p>{}baz</p>",
  1.3288 +	[true,true],
  1.3289 +	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  1.3290 +["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
  1.3291 +	[["stylewithcss","true"],["delete",""]],
  1.3292 +	"<p>foo{}</p>",
  1.3293 +	[true,true],
  1.3294 +	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  1.3295 +["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
  1.3296 +	[["stylewithcss","false"],["delete",""]],
  1.3297 +	"<p>foo{}</p>",
  1.3298 +	[true,true],
  1.3299 +	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  1.3300 +["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
  1.3301 +	[["stylewithcss","true"],["delete",""]],
  1.3302 +	"<p>foo{}</p>",
  1.3303 +	[true,true],
  1.3304 +	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  1.3305 +["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
  1.3306 +	[["stylewithcss","false"],["delete",""]],
  1.3307 +	"<p>foo{}</p>",
  1.3308 +	[true,true],
  1.3309 +	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  1.3310 +["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
  1.3311 +	[["stylewithcss","true"],["delete",""]],
  1.3312 +	"<p>foo{}quz</p>",
  1.3313 +	[true,true],
  1.3314 +	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  1.3315 +["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
  1.3316 +	[["stylewithcss","false"],["delete",""]],
  1.3317 +	"<p>foo{}quz</p>",
  1.3318 +	[true,true],
  1.3319 +	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  1.3320 +["foo<b>[bar]</b>baz",
  1.3321 +	[["stylewithcss","true"],["delete",""]],
  1.3322 +	"foo{}baz",
  1.3323 +	[true,true],
  1.3324 +	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  1.3325 +["foo<b>[bar]</b>baz",
  1.3326 +	[["stylewithcss","false"],["delete",""]],
  1.3327 +	"foo{}baz",
  1.3328 +	[true,true],
  1.3329 +	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  1.3330 +["foo<b>{bar}</b>baz",
  1.3331 +	[["stylewithcss","true"],["delete",""]],
  1.3332 +	"foo{}baz",
  1.3333 +	[true,true],
  1.3334 +	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  1.3335 +["foo<b>{bar}</b>baz",
  1.3336 +	[["stylewithcss","false"],["delete",""]],
  1.3337 +	"foo{}baz",
  1.3338 +	[true,true],
  1.3339 +	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  1.3340 +["foo{<b>bar</b>}baz",
  1.3341 +	[["stylewithcss","true"],["delete",""]],
  1.3342 +	"foo{}baz",
  1.3343 +	[true,true],
  1.3344 +	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  1.3345 +["foo{<b>bar</b>}baz",
  1.3346 +	[["stylewithcss","false"],["delete",""]],
  1.3347 +	"foo{}baz",
  1.3348 +	[true,true],
  1.3349 +	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  1.3350 +["foo<span>[bar]</span>baz",
  1.3351 +	[["delete",""]],
  1.3352 +	"foo{}baz",
  1.3353 +	[true],
  1.3354 +	{"delete":[false,false,"",false,false,""]}],
  1.3355 +["foo<span>{bar}</span>baz",
  1.3356 +	[["delete",""]],
  1.3357 +	"foo{}baz",
  1.3358 +	[true],
  1.3359 +	{"delete":[false,false,"",false,false,""]}],
  1.3360 +["foo{<span>bar</span>}baz",
  1.3361 +	[["delete",""]],
  1.3362 +	"foo{}baz",
  1.3363 +	[true],
  1.3364 +	{"delete":[false,false,"",false,false,""]}],
  1.3365 +["<b>foo[bar</b><i>baz]quz</i>",
  1.3366 +	[["delete",""]],
  1.3367 +	"<b>foo[]</b><i>quz</i>",
  1.3368 +	[true],
  1.3369 +	{"delete":[false,false,"",false,false,""]}],
  1.3370 +["<p>foo</p><p>[bar]</p><p>baz</p>",
  1.3371 +	[["delete",""]],
  1.3372 +	"<p>foo</p><p>{}<br></p><p>baz</p>",
  1.3373 +	[true],
  1.3374 +	{"delete":[false,false,"",false,false,""]}],
  1.3375 +["<p>foo</p><p>{bar}</p><p>baz</p>",
  1.3376 +	[["delete",""]],
  1.3377 +	"<p>foo</p><p>{}<br></p><p>baz</p>",
  1.3378 +	[true],
  1.3379 +	{"delete":[false,false,"",false,false,""]}],
  1.3380 +["<p>foo</p><p>{bar</p>}<p>baz</p>",
  1.3381 +	[["delete",""]],
  1.3382 +	"<p>foo</p><p>{}<br></p><p>baz</p>",
  1.3383 +	[true],
  1.3384 +	{"delete":[false,false,"",false,false,""]}],
  1.3385 +["<p>foo</p>{<p>bar}</p><p>baz</p>",
  1.3386 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3387 +	"<p>foo</p>{}<br><p>baz</p>",
  1.3388 +	[true,true],
  1.3389 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3390 +["<p>foo</p>{<p>bar}</p><p>baz</p>",
  1.3391 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3392 +	"<p>foo</p>{}<br><p>baz</p>",
  1.3393 +	[true,true],
  1.3394 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3395 +["<p>foo</p>{<p>bar</p>}<p>baz</p>",
  1.3396 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3397 +	"<p>foo</p>{}<p>baz</p>",
  1.3398 +	[true,true],
  1.3399 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3400 +["<p>foo</p>{<p>bar</p>}<p>baz</p>",
  1.3401 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3402 +	"<p>foo</p>{}<p>baz</p>",
  1.3403 +	[true,true],
  1.3404 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3405 +["<p>foo[bar<p>baz]quz",
  1.3406 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3407 +	"<p>foo{}quz</p>",
  1.3408 +	[true,true],
  1.3409 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3410 +["<p>foo[bar<p>baz]quz",
  1.3411 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3412 +	"<p>foo{}quz</p>",
  1.3413 +	[true,true],
  1.3414 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3415 +["<p>foo[bar<div>baz]quz</div>",
  1.3416 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3417 +	"<p>foo{}quz</p>",
  1.3418 +	[true,true],
  1.3419 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3420 +["<p>foo[bar<div>baz]quz</div>",
  1.3421 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3422 +	"<p>foo{}quz</p>",
  1.3423 +	[true,true],
  1.3424 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3425 +["<p>foo[bar<h1>baz]quz</h1>",
  1.3426 +	[["delete",""]],
  1.3427 +	"<p>foo{}quz</p>",
  1.3428 +	[true],
  1.3429 +	{"delete":[false,false,"",false,false,""]}],
  1.3430 +["<div>foo[bar</div><p>baz]quz",
  1.3431 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3432 +	"<div>foo{}quz</div>",
  1.3433 +	[true,true],
  1.3434 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3435 +["<div>foo[bar</div><p>baz]quz",
  1.3436 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3437 +	"<div>foo{}quz</div>",
  1.3438 +	[true,true],
  1.3439 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3440 +["<blockquote>foo[bar</blockquote><pre>baz]quz</pre>",
  1.3441 +	[["delete",""]],
  1.3442 +	"<blockquote>foo{}quz</blockquote>",
  1.3443 +	[true],
  1.3444 +	{"delete":[false,false,"",false,false,""]}],
  1.3445 +["<p><b>foo[bar</b><p>baz]quz",
  1.3446 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3447 +	"<p><b>foo</b>{}quz</p>",
  1.3448 +	[true,true],
  1.3449 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3450 +["<p><b>foo[bar</b><p>baz]quz",
  1.3451 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3452 +	"<p><b>foo</b>{}quz</p>",
  1.3453 +	[true,true],
  1.3454 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3455 +["<div><p>foo[bar</div><p>baz]quz",
  1.3456 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3457 +	"<div><p>foo{}quz</p></div>",
  1.3458 +	[true,true],
  1.3459 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3460 +["<div><p>foo[bar</div><p>baz]quz",
  1.3461 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3462 +	"<div><p>foo{}quz</p></div>",
  1.3463 +	[true,true],
  1.3464 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3465 +["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
  1.3466 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3467 +	"<p>foo{}quz</p><blockquote><p>qoz</p></blockquote>",
  1.3468 +	[true,true],
  1.3469 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3470 +["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
  1.3471 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3472 +	"<p>foo{}quz</p><blockquote><p>qoz</p></blockquote>",
  1.3473 +	[true,true],
  1.3474 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3475 +["<p>foo[bar<p style=color:blue>baz]quz",
  1.3476 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  1.3477 +	"<p>foo{}<span style=\"color:rgb(0, 0, 255)\">quz</span></p>",
  1.3478 +	[true,true,true],
  1.3479 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3480 +["<p>foo[bar<p style=color:blue>baz]quz",
  1.3481 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  1.3482 +	"<p>foo{}<font color=\"#0000ff\">quz</font></p>",
  1.3483 +	[true,true,true],
  1.3484 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3485 +["<p>foo[bar<p style=color:blue>baz]quz",
  1.3486 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  1.3487 +	"<p>foo{}<span style=\"color:rgb(0, 0, 255)\">quz</span></p>",
  1.3488 +	[true,true,true],
  1.3489 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3490 +["<p>foo[bar<p style=color:blue>baz]quz",
  1.3491 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  1.3492 +	"<p>foo{}<font color=\"#0000ff\">quz</font></p>",
  1.3493 +	[true,true,true],
  1.3494 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3495 +["<p>foo[bar<p><b>baz]quz</b>",
  1.3496 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3497 +	"<p>foo{}<b>quz</b></p>",
  1.3498 +	[true,true],
  1.3499 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3500 +["<p>foo[bar<p><b>baz]quz</b>",
  1.3501 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3502 +	"<p>foo{}<b>quz</b></p>",
  1.3503 +	[true,true],
  1.3504 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3505 +["<div><p>foo<p>[bar<p>baz]</div>",
  1.3506 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3507 +	"<div><p>foo</p><p>{}<br></p></div>",
  1.3508 +	[true,true],
  1.3509 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3510 +["<div><p>foo<p>[bar<p>baz]</div>",
  1.3511 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3512 +	"<div><p>foo</p><p>{}<br></p></div>",
  1.3513 +	[true,true],
  1.3514 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3515 +["foo[<br>]bar",
  1.3516 +	[["delete",""]],
  1.3517 +	"foo{}bar",
  1.3518 +	[true],
  1.3519 +	{"delete":[false,false,"",false,false,""]}],
  1.3520 +["<p>foo[</p><p>]bar</p>",
  1.3521 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3522 +	"<p>foo{}bar</p>",
  1.3523 +	[true,true],
  1.3524 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3525 +["<p>foo[</p><p>]bar</p>",
  1.3526 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3527 +	"<p>foo{}bar</p>",
  1.3528 +	[true,true],
  1.3529 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3530 +["<p>foo[</p><p>]bar<br>baz</p>",
  1.3531 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3532 +	"<p>foo{}bar<br>baz</p>",
  1.3533 +	[true,true],
  1.3534 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3535 +["<p>foo[</p><p>]bar<br>baz</p>",
  1.3536 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3537 +	"<p>foo{}bar<br>baz</p>",
  1.3538 +	[true,true],
  1.3539 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3540 +["foo[<p>]bar</p>",
  1.3541 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3542 +	"foo{}bar",
  1.3543 +	[true,true],
  1.3544 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3545 +["foo[<p>]bar</p>",
  1.3546 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3547 +	"foo{}bar",
  1.3548 +	[true,true],
  1.3549 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3550 +["foo{<p>}bar</p>",
  1.3551 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3552 +	"foo{}bar",
  1.3553 +	[true,true],
  1.3554 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3555 +["foo{<p>}bar</p>",
  1.3556 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3557 +	"foo{}bar",
  1.3558 +	[true,true],
  1.3559 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3560 +["foo[<p>]bar<br>baz</p>",
  1.3561 +	[["delete",""]],
  1.3562 +	"foo{}bar<p>baz</p>",
  1.3563 +	[true],
  1.3564 +	{"delete":[false,false,"",false,false,""]}],
  1.3565 +["foo[<p>]bar</p>baz",
  1.3566 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3567 +	"foo{}bar<br>baz",
  1.3568 +	[true,true],
  1.3569 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3570 +["foo[<p>]bar</p>baz",
  1.3571 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3572 +	"foo{}bar<br>baz",
  1.3573 +	[true,true],
  1.3574 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3575 +["foo{<p>bar</p>}baz",
  1.3576 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3577 +	"foo{}baz",
  1.3578 +	[true,true],
  1.3579 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3580 +["foo{<p>bar</p>}baz",
  1.3581 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3582 +	"foo{}baz",
  1.3583 +	[true,true],
  1.3584 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3585 +["foo<p>{bar</p>}baz",
  1.3586 +	[["delete",""]],
  1.3587 +	"foo<p>{}baz</p>",
  1.3588 +	[true],
  1.3589 +	{"delete":[false,false,"",false,false,""]}],
  1.3590 +["foo{<p>bar}</p>baz",
  1.3591 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3592 +	"foo{}<br>baz",
  1.3593 +	[true,true],
  1.3594 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3595 +["foo{<p>bar}</p>baz",
  1.3596 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3597 +	"foo{}<br>baz",
  1.3598 +	[true,true],
  1.3599 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3600 +["<p>foo[</p>]bar",
  1.3601 +	[["delete",""]],
  1.3602 +	"<p>foo{}bar</p>",
  1.3603 +	[true],
  1.3604 +	{"delete":[false,false,"",false,false,""]}],
  1.3605 +["<p>foo{</p>}bar",
  1.3606 +	[["delete",""]],
  1.3607 +	"<p>foo{}bar</p>",
  1.3608 +	[true],
  1.3609 +	{"delete":[false,false,"",false,false,""]}],
  1.3610 +["<p>foo[</p>]bar<br>baz",
  1.3611 +	[["delete",""]],
  1.3612 +	"<p>foo{}bar</p>baz",
  1.3613 +	[true],
  1.3614 +	{"delete":[false,false,"",false,false,""]}],
  1.3615 +["<p>foo[</p>]bar<p>baz</p>",
  1.3616 +	[["delete",""]],
  1.3617 +	"<p>foo{}bar</p><p>baz</p>",
  1.3618 +	[true],
  1.3619 +	{"delete":[false,false,"",false,false,""]}],
  1.3620 +["foo[<div><p>]bar</div>",
  1.3621 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3622 +	"foo{}bar",
  1.3623 +	[true,true],
  1.3624 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3625 +["foo[<div><p>]bar</div>",
  1.3626 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3627 +	"foo{}bar",
  1.3628 +	[true,true],
  1.3629 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3630 +["<div><p>foo[</p></div>]bar",
  1.3631 +	[["delete",""]],
  1.3632 +	"<div><p>foo{}bar</p></div>",
  1.3633 +	[true],
  1.3634 +	{"delete":[false,false,"",false,false,""]}],
  1.3635 +["foo[<div><p>]bar</p>baz</div>",
  1.3636 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3637 +	"foo{}bar<div>baz</div>",
  1.3638 +	[true,true],
  1.3639 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3640 +["foo[<div><p>]bar</p>baz</div>",
  1.3641 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3642 +	"foo{}bar<div>baz</div>",
  1.3643 +	[true,true],
  1.3644 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3645 +["foo[<div>]bar<p>baz</p></div>",
  1.3646 +	[["delete",""]],
  1.3647 +	"foo{}bar<div><p>baz</p></div>",
  1.3648 +	[true],
  1.3649 +	{"delete":[false,false,"",false,false,""]}],
  1.3650 +["<div><p>foo</p>bar[</div>]baz",
  1.3651 +	[["delete",""]],
  1.3652 +	"<div><p>foo</p>bar{}baz</div>",
  1.3653 +	[true],
  1.3654 +	{"delete":[false,false,"",false,false,""]}],
  1.3655 +["<div>foo<p>bar[</p></div>]baz",
  1.3656 +	[["delete",""]],
  1.3657 +	"<div>foo<p>bar{}baz</p></div>",
  1.3658 +	[true],
  1.3659 +	{"delete":[false,false,"",false,false,""]}],
  1.3660 +["<p>foo<br>{</p>]bar",
  1.3661 +	[["delete",""]],
  1.3662 +	"<p>foo{}bar</p>",
  1.3663 +	[true],
  1.3664 +	{"delete":[false,false,"",false,false,""]}],
  1.3665 +["<p>foo<br><br>{</p>]bar",
  1.3666 +	[["delete",""]],
  1.3667 +	"<p>foo<br>{}bar</p>",
  1.3668 +	[true],
  1.3669 +	{"delete":[false,false,"",false,false,""]}],
  1.3670 +["foo<br>{<p>]bar</p>",
  1.3671 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3672 +	"foo{}bar",
  1.3673 +	[true,true],
  1.3674 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3675 +["foo<br>{<p>]bar</p>",
  1.3676 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3677 +	"foo{}bar",
  1.3678 +	[true,true],
  1.3679 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3680 +["foo<br><br>{<p>]bar</p>",
  1.3681 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3682 +	"foo<br>{}bar",
  1.3683 +	[true,true],
  1.3684 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3685 +["foo<br><br>{<p>]bar</p>",
  1.3686 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3687 +	"foo<br>{}bar",
  1.3688 +	[true,true],
  1.3689 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3690 +["<p>foo<br>{</p><p>}bar</p>",
  1.3691 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3692 +	"<p>foo{}bar</p>",
  1.3693 +	[true,true],
  1.3694 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3695 +["<p>foo<br>{</p><p>}bar</p>",
  1.3696 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3697 +	"<p>foo{}bar</p>",
  1.3698 +	[true,true],
  1.3699 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3700 +["<p>foo<br><br>{</p><p>}bar</p>",
  1.3701 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3702 +	"<p>foo<br>{}bar</p>",
  1.3703 +	[true,true],
  1.3704 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3705 +["<p>foo<br><br>{</p><p>}bar</p>",
  1.3706 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3707 +	"<p>foo<br>{}bar</p>",
  1.3708 +	[true,true],
  1.3709 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3710 +["<table><tbody><tr><th>foo<th>[bar]<th>baz<tr><td>quz<td>qoz<td>qiz</table>",
  1.3711 +	[["delete",""]],
  1.3712 +	"<table><tbody><tr><th>foo</th><th>{}<br></th><th>baz</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
  1.3713 +	[true],
  1.3714 +	{"delete":[false,false,"",false,false,""]}],
  1.3715 +["<table><tbody><tr><th>foo<th>ba[r<th>b]az<tr><td>quz<td>qoz<td>qiz</table>",
  1.3716 +	[["delete",""]],
  1.3717 +	"<table><tbody><tr><th>foo</th><th>ba[]</th><th>az</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
  1.3718 +	[true],
  1.3719 +	{"delete":[false,false,"",false,false,""]}],
  1.3720 +["<table><tbody><tr><th>fo[o<th>bar<th>b]az<tr><td>quz<td>qoz<td>qiz</table>",
  1.3721 +	[["delete",""]],
  1.3722 +	"<table><tbody><tr><th>fo[]</th><th><br></th><th>az</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
  1.3723 +	[true],
  1.3724 +	{"delete":[false,false,"",false,false,""]}],
  1.3725 +["<table><tbody><tr><th>foo<th>bar<th>ba[z<tr><td>q]uz<td>qoz<td>qiz</table>",
  1.3726 +	[["delete",""]],
  1.3727 +	"<table><tbody><tr><th>foo</th><th>bar</th><th>ba[]</th></tr><tr><td>uz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
  1.3728 +	[true],
  1.3729 +	{"delete":[false,false,"",false,false,""]}],
  1.3730 +["<table><tbody><tr><th>[foo<th>bar<th>baz]<tr><td>quz<td>qoz<td>qiz</table>",
  1.3731 +	[["delete",""]],
  1.3732 +	"<table><tbody><tr><th>{}<br></th><th><br></th><th><br></th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
  1.3733 +	[true],
  1.3734 +	{"delete":[false,false,"",false,false,""]}],
  1.3735 +["<table><tbody><tr><th>[foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz]</table>",
  1.3736 +	[["delete",""]],
  1.3737 +	"<table><tbody><tr><th>{}<br></th><th><br></th><th><br></th></tr><tr><td><br></td><td><br></td><td><br></td></tr></tbody></table>",
  1.3738 +	[true],
  1.3739 +	{"delete":[false,false,"",false,false,""]}],
  1.3740 +["{<table><tbody><tr><th>foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz</table>}",
  1.3741 +	[["delete",""]],
  1.3742 +	"{}<br>",
  1.3743 +	[true],
  1.3744 +	{"delete":[false,false,"",false,false,""]}],
  1.3745 +["<table><tbody><tr><td>foo<td>ba[r<tr><td>baz<td>quz<tr><td>q]oz<td>qiz</table>",
  1.3746 +	[["delete",""]],
  1.3747 +	"<table><tbody><tr><td>foo</td><td>ba[]</td></tr><tr><td><br></td><td><br></td></tr><tr><td>oz</td><td>qiz</td></tr></tbody></table>",
  1.3748 +	[true],
  1.3749 +	{"delete":[false,false,"",false,false,""]}],
  1.3750 +["<p>fo[o<table><tr><td>b]ar</table><p>baz",
  1.3751 +	[["delete",""]],
  1.3752 +	"<p>fo[]</p><table><tbody><tr><td>ar</td></tr></tbody></table><p>baz</p>",
  1.3753 +	[true],
  1.3754 +	{"delete":[false,false,"",false,false,""]}],
  1.3755 +["<p>foo<table><tr><td>ba[r</table><p>b]az",
  1.3756 +	[["delete",""]],
  1.3757 +	"<p>foo</p><table><tbody><tr><td>ba[]</td></tr></tbody></table><p>az</p>",
  1.3758 +	[true],
  1.3759 +	{"delete":[false,false,"",false,false,""]}],
  1.3760 +["<p>fo[o<table><tr><td>bar</table><p>b]az",
  1.3761 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3762 +	"<p>fo{}az</p>",
  1.3763 +	[true,true],
  1.3764 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3765 +["<p>fo[o<table><tr><td>bar</table><p>b]az",
  1.3766 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3767 +	"<p>fo{}az</p>",
  1.3768 +	[true,true],
  1.3769 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3770 +["<p>foo<ol><li>ba[r<li>b]az</ol><p>quz",
  1.3771 +	[["delete",""]],
  1.3772 +	"<p>foo</p><ol><li>ba{}az</li></ol><p>quz</p>",
  1.3773 +	[true],
  1.3774 +	{"delete":[false,false,"",false,false,""]}],
  1.3775 +["<p>foo<ol><li>bar<li>[baz]</ol><p>quz",
  1.3776 +	[["delete",""]],
  1.3777 +	"<p>foo</p><ol><li>bar</li><li>{}<br></li></ol><p>quz</p>",
  1.3778 +	[true],
  1.3779 +	{"delete":[false,false,"",false,false,""]}],
  1.3780 +["<p>fo[o<ol><li>b]ar<li>baz</ol><p>quz",
  1.3781 +	[["delete",""]],
  1.3782 +	"<p>fo{}ar</p><ol><li>baz</li></ol><p>quz</p>",
  1.3783 +	[true],
  1.3784 +	{"delete":[false,false,"",false,false,""]}],
  1.3785 +["<p>foo<ol><li>bar<li>ba[z</ol><p>q]uz",
  1.3786 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3787 +	"<p>foo</p><ol><li>bar</li><li>ba{}uz</li></ol>",
  1.3788 +	[true,true],
  1.3789 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3790 +["<p>foo<ol><li>bar<li>ba[z</ol><p>q]uz",
  1.3791 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3792 +	"<p>foo</p><ol><li>bar</li><li>ba{}uz</li></ol>",
  1.3793 +	[true,true],
  1.3794 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3795 +["<p>fo[o<ol><li>bar<li>b]az</ol><p>quz",
  1.3796 +	[["delete",""]],
  1.3797 +	"<p>fo{}az</p><p>quz</p>",
  1.3798 +	[true],
  1.3799 +	{"delete":[false,false,"",false,false,""]}],
  1.3800 +["<p>fo[o<ol><li>bar<li>baz</ol><p>q]uz",
  1.3801 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3802 +	"<p>fo{}uz</p>",
  1.3803 +	[true,true],
  1.3804 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3805 +["<p>fo[o<ol><li>bar<li>baz</ol><p>q]uz",
  1.3806 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3807 +	"<p>fo{}uz</p>",
  1.3808 +	[true,true],
  1.3809 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3810 +["<ol><li>fo[o</ol><ol><li>b]ar</ol>",
  1.3811 +	[["delete",""]],
  1.3812 +	"<ol><li>fo{}ar</li></ol>",
  1.3813 +	[true],
  1.3814 +	{"delete":[false,false,"",false,false,""]}],
  1.3815 +["<ol><li>fo[o</ol><ul><li>b]ar</ul>",
  1.3816 +	[["delete",""]],
  1.3817 +	"<ol><li>fo{}ar</li></ol>",
  1.3818 +	[true],
  1.3819 +	{"delete":[false,false,"",false,false,""]}],
  1.3820 +["foo[<ol><li>]bar</ol>",
  1.3821 +	[["delete",""]],
  1.3822 +	"foo{}bar",
  1.3823 +	[true],
  1.3824 +	{"delete":[false,false,"",false,false,""]}],
  1.3825 +["<ol><li>foo[<li>]bar</ol>",
  1.3826 +	[["delete",""]],
  1.3827 +	"<ol><li>foo{}bar</li></ol>",
  1.3828 +	[true],
  1.3829 +	{"delete":[false,false,"",false,false,""]}],
  1.3830 +["foo[<dl><dt>]bar<dd>baz</dl>",
  1.3831 +	[["delete",""]],
  1.3832 +	"foo{}bar<dl><dd>baz</dd></dl>",
  1.3833 +	[true],
  1.3834 +	{"delete":[false,false,"",false,false,""]}],
  1.3835 +["foo[<dl><dd>]bar</dl>",
  1.3836 +	[["delete",""]],
  1.3837 +	"foo{}bar",
  1.3838 +	[true],
  1.3839 +	{"delete":[false,false,"",false,false,""]}],
  1.3840 +["<dl><dt>foo[<dd>]bar</dl>",
  1.3841 +	[["delete",""]],
  1.3842 +	"<dl><dt>foo{}bar</dt></dl>",
  1.3843 +	[true],
  1.3844 +	{"delete":[false,false,"",false,false,""]}],
  1.3845 +["<dl><dt>foo[<dt>]bar<dd>baz</dl>",
  1.3846 +	[["delete",""]],
  1.3847 +	"<dl><dt>foo{}bar</dt><dd>baz</dd></dl>",
  1.3848 +	[true],
  1.3849 +	{"delete":[false,false,"",false,false,""]}],
  1.3850 +["<dl><dt>foo<dd>bar[<dd>]baz</dl>",
  1.3851 +	[["delete",""]],
  1.3852 +	"<dl><dt>foo</dt><dd>bar{}baz</dd></dl>",
  1.3853 +	[true],
  1.3854 +	{"delete":[false,false,"",false,false,""]}],
  1.3855 +["<b>foo [&nbsp;</b>bar]",
  1.3856 +	[["delete",""]],
  1.3857 +	"<b>foo&nbsp;[]</b>",
  1.3858 +	[true],
  1.3859 +	{"delete":[false,false,"",false,false,""]}],
  1.3860 +["foo<b> [&nbsp;bar]</b>",
  1.3861 +	[["delete",""]],
  1.3862 +	"foo<b>&nbsp;[]</b>",
  1.3863 +	[true],
  1.3864 +	{"delete":[false,false,"",false,false,""]}],
  1.3865 +["<b>[foo&nbsp;] </b>bar",
  1.3866 +	[["delete",""]],
  1.3867 +	"<b>{}&nbsp;</b>bar",
  1.3868 +	[true],
  1.3869 +	{"delete":[false,false,"",false,false,""]}],
  1.3870 +["[foo<b>&nbsp;] bar</b>",
  1.3871 +	[["delete",""]],
  1.3872 +	"{}<b>&nbsp;bar</b>",
  1.3873 +	[true],
  1.3874 +	{"delete":[false,false,"",false,false,""]}],
  1.3875 +["<p style=display:inline>fo[o<p style=display:inline>b]ar",
  1.3876 +	[["delete",""]],
  1.3877 +	"<p style=\"display:inline\">fo[]</p><p style=\"display:inline\">ar</p>",
  1.3878 +	[true],
  1.3879 +	{"delete":[false,false,"",false,false,""]}],
  1.3880 +["<span style=display:block>fo[o</span><span style=display:block>b]ar</span>",
  1.3881 +	[["stylewithcss","true"],["delete",""]],
  1.3882 +	"<span style=\"display:block\">fo{}ar</span>",
  1.3883 +	[true,true],
  1.3884 +	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  1.3885 +["<span style=display:block>fo[o</span><span style=display:block>b]ar</span>",
  1.3886 +	[["stylewithcss","false"],["delete",""]],
  1.3887 +	"<span style=\"display:block\">fo{}ar</span>",
  1.3888 +	[true,true],
  1.3889 +	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  1.3890 +["<span style=display:inline-block>fo[o</span><span style=display:inline-block>b]ar</span>",
  1.3891 +	[["delete",""]],
  1.3892 +	"<span style=\"display:inline-block\">fo[]</span><span style=\"display:inline-block\">ar</span>",
  1.3893 +	[true],
  1.3894 +	{"delete":[false,false,"",false,false,""]}],
  1.3895 +["<span style=display:inline-table>fo[o</span><span style=display:inline-table>b]ar</span>",
  1.3896 +	[["delete",""]],
  1.3897 +	"<span style=\"display:inline-table\">fo[]</span><span style=\"display:inline-table\">ar</span>",
  1.3898 +	[true],
  1.3899 +	{"delete":[false,false,"",false,false,""]}],
  1.3900 +["<span style=display:none>fo[o</span><span style=display:none>b]ar</span>",
  1.3901 +	[["delete",""]],
  1.3902 +	"<span style=\"display:none\">fo[]</span><span style=\"display:none\">ar</span>",
  1.3903 +	[true],
  1.3904 +	{"delete":[false,false,"",false,false,""]}],
  1.3905 +["<quasit style=display:block>fo[o</quasit><quasit style=display:block>b]ar</quasit>",
  1.3906 +	[["stylewithcss","true"],["delete",""]],
  1.3907 +	"<quasit style=\"display:block\">fo{}ar</quasit>",
  1.3908 +	[true,true],
  1.3909 +	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  1.3910 +["<quasit style=display:block>fo[o</quasit><quasit style=display:block>b]ar</quasit>",
  1.3911 +	[["stylewithcss","false"],["delete",""]],
  1.3912 +	"<quasit style=\"display:block\">fo{}ar</quasit>",
  1.3913 +	[true,true],
  1.3914 +	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  1.3915 +["<ol><li>foo</ol>{}<br><ol><li>bar</ol>",
  1.3916 +	[["delete",""]],
  1.3917 +	"<ol><li>foo{}</li><li>bar</li></ol>",
  1.3918 +	[true],
  1.3919 +	{"delete":[false,false,"",false,false,""]}],
  1.3920 +["<ol><li>foo</ol><p>{}<br></p><ol><li>bar</ol>",
  1.3921 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3922 +	"<ol><li>foo{}</li><li>bar</li></ol>",
  1.3923 +	[true,true],
  1.3924 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3925 +["<ol><li>foo</ol><p>{}<br></p><ol><li>bar</ol>",
  1.3926 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3927 +	"<ol><li>foo{}</li><li>bar</li></ol>",
  1.3928 +	[true,true],
  1.3929 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3930 +["<ol><li><p>foo</ol><p>{}<br></p><ol><li>bar</ol>",
  1.3931 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3932 +	"<ol><li><p>foo{}</p></li><li>bar</li></ol>",
  1.3933 +	[true,true],
  1.3934 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3935 +["<ol><li><p>foo</ol><p>{}<br></p><ol><li>bar</ol>",
  1.3936 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3937 +	"<ol><li><p>foo{}</p></li><li>bar</li></ol>",
  1.3938 +	[true,true],
  1.3939 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3940 +["<ol id=a><li>foo</ol>{}<br><ol><li>bar</ol>",
  1.3941 +	[["delete",""]],
  1.3942 +	"<ol id=\"a\"><li>foo{}</li><li>bar</li></ol>",
  1.3943 +	[true],
  1.3944 +	{"delete":[false,false,"",false,false,""]}],
  1.3945 +["<ol><li>foo</ol>{}<br><ol id=b><li>bar</ol>",
  1.3946 +	[["delete",""]],
  1.3947 +	"<ol><li>foo{}</li><li>bar</li></ol>",
  1.3948 +	[true],
  1.3949 +	{"delete":[false,false,"",false,false,""]}],
  1.3950 +["<ol id=a><li>foo</ol>{}<br><ol id=b><li>bar</ol>",
  1.3951 +	[["delete",""]],
  1.3952 +	"<ol id=\"a\"><li>foo{}</li><li>bar</li></ol>",
  1.3953 +	[true],
  1.3954 +	{"delete":[false,false,"",false,false,""]}],
  1.3955 +["<ol class=a><li>foo</ol>{}<br><ol class=b><li>bar</ol>",
  1.3956 +	[["delete",""]],
  1.3957 +	"<ol class=\"a\"><li>foo{}</li><li>bar</li></ol>",
  1.3958 +	[true],
  1.3959 +	{"delete":[false,false,"",false,false,""]}],
  1.3960 +["<ol><ol><li>foo</ol><li>{}<br></li><ol><li>bar</ol></ol>",
  1.3961 +	[["delete",""]],
  1.3962 +	"<ol><ol><li>foo{}</li><li>bar</li></ol></ol>",
  1.3963 +	[true],
  1.3964 +	{"delete":[false,false,"",false,false,""]}],
  1.3965 +["<ol><li>foo[</ol>bar]<ol><li>baz</ol>",
  1.3966 +	[["delete",""]],
  1.3967 +	"<ol><li>foo{}</li><li>baz</li></ol>",
  1.3968 +	[true],
  1.3969 +	{"delete":[false,false,"",false,false,""]}],
  1.3970 +["<ol><li>foo[</ol><p>bar]<ol><li>baz</ol>",
  1.3971 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3972 +	"<ol><li>foo{}</li><li>baz</li></ol>",
  1.3973 +	[true,true],
  1.3974 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3975 +["<ol><li>foo[</ol><p>bar]<ol><li>baz</ol>",
  1.3976 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3977 +	"<ol><li>foo{}</li><li>baz</li></ol>",
  1.3978 +	[true,true],
  1.3979 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3980 +["<ol><li><p>foo[</ol><p>bar]<ol><li>baz</ol>",
  1.3981 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.3982 +	"<ol><li><p>foo{}</p></li><li>baz</li></ol>",
  1.3983 +	[true,true],
  1.3984 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.3985 +["<ol><li><p>foo[</ol><p>bar]<ol><li>baz</ol>",
  1.3986 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.3987 +	"<ol><li><p>foo{}</p></li><li>baz</li></ol>",
  1.3988 +	[true,true],
  1.3989 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.3990 +["<ol><li>foo[]</ol><ol><li>bar</ol>",
  1.3991 +	[["delete",""]],
  1.3992 +	"<ol><li>fo[]</li></ol><ol><li>bar</li></ol>",
  1.3993 +	[true],
  1.3994 +	{"delete":[false,false,"",false,false,""]}],
  1.3995 +["<ol><li>foo</ol>[bar<ol><li>]baz</ol>",
  1.3996 +	[["delete",""]],
  1.3997 +	"<ol><li>foo</li></ol>{}baz",
  1.3998 +	[true],
  1.3999 +	{"delete":[false,false,"",false,false,""]}],
  1.4000 +["<ol><li>foo</ol><p>[bar<ol><li>]baz</ol>",
  1.4001 +	[["delete",""]],
  1.4002 +	"<ol><li>foo</li></ol><p>{}baz</p>",
  1.4003 +	[true],
  1.4004 +	{"delete":[false,false,"",false,false,""]}],
  1.4005 +["<ol><li>foo</ol><p>[bar<ol><li><p>]baz</ol>",
  1.4006 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.4007 +	"<ol><li>foo</li></ol><p>{}baz</p>",
  1.4008 +	[true,true],
  1.4009 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.4010 +["<ol><li>foo</ol><p>[bar<ol><li><p>]baz</ol>",
  1.4011 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.4012 +	"<ol><li>foo</li></ol><p>{}baz</p>",
  1.4013 +	[true,true],
  1.4014 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.4015 +["<ol><li>foo</ol><ol><li>b[]ar</ol>",
  1.4016 +	[["delete",""]],
  1.4017 +	"<ol><li>foo</li></ol><ol><li>{}ar</li></ol>",
  1.4018 +	[true],
  1.4019 +	{"delete":[false,false,"",false,false,""]}],
  1.4020 +["<ol><ol><li>foo[</ol><li>bar</ol>baz]<ol><li>quz</ol>",
  1.4021 +	[["delete",""]],
  1.4022 +	"<ol><ol><li>foo{}</li></ol><li>quz</li></ol>",
  1.4023 +	[true],
  1.4024 +	{"delete":[false,false,"",false,false,""]}],
  1.4025 +["<ul><li>foo</ul>{}<br><ul><li>bar</ul>",
  1.4026 +	[["delete",""]],
  1.4027 +	"<ul><li>foo{}</li><li>bar</li></ul>",
  1.4028 +	[true],
  1.4029 +	{"delete":[false,false,"",false,false,""]}],
  1.4030 +["<ul><li>foo</ul><p>{}<br></p><ul><li>bar</ul>",
  1.4031 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.4032 +	"<ul><li>foo{}</li><li>bar</li></ul>",
  1.4033 +	[true,true],
  1.4034 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.4035 +["<ul><li>foo</ul><p>{}<br></p><ul><li>bar</ul>",
  1.4036 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.4037 +	"<ul><li>foo{}</li><li>bar</li></ul>",
  1.4038 +	[true,true],
  1.4039 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.4040 +["<ol><li>foo[<li>bar]</ol><ol><li>baz</ol><ol><li>quz</ol>",
  1.4041 +	[["delete",""]],
  1.4042 +	"<ol><li>foo{}</li><li>baz</li><li>quz</li></ol>",
  1.4043 +	[true],
  1.4044 +	{"delete":[false,false,"",false,false,""]}],
  1.4045 +["<ol><li>foo</ol>{}<br><ul><li>bar</ul>",
  1.4046 +	[["delete",""]],
  1.4047 +	"<ol><li>foo{}</li></ol><ul><li>bar</li></ul>",
  1.4048 +	[true],
  1.4049 +	{"delete":[false,false,"",false,false,""]}],
  1.4050 +["<ol><li>foo</ol><p>{}<br></p><ul><li>bar</ul>",
  1.4051 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.4052 +	"<ol><li>foo{}</li></ol><ul><li>bar</li></ul>",
  1.4053 +	[true,true],
  1.4054 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.4055 +["<ol><li>foo</ol><p>{}<br></p><ul><li>bar</ul>",
  1.4056 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.4057 +	"<ol><li>foo{}</li></ol><ul><li>bar</li></ul>",
  1.4058 +	[true,true],
  1.4059 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.4060 +["<ul><li>foo</ul>{}<br><ol><li>bar</ol>",
  1.4061 +	[["delete",""]],
  1.4062 +	"<ul><li>foo{}</li></ul><ol><li>bar</li></ol>",
  1.4063 +	[true],
  1.4064 +	{"delete":[false,false,"",false,false,""]}],
  1.4065 +["<ul><li>foo</ul><p>{}<br></p><ol><li>bar</ol>",
  1.4066 +	[["defaultparagraphseparator","div"],["delete",""]],
  1.4067 +	"<ul><li>foo{}</li></ul><ol><li>bar</li></ol>",
  1.4068 +	[true,true],
  1.4069 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1.4070 +["<ul><li>foo</ul><p>{}<br></p><ol><li>bar</ol>",
  1.4071 +	[["defaultparagraphseparator","p"],["delete",""]],
  1.4072 +	"<ul><li>foo{}</li></ul><ol><li>bar</li></ol>",
  1.4073 +	[true,true],
  1.4074 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1.4075 +["<p><b>[foo]</b>",
  1.4076 +	[["delete",""]],
  1.4077 +	"<p><b>{}<br></b></p>",
  1.4078 +	[true],
  1.4079 +	{"delete":[false,false,"",false,false,""]}],
  1.4080 +["<p><quasit>[foo]</quasit>",
  1.4081 +	[["delete",""]],
  1.4082 +	"<p><quasit>{}<br></quasit></p>",
  1.4083 +	[true],
  1.4084 +	{"delete":[false,false,"",false,false,""]}],
  1.4085 +["<p><b><i>[foo]</i></b>",
  1.4086 +	[["delete",""]],
  1.4087 +	"<p><b><i>{}<br></i></b></p>",
  1.4088 +	[true],
  1.4089 +	{"delete":[false,false,"",false,false,""]}],
  1.4090 +["<p><b>{foo}</b>",
  1.4091 +	[["delete",""]],
  1.4092 +	"<p><b>{}<br></b></p>",
  1.4093 +	[true],
  1.4094 +	{"delete":[false,false,"",false,false,""]}],
  1.4095 +["<p>{<b>foo</b>}",
  1.4096 +	[["delete",""]],
  1.4097 +	"<p><b>{}<br></b></p>",
  1.4098 +	[true],
  1.4099 +	{"delete":[false,false,"",false,false,""]}],
  1.4100 +["<p><b>f[]</b>",
  1.4101 +	[["delete",""]],
  1.4102 +	"<p><b>{}<br></b></p>",
  1.4103 +	[true],
  1.4104 +	{"delete":[false,false,"",false,false,""]}],
  1.4105 +["<b>[foo]</b>",
  1.4106 +	[["delete",""]],
  1.4107 +	"<b>{}<br></b>",
  1.4108 +	[true],
  1.4109 +	{"delete":[false,false,"",false,false,""]}],
  1.4110 +["<div><b>[foo]</b></div>",
  1.4111 +	[["delete",""]],
  1.4112 +	"<div><b>{}<br></b></div>",
  1.4113 +	[true],
  1.4114 +	{"delete":[false,false,"",false,false,""]}],
  1.4115 +["foo[]bar",
  1.4116 +	[["fontname","sans-serif"]],
  1.4117 +	"foo[]bar",
  1.4118 +	[true],
  1.4119 +	{"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4120 +["<p>[foo</p> <p>bar]</p>",
  1.4121 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4122 +	"<p><span style=\"font-family:sans-serif\">[foo</span></p> <p><span style=\"font-family:sans-serif\">bar]</span></p>",
  1.4123 +	[true,true],
  1.4124 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4125 +["<p>[foo</p> <p>bar]</p>",
  1.4126 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4127 +	"<p><font face=\"sans-serif\">[foo</font></p> <p><font face=\"sans-serif\">bar]</font></p>",
  1.4128 +	[true,true],
  1.4129 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4130 +["<span>[foo</span> <span>bar]</span>",
  1.4131 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4132 +	"<span style=\"font-family:sans-serif\"><span>[foo</span> <span>bar]</span></span>",
  1.4133 +	[true,true],
  1.4134 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4135 +["<span>[foo</span> <span>bar]</span>",
  1.4136 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4137 +	"<font face=\"sans-serif\"><span>[foo</span> <span>bar]</span></font>",
  1.4138 +	[true,true],
  1.4139 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4140 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
  1.4141 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4142 +	"<p><span style=\"font-family:sans-serif\">[foo</span></p><p> <span style=\"font-family:sans-serif\"><span>bar</span></span> </p><p><span style=\"font-family:sans-serif\">baz]</span></p>",
  1.4143 +	[true,true],
  1.4144 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4145 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
  1.4146 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4147 +	"<p><font face=\"sans-serif\">[foo</font></p><p> <font face=\"sans-serif\"><span>bar</span></font> </p><p><font face=\"sans-serif\">baz]</font></p>",
  1.4148 +	[true,true],
  1.4149 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4150 +["<p>[foo<p><br><p>bar]",
  1.4151 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4152 +	"<p><span style=\"font-family:sans-serif\">[foo</span></p><p><span style=\"font-family:sans-serif\"><br></span></p><p><span style=\"font-family:sans-serif\">bar]</span></p>",
  1.4153 +	[true,true],
  1.4154 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4155 +["<p>[foo<p><br><p>bar]",
  1.4156 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4157 +	"<p><font face=\"sans-serif\">[foo</font></p><p><font face=\"sans-serif\"><br></font></p><p><font face=\"sans-serif\">bar]</font></p>",
  1.4158 +	[true,true],
  1.4159 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4160 +["<b>foo[]bar</b>",
  1.4161 +	[["fontname","sans-serif"]],
  1.4162 +	"<b>foo[]bar</b>",
  1.4163 +	[true],
  1.4164 +	{"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4165 +["<i>foo[]bar</i>",
  1.4166 +	[["fontname","sans-serif"]],
  1.4167 +	"<i>foo[]bar</i>",
  1.4168 +	[true],
  1.4169 +	{"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4170 +["<span>foo</span>{}<span>bar</span>",
  1.4171 +	[["fontname","sans-serif"]],
  1.4172 +	"<span>foo</span>{}<span>bar</span>",
  1.4173 +	[true],
  1.4174 +	{"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4175 +["<span>foo[</span><span>]bar</span>",
  1.4176 +	[["fontname","sans-serif"]],
  1.4177 +	"<span>foo[</span><span>]bar</span>",
  1.4178 +	[true],
  1.4179 +	{"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4180 +["foo[bar]baz",
  1.4181 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4182 +	"foo<span style=\"font-family:sans-serif\">[bar]</span>baz",
  1.4183 +	[true,true],
  1.4184 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4185 +["foo[bar]baz",
  1.4186 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4187 +	"foo<font face=\"sans-serif\">[bar]</font>baz",
  1.4188 +	[true,true],
  1.4189 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4190 +["foo[bar<b>baz]qoz</b>quz",
  1.4191 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4192 +	"foo<span style=\"font-family:sans-serif\">[bar</span><b><span style=\"font-family:sans-serif\">baz]</span>qoz</b>quz",
  1.4193 +	[true,true],
  1.4194 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4195 +["foo[bar<b>baz]qoz</b>quz",
  1.4196 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4197 +	"foo<font face=\"sans-serif\">[bar</font><b><font face=\"sans-serif\">baz]</font>qoz</b>quz",
  1.4198 +	[true,true],
  1.4199 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4200 +["foo[bar<i>baz]qoz</i>quz",
  1.4201 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4202 +	"foo<span style=\"font-family:sans-serif\">[bar</span><i><span style=\"font-family:sans-serif\">baz]</span>qoz</i>quz",
  1.4203 +	[true,true],
  1.4204 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4205 +["foo[bar<i>baz]qoz</i>quz",
  1.4206 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4207 +	"foo<font face=\"sans-serif\">[bar</font><i><font face=\"sans-serif\">baz]</font>qoz</i>quz",
  1.4208 +	[true,true],
  1.4209 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4210 +["{<p><p> <p>foo</p>}",
  1.4211 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4212 +	"{<p></p><p> </p><p><span style=\"font-family:sans-serif\">foo</span></p>}",
  1.4213 +	[true,true],
  1.4214 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4215 +["{<p><p> <p>foo</p>}",
  1.4216 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4217 +	"{<p></p><p> </p><p><font face=\"sans-serif\">foo</font></p>}",
  1.4218 +	[true,true],
  1.4219 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4220 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  1.4221 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4222 +	"<table><tbody><tr><td>foo</td><td>b<span style=\"font-family:sans-serif\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
  1.4223 +	[true,true],
  1.4224 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4225 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  1.4226 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4227 +	"<table><tbody><tr><td>foo</td><td>b<font face=\"sans-serif\">[a]</font>r</td><td>baz</td></tr></tbody></table>",
  1.4228 +	[true,true],
  1.4229 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4230 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  1.4231 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4232 +	"<table><tbody><tr><td>foo</td>{<td><span style=\"font-family:sans-serif\">bar</span></td>}<td>baz</td></tr></tbody></table>",
  1.4233 +	[true,true],
  1.4234 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4235 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  1.4236 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4237 +	"<table><tbody><tr><td>foo</td>{<td><font face=\"sans-serif\">bar</font></td>}<td>baz</td></tr></tbody></table>",
  1.4238 +	[true,true],
  1.4239 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4240 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  1.4241 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4242 +	"<table><tbody><tr>{<td><span style=\"font-family:sans-serif\">foo</span></td><td><span style=\"font-family:sans-serif\">bar</span></td>}<td>baz</td></tr></tbody></table>",
  1.4243 +	[true,true],
  1.4244 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4245 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  1.4246 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4247 +	"<table><tbody><tr>{<td><font face=\"sans-serif\">foo</font></td><td><font face=\"sans-serif\">bar</font></td>}<td>baz</td></tr></tbody></table>",
  1.4248 +	[true,true],
  1.4249 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4250 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  1.4251 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4252 +	"<table><tbody>{<tr><td><span style=\"font-family:sans-serif\">foo</span></td><td><span style=\"font-family:sans-serif\">bar</span></td><td><span style=\"font-family:sans-serif\">baz</span></td></tr>}</tbody></table>",
  1.4253 +	[true,true],
  1.4254 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4255 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  1.4256 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4257 +	"<table><tbody>{<tr><td><font face=\"sans-serif\">foo</font></td><td><font face=\"sans-serif\">bar</font></td><td><font face=\"sans-serif\">baz</font></td></tr>}</tbody></table>",
  1.4258 +	[true,true],
  1.4259 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4260 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  1.4261 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4262 +	"<table>{<tbody><tr><td><span style=\"font-family:sans-serif\">foo</span></td><td><span style=\"font-family:sans-serif\">bar</span></td><td><span style=\"font-family:sans-serif\">baz</span></td></tr></tbody>}</table>",
  1.4263 +	[true,true],
  1.4264 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4265 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  1.4266 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4267 +	"<table>{<tbody><tr><td><font face=\"sans-serif\">foo</font></td><td><font face=\"sans-serif\">bar</font></td><td><font face=\"sans-serif\">baz</font></td></tr></tbody>}</table>",
  1.4268 +	[true,true],
  1.4269 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4270 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
  1.4271 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4272 +	"{<table><tbody><tr><td><span style=\"font-family:sans-serif\">foo</span></td><td><span style=\"font-family:sans-serif\">bar</span></td><td><span style=\"font-family:sans-serif\">baz</span></td></tr></tbody></table>}",
  1.4273 +	[true,true],
  1.4274 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4275 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
  1.4276 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4277 +	"{<table><tbody><tr><td><font face=\"sans-serif\">foo</font></td><td><font face=\"sans-serif\">bar</font></td><td><font face=\"sans-serif\">baz</font></td></tr></tbody></table>}",
  1.4278 +	[true,true],
  1.4279 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  1.4280 +["foo<code>[bar]</code>baz",
  1.4281 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4282 +	"foo<code><span style=\"font-family:sans-serif\">[bar]</span></code>baz",
  1.4283 +	[true,true],
  1.4284 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4285 +["foo<code>[bar]</code>baz",
  1.4286 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4287 +	"foo<code><font face=\"sans-serif\">[bar]</font></code>baz",
  1.4288 +	[true,true],
  1.4289 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4290 +["foo<kbd>[bar]</kbd>baz",
  1.4291 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4292 +	"foo<kbd><span style=\"font-family:sans-serif\">[bar]</span></kbd>baz",
  1.4293 +	[true,true],
  1.4294 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4295 +["foo<kbd>[bar]</kbd>baz",
  1.4296 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4297 +	"foo<kbd><font face=\"sans-serif\">[bar]</font></kbd>baz",
  1.4298 +	[true,true],
  1.4299 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4300 +["foo<listing>[bar]</listing>baz",
  1.4301 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4302 +	"foo<listing><span style=\"font-family:sans-serif\">[bar]</span></listing>baz",
  1.4303 +	[true,true],
  1.4304 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4305 +["foo<listing>[bar]</listing>baz",
  1.4306 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4307 +	"foo<listing><font face=\"sans-serif\">[bar]</font></listing>baz",
  1.4308 +	[true,true],
  1.4309 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4310 +["foo<pre>[bar]</pre>baz",
  1.4311 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4312 +	"foo<pre><span style=\"font-family:sans-serif\">[bar]</span></pre>baz",
  1.4313 +	[true,true],
  1.4314 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4315 +["foo<pre>[bar]</pre>baz",
  1.4316 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4317 +	"foo<pre><font face=\"sans-serif\">[bar]</font></pre>baz",
  1.4318 +	[true,true],
  1.4319 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4320 +["foo<samp>[bar]</samp>baz",
  1.4321 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4322 +	"foo<samp><span style=\"font-family:sans-serif\">[bar]</span></samp>baz",
  1.4323 +	[true,true],
  1.4324 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4325 +["foo<samp>[bar]</samp>baz",
  1.4326 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4327 +	"foo<samp><font face=\"sans-serif\">[bar]</font></samp>baz",
  1.4328 +	[true,true],
  1.4329 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4330 +["foo<tt>[bar]</tt>baz",
  1.4331 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4332 +	"foo<tt><span style=\"font-family:sans-serif\">[bar]</span></tt>baz",
  1.4333 +	[true,true],
  1.4334 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4335 +["foo<tt>[bar]</tt>baz",
  1.4336 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4337 +	"foo<tt><font face=\"sans-serif\">[bar]</font></tt>baz",
  1.4338 +	[true,true],
  1.4339 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4340 +["foo<code>b[a]r</code>baz",
  1.4341 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4342 +	"foo<code>b<span style=\"font-family:sans-serif\">[a]</span>r</code>baz",
  1.4343 +	[true,true],
  1.4344 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4345 +["foo<code>b[a]r</code>baz",
  1.4346 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4347 +	"foo<code>b<font face=\"sans-serif\">[a]</font>r</code>baz",
  1.4348 +	[true,true],
  1.4349 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4350 +["foo<kbd>b[a]r</kbd>baz",
  1.4351 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4352 +	"foo<kbd>b<span style=\"font-family:sans-serif\">[a]</span>r</kbd>baz",
  1.4353 +	[true,true],
  1.4354 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4355 +["foo<kbd>b[a]r</kbd>baz",
  1.4356 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4357 +	"foo<kbd>b<font face=\"sans-serif\">[a]</font>r</kbd>baz",
  1.4358 +	[true,true],
  1.4359 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4360 +["foo<listing>b[a]r</listing>baz",
  1.4361 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4362 +	"foo<listing>b<span style=\"font-family:sans-serif\">[a]</span>r</listing>baz",
  1.4363 +	[true,true],
  1.4364 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4365 +["foo<listing>b[a]r</listing>baz",
  1.4366 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4367 +	"foo<listing>b<font face=\"sans-serif\">[a]</font>r</listing>baz",
  1.4368 +	[true,true],
  1.4369 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4370 +["foo<pre>b[a]r</pre>baz",
  1.4371 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4372 +	"foo<pre>b<span style=\"font-family:sans-serif\">[a]</span>r</pre>baz",
  1.4373 +	[true,true],
  1.4374 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4375 +["foo<pre>b[a]r</pre>baz",
  1.4376 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4377 +	"foo<pre>b<font face=\"sans-serif\">[a]</font>r</pre>baz",
  1.4378 +	[true,true],
  1.4379 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4380 +["foo<samp>b[a]r</samp>baz",
  1.4381 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4382 +	"foo<samp>b<span style=\"font-family:sans-serif\">[a]</span>r</samp>baz",
  1.4383 +	[true,true],
  1.4384 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4385 +["foo<samp>b[a]r</samp>baz",
  1.4386 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4387 +	"foo<samp>b<font face=\"sans-serif\">[a]</font>r</samp>baz",
  1.4388 +	[true,true],
  1.4389 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4390 +["foo<tt>b[a]r</tt>baz",
  1.4391 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4392 +	"foo<tt>b<span style=\"font-family:sans-serif\">[a]</span>r</tt>baz",
  1.4393 +	[true,true],
  1.4394 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4395 +["foo<tt>b[a]r</tt>baz",
  1.4396 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4397 +	"foo<tt>b<font face=\"sans-serif\">[a]</font>r</tt>baz",
  1.4398 +	[true,true],
  1.4399 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4400 +["[foo<code>bar</code>baz]",
  1.4401 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4402 +	"<span style=\"font-family:sans-serif\">[foo<code><span style=\"font-family:sans-serif\">bar</span></code>baz]</span>",
  1.4403 +	[true,true],
  1.4404 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4405 +["[foo<code>bar</code>baz]",
  1.4406 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4407 +	"<font face=\"sans-serif\">[foo<code><font face=\"sans-serif\">bar</font></code>baz]</font>",
  1.4408 +	[true,true],
  1.4409 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4410 +["[foo<kbd>bar</kbd>baz]",
  1.4411 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4412 +	"<span style=\"font-family:sans-serif\">[foo<kbd><span style=\"font-family:sans-serif\">bar</span></kbd>baz]</span>",
  1.4413 +	[true,true],
  1.4414 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4415 +["[foo<kbd>bar</kbd>baz]",
  1.4416 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4417 +	"<font face=\"sans-serif\">[foo<kbd><font face=\"sans-serif\">bar</font></kbd>baz]</font>",
  1.4418 +	[true,true],
  1.4419 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4420 +["[foo<listing>bar</listing>baz]",
  1.4421 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4422 +	"<span style=\"font-family:sans-serif\">[foo</span><listing><span style=\"font-family:sans-serif\">bar</span></listing><span style=\"font-family:sans-serif\">baz]</span>",
  1.4423 +	[true,true],
  1.4424 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4425 +["[foo<listing>bar</listing>baz]",
  1.4426 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4427 +	"<font face=\"sans-serif\">[foo</font><listing><font face=\"sans-serif\">bar</font></listing><font face=\"sans-serif\">baz]</font>",
  1.4428 +	[true,true],
  1.4429 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4430 +["[foo<pre>bar</pre>baz]",
  1.4431 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4432 +	"<span style=\"font-family:sans-serif\">[foo</span><pre><span style=\"font-family:sans-serif\">bar</span></pre><span style=\"font-family:sans-serif\">baz]</span>",
  1.4433 +	[true,true],
  1.4434 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4435 +["[foo<pre>bar</pre>baz]",
  1.4436 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4437 +	"<font face=\"sans-serif\">[foo</font><pre><font face=\"sans-serif\">bar</font></pre><font face=\"sans-serif\">baz]</font>",
  1.4438 +	[true,true],
  1.4439 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4440 +["[foo<samp>bar</samp>baz]",
  1.4441 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4442 +	"<span style=\"font-family:sans-serif\">[foo<samp><span style=\"font-family:sans-serif\">bar</span></samp>baz]</span>",
  1.4443 +	[true,true],
  1.4444 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4445 +["[foo<samp>bar</samp>baz]",
  1.4446 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4447 +	"<font face=\"sans-serif\">[foo<samp><font face=\"sans-serif\">bar</font></samp>baz]</font>",
  1.4448 +	[true,true],
  1.4449 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4450 +["[foo<tt>bar</tt>baz]",
  1.4451 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4452 +	"<span style=\"font-family:sans-serif\">[foo<tt><span style=\"font-family:sans-serif\">bar</span></tt>baz]</span>",
  1.4453 +	[true,true],
  1.4454 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4455 +["[foo<tt>bar</tt>baz]",
  1.4456 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4457 +	"<font face=\"sans-serif\">[foo<tt><font face=\"sans-serif\">bar</font></tt>baz]</font>",
  1.4458 +	[true,true],
  1.4459 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4460 +["[foo<code>ba]r</code>baz",
  1.4461 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4462 +	"<span style=\"font-family:sans-serif\">[foo</span><code><span style=\"font-family:sans-serif\">ba]</span>r</code>baz",
  1.4463 +	[true,true],
  1.4464 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4465 +["[foo<code>ba]r</code>baz",
  1.4466 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4467 +	"<font face=\"sans-serif\">[foo</font><code><font face=\"sans-serif\">ba]</font>r</code>baz",
  1.4468 +	[true,true],
  1.4469 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4470 +["[foo<kbd>ba]r</kbd>baz",
  1.4471 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4472 +	"<span style=\"font-family:sans-serif\">[foo</span><kbd><span style=\"font-family:sans-serif\">ba]</span>r</kbd>baz",
  1.4473 +	[true,true],
  1.4474 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4475 +["[foo<kbd>ba]r</kbd>baz",
  1.4476 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4477 +	"<font face=\"sans-serif\">[foo</font><kbd><font face=\"sans-serif\">ba]</font>r</kbd>baz",
  1.4478 +	[true,true],
  1.4479 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4480 +["[foo<listing>ba]r</listing>baz",
  1.4481 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4482 +	"<span style=\"font-family:sans-serif\">[foo</span><listing><span style=\"font-family:sans-serif\">ba]</span>r</listing>baz",
  1.4483 +	[true,true],
  1.4484 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4485 +["[foo<listing>ba]r</listing>baz",
  1.4486 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4487 +	"<font face=\"sans-serif\">[foo</font><listing><font face=\"sans-serif\">ba]</font>r</listing>baz",
  1.4488 +	[true,true],
  1.4489 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4490 +["[foo<pre>ba]r</pre>baz",
  1.4491 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4492 +	"<span style=\"font-family:sans-serif\">[foo</span><pre><span style=\"font-family:sans-serif\">ba]</span>r</pre>baz",
  1.4493 +	[true,true],
  1.4494 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4495 +["[foo<pre>ba]r</pre>baz",
  1.4496 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4497 +	"<font face=\"sans-serif\">[foo</font><pre><font face=\"sans-serif\">ba]</font>r</pre>baz",
  1.4498 +	[true,true],
  1.4499 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4500 +["[foo<samp>ba]r</samp>baz",
  1.4501 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4502 +	"<span style=\"font-family:sans-serif\">[foo</span><samp><span style=\"font-family:sans-serif\">ba]</span>r</samp>baz",
  1.4503 +	[true,true],
  1.4504 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4505 +["[foo<samp>ba]r</samp>baz",
  1.4506 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4507 +	"<font face=\"sans-serif\">[foo</font><samp><font face=\"sans-serif\">ba]</font>r</samp>baz",
  1.4508 +	[true,true],
  1.4509 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4510 +["[foo<tt>ba]r</tt>baz",
  1.4511 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4512 +	"<span style=\"font-family:sans-serif\">[foo</span><tt><span style=\"font-family:sans-serif\">ba]</span>r</tt>baz",
  1.4513 +	[true,true],
  1.4514 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4515 +["[foo<tt>ba]r</tt>baz",
  1.4516 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4517 +	"<font face=\"sans-serif\">[foo</font><tt><font face=\"sans-serif\">ba]</font>r</tt>baz",
  1.4518 +	[true,true],
  1.4519 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4520 +["foo<code>b[ar</code>baz]",
  1.4521 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4522 +	"foo<code>b<span style=\"font-family:sans-serif\">[ar</span></code><span style=\"font-family:sans-serif\">baz]</span>",
  1.4523 +	[true,true],
  1.4524 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  1.4525 +["foo<code>b[ar</code>baz]",
  1.4526 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4527 +	"foo<code>b<font face=\"sans-serif\">[ar</font></code><font face=\"sans-serif\">baz]</font>",
  1.4528 +	[true,true],
  1.4529 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  1.4530 +["foo<kbd>b[ar</kbd>baz]",
  1.4531 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4532 +	"foo<kbd>b<span style=\"font-family:sans-serif\">[ar</span></kbd><span style=\"font-family:sans-serif\">baz]</span>",
  1.4533 +	[true,true],
  1.4534 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  1.4535 +["foo<kbd>b[ar</kbd>baz]",
  1.4536 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4537 +	"foo<kbd>b<font face=\"sans-serif\">[ar</font></kbd><font face=\"sans-serif\">baz]</font>",
  1.4538 +	[true,true],
  1.4539 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  1.4540 +["foo<listing>b[ar</listing>baz]",
  1.4541 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4542 +	"foo<listing>b<span style=\"font-family:sans-serif\">[ar</span></listing><span style=\"font-family:sans-serif\">baz]</span>",
  1.4543 +	[true,true],
  1.4544 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  1.4545 +["foo<listing>b[ar</listing>baz]",
  1.4546 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4547 +	"foo<listing>b<font face=\"sans-serif\">[ar</font></listing><font face=\"sans-serif\">baz]</font>",
  1.4548 +	[true,true],
  1.4549 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  1.4550 +["foo<pre>b[ar</pre>baz]",
  1.4551 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4552 +	"foo<pre>b<span style=\"font-family:sans-serif\">[ar</span></pre><span style=\"font-family:sans-serif\">baz]</span>",
  1.4553 +	[true,true],
  1.4554 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  1.4555 +["foo<pre>b[ar</pre>baz]",
  1.4556 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4557 +	"foo<pre>b<font face=\"sans-serif\">[ar</font></pre><font face=\"sans-serif\">baz]</font>",
  1.4558 +	[true,true],
  1.4559 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  1.4560 +["foo<samp>b[ar</samp>baz]",
  1.4561 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4562 +	"foo<samp>b<span style=\"font-family:sans-serif\">[ar</span></samp><span style=\"font-family:sans-serif\">baz]</span>",
  1.4563 +	[true,true],
  1.4564 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  1.4565 +["foo<samp>b[ar</samp>baz]",
  1.4566 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4567 +	"foo<samp>b<font face=\"sans-serif\">[ar</font></samp><font face=\"sans-serif\">baz]</font>",
  1.4568 +	[true,true],
  1.4569 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  1.4570 +["foo<tt>b[ar</tt>baz]",
  1.4571 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4572 +	"foo<tt>b<span style=\"font-family:sans-serif\">[ar</span></tt><span style=\"font-family:sans-serif\">baz]</span>",
  1.4573 +	[true,true],
  1.4574 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  1.4575 +["foo<tt>b[ar</tt>baz]",
  1.4576 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4577 +	"foo<tt>b<font face=\"sans-serif\">[ar</font></tt><font face=\"sans-serif\">baz]</font>",
  1.4578 +	[true,true],
  1.4579 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  1.4580 +["foo<span style=\"font-family: sans-serif\">[bar]</span>baz",
  1.4581 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4582 +	"foo<span style=\"font-family:sans-serif\">[bar]</span>baz",
  1.4583 +	[true,true],
  1.4584 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"sans-serif",false,false,"sans-serif"]}],
  1.4585 +["foo<span style=\"font-family: sans-serif\">[bar]</span>baz",
  1.4586 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4587 +	"foo<font face=\"sans-serif\">[bar]</font>baz",
  1.4588 +	[true,true],
  1.4589 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"sans-serif",false,false,"sans-serif"]}],
  1.4590 +["foo<span style=\"font-family: sans-serif\">b[a]r</span>baz",
  1.4591 +	[["fontname","sans-serif"]],
  1.4592 +	"foo<span style=\"font-family:sans-serif\">b[a]r</span>baz",
  1.4593 +	[true],
  1.4594 +	{"fontname":[false,false,"sans-serif",false,false,"sans-serif"]}],
  1.4595 +["foo<span style=\"font-family: monospace\">[bar]</span>baz",
  1.4596 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4597 +	"foo<span style=\"font-family:sans-serif\">[bar]</span>baz",
  1.4598 +	[true,true],
  1.4599 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4600 +["foo<span style=\"font-family: monospace\">[bar]</span>baz",
  1.4601 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4602 +	"foo<font face=\"sans-serif\">[bar]</font>baz",
  1.4603 +	[true,true],
  1.4604 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4605 +["foo<span style=\"font-family: monospace\">b[a]r</span>baz",
  1.4606 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4607 +	"foo<span style=\"font-family:monospace\">b<span style=\"font-family:sans-serif\">[a]</span>r</span>baz",
  1.4608 +	[true,true],
  1.4609 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4610 +["foo<span style=\"font-family: monospace\">b[a]r</span>baz",
  1.4611 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4612 +	"foo<span style=\"font-family:monospace\">b<font face=\"sans-serif\">[a]</font>r</span>baz",
  1.4613 +	[true,true],
  1.4614 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4615 +["foo<tt contenteditable=false>ba[r</tt>b]az",
  1.4616 +	[["fontname","sans-serif"]],
  1.4617 +	"foo<tt contenteditable=\"false\">ba[r</tt>b]az",
  1.4618 +	[false],
  1.4619 +	{"fontname":[false,false,"serif",false,false,"serif"]}],
  1.4620 +["fo[o<tt contenteditable=false>b]ar</tt>baz",
  1.4621 +	[["fontname","sans-serif"]],
  1.4622 +	"fo[o<tt contenteditable=\"false\">b]ar</tt>baz",
  1.4623 +	[false],
  1.4624 +	{"fontname":[false,false,"serif",false,false,"serif"]}],
  1.4625 +["foo<tt>{}<br></tt>bar",
  1.4626 +	[["fontname","sans-serif"]],
  1.4627 +	"foo<tt>{}<br></tt>bar",
  1.4628 +	[true],
  1.4629 +	{"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4630 +["foo<tt>{<br></tt>}bar",
  1.4631 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4632 +	"foo<tt>{<span style=\"font-family:sans-serif\"><br></span></tt>}bar",
  1.4633 +	[true,true],
  1.4634 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4635 +["foo<tt>{<br></tt>}bar",
  1.4636 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4637 +	"foo<tt>{<font face=\"sans-serif\"><br></font></tt>}bar",
  1.4638 +	[true,true],
  1.4639 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4640 +["foo<tt>{<br></tt>b]ar",
  1.4641 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4642 +	"foo<tt>{<span style=\"font-family:sans-serif\"><br></span></tt><span style=\"font-family:sans-serif\">b]</span>ar",
  1.4643 +	[true,true],
  1.4644 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  1.4645 +["foo<tt>{<br></tt>b]ar",
  1.4646 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4647 +	"foo<tt>{<font face=\"sans-serif\"><br></font></tt><font face=\"sans-serif\">b]</font>ar",
  1.4648 +	[true,true],
  1.4649 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  1.4650 +["fo[o<span style=font-family:monospace>b]ar</span>baz",
  1.4651 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4652 +	"fo<span style=\"font-family:sans-serif\">[o</span><span style=\"font-family:monospace\"><span style=\"font-family:sans-serif\">b]</span>ar</span>baz",
  1.4653 +	[true,true],
  1.4654 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4655 +["fo[o<span style=font-family:monospace>b]ar</span>baz",
  1.4656 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4657 +	"fo<font face=\"sans-serif\">[o</font><span style=\"font-family:monospace\"><font face=\"sans-serif\">b]</font>ar</span>baz",
  1.4658 +	[true,true],
  1.4659 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4660 +["foo<span style=font-family:monospace>ba[r</span>b]az",
  1.4661 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4662 +	"foo<span style=\"font-family:monospace\">ba<span style=\"font-family:sans-serif\">[r</span></span><span style=\"font-family:sans-serif\">b]</span>az",
  1.4663 +	[true,true],
  1.4664 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  1.4665 +["foo<span style=font-family:monospace>ba[r</span>b]az",
  1.4666 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4667 +	"foo<span style=\"font-family:monospace\">ba<font face=\"sans-serif\">[r</font></span><font face=\"sans-serif\">b]</font>az",
  1.4668 +	[true,true],
  1.4669 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  1.4670 +["fo[o<span style=font-family:monospace>bar</span>b]az",
  1.4671 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4672 +	"fo<span style=\"font-family:sans-serif\">[obarb]</span>az",
  1.4673 +	[true,true],
  1.4674 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4675 +["fo[o<span style=font-family:monospace>bar</span>b]az",
  1.4676 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4677 +	"fo<font face=\"sans-serif\">[obarb]</font>az",
  1.4678 +	[true,true],
  1.4679 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4680 +["foo[<span style=font-family:monospace>b]ar</span>baz",
  1.4681 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4682 +	"foo[<span style=\"font-family:monospace\"><span style=\"font-family:sans-serif\">b]</span>ar</span>baz",
  1.4683 +	[true,true],
  1.4684 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4685 +["foo[<span style=font-family:monospace>b]ar</span>baz",
  1.4686 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4687 +	"foo[<span style=\"font-family:monospace\"><font face=\"sans-serif\">b]</font>ar</span>baz",
  1.4688 +	[true,true],
  1.4689 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4690 +["foo<span style=font-family:monospace>ba[r</span>]baz",
  1.4691 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4692 +	"foo<span style=\"font-family:monospace\">ba<span style=\"font-family:sans-serif\">[r</span></span>]baz",
  1.4693 +	[true,true],
  1.4694 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4695 +["foo<span style=font-family:monospace>ba[r</span>]baz",
  1.4696 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4697 +	"foo<span style=\"font-family:monospace\">ba<font face=\"sans-serif\">[r</font></span>]baz",
  1.4698 +	[true,true],
  1.4699 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4700 +["foo[<span style=font-family:monospace>bar</span>]baz",
  1.4701 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4702 +	"foo[<span style=\"font-family:sans-serif\">bar</span>]baz",
  1.4703 +	[true,true],
  1.4704 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4705 +["foo[<span style=font-family:monospace>bar</span>]baz",
  1.4706 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4707 +	"foo[<font face=\"sans-serif\">bar</font>]baz",
  1.4708 +	[true,true],
  1.4709 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4710 +["foo<span style=font-family:monospace>[bar]</span>baz",
  1.4711 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4712 +	"foo<span style=\"font-family:sans-serif\">[bar]</span>baz",
  1.4713 +	[true,true],
  1.4714 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4715 +["foo<span style=font-family:monospace>[bar]</span>baz",
  1.4716 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4717 +	"foo<font face=\"sans-serif\">[bar]</font>baz",
  1.4718 +	[true,true],
  1.4719 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4720 +["foo{<span style=font-family:monospace>bar</span>}baz",
  1.4721 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4722 +	"foo{<span style=\"font-family:sans-serif\">bar}</span>baz",
  1.4723 +	[true,true],
  1.4724 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4725 +["foo{<span style=font-family:monospace>bar</span>}baz",
  1.4726 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4727 +	"foo{<font face=\"sans-serif\">bar}</font>baz",
  1.4728 +	[true,true],
  1.4729 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4730 +["fo[o<code>b]ar</code>",
  1.4731 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4732 +	"fo<span style=\"font-family:sans-serif\">[o</span><code><span style=\"font-family:sans-serif\">b]</span>ar</code>",
  1.4733 +	[true,true],
  1.4734 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4735 +["fo[o<code>b]ar</code>",
  1.4736 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4737 +	"fo<font face=\"sans-serif\">[o</font><code><font face=\"sans-serif\">b]</font>ar</code>",
  1.4738 +	[true,true],
  1.4739 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4740 +["fo[o<kbd>b]ar</kbd>",
  1.4741 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4742 +	"fo<span style=\"font-family:sans-serif\">[o</span><kbd><span style=\"font-family:sans-serif\">b]</span>ar</kbd>",
  1.4743 +	[true,true],
  1.4744 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4745 +["fo[o<kbd>b]ar</kbd>",
  1.4746 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4747 +	"fo<font face=\"sans-serif\">[o</font><kbd><font face=\"sans-serif\">b]</font>ar</kbd>",
  1.4748 +	[true,true],
  1.4749 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4750 +["fo[o<listing>b]ar</listing>",
  1.4751 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4752 +	"fo<span style=\"font-family:sans-serif\">[o</span><listing><span style=\"font-family:sans-serif\">b]</span>ar</listing>",
  1.4753 +	[true,true],
  1.4754 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4755 +["fo[o<listing>b]ar</listing>",
  1.4756 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4757 +	"fo<font face=\"sans-serif\">[o</font><listing><font face=\"sans-serif\">b]</font>ar</listing>",
  1.4758 +	[true,true],
  1.4759 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4760 +["fo[o<pre>b]ar</pre>",
  1.4761 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4762 +	"fo<span style=\"font-family:sans-serif\">[o</span><pre><span style=\"font-family:sans-serif\">b]</span>ar</pre>",
  1.4763 +	[true,true],
  1.4764 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4765 +["fo[o<pre>b]ar</pre>",
  1.4766 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4767 +	"fo<font face=\"sans-serif\">[o</font><pre><font face=\"sans-serif\">b]</font>ar</pre>",
  1.4768 +	[true,true],
  1.4769 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4770 +["fo[o<samp>b]ar</samp>",
  1.4771 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4772 +	"fo<span style=\"font-family:sans-serif\">[o</span><samp><span style=\"font-family:sans-serif\">b]</span>ar</samp>",
  1.4773 +	[true,true],
  1.4774 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4775 +["fo[o<samp>b]ar</samp>",
  1.4776 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4777 +	"fo<font face=\"sans-serif\">[o</font><samp><font face=\"sans-serif\">b]</font>ar</samp>",
  1.4778 +	[true,true],
  1.4779 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4780 +["fo[o<tt>b]ar</tt>",
  1.4781 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4782 +	"fo<span style=\"font-family:sans-serif\">[o</span><tt><span style=\"font-family:sans-serif\">b]</span>ar</tt>",
  1.4783 +	[true,true],
  1.4784 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4785 +["fo[o<tt>b]ar</tt>",
  1.4786 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4787 +	"fo<font face=\"sans-serif\">[o</font><tt><font face=\"sans-serif\">b]</font>ar</tt>",
  1.4788 +	[true,true],
  1.4789 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  1.4790 +["<tt>fo[o</tt><code>b]ar</code>",
  1.4791 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4792 +	"<tt>fo<span style=\"font-family:sans-serif\">[o</span></tt><code><span style=\"font-family:sans-serif\">b]</span>ar</code>",
  1.4793 +	[true,true],
  1.4794 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4795 +["<tt>fo[o</tt><code>b]ar</code>",
  1.4796 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4797 +	"<tt>fo<font face=\"sans-serif\">[o</font></tt><code><font face=\"sans-serif\">b]</font>ar</code>",
  1.4798 +	[true,true],
  1.4799 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4800 +["<pre>fo[o</pre><samp>b]ar</samp>",
  1.4801 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4802 +	"<pre>fo<span style=\"font-family:sans-serif\">[o</span></pre><samp><span style=\"font-family:sans-serif\">b]</span>ar</samp>",
  1.4803 +	[true,true],
  1.4804 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4805 +["<pre>fo[o</pre><samp>b]ar</samp>",
  1.4806 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4807 +	"<pre>fo<font face=\"sans-serif\">[o</font></pre><samp><font face=\"sans-serif\">b]</font>ar</samp>",
  1.4808 +	[true,true],
  1.4809 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4810 +["<span style=font-family:monospace>fo[o</span><kbd>b]ar</kbd>",
  1.4811 +	[["stylewithcss","true"],["fontname","sans-serif"]],
  1.4812 +	"<span style=\"font-family:monospace\">fo<span style=\"font-family:sans-serif\">[o</span></span><kbd><span style=\"font-family:sans-serif\">b]</span>ar</kbd>",
  1.4813 +	[true,true],
  1.4814 +	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4815 +["<span style=font-family:monospace>fo[o</span><kbd>b]ar</kbd>",
  1.4816 +	[["stylewithcss","false"],["fontname","sans-serif"]],
  1.4817 +	"<span style=\"font-family:monospace\">fo<font face=\"sans-serif\">[o</font></span><kbd><font face=\"sans-serif\">b]</font>ar</kbd>",
  1.4818 +	[true,true],
  1.4819 +	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  1.4820 +["foo[]bar",
  1.4821 +	[["fontsize","4"]],
  1.4822 +	"foo[]bar",
  1.4823 +	[true],
  1.4824 +	{"fontsize":[false,false,"3",false,false,"4"]}],
  1.4825 +["<p>[foo</p> <p>bar]</p>",
  1.4826 +	[["stylewithcss","true"],["fontsize","4"]],
  1.4827 +	"<p><span style=\"font-size:large\">[foo</span></p> <p><span style=\"font-size:large\">bar]</span></p>",
  1.4828 +	[true,true],
  1.4829 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.4830 +["<p>[foo</p> <p>bar]</p>",
  1.4831 +	[["stylewithcss","false"],["fontsize","4"]],
  1.4832 +	"<p><font size=\"4\">[foo</font></p> <p><font size=\"4\">bar]</font></p>",
  1.4833 +	[true,true],
  1.4834 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.4835 +["<span>[foo</span> <span>bar]</span>",
  1.4836 +	[["stylewithcss","true"],["fontsize","4"]],
  1.4837 +	"<span style=\"font-size:large\"><span>[foo</span> <span>bar]</span></span>",
  1.4838 +	[true,true],
  1.4839 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.4840 +["<span>[foo</span> <span>bar]</span>",
  1.4841 +	[["stylewithcss","false"],["fontsize","4"]],
  1.4842 +	"<font size=\"4\"><span>[foo</span> <span>bar]</span></font>",
  1.4843 +	[true,true],
  1.4844 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.4845 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
  1.4846 +	[["stylewithcss","true"],["fontsize","4"]],
  1.4847 +	"<p><span style=\"font-size:large\">[foo</span></p><p> <span style=\"font-size:large\"><span>bar</span></span> </p><p><span style=\"font-size:large\">baz]</span></p>",
  1.4848 +	[true,true],
  1.4849 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.4850 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
  1.4851 +	[["stylewithcss","false"],["fontsize","4"]],
  1.4852 +	"<p><font size=\"4\">[foo</font></p><p> <font size=\"4\"><span>bar</span></font> </p><p><font size=\"4\">baz]</font></p>",
  1.4853 +	[true,true],
  1.4854 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.4855 +["<p>[foo<p><br><p>bar]",
  1.4856 +	[["stylewithcss","true"],["fontsize","4"]],
  1.4857 +	"<p><span style=\"font-size:large\">[foo</span></p><p><br></p><p><span style=\"font-size:large\">bar]</span></p>",
  1.4858 +	[true,true],
  1.4859 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",true,false,"4"]}],
  1.4860 +["<p>[foo<p><br><p>bar]",
  1.4861 +	[["stylewithcss","false"],["fontsize","4"]],
  1.4862 +	"<p><font size=\"4\">[foo</font></p><p><br></p><p><font size=\"4\">bar]</font></p>",
  1.4863 +	[true,true],
  1.4864 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",true,false,"4"]}],
  1.4865 +["<b>foo[]bar</b>",
  1.4866 +	[["fontsize","4"]],
  1.4867 +	"<b>foo[]bar</b>",
  1.4868 +	[true],
  1.4869 +	{"fontsize":[false,false,"3",false,false,"4"]}],
  1.4870 +["<i>foo[]bar</i>",
  1.4871 +	[["fontsize","4"]],
  1.4872 +	"<i>foo[]bar</i>",
  1.4873 +	[true],
  1.4874 +	{"fontsize":[false,false,"3",false,false,"4"]}],
  1.4875 +["<span>foo</span>{}<span>bar</span>",
  1.4876 +	[["fontsize","4"]],
  1.4877 +	"<span>foo</span>{}<span>bar</span>",
  1.4878 +	[true],
  1.4879 +	{"fontsize":[false,false,"3",false,false,"4"]}],
  1.4880 +["<span>foo[</span><span>]bar</span>",
  1.4881 +	[["fontsize","4"]],
  1.4882 +	"<span>foo[</span><span>]bar</span>",
  1.4883 +	[true],
  1.4884 +	{"fontsize":[false,false,"3",false,false,"4"]}],
  1.4885 +["foo[bar]baz",
  1.4886 +	[["stylewithcss","true"],["fontsize","4"]],
  1.4887 +	"foo<span style=\"font-size:large\">[bar]</span>baz",
  1.4888 +	[true,true],
  1.4889 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.4890 +["foo[bar]baz",
  1.4891 +	[["stylewithcss","false"],["fontsize","4"]],
  1.4892 +	"foo<font size=\"4\">[bar]</font>baz",
  1.4893 +	[true,true],
  1.4894 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.4895 +["foo[bar<b>baz]qoz</b>quz",
  1.4896 +	[["stylewithcss","true"],["fontsize","4"]],
  1.4897 +	"foo<span style=\"font-size:large\">[bar</span><b><span style=\"font-size:large\">baz]</span>qoz</b>quz",
  1.4898 +	[true,true],
  1.4899 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.4900 +["foo[bar<b>baz]qoz</b>quz",
  1.4901 +	[["stylewithcss","false"],["fontsize","4"]],
  1.4902 +	"foo<font size=\"4\">[bar</font><b><font size=\"4\">baz]</font>qoz</b>quz",
  1.4903 +	[true,true],
  1.4904 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.4905 +["foo[bar<i>baz]qoz</i>quz",
  1.4906 +	[["stylewithcss","true"],["fontsize","4"]],
  1.4907 +	"foo<span style=\"font-size:large\">[bar</span><i><span style=\"font-size:large\">baz]</span>qoz</i>quz",
  1.4908 +	[true,true],
  1.4909 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.4910 +["foo[bar<i>baz]qoz</i>quz",
  1.4911 +	[["stylewithcss","false"],["fontsize","4"]],
  1.4912 +	"foo<font size=\"4\">[bar</font><i><font size=\"4\">baz]</font>qoz</i>quz",
  1.4913 +	[true,true],
  1.4914 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.4915 +["{<p><p> <p>foo</p>}",
  1.4916 +	[["stylewithcss","true"],["fontsize","4"]],
  1.4917 +	"{<p></p><p> </p><p><span style=\"font-size:large\">foo</span></p>}",
  1.4918 +	[true,true],
  1.4919 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.4920 +["{<p><p> <p>foo</p>}",
  1.4921 +	[["stylewithcss","false"],["fontsize","4"]],
  1.4922 +	"{<p></p><p> </p><p><font size=\"4\">foo</font></p>}",
  1.4923 +	[true,true],
  1.4924 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.4925 +["foo[bar]baz",
  1.4926 +	[["stylewithcss","true"],["fontsize","1"]],
  1.4927 +	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  1.4928 +	[true,true],
  1.4929 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.4930 +["foo[bar]baz",
  1.4931 +	[["stylewithcss","false"],["fontsize","1"]],
  1.4932 +	"foo<font size=\"1\">[bar]</font>baz",
  1.4933 +	[true,true],
  1.4934 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.4935 +["foo[bar]baz",
  1.4936 +	[["stylewithcss","true"],["fontsize","0"]],
  1.4937 +	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  1.4938 +	[true,true],
  1.4939 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.4940 +["foo[bar]baz",
  1.4941 +	[["stylewithcss","false"],["fontsize","0"]],
  1.4942 +	"foo<font size=\"1\">[bar]</font>baz",
  1.4943 +	[true,true],
  1.4944 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.4945 +["foo[bar]baz",
  1.4946 +	[["stylewithcss","true"],["fontsize","-5"]],
  1.4947 +	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  1.4948 +	[true,true],
  1.4949 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.4950 +["foo[bar]baz",
  1.4951 +	[["stylewithcss","false"],["fontsize","-5"]],
  1.4952 +	"foo<font size=\"1\">[bar]</font>baz",
  1.4953 +	[true,true],
  1.4954 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.4955 +["foo[bar]baz",
  1.4956 +	[["stylewithcss","true"],["fontsize","6"]],
  1.4957 +	"foo<span style=\"font-size:xx-large\">[bar]</span>baz",
  1.4958 +	[true,true],
  1.4959 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"6"]}],
  1.4960 +["foo[bar]baz",
  1.4961 +	[["stylewithcss","false"],["fontsize","6"]],
  1.4962 +	"foo<font size=\"6\">[bar]</font>baz",
  1.4963 +	[true,true],
  1.4964 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"6"]}],
  1.4965 +["foo[bar]baz",
  1.4966 +	[["stylewithcss","true"],["fontsize","7"]],
  1.4967 +	"foo<font size=\"7\">[bar]</font>baz",
  1.4968 +	[true,true],
  1.4969 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"7"]}],
  1.4970 +["foo[bar]baz",
  1.4971 +	[["stylewithcss","false"],["fontsize","7"]],
  1.4972 +	"foo<font size=\"7\">[bar]</font>baz",
  1.4973 +	[true,true],
  1.4974 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"7"]}],
  1.4975 +["foo[bar]baz",
  1.4976 +	[["stylewithcss","true"],["fontsize","8"]],
  1.4977 +	"foo<font size=\"7\">[bar]</font>baz",
  1.4978 +	[true,true],
  1.4979 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"7"]}],
  1.4980 +["foo[bar]baz",
  1.4981 +	[["stylewithcss","false"],["fontsize","8"]],
  1.4982 +	"foo<font size=\"7\">[bar]</font>baz",
  1.4983 +	[true,true],
  1.4984 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"7"]}],
  1.4985 +["foo[bar]baz",
  1.4986 +	[["stylewithcss","true"],["fontsize","100"]],
  1.4987 +	"foo<font size=\"7\">[bar]</font>baz",
  1.4988 +	[true,true],
  1.4989 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"7"]}],
  1.4990 +["foo[bar]baz",
  1.4991 +	[["stylewithcss","false"],["fontsize","100"]],
  1.4992 +	"foo<font size=\"7\">[bar]</font>baz",
  1.4993 +	[true,true],
  1.4994 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"7"]}],
  1.4995 +["foo[bar]baz",
  1.4996 +	[["fontsize","2em"]],
  1.4997 +	"foo[bar]baz",
  1.4998 +	[false],
  1.4999 +	{"fontsize":[false,false,"3",false,false,"3"]}],
  1.5000 +["foo[bar]baz",
  1.5001 +	[["fontsize","20pt"]],
  1.5002 +	"foo[bar]baz",
  1.5003 +	[false],
  1.5004 +	{"fontsize":[false,false,"3",false,false,"3"]}],
  1.5005 +["foo[bar]baz",
  1.5006 +	[["fontsize","xx-large"]],
  1.5007 +	"foo[bar]baz",
  1.5008 +	[false],
  1.5009 +	{"fontsize":[false,false,"3",false,false,"3"]}],
  1.5010 +["foo[bar]baz",
  1.5011 +	[["stylewithcss","true"],["fontsize"," 1 "]],
  1.5012 +	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  1.5013 +	[true,true],
  1.5014 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.5015 +["foo[bar]baz",
  1.5016 +	[["stylewithcss","false"],["fontsize"," 1 "]],
  1.5017 +	"foo<font size=\"1\">[bar]</font>baz",
  1.5018 +	[true,true],
  1.5019 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.5020 +["foo[bar]baz",
  1.5021 +	[["fontsize","1."]],
  1.5022 +	"foo[bar]baz",
  1.5023 +	[false],
  1.5024 +	{"fontsize":[false,false,"3",false,false,"3"]}],
  1.5025 +["foo[bar]baz",
  1.5026 +	[["stylewithcss","true"],["fontsize","1.0"]],
  1.5027 +	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  1.5028 +	[true,true],
  1.5029 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.5030 +["foo[bar]baz",
  1.5031 +	[["stylewithcss","false"],["fontsize","1.0"]],
  1.5032 +	"foo<font size=\"1\">[bar]</font>baz",
  1.5033 +	[true,true],
  1.5034 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.5035 +["foo[bar]baz",
  1.5036 +	[["stylewithcss","true"],["fontsize","1.0e2"]],
  1.5037 +	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  1.5038 +	[true,true],
  1.5039 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.5040 +["foo[bar]baz",
  1.5041 +	[["stylewithcss","false"],["fontsize","1.0e2"]],
  1.5042 +	"foo<font size=\"1\">[bar]</font>baz",
  1.5043 +	[true,true],
  1.5044 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.5045 +["foo[bar]baz",
  1.5046 +	[["stylewithcss","true"],["fontsize","1.1"]],
  1.5047 +	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  1.5048 +	[true,true],
  1.5049 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.5050 +["foo[bar]baz",
  1.5051 +	[["stylewithcss","false"],["fontsize","1.1"]],
  1.5052 +	"foo<font size=\"1\">[bar]</font>baz",
  1.5053 +	[true,true],
  1.5054 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.5055 +["foo[bar]baz",
  1.5056 +	[["stylewithcss","true"],["fontsize","1.9"]],
  1.5057 +	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  1.5058 +	[true,true],
  1.5059 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.5060 +["foo[bar]baz",
  1.5061 +	[["stylewithcss","false"],["fontsize","1.9"]],
  1.5062 +	"foo<font size=\"1\">[bar]</font>baz",
  1.5063 +	[true,true],
  1.5064 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.5065 +["foo[bar]baz",
  1.5066 +	[["fontsize","+0"]],
  1.5067 +	"foo[bar]baz",
  1.5068 +	[true],
  1.5069 +	{"fontsize":[false,false,"3",false,false,"3"]}],
  1.5070 +["foo[bar]baz",
  1.5071 +	[["stylewithcss","true"],["fontsize","+1"]],
  1.5072 +	"foo<span style=\"font-size:large\">[bar]</span>baz",
  1.5073 +	[true,true],
  1.5074 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5075 +["foo[bar]baz",
  1.5076 +	[["stylewithcss","false"],["fontsize","+1"]],
  1.5077 +	"foo<font size=\"4\">[bar]</font>baz",
  1.5078 +	[true,true],
  1.5079 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5080 +["foo[bar]baz",
  1.5081 +	[["stylewithcss","true"],["fontsize","+9"]],
  1.5082 +	"foo<font size=\"7\">[bar]</font>baz",
  1.5083 +	[true,true],
  1.5084 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"7"]}],
  1.5085 +["foo[bar]baz",
  1.5086 +	[["stylewithcss","false"],["fontsize","+9"]],
  1.5087 +	"foo<font size=\"7\">[bar]</font>baz",
  1.5088 +	[true,true],
  1.5089 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"7"]}],
  1.5090 +["foo[bar]baz",
  1.5091 +	[["fontsize","-0"]],
  1.5092 +	"foo[bar]baz",
  1.5093 +	[true],
  1.5094 +	{"fontsize":[false,false,"3",false,false,"3"]}],
  1.5095 +["foo[bar]baz",
  1.5096 +	[["stylewithcss","true"],["fontsize","-1"]],
  1.5097 +	"foo<span style=\"font-size:small\">[bar]</span>baz",
  1.5098 +	[true,true],
  1.5099 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"2"]}],
  1.5100 +["foo[bar]baz",
  1.5101 +	[["stylewithcss","false"],["fontsize","-1"]],
  1.5102 +	"foo<font size=\"2\">[bar]</font>baz",
  1.5103 +	[true,true],
  1.5104 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"2"]}],
  1.5105 +["foo[bar]baz",
  1.5106 +	[["stylewithcss","true"],["fontsize","-9"]],
  1.5107 +	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  1.5108 +	[true,true],
  1.5109 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.5110 +["foo[bar]baz",
  1.5111 +	[["stylewithcss","false"],["fontsize","-9"]],
  1.5112 +	"foo<font size=\"1\">[bar]</font>baz",
  1.5113 +	[true,true],
  1.5114 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  1.5115 +["foo[bar]baz",
  1.5116 +	[["fontsize",""]],
  1.5117 +	"foo[bar]baz",
  1.5118 +	[false],
  1.5119 +	{"fontsize":[false,false,"3",false,false,"3"]}],
  1.5120 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  1.5121 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5122 +	"<table><tbody><tr><td>foo</td><td>b<span style=\"font-size:large\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
  1.5123 +	[true,true],
  1.5124 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5125 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  1.5126 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5127 +	"<table><tbody><tr><td>foo</td><td>b<font size=\"4\">[a]</font>r</td><td>baz</td></tr></tbody></table>",
  1.5128 +	[true,true],
  1.5129 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5130 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  1.5131 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5132 +	"<table><tbody><tr><td>foo</td>{<td><span style=\"font-size:large\">bar</span></td>}<td>baz</td></tr></tbody></table>",
  1.5133 +	[true,true],
  1.5134 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5135 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  1.5136 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5137 +	"<table><tbody><tr><td>foo</td>{<td><font size=\"4\">bar</font></td>}<td>baz</td></tr></tbody></table>",
  1.5138 +	[true,true],
  1.5139 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5140 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  1.5141 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5142 +	"<table><tbody><tr>{<td><span style=\"font-size:large\">foo</span></td><td><span style=\"font-size:large\">bar</span></td>}<td>baz</td></tr></tbody></table>",
  1.5143 +	[true,true],
  1.5144 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5145 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  1.5146 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5147 +	"<table><tbody><tr>{<td><font size=\"4\">foo</font></td><td><font size=\"4\">bar</font></td>}<td>baz</td></tr></tbody></table>",
  1.5148 +	[true,true],
  1.5149 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5150 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  1.5151 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5152 +	"<table><tbody>{<tr><td><span style=\"font-size:large\">foo</span></td><td><span style=\"font-size:large\">bar</span></td><td><span style=\"font-size:large\">baz</span></td></tr>}</tbody></table>",
  1.5153 +	[true,true],
  1.5154 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5155 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  1.5156 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5157 +	"<table><tbody>{<tr><td><font size=\"4\">foo</font></td><td><font size=\"4\">bar</font></td><td><font size=\"4\">baz</font></td></tr>}</tbody></table>",
  1.5158 +	[true,true],
  1.5159 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5160 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  1.5161 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5162 +	"<table>{<tbody><tr><td><span style=\"font-size:large\">foo</span></td><td><span style=\"font-size:large\">bar</span></td><td><span style=\"font-size:large\">baz</span></td></tr></tbody>}</table>",
  1.5163 +	[true,true],
  1.5164 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5165 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  1.5166 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5167 +	"<table>{<tbody><tr><td><font size=\"4\">foo</font></td><td><font size=\"4\">bar</font></td><td><font size=\"4\">baz</font></td></tr></tbody>}</table>",
  1.5168 +	[true,true],
  1.5169 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5170 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
  1.5171 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5172 +	"{<table><tbody><tr><td><span style=\"font-size:large\">foo</span></td><td><span style=\"font-size:large\">bar</span></td><td><span style=\"font-size:large\">baz</span></td></tr></tbody></table>}",
  1.5173 +	[true,true],
  1.5174 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5175 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
  1.5176 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5177 +	"{<table><tbody><tr><td><font size=\"4\">foo</font></td><td><font size=\"4\">bar</font></td><td><font size=\"4\">baz</font></td></tr></tbody></table>}",
  1.5178 +	[true,true],
  1.5179 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5180 +["foo<font size=1>[bar]</font>baz",
  1.5181 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5182 +	"foo<span style=\"font-size:large\">[bar]</span>baz",
  1.5183 +	[true,true],
  1.5184 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"1",false,false,"4"]}],
  1.5185 +["foo<font size=1>[bar]</font>baz",
  1.5186 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5187 +	"foo<font size=\"4\">[bar]</font>baz",
  1.5188 +	[true,true],
  1.5189 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"1",false,false,"4"]}],
  1.5190 +["<font size=1>foo[bar]baz</font>",
  1.5191 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5192 +	"<font size=\"1\">foo<span style=\"font-size:large\">[bar]</span>baz</font>",
  1.5193 +	[true,true],
  1.5194 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"1",false,false,"4"]}],
  1.5195 +["<font size=1>foo[bar]baz</font>",
  1.5196 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5197 +	"<font size=\"1\">foo<font size=\"4\">[bar]</font>baz</font>",
  1.5198 +	[true,true],
  1.5199 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"1",false,false,"4"]}],
  1.5200 +["foo<font size=3>[bar]</font>baz",
  1.5201 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5202 +	"foo<span style=\"font-size:large\">[bar]</span>baz",
  1.5203 +	[true,true],
  1.5204 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5205 +["foo<font size=3>[bar]</font>baz",
  1.5206 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5207 +	"foo<font size=\"4\">[bar]</font>baz",
  1.5208 +	[true,true],
  1.5209 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5210 +["<font size=3>foo[bar]baz</font>",
  1.5211 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5212 +	"<font size=\"3\">foo<span style=\"font-size:large\">[bar]</span>baz</font>",
  1.5213 +	[true,true],
  1.5214 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5215 +["<font size=3>foo[bar]baz</font>",
  1.5216 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5217 +	"<font size=\"3\">foo<font size=\"4\">[bar]</font>baz</font>",
  1.5218 +	[true,true],
  1.5219 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5220 +["foo<font size=4>[bar]</font>baz",
  1.5221 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5222 +	"foo<span style=\"font-size:large\">[bar]</span>baz",
  1.5223 +	[true,true],
  1.5224 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"4",false,false,"4"]}],
  1.5225 +["foo<font size=4>[bar]</font>baz",
  1.5226 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5227 +	"foo<font size=\"4\">[bar]</font>baz",
  1.5228 +	[true,true],
  1.5229 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"4",false,false,"4"]}],
  1.5230 +["<font size=4>foo[bar]baz</font>",
  1.5231 +	[["fontsize","4"]],
  1.5232 +	"<font size=\"4\">foo[bar]baz</font>",
  1.5233 +	[true],
  1.5234 +	{"fontsize":[false,false,"4",false,false,"4"]}],
  1.5235 +["foo<font size=+1>[bar]</font>baz",
  1.5236 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5237 +	"foo<span style=\"font-size:large\">[bar]</span>baz",
  1.5238 +	[true,true],
  1.5239 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"4",false,false,"4"]}],
  1.5240 +["foo<font size=+1>[bar]</font>baz",
  1.5241 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5242 +	"foo<font size=\"4\">[bar]</font>baz",
  1.5243 +	[true,true],
  1.5244 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"4",false,false,"4"]}],
  1.5245 +["<font size=+1>foo[bar]baz</font>",
  1.5246 +	[["fontsize","4"]],
  1.5247 +	"<font size=\"+1\">foo[bar]baz</font>",
  1.5248 +	[true],
  1.5249 +	{"fontsize":[false,false,"4",false,false,"4"]}],
  1.5250 +["<font size=4>foo<font size=1>b[a]r</font>baz</font>",
  1.5251 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5252 +	"<font size=\"4\">foo<span style=\"font-size:x-small\">b</span>[a]<span style=\"font-size:x-small\">r</span>baz</font>",
  1.5253 +	[true,true],
  1.5254 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"1",false,false,"4"]}],
  1.5255 +["<font size=4>foo<font size=1>b[a]r</font>baz</font>",
  1.5256 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5257 +	"<font size=\"4\">foo<font size=\"1\">b</font>[a]<font size=\"1\">r</font>baz</font>",
  1.5258 +	[true,true],
  1.5259 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"1",false,false,"4"]}],
  1.5260 +["foo<span style=\"font-size: xx-small\">[bar]</span>baz",
  1.5261 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5262 +	"foo<span style=\"font-size:large\">[bar]</span>baz",
  1.5263 +	[true,true],
  1.5264 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"1",false,false,"4"]}],
  1.5265 +["foo<span style=\"font-size: xx-small\">[bar]</span>baz",
  1.5266 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5267 +	"foo<font size=\"4\">[bar]</font>baz",
  1.5268 +	[true,true],
  1.5269 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"1",false,false,"4"]}],
  1.5270 +["<span style=\"font-size: xx-small\">foo[bar]baz</span>",
  1.5271 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5272 +	"<span style=\"font-size:xx-small\">foo<span style=\"font-size:large\">[bar]</span>baz</span>",
  1.5273 +	[true,true],
  1.5274 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"1",false,false,"4"]}],
  1.5275 +["<span style=\"font-size: xx-small\">foo[bar]baz</span>",
  1.5276 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5277 +	"<span style=\"font-size:xx-small\">foo<font size=\"4\">[bar]</font>baz</span>",
  1.5278 +	[true,true],
  1.5279 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"1",false,false,"4"]}],
  1.5280 +["foo<span style=\"font-size: medium\">[bar]</span>baz",
  1.5281 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5282 +	"foo<span style=\"font-size:large\">[bar]</span>baz",
  1.5283 +	[true,true],
  1.5284 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5285 +["foo<span style=\"font-size: medium\">[bar]</span>baz",
  1.5286 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5287 +	"foo<font size=\"4\">[bar]</font>baz",
  1.5288 +	[true,true],
  1.5289 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5290 +["<span style=\"font-size: medium\">foo[bar]baz</span>",
  1.5291 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5292 +	"<span style=\"font-size:medium\">foo<span style=\"font-size:large\">[bar]</span>baz</span>",
  1.5293 +	[true,true],
  1.5294 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5295 +["<span style=\"font-size: medium\">foo[bar]baz</span>",
  1.5296 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5297 +	"<span style=\"font-size:medium\">foo<font size=\"4\">[bar]</font>baz</span>",
  1.5298 +	[true,true],
  1.5299 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5300 +["foo<span style=\"font-size: large\">[bar]</span>baz",
  1.5301 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5302 +	"foo<span style=\"font-size:large\">[bar]</span>baz",
  1.5303 +	[true,true],
  1.5304 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"4",false,false,"4"]}],
  1.5305 +["foo<span style=\"font-size: large\">[bar]</span>baz",
  1.5306 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5307 +	"foo<font size=\"4\">[bar]</font>baz",
  1.5308 +	[true,true],
  1.5309 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"4",false,false,"4"]}],
  1.5310 +["<span style=\"font-size: large\">foo[bar]baz</span>",
  1.5311 +	[["fontsize","4"]],
  1.5312 +	"<span style=\"font-size:large\">foo[bar]baz</span>",
  1.5313 +	[true],
  1.5314 +	{"fontsize":[false,false,"4",false,false,"4"]}],
  1.5315 +["<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>",
  1.5316 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5317 +	"<span style=\"font-size:large\">foo<span style=\"font-size:xx-small\">b</span>[a]<span style=\"font-size:xx-small\">r</span>baz</span>",
  1.5318 +	[true,true],
  1.5319 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"1",false,false,"4"]}],
  1.5320 +["<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>",
  1.5321 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5322 +	"<span style=\"font-size:large\">foo<span style=\"font-size:xx-small\">b</span>[a]<span style=\"font-size:xx-small\">r</span>baz</span>",
  1.5323 +	[true,true],
  1.5324 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"1",false,false,"4"]}],
  1.5325 +["foo<span style=\"font-size: 2em\">[bar]</span>baz",
  1.5326 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5327 +	"foo<span style=\"font-size:large\">[bar]</span>baz",
  1.5328 +	[true,true],
  1.5329 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"6",false,false,"4"]}],
  1.5330 +["foo<span style=\"font-size: 2em\">[bar]</span>baz",
  1.5331 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5332 +	"foo<font size=\"4\">[bar]</font>baz",
  1.5333 +	[true,true],
  1.5334 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"6",false,false,"4"]}],
  1.5335 +["<span style=\"font-size: 2em\">foo[bar]baz</span>",
  1.5336 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5337 +	"<span style=\"font-size:2em\">foo<span style=\"font-size:large\">[bar]</span>baz</span>",
  1.5338 +	[true,true],
  1.5339 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"6",false,false,"4"]}],
  1.5340 +["<span style=\"font-size: 2em\">foo[bar]baz</span>",
  1.5341 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5342 +	"<span style=\"font-size:2em\">foo<font size=\"4\">[bar]</font>baz</span>",
  1.5343 +	[true,true],
  1.5344 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"6",false,false,"4"]}],
  1.5345 +["<p style=\"font-size: xx-small\">foo[bar]baz</p>",
  1.5346 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5347 +	"<p style=\"font-size:xx-small\">foo<span style=\"font-size:large\">[bar]</span>baz</p>",
  1.5348 +	[true,true],
  1.5349 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"1",false,false,"4"]}],
  1.5350 +["<p style=\"font-size: xx-small\">foo[bar]baz</p>",
  1.5351 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5352 +	"<p style=\"font-size:xx-small\">foo<font size=\"4\">[bar]</font>baz</p>",
  1.5353 +	[true,true],
  1.5354 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"1",false,false,"4"]}],
  1.5355 +["<p style=\"font-size: medium\">foo[bar]baz</p>",
  1.5356 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5357 +	"<p style=\"font-size:medium\">foo<span style=\"font-size:large\">[bar]</span>baz</p>",
  1.5358 +	[true,true],
  1.5359 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5360 +["<p style=\"font-size: medium\">foo[bar]baz</p>",
  1.5361 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5362 +	"<p style=\"font-size:medium\">foo<font size=\"4\">[bar]</font>baz</p>",
  1.5363 +	[true,true],
  1.5364 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5365 +["<p style=\"font-size: large\">foo[bar]baz</p>",
  1.5366 +	[["fontsize","4"]],
  1.5367 +	"<p style=\"font-size:large\">foo[bar]baz</p>",
  1.5368 +	[true],
  1.5369 +	{"fontsize":[false,false,"4",false,false,"4"]}],
  1.5370 +["<p style=\"font-size: 2em\">foo[bar]baz</p>",
  1.5371 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5372 +	"<p style=\"font-size:2em\">foo<span style=\"font-size:large\">[bar]</span>baz</p>",
  1.5373 +	[true,true],
  1.5374 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"6",false,false,"4"]}],
  1.5375 +["<p style=\"font-size: 2em\">foo[bar]baz</p>",
  1.5376 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5377 +	"<p style=\"font-size:2em\">foo<font size=\"4\">[bar]</font>baz</p>",
  1.5378 +	[true,true],
  1.5379 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"6",false,false,"4"]}],
  1.5380 +["<p style=\"font-size: xx-small\">foo[bar]baz</p>",
  1.5381 +	[["stylewithcss","true"],["fontsize","3"]],
  1.5382 +	"<p><span style=\"font-size:xx-small\">foo</span>[bar]<span style=\"font-size:xx-small\">baz</span></p>",
  1.5383 +	[true,true],
  1.5384 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"1",false,false,"3"]}],
  1.5385 +["<p style=\"font-size: xx-small\">foo[bar]baz</p>",
  1.5386 +	[["stylewithcss","false"],["fontsize","3"]],
  1.5387 +	"<p><span style=\"font-size:xx-small\">foo</span>[bar]<span style=\"font-size:xx-small\">baz</span></p>",
  1.5388 +	[true,true],
  1.5389 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"1",false,false,"3"]}],
  1.5390 +["<p style=\"font-size: medium\">foo[bar]baz</p>",
  1.5391 +	[["fontsize","3"]],
  1.5392 +	"<p style=\"font-size:medium\">foo[bar]baz</p>",
  1.5393 +	[true],
  1.5394 +	{"fontsize":[false,false,"3",false,false,"3"]}],
  1.5395 +["<p style=\"font-size: large\">foo[bar]baz</p>",
  1.5396 +	[["stylewithcss","true"],["fontsize","3"]],
  1.5397 +	"<p><span style=\"font-size:large\">foo</span>[bar]<span style=\"font-size:large\">baz</span></p>",
  1.5398 +	[true,true],
  1.5399 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"4",false,false,"3"]}],
  1.5400 +["<p style=\"font-size: large\">foo[bar]baz</p>",
  1.5401 +	[["stylewithcss","false"],["fontsize","3"]],
  1.5402 +	"<p><font size=\"4\">foo</font>[bar]<font size=\"4\">baz</font></p>",
  1.5403 +	[true,true],
  1.5404 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"4",false,false,"3"]}],
  1.5405 +["<p style=\"font-size: 2em\">foo[bar]baz</p>",
  1.5406 +	[["stylewithcss","true"],["fontsize","3"]],
  1.5407 +	"<p><span style=\"font-size:2em\">foo</span>[bar]<span style=\"font-size:2em\">baz</span></p>",
  1.5408 +	[true,true],
  1.5409 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"6",false,false,"3"]}],
  1.5410 +["<p style=\"font-size: 2em\">foo[bar]baz</p>",
  1.5411 +	[["stylewithcss","false"],["fontsize","3"]],
  1.5412 +	"<p><span style=\"font-size:2em\">foo</span>[bar]<span style=\"font-size:2em\">baz</span></p>",
  1.5413 +	[true,true],
  1.5414 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"6",false,false,"3"]}],
  1.5415 +["<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>",
  1.5416 +	[["stylewithcss","true"],["fontsize","3"]],
  1.5417 +	"<span style=\"font-size:xx-large\">foo </span><span style=\"font-size:2em\">b</span>[a]<span style=\"font-size:2em\">r</span><span style=\"font-size:xx-large\"> baz</span>",
  1.5418 +	[true,true],
  1.5419 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"7",false,false,"3"]}],
  1.5420 +["<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>",
  1.5421 +	[["stylewithcss","false"],["fontsize","3"]],
  1.5422 +	"<font size=\"6\">foo </font><span style=\"font-size:2em\">b</span>[a]<span style=\"font-size:2em\">r</span><font size=\"6\"> baz</font>",
  1.5423 +	[true,true],
  1.5424 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"7",false,false,"3"]}],
  1.5425 +["foo<big>[bar]</big>baz",
  1.5426 +	[["stylewithcss","true"],["fontsize","3"]],
  1.5427 +	"foo<big><span style=\"font-size:medium\">[bar]</span></big>baz",
  1.5428 +	[true,true],
  1.5429 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"4",false,false,"3"]}],
  1.5430 +["foo<big>[bar]</big>baz",
  1.5431 +	[["stylewithcss","false"],["fontsize","3"]],
  1.5432 +	"foo<big><font size=\"3\">[bar]</font></big>baz",
  1.5433 +	[true,true],
  1.5434 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"4",false,false,"3"]}],
  1.5435 +["foo<big>b[a]r</big>baz",
  1.5436 +	[["stylewithcss","true"],["fontsize","3"]],
  1.5437 +	"foo<big>b<span style=\"font-size:medium\">[a]</span>r</big>baz",
  1.5438 +	[true,true],
  1.5439 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"4",false,false,"3"]}],
  1.5440 +["foo<big>b[a]r</big>baz",
  1.5441 +	[["stylewithcss","false"],["fontsize","3"]],
  1.5442 +	"foo<big>b<font size=\"3\">[a]</font>r</big>baz",
  1.5443 +	[true,true],
  1.5444 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"4",false,false,"3"]}],
  1.5445 +["foo<small>[bar]</small>baz",
  1.5446 +	[["stylewithcss","true"],["fontsize","3"]],
  1.5447 +	"foo<small><span style=\"font-size:medium\">[bar]</span></small>baz",
  1.5448 +	[true,true],
  1.5449 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"2",false,false,"3"]}],
  1.5450 +["foo<small>[bar]</small>baz",
  1.5451 +	[["stylewithcss","false"],["fontsize","3"]],
  1.5452 +	"foo<small><font size=\"3\">[bar]</font></small>baz",
  1.5453 +	[true,true],
  1.5454 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"2",false,false,"3"]}],
  1.5455 +["foo<small>b[a]r</small>baz",
  1.5456 +	[["stylewithcss","true"],["fontsize","3"]],
  1.5457 +	"foo<small>b<span style=\"font-size:medium\">[a]</span>r</small>baz",
  1.5458 +	[true,true],
  1.5459 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"2",false,false,"3"]}],
  1.5460 +["foo<small>b[a]r</small>baz",
  1.5461 +	[["stylewithcss","false"],["fontsize","3"]],
  1.5462 +	"foo<small>b<font size=\"3\">[a]</font>r</small>baz",
  1.5463 +	[true,true],
  1.5464 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"2",false,false,"3"]}],
  1.5465 +["fo[o<font size=2>b]ar</font>baz",
  1.5466 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5467 +	"fo<span style=\"font-size:large\">[o</span><font size=\"2\"><span style=\"font-size:large\">b]</span>ar</font>baz",
  1.5468 +	[true,true],
  1.5469 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[true,false,"3",false,false,"4"]}],
  1.5470 +["fo[o<font size=2>b]ar</font>baz",
  1.5471 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5472 +	"fo<font size=\"4\">[o</font><font size=\"2\"><font size=\"4\">b]</font>ar</font>baz",
  1.5473 +	[true,true],
  1.5474 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[true,false,"3",false,false,"4"]}],
  1.5475 +["foo<font size=2>ba[r</font>b]az",
  1.5476 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5477 +	"foo<font size=\"2\">ba<span style=\"font-size:large\">[r</span></font><span style=\"font-size:large\">b]</span>az",
  1.5478 +	[true,true],
  1.5479 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[true,false,"2",false,false,"4"]}],
  1.5480 +["foo<font size=2>ba[r</font>b]az",
  1.5481 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5482 +	"foo<font size=\"2\">ba<font size=\"4\">[r</font></font><font size=\"4\">b]</font>az",
  1.5483 +	[true,true],
  1.5484 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[true,false,"2",false,false,"4"]}],
  1.5485 +["fo[o<font size=2>bar</font>b]az",
  1.5486 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5487 +	"fo<span style=\"font-size:large\">[obarb]</span>az",
  1.5488 +	[true,true],
  1.5489 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[true,false,"3",false,false,"4"]}],
  1.5490 +["fo[o<font size=2>bar</font>b]az",
  1.5491 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5492 +	"fo<font size=\"4\">[obarb]</font>az",
  1.5493 +	[true,true],
  1.5494 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[true,false,"3",false,false,"4"]}],
  1.5495 +["foo[<font size=2>b]ar</font>baz",
  1.5496 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5497 +	"foo[<font size=\"2\"><span style=\"font-size:large\">b]</span>ar</font>baz",
  1.5498 +	[true,true],
  1.5499 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"2",false,false,"4"]}],
  1.5500 +["foo[<font size=2>b]ar</font>baz",
  1.5501 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5502 +	"foo[<font size=\"2\"><font size=\"4\">b]</font>ar</font>baz",
  1.5503 +	[true,true],
  1.5504 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"2",false,false,"4"]}],
  1.5505 +["foo<font size=2>ba[r</font>]baz",
  1.5506 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5507 +	"foo<font size=\"2\">ba<span style=\"font-size:large\">[r</span></font>]baz",
  1.5508 +	[true,true],
  1.5509 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"2",false,false,"4"]}],
  1.5510 +["foo<font size=2>ba[r</font>]baz",
  1.5511 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5512 +	"foo<font size=\"2\">ba<font size=\"4\">[r</font></font>]baz",
  1.5513 +	[true,true],
  1.5514 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"2",false,false,"4"]}],
  1.5515 +["foo[<font size=2>bar</font>]baz",
  1.5516 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5517 +	"foo[<span style=\"font-size:large\">bar</span>]baz",
  1.5518 +	[true,true],
  1.5519 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"2",false,false,"4"]}],
  1.5520 +["foo[<font size=2>bar</font>]baz",
  1.5521 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5522 +	"foo[<font size=\"4\">bar</font>]baz",
  1.5523 +	[true,true],
  1.5524 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"2",false,false,"4"]}],
  1.5525 +["foo<font size=2>[bar]</font>baz",
  1.5526 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5527 +	"foo<span style=\"font-size:large\">[bar]</span>baz",
  1.5528 +	[true,true],
  1.5529 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"2",false,false,"4"]}],
  1.5530 +["foo<font size=2>[bar]</font>baz",
  1.5531 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5532 +	"foo<font size=\"4\">[bar]</font>baz",
  1.5533 +	[true,true],
  1.5534 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"2",false,false,"4"]}],
  1.5535 +["foo{<font size=2>bar</font>}baz",
  1.5536 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5537 +	"foo{<span style=\"font-size:large\">bar}</span>baz",
  1.5538 +	[true,true],
  1.5539 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"2",false,false,"4"]}],
  1.5540 +["foo{<font size=2>bar</font>}baz",
  1.5541 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5542 +	"foo{<font size=\"4\">bar}</font>baz",
  1.5543 +	[true,true],
  1.5544 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"2",false,false,"4"]}],
  1.5545 +["<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>",
  1.5546 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5547 +	"<font size=\"1\">fo<span style=\"font-size:large\">[o</span></font><span style=\"font-size:xx-small\"><span style=\"font-size:large\">b]</span>ar</span>",
  1.5548 +	[true,true],
  1.5549 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[true,false,"1",false,false,"4"]}],
  1.5550 +["<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>",
  1.5551 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5552 +	"<font size=\"1\">fo<font size=\"4\">[o</font></font><span style=\"font-size:xx-small\"><font size=\"4\">b]</font>ar</span>",
  1.5553 +	[true,true],
  1.5554 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[true,false,"1",false,false,"4"]}],
  1.5555 +["<font size=2>fo[o</font><span style=font-size:small>b]ar</span>",
  1.5556 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5557 +	"<font size=\"2\">fo<span style=\"font-size:large\">[o</span></font><span style=\"font-size:small\"><span style=\"font-size:large\">b]</span>ar</span>",
  1.5558 +	[true,true],
  1.5559 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"2",false,false,"4"]}],
  1.5560 +["<font size=2>fo[o</font><span style=font-size:small>b]ar</span>",
  1.5561 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5562 +	"<font size=\"2\">fo<font size=\"4\">[o</font></font><span style=\"font-size:small\"><font size=\"4\">b]</font>ar</span>",
  1.5563 +	[true,true],
  1.5564 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"2",false,false,"4"]}],
  1.5565 +["<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>",
  1.5566 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5567 +	"<font size=\"3\">fo<span style=\"font-size:large\">[o</span></font><span style=\"font-size:medium\"><span style=\"font-size:large\">b]</span>ar</span>",
  1.5568 +	[true,true],
  1.5569 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5570 +["<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>",
  1.5571 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5572 +	"<font size=\"3\">fo<font size=\"4\">[o</font></font><span style=\"font-size:medium\"><font size=\"4\">b]</font>ar</span>",
  1.5573 +	[true,true],
  1.5574 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  1.5575 +["<font size=4>fo[o</font><span style=font-size:large>b]ar</span>",
  1.5576 +	[["fontsize","4"]],
  1.5577 +	"<font size=\"4\">fo[o</font><span style=\"font-size:large\">b]ar</span>",
  1.5578 +	[true],
  1.5579 +	{"fontsize":[false,false,"4",false,false,"4"]}],
  1.5580 +["<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>",
  1.5581 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5582 +	"<font size=\"5\">fo<span style=\"font-size:large\">[o</span></font><span style=\"font-size:x-large\"><span style=\"font-size:large\">b]</span>ar</span>",
  1.5583 +	[true,true],
  1.5584 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"5",false,false,"4"]}],
  1.5585 +["<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>",
  1.5586 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5587 +	"<font size=\"5\">fo<font size=\"4\">[o</font></font><span style=\"font-size:x-large\"><font size=\"4\">b]</font>ar</span>",
  1.5588 +	[true,true],
  1.5589 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"5",false,false,"4"]}],
  1.5590 +["<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>",
  1.5591 +	[["stylewithcss","true"],["fontsize","4"]],
  1.5592 +	"<font size=\"6\">fo<span style=\"font-size:large\">[o</span></font><span style=\"font-size:xx-large\"><span style=\"font-size:large\">b]</span>ar</span>",
  1.5593 +	[true,true],
  1.5594 +	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"6",false,false,"4"]}],
  1.5595 +["<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>",
  1.5596 +	[["stylewithcss","false"],["fontsize","4"]],
  1.5597 +	"<font size=\"6\">fo<font size=\"4\">[o</font></font><span style=\"font-size:xx-large\"><font size=\"4\">b]</font>ar</span>",
  1.5598 +	[true,true],
  1.5599 +	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"6",false,false,"4"]}],
  1.5600 +["foo[]bar",
  1.5601 +	[["forecolor","#0000FF"]],
  1.5602 +	"foo[]bar",
  1.5603 +	[true],
  1.5604 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5605 +["<p>[foo</p> <p>bar]</p>",
  1.5606 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5607 +	"<p><span style=\"color:rgb(0, 0, 255)\">[foo</span></p> <p><span style=\"color:rgb(0, 0, 255)\">bar]</span></p>",
  1.5608 +	[true,true],
  1.5609 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5610 +["<p>[foo</p> <p>bar]</p>",
  1.5611 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5612 +	"<p><font color=\"#0000ff\">[foo</font></p> <p><font color=\"#0000ff\">bar]</font></p>",
  1.5613 +	[true,true],
  1.5614 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5615 +["<span>[foo</span> <span>bar]</span>",
  1.5616 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5617 +	"<span style=\"color:rgb(0, 0, 255)\"><span>[foo</span> <span>bar]</span></span>",
  1.5618 +	[true,true],
  1.5619 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5620 +["<span>[foo</span> <span>bar]</span>",
  1.5621 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5622 +	"<font color=\"#0000ff\"><span>[foo</span> <span>bar]</span></font>",
  1.5623 +	[true,true],
  1.5624 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5625 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
  1.5626 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5627 +	"<p><span style=\"color:rgb(0, 0, 255)\">[foo</span></p><p> <span style=\"color:rgb(0, 0, 255)\"><span>bar</span></span> </p><p><span style=\"color:rgb(0, 0, 255)\">baz]</span></p>",
  1.5628 +	[true,true],
  1.5629 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5630 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
  1.5631 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5632 +	"<p><font color=\"#0000ff\">[foo</font></p><p> <font color=\"#0000ff\"><span>bar</span></font> </p><p><font color=\"#0000ff\">baz]</font></p>",
  1.5633 +	[true,true],
  1.5634 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5635 +["<p>[foo<p><br><p>bar]",
  1.5636 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5637 +	"<p><span style=\"color:rgb(0, 0, 255)\">[foo</span></p><p><span style=\"color:rgb(0, 0, 255)\"><br></span></p><p><span style=\"color:rgb(0, 0, 255)\">bar]</span></p>",
  1.5638 +	[true,true],
  1.5639 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5640 +["<p>[foo<p><br><p>bar]",
  1.5641 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5642 +	"<p><font color=\"#0000ff\">[foo</font></p><p><font color=\"#0000ff\"><br></font></p><p><font color=\"#0000ff\">bar]</font></p>",
  1.5643 +	[true,true],
  1.5644 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5645 +["<b>foo[]bar</b>",
  1.5646 +	[["forecolor","#0000FF"]],
  1.5647 +	"<b>foo[]bar</b>",
  1.5648 +	[true],
  1.5649 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5650 +["<i>foo[]bar</i>",
  1.5651 +	[["forecolor","#0000FF"]],
  1.5652 +	"<i>foo[]bar</i>",
  1.5653 +	[true],
  1.5654 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5655 +["<span>foo</span>{}<span>bar</span>",
  1.5656 +	[["forecolor","#0000FF"]],
  1.5657 +	"<span>foo</span>{}<span>bar</span>",
  1.5658 +	[true],
  1.5659 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5660 +["<span>foo[</span><span>]bar</span>",
  1.5661 +	[["forecolor","#0000FF"]],
  1.5662 +	"<span>foo[</span><span>]bar</span>",
  1.5663 +	[true],
  1.5664 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5665 +["foo[bar]baz",
  1.5666 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5667 +	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  1.5668 +	[true,true],
  1.5669 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5670 +["foo[bar]baz",
  1.5671 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5672 +	"foo<font color=\"#0000ff\">[bar]</font>baz",
  1.5673 +	[true,true],
  1.5674 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5675 +["foo[bar<b>baz]qoz</b>quz",
  1.5676 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5677 +	"foo<span style=\"color:rgb(0, 0, 255)\">[bar</span><b><span style=\"color:rgb(0, 0, 255)\">baz]</span>qoz</b>quz",
  1.5678 +	[true,true],
  1.5679 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5680 +["foo[bar<b>baz]qoz</b>quz",
  1.5681 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5682 +	"foo<font color=\"#0000ff\">[bar</font><b><font color=\"#0000ff\">baz]</font>qoz</b>quz",
  1.5683 +	[true,true],
  1.5684 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5685 +["foo[bar<i>baz]qoz</i>quz",
  1.5686 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5687 +	"foo<span style=\"color:rgb(0, 0, 255)\">[bar</span><i><span style=\"color:rgb(0, 0, 255)\">baz]</span>qoz</i>quz",
  1.5688 +	[true,true],
  1.5689 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5690 +["foo[bar<i>baz]qoz</i>quz",
  1.5691 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5692 +	"foo<font color=\"#0000ff\">[bar</font><i><font color=\"#0000ff\">baz]</font>qoz</i>quz",
  1.5693 +	[true,true],
  1.5694 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5695 +["{<p><p> <p>foo</p>}",
  1.5696 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5697 +	"{<p></p><p> </p><p><span style=\"color:rgb(0, 0, 255)\">foo</span></p>}",
  1.5698 +	[true,true],
  1.5699 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5700 +["{<p><p> <p>foo</p>}",
  1.5701 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5702 +	"{<p></p><p> </p><p><font color=\"#0000ff\">foo</font></p>}",
  1.5703 +	[true,true],
  1.5704 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5705 +["foo[bar]baz",
  1.5706 +	[["stylewithcss","true"],["forecolor","blue"]],
  1.5707 +	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  1.5708 +	[true,true],
  1.5709 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5710 +["foo[bar]baz",
  1.5711 +	[["stylewithcss","false"],["forecolor","blue"]],
  1.5712 +	"foo<font color=\"#0000ff\">[bar]</font>baz",
  1.5713 +	[true,true],
  1.5714 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5715 +["foo[bar]baz",
  1.5716 +	[["forecolor","f"]],
  1.5717 +	"foo[bar]baz",
  1.5718 +	[true],
  1.5719 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"]}],
  1.5720 +["foo[bar]baz",
  1.5721 +	[["forecolor","#f"]],
  1.5722 +	"foo[bar]baz",
  1.5723 +	[true],
  1.5724 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"]}],
  1.5725 +["foo[bar]baz",
  1.5726 +	[["stylewithcss","true"],["forecolor","00f"]],
  1.5727 +	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  1.5728 +	[true,true],
  1.5729 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5730 +["foo[bar]baz",
  1.5731 +	[["stylewithcss","false"],["forecolor","00f"]],
  1.5732 +	"foo<font color=\"#0000ff\">[bar]</font>baz",
  1.5733 +	[true,true],
  1.5734 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5735 +["foo[bar]baz",
  1.5736 +	[["stylewithcss","true"],["forecolor","#00f"]],
  1.5737 +	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  1.5738 +	[true,true],
  1.5739 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5740 +["foo[bar]baz",
  1.5741 +	[["stylewithcss","false"],["forecolor","#00f"]],
  1.5742 +	"foo<font color=\"#0000ff\">[bar]</font>baz",
  1.5743 +	[true,true],
  1.5744 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5745 +["foo[bar]baz",
  1.5746 +	[["stylewithcss","true"],["forecolor","0000ff"]],
  1.5747 +	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  1.5748 +	[true,true],
  1.5749 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5750 +["foo[bar]baz",
  1.5751 +	[["stylewithcss","false"],["forecolor","0000ff"]],
  1.5752 +	"foo<font color=\"#0000ff\">[bar]</font>baz",
  1.5753 +	[true,true],
  1.5754 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5755 +["foo[bar]baz",
  1.5756 +	[["stylewithcss","true"],["forecolor","#0000ff"]],
  1.5757 +	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  1.5758 +	[true,true],
  1.5759 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5760 +["foo[bar]baz",
  1.5761 +	[["stylewithcss","false"],["forecolor","#0000ff"]],
  1.5762 +	"foo<font color=\"#0000ff\">[bar]</font>baz",
  1.5763 +	[true,true],
  1.5764 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5765 +["foo[bar]baz",
  1.5766 +	[["forecolor","000000fff"]],
  1.5767 +	"foo[bar]baz",
  1.5768 +	[true],
  1.5769 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"]}],
  1.5770 +["foo[bar]baz",
  1.5771 +	[["forecolor","#000000fff"]],
  1.5772 +	"foo[bar]baz",
  1.5773 +	[true],
  1.5774 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"]}],
  1.5775 +["foo[bar]baz",
  1.5776 +	[["stylewithcss","true"],["forecolor","rgb(0, 0, 255)"]],
  1.5777 +	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  1.5778 +	[true,true],
  1.5779 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5780 +["foo[bar]baz",
  1.5781 +	[["stylewithcss","false"],["forecolor","rgb(0, 0, 255)"]],
  1.5782 +	"foo<font color=\"#0000ff\">[bar]</font>baz",
  1.5783 +	[true,true],
  1.5784 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5785 +["foo[bar]baz",
  1.5786 +	[["stylewithcss","true"],["forecolor","rgb(0%, 0%, 100%)"]],
  1.5787 +	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  1.5788 +	[true,true],
  1.5789 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5790 +["foo[bar]baz",
  1.5791 +	[["stylewithcss","false"],["forecolor","rgb(0%, 0%, 100%)"]],
  1.5792 +	"foo<font color=\"#0000ff\">[bar]</font>baz",
  1.5793 +	[true,true],
  1.5794 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5795 +["foo[bar]baz",
  1.5796 +	[["stylewithcss","true"],["forecolor","rgb( 0 ,0 ,255)"]],
  1.5797 +	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  1.5798 +	[true,true],
  1.5799 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5800 +["foo[bar]baz",
  1.5801 +	[["stylewithcss","false"],["forecolor","rgb( 0 ,0 ,255)"]],
  1.5802 +	"foo<font color=\"#0000ff\">[bar]</font>baz",
  1.5803 +	[true,true],
  1.5804 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5805 +["foo[bar]baz",
  1.5806 +	[["stylewithcss","true"],["forecolor","rgba(0, 0, 255, 0.0)"]],
  1.5807 +	"foo<span style=\"color:rgba(0, 0, 0, 0)\">[bar]</span>baz",
  1.5808 +	[true,true],
  1.5809 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgba(0, 0, 255, 0)"]}],
  1.5810 +["foo[bar]baz",
  1.5811 +	[["stylewithcss","false"],["forecolor","rgba(0, 0, 255, 0.0)"]],
  1.5812 +	"foo<span style=\"color:rgba(0, 0, 0, 0)\">[bar]</span>baz",
  1.5813 +	[true,true],
  1.5814 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgba(0, 0, 255, 0)"]}],
  1.5815 +["foo[bar]baz",
  1.5816 +	[["stylewithcss","true"],["forecolor","rgb(15, -10, 375)"]],
  1.5817 +	"foo<span style=\"color:rgb(15, 0, 255)\">[bar]</span>baz",
  1.5818 +	[true,true],
  1.5819 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(15, 0, 255)"]}],
  1.5820 +["foo[bar]baz",
  1.5821 +	[["stylewithcss","false"],["forecolor","rgb(15, -10, 375)"]],
  1.5822 +	"foo<font color=\"#0f00ff\">[bar]</font>baz",
  1.5823 +	[true,true],
  1.5824 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(15, 0, 255)"]}],
  1.5825 +["foo[bar]baz",
  1.5826 +	[["forecolor","rgba(0, 0, 0, 1)"]],
  1.5827 +	"foo[bar]baz",
  1.5828 +	[true],
  1.5829 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"]}],
  1.5830 +["foo[bar]baz",
  1.5831 +	[["stylewithcss","true"],["forecolor","rgba(255, 255, 255, 1)"]],
  1.5832 +	"foo<span style=\"color:rgb(255, 255, 255)\">[bar]</span>baz",
  1.5833 +	[true,true],
  1.5834 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(255, 255, 255)"]}],
  1.5835 +["foo[bar]baz",
  1.5836 +	[["stylewithcss","false"],["forecolor","rgba(255, 255, 255, 1)"]],
  1.5837 +	"foo<font color=\"#ffffff\">[bar]</font>baz",
  1.5838 +	[true,true],
  1.5839 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(255, 255, 255)"]}],
  1.5840 +["foo[bar]baz",
  1.5841 +	[["stylewithcss","true"],["forecolor","rgba(0, 0, 255, 0.5)"]],
  1.5842 +	"foo<span style=\"color:rgba(0, 0, 255, 0.5)\">[bar]</span>baz",
  1.5843 +	[true,true],
  1.5844 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgba(0, 0, 255, 0.5)"]}],
  1.5845 +["foo[bar]baz",
  1.5846 +	[["stylewithcss","false"],["forecolor","rgba(0, 0, 255, 0.5)"]],
  1.5847 +	"foo<span style=\"color:rgba(0, 0, 255, 0.5)\">[bar]</span>baz",
  1.5848 +	[true,true],
  1.5849 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgba(0, 0, 255, 0.5)"]}],
  1.5850 +["foo[bar]baz",
  1.5851 +	[["stylewithcss","true"],["forecolor","hsl(240, 100%, 50%)"]],
  1.5852 +	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  1.5853 +	[true,true],
  1.5854 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5855 +["foo[bar]baz",
  1.5856 +	[["stylewithcss","false"],["forecolor","hsl(240, 100%, 50%)"]],
  1.5857 +	"foo<font color=\"#0000ff\">[bar]</font>baz",
  1.5858 +	[true,true],
  1.5859 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5860 +["foo[bar]baz",
  1.5861 +	[["stylewithcss","true"],["forecolor","cornsilk"]],
  1.5862 +	"foo<span style=\"color:rgb(255, 248, 220)\">[bar]</span>baz",
  1.5863 +	[true,true],
  1.5864 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(255, 248, 220)"]}],
  1.5865 +["foo[bar]baz",
  1.5866 +	[["stylewithcss","false"],["forecolor","cornsilk"]],
  1.5867 +	"foo<font color=\"#fff8dc\">[bar]</font>baz",
  1.5868 +	[true,true],
  1.5869 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(255, 248, 220)"]}],
  1.5870 +["foo[bar]baz",
  1.5871 +	[["forecolor","potato quiche"]],
  1.5872 +	"foo[bar]baz",
  1.5873 +	[true],
  1.5874 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"]}],
  1.5875 +["foo[bar]baz",
  1.5876 +	[["stylewithcss","true"],["forecolor","transparent"]],
  1.5877 +	"foo<span style=\"color:rgba(0, 0, 0, 0)\">[bar]</span>baz",
  1.5878 +	[true,true],
  1.5879 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgba(0, 0, 0, 0)"]}],
  1.5880 +["foo[bar]baz",
  1.5881 +	[["stylewithcss","false"],["forecolor","transparent"]],
  1.5882 +	"foo<span style=\"color:rgba(0, 0, 0, 0)\">[bar]</span>baz",
  1.5883 +	[true,true],
  1.5884 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgba(0, 0, 0, 0)"]}],
  1.5885 +["foo[bar]baz",
  1.5886 +	[["forecolor","currentColor"]],
  1.5887 +	"foo[bar]baz",
  1.5888 +	[false],
  1.5889 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"]}],
  1.5890 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  1.5891 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5892 +	"<table><tbody><tr><td>foo</td><td>b<span style=\"color:rgb(0, 0, 255)\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
  1.5893 +	[true,true],
  1.5894 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5895 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  1.5896 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5897 +	"<table><tbody><tr><td>foo</td><td>b<font color=\"#0000ff\">[a]</font>r</td><td>baz</td></tr></tbody></table>",
  1.5898 +	[true,true],
  1.5899 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5900 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  1.5901 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5902 +	"<table><tbody><tr><td>foo</td>{<td><span style=\"color:rgb(0, 0, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
  1.5903 +	[true,true],
  1.5904 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5905 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  1.5906 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5907 +	"<table><tbody><tr><td>foo</td>{<td><font color=\"#0000ff\">bar</font></td>}<td>baz</td></tr></tbody></table>",
  1.5908 +	[true,true],
  1.5909 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5910 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  1.5911 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5912 +	"<table><tbody><tr>{<td><span style=\"color:rgb(0, 0, 255)\">foo</span></td><td><span style=\"color:rgb(0, 0, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
  1.5913 +	[true,true],
  1.5914 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5915 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  1.5916 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5917 +	"<table><tbody><tr>{<td><font color=\"#0000ff\">foo</font></td><td><font color=\"#0000ff\">bar</font></td>}<td>baz</td></tr></tbody></table>",
  1.5918 +	[true,true],
  1.5919 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5920 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  1.5921 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5922 +	"<table><tbody>{<tr><td><span style=\"color:rgb(0, 0, 255)\">foo</span></td><td><span style=\"color:rgb(0, 0, 255)\">bar</span></td><td><span style=\"color:rgb(0, 0, 255)\">baz</span></td></tr>}</tbody></table>",
  1.5923 +	[true,true],
  1.5924 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5925 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  1.5926 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5927 +	"<table><tbody>{<tr><td><font color=\"#0000ff\">foo</font></td><td><font color=\"#0000ff\">bar</font></td><td><font color=\"#0000ff\">baz</font></td></tr>}</tbody></table>",
  1.5928 +	[true,true],
  1.5929 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5930 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  1.5931 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5932 +	"<table>{<tbody><tr><td><span style=\"color:rgb(0, 0, 255)\">foo</span></td><td><span style=\"color:rgb(0, 0, 255)\">bar</span></td><td><span style=\"color:rgb(0, 0, 255)\">baz</span></td></tr></tbody>}</table>",
  1.5933 +	[true,true],
  1.5934 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5935 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  1.5936 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5937 +	"<table>{<tbody><tr><td><font color=\"#0000ff\">foo</font></td><td><font color=\"#0000ff\">bar</font></td><td><font color=\"#0000ff\">baz</font></td></tr></tbody>}</table>",
  1.5938 +	[true,true],
  1.5939 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5940 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
  1.5941 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5942 +	"{<table><tbody><tr><td><span style=\"color:rgb(0, 0, 255)\">foo</span></td><td><span style=\"color:rgb(0, 0, 255)\">bar</span></td><td><span style=\"color:rgb(0, 0, 255)\">baz</span></td></tr></tbody></table>}",
  1.5943 +	[true,true],
  1.5944 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5945 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
  1.5946 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5947 +	"{<table><tbody><tr><td><font color=\"#0000ff\">foo</font></td><td><font color=\"#0000ff\">bar</font></td><td><font color=\"#0000ff\">baz</font></td></tr></tbody></table>}",
  1.5948 +	[true,true],
  1.5949 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.5950 +["foo<font color=blue>[bar]</font>baz",
  1.5951 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5952 +	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  1.5953 +	[true,true],
  1.5954 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.5955 +["foo<font color=blue>[bar]</font>baz",
  1.5956 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5957 +	"foo<font color=\"#0000ff\">[bar]</font>baz",
  1.5958 +	[true,true],
  1.5959 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.5960 +["foo{<font color=blue>bar</font>}baz",
  1.5961 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5962 +	"foo{<span style=\"color:rgb(0, 0, 255)\">bar}</span>baz",
  1.5963 +	[true,true],
  1.5964 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.5965 +["foo{<font color=blue>bar</font>}baz",
  1.5966 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5967 +	"foo{<font color=\"#0000ff\">bar}</font>baz",
  1.5968 +	[true,true],
  1.5969 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.5970 +["<span style=\"color: blue\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
  1.5971 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5972 +	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
  1.5973 +	[true,true],
  1.5974 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.5975 +["<span style=\"color: blue\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
  1.5976 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5977 +	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
  1.5978 +	[true,true],
  1.5979 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.5980 +["<span style=\"color: #00f\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
  1.5981 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5982 +	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
  1.5983 +	[true,true],
  1.5984 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.5985 +["<span style=\"color: #00f\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
  1.5986 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5987 +	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
  1.5988 +	[true,true],
  1.5989 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.5990 +["<span style=\"color: #0000ff\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
  1.5991 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.5992 +	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
  1.5993 +	[true,true],
  1.5994 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.5995 +["<span style=\"color: #0000ff\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
  1.5996 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.5997 +	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
  1.5998 +	[true,true],
  1.5999 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6000 +["<span style=\"color: rgb(0, 0, 255)\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
  1.6001 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6002 +	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
  1.6003 +	[true,true],
  1.6004 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6005 +["<span style=\"color: rgb(0, 0, 255)\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
  1.6006 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6007 +	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
  1.6008 +	[true,true],
  1.6009 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6010 +["<font color=blue>foo<font color=brown>[bar]</font>baz</font>",
  1.6011 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6012 +	"<font color=\"blue\">foo[bar]baz</font>",
  1.6013 +	[true,true],
  1.6014 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6015 +["<font color=blue>foo<font color=brown>[bar]</font>baz</font>",
  1.6016 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6017 +	"<font color=\"blue\">foo[bar]baz</font>",
  1.6018 +	[true,true],
  1.6019 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6020 +["<span style=\"color: rgb(0, 0, 255)\">foo<span style=\"color: brown\">b[ar]</span>baz</span>",
  1.6021 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6022 +	"<span style=\"color:rgb(0, 0, 255)\">foo<span style=\"color:rgb(165, 42, 42)\">b</span>[ar]baz</span>",
  1.6023 +	[true,true],
  1.6024 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6025 +["<span style=\"color: rgb(0, 0, 255)\">foo<span style=\"color: brown\">b[ar]</span>baz</span>",
  1.6026 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6027 +	"<span style=\"color:rgb(0, 0, 255)\">foo<font color=\"#a52a2a\">b</font>[ar]baz</span>",
  1.6028 +	[true,true],
  1.6029 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6030 +["foo<span id=purple>ba[r</span>ba]z",
  1.6031 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6032 +	"foo<span id=\"purple\">ba<span style=\"color:rgb(0, 0, 255)\">[r</span></span><span style=\"color:rgb(0, 0, 255)\">ba]</span>z",
  1.6033 +	[true,true],
  1.6034 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[true,false,"rgb(128, 0, 128)",false,false,"rgb(0, 0, 255)"]}],
  1.6035 +["foo<span id=purple>ba[r</span>ba]z",
  1.6036 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6037 +	"foo<span id=\"purple\">ba<font color=\"#0000ff\">[r</font></span><font color=\"#0000ff\">ba]</font>z",
  1.6038 +	[true,true],
  1.6039 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[true,false,"rgb(128, 0, 128)",false,false,"rgb(0, 0, 255)"]}],
  1.6040 +["<span style=\"color: rgb(0, 0, 255)\">foo<span id=purple>b[a]r</span>baz</span>",
  1.6041 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6042 +	"<span style=\"color:rgb(0, 0, 255)\">foo<span id=\"purple\">b<span style=\"color:rgb(0, 0, 255)\">[a]</span>r</span>baz</span>",
  1.6043 +	[true,true],
  1.6044 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(128, 0, 128)",false,false,"rgb(0, 0, 255)"]}],
  1.6045 +["<span style=\"color: rgb(0, 0, 255)\">foo<span id=purple>b[a]r</span>baz</span>",
  1.6046 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6047 +	"<span style=\"color:rgb(0, 0, 255)\">foo<span id=\"purple\">b<font color=\"#0000ff\">[a]</font>r</span>baz</span>",
  1.6048 +	[true,true],
  1.6049 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(128, 0, 128)",false,false,"rgb(0, 0, 255)"]}],
  1.6050 +["<a href=http://www.google.com>foo[bar]baz</a>",
  1.6051 +	[["forecolor","blue"]],
  1.6052 +	"<a href=\"http://www.google.com\">foo[bar]baz</a>",
  1.6053 +	[true],
  1.6054 +	{"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6055 +["<a href=http://www.google.com>foo[bar]baz</a>",
  1.6056 +	[["forecolor","#0000ff"]],
  1.6057 +	"<a href=\"http://www.google.com\">foo[bar]baz</a>",
  1.6058 +	[true],
  1.6059 +	{"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6060 +["<a href=http://www.google.com>foo[bar]baz</a>",
  1.6061 +	[["forecolor","rgb(0,0,255)"]],
  1.6062 +	"<a href=\"http://www.google.com\">foo[bar]baz</a>",
  1.6063 +	[true],
  1.6064 +	{"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6065 +["<font color=\"blue\">[foo]</font>",
  1.6066 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6067 +	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  1.6068 +	[true,true],
  1.6069 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6070 +["<font color=\"blue\">[foo]</font>",
  1.6071 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6072 +	"<font color=\"#0000ff\">[foo]</font>",
  1.6073 +	[true,true],
  1.6074 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6075 +["<font color=\"0000ff\">[foo]</font>",
  1.6076 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6077 +	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  1.6078 +	[true,true],
  1.6079 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6080 +["<font color=\"0000ff\">[foo]</font>",
  1.6081 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6082 +	"<font color=\"#0000ff\">[foo]</font>",
  1.6083 +	[true,true],
  1.6084 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6085 +["<font color=\"#0000ff\">[foo]</font>",
  1.6086 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6087 +	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  1.6088 +	[true,true],
  1.6089 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6090 +["<font color=\"#0000ff\">[foo]</font>",
  1.6091 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6092 +	"<font color=\"#0000ff\">[foo]</font>",
  1.6093 +	[true,true],
  1.6094 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6095 +["<span style=\"color: blue\">[foo]</span>",
  1.6096 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6097 +	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  1.6098 +	[true,true],
  1.6099 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6100 +["<span style=\"color: blue\">[foo]</span>",
  1.6101 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6102 +	"<font color=\"#0000ff\">[foo]</font>",
  1.6103 +	[true,true],
  1.6104 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6105 +["<span style=\"color: #0000ff\">[foo]</span>",
  1.6106 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6107 +	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  1.6108 +	[true,true],
  1.6109 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6110 +["<span style=\"color: #0000ff\">[foo]</span>",
  1.6111 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6112 +	"<font color=\"#0000ff\">[foo]</font>",
  1.6113 +	[true,true],
  1.6114 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6115 +["<span style=\"color: rgb(0, 0, 255)\">[foo]</span>",
  1.6116 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6117 +	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  1.6118 +	[true,true],
  1.6119 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6120 +["<span style=\"color: rgb(0, 0, 255)\">[foo]</span>",
  1.6121 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6122 +	"<font color=\"#0000ff\">[foo]</font>",
  1.6123 +	[true,true],
  1.6124 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6125 +["<span style=\"color: rgb(0%, 0%, 100%)\">[foo]</span>",
  1.6126 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6127 +	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  1.6128 +	[true,true],
  1.6129 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6130 +["<span style=\"color: rgb(0%, 0%, 100%)\">[foo]</span>",
  1.6131 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6132 +	"<font color=\"#0000ff\">[foo]</font>",
  1.6133 +	[true,true],
  1.6134 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6135 +["<span style=\"color: rgb( 0 ,0 ,255)\">[foo]</span>",
  1.6136 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6137 +	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  1.6138 +	[true,true],
  1.6139 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6140 +["<span style=\"color: rgb( 0 ,0 ,255)\">[foo]</span>",
  1.6141 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6142 +	"<font color=\"#0000ff\">[foo]</font>",
  1.6143 +	[true,true],
  1.6144 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6145 +["<span style=\"color: rgba(0, 0, 255, 0.0)\">[foo]</span>",
  1.6146 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6147 +	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  1.6148 +	[true,true],
  1.6149 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgba(0, 0, 255, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.6150 +["<span style=\"color: rgba(0, 0, 255, 0.0)\">[foo]</span>",
  1.6151 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6152 +	"<font color=\"#0000ff\">[foo]</font>",
  1.6153 +	[true,true],
  1.6154 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgba(0, 0, 255, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.6155 +["<span style=\"color: rgb(15, -10, 375)\">[foo]</span>",
  1.6156 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6157 +	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  1.6158 +	[true,true],
  1.6159 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(15, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6160 +["<span style=\"color: rgb(15, -10, 375)\">[foo]</span>",
  1.6161 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6162 +	"<font color=\"#0000ff\">[foo]</font>",
  1.6163 +	[true,true],
  1.6164 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(15, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6165 +["<span style=\"color: rgba(0, 0, 0, 1)\">[foo]</span>",
  1.6166 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6167 +	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  1.6168 +	[true,true],
  1.6169 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.6170 +["<span style=\"color: rgba(0, 0, 0, 1)\">[foo]</span>",
  1.6171 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6172 +	"<font color=\"#0000ff\">[foo]</font>",
  1.6173 +	[true,true],
  1.6174 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.6175 +["<span style=\"color: rgba(255, 255, 255, 1)\">[foo]</span>",
  1.6176 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6177 +	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  1.6178 +	[true,true],
  1.6179 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(255, 255, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6180 +["<span style=\"color: rgba(255, 255, 255, 1)\">[foo]</span>",
  1.6181 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6182 +	"<font color=\"#0000ff\">[foo]</font>",
  1.6183 +	[true,true],
  1.6184 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(255, 255, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6185 +["<span style=\"color: rgba(0, 0, 255, 0.5)\">[foo]</span>",
  1.6186 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6187 +	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  1.6188 +	[true,true],
  1.6189 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgba(0, 0, 255, 0.5)",false,false,"rgb(0, 0, 255)"]}],
  1.6190 +["<span style=\"color: rgba(0, 0, 255, 0.5)\">[foo]</span>",
  1.6191 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6192 +	"<font color=\"#0000ff\">[foo]</font>",
  1.6193 +	[true,true],
  1.6194 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgba(0, 0, 255, 0.5)",false,false,"rgb(0, 0, 255)"]}],
  1.6195 +["<span style=\"color: hsl(240, 100%, 50%)\">[foo]</span>",
  1.6196 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6197 +	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  1.6198 +	[true,true],
  1.6199 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6200 +["<span style=\"color: hsl(240, 100%, 50%)\">[foo]</span>",
  1.6201 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6202 +	"<font color=\"#0000ff\">[foo]</font>",
  1.6203 +	[true,true],
  1.6204 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  1.6205 +["<span style=\"color: cornsilk\">[foo]</span>",
  1.6206 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6207 +	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  1.6208 +	[true,true],
  1.6209 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(255, 248, 220)",false,false,"rgb(0, 0, 255)"]}],
  1.6210 +["<span style=\"color: cornsilk\">[foo]</span>",
  1.6211 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6212 +	"<font color=\"#0000ff\">[foo]</font>",
  1.6213 +	[true,true],
  1.6214 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(255, 248, 220)",false,false,"rgb(0, 0, 255)"]}],
  1.6215 +["<span style=\"color: transparent\">[foo]</span>",
  1.6216 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6217 +	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  1.6218 +	[true,true],
  1.6219 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.6220 +["<span style=\"color: transparent\">[foo]</span>",
  1.6221 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6222 +	"<font color=\"#0000ff\">[foo]</font>",
  1.6223 +	[true,true],
  1.6224 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.6225 +["<span style=\"color: currentColor\">[foo]</span>",
  1.6226 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6227 +	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  1.6228 +	[true,true],
  1.6229 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.6230 +["<span style=\"color: currentColor\">[foo]</span>",
  1.6231 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6232 +	"<font color=\"#0000ff\">[foo]</font>",
  1.6233 +	[true,true],
  1.6234 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.6235 +["fo[o<font color=brown>b]ar</font>baz",
  1.6236 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6237 +	"fo<span style=\"color:rgb(0, 0, 255)\">[o</span><font color=\"brown\"><span style=\"color:rgb(0, 0, 255)\">b]</span>ar</font>baz",
  1.6238 +	[true,true],
  1.6239 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[true,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.6240 +["fo[o<font color=brown>b]ar</font>baz",
  1.6241 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6242 +	"fo<font color=\"#0000ff\">[o</font><font color=\"brown\"><font color=\"#0000ff\">b]</font>ar</font>baz",
  1.6243 +	[true,true],
  1.6244 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[true,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.6245 +["foo<font color=brown>ba[r</font>b]az",
  1.6246 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6247 +	"foo<font color=\"brown\">ba<span style=\"color:rgb(0, 0, 255)\">[r</span></font><span style=\"color:rgb(0, 0, 255)\">b]</span>az",
  1.6248 +	[true,true],
  1.6249 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[true,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6250 +["foo<font color=brown>ba[r</font>b]az",
  1.6251 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6252 +	"foo<font color=\"brown\">ba<font color=\"#0000ff\">[r</font></font><font color=\"#0000ff\">b]</font>az",
  1.6253 +	[true,true],
  1.6254 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[true,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6255 +["fo[o<font color=brown>bar</font>b]az",
  1.6256 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6257 +	"fo<span style=\"color:rgb(0, 0, 255)\">[obarb]</span>az",
  1.6258 +	[true,true],
  1.6259 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[true,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.6260 +["fo[o<font color=brown>bar</font>b]az",
  1.6261 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6262 +	"fo<font color=\"#0000ff\">[obarb]</font>az",
  1.6263 +	[true,true],
  1.6264 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[true,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  1.6265 +["foo[<font color=brown>b]ar</font>baz",
  1.6266 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6267 +	"foo[<font color=\"brown\"><span style=\"color:rgb(0, 0, 255)\">b]</span>ar</font>baz",
  1.6268 +	[true,true],
  1.6269 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6270 +["foo[<font color=brown>b]ar</font>baz",
  1.6271 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6272 +	"foo[<font color=\"brown\"><font color=\"#0000ff\">b]</font>ar</font>baz",
  1.6273 +	[true,true],
  1.6274 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6275 +["foo<font color=brown>ba[r</font>]baz",
  1.6276 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6277 +	"foo<font color=\"brown\">ba<span style=\"color:rgb(0, 0, 255)\">[r</span></font>]baz",
  1.6278 +	[true,true],
  1.6279 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6280 +["foo<font color=brown>ba[r</font>]baz",
  1.6281 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6282 +	"foo<font color=\"brown\">ba<font color=\"#0000ff\">[r</font></font>]baz",
  1.6283 +	[true,true],
  1.6284 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6285 +["foo[<font color=brown>bar</font>]baz",
  1.6286 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6287 +	"foo[<span style=\"color:rgb(0, 0, 255)\">bar</span>]baz",
  1.6288 +	[true,true],
  1.6289 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6290 +["foo[<font color=brown>bar</font>]baz",
  1.6291 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6292 +	"foo[<font color=\"#0000ff\">bar</font>]baz",
  1.6293 +	[true,true],
  1.6294 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6295 +["foo<font color=brown>[bar]</font>baz",
  1.6296 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6297 +	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  1.6298 +	[true,true],
  1.6299 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6300 +["foo<font color=brown>[bar]</font>baz",
  1.6301 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6302 +	"foo<font color=\"#0000ff\">[bar]</font>baz",
  1.6303 +	[true,true],
  1.6304 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6305 +["foo{<font color=brown>bar</font>}baz",
  1.6306 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6307 +	"foo{<span style=\"color:rgb(0, 0, 255)\">bar}</span>baz",
  1.6308 +	[true,true],
  1.6309 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6310 +["foo{<font color=brown>bar</font>}baz",
  1.6311 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6312 +	"foo{<font color=\"#0000ff\">bar}</font>baz",
  1.6313 +	[true,true],
  1.6314 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6315 +["<font color=brown>fo[o</font><span style=color:brown>b]ar</span>",
  1.6316 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6317 +	"<font color=\"brown\">fo<span style=\"color:rgb(0, 0, 255)\">[o</span></font><span style=\"color:rgb(165, 42, 42)\"><span style=\"color:rgb(0, 0, 255)\">b]</span>ar</span>",
  1.6318 +	[true,true],
  1.6319 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6320 +["<font color=brown>fo[o</font><span style=color:brown>b]ar</span>",
  1.6321 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6322 +	"<font color=\"brown\">fo<font color=\"#0000ff\">[o</font></font><span style=\"color:rgb(165, 42, 42)\"><font color=\"#0000ff\">b]</font>ar</span>",
  1.6323 +	[true,true],
  1.6324 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6325 +["<span style=color:brown>fo[o</span><span style=color:#0000ff>b]ar</span>",
  1.6326 +	[["stylewithcss","true"],["forecolor","#0000FF"]],
  1.6327 +	"<span style=\"color:rgb(165, 42, 42)\">fo<span style=\"color:rgb(0, 0, 255)\">[o</span></span><span style=\"color:rgb(0, 0, 255)\">b]ar</span>",
  1.6328 +	[true,true],
  1.6329 +	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[true,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6330 +["<span style=color:brown>fo[o</span><span style=color:#0000ff>b]ar</span>",
  1.6331 +	[["stylewithcss","false"],["forecolor","#0000FF"]],
  1.6332 +	"<span style=\"color:rgb(165, 42, 42)\">fo<font color=\"#0000ff\">[o</font></span><span style=\"color:rgb(0, 0, 255)\">b]ar</span>",
  1.6333 +	[true,true],
  1.6334 +	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[true,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  1.6335 +["foo[]bar<p>extra",
  1.6336 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6337 +	"<div>foo[]bar</div><p>extra</p>",
  1.6338 +	[true,true],
  1.6339 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6340 +["foo[]bar<p>extra",
  1.6341 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6342 +	"<div>foo[]bar</div><p>extra</p>",
  1.6343 +	[true,true],
  1.6344 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6345 +["<span>foo</span>{}<span>bar</span><p>extra",
  1.6346 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6347 +	"<div><span>foo</span>{}<span>bar</span></div><p>extra</p>",
  1.6348 +	[true,true],
  1.6349 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6350 +["<span>foo</span>{}<span>bar</span><p>extra",
  1.6351 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6352 +	"<div><span>foo</span>{}<span>bar</span></div><p>extra</p>",
  1.6353 +	[true,true],
  1.6354 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6355 +["<span>foo[</span><span>]bar</span><p>extra",
  1.6356 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6357 +	"<div><span>foo[</span><span>]bar</span></div><p>extra</p>",
  1.6358 +	[true,true],
  1.6359 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6360 +["<span>foo[</span><span>]bar</span><p>extra",
  1.6361 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6362 +	"<div><span>foo[</span><span>]bar</span></div><p>extra</p>",
  1.6363 +	[true,true],
  1.6364 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6365 +["foo[bar]baz<p>extra",
  1.6366 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6367 +	"<div>foo[bar]baz</div><p>extra</p>",
  1.6368 +	[true,true],
  1.6369 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6370 +["foo[bar]baz<p>extra",
  1.6371 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6372 +	"<div>foo[bar]baz</div><p>extra</p>",
  1.6373 +	[true,true],
  1.6374 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6375 +["foo]bar[baz<p>extra",
  1.6376 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6377 +	"<div>foo[bar]baz</div><p>extra</p>",
  1.6378 +	[true,true],
  1.6379 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6380 +["foo]bar[baz<p>extra",
  1.6381 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6382 +	"<div>foo[bar]baz</div><p>extra</p>",
  1.6383 +	[true,true],
  1.6384 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6385 +["{<p><p> <p>foo</p>}",
  1.6386 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6387 +	"<div>{ foo}</div>",
  1.6388 +	[true,true],
  1.6389 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"div"]}],
  1.6390 +["{<p><p> <p>foo</p>}",
  1.6391 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6392 +	"<div>{ foo}</div>",
  1.6393 +	[true,true],
  1.6394 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"div"]}],
  1.6395 +["foo[bar<i>baz]qoz</i>quz<p>extra",
  1.6396 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6397 +	"<div>foo[bar<i>baz]qoz</i>quz</div><p>extra</p>",
  1.6398 +	[true,true],
  1.6399 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6400 +["foo[bar<i>baz]qoz</i>quz<p>extra",
  1.6401 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6402 +	"<div>foo[bar<i>baz]qoz</i>quz</div><p>extra</p>",
  1.6403 +	[true,true],
  1.6404 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6405 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  1.6406 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6407 +	"<table><tbody><tr><td>foo</td><td><div>b[a]r</div></td><td>baz</td></tr></tbody></table>",
  1.6408 +	[true,true],
  1.6409 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6410 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  1.6411 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6412 +	"<table><tbody><tr><td>foo</td><td><div>b[a]r</div></td><td>baz</td></tr></tbody></table>",
  1.6413 +	[true,true],
  1.6414 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6415 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  1.6416 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6417 +	"<table><tbody><tr><td>foo</td>{<td><div>bar</div></td>}<td>baz</td></tr></tbody></table>",
  1.6418 +	[true,true],
  1.6419 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6420 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  1.6421 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6422 +	"<table><tbody><tr><td>foo</td>{<td><div>bar</div></td>}<td>baz</td></tr></tbody></table>",
  1.6423 +	[true,true],
  1.6424 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6425 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  1.6426 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6427 +	"<table><tbody><tr>{<td><div>foo</div></td><td><div>bar</div></td>}<td>baz</td></tr></tbody></table>",
  1.6428 +	[true,true],
  1.6429 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6430 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  1.6431 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6432 +	"<table><tbody><tr>{<td><div>foo</div></td><td><div>bar</div></td>}<td>baz</td></tr></tbody></table>",
  1.6433 +	[true,true],
  1.6434 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6435 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  1.6436 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6437 +	"<table><tbody>{<tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr>}</tbody></table>",
  1.6438 +	[true,true],
  1.6439 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6440 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  1.6441 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6442 +	"<table><tbody>{<tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr>}</tbody></table>",
  1.6443 +	[true,true],
  1.6444 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6445 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  1.6446 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6447 +	"<table>{<tbody><tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr></tbody>}</table>",
  1.6448 +	[true,true],
  1.6449 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6450 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  1.6451 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6452 +	"<table>{<tbody><tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr></tbody>}</table>",
  1.6453 +	[true,true],
  1.6454 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6455 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
  1.6456 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6457 +	"{<table><tbody><tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr></tbody></table>}",
  1.6458 +	[true,true],
  1.6459 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6460 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
  1.6461 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6462 +	"{<table><tbody><tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr></tbody></table>}",
  1.6463 +	[true,true],
  1.6464 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6465 +["<div>[foobar]</div>",
  1.6466 +	[["formatblock","<div>"]],
  1.6467 +	"<div>[foobar]</div>",
  1.6468 +	[true],
  1.6469 +	{"formatblock":[false,false,"div",false,false,"div"]}],
  1.6470 +["<p>[foobar]</p>",
  1.6471 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6472 +	"<div>[foobar]</div>",
  1.6473 +	[true,true],
  1.6474 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"div"]}],
  1.6475 +["<p>[foobar]</p>",
  1.6476 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6477 +	"<div>[foobar]</div>",
  1.6478 +	[true,true],
  1.6479 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"div"]}],
  1.6480 +["<blockquote>[foobar]</blockquote>",
  1.6481 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6482 +	"<blockquote><div>[foobar]</div></blockquote>",
  1.6483 +	[true,true],
  1.6484 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6485 +["<blockquote>[foobar]</blockquote>",
  1.6486 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6487 +	"<blockquote><div>[foobar]</div></blockquote>",
  1.6488 +	[true,true],
  1.6489 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6490 +["<h1>[foobar]</h1>",
  1.6491 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6492 +	"<div>[foobar]</div>",
  1.6493 +	[true,true],
  1.6494 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h1",false,false,"div"]}],
  1.6495 +["<h1>[foobar]</h1>",
  1.6496 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6497 +	"<div>[foobar]</div>",
  1.6498 +	[true,true],
  1.6499 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h1",false,false,"div"]}],
  1.6500 +["<h2>[foobar]</h2>",
  1.6501 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6502 +	"<div>[foobar]</div>",
  1.6503 +	[true,true],
  1.6504 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h2",false,false,"div"]}],
  1.6505 +["<h2>[foobar]</h2>",
  1.6506 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6507 +	"<div>[foobar]</div>",
  1.6508 +	[true,true],
  1.6509 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h2",false,false,"div"]}],
  1.6510 +["<h3>[foobar]</h3>",
  1.6511 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6512 +	"<div>[foobar]</div>",
  1.6513 +	[true,true],
  1.6514 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h3",false,false,"div"]}],
  1.6515 +["<h3>[foobar]</h3>",
  1.6516 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6517 +	"<div>[foobar]</div>",
  1.6518 +	[true,true],
  1.6519 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h3",false,false,"div"]}],
  1.6520 +["<h4>[foobar]</h4>",
  1.6521 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6522 +	"<div>[foobar]</div>",
  1.6523 +	[true,true],
  1.6524 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h4",false,false,"div"]}],
  1.6525 +["<h4>[foobar]</h4>",
  1.6526 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6527 +	"<div>[foobar]</div>",
  1.6528 +	[true,true],
  1.6529 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h4",false,false,"div"]}],
  1.6530 +["<h5>[foobar]</h5>",
  1.6531 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6532 +	"<div>[foobar]</div>",
  1.6533 +	[true,true],
  1.6534 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h5",false,false,"div"]}],
  1.6535 +["<h5>[foobar]</h5>",
  1.6536 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6537 +	"<div>[foobar]</div>",
  1.6538 +	[true,true],
  1.6539 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h5",false,false,"div"]}],
  1.6540 +["<h6>[foobar]</h6>",
  1.6541 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6542 +	"<div>[foobar]</div>",
  1.6543 +	[true,true],
  1.6544 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h6",false,false,"div"]}],
  1.6545 +["<h6>[foobar]</h6>",
  1.6546 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6547 +	"<div>[foobar]</div>",
  1.6548 +	[true,true],
  1.6549 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h6",false,false,"div"]}],
  1.6550 +["<dl><dt>[foo]<dd>bar</dl>",
  1.6551 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6552 +	"<div>[foo]</div><dl><dd>bar</dd></dl>",
  1.6553 +	[true,true],
  1.6554 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"dt",false,false,"div"]}],
  1.6555 +["<dl><dt>[foo]<dd>bar</dl>",
  1.6556 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6557 +	"<div>[foo]</div><dl><dd>bar</dd></dl>",
  1.6558 +	[true,true],
  1.6559 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"dt",false,false,"div"]}],
  1.6560 +["<dl><dt>foo<dd>[bar]</dl>",
  1.6561 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6562 +	"<dl><dt>foo</dt></dl><div>[bar]</div>",
  1.6563 +	[true,true],
  1.6564 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"dd",false,false,"div"]}],
  1.6565 +["<dl><dt>foo<dd>[bar]</dl>",
  1.6566 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6567 +	"<dl><dt>foo</dt></dl><div>[bar]</div>",
  1.6568 +	[true,true],
  1.6569 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"dd",false,false,"div"]}],
  1.6570 +["<dl><dt>[foo<dd>bar]</dl>",
  1.6571 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6572 +	"<div>[foo</div><div>bar]</div>",
  1.6573 +	[true,true],
  1.6574 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"dt",false,false,"div"]}],
  1.6575 +["<dl><dt>[foo<dd>bar]</dl>",
  1.6576 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6577 +	"<div>[foo</div><div>bar]</div>",
  1.6578 +	[true,true],
  1.6579 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"dt",false,false,"div"]}],
  1.6580 +["<ol><li>[foobar]</ol>",
  1.6581 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6582 +	"<ol><li><div>[foobar]</div></li></ol>",
  1.6583 +	[true,true],
  1.6584 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6585 +["<ol><li>[foobar]</ol>",
  1.6586 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6587 +	"<ol><li><div>[foobar]</div></li></ol>",
  1.6588 +	[true,true],
  1.6589 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6590 +["<ul><li>[foobar]</ul>",
  1.6591 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6592 +	"<ul><li><div>[foobar]</div></li></ul>",
  1.6593 +	[true,true],
  1.6594 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6595 +["<ul><li>[foobar]</ul>",
  1.6596 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6597 +	"<ul><li><div>[foobar]</div></li></ul>",
  1.6598 +	[true,true],
  1.6599 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6600 +["<address>[foobar]</address>",
  1.6601 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6602 +	"<div>[foobar]</div>",
  1.6603 +	[true,true],
  1.6604 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"address",false,false,"div"]}],
  1.6605 +["<address>[foobar]</address>",
  1.6606 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6607 +	"<div>[foobar]</div>",
  1.6608 +	[true,true],
  1.6609 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"address",false,false,"div"]}],
  1.6610 +["<pre>[foobar]</pre>",
  1.6611 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6612 +	"<div>[foobar]</div>",
  1.6613 +	[true,true],
  1.6614 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"pre",false,false,"div"]}],
  1.6615 +["<pre>[foobar]</pre>",
  1.6616 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6617 +	"<div>[foobar]</div>",
  1.6618 +	[true,true],
  1.6619 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"pre",false,false,"div"]}],
  1.6620 +["<article>[foobar]</article>",
  1.6621 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6622 +	"<article><div>[foobar]</div></article>",
  1.6623 +	[true,true],
  1.6624 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6625 +["<article>[foobar]</article>",
  1.6626 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6627 +	"<article><div>[foobar]</div></article>",
  1.6628 +	[true,true],
  1.6629 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6630 +["<ins>[foobar]</ins>",
  1.6631 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6632 +	"<div><ins>[foobar]</ins></div>",
  1.6633 +	[true,true],
  1.6634 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6635 +["<ins>[foobar]</ins>",
  1.6636 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6637 +	"<div><ins>[foobar]</ins></div>",
  1.6638 +	[true,true],
  1.6639 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6640 +["<del>[foobar]</del>",
  1.6641 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6642 +	"<div><del>[foobar]</del></div>",
  1.6643 +	[true,true],
  1.6644 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6645 +["<del>[foobar]</del>",
  1.6646 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6647 +	"<div><del>[foobar]</del></div>",
  1.6648 +	[true,true],
  1.6649 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6650 +["<quasit>[foobar]</quasit>",
  1.6651 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6652 +	"<div><quasit>[foobar]</quasit></div>",
  1.6653 +	[true,true],
  1.6654 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6655 +["<quasit>[foobar]</quasit>",
  1.6656 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6657 +	"<div><quasit>[foobar]</quasit></div>",
  1.6658 +	[true,true],
  1.6659 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6660 +["<quasit style=\"display: block\">[foobar]</quasit>",
  1.6661 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.6662 +	"<div><quasit style=\"display:block\">[foobar]</quasit></div>",
  1.6663 +	[true,true],
  1.6664 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6665 +["<quasit style=\"display: block\">[foobar]</quasit>",
  1.6666 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.6667 +	"<div><quasit style=\"display:block\">[foobar]</quasit></div>",
  1.6668 +	[true,true],
  1.6669 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.6670 +["foo[]bar<p>extra",
  1.6671 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6672 +	"<p>foo[]bar</p><p>extra</p>",
  1.6673 +	[true,true],
  1.6674 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6675 +["foo[]bar<p>extra",
  1.6676 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6677 +	"<p>foo[]bar</p><p>extra</p>",
  1.6678 +	[true,true],
  1.6679 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6680 +["<span>foo</span>{}<span>bar</span><p>extra",
  1.6681 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6682 +	"<p><span>foo</span>{}<span>bar</span></p><p>extra</p>",
  1.6683 +	[true,true],
  1.6684 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6685 +["<span>foo</span>{}<span>bar</span><p>extra",
  1.6686 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6687 +	"<p><span>foo</span>{}<span>bar</span></p><p>extra</p>",
  1.6688 +	[true,true],
  1.6689 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6690 +["<span>foo[</span><span>]bar</span><p>extra",
  1.6691 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6692 +	"<p><span>foo[</span><span>]bar</span></p><p>extra</p>",
  1.6693 +	[true,true],
  1.6694 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6695 +["<span>foo[</span><span>]bar</span><p>extra",
  1.6696 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6697 +	"<p><span>foo[</span><span>]bar</span></p><p>extra</p>",
  1.6698 +	[true,true],
  1.6699 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6700 +["foo[bar]baz<p>extra",
  1.6701 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6702 +	"<p>foo[bar]baz</p><p>extra</p>",
  1.6703 +	[true,true],
  1.6704 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6705 +["foo[bar]baz<p>extra",
  1.6706 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6707 +	"<p>foo[bar]baz</p><p>extra</p>",
  1.6708 +	[true,true],
  1.6709 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6710 +["foo]bar[baz<p>extra",
  1.6711 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6712 +	"<p>foo[bar]baz</p><p>extra</p>",
  1.6713 +	[true,true],
  1.6714 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6715 +["foo]bar[baz<p>extra",
  1.6716 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6717 +	"<p>foo[bar]baz</p><p>extra</p>",
  1.6718 +	[true,true],
  1.6719 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6720 +["{<p><p> <p>foo</p>}",
  1.6721 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6722 +	"<p>{ foo}</p>",
  1.6723 +	[true,true],
  1.6724 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"p"]}],
  1.6725 +["{<p><p> <p>foo</p>}",
  1.6726 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6727 +	"<p>{ foo}</p>",
  1.6728 +	[true,true],
  1.6729 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"p"]}],
  1.6730 +["foo[bar<i>baz]qoz</i>quz<p>extra",
  1.6731 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6732 +	"<p>foo[bar<i>baz]qoz</i>quz</p><p>extra</p>",
  1.6733 +	[true,true],
  1.6734 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6735 +["foo[bar<i>baz]qoz</i>quz<p>extra",
  1.6736 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6737 +	"<p>foo[bar<i>baz]qoz</i>quz</p><p>extra</p>",
  1.6738 +	[true,true],
  1.6739 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6740 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  1.6741 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6742 +	"<table><tbody><tr><td>foo</td><td><p>b[a]r</p></td><td>baz</td></tr></tbody></table>",
  1.6743 +	[true,true],
  1.6744 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6745 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  1.6746 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6747 +	"<table><tbody><tr><td>foo</td><td><p>b[a]r</p></td><td>baz</td></tr></tbody></table>",
  1.6748 +	[true,true],
  1.6749 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6750 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  1.6751 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6752 +	"<table><tbody><tr><td>foo</td>{<td><p>bar</p></td>}<td>baz</td></tr></tbody></table>",
  1.6753 +	[true,true],
  1.6754 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6755 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  1.6756 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6757 +	"<table><tbody><tr><td>foo</td>{<td><p>bar</p></td>}<td>baz</td></tr></tbody></table>",
  1.6758 +	[true,true],
  1.6759 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6760 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  1.6761 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6762 +	"<table><tbody><tr>{<td><p>foo</p></td><td><p>bar</p></td>}<td>baz</td></tr></tbody></table>",
  1.6763 +	[true,true],
  1.6764 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6765 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  1.6766 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6767 +	"<table><tbody><tr>{<td><p>foo</p></td><td><p>bar</p></td>}<td>baz</td></tr></tbody></table>",
  1.6768 +	[true,true],
  1.6769 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6770 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  1.6771 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6772 +	"<table><tbody>{<tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr>}</tbody></table>",
  1.6773 +	[true,true],
  1.6774 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6775 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  1.6776 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6777 +	"<table><tbody>{<tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr>}</tbody></table>",
  1.6778 +	[true,true],
  1.6779 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6780 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  1.6781 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6782 +	"<table>{<tbody><tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr></tbody>}</table>",
  1.6783 +	[true,true],
  1.6784 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6785 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  1.6786 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6787 +	"<table>{<tbody><tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr></tbody>}</table>",
  1.6788 +	[true,true],
  1.6789 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6790 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
  1.6791 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6792 +	"{<table><tbody><tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr></tbody></table>}",
  1.6793 +	[true,true],
  1.6794 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6795 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
  1.6796 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6797 +	"{<table><tbody><tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr></tbody></table>}",
  1.6798 +	[true,true],
  1.6799 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6800 +["<div>[foobar]</div>",
  1.6801 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6802 +	"<p>[foobar]</p>",
  1.6803 +	[true,true],
  1.6804 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"p"]}],
  1.6805 +["<div>[foobar]</div>",
  1.6806 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6807 +	"<p>[foobar]</p>",
  1.6808 +	[true,true],
  1.6809 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"p"]}],
  1.6810 +["<p>[foobar]</p>",
  1.6811 +	[["formatblock","<p>"]],
  1.6812 +	"<p>[foobar]</p>",
  1.6813 +	[true],
  1.6814 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.6815 +["<blockquote>[foobar]</blockquote>",
  1.6816 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6817 +	"<blockquote><p>[foobar]</p></blockquote>",
  1.6818 +	[true,true],
  1.6819 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6820 +["<blockquote>[foobar]</blockquote>",
  1.6821 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6822 +	"<blockquote><p>[foobar]</p></blockquote>",
  1.6823 +	[true,true],
  1.6824 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6825 +["<h1>[foobar]</h1>",
  1.6826 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6827 +	"<p>[foobar]</p>",
  1.6828 +	[true,true],
  1.6829 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h1",false,false,"p"]}],
  1.6830 +["<h1>[foobar]</h1>",
  1.6831 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6832 +	"<p>[foobar]</p>",
  1.6833 +	[true,true],
  1.6834 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h1",false,false,"p"]}],
  1.6835 +["<h2>[foobar]</h2>",
  1.6836 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6837 +	"<p>[foobar]</p>",
  1.6838 +	[true,true],
  1.6839 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h2",false,false,"p"]}],
  1.6840 +["<h2>[foobar]</h2>",
  1.6841 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6842 +	"<p>[foobar]</p>",
  1.6843 +	[true,true],
  1.6844 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h2",false,false,"p"]}],
  1.6845 +["<h3>[foobar]</h3>",
  1.6846 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6847 +	"<p>[foobar]</p>",
  1.6848 +	[true,true],
  1.6849 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h3",false,false,"p"]}],
  1.6850 +["<h3>[foobar]</h3>",
  1.6851 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6852 +	"<p>[foobar]</p>",
  1.6853 +	[true,true],
  1.6854 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h3",false,false,"p"]}],
  1.6855 +["<h4>[foobar]</h4>",
  1.6856 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6857 +	"<p>[foobar]</p>",
  1.6858 +	[true,true],
  1.6859 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h4",false,false,"p"]}],
  1.6860 +["<h4>[foobar]</h4>",
  1.6861 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6862 +	"<p>[foobar]</p>",
  1.6863 +	[true,true],
  1.6864 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h4",false,false,"p"]}],
  1.6865 +["<h5>[foobar]</h5>",
  1.6866 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6867 +	"<p>[foobar]</p>",
  1.6868 +	[true,true],
  1.6869 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h5",false,false,"p"]}],
  1.6870 +["<h5>[foobar]</h5>",
  1.6871 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6872 +	"<p>[foobar]</p>",
  1.6873 +	[true,true],
  1.6874 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h5",false,false,"p"]}],
  1.6875 +["<h6>[foobar]</h6>",
  1.6876 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6877 +	"<p>[foobar]</p>",
  1.6878 +	[true,true],
  1.6879 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h6",false,false,"p"]}],
  1.6880 +["<h6>[foobar]</h6>",
  1.6881 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6882 +	"<p>[foobar]</p>",
  1.6883 +	[true,true],
  1.6884 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h6",false,false,"p"]}],
  1.6885 +["<dl><dt>[foo]<dd>bar</dl>",
  1.6886 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6887 +	"<p>[foo]</p><dl><dd>bar</dd></dl>",
  1.6888 +	[true,true],
  1.6889 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"dt",false,false,"p"]}],
  1.6890 +["<dl><dt>[foo]<dd>bar</dl>",
  1.6891 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6892 +	"<p>[foo]</p><dl><dd>bar</dd></dl>",
  1.6893 +	[true,true],
  1.6894 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"dt",false,false,"p"]}],
  1.6895 +["<dl><dt>foo<dd>[bar]</dl>",
  1.6896 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6897 +	"<dl><dt>foo</dt></dl><p>[bar]</p>",
  1.6898 +	[true,true],
  1.6899 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"dd",false,false,"p"]}],
  1.6900 +["<dl><dt>foo<dd>[bar]</dl>",
  1.6901 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6902 +	"<dl><dt>foo</dt></dl><p>[bar]</p>",
  1.6903 +	[true,true],
  1.6904 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"dd",false,false,"p"]}],
  1.6905 +["<dl><dt>[foo<dd>bar]</dl>",
  1.6906 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6907 +	"<p>[foo</p><p>bar]</p>",
  1.6908 +	[true,true],
  1.6909 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"dt",false,false,"p"]}],
  1.6910 +["<dl><dt>[foo<dd>bar]</dl>",
  1.6911 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6912 +	"<p>[foo</p><p>bar]</p>",
  1.6913 +	[true,true],
  1.6914 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"dt",false,false,"p"]}],
  1.6915 +["<ol><li>[foobar]</ol>",
  1.6916 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6917 +	"<ol><li><p>[foobar]</p></li></ol>",
  1.6918 +	[true,true],
  1.6919 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6920 +["<ol><li>[foobar]</ol>",
  1.6921 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6922 +	"<ol><li><p>[foobar]</p></li></ol>",
  1.6923 +	[true,true],
  1.6924 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6925 +["<ul><li>[foobar]</ul>",
  1.6926 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6927 +	"<ul><li><p>[foobar]</p></li></ul>",
  1.6928 +	[true,true],
  1.6929 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6930 +["<ul><li>[foobar]</ul>",
  1.6931 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6932 +	"<ul><li><p>[foobar]</p></li></ul>",
  1.6933 +	[true,true],
  1.6934 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6935 +["<address>[foobar]</address>",
  1.6936 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6937 +	"<p>[foobar]</p>",
  1.6938 +	[true,true],
  1.6939 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"address",false,false,"p"]}],
  1.6940 +["<address>[foobar]</address>",
  1.6941 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6942 +	"<p>[foobar]</p>",
  1.6943 +	[true,true],
  1.6944 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"address",false,false,"p"]}],
  1.6945 +["<pre>[foobar]</pre>",
  1.6946 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6947 +	"<p>[foobar]</p>",
  1.6948 +	[true,true],
  1.6949 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"pre",false,false,"p"]}],
  1.6950 +["<pre>[foobar]</pre>",
  1.6951 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6952 +	"<p>[foobar]</p>",
  1.6953 +	[true,true],
  1.6954 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"pre",false,false,"p"]}],
  1.6955 +["<listing>[foobar]</listing>",
  1.6956 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6957 +	"<p>[foobar]</p>",
  1.6958 +	[true,true],
  1.6959 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6960 +["<listing>[foobar]</listing>",
  1.6961 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6962 +	"<p>[foobar]</p>",
  1.6963 +	[true,true],
  1.6964 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6965 +["<xmp>[foobar]</xmp>",
  1.6966 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6967 +	"<p>[foobar]</p>",
  1.6968 +	[true,true],
  1.6969 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6970 +["<xmp>[foobar]</xmp>",
  1.6971 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6972 +	"<p>[foobar]</p>",
  1.6973 +	[true,true],
  1.6974 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6975 +["<article>[foobar]</article>",
  1.6976 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6977 +	"<article><p>[foobar]</p></article>",
  1.6978 +	[true,true],
  1.6979 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6980 +["<article>[foobar]</article>",
  1.6981 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6982 +	"<article><p>[foobar]</p></article>",
  1.6983 +	[true,true],
  1.6984 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6985 +["<ins>[foobar]</ins>",
  1.6986 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6987 +	"<p><ins>[foobar]</ins></p>",
  1.6988 +	[true,true],
  1.6989 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6990 +["<ins>[foobar]</ins>",
  1.6991 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.6992 +	"<p><ins>[foobar]</ins></p>",
  1.6993 +	[true,true],
  1.6994 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.6995 +["<del>[foobar]</del>",
  1.6996 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.6997 +	"<p><del>[foobar]</del></p>",
  1.6998 +	[true,true],
  1.6999 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.7000 +["<del>[foobar]</del>",
  1.7001 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.7002 +	"<p><del>[foobar]</del></p>",
  1.7003 +	[true,true],
  1.7004 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.7005 +["<quasit>[foobar]</quasit>",
  1.7006 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.7007 +	"<p><quasit>[foobar]</quasit></p>",
  1.7008 +	[true,true],
  1.7009 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.7010 +["<quasit>[foobar]</quasit>",
  1.7011 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.7012 +	"<p><quasit>[foobar]</quasit></p>",
  1.7013 +	[true,true],
  1.7014 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.7015 +["<quasit style=\"display: block\">[foobar]</quasit>",
  1.7016 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.7017 +	"<p><quasit style=\"display:block\">[foobar]</quasit></p>",
  1.7018 +	[true,true],
  1.7019 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.7020 +["<quasit style=\"display: block\">[foobar]</quasit>",
  1.7021 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.7022 +	"<p><quasit style=\"display:block\">[foobar]</quasit></p>",
  1.7023 +	[true,true],
  1.7024 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.7025 +["<blockquote>[foo]</blockquote><p>extra",
  1.7026 +	[["formatblock","<blockquote>"]],
  1.7027 +	"<blockquote>[foo]</blockquote><p>extra</p>",
  1.7028 +	[false],
  1.7029 +	{"formatblock":[false,false,"",false,false,""]}],
  1.7030 +["<blockquote><p>[foo]<p>bar</blockquote><p>extra",
  1.7031 +	[["formatblock","<blockquote>"]],
  1.7032 +	"<blockquote><p>[foo]</p><p>bar</p></blockquote><p>extra</p>",
  1.7033 +	[false],
  1.7034 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7035 +["[foo]<blockquote>bar</blockquote><p>extra",
  1.7036 +	[["formatblock","<blockquote>"]],
  1.7037 +	"[foo]<blockquote>bar</blockquote><p>extra</p>",
  1.7038 +	[false],
  1.7039 +	{"formatblock":[false,false,"",false,false,""]}],
  1.7040 +["<p>[foo<p>bar]<p>baz",
  1.7041 +	[["formatblock","<blockquote>"]],
  1.7042 +	"<p>[foo</p><p>bar]</p><p>baz</p>",
  1.7043 +	[false],
  1.7044 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7045 +["<section>[foo]</section>",
  1.7046 +	[["formatblock","<blockquote>"]],
  1.7047 +	"<section>[foo]</section>",
  1.7048 +	[false],
  1.7049 +	{"formatblock":[false,false,"",false,false,""]}],
  1.7050 +["<section><p>[foo]</section>",
  1.7051 +	[["formatblock","<blockquote>"]],
  1.7052 +	"<section><p>[foo]</p></section>",
  1.7053 +	[false],
  1.7054 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7055 +["<section><hgroup><h1>[foo]</h1><h2>bar</h2></hgroup><p>baz</section>",
  1.7056 +	[["formatblock","<blockquote>"]],
  1.7057 +	"<section><hgroup><h1>[foo]</h1><h2>bar</h2></hgroup><p>baz</p></section>",
  1.7058 +	[false],
  1.7059 +	{"formatblock":[false,false,"h1",false,false,"h1"]}],
  1.7060 +["<section>[foo]</section>",
  1.7061 +	[["formatblock","<article>"]],
  1.7062 +	"<section>[foo]</section>",
  1.7063 +	[false],
  1.7064 +	{"formatblock":[false,false,"",false,false,""]}],
  1.7065 +["<div>[foobar]</div>",
  1.7066 +	[["defaultparagraphseparator","div"],["formatblock","<address>"]],
  1.7067 +	"<address>[foobar]</address>",
  1.7068 +	[true,true],
  1.7069 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"address"]}],
  1.7070 +["<div>[foobar]</div>",
  1.7071 +	[["defaultparagraphseparator","p"],["formatblock","<address>"]],
  1.7072 +	"<address>[foobar]</address>",
  1.7073 +	[true,true],
  1.7074 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"address"]}],
  1.7075 +["<div>[foobar]</div>",
  1.7076 +	[["formatblock","<article>"]],
  1.7077 +	"<div>[foobar]</div>",
  1.7078 +	[false],
  1.7079 +	{"formatblock":[false,false,"div",false,false,"div"]}],
  1.7080 +["<div>[foobar]</div>",
  1.7081 +	[["formatblock","<blockquote>"]],
  1.7082 +	"<div>[foobar]</div>",
  1.7083 +	[false],
  1.7084 +	{"formatblock":[false,false,"div",false,false,"div"]}],
  1.7085 +["<div>[foobar]</div>",
  1.7086 +	[["defaultparagraphseparator","div"],["formatblock","<dd>"]],
  1.7087 +	"<dl><dd>[foobar]</dd></dl>",
  1.7088 +	[true,true],
  1.7089 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"dd"]}],
  1.7090 +["<div>[foobar]</div>",
  1.7091 +	[["defaultparagraphseparator","p"],["formatblock","<dd>"]],
  1.7092 +	"<dl><dd>[foobar]</dd></dl>",
  1.7093 +	[true,true],
  1.7094 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"dd"]}],
  1.7095 +["<div>[foobar]</div>",
  1.7096 +	[["formatblock","<del>"]],
  1.7097 +	"<div>[foobar]</div>",
  1.7098 +	[false],
  1.7099 +	{"formatblock":[false,false,"div",false,false,"div"]}],
  1.7100 +["<div>[foobar]</div>",
  1.7101 +	[["formatblock","<dl>"]],
  1.7102 +	"<div>[foobar]</div>",
  1.7103 +	[false],
  1.7104 +	{"formatblock":[false,false,"div",false,false,"div"]}],
  1.7105 +["<div>[foobar]</div>",
  1.7106 +	[["defaultparagraphseparator","div"],["formatblock","<dt>"]],
  1.7107 +	"<dl><dt>[foobar]</dt></dl>",
  1.7108 +	[true,true],
  1.7109 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"dt"]}],
  1.7110 +["<div>[foobar]</div>",
  1.7111 +	[["defaultparagraphseparator","p"],["formatblock","<dt>"]],
  1.7112 +	"<dl><dt>[foobar]</dt></dl>",
  1.7113 +	[true,true],
  1.7114 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"dt"]}],
  1.7115 +["<div>[foobar]</div>",
  1.7116 +	[["defaultparagraphseparator","div"],["formatblock","<h1>"]],
  1.7117 +	"<h1>[foobar]</h1>",
  1.7118 +	[true,true],
  1.7119 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"h1"]}],
  1.7120 +["<div>[foobar]</div>",
  1.7121 +	[["defaultparagraphseparator","p"],["formatblock","<h1>"]],
  1.7122 +	"<h1>[foobar]</h1>",
  1.7123 +	[true,true],
  1.7124 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"h1"]}],
  1.7125 +["<div>[foobar]</div>",
  1.7126 +	[["defaultparagraphseparator","div"],["formatblock","<h2>"]],
  1.7127 +	"<h2>[foobar]</h2>",
  1.7128 +	[true,true],
  1.7129 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"h2"]}],
  1.7130 +["<div>[foobar]</div>",
  1.7131 +	[["defaultparagraphseparator","p"],["formatblock","<h2>"]],
  1.7132 +	"<h2>[foobar]</h2>",
  1.7133 +	[true,true],
  1.7134 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"h2"]}],
  1.7135 +["<div>[foobar]</div>",
  1.7136 +	[["defaultparagraphseparator","div"],["formatblock","<h3>"]],
  1.7137 +	"<h3>[foobar]</h3>",
  1.7138 +	[true,true],
  1.7139 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"h3"]}],
  1.7140 +["<div>[foobar]</div>",
  1.7141 +	[["defaultparagraphseparator","p"],["formatblock","<h3>"]],
  1.7142 +	"<h3>[foobar]</h3>",
  1.7143 +	[true,true],
  1.7144 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"h3"]}],
  1.7145 +["<div>[foobar]</div>",
  1.7146 +	[["defaultparagraphseparator","div"],["formatblock","<h4>"]],
  1.7147 +	"<h4>[foobar]</h4>",
  1.7148 +	[true,true],
  1.7149 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"h4"]}],
  1.7150 +["<div>[foobar]</div>",
  1.7151 +	[["defaultparagraphseparator","p"],["formatblock","<h4>"]],
  1.7152 +	"<h4>[foobar]</h4>",
  1.7153 +	[true,true],
  1.7154 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"h4"]}],
  1.7155 +["<div>[foobar]</div>",
  1.7156 +	[["defaultparagraphseparator","div"],["formatblock","<h5>"]],
  1.7157 +	"<h5>[foobar]</h5>",
  1.7158 +	[true,true],
  1.7159 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"h5"]}],
  1.7160 +["<div>[foobar]</div>",
  1.7161 +	[["defaultparagraphseparator","p"],["formatblock","<h5>"]],
  1.7162 +	"<h5>[foobar]</h5>",
  1.7163 +	[true,true],
  1.7164 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"h5"]}],
  1.7165 +["<div>[foobar]</div>",
  1.7166 +	[["defaultparagraphseparator","div"],["formatblock","<h6>"]],
  1.7167 +	"<h6>[foobar]</h6>",
  1.7168 +	[true,true],
  1.7169 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"h6"]}],
  1.7170 +["<div>[foobar]</div>",
  1.7171 +	[["defaultparagraphseparator","p"],["formatblock","<h6>"]],
  1.7172 +	"<h6>[foobar]</h6>",
  1.7173 +	[true,true],
  1.7174 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"h6"]}],
  1.7175 +["<div>[foobar]</div>",
  1.7176 +	[["formatblock","<ins>"]],
  1.7177 +	"<div>[foobar]</div>",
  1.7178 +	[false],
  1.7179 +	{"formatblock":[false,false,"div",false,false,"div"]}],
  1.7180 +["<div>[foobar]</div>",
  1.7181 +	[["formatblock","<li>"]],
  1.7182 +	"<div>[foobar]</div>",
  1.7183 +	[false],
  1.7184 +	{"formatblock":[false,false,"div",false,false,"div"]}],
  1.7185 +["<div>[foobar]</div>",
  1.7186 +	[["formatblock","<ol>"]],
  1.7187 +	"<div>[foobar]</div>",
  1.7188 +	[false],
  1.7189 +	{"formatblock":[false,false,"div",false,false,"div"]}],
  1.7190 +["<div>[foobar]</div>",
  1.7191 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.7192 +	"<p>[foobar]</p>",
  1.7193 +	[true,true],
  1.7194 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"p"]}],
  1.7195 +["<div>[foobar]</div>",
  1.7196 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.7197 +	"<p>[foobar]</p>",
  1.7198 +	[true,true],
  1.7199 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"p"]}],
  1.7200 +["<div>[foobar]</div>",
  1.7201 +	[["defaultparagraphseparator","div"],["formatblock","<pre>"]],
  1.7202 +	"<pre>[foobar]</pre>",
  1.7203 +	[true,true],
  1.7204 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"pre"]}],
  1.7205 +["<div>[foobar]</div>",
  1.7206 +	[["defaultparagraphseparator","p"],["formatblock","<pre>"]],
  1.7207 +	"<pre>[foobar]</pre>",
  1.7208 +	[true,true],
  1.7209 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"pre"]}],
  1.7210 +["<div>[foobar]</div>",
  1.7211 +	[["formatblock","<ul>"]],
  1.7212 +	"<div>[foobar]</div>",
  1.7213 +	[false],
  1.7214 +	{"formatblock":[false,false,"div",false,false,"div"]}],
  1.7215 +["<div>[foobar]</div>",
  1.7216 +	[["formatblock","<quasit>"]],
  1.7217 +	"<div>[foobar]</div>",
  1.7218 +	[false],
  1.7219 +	{"formatblock":[false,false,"div",false,false,"div"]}],
  1.7220 +["<p>[foobar]</p>",
  1.7221 +	[["defaultparagraphseparator","div"],["formatblock","<address>"]],
  1.7222 +	"<address>[foobar]</address>",
  1.7223 +	[true,true],
  1.7224 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"address"]}],
  1.7225 +["<p>[foobar]</p>",
  1.7226 +	[["defaultparagraphseparator","p"],["formatblock","<address>"]],
  1.7227 +	"<address>[foobar]</address>",
  1.7228 +	[true,true],
  1.7229 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"address"]}],
  1.7230 +["<p>[foobar]</p>",
  1.7231 +	[["formatblock","<article>"]],
  1.7232 +	"<p>[foobar]</p>",
  1.7233 +	[false],
  1.7234 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7235 +["<p>[foobar]</p>",
  1.7236 +	[["formatblock","<aside>"]],
  1.7237 +	"<p>[foobar]</p>",
  1.7238 +	[false],
  1.7239 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7240 +["<p>[foobar]</p>",
  1.7241 +	[["formatblock","<blockquote>"]],
  1.7242 +	"<p>[foobar]</p>",
  1.7243 +	[false],
  1.7244 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7245 +["<p>[foobar]</p>",
  1.7246 +	[["formatblock","<body>"]],
  1.7247 +	"<p>[foobar]</p>",
  1.7248 +	[false],
  1.7249 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7250 +["<p>[foobar]</p>",
  1.7251 +	[["defaultparagraphseparator","div"],["formatblock","<dd>"]],
  1.7252 +	"<dl><dd>[foobar]</dd></dl>",
  1.7253 +	[true,true],
  1.7254 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"dd"]}],
  1.7255 +["<p>[foobar]</p>",
  1.7256 +	[["defaultparagraphseparator","p"],["formatblock","<dd>"]],
  1.7257 +	"<dl><dd>[foobar]</dd></dl>",
  1.7258 +	[true,true],
  1.7259 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"dd"]}],
  1.7260 +["<p>[foobar]</p>",
  1.7261 +	[["formatblock","<del>"]],
  1.7262 +	"<p>[foobar]</p>",
  1.7263 +	[false],
  1.7264 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7265 +["<p>[foobar]</p>",
  1.7266 +	[["formatblock","<details>"]],
  1.7267 +	"<p>[foobar]</p>",
  1.7268 +	[false],
  1.7269 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7270 +["<p>[foobar]</p>",
  1.7271 +	[["formatblock","<dir>"]],
  1.7272 +	"<p>[foobar]</p>",
  1.7273 +	[false],
  1.7274 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7275 +["<p>[foobar]</p>",
  1.7276 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.7277 +	"<div>[foobar]</div>",
  1.7278 +	[true,true],
  1.7279 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"div"]}],
  1.7280 +["<p>[foobar]</p>",
  1.7281 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.7282 +	"<div>[foobar]</div>",
  1.7283 +	[true,true],
  1.7284 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"div"]}],
  1.7285 +["<p>[foobar]</p>",
  1.7286 +	[["formatblock","<dl>"]],
  1.7287 +	"<p>[foobar]</p>",
  1.7288 +	[false],
  1.7289 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7290 +["<p>[foobar]</p>",
  1.7291 +	[["defaultparagraphseparator","div"],["formatblock","<dt>"]],
  1.7292 +	"<dl><dt>[foobar]</dt></dl>",
  1.7293 +	[true,true],
  1.7294 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"dt"]}],
  1.7295 +["<p>[foobar]</p>",
  1.7296 +	[["defaultparagraphseparator","p"],["formatblock","<dt>"]],
  1.7297 +	"<dl><dt>[foobar]</dt></dl>",
  1.7298 +	[true,true],
  1.7299 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"dt"]}],
  1.7300 +["<p>[foobar]</p>",
  1.7301 +	[["formatblock","<fieldset>"]],
  1.7302 +	"<p>[foobar]</p>",
  1.7303 +	[false],
  1.7304 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7305 +["<p>[foobar]</p>",
  1.7306 +	[["formatblock","<figcaption>"]],
  1.7307 +	"<p>[foobar]</p>",
  1.7308 +	[false],
  1.7309 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7310 +["<p>[foobar]</p>",
  1.7311 +	[["formatblock","<figure>"]],
  1.7312 +	"<p>[foobar]</p>",
  1.7313 +	[false],
  1.7314 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7315 +["<p>[foobar]</p>",
  1.7316 +	[["formatblock","<footer>"]],
  1.7317 +	"<p>[foobar]</p>",
  1.7318 +	[false],
  1.7319 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7320 +["<p>[foobar]</p>",
  1.7321 +	[["formatblock","<form>"]],
  1.7322 +	"<p>[foobar]</p>",
  1.7323 +	[false],
  1.7324 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7325 +["<p>[foobar]</p>",
  1.7326 +	[["defaultparagraphseparator","div"],["formatblock","<h1>"]],
  1.7327 +	"<h1>[foobar]</h1>",
  1.7328 +	[true,true],
  1.7329 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h1"]}],
  1.7330 +["<p>[foobar]</p>",
  1.7331 +	[["defaultparagraphseparator","p"],["formatblock","<h1>"]],
  1.7332 +	"<h1>[foobar]</h1>",
  1.7333 +	[true,true],
  1.7334 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h1"]}],
  1.7335 +["<p>[foobar]</p>",
  1.7336 +	[["defaultparagraphseparator","div"],["formatblock","<h2>"]],
  1.7337 +	"<h2>[foobar]</h2>",
  1.7338 +	[true,true],
  1.7339 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h2"]}],
  1.7340 +["<p>[foobar]</p>",
  1.7341 +	[["defaultparagraphseparator","p"],["formatblock","<h2>"]],
  1.7342 +	"<h2>[foobar]</h2>",
  1.7343 +	[true,true],
  1.7344 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h2"]}],
  1.7345 +["<p>[foobar]</p>",
  1.7346 +	[["defaultparagraphseparator","div"],["formatblock","<h3>"]],
  1.7347 +	"<h3>[foobar]</h3>",
  1.7348 +	[true,true],
  1.7349 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h3"]}],
  1.7350 +["<p>[foobar]</p>",
  1.7351 +	[["defaultparagraphseparator","p"],["formatblock","<h3>"]],
  1.7352 +	"<h3>[foobar]</h3>",
  1.7353 +	[true,true],
  1.7354 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h3"]}],
  1.7355 +["<p>[foobar]</p>",
  1.7356 +	[["defaultparagraphseparator","div"],["formatblock","<h4>"]],
  1.7357 +	"<h4>[foobar]</h4>",
  1.7358 +	[true,true],
  1.7359 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h4"]}],
  1.7360 +["<p>[foobar]</p>",
  1.7361 +	[["defaultparagraphseparator","p"],["formatblock","<h4>"]],
  1.7362 +	"<h4>[foobar]</h4>",
  1.7363 +	[true,true],
  1.7364 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h4"]}],
  1.7365 +["<p>[foobar]</p>",
  1.7366 +	[["defaultparagraphseparator","div"],["formatblock","<h5>"]],
  1.7367 +	"<h5>[foobar]</h5>",
  1.7368 +	[true,true],
  1.7369 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h5"]}],
  1.7370 +["<p>[foobar]</p>",
  1.7371 +	[["defaultparagraphseparator","p"],["formatblock","<h5>"]],
  1.7372 +	"<h5>[foobar]</h5>",
  1.7373 +	[true,true],
  1.7374 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h5"]}],
  1.7375 +["<p>[foobar]</p>",
  1.7376 +	[["defaultparagraphseparator","div"],["formatblock","<h6>"]],
  1.7377 +	"<h6>[foobar]</h6>",
  1.7378 +	[true,true],
  1.7379 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h6"]}],
  1.7380 +["<p>[foobar]</p>",
  1.7381 +	[["defaultparagraphseparator","p"],["formatblock","<h6>"]],
  1.7382 +	"<h6>[foobar]</h6>",
  1.7383 +	[true,true],
  1.7384 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h6"]}],
  1.7385 +["<p>[foobar]</p>",
  1.7386 +	[["formatblock","<header>"]],
  1.7387 +	"<p>[foobar]</p>",
  1.7388 +	[false],
  1.7389 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7390 +["<p>[foobar]</p>",
  1.7391 +	[["formatblock","<head>"]],
  1.7392 +	"<p>[foobar]</p>",
  1.7393 +	[false],
  1.7394 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7395 +["<p>[foobar]</p>",
  1.7396 +	[["formatblock","<hgroup>"]],
  1.7397 +	"<p>[foobar]</p>",
  1.7398 +	[false],
  1.7399 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7400 +["<p>[foobar]</p>",
  1.7401 +	[["formatblock","<hr>"]],
  1.7402 +	"<p>[foobar]</p>",
  1.7403 +	[false],
  1.7404 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7405 +["<p>[foobar]</p>",
  1.7406 +	[["formatblock","<html>"]],
  1.7407 +	"<p>[foobar]</p>",
  1.7408 +	[false],
  1.7409 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7410 +["<p>[foobar]</p>",
  1.7411 +	[["formatblock","<ins>"]],
  1.7412 +	"<p>[foobar]</p>",
  1.7413 +	[false],
  1.7414 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7415 +["<p>[foobar]</p>",
  1.7416 +	[["formatblock","<li>"]],
  1.7417 +	"<p>[foobar]</p>",
  1.7418 +	[false],
  1.7419 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7420 +["<p>[foobar]</p>",
  1.7421 +	[["formatblock","<listing>"]],
  1.7422 +	"<p>[foobar]</p>",
  1.7423 +	[false],
  1.7424 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7425 +["<p>[foobar]</p>",
  1.7426 +	[["formatblock","<menu>"]],
  1.7427 +	"<p>[foobar]</p>",
  1.7428 +	[false],
  1.7429 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7430 +["<p>[foobar]</p>",
  1.7431 +	[["formatblock","<nav>"]],
  1.7432 +	"<p>[foobar]</p>",
  1.7433 +	[false],
  1.7434 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7435 +["<p>[foobar]</p>",
  1.7436 +	[["formatblock","<ol>"]],
  1.7437 +	"<p>[foobar]</p>",
  1.7438 +	[false],
  1.7439 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7440 +["<p>[foobar]</p>",
  1.7441 +	[["formatblock","<p>"]],
  1.7442 +	"<p>[foobar]</p>",
  1.7443 +	[true],
  1.7444 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7445 +["<p>[foobar]</p>",
  1.7446 +	[["formatblock","<plaintext>"]],
  1.7447 +	"<p>[foobar]</p>",
  1.7448 +	[false],
  1.7449 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7450 +["<p>[foobar]</p>",
  1.7451 +	[["defaultparagraphseparator","div"],["formatblock","<pre>"]],
  1.7452 +	"<pre>[foobar]</pre>",
  1.7453 +	[true,true],
  1.7454 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"pre"]}],
  1.7455 +["<p>[foobar]</p>",
  1.7456 +	[["defaultparagraphseparator","p"],["formatblock","<pre>"]],
  1.7457 +	"<pre>[foobar]</pre>",
  1.7458 +	[true,true],
  1.7459 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"pre"]}],
  1.7460 +["<p>[foobar]</p>",
  1.7461 +	[["formatblock","<section>"]],
  1.7462 +	"<p>[foobar]</p>",
  1.7463 +	[false],
  1.7464 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7465 +["<p>[foobar]</p>",
  1.7466 +	[["formatblock","<ul>"]],
  1.7467 +	"<p>[foobar]</p>",
  1.7468 +	[false],
  1.7469 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7470 +["<p>[foobar]</p>",
  1.7471 +	[["formatblock","<xmp>"]],
  1.7472 +	"<p>[foobar]</p>",
  1.7473 +	[false],
  1.7474 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7475 +["<p>[foobar]</p>",
  1.7476 +	[["formatblock","<quasit>"]],
  1.7477 +	"<p>[foobar]</p>",
  1.7478 +	[false],
  1.7479 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7480 +["<p>[foo<p>bar]",
  1.7481 +	[["defaultparagraphseparator","div"],["formatblock","<address>"]],
  1.7482 +	"<address>[foo<br>bar]</address>",
  1.7483 +	[true,true],
  1.7484 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"address"]}],
  1.7485 +["<p>[foo<p>bar]",
  1.7486 +	[["defaultparagraphseparator","p"],["formatblock","<address>"]],
  1.7487 +	"<address>[foo<br>bar]</address>",
  1.7488 +	[true,true],
  1.7489 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"address"]}],
  1.7490 +["<p>[foo<p>bar]",
  1.7491 +	[["formatblock","<article>"]],
  1.7492 +	"<p>[foo</p><p>bar]</p>",
  1.7493 +	[false],
  1.7494 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7495 +["<p>[foo<p>bar]",
  1.7496 +	[["formatblock","<aside>"]],
  1.7497 +	"<p>[foo</p><p>bar]</p>",
  1.7498 +	[false],
  1.7499 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7500 +["<p>[foo<p>bar]",
  1.7501 +	[["formatblock","<blockquote>"]],
  1.7502 +	"<p>[foo</p><p>bar]</p>",
  1.7503 +	[false],
  1.7504 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7505 +["<p>[foo<p>bar]",
  1.7506 +	[["formatblock","<body>"]],
  1.7507 +	"<p>[foo</p><p>bar]</p>",
  1.7508 +	[false],
  1.7509 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7510 +["<p>[foo<p>bar]",
  1.7511 +	[["defaultparagraphseparator","div"],["formatblock","<dd>"]],
  1.7512 +	"<dl><dd>[foo</dd><dd>bar]</dd></dl>",
  1.7513 +	[true,true],
  1.7514 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"dd"]}],
  1.7515 +["<p>[foo<p>bar]",
  1.7516 +	[["defaultparagraphseparator","p"],["formatblock","<dd>"]],
  1.7517 +	"<dl><dd>[foo</dd><dd>bar]</dd></dl>",
  1.7518 +	[true,true],
  1.7519 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"dd"]}],
  1.7520 +["<p>[foo<p>bar]",
  1.7521 +	[["formatblock","<del>"]],
  1.7522 +	"<p>[foo</p><p>bar]</p>",
  1.7523 +	[false],
  1.7524 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7525 +["<p>[foo<p>bar]",
  1.7526 +	[["formatblock","<details>"]],
  1.7527 +	"<p>[foo</p><p>bar]</p>",
  1.7528 +	[false],
  1.7529 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7530 +["<p>[foo<p>bar]",
  1.7531 +	[["formatblock","<dir>"]],
  1.7532 +	"<p>[foo</p><p>bar]</p>",
  1.7533 +	[false],
  1.7534 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7535 +["<p>[foo<p>bar]",
  1.7536 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.7537 +	"<div>[foo</div><div>bar]</div>",
  1.7538 +	[true,true],
  1.7539 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"div"]}],
  1.7540 +["<p>[foo<p>bar]",
  1.7541 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.7542 +	"<div>[foo</div><div>bar]</div>",
  1.7543 +	[true,true],
  1.7544 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"div"]}],
  1.7545 +["<p>[foo<p>bar]",
  1.7546 +	[["formatblock","<dl>"]],
  1.7547 +	"<p>[foo</p><p>bar]</p>",
  1.7548 +	[false],
  1.7549 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7550 +["<p>[foo<p>bar]",
  1.7551 +	[["defaultparagraphseparator","div"],["formatblock","<dt>"]],
  1.7552 +	"<dl><dt>[foo</dt><dt>bar]</dt></dl>",
  1.7553 +	[true,true],
  1.7554 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"dt"]}],
  1.7555 +["<p>[foo<p>bar]",
  1.7556 +	[["defaultparagraphseparator","p"],["formatblock","<dt>"]],
  1.7557 +	"<dl><dt>[foo</dt><dt>bar]</dt></dl>",
  1.7558 +	[true,true],
  1.7559 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"dt"]}],
  1.7560 +["<p>[foo<p>bar]",
  1.7561 +	[["formatblock","<fieldset>"]],
  1.7562 +	"<p>[foo</p><p>bar]</p>",
  1.7563 +	[false],
  1.7564 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7565 +["<p>[foo<p>bar]",
  1.7566 +	[["formatblock","<figcaption>"]],
  1.7567 +	"<p>[foo</p><p>bar]</p>",
  1.7568 +	[false],
  1.7569 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7570 +["<p>[foo<p>bar]",
  1.7571 +	[["formatblock","<figure>"]],
  1.7572 +	"<p>[foo</p><p>bar]</p>",
  1.7573 +	[false],
  1.7574 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7575 +["<p>[foo<p>bar]",
  1.7576 +	[["formatblock","<footer>"]],
  1.7577 +	"<p>[foo</p><p>bar]</p>",
  1.7578 +	[false],
  1.7579 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7580 +["<p>[foo<p>bar]",
  1.7581 +	[["formatblock","<form>"]],
  1.7582 +	"<p>[foo</p><p>bar]</p>",
  1.7583 +	[false],
  1.7584 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7585 +["<p>[foo<p>bar]",
  1.7586 +	[["defaultparagraphseparator","div"],["formatblock","<h1>"]],
  1.7587 +	"<h1>[foo<br>bar]</h1>",
  1.7588 +	[true,true],
  1.7589 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h1"]}],
  1.7590 +["<p>[foo<p>bar]",
  1.7591 +	[["defaultparagraphseparator","p"],["formatblock","<h1>"]],
  1.7592 +	"<h1>[foo<br>bar]</h1>",
  1.7593 +	[true,true],
  1.7594 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h1"]}],
  1.7595 +["<p>[foo<p>bar]",
  1.7596 +	[["defaultparagraphseparator","div"],["formatblock","<h2>"]],
  1.7597 +	"<h2>[foo<br>bar]</h2>",
  1.7598 +	[true,true],
  1.7599 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h2"]}],
  1.7600 +["<p>[foo<p>bar]",
  1.7601 +	[["defaultparagraphseparator","p"],["formatblock","<h2>"]],
  1.7602 +	"<h2>[foo<br>bar]</h2>",
  1.7603 +	[true,true],
  1.7604 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h2"]}],
  1.7605 +["<p>[foo<p>bar]",
  1.7606 +	[["defaultparagraphseparator","div"],["formatblock","<h3>"]],
  1.7607 +	"<h3>[foo<br>bar]</h3>",
  1.7608 +	[true,true],
  1.7609 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h3"]}],
  1.7610 +["<p>[foo<p>bar]",
  1.7611 +	[["defaultparagraphseparator","p"],["formatblock","<h3>"]],
  1.7612 +	"<h3>[foo<br>bar]</h3>",
  1.7613 +	[true,true],
  1.7614 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h3"]}],
  1.7615 +["<p>[foo<p>bar]",
  1.7616 +	[["defaultparagraphseparator","div"],["formatblock","<h4>"]],
  1.7617 +	"<h4>[foo<br>bar]</h4>",
  1.7618 +	[true,true],
  1.7619 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h4"]}],
  1.7620 +["<p>[foo<p>bar]",
  1.7621 +	[["defaultparagraphseparator","p"],["formatblock","<h4>"]],
  1.7622 +	"<h4>[foo<br>bar]</h4>",
  1.7623 +	[true,true],
  1.7624 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h4"]}],
  1.7625 +["<p>[foo<p>bar]",
  1.7626 +	[["defaultparagraphseparator","div"],["formatblock","<h5>"]],
  1.7627 +	"<h5>[foo<br>bar]</h5>",
  1.7628 +	[true,true],
  1.7629 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h5"]}],
  1.7630 +["<p>[foo<p>bar]",
  1.7631 +	[["defaultparagraphseparator","p"],["formatblock","<h5>"]],
  1.7632 +	"<h5>[foo<br>bar]</h5>",
  1.7633 +	[true,true],
  1.7634 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h5"]}],
  1.7635 +["<p>[foo<p>bar]",
  1.7636 +	[["defaultparagraphseparator","div"],["formatblock","<h6>"]],
  1.7637 +	"<h6>[foo<br>bar]</h6>",
  1.7638 +	[true,true],
  1.7639 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h6"]}],
  1.7640 +["<p>[foo<p>bar]",
  1.7641 +	[["defaultparagraphseparator","p"],["formatblock","<h6>"]],
  1.7642 +	"<h6>[foo<br>bar]</h6>",
  1.7643 +	[true,true],
  1.7644 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h6"]}],
  1.7645 +["<p>[foo<p>bar]",
  1.7646 +	[["formatblock","<header>"]],
  1.7647 +	"<p>[foo</p><p>bar]</p>",
  1.7648 +	[false],
  1.7649 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7650 +["<p>[foo<p>bar]",
  1.7651 +	[["formatblock","<head>"]],
  1.7652 +	"<p>[foo</p><p>bar]</p>",
  1.7653 +	[false],
  1.7654 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7655 +["<p>[foo<p>bar]",
  1.7656 +	[["formatblock","<hgroup>"]],
  1.7657 +	"<p>[foo</p><p>bar]</p>",
  1.7658 +	[false],
  1.7659 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7660 +["<p>[foo<p>bar]",
  1.7661 +	[["formatblock","<hr>"]],
  1.7662 +	"<p>[foo</p><p>bar]</p>",
  1.7663 +	[false],
  1.7664 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7665 +["<p>[foo<p>bar]",
  1.7666 +	[["formatblock","<html>"]],
  1.7667 +	"<p>[foo</p><p>bar]</p>",
  1.7668 +	[false],
  1.7669 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7670 +["<p>[foo<p>bar]",
  1.7671 +	[["formatblock","<ins>"]],
  1.7672 +	"<p>[foo</p><p>bar]</p>",
  1.7673 +	[false],
  1.7674 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7675 +["<p>[foo<p>bar]",
  1.7676 +	[["formatblock","<li>"]],
  1.7677 +	"<p>[foo</p><p>bar]</p>",
  1.7678 +	[false],
  1.7679 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7680 +["<p>[foo<p>bar]",
  1.7681 +	[["formatblock","<listing>"]],
  1.7682 +	"<p>[foo</p><p>bar]</p>",
  1.7683 +	[false],
  1.7684 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7685 +["<p>[foo<p>bar]",
  1.7686 +	[["formatblock","<menu>"]],
  1.7687 +	"<p>[foo</p><p>bar]</p>",
  1.7688 +	[false],
  1.7689 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7690 +["<p>[foo<p>bar]",
  1.7691 +	[["formatblock","<nav>"]],
  1.7692 +	"<p>[foo</p><p>bar]</p>",
  1.7693 +	[false],
  1.7694 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7695 +["<p>[foo<p>bar]",
  1.7696 +	[["formatblock","<ol>"]],
  1.7697 +	"<p>[foo</p><p>bar]</p>",
  1.7698 +	[false],
  1.7699 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7700 +["<p>[foo<p>bar]",
  1.7701 +	[["formatblock","<p>"]],
  1.7702 +	"<p>[foo</p><p>bar]</p>",
  1.7703 +	[true],
  1.7704 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7705 +["<p>[foo<p>bar]",
  1.7706 +	[["formatblock","<plaintext>"]],
  1.7707 +	"<p>[foo</p><p>bar]</p>",
  1.7708 +	[false],
  1.7709 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7710 +["<p>[foo<p>bar]",
  1.7711 +	[["defaultparagraphseparator","div"],["formatblock","<pre>"]],
  1.7712 +	"<pre>[foo<br>bar]</pre>",
  1.7713 +	[true,true],
  1.7714 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"pre"]}],
  1.7715 +["<p>[foo<p>bar]",
  1.7716 +	[["defaultparagraphseparator","p"],["formatblock","<pre>"]],
  1.7717 +	"<pre>[foo<br>bar]</pre>",
  1.7718 +	[true,true],
  1.7719 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"pre"]}],
  1.7720 +["<p>[foo<p>bar]",
  1.7721 +	[["formatblock","<section>"]],
  1.7722 +	"<p>[foo</p><p>bar]</p>",
  1.7723 +	[false],
  1.7724 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7725 +["<p>[foo<p>bar]",
  1.7726 +	[["formatblock","<ul>"]],
  1.7727 +	"<p>[foo</p><p>bar]</p>",
  1.7728 +	[false],
  1.7729 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7730 +["<p>[foo<p>bar]",
  1.7731 +	[["formatblock","<xmp>"]],
  1.7732 +	"<p>[foo</p><p>bar]</p>",
  1.7733 +	[false],
  1.7734 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7735 +["<p>[foo<p>bar]",
  1.7736 +	[["formatblock","<quasit>"]],
  1.7737 +	"<p>[foo</p><p>bar]</p>",
  1.7738 +	[false],
  1.7739 +	{"formatblock":[false,false,"p",false,false,"p"]}],
  1.7740 +["<div>[foobar]</div>",
  1.7741 +	[["defaultparagraphseparator","div"],["formatblock","p"]],
  1.7742 +	"<p>[foobar]</p>",
  1.7743 +	[true,true],
  1.7744 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"p"]}],
  1.7745 +["<div>[foobar]</div>",
  1.7746 +	[["defaultparagraphseparator","p"],["formatblock","p"]],
  1.7747 +	"<p>[foobar]</p>",
  1.7748 +	[true,true],
  1.7749 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"p"]}],
  1.7750 +["<ol><li>[foo]<li>bar</ol>",
  1.7751 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.7752 +	"<ol><li><div>[foo]</div></li><li>bar</li></ol>",
  1.7753 +	[true,true],
  1.7754 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.7755 +["<ol><li>[foo]<li>bar</ol>",
  1.7756 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.7757 +	"<ol><li><div>[foo]</div></li><li>bar</li></ol>",
  1.7758 +	[true,true],
  1.7759 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.7760 +["<h1>[foo]<br>bar</h1>",
  1.7761 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.7762 +	"<p>[foo]</p><h1>bar</h1>",
  1.7763 +	[true,true],
  1.7764 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h1",false,false,"p"]}],
  1.7765 +["<h1>[foo]<br>bar</h1>",
  1.7766 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.7767 +	"<p>[foo]</p><h1>bar</h1>",
  1.7768 +	[true,true],
  1.7769 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h1",false,false,"p"]}],
  1.7770 +["<h1>foo<br>[bar]</h1>",
  1.7771 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.7772 +	"<h1>foo</h1><p>[bar]</p>",
  1.7773 +	[true,true],
  1.7774 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h1",false,false,"p"]}],
  1.7775 +["<h1>foo<br>[bar]</h1>",
  1.7776 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.7777 +	"<h1>foo</h1><p>[bar]</p>",
  1.7778 +	[true,true],
  1.7779 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h1",false,false,"p"]}],
  1.7780 +["<h1>[foo<br>bar]</h1>",
  1.7781 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.7782 +	"<p>[foo<br>bar]</p>",
  1.7783 +	[true,true],
  1.7784 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h1",false,false,"p"]}],
  1.7785 +["<h1>[foo<br>bar]</h1>",
  1.7786 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.7787 +	"<p>[foo<br>bar]</p>",
  1.7788 +	[true,true],
  1.7789 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h1",false,false,"p"]}],
  1.7790 +["<h1>[foo]<br>bar</h1>",
  1.7791 +	[["formatblock","<address>"]],
  1.7792 +	"<address>[foo]</address><h1>bar</h1>",
  1.7793 +	[true],
  1.7794 +	{"formatblock":[false,false,"h1",false,false,"address"]}],
  1.7795 +["<h1>foo<br>[bar]</h1>",
  1.7796 +	[["formatblock","<address>"]],
  1.7797 +	"<h1>foo</h1><address>[bar]</address>",
  1.7798 +	[true],
  1.7799 +	{"formatblock":[false,false,"h1",false,false,"address"]}],
  1.7800 +["<h1>[foo<br>bar]</h1>",
  1.7801 +	[["formatblock","<address>"]],
  1.7802 +	"<address>[foo<br>bar]</address>",
  1.7803 +	[true],
  1.7804 +	{"formatblock":[false,false,"h1",false,false,"address"]}],
  1.7805 +["<h1>[foo]<br>bar</h1>",
  1.7806 +	[["formatblock","<pre>"]],
  1.7807 +	"<pre>[foo]</pre><h1>bar</h1>",
  1.7808 +	[true],
  1.7809 +	{"formatblock":[false,false,"h1",false,false,"pre"]}],
  1.7810 +["<h1>foo<br>[bar]</h1>",
  1.7811 +	[["formatblock","<pre>"]],
  1.7812 +	"<h1>foo</h1><pre>[bar]</pre>",
  1.7813 +	[true],
  1.7814 +	{"formatblock":[false,false,"h1",false,false,"pre"]}],
  1.7815 +["<h1>[foo<br>bar]</h1>",
  1.7816 +	[["formatblock","<pre>"]],
  1.7817 +	"<pre>[foo<br>bar]</pre>",
  1.7818 +	[true],
  1.7819 +	{"formatblock":[false,false,"h1",false,false,"pre"]}],
  1.7820 +["<h1>[foo]<br>bar</h1>",
  1.7821 +	[["formatblock","<h2>"]],
  1.7822 +	"<h2>[foo]</h2><h1>bar</h1>",
  1.7823 +	[true],
  1.7824 +	{"formatblock":[false,false,"h1",false,false,"h2"]}],
  1.7825 +["<h1>foo<br>[bar]</h1>",
  1.7826 +	[["formatblock","<h2>"]],
  1.7827 +	"<h1>foo</h1><h2>[bar]</h2>",
  1.7828 +	[true],
  1.7829 +	{"formatblock":[false,false,"h1",false,false,"h2"]}],
  1.7830 +["<h1>[foo<br>bar]</h1>",
  1.7831 +	[["formatblock","<h2>"]],
  1.7832 +	"<h2>[foo<br>bar]</h2>",
  1.7833 +	[true],
  1.7834 +	{"formatblock":[false,false,"h1",false,false,"h2"]}],
  1.7835 +["<p>[foo]<br>bar</p>",
  1.7836 +	[["formatblock","<h1>"]],
  1.7837 +	"<h1>[foo]</h1><p>bar</p>",
  1.7838 +	[true],
  1.7839 +	{"formatblock":[false,false,"p",false,false,"h1"]}],
  1.7840 +["<p>foo<br>[bar]</p>",
  1.7841 +	[["formatblock","<h1>"]],
  1.7842 +	"<p>foo</p><h1>[bar]</h1>",
  1.7843 +	[true],
  1.7844 +	{"formatblock":[false,false,"p",false,false,"h1"]}],
  1.7845 +["<p>[foo<br>bar]</p>",
  1.7846 +	[["defaultparagraphseparator","div"],["formatblock","<h1>"]],
  1.7847 +	"<h1>[foo<br>bar]</h1>",
  1.7848 +	[true,true],
  1.7849 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h1"]}],
  1.7850 +["<p>[foo<br>bar]</p>",
  1.7851 +	[["defaultparagraphseparator","p"],["formatblock","<h1>"]],
  1.7852 +	"<h1>[foo<br>bar]</h1>",
  1.7853 +	[true,true],
  1.7854 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h1"]}],
  1.7855 +["<p>[foo]<br>bar</p>",
  1.7856 +	[["formatblock","<address>"]],
  1.7857 +	"<address>[foo]</address><p>bar</p>",
  1.7858 +	[true],
  1.7859 +	{"formatblock":[false,false,"p",false,false,"address"]}],
  1.7860 +["<p>foo<br>[bar]</p>",
  1.7861 +	[["formatblock","<address>"]],
  1.7862 +	"<p>foo</p><address>[bar]</address>",
  1.7863 +	[true],
  1.7864 +	{"formatblock":[false,false,"p",false,false,"address"]}],
  1.7865 +["<p>[foo<br>bar]</p>",
  1.7866 +	[["defaultparagraphseparator","div"],["formatblock","<address>"]],
  1.7867 +	"<address>[foo<br>bar]</address>",
  1.7868 +	[true,true],
  1.7869 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"address"]}],
  1.7870 +["<p>[foo<br>bar]</p>",
  1.7871 +	[["defaultparagraphseparator","p"],["formatblock","<address>"]],
  1.7872 +	"<address>[foo<br>bar]</address>",
  1.7873 +	[true,true],
  1.7874 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"address"]}],
  1.7875 +["<p>[foo]<br>bar</p>",
  1.7876 +	[["formatblock","<pre>"]],
  1.7877 +	"<pre>[foo]</pre><p>bar</p>",
  1.7878 +	[true],
  1.7879 +	{"formatblock":[false,false,"p",false,false,"pre"]}],
  1.7880 +["<p>foo<br>[bar]</p>",
  1.7881 +	[["formatblock","<pre>"]],
  1.7882 +	"<p>foo</p><pre>[bar]</pre>",
  1.7883 +	[true],
  1.7884 +	{"formatblock":[false,false,"p",false,false,"pre"]}],
  1.7885 +["<p>[foo<br>bar]</p>",
  1.7886 +	[["defaultparagraphseparator","div"],["formatblock","<pre>"]],
  1.7887 +	"<pre>[foo<br>bar]</pre>",
  1.7888 +	[true,true],
  1.7889 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"pre"]}],
  1.7890 +["<p>[foo<br>bar]</p>",
  1.7891 +	[["defaultparagraphseparator","p"],["formatblock","<pre>"]],
  1.7892 +	"<pre>[foo<br>bar]</pre>",
  1.7893 +	[true,true],
  1.7894 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"pre"]}],
  1.7895 +["<address>[foo]<br>bar</address>",
  1.7896 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.7897 +	"<p>[foo]</p><address>bar</address>",
  1.7898 +	[true,true],
  1.7899 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"address",false,false,"p"]}],
  1.7900 +["<address>[foo]<br>bar</address>",
  1.7901 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.7902 +	"<p>[foo]</p><address>bar</address>",
  1.7903 +	[true,true],
  1.7904 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"address",false,false,"p"]}],
  1.7905 +["<address>foo<br>[bar]</address>",
  1.7906 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.7907 +	"<address>foo</address><p>[bar]</p>",
  1.7908 +	[true,true],
  1.7909 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"address",false,false,"p"]}],
  1.7910 +["<address>foo<br>[bar]</address>",
  1.7911 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.7912 +	"<address>foo</address><p>[bar]</p>",
  1.7913 +	[true,true],
  1.7914 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"address",false,false,"p"]}],
  1.7915 +["<address>[foo<br>bar]</address>",
  1.7916 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.7917 +	"<p>[foo<br>bar]</p>",
  1.7918 +	[true,true],
  1.7919 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"address",false,false,"p"]}],
  1.7920 +["<address>[foo<br>bar]</address>",
  1.7921 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.7922 +	"<p>[foo<br>bar]</p>",
  1.7923 +	[true,true],
  1.7924 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"address",false,false,"p"]}],
  1.7925 +["<address>[foo]<br>bar</address>",
  1.7926 +	[["formatblock","<pre>"]],
  1.7927 +	"<pre>[foo]</pre><address>bar</address>",
  1.7928 +	[true],
  1.7929 +	{"formatblock":[false,false,"address",false,false,"pre"]}],
  1.7930 +["<address>foo<br>[bar]</address>",
  1.7931 +	[["formatblock","<pre>"]],
  1.7932 +	"<address>foo</address><pre>[bar]</pre>",
  1.7933 +	[true],
  1.7934 +	{"formatblock":[false,false,"address",false,false,"pre"]}],
  1.7935 +["<address>[foo<br>bar]</address>",
  1.7936 +	[["formatblock","<pre>"]],
  1.7937 +	"<pre>[foo<br>bar]</pre>",
  1.7938 +	[true],
  1.7939 +	{"formatblock":[false,false,"address",false,false,"pre"]}],
  1.7940 +["<address>[foo]<br>bar</address>",
  1.7941 +	[["formatblock","<h1>"]],
  1.7942 +	"<h1>[foo]</h1><address>bar</address>",
  1.7943 +	[true],
  1.7944 +	{"formatblock":[false,false,"address",false,false,"h1"]}],
  1.7945 +["<address>foo<br>[bar]</address>",
  1.7946 +	[["formatblock","<h1>"]],
  1.7947 +	"<address>foo</address><h1>[bar]</h1>",
  1.7948 +	[true],
  1.7949 +	{"formatblock":[false,false,"address",false,false,"h1"]}],
  1.7950 +["<address>[foo<br>bar]</address>",
  1.7951 +	[["formatblock","<h1>"]],
  1.7952 +	"<h1>[foo<br>bar]</h1>",
  1.7953 +	[true],
  1.7954 +	{"formatblock":[false,false,"address",false,false,"h1"]}],
  1.7955 +["<pre>[foo]<br>bar</pre>",
  1.7956 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.7957 +	"<p>[foo]</p><pre>bar</pre>",
  1.7958 +	[true,true],
  1.7959 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"pre",false,false,"p"]}],
  1.7960 +["<pre>[foo]<br>bar</pre>",
  1.7961 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.7962 +	"<p>[foo]</p><pre>bar</pre>",
  1.7963 +	[true,true],
  1.7964 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"pre",false,false,"p"]}],
  1.7965 +["<pre>foo<br>[bar]</pre>",
  1.7966 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.7967 +	"<pre>foo</pre><p>[bar]</p>",
  1.7968 +	[true,true],
  1.7969 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"pre",false,false,"p"]}],
  1.7970 +["<pre>foo<br>[bar]</pre>",
  1.7971 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.7972 +	"<pre>foo</pre><p>[bar]</p>",
  1.7973 +	[true,true],
  1.7974 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"pre",false,false,"p"]}],
  1.7975 +["<pre>[foo<br>bar]</pre>",
  1.7976 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.7977 +	"<p>[foo<br>bar]</p>",
  1.7978 +	[true,true],
  1.7979 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"pre",false,false,"p"]}],
  1.7980 +["<pre>[foo<br>bar]</pre>",
  1.7981 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.7982 +	"<p>[foo<br>bar]</p>",
  1.7983 +	[true,true],
  1.7984 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"pre",false,false,"p"]}],
  1.7985 +["<pre>[foo]<br>bar</pre>",
  1.7986 +	[["formatblock","<address>"]],
  1.7987 +	"<address>[foo]</address><pre>bar</pre>",
  1.7988 +	[true],
  1.7989 +	{"formatblock":[false,false,"pre",false,false,"address"]}],
  1.7990 +["<pre>foo<br>[bar]</pre>",
  1.7991 +	[["formatblock","<address>"]],
  1.7992 +	"<pre>foo</pre><address>[bar]</address>",
  1.7993 +	[true],
  1.7994 +	{"formatblock":[false,false,"pre",false,false,"address"]}],
  1.7995 +["<pre>[foo<br>bar]</pre>",
  1.7996 +	[["formatblock","<address>"]],
  1.7997 +	"<address>[foo<br>bar]</address>",
  1.7998 +	[true],
  1.7999 +	{"formatblock":[false,false,"pre",false,false,"address"]}],
  1.8000 +["<pre>[foo]<br>bar</pre>",
  1.8001 +	[["formatblock","<h1>"]],
  1.8002 +	"<h1>[foo]</h1><pre>bar</pre>",
  1.8003 +	[true],
  1.8004 +	{"formatblock":[false,false,"pre",false,false,"h1"]}],
  1.8005 +["<pre>foo<br>[bar]</pre>",
  1.8006 +	[["formatblock","<h1>"]],
  1.8007 +	"<pre>foo</pre><h1>[bar]</h1>",
  1.8008 +	[true],
  1.8009 +	{"formatblock":[false,false,"pre",false,false,"h1"]}],
  1.8010 +["<pre>[foo<br>bar]</pre>",
  1.8011 +	[["formatblock","<h1>"]],
  1.8012 +	"<h1>[foo<br>bar]</h1>",
  1.8013 +	[true],
  1.8014 +	{"formatblock":[false,false,"pre",false,false,"h1"]}],
  1.8015 +["<p>[foo</p>bar]",
  1.8016 +	[["defaultparagraphseparator","div"],["formatblock","<h1>"]],
  1.8017 +	"<h1>[foo<br>bar]</h1>",
  1.8018 +	[true,true],
  1.8019 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"p",false,false,"h1"]}],
  1.8020 +["<p>[foo</p>bar]",
  1.8021 +	[["defaultparagraphseparator","p"],["formatblock","<h1>"]],
  1.8022 +	"<h1>[foo<br>bar]</h1>",
  1.8023 +	[true,true],
  1.8024 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"p",false,false,"h1"]}],
  1.8025 +["[foo<p>bar]</p>",
  1.8026 +	[["defaultparagraphseparator","div"],["formatblock","<h1>"]],
  1.8027 +	"<h1>[foo<br>bar]</h1>",
  1.8028 +	[true,true],
  1.8029 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"",false,false,"h1"]}],
  1.8030 +["[foo<p>bar]</p>",
  1.8031 +	[["defaultparagraphseparator","p"],["formatblock","<h1>"]],
  1.8032 +	"<h1>[foo<br>bar]</h1>",
  1.8033 +	[true,true],
  1.8034 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"",false,false,"h1"]}],
  1.8035 +["<div>[foo<p>bar]</p></div>",
  1.8036 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.8037 +	"<div><p>[foo</p><p>bar]</p></div>",
  1.8038 +	[true,true],
  1.8039 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"",false,false,"p"]}],
  1.8040 +["<div>[foo<p>bar]</p></div>",
  1.8041 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.8042 +	"<div><p>[foo</p><p>bar]</p></div>",
  1.8043 +	[true,true],
  1.8044 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"",false,false,"p"]}],
  1.8045 +["<xmp>[foo]</xmp>",
  1.8046 +	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.8047 +	"<p>[foo]</p>",
  1.8048 +	[true,true],
  1.8049 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  1.8050 +["<xmp>[foo]</xmp>",
  1.8051 +	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.8052 +	"<p>[foo]</p>",
  1.8053 +	[true,true],
  1.8054 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  1.8055 +["<xmp>[foo]</xmp>",
  1.8056 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.8057 +	"<div>[foo]</div>",
  1.8058 +	[true,true],
  1.8059 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.8060 +["<xmp>[foo]</xmp>",
  1.8061 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.8062 +	"<div>[foo]</div>",
  1.8063 +	[true,true],
  1.8064 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.8065 +["<div><ol><li>[foo]</ol></div>",
  1.8066 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.8067 +	"<div><ol><li><div>[foo]</div></li></ol></div>",
  1.8068 +	[true,true],
  1.8069 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.8070 +["<div><ol><li>[foo]</ol></div>",
  1.8071 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.8072 +	"<div><ol><li><div>[foo]</div></li></ol></div>",
  1.8073 +	[true,true],
  1.8074 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.8075 +["<div><table><tr><td>[foo]</table></div>",
  1.8076 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.8077 +	"<div><table><tbody><tr><td><div>[foo]</div></td></tr></tbody></table></div>",
  1.8078 +	[true,true],
  1.8079 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  1.8080 +["<div><table><tr><td>[foo]</table></div>",
  1.8081 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.8082 +	"<div><table><tbody><tr><td><div>[foo]</div></td></tr></tbody></table></div>",
  1.8083 +	[true,true],
  1.8084 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  1.8085 +["<p>[foo<h1>bar]</h1>",
  1.8086 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.8087 +	"<div>[foo</div><div>bar]</div>",
  1.8088 +	[true,true],
  1.8089 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"p",false,false,"div"]}],
  1.8090 +["<p>[foo<h1>bar]</h1>",
  1.8091 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.8092 +	"<div>[foo</div><div>bar]</div>",
  1.8093 +	[true,true],
  1.8094 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"p",false,false,"div"]}],
  1.8095 +["<h1>[foo</h1><h2>bar]</h2>",
  1.8096 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.8097 +	"<div>[foo</div><div>bar]</div>",
  1.8098 +	[true,true],
  1.8099 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"h1",false,false,"div"]}],
  1.8100 +["<h1>[foo</h1><h2>bar]</h2>",
  1.8101 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.8102 +	"<div>[foo</div><div>bar]</div>",
  1.8103 +	[true,true],
  1.8104 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"h1",false,false,"div"]}],
  1.8105 +["<div>[foo</div>bar]",
  1.8106 +	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  1.8107 +	"<div>[foo</div><div>bar]</div>",
  1.8108 +	[true,true],
  1.8109 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"div",false,false,"div"]}],
  1.8110 +["<div>[foo</div>bar]",
  1.8111 +	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  1.8112 +	"<div>[foo</div><div>bar]</div>",
  1.8113 +	[true,true],
  1.8114 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"div",false,false,"div"]}],
  1.8115 +["<div style=color:blue>[foo]</div>",
  1.8116 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.8117 +	"<p><span style=\"color:rgb(0, 0, 255)\">[foo]</span></p>",
  1.8118 +	[true,true,true],
  1.8119 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"p"]}],
  1.8120 +["<div style=color:blue>[foo]</div>",
  1.8121 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["formatblock","<p>"]],
  1.8122 +	"<p><font color=\"#0000ff\">[foo]</font></p>",
  1.8123 +	[true,true,true],
  1.8124 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"formatblock":[false,false,"div",false,false,"p"]}],
  1.8125 +["<div style=color:blue>[foo]</div>",
  1.8126 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.8127 +	"<p><span style=\"color:rgb(0, 0, 255)\">[foo]</span></p>",
  1.8128 +	[true,true,true],
  1.8129 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"p"]}],
  1.8130 +["<div style=color:blue>[foo]</div>",
  1.8131 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["formatblock","<p>"]],
  1.8132 +	"<p><font color=\"#0000ff\">[foo]</font></p>",
  1.8133 +	[true,true,true],
  1.8134 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"formatblock":[false,false,"div",false,false,"p"]}],
  1.8135 +["{<p>foo</p>ba]r",
  1.8136 +	[["defaultparagraphseparator","div"],["formatblock","<h1>"]],
  1.8137 +	"<h1>{foo<br>ba]r</h1>",
  1.8138 +	[true,true],
  1.8139 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"p",false,false,"h1"]}],
  1.8140 +["{<p>foo</p>ba]r",
  1.8141 +	[["defaultparagraphseparator","p"],["formatblock","<h1>"]],
  1.8142 +	"<h1>{foo<br>ba]r</h1>",
  1.8143 +	[true,true],
  1.8144 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"p",false,false,"h1"]}],
  1.8145 +["foo[]",
  1.8146 +	[["forwarddelete",""]],
  1.8147 +	"foo{}",
  1.8148 +	[true],
  1.8149 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8150 +["<span>foo[]</span>",
  1.8151 +	[["forwarddelete",""]],
  1.8152 +	"<span>foo</span>{}",
  1.8153 +	[true],
  1.8154 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8155 +["<p>foo[]</p>",
  1.8156 +	[["forwarddelete",""]],
  1.8157 +	"<p>foo{}</p>",
  1.8158 +	[true],
  1.8159 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8160 +["foo[]bar",
  1.8161 +	[["forwarddelete",""]],
  1.8162 +	"foo[]ar",
  1.8163 +	[true],
  1.8164 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8165 +["<span>foo</span>{}<span>bar</span>",
  1.8166 +	[["forwarddelete",""]],
  1.8167 +	"<span>foo</span><span>{}ar</span>",
  1.8168 +	[true],
  1.8169 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8170 +["<span>foo[</span><span>]bar</span>",
  1.8171 +	[["forwarddelete",""]],
  1.8172 +	"<span>foo[]</span><span>bar</span>",
  1.8173 +	[true],
  1.8174 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8175 +["foo[]<span style=display:none>bar</span>baz",
  1.8176 +	[["stylewithcss","true"],["forwarddelete",""]],
  1.8177 +	"foo{}az",
  1.8178 +	[true,true],
  1.8179 +	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.8180 +["foo[]<span style=display:none>bar</span>baz",
  1.8181 +	[["stylewithcss","false"],["forwarddelete",""]],
  1.8182 +	"foo{}az",
  1.8183 +	[true,true],
  1.8184 +	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.8185 +["foo[]<script>bar</script>baz",
  1.8186 +	[["forwarddelete",""]],
  1.8187 +	"foo{}az",
  1.8188 +	[true],
  1.8189 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8190 +["fo[]&ouml;bar",
  1.8191 +	[["forwarddelete",""]],
  1.8192 +	"fo[]bar",
  1.8193 +	[true],
  1.8194 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8195 +["fo[]o&#x308;bar",
  1.8196 +	[["forwarddelete",""]],
  1.8197 +	"fo[]bar",
  1.8198 +	[true],
  1.8199 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8200 +["fo[]o&#x308;&#x327;bar",
  1.8201 +	[["forwarddelete",""]],
  1.8202 +	"fo[]bar",
  1.8203 +	[true],
  1.8204 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8205 +["[]&ouml;bar",
  1.8206 +	[["forwarddelete",""]],
  1.8207 +	"{}bar",
  1.8208 +	[true],
  1.8209 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8210 +["[]o&#x308;bar",
  1.8211 +	[["forwarddelete",""]],
  1.8212 +	"{}bar",
  1.8213 +	[true],
  1.8214 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8215 +["[]o&#x308;&#x327;bar",
  1.8216 +	[["forwarddelete",""]],
  1.8217 +	"{}bar",
  1.8218 +	[true],
  1.8219 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8220 +["[]&#x5e9;&#x5c1;&#x5b8;&#x5dc;&#x5d5;&#x5b9;&#x5dd;",
  1.8221 +	[["forwarddelete",""]],
  1.8222 +	"{}לוֹם",
  1.8223 +	[true],
  1.8224 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8225 +["&#x5e9;&#x5c1;&#x5b8;&#x5dc;[]&#x5d5;&#x5b9;&#x5dd;",
  1.8226 +	[["forwarddelete",""]],
  1.8227 +	"שָׁל[]ם",
  1.8228 +	[true],
  1.8229 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8230 +["<p>foo[]</p><p>bar</p>",
  1.8231 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8232 +	"<p>foo{}bar</p>",
  1.8233 +	[true,true],
  1.8234 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8235 +["<p>foo[]</p><p>bar</p>",
  1.8236 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8237 +	"<p>foo{}bar</p>",
  1.8238 +	[true,true],
  1.8239 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8240 +["<p>foo[]</p>bar",
  1.8241 +	[["forwarddelete",""]],
  1.8242 +	"<p>foo{}bar</p>",
  1.8243 +	[true],
  1.8244 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8245 +["foo[]<p>bar</p>",
  1.8246 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8247 +	"foo{}bar",
  1.8248 +	[true,true],
  1.8249 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8250 +["foo[]<p>bar</p>",
  1.8251 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8252 +	"foo{}bar",
  1.8253 +	[true,true],
  1.8254 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8255 +["<p>foo[]<br></p><p>bar</p>",
  1.8256 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8257 +	"<p>foo{}bar</p>",
  1.8258 +	[true,true],
  1.8259 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8260 +["<p>foo[]<br></p><p>bar</p>",
  1.8261 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8262 +	"<p>foo{}bar</p>",
  1.8263 +	[true,true],
  1.8264 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8265 +["<p>foo[]<br></p>bar",
  1.8266 +	[["forwarddelete",""]],
  1.8267 +	"<p>foo{}bar</p>",
  1.8268 +	[true],
  1.8269 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8270 +["foo[]<br><p>bar</p>",
  1.8271 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8272 +	"foo{}bar",
  1.8273 +	[true,true],
  1.8274 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8275 +["foo[]<br><p>bar</p>",
  1.8276 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8277 +	"foo{}bar",
  1.8278 +	[true,true],
  1.8279 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8280 +["<p>{}<br></p>foo",
  1.8281 +	[["forwarddelete",""]],
  1.8282 +	"<p>{}foo</p>",
  1.8283 +	[true],
  1.8284 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8285 +["<p>{}<span><br></span></p>foo",
  1.8286 +	[["forwarddelete",""]],
  1.8287 +	"<p>{}foo</p>",
  1.8288 +	[true],
  1.8289 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8290 +["foo{}<p><br>",
  1.8291 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8292 +	"foo{}",
  1.8293 +	[true,true],
  1.8294 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8295 +["foo{}<p><br>",
  1.8296 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8297 +	"foo{}",
  1.8298 +	[true,true],
  1.8299 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8300 +["foo{}<p><span><br></span>",
  1.8301 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8302 +	"foo{}",
  1.8303 +	[true,true],
  1.8304 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8305 +["foo{}<p><span><br></span>",
  1.8306 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8307 +	"foo{}",
  1.8308 +	[true,true],
  1.8309 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8310 +["foo{}<br><p><br>",
  1.8311 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8312 +	"foo{}",
  1.8313 +	[true,true],
  1.8314 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8315 +["foo{}<br><p><br>",
  1.8316 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8317 +	"foo{}",
  1.8318 +	[true,true],
  1.8319 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8320 +["foo{}<span><br></span><p><br>",
  1.8321 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8322 +	"foo{}",
  1.8323 +	[true,true],
  1.8324 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8325 +["foo{}<span><br></span><p><br>",
  1.8326 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8327 +	"foo{}",
  1.8328 +	[true,true],
  1.8329 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8330 +["foo{}<br><p><span><br></span>",
  1.8331 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8332 +	"foo{}",
  1.8333 +	[true,true],
  1.8334 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8335 +["foo{}<br><p><span><br></span>",
  1.8336 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8337 +	"foo{}",
  1.8338 +	[true,true],
  1.8339 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8340 +["foo{}<span><br></span><p><span><br></span>",
  1.8341 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8342 +	"foo{}",
  1.8343 +	[true,true],
  1.8344 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8345 +["foo{}<span><br></span><p><span><br></span>",
  1.8346 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8347 +	"foo{}",
  1.8348 +	[true,true],
  1.8349 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8350 +["foo{}<p>",
  1.8351 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8352 +	"foo{}",
  1.8353 +	[true,true],
  1.8354 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8355 +["foo{}<p>",
  1.8356 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8357 +	"foo{}",
  1.8358 +	[true,true],
  1.8359 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8360 +["<table><tr><td>{}</table>foo",
  1.8361 +	[["forwarddelete",""]],
  1.8362 +	"<table><tbody><tr><td>{}</td></tr></tbody></table>foo",
  1.8363 +	[true],
  1.8364 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8365 +["<table><tr><td>{}<br></table>foo",
  1.8366 +	[["forwarddelete",""]],
  1.8367 +	"<table><tbody><tr><td>{}<br></td></tr></tbody></table>foo",
  1.8368 +	[true],
  1.8369 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8370 +["<table><tr><td>{}<span><br></span></table>foo",
  1.8371 +	[["forwarddelete",""]],
  1.8372 +	"<table><tbody><tr><td>{}<span><br></span></td></tr></tbody></table>foo",
  1.8373 +	[true],
  1.8374 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8375 +["<div><p>foo[]</p></div><p>bar</p>",
  1.8376 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8377 +	"<div><p>foo{}bar</p></div>",
  1.8378 +	[true,true],
  1.8379 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8380 +["<div><p>foo[]</p></div><p>bar</p>",
  1.8381 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8382 +	"<div><p>foo{}bar</p></div>",
  1.8383 +	[true,true],
  1.8384 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8385 +["<p>foo[]</p><div><p>bar</p></div>",
  1.8386 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8387 +	"<p>foo{}bar</p>",
  1.8388 +	[true,true],
  1.8389 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8390 +["<p>foo[]</p><div><p>bar</p></div>",
  1.8391 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8392 +	"<p>foo{}bar</p>",
  1.8393 +	[true,true],
  1.8394 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8395 +["<div><p>foo[]</p></div><div><p>bar</p></div>",
  1.8396 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8397 +	"<div><p>foo{}bar</p></div>",
  1.8398 +	[true,true],
  1.8399 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8400 +["<div><p>foo[]</p></div><div><p>bar</p></div>",
  1.8401 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8402 +	"<div><p>foo{}bar</p></div>",
  1.8403 +	[true,true],
  1.8404 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8405 +["<div><p>foo[]</p></div>bar",
  1.8406 +	[["forwarddelete",""]],
  1.8407 +	"<div><p>foo{}bar</p></div>",
  1.8408 +	[true],
  1.8409 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8410 +["foo[]<div><p>bar</p></div>",
  1.8411 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8412 +	"foo{}bar",
  1.8413 +	[true,true],
  1.8414 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8415 +["foo[]<div><p>bar</p></div>",
  1.8416 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8417 +	"foo{}bar",
  1.8418 +	[true,true],
  1.8419 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8420 +["<div>foo[]</div><div>bar</div>",
  1.8421 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8422 +	"<div>foo{}bar</div>",
  1.8423 +	[true,true],
  1.8424 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8425 +["<div>foo[]</div><div>bar</div>",
  1.8426 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8427 +	"<div>foo{}bar</div>",
  1.8428 +	[true,true],
  1.8429 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8430 +["<pre>foo[]</pre>bar",
  1.8431 +	[["forwarddelete",""]],
  1.8432 +	"<pre>foo{}bar</pre>",
  1.8433 +	[true],
  1.8434 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8435 +["foo[]<br>bar",
  1.8436 +	[["forwarddelete",""]],
  1.8437 +	"foo{}bar",
  1.8438 +	[true],
  1.8439 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8440 +["<b>foo[]</b><br>bar",
  1.8441 +	[["forwarddelete",""]],
  1.8442 +	"<b>foo</b>{}bar",
  1.8443 +	[true],
  1.8444 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8445 +["foo[]<hr>bar",
  1.8446 +	[["forwarddelete",""]],
  1.8447 +	"foo{}bar",
  1.8448 +	[true],
  1.8449 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8450 +["<p>foo[]<hr><p>bar",
  1.8451 +	[["forwarddelete",""]],
  1.8452 +	"<p>foo{}</p><p>bar</p>",
  1.8453 +	[true],
  1.8454 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8455 +["<p>foo[]</p><br><p>bar</p>",
  1.8456 +	[["forwarddelete",""]],
  1.8457 +	"<p>foo{}</p><p>bar</p>",
  1.8458 +	[true],
  1.8459 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8460 +["<p>foo[]</p><br><br><p>bar</p>",
  1.8461 +	[["forwarddelete",""]],
  1.8462 +	"<p>foo{}</p><br><p>bar</p>",
  1.8463 +	[true],
  1.8464 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8465 +["<p>foo[]</p><img src=/img/lion.svg><p>bar",
  1.8466 +	[["forwarddelete",""]],
  1.8467 +	"<p>foo{}<img src=\"/img/lion.svg\"></p><p>bar</p>",
  1.8468 +	[true],
  1.8469 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8470 +["foo[]<img src=/img/lion.svg>bar",
  1.8471 +	[["forwarddelete",""]],
  1.8472 +	"foo{}bar",
  1.8473 +	[true],
  1.8474 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8475 +["foo[]<a>bar</a>",
  1.8476 +	[["forwarddelete",""]],
  1.8477 +	"foo<a>{}ar</a>",
  1.8478 +	[true],
  1.8479 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8480 +["foo[]<a href=/>bar</a>",
  1.8481 +	[["forwarddelete",""]],
  1.8482 +	"foo<a href=\"/\">{}ar</a>",
  1.8483 +	[true],
  1.8484 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8485 +["foo[]<a name=abc>bar</a>",
  1.8486 +	[["forwarddelete",""]],
  1.8487 +	"foo<a name=\"abc\">{}ar</a>",
  1.8488 +	[true],
  1.8489 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8490 +["foo[]<a href=/ name=abc>bar</a>",
  1.8491 +	[["forwarddelete",""]],
  1.8492 +	"foo<a href=\"/\" name=\"abc\">{}ar</a>",
  1.8493 +	[true],
  1.8494 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8495 +["foo[]<span><a>bar</a></span>",
  1.8496 +	[["forwarddelete",""]],
  1.8497 +	"foo<span><a>{}ar</a></span>",
  1.8498 +	[true],
  1.8499 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8500 +["foo[]<span><a href=/>bar</a></span>",
  1.8501 +	[["forwarddelete",""]],
  1.8502 +	"foo<span><a href=\"/\">{}ar</a></span>",
  1.8503 +	[true],
  1.8504 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8505 +["foo[]<span><a name=abc>bar</a></span>",
  1.8506 +	[["forwarddelete",""]],
  1.8507 +	"foo<span><a name=\"abc\">{}ar</a></span>",
  1.8508 +	[true],
  1.8509 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8510 +["foo[]<span><a href=/ name=abc>bar</a></span>",
  1.8511 +	[["forwarddelete",""]],
  1.8512 +	"foo<span><a href=\"/\" name=\"abc\">{}ar</a></span>",
  1.8513 +	[true],
  1.8514 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8515 +["<a>foo[]</a>bar",
  1.8516 +	[["forwarddelete",""]],
  1.8517 +	"<a>foo</a>{}ar",
  1.8518 +	[true],
  1.8519 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8520 +["<a href=/>foo[]</a>bar",
  1.8521 +	[["forwarddelete",""]],
  1.8522 +	"<a href=\"/\">foo</a>{}ar",
  1.8523 +	[true],
  1.8524 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8525 +["<a name=abc>foo[]</a>bar",
  1.8526 +	[["forwarddelete",""]],
  1.8527 +	"<a name=\"abc\">foo</a>{}ar",
  1.8528 +	[true],
  1.8529 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8530 +["<a href=/ name=abc>foo[]</a>bar",
  1.8531 +	[["forwarddelete",""]],
  1.8532 +	"<a href=\"/\" name=\"abc\">foo</a>{}ar",
  1.8533 +	[true],
  1.8534 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8535 +["foo []&nbsp;",
  1.8536 +	[["forwarddelete",""]],
  1.8537 +	"foo&nbsp;[]",
  1.8538 +	[true],
  1.8539 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8540 +["[]&nbsp; foo",
  1.8541 +	[["forwarddelete",""]],
  1.8542 +	"{}&nbsp;foo",
  1.8543 +	[true],
  1.8544 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8545 +["foo[] &nbsp;bar",
  1.8546 +	[["forwarddelete",""]],
  1.8547 +	"foo[] bar",
  1.8548 +	[true],
  1.8549 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8550 +["foo[]&nbsp; bar",
  1.8551 +	[["forwarddelete",""]],
  1.8552 +	"foo[] bar",
  1.8553 +	[true],
  1.8554 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8555 +["foo[]&nbsp;&nbsp;bar",
  1.8556 +	[["forwarddelete",""]],
  1.8557 +	"foo[] bar",
  1.8558 +	[true],
  1.8559 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8560 +["foo[]  bar",
  1.8561 +	[["forwarddelete",""]],
  1.8562 +	"foo[]bar",
  1.8563 +	[true],
  1.8564 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8565 +["foo[] &nbsp; bar",
  1.8566 +	[["forwarddelete",""]],
  1.8567 +	"foo[]&nbsp; bar",
  1.8568 +	[true],
  1.8569 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8570 +["foo []&nbsp; bar",
  1.8571 +	[["forwarddelete",""]],
  1.8572 +	"foo&nbsp;[] bar",
  1.8573 +	[true],
  1.8574 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8575 +["foo &nbsp;[] bar",
  1.8576 +	[["forwarddelete",""]],
  1.8577 +	"foo&nbsp; []bar",
  1.8578 +	[true],
  1.8579 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8580 +["foo[] <span>&nbsp;</span> bar",
  1.8581 +	[["forwarddelete",""]],
  1.8582 +	"foo[]<span>&nbsp;</span> bar",
  1.8583 +	[true],
  1.8584 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8585 +["foo []<span>&nbsp;</span> bar",
  1.8586 +	[["forwarddelete",""]],
  1.8587 +	"foo&nbsp;{} bar",
  1.8588 +	[true],
  1.8589 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8590 +["foo <span>&nbsp;</span>[] bar",
  1.8591 +	[["forwarddelete",""]],
  1.8592 +	"foo&nbsp;<span> </span>{}bar",
  1.8593 +	[true],
  1.8594 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8595 +["<b>foo[] </b>&nbsp;bar",
  1.8596 +	[["forwarddelete",""]],
  1.8597 +	"<b>foo[]</b> bar",
  1.8598 +	[true],
  1.8599 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8600 +["<b>foo[]&nbsp;</b> bar",
  1.8601 +	[["forwarddelete",""]],
  1.8602 +	"<b>foo[]</b> bar",
  1.8603 +	[true],
  1.8604 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8605 +["<b>foo[]&nbsp;</b>&nbsp;bar",
  1.8606 +	[["forwarddelete",""]],
  1.8607 +	"<b>foo[]</b> bar",
  1.8608 +	[true],
  1.8609 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8610 +["<b>foo[] </b> bar",
  1.8611 +	[["forwarddelete",""]],
  1.8612 +	"<b>foo[]</b>bar",
  1.8613 +	[true],
  1.8614 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8615 +["<pre>foo []&nbsp;</pre>",
  1.8616 +	[["forwarddelete",""]],
  1.8617 +	"<pre>foo []</pre>",
  1.8618 +	[true],
  1.8619 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8620 +["<pre>[]&nbsp; foo</pre>",
  1.8621 +	[["forwarddelete",""]],
  1.8622 +	"<pre>{} foo</pre>",
  1.8623 +	[true],
  1.8624 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8625 +["<pre>foo[] &nbsp;bar</pre>",
  1.8626 +	[["forwarddelete",""]],
  1.8627 +	"<pre>foo[]&nbsp;bar</pre>",
  1.8628 +	[true],
  1.8629 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8630 +["<pre>foo[]&nbsp; bar</pre>",
  1.8631 +	[["forwarddelete",""]],
  1.8632 +	"<pre>foo[] bar</pre>",
  1.8633 +	[true],
  1.8634 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8635 +["<pre>foo[]  bar</pre>",
  1.8636 +	[["forwarddelete",""]],
  1.8637 +	"<pre>foo[] bar</pre>",
  1.8638 +	[true],
  1.8639 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8640 +["<div style=white-space:pre>foo []&nbsp;</div>",
  1.8641 +	[["forwarddelete",""]],
  1.8642 +	"<div style=\"white-space:pre\">foo []</div>",
  1.8643 +	[true],
  1.8644 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8645 +["<div style=white-space:pre>[]&nbsp; foo</div>",
  1.8646 +	[["forwarddelete",""]],
  1.8647 +	"<div style=\"white-space:pre\">{} foo</div>",
  1.8648 +	[true],
  1.8649 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8650 +["<div style=white-space:pre>foo[] &nbsp;bar</div>",
  1.8651 +	[["forwarddelete",""]],
  1.8652 +	"<div style=\"white-space:pre\">foo[]&nbsp;bar</div>",
  1.8653 +	[true],
  1.8654 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8655 +["<div style=white-space:pre>foo[]&nbsp; bar</div>",
  1.8656 +	[["forwarddelete",""]],
  1.8657 +	"<div style=\"white-space:pre\">foo[] bar</div>",
  1.8658 +	[true],
  1.8659 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8660 +["<div style=white-space:pre>foo[]  bar</div>",
  1.8661 +	[["forwarddelete",""]],
  1.8662 +	"<div style=\"white-space:pre\">foo[] bar</div>",
  1.8663 +	[true],
  1.8664 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8665 +["<div style=white-space:pre-wrap>foo []&nbsp;</div>",
  1.8666 +	[["forwarddelete",""]],
  1.8667 +	"<div style=\"white-space:pre-wrap\">foo []</div>",
  1.8668 +	[true],
  1.8669 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8670 +["<div style=white-space:pre-wrap>[]&nbsp; foo</div>",
  1.8671 +	[["forwarddelete",""]],
  1.8672 +	"<div style=\"white-space:pre-wrap\">{} foo</div>",
  1.8673 +	[true],
  1.8674 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8675 +["<div style=white-space:pre-wrap>foo[] &nbsp;bar</div>",
  1.8676 +	[["forwarddelete",""]],
  1.8677 +	"<div style=\"white-space:pre-wrap\">foo[]&nbsp;bar</div>",
  1.8678 +	[true],
  1.8679 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8680 +["<div style=white-space:pre-wrap>foo[]&nbsp; bar</div>",
  1.8681 +	[["forwarddelete",""]],
  1.8682 +	"<div style=\"white-space:pre-wrap\">foo[] bar</div>",
  1.8683 +	[true],
  1.8684 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8685 +["<div style=white-space:pre-wrap>foo[]  bar</div>",
  1.8686 +	[["forwarddelete",""]],
  1.8687 +	"<div style=\"white-space:pre-wrap\">foo[] bar</div>",
  1.8688 +	[true],
  1.8689 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8690 +["<div style=white-space:pre-line>foo []&nbsp;</div>",
  1.8691 +	[["forwarddelete",""]],
  1.8692 +	"<div style=\"white-space:pre-line\">foo&nbsp;[]</div>",
  1.8693 +	[true],
  1.8694 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8695 +["<div style=white-space:pre-line>[]&nbsp; foo</div>",
  1.8696 +	[["forwarddelete",""]],
  1.8697 +	"<div style=\"white-space:pre-line\">{}&nbsp;foo</div>",
  1.8698 +	[true],
  1.8699 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8700 +["<div style=white-space:pre-line>foo[] &nbsp;bar</div>",
  1.8701 +	[["forwarddelete",""]],
  1.8702 +	"<div style=\"white-space:pre-line\">foo[] bar</div>",
  1.8703 +	[true],
  1.8704 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8705 +["<div style=white-space:pre-line>foo[]&nbsp; bar</div>",
  1.8706 +	[["forwarddelete",""]],
  1.8707 +	"<div style=\"white-space:pre-line\">foo[] bar</div>",
  1.8708 +	[true],
  1.8709 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8710 +["<div style=white-space:pre-line>foo[]  bar</div>",
  1.8711 +	[["forwarddelete",""]],
  1.8712 +	"<div style=\"white-space:pre-line\">foo[]bar</div>",
  1.8713 +	[true],
  1.8714 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8715 +["<div style=white-space:nowrap>foo []&nbsp;</div>",
  1.8716 +	[["forwarddelete",""]],
  1.8717 +	"<div style=\"white-space:nowrap\">foo&nbsp;[]</div>",
  1.8718 +	[true],
  1.8719 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8720 +["<div style=white-space:nowrap>[]&nbsp; foo</div>",
  1.8721 +	[["forwarddelete",""]],
  1.8722 +	"<div style=\"white-space:nowrap\">{}&nbsp;foo</div>",
  1.8723 +	[true],
  1.8724 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8725 +["<div style=white-space:nowrap>foo[] &nbsp;bar</div>",
  1.8726 +	[["forwarddelete",""]],
  1.8727 +	"<div style=\"white-space:nowrap\">foo[] bar</div>",
  1.8728 +	[true],
  1.8729 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8730 +["<div style=white-space:nowrap>foo[]&nbsp; bar</div>",
  1.8731 +	[["forwarddelete",""]],
  1.8732 +	"<div style=\"white-space:nowrap\">foo[] bar</div>",
  1.8733 +	[true],
  1.8734 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8735 +["<div style=white-space:nowrap>foo[]  bar</div>",
  1.8736 +	[["forwarddelete",""]],
  1.8737 +	"<div style=\"white-space:nowrap\">foo[]bar</div>",
  1.8738 +	[true],
  1.8739 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8740 +["foo[]<table><tr><td>bar</table>baz",
  1.8741 +	[["forwarddelete",""]],
  1.8742 +	"foo{<table><tbody><tr><td>bar</td></tr></tbody></table>}baz",
  1.8743 +	[true],
  1.8744 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8745 +["foo<table><tr><td>bar[]</table>baz",
  1.8746 +	[["forwarddelete",""]],
  1.8747 +	"foo<table><tbody><tr><td>bar[]</td></tr></tbody></table>baz",
  1.8748 +	[true],
  1.8749 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8750 +["<p>foo[]<table><tr><td>bar</table><p>baz",
  1.8751 +	[["forwarddelete",""]],
  1.8752 +	"<p>foo</p>{<table><tbody><tr><td>bar</td></tr></tbody></table>}<p>baz</p>",
  1.8753 +	[true],
  1.8754 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8755 +["<table><tr><td>foo[]<td>bar</table>",
  1.8756 +	[["forwarddelete",""]],
  1.8757 +	"<table><tbody><tr><td>foo{}</td><td>bar</td></tr></tbody></table>",
  1.8758 +	[true],
  1.8759 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8760 +["<table><tr><td>foo[]<tr><td>bar</table>",
  1.8761 +	[["forwarddelete",""]],
  1.8762 +	"<table><tbody><tr><td>foo{}</td></tr><tr><td>bar</td></tr></tbody></table>",
  1.8763 +	[true],
  1.8764 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8765 +["foo[]<br><table><tr><td>bar</table>baz",
  1.8766 +	[["forwarddelete",""]],
  1.8767 +	"foo{<table><tbody><tr><td>bar</td></tr></tbody></table>}baz",
  1.8768 +	[true],
  1.8769 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8770 +["foo<table><tr><td>bar[]<br></table>baz",
  1.8771 +	[["forwarddelete",""]],
  1.8772 +	"foo<table><tbody><tr><td>bar[]</td></tr></tbody></table>baz",
  1.8773 +	[true],
  1.8774 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8775 +["<p>foo[]<br><table><tr><td>bar</table><p>baz",
  1.8776 +	[["forwarddelete",""]],
  1.8777 +	"<p>foo</p>{<table><tbody><tr><td>bar</td></tr></tbody></table>}<p>baz</p>",
  1.8778 +	[true],
  1.8779 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8780 +["<p>foo<table><tr><td>bar[]<br></table><p>baz",
  1.8781 +	[["forwarddelete",""]],
  1.8782 +	"<p>foo</p><table><tbody><tr><td>bar[]</td></tr></tbody></table><p>baz</p>",
  1.8783 +	[true],
  1.8784 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8785 +["<table><tr><td>foo[]<br><td>bar</table>",
  1.8786 +	[["forwarddelete",""]],
  1.8787 +	"<table><tbody><tr><td>foo{}</td><td>bar</td></tr></tbody></table>",
  1.8788 +	[true],
  1.8789 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8790 +["<table><tr><td>foo[]<br><tr><td>bar</table>",
  1.8791 +	[["forwarddelete",""]],
  1.8792 +	"<table><tbody><tr><td>foo{}</td></tr><tr><td>bar</td></tr></tbody></table>",
  1.8793 +	[true],
  1.8794 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8795 +["foo<table><tr><td>bar[]</table><br>baz",
  1.8796 +	[["forwarddelete",""]],
  1.8797 +	"foo<table><tbody><tr><td>bar[]</td></tr></tbody></table><br>baz",
  1.8798 +	[true],
  1.8799 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8800 +["foo[]<table><tr><td><hr>bar</table>baz",
  1.8801 +	[["forwarddelete",""]],
  1.8802 +	"foo{<table><tbody><tr><td><hr>bar</td></tr></tbody></table>}baz",
  1.8803 +	[true],
  1.8804 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8805 +["<table><tr><td>foo[]<td><hr>bar</table>",
  1.8806 +	[["forwarddelete",""]],
  1.8807 +	"<table><tbody><tr><td>foo{}</td><td><hr>bar</td></tr></tbody></table>",
  1.8808 +	[true],
  1.8809 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8810 +["<table><tr><td>foo[]<tr><td><hr>bar</table>",
  1.8811 +	[["forwarddelete",""]],
  1.8812 +	"<table><tbody><tr><td>foo{}</td></tr><tr><td><hr>bar</td></tr></tbody></table>",
  1.8813 +	[true],
  1.8814 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8815 +["foo[]<ol><li>bar<li>baz</ol>",
  1.8816 +	[["forwarddelete",""]],
  1.8817 +	"foo{}bar<ol><li>baz</li></ol>",
  1.8818 +	[true],
  1.8819 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8820 +["foo[]<br><ol><li>bar<li>baz</ol>",
  1.8821 +	[["forwarddelete",""]],
  1.8822 +	"foo{}bar<ol><li>baz</li></ol>",
  1.8823 +	[true],
  1.8824 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8825 +["<ol><li>foo[]<li>bar</ol>",
  1.8826 +	[["forwarddelete",""]],
  1.8827 +	"<ol><li>foo{}bar</li></ol>",
  1.8828 +	[true],
  1.8829 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8830 +["<ol><li>foo[]<br><li>bar</ol>",
  1.8831 +	[["forwarddelete",""]],
  1.8832 +	"<ol><li>foo{}bar</li></ol>",
  1.8833 +	[true],
  1.8834 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8835 +["<ol><li>foo[]<li>bar<br>baz</ol>",
  1.8836 +	[["forwarddelete",""]],
  1.8837 +	"<ol><li>foo{}bar<br>baz</li></ol>",
  1.8838 +	[true],
  1.8839 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8840 +["<ol><li><p>foo[]<li>bar</ol>",
  1.8841 +	[["forwarddelete",""]],
  1.8842 +	"<ol><li><p>foo{}bar</p></li></ol>",
  1.8843 +	[true],
  1.8844 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8845 +["<ol><li>foo[]<li><p>bar</ol>",
  1.8846 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8847 +	"<ol><li>foo{}bar</li></ol>",
  1.8848 +	[true,true],
  1.8849 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8850 +["<ol><li>foo[]<li><p>bar</ol>",
  1.8851 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8852 +	"<ol><li>foo{}bar</li></ol>",
  1.8853 +	[true,true],
  1.8854 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8855 +["<ol><li><p>foo[]<li><p>bar</ol>",
  1.8856 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8857 +	"<ol><li><p>foo{}bar</p></li></ol>",
  1.8858 +	[true,true],
  1.8859 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8860 +["<ol><li><p>foo[]<li><p>bar</ol>",
  1.8861 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8862 +	"<ol><li><p>foo{}bar</p></li></ol>",
  1.8863 +	[true,true],
  1.8864 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8865 +["<ol><li>foo[]<ul><li>bar</ul></ol>",
  1.8866 +	[["forwarddelete",""]],
  1.8867 +	"<ol><li>foo{}bar</li></ol>",
  1.8868 +	[true],
  1.8869 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8870 +["foo[]<ol><ol><li>bar</ol></ol>",
  1.8871 +	[["forwarddelete",""]],
  1.8872 +	"foo{}bar",
  1.8873 +	[true],
  1.8874 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8875 +["foo[]<div><ol><li>bar</ol></div>",
  1.8876 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8877 +	"foo{}bar",
  1.8878 +	[true,true],
  1.8879 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8880 +["foo[]<div><ol><li>bar</ol></div>",
  1.8881 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8882 +	"foo{}bar",
  1.8883 +	[true,true],
  1.8884 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8885 +["foo[]<dl><dt>bar<dd>baz</dl>",
  1.8886 +	[["forwarddelete",""]],
  1.8887 +	"foo{}bar<dl><dd>baz</dd></dl>",
  1.8888 +	[true],
  1.8889 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8890 +["foo[]<dl><dd>bar</dl>",
  1.8891 +	[["forwarddelete",""]],
  1.8892 +	"foo{}bar",
  1.8893 +	[true],
  1.8894 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8895 +["<dl><dt>foo[]<dd>bar</dl>",
  1.8896 +	[["forwarddelete",""]],
  1.8897 +	"<dl><dt>foo{}bar</dt></dl>",
  1.8898 +	[true],
  1.8899 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8900 +["<dl><dt>foo[]<dt>bar<dd>baz</dl>",
  1.8901 +	[["forwarddelete",""]],
  1.8902 +	"<dl><dt>foo{}bar</dt><dd>baz</dd></dl>",
  1.8903 +	[true],
  1.8904 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8905 +["<dl><dt>foo<dd>bar[]<dd>baz</dl>",
  1.8906 +	[["forwarddelete",""]],
  1.8907 +	"<dl><dt>foo</dt><dd>bar{}baz</dd></dl>",
  1.8908 +	[true],
  1.8909 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8910 +["<ol><li>foo[]</ol>bar",
  1.8911 +	[["forwarddelete",""]],
  1.8912 +	"<ol><li>foo{}bar</li></ol>",
  1.8913 +	[true],
  1.8914 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8915 +["<ol><li>foo[]<br></ol>bar",
  1.8916 +	[["forwarddelete",""]],
  1.8917 +	"<ol><li>foo{}bar</li></ol>",
  1.8918 +	[true],
  1.8919 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8920 +["<ol><li>{}<br></ol>bar",
  1.8921 +	[["forwarddelete",""]],
  1.8922 +	"<ol><li>{}bar</li></ol>",
  1.8923 +	[true],
  1.8924 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8925 +["<ol><li>foo<li>{}<br></ol>bar",
  1.8926 +	[["forwarddelete",""]],
  1.8927 +	"<ol><li>foo</li><li>{}bar</li></ol>",
  1.8928 +	[true],
  1.8929 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8930 +["<ol><li>foo[]</ol><p>bar",
  1.8931 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8932 +	"<ol><li>foo{}bar</li></ol>",
  1.8933 +	[true,true],
  1.8934 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8935 +["<ol><li>foo[]</ol><p>bar",
  1.8936 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8937 +	"<ol><li>foo{}bar</li></ol>",
  1.8938 +	[true,true],
  1.8939 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8940 +["<ol><li>foo[]<br></ol><p>bar",
  1.8941 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8942 +	"<ol><li>foo{}bar</li></ol>",
  1.8943 +	[true,true],
  1.8944 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8945 +["<ol><li>foo[]<br></ol><p>bar",
  1.8946 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8947 +	"<ol><li>foo{}bar</li></ol>",
  1.8948 +	[true,true],
  1.8949 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8950 +["<ol><li>{}<br></ol><p>bar",
  1.8951 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8952 +	"<ol><li>{}bar</li></ol>",
  1.8953 +	[true,true],
  1.8954 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8955 +["<ol><li>{}<br></ol><p>bar",
  1.8956 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8957 +	"<ol><li>{}bar</li></ol>",
  1.8958 +	[true,true],
  1.8959 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8960 +["<ol><li>foo<li>{}<br></ol><p>bar",
  1.8961 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8962 +	"<ol><li>foo</li><li>{}bar</li></ol>",
  1.8963 +	[true,true],
  1.8964 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8965 +["<ol><li>foo<li>{}<br></ol><p>bar",
  1.8966 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8967 +	"<ol><li>foo</li><li>{}bar</li></ol>",
  1.8968 +	[true,true],
  1.8969 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8970 +["<ol><li>foo[]</ol><br>",
  1.8971 +	[["forwarddelete",""]],
  1.8972 +	"<ol><li>foo{}</li></ol>",
  1.8973 +	[true],
  1.8974 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8975 +["<ol><li>foo[]<br></ol><br>",
  1.8976 +	[["forwarddelete",""]],
  1.8977 +	"<ol><li>foo{}</li></ol>",
  1.8978 +	[true],
  1.8979 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8980 +["<ol><li>{}<br></ol><br>",
  1.8981 +	[["forwarddelete",""]],
  1.8982 +	"<ol><li>{}<br></li></ol>",
  1.8983 +	[true],
  1.8984 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8985 +["<ol><li>foo<li>{}<br></ol><br>",
  1.8986 +	[["forwarddelete",""]],
  1.8987 +	"<ol><li>foo</li><li>{}<br></li></ol>",
  1.8988 +	[true],
  1.8989 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.8990 +["<ol><li>foo[]</ol><p><br>",
  1.8991 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.8992 +	"<ol><li>foo{}</li></ol>",
  1.8993 +	[true,true],
  1.8994 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.8995 +["<ol><li>foo[]</ol><p><br>",
  1.8996 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.8997 +	"<ol><li>foo{}</li></ol>",
  1.8998 +	[true,true],
  1.8999 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9000 +["<ol><li>foo[]<br></ol><p><br>",
  1.9001 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9002 +	"<ol><li>foo{}</li></ol>",
  1.9003 +	[true,true],
  1.9004 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9005 +["<ol><li>foo[]<br></ol><p><br>",
  1.9006 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9007 +	"<ol><li>foo{}</li></ol>",
  1.9008 +	[true,true],
  1.9009 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9010 +["<ol><li>{}<br></ol><p><br>",
  1.9011 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9012 +	"<ol><li>{}<br></li></ol>",
  1.9013 +	[true,true],
  1.9014 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9015 +["<ol><li>{}<br></ol><p><br>",
  1.9016 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9017 +	"<ol><li>{}<br></li></ol>",
  1.9018 +	[true,true],
  1.9019 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9020 +["<ol><li>foo<li>{}<br></ol><p><br>",
  1.9021 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9022 +	"<ol><li>foo</li><li>{}<br></li></ol>",
  1.9023 +	[true,true],
  1.9024 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9025 +["<ol><li>foo<li>{}<br></ol><p><br>",
  1.9026 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9027 +	"<ol><li>foo</li><li>{}<br></li></ol>",
  1.9028 +	[true,true],
  1.9029 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9030 +["foo[]<blockquote>bar</blockquote>",
  1.9031 +	[["forwarddelete",""]],
  1.9032 +	"foo{}bar",
  1.9033 +	[true],
  1.9034 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9035 +["foo[]<blockquote><blockquote>bar</blockquote></blockquote>",
  1.9036 +	[["forwarddelete",""]],
  1.9037 +	"foo{}bar",
  1.9038 +	[true],
  1.9039 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9040 +["foo[]<blockquote><div>bar</div></blockquote>",
  1.9041 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9042 +	"foo{}bar",
  1.9043 +	[true,true],
  1.9044 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9045 +["foo[]<blockquote><div>bar</div></blockquote>",
  1.9046 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9047 +	"foo{}bar",
  1.9048 +	[true,true],
  1.9049 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9050 +["foo[]<blockquote style=\"color: blue\">bar</blockquote>",
  1.9051 +	[["stylewithcss","true"],["forwarddelete",""]],
  1.9052 +	"foo{}<span style=\"color:rgb(0, 0, 255)\">bar</span>",
  1.9053 +	[true,true],
  1.9054 +	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9055 +["foo[]<blockquote style=\"color: blue\">bar</blockquote>",
  1.9056 +	[["stylewithcss","false"],["forwarddelete",""]],
  1.9057 +	"foo{}<font color=\"#0000ff\">bar</font>",
  1.9058 +	[true,true],
  1.9059 +	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9060 +["foo[]<blockquote><blockquote><p>bar<p>baz</blockquote></blockquote>",
  1.9061 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9062 +	"foo{}bar<blockquote><blockquote><p>baz</p></blockquote></blockquote>",
  1.9063 +	[true,true],
  1.9064 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9065 +["foo[]<blockquote><blockquote><p>bar<p>baz</blockquote></blockquote>",
  1.9066 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9067 +	"foo{}bar<blockquote><blockquote><p>baz</p></blockquote></blockquote>",
  1.9068 +	[true,true],
  1.9069 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9070 +["foo[]<blockquote><div><p>bar<p>baz</div></blockquote>",
  1.9071 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9072 +	"foo{}bar<blockquote><div><p>baz</p></div></blockquote>",
  1.9073 +	[true,true],
  1.9074 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9075 +["foo[]<blockquote><div><p>bar<p>baz</div></blockquote>",
  1.9076 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9077 +	"foo{}bar<blockquote><div><p>baz</p></div></blockquote>",
  1.9078 +	[true,true],
  1.9079 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9080 +["foo[]<blockquote style=\"color: blue\"><p>bar<p>baz</blockquote>",
  1.9081 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9082 +	"foo{}<span style=\"color:rgb(0, 0, 255)\">bar</span><blockquote style=\"color:rgb(0, 0, 255)\"><p>baz</p></blockquote>",
  1.9083 +	[true,true,true],
  1.9084 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9085 +["foo[]<blockquote style=\"color: blue\"><p>bar<p>baz</blockquote>",
  1.9086 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9087 +	"foo{}<font color=\"#0000ff\">bar</font><blockquote style=\"color:rgb(0, 0, 255)\"><p>baz</p></blockquote>",
  1.9088 +	[true,true,true],
  1.9089 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9090 +["foo[]<blockquote style=\"color: blue\"><p>bar<p>baz</blockquote>",
  1.9091 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9092 +	"foo{}<span style=\"color:rgb(0, 0, 255)\">bar</span><blockquote style=\"color:rgb(0, 0, 255)\"><p>baz</p></blockquote>",
  1.9093 +	[true,true,true],
  1.9094 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9095 +["foo[]<blockquote style=\"color: blue\"><p>bar<p>baz</blockquote>",
  1.9096 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9097 +	"foo{}<font color=\"#0000ff\">bar</font><blockquote style=\"color:rgb(0, 0, 255)\"><p>baz</p></blockquote>",
  1.9098 +	[true,true,true],
  1.9099 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9100 +["foo[]<blockquote><p><b>bar</b><p>baz</blockquote>",
  1.9101 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9102 +	"foo{}<b>bar</b><blockquote><p>baz</p></blockquote>",
  1.9103 +	[true,true],
  1.9104 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9105 +["foo[]<blockquote><p><b>bar</b><p>baz</blockquote>",
  1.9106 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9107 +	"foo{}<b>bar</b><blockquote><p>baz</p></blockquote>",
  1.9108 +	[true,true],
  1.9109 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9110 +["foo[]<blockquote><p><strong>bar</strong><p>baz</blockquote>",
  1.9111 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9112 +	"foo{}<strong>bar</strong><blockquote><p>baz</p></blockquote>",
  1.9113 +	[true,true],
  1.9114 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9115 +["foo[]<blockquote><p><strong>bar</strong><p>baz</blockquote>",
  1.9116 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9117 +	"foo{}<strong>bar</strong><blockquote><p>baz</p></blockquote>",
  1.9118 +	[true,true],
  1.9119 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9120 +["foo[]<blockquote><p><span>bar</span><p>baz</blockquote>",
  1.9121 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9122 +	"foo{}<span>bar</span><blockquote><p>baz</p></blockquote>",
  1.9123 +	[true,true],
  1.9124 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9125 +["foo[]<blockquote><p><span>bar</span><p>baz</blockquote>",
  1.9126 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9127 +	"foo{}<span>bar</span><blockquote><p>baz</p></blockquote>",
  1.9128 +	[true,true],
  1.9129 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9130 +["foo[]<blockquote><ol><li>bar</ol></blockquote><p>extra",
  1.9131 +	[["forwarddelete",""]],
  1.9132 +	"foo{}bar<p>extra</p>",
  1.9133 +	[true],
  1.9134 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9135 +["foo[]<blockquote>bar<ol><li>baz</ol>quz</blockquote><p>extra",
  1.9136 +	[["forwarddelete",""]],
  1.9137 +	"foo{}bar<blockquote><ol><li>baz</li></ol>quz</blockquote><p>extra</p>",
  1.9138 +	[true],
  1.9139 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9140 +["foo<blockquote><ol><li>bar[]</li><ol><li>baz</ol><li>quz</ol></blockquote><p>extra",
  1.9141 +	[["forwarddelete",""]],
  1.9142 +	"foo<blockquote><ol><li>bar{}baz</li><li>quz</li></ol></blockquote><p>extra</p>",
  1.9143 +	[true],
  1.9144 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9145 +["foo[]<span></span>bar",
  1.9146 +	[["forwarddelete",""]],
  1.9147 +	"foo{}ar",
  1.9148 +	[true],
  1.9149 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9150 +["foo[]<span><span></span></span>bar",
  1.9151 +	[["forwarddelete",""]],
  1.9152 +	"foo{}ar",
  1.9153 +	[true],
  1.9154 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9155 +["foo[]<quasit></quasit>bar",
  1.9156 +	[["forwarddelete",""]],
  1.9157 +	"foo{}ar",
  1.9158 +	[true],
  1.9159 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9160 +["foo[]<span></span><br>bar",
  1.9161 +	[["forwarddelete",""]],
  1.9162 +	"foo{}bar",
  1.9163 +	[true],
  1.9164 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9165 +["<span>foo[]<span></span></span>bar",
  1.9166 +	[["forwarddelete",""]],
  1.9167 +	"<span>foo</span>{}ar",
  1.9168 +	[true],
  1.9169 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9170 +["foo[]<span></span><span>bar</span>",
  1.9171 +	[["forwarddelete",""]],
  1.9172 +	"foo<span>{}ar</span>",
  1.9173 +	[true],
  1.9174 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9175 +["foo[]<div><div><p>bar</div></div>",
  1.9176 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9177 +	"foo{}bar",
  1.9178 +	[true,true],
  1.9179 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9180 +["foo[]<div><div><p>bar</div></div>",
  1.9181 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9182 +	"foo{}bar",
  1.9183 +	[true,true],
  1.9184 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9185 +["foo[]<div><div><p><!--abc-->bar</div></div>",
  1.9186 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9187 +	"foo{}bar",
  1.9188 +	[true,true],
  1.9189 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9190 +["foo[]<div><div><p><!--abc-->bar</div></div>",
  1.9191 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9192 +	"foo{}bar",
  1.9193 +	[true,true],
  1.9194 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9195 +["foo[]<div><div><!--abc--><p>bar</div></div>",
  1.9196 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9197 +	"foo{}bar",
  1.9198 +	[true,true],
  1.9199 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9200 +["foo[]<div><div><!--abc--><p>bar</div></div>",
  1.9201 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9202 +	"foo{}bar",
  1.9203 +	[true,true],
  1.9204 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9205 +["foo[]<div><!--abc--><div><p>bar</div></div>",
  1.9206 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9207 +	"foo{}bar",
  1.9208 +	[true,true],
  1.9209 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9210 +["foo[]<div><!--abc--><div><p>bar</div></div>",
  1.9211 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9212 +	"foo{}bar",
  1.9213 +	[true,true],
  1.9214 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9215 +["foo[]<!--abc--><div><div><p>bar</div></div>",
  1.9216 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9217 +	"foo{}bar",
  1.9218 +	[true,true],
  1.9219 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9220 +["foo[]<!--abc--><div><div><p>bar</div></div>",
  1.9221 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9222 +	"foo{}bar",
  1.9223 +	[true,true],
  1.9224 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9225 +["<div><div><p>foo[]</div></div>bar",
  1.9226 +	[["forwarddelete",""]],
  1.9227 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9228 +	[true],
  1.9229 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9230 +["<div><div><p>foo[]</div></div><!--abc-->bar",
  1.9231 +	[["forwarddelete",""]],
  1.9232 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9233 +	[true],
  1.9234 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9235 +["<div><div><p>foo[]</div><!--abc--></div>bar",
  1.9236 +	[["forwarddelete",""]],
  1.9237 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9238 +	[true],
  1.9239 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9240 +["<div><div><p>foo[]</p><!--abc--></div></div>bar",
  1.9241 +	[["forwarddelete",""]],
  1.9242 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9243 +	[true],
  1.9244 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9245 +["<div><div><p>foo[]<!--abc--></div></div>bar",
  1.9246 +	[["forwarddelete",""]],
  1.9247 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9248 +	[true],
  1.9249 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9250 +["<div><div><p>foo[]</p></div></div><div><div><div>bar</div></div></div>",
  1.9251 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9252 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9253 +	[true,true],
  1.9254 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9255 +["<div><div><p>foo[]</p></div></div><div><div><div>bar</div></div></div>",
  1.9256 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9257 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9258 +	[true,true],
  1.9259 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9260 +["<div><div><p>foo[]<!--abc--></p></div></div><div><div><div>bar</div></div></div>",
  1.9261 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9262 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9263 +	[true,true],
  1.9264 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9265 +["<div><div><p>foo[]<!--abc--></p></div></div><div><div><div>bar</div></div></div>",
  1.9266 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9267 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9268 +	[true,true],
  1.9269 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9270 +["<div><div><p>foo[]</p><!--abc--></div></div><div><div><div>bar</div></div></div>",
  1.9271 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9272 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9273 +	[true,true],
  1.9274 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9275 +["<div><div><p>foo[]</p><!--abc--></div></div><div><div><div>bar</div></div></div>",
  1.9276 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9277 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9278 +	[true,true],
  1.9279 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9280 +["<div><div><p>foo[]</p></div><!--abc--></div><div><div><div>bar</div></div></div>",
  1.9281 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9282 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9283 +	[true,true],
  1.9284 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9285 +["<div><div><p>foo[]</p></div><!--abc--></div><div><div><div>bar</div></div></div>",
  1.9286 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9287 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9288 +	[true,true],
  1.9289 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9290 +["<div><div><p>foo[]</p></div></div><!--abc--><div><div><div>bar</div></div></div>",
  1.9291 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9292 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9293 +	[true,true],
  1.9294 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9295 +["<div><div><p>foo[]</p></div></div><!--abc--><div><div><div>bar</div></div></div>",
  1.9296 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9297 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9298 +	[true,true],
  1.9299 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9300 +["<div><div><p>foo[]</p></div></div><div><!--abc--><div><div>bar</div></div></div>",
  1.9301 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9302 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9303 +	[true,true],
  1.9304 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9305 +["<div><div><p>foo[]</p></div></div><div><!--abc--><div><div>bar</div></div></div>",
  1.9306 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9307 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9308 +	[true,true],
  1.9309 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9310 +["<div><div><p>foo[]</p></div></div><div><div><!--abc--><div>bar</div></div></div>",
  1.9311 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9312 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9313 +	[true,true],
  1.9314 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9315 +["<div><div><p>foo[]</p></div></div><div><div><!--abc--><div>bar</div></div></div>",
  1.9316 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9317 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9318 +	[true,true],
  1.9319 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9320 +["<div><div><p>foo[]</p></div></div><div><div><div><!--abc-->bar</div></div></div>",
  1.9321 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9322 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9323 +	[true,true],
  1.9324 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9325 +["<div><div><p>foo[]</p></div></div><div><div><div><!--abc-->bar</div></div></div>",
  1.9326 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9327 +	"<div><div><p>foo{}bar</p></div></div>",
  1.9328 +	[true,true],
  1.9329 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9330 +["<p style=color:blue>foo[]<p>bar",
  1.9331 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9332 +	"<p><span style=\"color:rgb(0, 0, 255)\">foo{}</span>bar</p>",
  1.9333 +	[true,true,true],
  1.9334 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9335 +["<p style=color:blue>foo[]<p>bar",
  1.9336 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9337 +	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
  1.9338 +	[true,true,true],
  1.9339 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9340 +["<p style=color:blue>foo[]<p>bar",
  1.9341 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9342 +	"<p><span style=\"color:rgb(0, 0, 255)\">foo{}</span>bar</p>",
  1.9343 +	[true,true,true],
  1.9344 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9345 +["<p style=color:blue>foo[]<p>bar",
  1.9346 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9347 +	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
  1.9348 +	[true,true,true],
  1.9349 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9350 +["<p style=color:blue>foo[]<p style=color:brown>bar",
  1.9351 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9352 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  1.9353 +	[true,true,true],
  1.9354 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9355 +["<p style=color:blue>foo[]<p style=color:brown>bar",
  1.9356 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9357 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#a52a2a\">bar</font></p>",
  1.9358 +	[true,true,true],
  1.9359 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9360 +["<p style=color:blue>foo[]<p style=color:brown>bar",
  1.9361 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9362 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  1.9363 +	[true,true,true],
  1.9364 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9365 +["<p style=color:blue>foo[]<p style=color:brown>bar",
  1.9366 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9367 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#a52a2a\">bar</font></p>",
  1.9368 +	[true,true,true],
  1.9369 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9370 +["<p>foo[]<p style=color:brown>bar",
  1.9371 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9372 +	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  1.9373 +	[true,true,true],
  1.9374 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9375 +["<p>foo[]<p style=color:brown>bar",
  1.9376 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9377 +	"<p>foo{}<font color=\"#a52a2a\">bar</font></p>",
  1.9378 +	[true,true,true],
  1.9379 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9380 +["<p>foo[]<p style=color:brown>bar",
  1.9381 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9382 +	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  1.9383 +	[true,true,true],
  1.9384 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9385 +["<p>foo[]<p style=color:brown>bar",
  1.9386 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9387 +	"<p>foo{}<font color=\"#a52a2a\">bar</font></p>",
  1.9388 +	[true,true,true],
  1.9389 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9390 +["<p><font color=blue>foo[]</font><p>bar",
  1.9391 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9392 +	"<p><font color=\"blue\">foo</font>{}bar</p>",
  1.9393 +	[true,true],
  1.9394 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9395 +["<p><font color=blue>foo[]</font><p>bar",
  1.9396 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9397 +	"<p><font color=\"blue\">foo</font>{}bar</p>",
  1.9398 +	[true,true],
  1.9399 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9400 +["<p><font color=blue>foo[]</font><p><font color=brown>bar</font>",
  1.9401 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9402 +	"<p><font color=\"blue\">foo</font>{}<font color=\"brown\">bar</font></p>",
  1.9403 +	[true,true],
  1.9404 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9405 +["<p><font color=blue>foo[]</font><p><font color=brown>bar</font>",
  1.9406 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9407 +	"<p><font color=\"blue\">foo</font>{}<font color=\"brown\">bar</font></p>",
  1.9408 +	[true,true],
  1.9409 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9410 +["<p>foo[]<p><font color=brown>bar</font>",
  1.9411 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9412 +	"<p>foo{}<font color=\"brown\">bar</font></p>",
  1.9413 +	[true,true],
  1.9414 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9415 +["<p>foo[]<p><font color=brown>bar</font>",
  1.9416 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9417 +	"<p>foo{}<font color=\"brown\">bar</font></p>",
  1.9418 +	[true,true],
  1.9419 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9420 +["<p><span style=color:blue>foo[]</font><p>bar",
  1.9421 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9422 +	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}bar</p>",
  1.9423 +	[true,true],
  1.9424 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9425 +["<p><span style=color:blue>foo[]</font><p>bar",
  1.9426 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9427 +	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}bar</p>",
  1.9428 +	[true,true],
  1.9429 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9430 +["<p><span style=color:blue>foo[]</font><p><span style=color:brown>bar</font>",
  1.9431 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9432 +	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  1.9433 +	[true,true],
  1.9434 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9435 +["<p><span style=color:blue>foo[]</font><p><span style=color:brown>bar</font>",
  1.9436 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9437 +	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  1.9438 +	[true,true],
  1.9439 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9440 +["<p>foo[]<p><span style=color:brown>bar</font>",
  1.9441 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9442 +	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  1.9443 +	[true,true],
  1.9444 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9445 +["<p>foo[]<p><span style=color:brown>bar</font>",
  1.9446 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9447 +	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  1.9448 +	[true,true],
  1.9449 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9450 +["<p style=background-color:aqua>foo[]<p>bar",
  1.9451 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9452 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  1.9453 +	[true,true],
  1.9454 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9455 +["<p style=background-color:aqua>foo[]<p>bar",
  1.9456 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9457 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  1.9458 +	[true,true],
  1.9459 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9460 +["<p style=background-color:aqua>foo[]<p style=background-color:tan>bar",
  1.9461 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9462 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  1.9463 +	[true,true,true],
  1.9464 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9465 +["<p style=background-color:aqua>foo[]<p style=background-color:tan>bar",
  1.9466 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9467 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  1.9468 +	[true,true,true],
  1.9469 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9470 +["<p style=background-color:aqua>foo[]<p style=background-color:tan>bar",
  1.9471 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9472 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  1.9473 +	[true,true,true],
  1.9474 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9475 +["<p style=background-color:aqua>foo[]<p style=background-color:tan>bar",
  1.9476 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9477 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  1.9478 +	[true,true,true],
  1.9479 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9480 +["<p>foo[]<p style=background-color:tan>bar",
  1.9481 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9482 +	"<p>foo{}bar</p>",
  1.9483 +	[true,true,true],
  1.9484 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9485 +["<p>foo[]<p style=background-color:tan>bar",
  1.9486 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9487 +	"<p>foo{}bar</p>",
  1.9488 +	[true,true,true],
  1.9489 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9490 +["<p>foo[]<p style=background-color:tan>bar",
  1.9491 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9492 +	"<p>foo{}bar</p>",
  1.9493 +	[true,true,true],
  1.9494 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9495 +["<p>foo[]<p style=background-color:tan>bar",
  1.9496 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9497 +	"<p>foo{}bar</p>",
  1.9498 +	[true,true,true],
  1.9499 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9500 +["<p><span style=background-color:aqua>foo[]</font><p>bar",
  1.9501 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9502 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}bar</p>",
  1.9503 +	[true,true],
  1.9504 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9505 +["<p><span style=background-color:aqua>foo[]</font><p>bar",
  1.9506 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9507 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}bar</p>",
  1.9508 +	[true,true],
  1.9509 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9510 +["<p><span style=background-color:aqua>foo[]</font><p><span style=background-color:tan>bar</font>",
  1.9511 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9512 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
  1.9513 +	[true,true],
  1.9514 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9515 +["<p><span style=background-color:aqua>foo[]</font><p><span style=background-color:tan>bar</font>",
  1.9516 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9517 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
  1.9518 +	[true,true],
  1.9519 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9520 +["<p>foo[]<p><span style=background-color:tan>bar</font>",
  1.9521 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9522 +	"<p>foo{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
  1.9523 +	[true,true],
  1.9524 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9525 +["<p>foo[]<p><span style=background-color:tan>bar</font>",
  1.9526 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9527 +	"<p>foo{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
  1.9528 +	[true,true],
  1.9529 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9530 +["<p style=text-decoration:underline>foo[]<p>bar",
  1.9531 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9532 +	"<p><span style=\"text-decoration:underline\">foo{}</span>bar</p>",
  1.9533 +	[true,true,true],
  1.9534 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9535 +["<p style=text-decoration:underline>foo[]<p>bar",
  1.9536 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9537 +	"<p><u>foo{}</u>bar</p>",
  1.9538 +	[true,true,true],
  1.9539 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9540 +["<p style=text-decoration:underline>foo[]<p>bar",
  1.9541 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9542 +	"<p><span style=\"text-decoration:underline\">foo{}</span>bar</p>",
  1.9543 +	[true,true,true],
  1.9544 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9545 +["<p style=text-decoration:underline>foo[]<p>bar",
  1.9546 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9547 +	"<p><u>foo{}</u>bar</p>",
  1.9548 +	[true,true,true],
  1.9549 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9550 +["<p style=text-decoration:underline>foo[]<p style=text-decoration:line-through>bar",
  1.9551 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9552 +	"<p><span style=\"text-decoration:underline\">foo{}</span><span style=\"text-decoration:line-through\">bar</span></p>",
  1.9553 +	[true,true,true],
  1.9554 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9555 +["<p style=text-decoration:underline>foo[]<p style=text-decoration:line-through>bar",
  1.9556 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9557 +	"<p><u>foo{}</u><s>bar</s></p>",
  1.9558 +	[true,true,true],
  1.9559 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9560 +["<p style=text-decoration:underline>foo[]<p style=text-decoration:line-through>bar",
  1.9561 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9562 +	"<p><span style=\"text-decoration:underline\">foo{}</span><span style=\"text-decoration:line-through\">bar</span></p>",
  1.9563 +	[true,true,true],
  1.9564 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9565 +["<p style=text-decoration:underline>foo[]<p style=text-decoration:line-through>bar",
  1.9566 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9567 +	"<p><u>foo{}</u><s>bar</s></p>",
  1.9568 +	[true,true,true],
  1.9569 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9570 +["<p>foo[]<p style=text-decoration:line-through>bar",
  1.9571 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9572 +	"<p>foo{}<span style=\"text-decoration:line-through\">bar</span></p>",
  1.9573 +	[true,true,true],
  1.9574 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9575 +["<p>foo[]<p style=text-decoration:line-through>bar",
  1.9576 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9577 +	"<p>foo{}<s>bar</s></p>",
  1.9578 +	[true,true,true],
  1.9579 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9580 +["<p>foo[]<p style=text-decoration:line-through>bar",
  1.9581 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9582 +	"<p>foo{}<span style=\"text-decoration:line-through\">bar</span></p>",
  1.9583 +	[true,true,true],
  1.9584 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9585 +["<p>foo[]<p style=text-decoration:line-through>bar",
  1.9586 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9587 +	"<p>foo{}<s>bar</s></p>",
  1.9588 +	[true,true,true],
  1.9589 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9590 +["<p><u>foo[]</u><p>bar",
  1.9591 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9592 +	"<p><u>foo</u>{}bar</p>",
  1.9593 +	[true,true],
  1.9594 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9595 +["<p><u>foo[]</u><p>bar",
  1.9596 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9597 +	"<p><u>foo</u>{}bar</p>",
  1.9598 +	[true,true],
  1.9599 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9600 +["<p><u>foo[]</u><p><s>bar</s>",
  1.9601 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9602 +	"<p><u>foo</u>{}<s>bar</s></p>",
  1.9603 +	[true,true],
  1.9604 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9605 +["<p><u>foo[]</u><p><s>bar</s>",
  1.9606 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9607 +	"<p><u>foo</u>{}<s>bar</s></p>",
  1.9608 +	[true,true],
  1.9609 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9610 +["<p>foo[]<p><s>bar</s>",
  1.9611 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9612 +	"<p>foo{}<s>bar</s></p>",
  1.9613 +	[true,true],
  1.9614 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9615 +["<p>foo[]<p><s>bar</s>",
  1.9616 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9617 +	"<p>foo{}<s>bar</s></p>",
  1.9618 +	[true,true],
  1.9619 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9620 +["<p style=color:blue>foo[]</p>bar",
  1.9621 +	[["stylewithcss","true"],["forwarddelete",""]],
  1.9622 +	"<p><span style=\"color:rgb(0, 0, 255)\">foo{}</span>bar</p>",
  1.9623 +	[true,true],
  1.9624 +	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9625 +["<p style=color:blue>foo[]</p>bar",
  1.9626 +	[["stylewithcss","false"],["forwarddelete",""]],
  1.9627 +	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
  1.9628 +	[true,true],
  1.9629 +	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9630 +["foo[]<p style=color:brown>bar",
  1.9631 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9632 +	"foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span>",
  1.9633 +	[true,true,true],
  1.9634 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9635 +["foo[]<p style=color:brown>bar",
  1.9636 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9637 +	"foo{}<font color=\"#a52a2a\">bar</font>",
  1.9638 +	[true,true,true],
  1.9639 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9640 +["foo[]<p style=color:brown>bar",
  1.9641 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9642 +	"foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span>",
  1.9643 +	[true,true,true],
  1.9644 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9645 +["foo[]<p style=color:brown>bar",
  1.9646 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9647 +	"foo{}<font color=\"#a52a2a\">bar</font>",
  1.9648 +	[true,true,true],
  1.9649 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9650 +["<div style=color:blue><p style=color:green>foo[]</div>bar",
  1.9651 +	[["stylewithcss","true"],["forwarddelete",""]],
  1.9652 +	"<div><p><span style=\"color:rgb(0, 128, 0)\">foo{}</span>bar</p></div>",
  1.9653 +	[true,true],
  1.9654 +	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9655 +["<div style=color:blue><p style=color:green>foo[]</div>bar",
  1.9656 +	[["stylewithcss","false"],["forwarddelete",""]],
  1.9657 +	"<div><p><font color=\"#008000\">foo{}</font>bar</p></div>",
  1.9658 +	[true,true],
  1.9659 +	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9660 +["<div style=color:blue><p style=color:green>foo[]</div><p style=color:brown>bar",
  1.9661 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9662 +	"<div style=\"color:rgb(0, 0, 255)\"><p style=\"color:rgb(0, 128, 0)\">foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p></div>",
  1.9663 +	[true,true,true],
  1.9664 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9665 +["<div style=color:blue><p style=color:green>foo[]</div><p style=color:brown>bar",
  1.9666 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9667 +	"<div style=\"color:rgb(0, 0, 255)\"><p style=\"color:rgb(0, 128, 0)\">foo{}<font color=\"#a52a2a\">bar</font></p></div>",
  1.9668 +	[true,true,true],
  1.9669 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9670 +["<div style=color:blue><p style=color:green>foo[]</div><p style=color:brown>bar",
  1.9671 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9672 +	"<div style=\"color:rgb(0, 0, 255)\"><p style=\"color:rgb(0, 128, 0)\">foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p></div>",
  1.9673 +	[true,true,true],
  1.9674 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9675 +["<div style=color:blue><p style=color:green>foo[]</div><p style=color:brown>bar",
  1.9676 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9677 +	"<div style=\"color:rgb(0, 0, 255)\"><p style=\"color:rgb(0, 128, 0)\">foo{}<font color=\"#a52a2a\">bar</font></p></div>",
  1.9678 +	[true,true,true],
  1.9679 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9680 +["<p style=color:blue>foo[]<div style=color:brown><p style=color:green>bar",
  1.9681 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9682 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(0, 128, 0)\">bar</span></p>",
  1.9683 +	[true,true,true],
  1.9684 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9685 +["<p style=color:blue>foo[]<div style=color:brown><p style=color:green>bar",
  1.9686 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9687 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#008000\">bar</font></p>",
  1.9688 +	[true,true,true],
  1.9689 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9690 +["<p style=color:blue>foo[]<div style=color:brown><p style=color:green>bar",
  1.9691 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9692 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(0, 128, 0)\">bar</span></p>",
  1.9693 +	[true,true,true],
  1.9694 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9695 +["<p style=color:blue>foo[]<div style=color:brown><p style=color:green>bar",
  1.9696 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9697 +	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#008000\">bar</font></p>",
  1.9698 +	[true,true,true],
  1.9699 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9700 +["foo[bar]baz",
  1.9701 +	[["forwarddelete",""]],
  1.9702 +	"foo[]baz",
  1.9703 +	[true],
  1.9704 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9705 +["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
  1.9706 +	[["stylewithcss","true"],["forwarddelete",""]],
  1.9707 +	"<p>foo{}baz</p>",
  1.9708 +	[true,true],
  1.9709 +	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9710 +["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
  1.9711 +	[["stylewithcss","false"],["forwarddelete",""]],
  1.9712 +	"<p>foo{}baz</p>",
  1.9713 +	[true,true],
  1.9714 +	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9715 +["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
  1.9716 +	[["stylewithcss","true"],["forwarddelete",""]],
  1.9717 +	"<p>foo{}baz</p>",
  1.9718 +	[true,true],
  1.9719 +	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9720 +["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
  1.9721 +	[["stylewithcss","false"],["forwarddelete",""]],
  1.9722 +	"<p>foo{}baz</p>",
  1.9723 +	[true,true],
  1.9724 +	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9725 +["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
  1.9726 +	[["stylewithcss","true"],["forwarddelete",""]],
  1.9727 +	"<p>foo{}baz</p>",
  1.9728 +	[true,true],
  1.9729 +	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9730 +["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
  1.9731 +	[["stylewithcss","false"],["forwarddelete",""]],
  1.9732 +	"<p>foo{}baz</p>",
  1.9733 +	[true,true],
  1.9734 +	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9735 +["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
  1.9736 +	[["stylewithcss","true"],["forwarddelete",""]],
  1.9737 +	"<p>{}baz</p>",
  1.9738 +	[true,true],
  1.9739 +	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9740 +["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
  1.9741 +	[["stylewithcss","false"],["forwarddelete",""]],
  1.9742 +	"<p>{}baz</p>",
  1.9743 +	[true,true],
  1.9744 +	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9745 +["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
  1.9746 +	[["stylewithcss","true"],["forwarddelete",""]],
  1.9747 +	"<p>{}baz</p>",
  1.9748 +	[true,true],
  1.9749 +	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9750 +["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
  1.9751 +	[["stylewithcss","false"],["forwarddelete",""]],
  1.9752 +	"<p>{}baz</p>",
  1.9753 +	[true,true],
  1.9754 +	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9755 +["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
  1.9756 +	[["stylewithcss","true"],["forwarddelete",""]],
  1.9757 +	"<p>foo{}</p>",
  1.9758 +	[true,true],
  1.9759 +	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9760 +["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
  1.9761 +	[["stylewithcss","false"],["forwarddelete",""]],
  1.9762 +	"<p>foo{}</p>",
  1.9763 +	[true,true],
  1.9764 +	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9765 +["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
  1.9766 +	[["stylewithcss","true"],["forwarddelete",""]],
  1.9767 +	"<p>foo{}</p>",
  1.9768 +	[true,true],
  1.9769 +	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9770 +["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
  1.9771 +	[["stylewithcss","false"],["forwarddelete",""]],
  1.9772 +	"<p>foo{}</p>",
  1.9773 +	[true,true],
  1.9774 +	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9775 +["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
  1.9776 +	[["stylewithcss","true"],["forwarddelete",""]],
  1.9777 +	"<p>foo{}quz</p>",
  1.9778 +	[true,true],
  1.9779 +	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9780 +["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
  1.9781 +	[["stylewithcss","false"],["forwarddelete",""]],
  1.9782 +	"<p>foo{}quz</p>",
  1.9783 +	[true,true],
  1.9784 +	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9785 +["foo<b>[bar]</b>baz",
  1.9786 +	[["stylewithcss","true"],["forwarddelete",""]],
  1.9787 +	"foo{}baz",
  1.9788 +	[true,true],
  1.9789 +	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9790 +["foo<b>[bar]</b>baz",
  1.9791 +	[["stylewithcss","false"],["forwarddelete",""]],
  1.9792 +	"foo{}baz",
  1.9793 +	[true,true],
  1.9794 +	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9795 +["foo<b>{bar}</b>baz",
  1.9796 +	[["stylewithcss","true"],["forwarddelete",""]],
  1.9797 +	"foo{}baz",
  1.9798 +	[true,true],
  1.9799 +	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9800 +["foo<b>{bar}</b>baz",
  1.9801 +	[["stylewithcss","false"],["forwarddelete",""]],
  1.9802 +	"foo{}baz",
  1.9803 +	[true,true],
  1.9804 +	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9805 +["foo{<b>bar</b>}baz",
  1.9806 +	[["stylewithcss","true"],["forwarddelete",""]],
  1.9807 +	"foo{}baz",
  1.9808 +	[true,true],
  1.9809 +	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9810 +["foo{<b>bar</b>}baz",
  1.9811 +	[["stylewithcss","false"],["forwarddelete",""]],
  1.9812 +	"foo{}baz",
  1.9813 +	[true,true],
  1.9814 +	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  1.9815 +["foo<span>[bar]</span>baz",
  1.9816 +	[["forwarddelete",""]],
  1.9817 +	"foo{}baz",
  1.9818 +	[true],
  1.9819 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9820 +["foo<span>{bar}</span>baz",
  1.9821 +	[["forwarddelete",""]],
  1.9822 +	"foo{}baz",
  1.9823 +	[true],
  1.9824 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9825 +["foo{<span>bar</span>}baz",
  1.9826 +	[["forwarddelete",""]],
  1.9827 +	"foo{}baz",
  1.9828 +	[true],
  1.9829 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9830 +["<b>foo[bar</b><i>baz]quz</i>",
  1.9831 +	[["forwarddelete",""]],
  1.9832 +	"<b>foo[]</b><i>quz</i>",
  1.9833 +	[true],
  1.9834 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9835 +["<p>foo</p><p>[bar]</p><p>baz</p>",
  1.9836 +	[["forwarddelete",""]],
  1.9837 +	"<p>foo</p><p>{}<br></p><p>baz</p>",
  1.9838 +	[true],
  1.9839 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9840 +["<p>foo</p><p>{bar}</p><p>baz</p>",
  1.9841 +	[["forwarddelete",""]],
  1.9842 +	"<p>foo</p><p>{}<br></p><p>baz</p>",
  1.9843 +	[true],
  1.9844 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9845 +["<p>foo</p><p>{bar</p>}<p>baz</p>",
  1.9846 +	[["forwarddelete",""]],
  1.9847 +	"<p>foo</p><p>{}<br></p><p>baz</p>",
  1.9848 +	[true],
  1.9849 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9850 +["<p>foo</p>{<p>bar}</p><p>baz</p>",
  1.9851 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9852 +	"<p>foo</p>{}<br><p>baz</p>",
  1.9853 +	[true,true],
  1.9854 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9855 +["<p>foo</p>{<p>bar}</p><p>baz</p>",
  1.9856 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9857 +	"<p>foo</p>{}<br><p>baz</p>",
  1.9858 +	[true,true],
  1.9859 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9860 +["<p>foo</p>{<p>bar</p>}<p>baz</p>",
  1.9861 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9862 +	"<p>foo</p>{}<p>baz</p>",
  1.9863 +	[true,true],
  1.9864 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9865 +["<p>foo</p>{<p>bar</p>}<p>baz</p>",
  1.9866 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9867 +	"<p>foo</p>{}<p>baz</p>",
  1.9868 +	[true,true],
  1.9869 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9870 +["<p>foo[bar<p>baz]quz",
  1.9871 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9872 +	"<p>foo{}quz</p>",
  1.9873 +	[true,true],
  1.9874 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9875 +["<p>foo[bar<p>baz]quz",
  1.9876 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9877 +	"<p>foo{}quz</p>",
  1.9878 +	[true,true],
  1.9879 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9880 +["<p>foo[bar<div>baz]quz</div>",
  1.9881 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9882 +	"<p>foo{}quz</p>",
  1.9883 +	[true,true],
  1.9884 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9885 +["<p>foo[bar<div>baz]quz</div>",
  1.9886 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9887 +	"<p>foo{}quz</p>",
  1.9888 +	[true,true],
  1.9889 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9890 +["<p>foo[bar<h1>baz]quz</h1>",
  1.9891 +	[["forwarddelete",""]],
  1.9892 +	"<p>foo{}quz</p>",
  1.9893 +	[true],
  1.9894 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9895 +["<div>foo[bar</div><p>baz]quz",
  1.9896 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9897 +	"<div>foo{}quz</div>",
  1.9898 +	[true,true],
  1.9899 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9900 +["<div>foo[bar</div><p>baz]quz",
  1.9901 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9902 +	"<div>foo{}quz</div>",
  1.9903 +	[true,true],
  1.9904 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9905 +["<blockquote>foo[bar</blockquote><pre>baz]quz</pre>",
  1.9906 +	[["forwarddelete",""]],
  1.9907 +	"<blockquote>foo{}quz</blockquote>",
  1.9908 +	[true],
  1.9909 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9910 +["<p><b>foo[bar</b><p>baz]quz",
  1.9911 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9912 +	"<p><b>foo</b>{}quz</p>",
  1.9913 +	[true,true],
  1.9914 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9915 +["<p><b>foo[bar</b><p>baz]quz",
  1.9916 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9917 +	"<p><b>foo</b>{}quz</p>",
  1.9918 +	[true,true],
  1.9919 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9920 +["<div><p>foo[bar</div><p>baz]quz",
  1.9921 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9922 +	"<div><p>foo{}quz</p></div>",
  1.9923 +	[true,true],
  1.9924 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9925 +["<div><p>foo[bar</div><p>baz]quz",
  1.9926 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9927 +	"<div><p>foo{}quz</p></div>",
  1.9928 +	[true,true],
  1.9929 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9930 +["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
  1.9931 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9932 +	"<p>foo{}quz</p><blockquote><p>qoz</p></blockquote>",
  1.9933 +	[true,true],
  1.9934 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9935 +["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
  1.9936 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9937 +	"<p>foo{}quz</p><blockquote><p>qoz</p></blockquote>",
  1.9938 +	[true,true],
  1.9939 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9940 +["<p>foo[bar<p style=color:blue>baz]quz",
  1.9941 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9942 +	"<p>foo{}<span style=\"color:rgb(0, 0, 255)\">quz</span></p>",
  1.9943 +	[true,true,true],
  1.9944 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9945 +["<p>foo[bar<p style=color:blue>baz]quz",
  1.9946 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9947 +	"<p>foo{}<font color=\"#0000ff\">quz</font></p>",
  1.9948 +	[true,true,true],
  1.9949 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9950 +["<p>foo[bar<p style=color:blue>baz]quz",
  1.9951 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9952 +	"<p>foo{}<span style=\"color:rgb(0, 0, 255)\">quz</span></p>",
  1.9953 +	[true,true,true],
  1.9954 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9955 +["<p>foo[bar<p style=color:blue>baz]quz",
  1.9956 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9957 +	"<p>foo{}<font color=\"#0000ff\">quz</font></p>",
  1.9958 +	[true,true,true],
  1.9959 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9960 +["<p>foo[bar<p><b>baz]quz</b>",
  1.9961 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9962 +	"<p>foo{}<b>quz</b></p>",
  1.9963 +	[true,true],
  1.9964 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9965 +["<p>foo[bar<p><b>baz]quz</b>",
  1.9966 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9967 +	"<p>foo{}<b>quz</b></p>",
  1.9968 +	[true,true],
  1.9969 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9970 +["<div><p>foo<p>[bar<p>baz]</div>",
  1.9971 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9972 +	"<div><p>foo</p><p>{}<br></p></div>",
  1.9973 +	[true,true],
  1.9974 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9975 +["<div><p>foo<p>[bar<p>baz]</div>",
  1.9976 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9977 +	"<div><p>foo</p><p>{}<br></p></div>",
  1.9978 +	[true,true],
  1.9979 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9980 +["foo[<br>]bar",
  1.9981 +	[["forwarddelete",""]],
  1.9982 +	"foo{}bar",
  1.9983 +	[true],
  1.9984 +	{"forwarddelete":[false,false,"",false,false,""]}],
  1.9985 +["<p>foo[</p><p>]bar</p>",
  1.9986 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9987 +	"<p>foo{}bar</p>",
  1.9988 +	[true,true],
  1.9989 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9990 +["<p>foo[</p><p>]bar</p>",
  1.9991 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  1.9992 +	"<p>foo{}bar</p>",
  1.9993 +	[true,true],
  1.9994 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  1.9995 +["<p>foo[</p><p>]bar<br>baz</p>",
  1.9996 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  1.9997 +	"<p>foo{}bar<br>baz</p>",
  1.9998 +	[true,true],
  1.9999 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10000 +["<p>foo[</p><p>]bar<br>baz</p>",
 1.10001 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10002 +	"<p>foo{}bar<br>baz</p>",
 1.10003 +	[true,true],
 1.10004 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10005 +["foo[<p>]bar</p>",
 1.10006 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 1.10007 +	"foo{}bar",
 1.10008 +	[true,true],
 1.10009 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10010 +["foo[<p>]bar</p>",
 1.10011 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10012 +	"foo{}bar",
 1.10013 +	[true,true],
 1.10014 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10015 +["foo{<p>}bar</p>",
 1.10016 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 1.10017 +	"foo{}bar",
 1.10018 +	[true,true],
 1.10019 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10020 +["foo{<p>}bar</p>",
 1.10021 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10022 +	"foo{}bar",
 1.10023 +	[true,true],
 1.10024 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10025 +["foo[<p>]bar<br>baz</p>",
 1.10026 +	[["forwarddelete",""]],
 1.10027 +	"foo{}bar<p>baz</p>",
 1.10028 +	[true],
 1.10029 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10030 +["foo[<p>]bar</p>baz",
 1.10031 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 1.10032 +	"foo{}bar<br>baz",
 1.10033 +	[true,true],
 1.10034 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10035 +["foo[<p>]bar</p>baz",
 1.10036 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10037 +	"foo{}bar<br>baz",
 1.10038 +	[true,true],
 1.10039 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10040 +["foo{<p>bar</p>}baz",
 1.10041 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 1.10042 +	"foo{}baz",
 1.10043 +	[true,true],
 1.10044 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10045 +["foo{<p>bar</p>}baz",
 1.10046 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10047 +	"foo{}baz",
 1.10048 +	[true,true],
 1.10049 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10050 +["foo<p>{bar</p>}baz",
 1.10051 +	[["forwarddelete",""]],
 1.10052 +	"foo<p>{}baz</p>",
 1.10053 +	[true],
 1.10054 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10055 +["foo{<p>bar}</p>baz",
 1.10056 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 1.10057 +	"foo{}<br>baz",
 1.10058 +	[true,true],
 1.10059 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10060 +["foo{<p>bar}</p>baz",
 1.10061 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10062 +	"foo{}<br>baz",
 1.10063 +	[true,true],
 1.10064 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10065 +["<p>foo[</p>]bar",
 1.10066 +	[["forwarddelete",""]],
 1.10067 +	"<p>foo{}bar</p>",
 1.10068 +	[true],
 1.10069 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10070 +["<p>foo{</p>}bar",
 1.10071 +	[["forwarddelete",""]],
 1.10072 +	"<p>foo{}bar</p>",
 1.10073 +	[true],
 1.10074 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10075 +["<p>foo[</p>]bar<br>baz",
 1.10076 +	[["forwarddelete",""]],
 1.10077 +	"<p>foo{}bar</p>baz",
 1.10078 +	[true],
 1.10079 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10080 +["<p>foo[</p>]bar<p>baz</p>",
 1.10081 +	[["forwarddelete",""]],
 1.10082 +	"<p>foo{}bar</p><p>baz</p>",
 1.10083 +	[true],
 1.10084 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10085 +["foo[<div><p>]bar</div>",
 1.10086 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 1.10087 +	"foo{}bar",
 1.10088 +	[true,true],
 1.10089 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10090 +["foo[<div><p>]bar</div>",
 1.10091 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10092 +	"foo{}bar",
 1.10093 +	[true,true],
 1.10094 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10095 +["<div><p>foo[</p></div>]bar",
 1.10096 +	[["forwarddelete",""]],
 1.10097 +	"<div><p>foo{}bar</p></div>",
 1.10098 +	[true],
 1.10099 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10100 +["foo[<div><p>]bar</p>baz</div>",
 1.10101 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 1.10102 +	"foo{}bar<div>baz</div>",
 1.10103 +	[true,true],
 1.10104 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10105 +["foo[<div><p>]bar</p>baz</div>",
 1.10106 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10107 +	"foo{}bar<div>baz</div>",
 1.10108 +	[true,true],
 1.10109 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10110 +["foo[<div>]bar<p>baz</p></div>",
 1.10111 +	[["forwarddelete",""]],
 1.10112 +	"foo{}bar<div><p>baz</p></div>",
 1.10113 +	[true],
 1.10114 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10115 +["<div><p>foo</p>bar[</div>]baz",
 1.10116 +	[["forwarddelete",""]],
 1.10117 +	"<div><p>foo</p>bar{}baz</div>",
 1.10118 +	[true],
 1.10119 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10120 +["<div>foo<p>bar[</p></div>]baz",
 1.10121 +	[["forwarddelete",""]],
 1.10122 +	"<div>foo<p>bar{}baz</p></div>",
 1.10123 +	[true],
 1.10124 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10125 +["<p>foo<br>{</p>]bar",
 1.10126 +	[["forwarddelete",""]],
 1.10127 +	"<p>foo{}bar</p>",
 1.10128 +	[true],
 1.10129 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10130 +["<p>foo<br><br>{</p>]bar",
 1.10131 +	[["forwarddelete",""]],
 1.10132 +	"<p>foo<br>{}bar</p>",
 1.10133 +	[true],
 1.10134 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10135 +["foo<br>{<p>]bar</p>",
 1.10136 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 1.10137 +	"foo{}bar",
 1.10138 +	[true,true],
 1.10139 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10140 +["foo<br>{<p>]bar</p>",
 1.10141 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10142 +	"foo{}bar",
 1.10143 +	[true,true],
 1.10144 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10145 +["foo<br><br>{<p>]bar</p>",
 1.10146 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 1.10147 +	"foo<br>{}bar",
 1.10148 +	[true,true],
 1.10149 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10150 +["foo<br><br>{<p>]bar</p>",
 1.10151 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10152 +	"foo<br>{}bar",
 1.10153 +	[true,true],
 1.10154 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10155 +["<p>foo<br>{</p><p>}bar</p>",
 1.10156 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 1.10157 +	"<p>foo{}bar</p>",
 1.10158 +	[true,true],
 1.10159 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10160 +["<p>foo<br>{</p><p>}bar</p>",
 1.10161 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10162 +	"<p>foo{}bar</p>",
 1.10163 +	[true,true],
 1.10164 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10165 +["<p>foo<br><br>{</p><p>}bar</p>",
 1.10166 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 1.10167 +	"<p>foo<br>{}bar</p>",
 1.10168 +	[true,true],
 1.10169 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10170 +["<p>foo<br><br>{</p><p>}bar</p>",
 1.10171 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10172 +	"<p>foo<br>{}bar</p>",
 1.10173 +	[true,true],
 1.10174 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10175 +["<table><tbody><tr><th>foo<th>[bar]<th>baz<tr><td>quz<td>qoz<td>qiz</table>",
 1.10176 +	[["forwarddelete",""]],
 1.10177 +	"<table><tbody><tr><th>foo</th><th>{}<br></th><th>baz</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
 1.10178 +	[true],
 1.10179 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10180 +["<table><tbody><tr><th>foo<th>ba[r<th>b]az<tr><td>quz<td>qoz<td>qiz</table>",
 1.10181 +	[["forwarddelete",""]],
 1.10182 +	"<table><tbody><tr><th>foo</th><th>ba[]</th><th>az</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
 1.10183 +	[true],
 1.10184 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10185 +["<table><tbody><tr><th>fo[o<th>bar<th>b]az<tr><td>quz<td>qoz<td>qiz</table>",
 1.10186 +	[["forwarddelete",""]],
 1.10187 +	"<table><tbody><tr><th>fo[]</th><th><br></th><th>az</th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
 1.10188 +	[true],
 1.10189 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10190 +["<table><tbody><tr><th>foo<th>bar<th>ba[z<tr><td>q]uz<td>qoz<td>qiz</table>",
 1.10191 +	[["forwarddelete",""]],
 1.10192 +	"<table><tbody><tr><th>foo</th><th>bar</th><th>ba[]</th></tr><tr><td>uz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
 1.10193 +	[true],
 1.10194 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10195 +["<table><tbody><tr><th>[foo<th>bar<th>baz]<tr><td>quz<td>qoz<td>qiz</table>",
 1.10196 +	[["forwarddelete",""]],
 1.10197 +	"<table><tbody><tr><th>{}<br></th><th><br></th><th><br></th></tr><tr><td>quz</td><td>qoz</td><td>qiz</td></tr></tbody></table>",
 1.10198 +	[true],
 1.10199 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10200 +["<table><tbody><tr><th>[foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz]</table>",
 1.10201 +	[["forwarddelete",""]],
 1.10202 +	"<table><tbody><tr><th>{}<br></th><th><br></th><th><br></th></tr><tr><td><br></td><td><br></td><td><br></td></tr></tbody></table>",
 1.10203 +	[true],
 1.10204 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10205 +["{<table><tbody><tr><th>foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz</table>}",
 1.10206 +	[["forwarddelete",""]],
 1.10207 +	"{}<br>",
 1.10208 +	[true],
 1.10209 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10210 +["<table><tbody><tr><td>foo<td>ba[r<tr><td>baz<td>quz<tr><td>q]oz<td>qiz</table>",
 1.10211 +	[["forwarddelete",""]],
 1.10212 +	"<table><tbody><tr><td>foo</td><td>ba[]</td></tr><tr><td><br></td><td><br></td></tr><tr><td>oz</td><td>qiz</td></tr></tbody></table>",
 1.10213 +	[true],
 1.10214 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10215 +["<p>fo[o<table><tr><td>b]ar</table><p>baz",
 1.10216 +	[["forwarddelete",""]],
 1.10217 +	"<p>fo[]</p><table><tbody><tr><td>ar</td></tr></tbody></table><p>baz</p>",
 1.10218 +	[true],
 1.10219 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10220 +["<p>foo<table><tr><td>ba[r</table><p>b]az",
 1.10221 +	[["forwarddelete",""]],
 1.10222 +	"<p>foo</p><table><tbody><tr><td>ba[]</td></tr></tbody></table><p>az</p>",
 1.10223 +	[true],
 1.10224 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10225 +["<p>fo[o<table><tr><td>bar</table><p>b]az",
 1.10226 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 1.10227 +	"<p>fo{}az</p>",
 1.10228 +	[true,true],
 1.10229 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10230 +["<p>fo[o<table><tr><td>bar</table><p>b]az",
 1.10231 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10232 +	"<p>fo{}az</p>",
 1.10233 +	[true,true],
 1.10234 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10235 +["<p>foo<ol><li>ba[r<li>b]az</ol><p>quz",
 1.10236 +	[["forwarddelete",""]],
 1.10237 +	"<p>foo</p><ol><li>ba{}az</li></ol><p>quz</p>",
 1.10238 +	[true],
 1.10239 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10240 +["<p>foo<ol><li>bar<li>[baz]</ol><p>quz",
 1.10241 +	[["forwarddelete",""]],
 1.10242 +	"<p>foo</p><ol><li>bar</li><li>{}<br></li></ol><p>quz</p>",
 1.10243 +	[true],
 1.10244 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10245 +["<p>fo[o<ol><li>b]ar<li>baz</ol><p>quz",
 1.10246 +	[["forwarddelete",""]],
 1.10247 +	"<p>fo{}ar</p><ol><li>baz</li></ol><p>quz</p>",
 1.10248 +	[true],
 1.10249 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10250 +["<p>foo<ol><li>bar<li>ba[z</ol><p>q]uz",
 1.10251 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 1.10252 +	"<p>foo</p><ol><li>bar</li><li>ba{}uz</li></ol>",
 1.10253 +	[true,true],
 1.10254 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10255 +["<p>foo<ol><li>bar<li>ba[z</ol><p>q]uz",
 1.10256 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10257 +	"<p>foo</p><ol><li>bar</li><li>ba{}uz</li></ol>",
 1.10258 +	[true,true],
 1.10259 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10260 +["<p>fo[o<ol><li>bar<li>b]az</ol><p>quz",
 1.10261 +	[["forwarddelete",""]],
 1.10262 +	"<p>fo{}az</p><p>quz</p>",
 1.10263 +	[true],
 1.10264 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10265 +["<p>fo[o<ol><li>bar<li>baz</ol><p>q]uz",
 1.10266 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 1.10267 +	"<p>fo{}uz</p>",
 1.10268 +	[true,true],
 1.10269 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10270 +["<p>fo[o<ol><li>bar<li>baz</ol><p>q]uz",
 1.10271 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10272 +	"<p>fo{}uz</p>",
 1.10273 +	[true,true],
 1.10274 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10275 +["<ol><li>fo[o</ol><ol><li>b]ar</ol>",
 1.10276 +	[["forwarddelete",""]],
 1.10277 +	"<ol><li>fo{}ar</li></ol>",
 1.10278 +	[true],
 1.10279 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10280 +["<ol><li>fo[o</ol><ul><li>b]ar</ul>",
 1.10281 +	[["forwarddelete",""]],
 1.10282 +	"<ol><li>fo{}ar</li></ol>",
 1.10283 +	[true],
 1.10284 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10285 +["foo[<ol><li>]bar</ol>",
 1.10286 +	[["forwarddelete",""]],
 1.10287 +	"foo{}bar",
 1.10288 +	[true],
 1.10289 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10290 +["<ol><li>foo[<li>]bar</ol>",
 1.10291 +	[["forwarddelete",""]],
 1.10292 +	"<ol><li>foo{}bar</li></ol>",
 1.10293 +	[true],
 1.10294 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10295 +["foo[<dl><dt>]bar<dd>baz</dl>",
 1.10296 +	[["forwarddelete",""]],
 1.10297 +	"foo{}bar<dl><dd>baz</dd></dl>",
 1.10298 +	[true],
 1.10299 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10300 +["foo[<dl><dd>]bar</dl>",
 1.10301 +	[["forwarddelete",""]],
 1.10302 +	"foo{}bar",
 1.10303 +	[true],
 1.10304 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10305 +["<dl><dt>foo[<dd>]bar</dl>",
 1.10306 +	[["forwarddelete",""]],
 1.10307 +	"<dl><dt>foo{}bar</dt></dl>",
 1.10308 +	[true],
 1.10309 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10310 +["<dl><dt>foo[<dt>]bar<dd>baz</dl>",
 1.10311 +	[["forwarddelete",""]],
 1.10312 +	"<dl><dt>foo{}bar</dt><dd>baz</dd></dl>",
 1.10313 +	[true],
 1.10314 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10315 +["<dl><dt>foo<dd>bar[<dd>]baz</dl>",
 1.10316 +	[["forwarddelete",""]],
 1.10317 +	"<dl><dt>foo</dt><dd>bar{}baz</dd></dl>",
 1.10318 +	[true],
 1.10319 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10320 +["<ol><li>foo</ol>{}<br><ol><li>bar</ol>",
 1.10321 +	[["forwarddelete",""]],
 1.10322 +	"<ol><li>foo</li></ol>{}bar",
 1.10323 +	[true],
 1.10324 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10325 +["<ol><li>foo</ol><p>{}<br></p><ol><li>bar</ol>",
 1.10326 +	[["forwarddelete",""]],
 1.10327 +	"<ol><li>foo</li></ol><p>{}bar</p>",
 1.10328 +	[true],
 1.10329 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10330 +["<ol><li><p>foo</ol><p>{}<br></p><ol><li>bar</ol>",
 1.10331 +	[["forwarddelete",""]],
 1.10332 +	"<ol><li><p>foo</p></li></ol><p>{}bar</p>",
 1.10333 +	[true],
 1.10334 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10335 +["<ol id=a><li>foo</ol>{}<br><ol><li>bar</ol>",
 1.10336 +	[["forwarddelete",""]],
 1.10337 +	"<ol id=\"a\"><li>foo</li></ol>{}bar",
 1.10338 +	[true],
 1.10339 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10340 +["<ol><li>foo</ol>{}<br><ol id=b><li>bar</ol>",
 1.10341 +	[["forwarddelete",""]],
 1.10342 +	"<ol><li>foo</li></ol>{}bar",
 1.10343 +	[true],
 1.10344 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10345 +["<ol id=a><li>foo</ol>{}<br><ol id=b><li>bar</ol>",
 1.10346 +	[["forwarddelete",""]],
 1.10347 +	"<ol id=\"a\"><li>foo</li></ol>{}bar",
 1.10348 +	[true],
 1.10349 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10350 +["<ol class=a><li>foo</ol>{}<br><ol class=b><li>bar</ol>",
 1.10351 +	[["forwarddelete",""]],
 1.10352 +	"<ol class=\"a\"><li>foo</li></ol>{}bar",
 1.10353 +	[true],
 1.10354 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10355 +["<ol><ol><li>foo</ol><li>{}<br><ol><li>bar</ol></ol>",
 1.10356 +	[["forwarddelete",""]],
 1.10357 +	"<ol><ol><li>foo</li></ol><li>{}bar</li></ol>",
 1.10358 +	[true],
 1.10359 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10360 +["<ol><ol><li>foo</ol><li>{}<br></li><ol><li>bar</ol></ol>",
 1.10361 +	[["forwarddelete",""]],
 1.10362 +	"<ol><ol><li>foo</li></ol><li>{}bar</li></ol>",
 1.10363 +	[true],
 1.10364 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10365 +["<ol><li>foo[</ol>bar]<ol><li>baz</ol>",
 1.10366 +	[["forwarddelete",""]],
 1.10367 +	"<ol><li>foo{}</li><li>baz</li></ol>",
 1.10368 +	[true],
 1.10369 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10370 +["<ol><li>foo[</ol><p>bar]<ol><li>baz</ol>",
 1.10371 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 1.10372 +	"<ol><li>foo{}</li><li>baz</li></ol>",
 1.10373 +	[true,true],
 1.10374 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10375 +["<ol><li>foo[</ol><p>bar]<ol><li>baz</ol>",
 1.10376 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10377 +	"<ol><li>foo{}</li><li>baz</li></ol>",
 1.10378 +	[true,true],
 1.10379 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10380 +["<ol><li><p>foo[</ol><p>bar]<ol><li>baz</ol>",
 1.10381 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 1.10382 +	"<ol><li><p>foo{}</p></li><li>baz</li></ol>",
 1.10383 +	[true,true],
 1.10384 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10385 +["<ol><li><p>foo[</ol><p>bar]<ol><li>baz</ol>",
 1.10386 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10387 +	"<ol><li><p>foo{}</p></li><li>baz</li></ol>",
 1.10388 +	[true,true],
 1.10389 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10390 +["<ol><li>fo[]o</ol><ol><li>bar</ol>",
 1.10391 +	[["forwarddelete",""]],
 1.10392 +	"<ol><li>fo[]</li></ol><ol><li>bar</li></ol>",
 1.10393 +	[true],
 1.10394 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10395 +["<ol><li>foo</ol>[bar<ol><li>]baz</ol>",
 1.10396 +	[["forwarddelete",""]],
 1.10397 +	"<ol><li>foo</li></ol>{}baz",
 1.10398 +	[true],
 1.10399 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10400 +["<ol><li>foo</ol><p>[bar<ol><li>]baz</ol>",
 1.10401 +	[["forwarddelete",""]],
 1.10402 +	"<ol><li>foo</li></ol><p>{}baz</p>",
 1.10403 +	[true],
 1.10404 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10405 +["<ol><li>foo</ol><p>[bar<ol><li><p>]baz</ol>",
 1.10406 +	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 1.10407 +	"<ol><li>foo</li></ol><p>{}baz</p>",
 1.10408 +	[true,true],
 1.10409 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10410 +["<ol><li>foo</ol><p>[bar<ol><li><p>]baz</ol>",
 1.10411 +	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 1.10412 +	"<ol><li>foo</li></ol><p>{}baz</p>",
 1.10413 +	[true,true],
 1.10414 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 1.10415 +["<ol><li>foo</ol><ol><li>[]bar</ol>",
 1.10416 +	[["forwarddelete",""]],
 1.10417 +	"<ol><li>foo</li></ol><ol><li>{}ar</li></ol>",
 1.10418 +	[true],
 1.10419 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10420 +["<ol><ol><li>foo[</ol><li>bar</ol>baz]<ol><li>quz</ol>",
 1.10421 +	[["forwarddelete",""]],
 1.10422 +	"<ol><ol><li>foo{}</li></ol><li>quz</li></ol>",
 1.10423 +	[true],
 1.10424 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10425 +["<ul><li>foo</ul>{}<br><ul><li>bar</ul>",
 1.10426 +	[["forwarddelete",""]],
 1.10427 +	"<ul><li>foo</li></ul>{}bar",
 1.10428 +	[true],
 1.10429 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10430 +["<ul><li>foo</ul><p>{}<br></p><ul><li>bar</ul>",
 1.10431 +	[["forwarddelete",""]],
 1.10432 +	"<ul><li>foo</li></ul><p>{}bar</p>",
 1.10433 +	[true],
 1.10434 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10435 +["<ol><li>foo[<li>bar]</ol><ol><li>baz</ol><ol><li>quz</ol>",
 1.10436 +	[["forwarddelete",""]],
 1.10437 +	"<ol><li>foo{}</li><li>baz</li><li>quz</li></ol>",
 1.10438 +	[true],
 1.10439 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10440 +["<ol><li>foo</ol>{}<br><ul><li>bar</ul>",
 1.10441 +	[["forwarddelete",""]],
 1.10442 +	"<ol><li>foo</li></ol>{}bar",
 1.10443 +	[true],
 1.10444 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10445 +["<ol><li>foo</ol><p>{}<br></p><ul><li>bar</ul>",
 1.10446 +	[["forwarddelete",""]],
 1.10447 +	"<ol><li>foo</li></ol><p>{}bar</p>",
 1.10448 +	[true],
 1.10449 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10450 +["<ul><li>foo</ul>{}<br><ol><li>bar</ol>",
 1.10451 +	[["forwarddelete",""]],
 1.10452 +	"<ul><li>foo</li></ul>{}bar",
 1.10453 +	[true],
 1.10454 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10455 +["<ul><li>foo</ul><p>{}<br></p><ol><li>bar</ol>",
 1.10456 +	[["forwarddelete",""]],
 1.10457 +	"<ul><li>foo</li></ul><p>{}bar</p>",
 1.10458 +	[true],
 1.10459 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10460 +["<p><b>[foo]</b>",
 1.10461 +	[["forwarddelete",""]],
 1.10462 +	"<p><b>{}<br></b></p>",
 1.10463 +	[true],
 1.10464 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10465 +["<p><quasit>[foo]</quasit>",
 1.10466 +	[["forwarddelete",""]],
 1.10467 +	"<p><quasit>{}<br></quasit></p>",
 1.10468 +	[true],
 1.10469 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10470 +["<p><b><i>[foo]</i></b>",
 1.10471 +	[["forwarddelete",""]],
 1.10472 +	"<p><b><i>{}<br></i></b></p>",
 1.10473 +	[true],
 1.10474 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10475 +["<p><b>{foo}</b>",
 1.10476 +	[["forwarddelete",""]],
 1.10477 +	"<p><b>{}<br></b></p>",
 1.10478 +	[true],
 1.10479 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10480 +["<p>{<b>foo</b>}",
 1.10481 +	[["forwarddelete",""]],
 1.10482 +	"<p><b>{}<br></b></p>",
 1.10483 +	[true],
 1.10484 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10485 +["<p><b>[]f</b>",
 1.10486 +	[["forwarddelete",""]],
 1.10487 +	"<p><b>{}<br></b></p>",
 1.10488 +	[true],
 1.10489 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10490 +["<b>[foo]</b>",
 1.10491 +	[["forwarddelete",""]],
 1.10492 +	"<b>{}<br></b>",
 1.10493 +	[true],
 1.10494 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10495 +["<div><b>[foo]</b></div>",
 1.10496 +	[["forwarddelete",""]],
 1.10497 +	"<div><b>{}<br></b></div>",
 1.10498 +	[true],
 1.10499 +	{"forwarddelete":[false,false,"",false,false,""]}],
 1.10500 +["foo[]bar",
 1.10501 +	[["hilitecolor","#00FFFF"]],
 1.10502 +	"foo[]bar",
 1.10503 +	[true],
 1.10504 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10505 +["<p>[foo</p> <p>bar]</p>",
 1.10506 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10507 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">[foo</span></p> <p><span style=\"background-color:rgb(0, 255, 255)\">bar]</span></p>",
 1.10508 +	[true,true],
 1.10509 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10510 +["<p>[foo</p> <p>bar]</p>",
 1.10511 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10512 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">[foo</span></p> <p><span style=\"background-color:rgb(0, 255, 255)\">bar]</span></p>",
 1.10513 +	[true,true],
 1.10514 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10515 +["<span>[foo</span> <span>bar]</span>",
 1.10516 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10517 +	"<span style=\"background-color:rgb(0, 255, 255)\"><span>[foo</span> <span>bar]</span></span>",
 1.10518 +	[true,true],
 1.10519 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10520 +["<span>[foo</span> <span>bar]</span>",
 1.10521 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10522 +	"<span style=\"background-color:rgb(0, 255, 255)\"><span>[foo</span> <span>bar]</span></span>",
 1.10523 +	[true,true],
 1.10524 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10525 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 1.10526 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10527 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">[foo</span></p><p> <span style=\"background-color:rgb(0, 255, 255)\"><span>bar</span></span> </p><p><span style=\"background-color:rgb(0, 255, 255)\">baz]</span></p>",
 1.10528 +	[true,true],
 1.10529 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10530 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 1.10531 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10532 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">[foo</span></p><p> <span style=\"background-color:rgb(0, 255, 255)\"><span>bar</span></span> </p><p><span style=\"background-color:rgb(0, 255, 255)\">baz]</span></p>",
 1.10533 +	[true,true],
 1.10534 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10535 +["<p>[foo<p><br><p>bar]",
 1.10536 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10537 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">[foo</span></p><p><span style=\"background-color:rgb(0, 255, 255)\"><br></span></p><p><span style=\"background-color:rgb(0, 255, 255)\">bar]</span></p>",
 1.10538 +	[true,true],
 1.10539 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10540 +["<p>[foo<p><br><p>bar]",
 1.10541 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10542 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">[foo</span></p><p><span style=\"background-color:rgb(0, 255, 255)\"><br></span></p><p><span style=\"background-color:rgb(0, 255, 255)\">bar]</span></p>",
 1.10543 +	[true,true],
 1.10544 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10545 +["<b>foo[]bar</b>",
 1.10546 +	[["hilitecolor","#00FFFF"]],
 1.10547 +	"<b>foo[]bar</b>",
 1.10548 +	[true],
 1.10549 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10550 +["<i>foo[]bar</i>",
 1.10551 +	[["hilitecolor","#00FFFF"]],
 1.10552 +	"<i>foo[]bar</i>",
 1.10553 +	[true],
 1.10554 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10555 +["<span>foo</span>{}<span>bar</span>",
 1.10556 +	[["hilitecolor","#00FFFF"]],
 1.10557 +	"<span>foo</span>{}<span>bar</span>",
 1.10558 +	[true],
 1.10559 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10560 +["<span>foo[</span><span>]bar</span>",
 1.10561 +	[["hilitecolor","#00FFFF"]],
 1.10562 +	"<span>foo[</span><span>]bar</span>",
 1.10563 +	[true],
 1.10564 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10565 +["foo[bar]baz",
 1.10566 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10567 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
 1.10568 +	[true,true],
 1.10569 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10570 +["foo[bar]baz",
 1.10571 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10572 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
 1.10573 +	[true,true],
 1.10574 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10575 +["foo[bar<b>baz]qoz</b>quz",
 1.10576 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10577 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar</span><b><span style=\"background-color:rgb(0, 255, 255)\">baz]</span>qoz</b>quz",
 1.10578 +	[true,true],
 1.10579 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10580 +["foo[bar<b>baz]qoz</b>quz",
 1.10581 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10582 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar</span><b><span style=\"background-color:rgb(0, 255, 255)\">baz]</span>qoz</b>quz",
 1.10583 +	[true,true],
 1.10584 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10585 +["foo[bar<i>baz]qoz</i>quz",
 1.10586 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10587 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar</span><i><span style=\"background-color:rgb(0, 255, 255)\">baz]</span>qoz</i>quz",
 1.10588 +	[true,true],
 1.10589 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10590 +["foo[bar<i>baz]qoz</i>quz",
 1.10591 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10592 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar</span><i><span style=\"background-color:rgb(0, 255, 255)\">baz]</span>qoz</i>quz",
 1.10593 +	[true,true],
 1.10594 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10595 +["{<p><p> <p>foo</p>}",
 1.10596 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10597 +	"{<p></p><p> </p><p><span style=\"background-color:rgb(0, 255, 255)\">foo</span></p>}",
 1.10598 +	[true,true],
 1.10599 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10600 +["{<p><p> <p>foo</p>}",
 1.10601 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10602 +	"{<p></p><p> </p><p><span style=\"background-color:rgb(0, 255, 255)\">foo</span></p>}",
 1.10603 +	[true,true],
 1.10604 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10605 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 1.10606 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10607 +	"<table><tbody><tr><td>foo</td><td>b<span style=\"background-color:rgb(0, 255, 255)\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
 1.10608 +	[true,true],
 1.10609 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10610 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 1.10611 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10612 +	"<table><tbody><tr><td>foo</td><td>b<span style=\"background-color:rgb(0, 255, 255)\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
 1.10613 +	[true,true],
 1.10614 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10615 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 1.10616 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10617 +	"<table><tbody><tr><td>foo</td>{<td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
 1.10618 +	[true,true],
 1.10619 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10620 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 1.10621 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10622 +	"<table><tbody><tr><td>foo</td>{<td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
 1.10623 +	[true,true],
 1.10624 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10625 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 1.10626 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10627 +	"<table><tbody><tr>{<td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
 1.10628 +	[true,true],
 1.10629 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10630 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 1.10631 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10632 +	"<table><tbody><tr>{<td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
 1.10633 +	[true,true],
 1.10634 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10635 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 1.10636 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10637 +	"<table><tbody>{<tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr>}</tbody></table>",
 1.10638 +	[true,true],
 1.10639 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10640 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 1.10641 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10642 +	"<table><tbody>{<tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr>}</tbody></table>",
 1.10643 +	[true,true],
 1.10644 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10645 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 1.10646 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10647 +	"<table>{<tbody><tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr></tbody>}</table>",
 1.10648 +	[true,true],
 1.10649 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10650 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 1.10651 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10652 +	"<table>{<tbody><tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr></tbody>}</table>",
 1.10653 +	[true,true],
 1.10654 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10655 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
 1.10656 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10657 +	"{<table><tbody><tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr></tbody></table>}",
 1.10658 +	[true,true],
 1.10659 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10660 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
 1.10661 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10662 +	"{<table><tbody><tr><td><span style=\"background-color:rgb(0, 255, 255)\">foo</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td><td><span style=\"background-color:rgb(0, 255, 255)\">baz</span></td></tr></tbody></table>}",
 1.10663 +	[true,true],
 1.10664 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10665 +["<p style=\"background-color: rgb(0, 255, 255)\">foo[bar]baz</p>",
 1.10666 +	[["hilitecolor","#00FFFF"]],
 1.10667 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
 1.10668 +	[true],
 1.10669 +	{"hilitecolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
 1.10670 +["<p style=\"background-color: #00ffff\">foo[bar]baz</p>",
 1.10671 +	[["hilitecolor","#00FFFF"]],
 1.10672 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
 1.10673 +	[true],
 1.10674 +	{"hilitecolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
 1.10675 +["<p style=\"background-color: aqua\">foo[bar]baz</p>",
 1.10676 +	[["hilitecolor","#00FFFF"]],
 1.10677 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
 1.10678 +	[true],
 1.10679 +	{"hilitecolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
 1.10680 +["{<p style=\"background-color: aqua\">foo</p><p>bar</p>}",
 1.10681 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10682 +	"{<p style=\"background-color:rgb(0, 255, 255)\">foo</p><p><span style=\"background-color:rgb(0, 255, 255)\">bar</span></p>}",
 1.10683 +	[true,true],
 1.10684 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[true,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
 1.10685 +["{<p style=\"background-color: aqua\">foo</p><p>bar</p>}",
 1.10686 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10687 +	"{<p style=\"background-color:rgb(0, 255, 255)\">foo</p><p><span style=\"background-color:rgb(0, 255, 255)\">bar</span></p>}",
 1.10688 +	[true,true],
 1.10689 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[true,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
 1.10690 +["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 1.10691 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10692 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
 1.10693 +	[true,true],
 1.10694 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10695 +["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 1.10696 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10697 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
 1.10698 +	[true,true],
 1.10699 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10700 +["<span style=\"background-color: #00ffff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 1.10701 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10702 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
 1.10703 +	[true,true],
 1.10704 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10705 +["<span style=\"background-color: #00ffff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 1.10706 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10707 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
 1.10708 +	[true,true],
 1.10709 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10710 +["<span style=\"background-color: #0ff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 1.10711 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10712 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
 1.10713 +	[true,true],
 1.10714 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10715 +["<span style=\"background-color: #0ff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 1.10716 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10717 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
 1.10718 +	[true,true],
 1.10719 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10720 +["<span style=\"background-color: rgb(0, 255, 255)\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 1.10721 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10722 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
 1.10723 +	[true,true],
 1.10724 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10725 +["<span style=\"background-color: rgb(0, 255, 255)\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 1.10726 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10727 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
 1.10728 +	[true,true],
 1.10729 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10730 +["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">b[ar]</span>baz</span>",
 1.10731 +	[["hilitecolor","#00FFFF"]],
 1.10732 +	"<span style=\"background-color:rgb(0, 255, 255)\">foo<span style=\"background-color:rgb(210, 180, 140)\">b</span>[ar]baz</span>",
 1.10733 +	[true],
 1.10734 +	{"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10735 +["<p style=\"background-color: aqua\">foo<span style=\"background-color: tan\">b[ar]</span>baz</p>",
 1.10736 +	[["hilitecolor","#00FFFF"]],
 1.10737 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo<span style=\"background-color:rgb(210, 180, 140)\">b</span>[ar]baz</p>",
 1.10738 +	[true],
 1.10739 +	{"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10740 +["<div style=\"background-color: aqua\"><p style=\"background-color: tan\">b[ar]</p></div>",
 1.10741 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10742 +	"<div style=\"background-color:rgb(0, 255, 255)\"><p style=\"background-color:rgb(210, 180, 140)\">b<span style=\"background-color:rgb(0, 255, 255)\">[ar]</span></p></div>",
 1.10743 +	[true,true],
 1.10744 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10745 +["<div style=\"background-color: aqua\"><p style=\"background-color: tan\">b[ar]</p></div>",
 1.10746 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10747 +	"<div style=\"background-color:rgb(0, 255, 255)\"><p style=\"background-color:rgb(210, 180, 140)\">b<span style=\"background-color:rgb(0, 255, 255)\">[ar]</span></p></div>",
 1.10748 +	[true,true],
 1.10749 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10750 +["<span style=\"display: block; background-color: aqua\"><span style=\"display: block; background-color: tan\">b[ar]</span></span>",
 1.10751 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10752 +	"<span style=\"display:block; background-color:rgb(0, 255, 255)\"><span style=\"display:block; background-color:rgb(210, 180, 140)\">b<span style=\"background-color:rgb(0, 255, 255)\">[ar]</span></span></span>",
 1.10753 +	[true,true],
 1.10754 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10755 +["<span style=\"display: block; background-color: aqua\"><span style=\"display: block; background-color: tan\">b[ar]</span></span>",
 1.10756 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10757 +	"<span style=\"display:block; background-color:rgb(0, 255, 255)\"><span style=\"display:block; background-color:rgb(210, 180, 140)\">b<span style=\"background-color:rgb(0, 255, 255)\">[ar]</span></span></span>",
 1.10758 +	[true,true],
 1.10759 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10760 +["fo[o<span style=background-color:tan>b]ar</span>baz",
 1.10761 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10762 +	"fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span><span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
 1.10763 +	[true,true],
 1.10764 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10765 +["fo[o<span style=background-color:tan>b]ar</span>baz",
 1.10766 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10767 +	"fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span><span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
 1.10768 +	[true,true],
 1.10769 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10770 +["foo<span style=background-color:tan>ba[r</span>b]az",
 1.10771 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10772 +	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span><span style=\"background-color:rgb(0, 255, 255)\">b]</span>az",
 1.10773 +	[true,true],
 1.10774 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10775 +["foo<span style=background-color:tan>ba[r</span>b]az",
 1.10776 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10777 +	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span><span style=\"background-color:rgb(0, 255, 255)\">b]</span>az",
 1.10778 +	[true,true],
 1.10779 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10780 +["fo[o<span style=background-color:tan>bar</span>b]az",
 1.10781 +	[["hilitecolor","#00FFFF"]],
 1.10782 +	"fo<span style=\"background-color:rgb(0, 255, 255)\">[obarb]</span>az",
 1.10783 +	[true],
 1.10784 +	{"hilitecolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10785 +["foo[<span style=background-color:tan>b]ar</span>baz",
 1.10786 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10787 +	"foo[<span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
 1.10788 +	[true,true],
 1.10789 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10790 +["foo[<span style=background-color:tan>b]ar</span>baz",
 1.10791 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10792 +	"foo[<span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
 1.10793 +	[true,true],
 1.10794 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10795 +["foo<span style=background-color:tan>ba[r</span>]baz",
 1.10796 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10797 +	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span>]baz",
 1.10798 +	[true,true],
 1.10799 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10800 +["foo<span style=background-color:tan>ba[r</span>]baz",
 1.10801 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10802 +	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span>]baz",
 1.10803 +	[true,true],
 1.10804 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10805 +["foo[<span style=background-color:tan>bar</span>]baz",
 1.10806 +	[["hilitecolor","#00FFFF"]],
 1.10807 +	"foo[<span style=\"background-color:rgb(0, 255, 255)\">bar</span>]baz",
 1.10808 +	[true],
 1.10809 +	{"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10810 +["foo<span style=background-color:tan>[bar]</span>baz",
 1.10811 +	[["hilitecolor","#00FFFF"]],
 1.10812 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
 1.10813 +	[true],
 1.10814 +	{"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10815 +["foo{<span style=background-color:tan>bar</span>}baz",
 1.10816 +	[["hilitecolor","#00FFFF"]],
 1.10817 +	"foo{<span style=\"background-color:rgb(0, 255, 255)\">bar}</span>baz",
 1.10818 +	[true],
 1.10819 +	{"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10820 +["<span style=background-color:tan>fo[o</span><span style=background-color:yellow>b]ar</span>",
 1.10821 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10822 +	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span></span><span style=\"background-color:rgb(255, 255, 0)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>",
 1.10823 +	[true,true],
 1.10824 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10825 +["<span style=background-color:tan>fo[o</span><span style=background-color:yellow>b]ar</span>",
 1.10826 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10827 +	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span></span><span style=\"background-color:rgb(255, 255, 0)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>",
 1.10828 +	[true,true],
 1.10829 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10830 +["<span style=background-color:tan>fo[o</span><span style=background-color:tan>b]ar</span>",
 1.10831 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10832 +	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span></span><span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>",
 1.10833 +	[true,true],
 1.10834 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10835 +["<span style=background-color:tan>fo[o</span><span style=background-color:tan>b]ar</span>",
 1.10836 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10837 +	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span></span><span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>",
 1.10838 +	[true,true],
 1.10839 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10840 +["<span style=background-color:tan>fo[o<span style=background-color:transparent>b]ar</span></span>",
 1.10841 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10842 +	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span><span style=\"background-color:rgba(0, 0, 0, 0)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span></span>",
 1.10843 +	[true,true],
 1.10844 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10845 +["<span style=background-color:tan>fo[o<span style=background-color:transparent>b]ar</span></span>",
 1.10846 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10847 +	"<span style=\"background-color:rgb(210, 180, 140)\">fo<span style=\"background-color:rgb(0, 255, 255)\">[o</span><span style=\"background-color:rgba(0, 0, 0, 0)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span></span>",
 1.10848 +	[true,true],
 1.10849 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 1.10850 +["<font size=6>[foo]</font>",
 1.10851 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10852 +	"<span style=\"background-color:rgb(0, 255, 255)\"><font size=\"6\">[foo]</font></span>",
 1.10853 +	[true,true],
 1.10854 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10855 +["<font size=6>[foo]</font>",
 1.10856 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10857 +	"<span style=\"background-color:rgb(0, 255, 255)\"><font size=\"6\">[foo]</font></span>",
 1.10858 +	[true,true],
 1.10859 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10860 +["<span style=font-size:xx-large>[foo]</span>",
 1.10861 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10862 +	"<span style=\"background-color:rgb(0, 255, 255)\"><span style=\"font-size:xx-large\">[foo]</span></span>",
 1.10863 +	[true,true],
 1.10864 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10865 +["<span style=font-size:xx-large>[foo]</span>",
 1.10866 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10867 +	"<span style=\"background-color:rgb(0, 255, 255)\"><span style=\"font-size:xx-large\">[foo]</span></span>",
 1.10868 +	[true,true],
 1.10869 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10870 +["<font size=6>foo[bar]baz</font>",
 1.10871 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10872 +	"<font size=\"6\">foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz</font>",
 1.10873 +	[true,true],
 1.10874 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10875 +["<font size=6>foo[bar]baz</font>",
 1.10876 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10877 +	"<font size=\"6\">foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz</font>",
 1.10878 +	[true,true],
 1.10879 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10880 +["<span style=font-size:xx-large>foo[bar]baz</span>",
 1.10881 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10882 +	"<span style=\"font-size:xx-large\">foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz</span>",
 1.10883 +	[true,true],
 1.10884 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10885 +["<span style=font-size:xx-large>foo[bar]baz</span>",
 1.10886 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10887 +	"<span style=\"font-size:xx-large\">foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz</span>",
 1.10888 +	[true,true],
 1.10889 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10890 +["[foo<font size=6>bar</font>baz]",
 1.10891 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10892 +	"<span style=\"background-color:rgb(0, 255, 255)\">[foo<font size=\"6\">bar</font>baz]</span>",
 1.10893 +	[true,true],
 1.10894 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10895 +["[foo<font size=6>bar</font>baz]",
 1.10896 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10897 +	"<span style=\"background-color:rgb(0, 255, 255)\">[foo<font size=\"6\">bar</font>baz]</span>",
 1.10898 +	[true,true],
 1.10899 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10900 +["[foo<span style=font-size:xx-large>bar</span>baz]",
 1.10901 +	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 1.10902 +	"<span style=\"background-color:rgb(0, 255, 255)\">[foo<span style=\"font-size:xx-large\">bar</span>baz]</span>",
 1.10903 +	[true,true],
 1.10904 +	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10905 +["[foo<span style=font-size:xx-large>bar</span>baz]",
 1.10906 +	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 1.10907 +	"<span style=\"background-color:rgb(0, 255, 255)\">[foo<span style=\"font-size:xx-large\">bar</span>baz]</span>",
 1.10908 +	[true,true],
 1.10909 +	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 1.10910 +["foo[]bar<p>extra",
 1.10911 +	[["indent",""]],
 1.10912 +	"<blockquote>foo[]bar</blockquote><p>extra</p>",
 1.10913 +	[true],
 1.10914 +	{"indent":[false,false,"",false,false,""]}],
 1.10915 +["<span>foo</span>{}<span>bar</span><p>extra",
 1.10916 +	[["indent",""]],
 1.10917 +	"<blockquote><span>foo</span>{}<span>bar</span></blockquote><p>extra</p>",
 1.10918 +	[true],
 1.10919 +	{"indent":[false,false,"",false,false,""]}],
 1.10920 +["<span>foo[</span><span>]bar</span><p>extra",
 1.10921 +	[["indent",""]],
 1.10922 +	"<blockquote><span>foo[</span><span>]bar</span></blockquote><p>extra</p>",
 1.10923 +	[true],
 1.10924 +	{"indent":[false,false,"",false,false,""]}],
 1.10925 +["foo[bar]baz<p>extra",
 1.10926 +	[["indent",""]],
 1.10927 +	"<blockquote>foo[bar]baz</blockquote><p>extra</p>",
 1.10928 +	[true],
 1.10929 +	{"indent":[false,false,"",false,false,""]}],
 1.10930 +["<p dir=rtl>פו[בר]בז<p dir=rtl>נוםף",
 1.10931 +	[["indent",""]],
 1.10932 +	"<blockquote><p dir=\"rtl\">פו[בר]בז</p></blockquote><p dir=\"rtl\">נוםף</p>",
 1.10933 +	[true],
 1.10934 +	{"indent":[false,false,"",false,false,""]}],
 1.10935 +["<p dir=rtl>פו[ברבז<p>Foobar]baz<p>Extra",
 1.10936 +	[["indent",""]],
 1.10937 +	"<blockquote><p dir=\"rtl\">פו[ברבז</p><p>Foobar]baz</p></blockquote><p>Extra</p>",
 1.10938 +	[true],
 1.10939 +	{"indent":[false,false,"",false,false,""]}],
 1.10940 +["<p>Foo[barbaz<p dir=rtl>פובר]בז<p>Extra",
 1.10941 +	[["indent",""]],
 1.10942 +	"<blockquote><p>Foo[barbaz</p><p dir=\"rtl\">פובר]בז</p></blockquote><p>Extra</p>",
 1.10943 +	[true],
 1.10944 +	{"indent":[false,false,"",false,false,""]}],
 1.10945 +["<div><p>Foo[barbaz<p dir=rtl>פובר]בז</div><p>Extra",
 1.10946 +	[["indent",""]],
 1.10947 +	"<blockquote><div><p>Foo[barbaz</p><p dir=\"rtl\">פובר]בז</p></div></blockquote><p>Extra</p>",
 1.10948 +	[true],
 1.10949 +	{"indent":[false,false,"",false,false,""]}],
 1.10950 +["foo]bar[baz<p>extra",
 1.10951 +	[["indent",""]],
 1.10952 +	"<blockquote>foo[bar]baz</blockquote><p>extra</p>",
 1.10953 +	[true],
 1.10954 +	{"indent":[false,false,"",false,false,""]}],
 1.10955 +["{<p><p> <p>foo</p>}<p>extra",
 1.10956 +	[["indent",""]],
 1.10957 +	"<blockquote>{<p></p><p> </p><p>foo</p>}</blockquote><p>extra</p>",
 1.10958 +	[true],
 1.10959 +	{"indent":[false,false,"",false,false,""]}],
 1.10960 +["foo[bar<i>baz]qoz</i>quz<p>extra",
 1.10961 +	[["indent",""]],
 1.10962 +	"<blockquote>foo[bar<i>baz]qoz</i>quz</blockquote><p>extra</p>",
 1.10963 +	[true],
 1.10964 +	{"indent":[false,false,"",false,false,""]}],
 1.10965 +["[]foo<p>extra",
 1.10966 +	[["indent",""]],
 1.10967 +	"<blockquote>[]foo</blockquote><p>extra</p>",
 1.10968 +	[true],
 1.10969 +	{"indent":[false,false,"",false,false,""]}],
 1.10970 +["foo[]<p>extra",
 1.10971 +	[["indent",""]],
 1.10972 +	"<blockquote>foo[]</blockquote><p>extra</p>",
 1.10973 +	[true],
 1.10974 +	{"indent":[false,false,"",false,false,""]}],
 1.10975 +["<p>[]foo<p>extra",
 1.10976 +	[["indent",""]],
 1.10977 +	"<blockquote><p>[]foo</p></blockquote><p>extra</p>",
 1.10978 +	[true],
 1.10979 +	{"indent":[false,false,"",false,false,""]}],
 1.10980 +["<p>foo[]<p>extra",
 1.10981 +	[["indent",""]],
 1.10982 +	"<blockquote><p>foo[]</p></blockquote><p>extra</p>",
 1.10983 +	[true],
 1.10984 +	{"indent":[false,false,"",false,false,""]}],
 1.10985 +["<p>{}<br>foo</p><p>extra",
 1.10986 +	[["indent",""]],
 1.10987 +	"<blockquote>{}<br></blockquote><p>foo</p><p>extra</p>",
 1.10988 +	[true],
 1.10989 +	{"indent":[false,false,"",false,false,""]}],
 1.10990 +["<p>foo<br>{}</p><p>extra",
 1.10991 +	[["indent",""]],
 1.10992 +	"<blockquote><p>foo{}</p></blockquote><p>extra</p>",
 1.10993 +	[true],
 1.10994 +	{"indent":[false,false,"",false,false,""]}],
 1.10995 +["<span>{}<br>foo</span>bar<p>extra",
 1.10996 +	[["indent",""]],
 1.10997 +	"<blockquote>{}<br></blockquote><span>foo</span>bar<p>extra</p>",
 1.10998 +	[true],
 1.10999 +	{"indent":[false,false,"",false,false,""]}],
 1.11000 +["<span>foo<br>{}</span>bar<p>extra",
 1.11001 +	[["indent",""]],
 1.11002 +	"<span>foo{}</span><blockquote>bar</blockquote><p>extra</p>",
 1.11003 +	[true],
 1.11004 +	{"indent":[false,false,"",false,false,""]}],
 1.11005 +["<p>foo</p>{}<p>bar</p>",
 1.11006 +	[["indent",""]],
 1.11007 +	"<p>foo</p>{}<p>bar</p>",
 1.11008 +	[true],
 1.11009 +	{"indent":[false,false,"",false,false,""]}],
 1.11010 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.11011 +	[["indent",""]],
 1.11012 +	"<table><tbody><tr><td>foo</td><td><blockquote>b[a]r</blockquote></td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.11013 +	[true],
 1.11014 +	{"indent":[false,false,"",false,false,""]}],
 1.11015 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.11016 +	[["indent",""]],
 1.11017 +	"<table><tbody><tr><td>foo</td>{<td><blockquote>bar</blockquote></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.11018 +	[true],
 1.11019 +	{"indent":[false,false,"",false,false,""]}],
 1.11020 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.11021 +	[["indent",""]],
 1.11022 +	"<table><tbody><tr>{<td><blockquote>foo</blockquote></td><td><blockquote>bar</blockquote></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.11023 +	[true],
 1.11024 +	{"indent":[false,false,"",false,false,""]}],
 1.11025 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.11026 +	[["indent",""]],
 1.11027 +	"<blockquote><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></blockquote><p>extra</p>",
 1.11028 +	[true],
 1.11029 +	{"indent":[false,false,"",false,false,""]}],
 1.11030 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.11031 +	[["indent",""]],
 1.11032 +	"<blockquote><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></blockquote><p>extra</p>",
 1.11033 +	[true],
 1.11034 +	{"indent":[false,false,"",false,false,""]}],
 1.11035 +["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.11036 +	[["indent",""]],
 1.11037 +	"<blockquote>{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</blockquote><p>extra</p>",
 1.11038 +	[true],
 1.11039 +	{"indent":[false,false,"",false,false,""]}],
 1.11040 +["<p>foo[bar]</p><p>baz</p><p>extra",
 1.11041 +	[["indent",""]],
 1.11042 +	"<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra</p>",
 1.11043 +	[true],
 1.11044 +	{"indent":[false,false,"",false,false,""]}],
 1.11045 +["<p>[foobar</p><p>ba]z</p><p>extra",
 1.11046 +	[["indent",""]],
 1.11047 +	"<blockquote><p>[foobar</p><p>ba]z</p></blockquote><p>extra</p>",
 1.11048 +	[true],
 1.11049 +	{"indent":[false,false,"",false,false,""]}],
 1.11050 +["foo[bar]<br>baz<p>extra",
 1.11051 +	[["indent",""]],
 1.11052 +	"<blockquote>foo[bar]</blockquote>baz<p>extra</p>",
 1.11053 +	[true],
 1.11054 +	{"indent":[false,false,"",false,false,""]}],
 1.11055 +["foo[bar]<br><br><br><br>baz<p>extra",
 1.11056 +	[["indent",""]],
 1.11057 +	"<blockquote>foo[bar]</blockquote><br><br><br>baz<p>extra</p>",
 1.11058 +	[true],
 1.11059 +	{"indent":[false,false,"",false,false,""]}],
 1.11060 +["foobar<br>[ba]z<p>extra",
 1.11061 +	[["indent",""]],
 1.11062 +	"foobar<blockquote>[ba]z</blockquote><p>extra</p>",
 1.11063 +	[true],
 1.11064 +	{"indent":[false,false,"",false,false,""]}],
 1.11065 +["foobar<br><br><br><br>[ba]z<p>extra",
 1.11066 +	[["indent",""]],
 1.11067 +	"foobar<br><br><br><br><blockquote>[ba]z</blockquote><p>extra</p>",
 1.11068 +	[true],
 1.11069 +	{"indent":[false,false,"",false,false,""]}],
 1.11070 +["foo[bar<br>ba]z<p>extra",
 1.11071 +	[["indent",""]],
 1.11072 +	"<blockquote>foo[bar<br>ba]z</blockquote><p>extra</p>",
 1.11073 +	[true],
 1.11074 +	{"indent":[false,false,"",false,false,""]}],
 1.11075 +["<div>foo<p>[bar]</p>baz</div><p>extra",
 1.11076 +	[["indent",""]],
 1.11077 +	"<div>foo<blockquote><p>[bar]</p></blockquote>baz</div><p>extra</p>",
 1.11078 +	[true],
 1.11079 +	{"indent":[false,false,"",false,false,""]}],
 1.11080 +["<blockquote><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 1.11081 +	[["indent",""]],
 1.11082 +	"<blockquote><blockquote><p>foo[bar]</p></blockquote><p>baz</p></blockquote><p>extra</p>",
 1.11083 +	[true],
 1.11084 +	{"indent":[false,false,"",false,false,""]}],
 1.11085 +["<blockquote><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 1.11086 +	[["indent",""]],
 1.11087 +	"<blockquote><blockquote><p>foo[bar</p><p>b]az</p></blockquote></blockquote><p>extra</p>",
 1.11088 +	[true],
 1.11089 +	{"indent":[false,false,"",false,false,""]}],
 1.11090 +["<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 1.11091 +	[["indent",""]],
 1.11092 +	"<blockquote><blockquote><p>foo[bar]</p></blockquote></blockquote><p>baz</p><p>extra</p>",
 1.11093 +	[true],
 1.11094 +	{"indent":[false,false,"",false,false,""]}],
 1.11095 +["<blockquote><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 1.11096 +	[["indent",""]],
 1.11097 +	"<blockquote><blockquote><p>foo[bar</p></blockquote><p>b]az</p></blockquote><p>extra</p>",
 1.11098 +	[true],
 1.11099 +	{"indent":[false,false,"",false,false,""]}],
 1.11100 +["<p>[foo]<blockquote><p>bar</blockquote><p>extra",
 1.11101 +	[["indent",""]],
 1.11102 +	"<blockquote><p>[foo]</p><p>bar</p></blockquote><p>extra</p>",
 1.11103 +	[true],
 1.11104 +	{"indent":[false,false,"",false,false,""]}],
 1.11105 +["<p>[foo<blockquote><p>b]ar</blockquote><p>extra",
 1.11106 +	[["indent",""]],
 1.11107 +	"<blockquote><p>[foo</p><blockquote><p>b]ar</p></blockquote></blockquote><p>extra</p>",
 1.11108 +	[true],
 1.11109 +	{"indent":[false,false,"",false,false,""]}],
 1.11110 +["<p>foo<blockquote><p>bar</blockquote><p>[baz]<p>extra",
 1.11111 +	[["indent",""]],
 1.11112 +	"<p>foo</p><blockquote><p>bar</p><p>[baz]</p></blockquote><p>extra</p>",
 1.11113 +	[true],
 1.11114 +	{"indent":[false,false,"",false,false,""]}],
 1.11115 +["<p>foo<blockquote><p>[bar</blockquote><p>baz]<p>extra",
 1.11116 +	[["indent",""]],
 1.11117 +	"<p>foo</p><blockquote><blockquote><p>[bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
 1.11118 +	[true],
 1.11119 +	{"indent":[false,false,"",false,false,""]}],
 1.11120 +["<p>[foo<blockquote><p>bar</blockquote><p>baz]<p>extra",
 1.11121 +	[["indent",""]],
 1.11122 +	"<blockquote><p>[foo</p><blockquote><p>bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
 1.11123 +	[true],
 1.11124 +	{"indent":[false,false,"",false,false,""]}],
 1.11125 +["<blockquote><p>foo</blockquote><p>[bar]<blockquote><p>baz</blockquote><p>extra",
 1.11126 +	[["indent",""]],
 1.11127 +	"<blockquote><p>foo</p><p>[bar]</p><p>baz</p></blockquote><p>extra</p>",
 1.11128 +	[true],
 1.11129 +	{"indent":[false,false,"",false,false,""]}],
 1.11130 +["<blockquote>foo[bar]<br>baz</blockquote><p>extra",
 1.11131 +	[["indent",""]],
 1.11132 +	"<blockquote><blockquote>foo[bar]</blockquote>baz</blockquote><p>extra</p>",
 1.11133 +	[true],
 1.11134 +	{"indent":[false,false,"",false,false,""]}],
 1.11135 +["<blockquote>foo[bar<br>b]az</blockquote><p>extra",
 1.11136 +	[["indent",""]],
 1.11137 +	"<blockquote><blockquote>foo[bar<br>b]az</blockquote></blockquote><p>extra</p>",
 1.11138 +	[true],
 1.11139 +	{"indent":[false,false,"",false,false,""]}],
 1.11140 +["<blockquote>foo[bar]</blockquote>baz<p>extra",
 1.11141 +	[["indent",""]],
 1.11142 +	"<blockquote><blockquote>foo[bar]</blockquote></blockquote>baz<p>extra</p>",
 1.11143 +	[true],
 1.11144 +	{"indent":[false,false,"",false,false,""]}],
 1.11145 +["<blockquote>foo[bar</blockquote>b]az<p>extra",
 1.11146 +	[["indent",""]],
 1.11147 +	"<blockquote><blockquote>foo[bar</blockquote>b]az</blockquote><p>extra</p>",
 1.11148 +	[true],
 1.11149 +	{"indent":[false,false,"",false,false,""]}],
 1.11150 +["[foo]<blockquote>bar</blockquote><p>extra",
 1.11151 +	[["indent",""]],
 1.11152 +	"<blockquote>[foo]<br>bar</blockquote><p>extra</p>",
 1.11153 +	[true],
 1.11154 +	{"indent":[false,false,"",false,false,""]}],
 1.11155 +["[foo<blockquote>b]ar</blockquote><p>extra",
 1.11156 +	[["indent",""]],
 1.11157 +	"<blockquote>[foo<blockquote>b]ar</blockquote></blockquote><p>extra</p>",
 1.11158 +	[true],
 1.11159 +	{"indent":[false,false,"",false,false,""]}],
 1.11160 +["foo<blockquote>bar</blockquote>[baz]<p>extra",
 1.11161 +	[["indent",""]],
 1.11162 +	"foo<blockquote>bar<br>[baz]</blockquote><p>extra</p>",
 1.11163 +	[true],
 1.11164 +	{"indent":[false,false,"",false,false,""]}],
 1.11165 +["[foo<blockquote>bar</blockquote>baz]<p>extra",
 1.11166 +	[["indent",""]],
 1.11167 +	"<blockquote>[foo<blockquote>bar</blockquote>baz]</blockquote><p>extra</p>",
 1.11168 +	[true],
 1.11169 +	{"indent":[false,false,"",false,false,""]}],
 1.11170 +["<blockquote>foo</blockquote>[bar]<blockquote>baz</blockquote><p>extra",
 1.11171 +	[["indent",""]],
 1.11172 +	"<blockquote>foo<br>[bar]<br>baz</blockquote><p>extra</p>",
 1.11173 +	[true],
 1.11174 +	{"indent":[false,false,"",false,false,""]}],
 1.11175 +["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 1.11176 +	[["indent",""]],
 1.11177 +	"<blockquote style=\"margin-right:0\" dir=\"ltr\"><blockquote><p>foo[bar]</p></blockquote><p>baz</p></blockquote><p>extra</p>",
 1.11178 +	[true],
 1.11179 +	{"indent":[false,false,"",false,false,""]}],
 1.11180 +["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 1.11181 +	[["indent",""]],
 1.11182 +	"<blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote></blockquote><p>extra</p>",
 1.11183 +	[true],
 1.11184 +	{"indent":[false,false,"",false,false,""]}],
 1.11185 +["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 1.11186 +	[["indent",""]],
 1.11187 +	"<blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo[bar]</p></blockquote></blockquote><p>baz</p><p>extra</p>",
 1.11188 +	[true],
 1.11189 +	{"indent":[false,false,"",false,false,""]}],
 1.11190 +["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 1.11191 +	[["indent",""]],
 1.11192 +	"<blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p></blockquote><p>extra</p>",
 1.11193 +	[true],
 1.11194 +	{"indent":[false,false,"",false,false,""]}],
 1.11195 +["<p>[foo]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>extra",
 1.11196 +	[["indent",""]],
 1.11197 +	"<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>[foo]</p><p>bar</p></blockquote><p>extra</p>",
 1.11198 +	[true],
 1.11199 +	{"indent":[false,false,"",false,false,""]}],
 1.11200 +["<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>b]ar</blockquote><p>extra",
 1.11201 +	[["indent",""]],
 1.11202 +	"<blockquote><p>[foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>b]ar</p></blockquote></blockquote><p>extra</p>",
 1.11203 +	[true],
 1.11204 +	{"indent":[false,false,"",false,false,""]}],
 1.11205 +["<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>[baz]<p>extra",
 1.11206 +	[["indent",""]],
 1.11207 +	"<p>foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p><p>[baz]</p></blockquote><p>extra</p>",
 1.11208 +	[true],
 1.11209 +	{"indent":[false,false,"",false,false,""]}],
 1.11210 +["<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>[bar</blockquote><p>baz]<p>extra",
 1.11211 +	[["indent",""]],
 1.11212 +	"<p>foo</p><blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>[bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
 1.11213 +	[true],
 1.11214 +	{"indent":[false,false,"",false,false,""]}],
 1.11215 +["<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>baz]<p>extra",
 1.11216 +	[["indent",""]],
 1.11217 +	"<blockquote><p>[foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
 1.11218 +	[true],
 1.11219 +	{"indent":[false,false,"",false,false,""]}],
 1.11220 +["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra",
 1.11221 +	[["stylewithcss","true"],["indent",""]],
 1.11222 +	"<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo</p><p>[bar]</p><p>baz</p></blockquote><p>extra</p>",
 1.11223 +	[true,true],
 1.11224 +	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 1.11225 +["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra",
 1.11226 +	[["stylewithcss","false"],["indent",""]],
 1.11227 +	"<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo</p><p>[bar]</p><p>baz</p></blockquote><p>extra</p>",
 1.11228 +	[true,true],
 1.11229 +	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
 1.11230 +["<p style=\"margin-left: 40px\">foo[bar]</p><p style=\"margin-left: 40px\">baz</p><p>extra",
 1.11231 +	[["indent",""]],
 1.11232 +	"<blockquote><p style=\"margin-left:40px\">foo[bar]</p></blockquote><p style=\"margin-left:40px\">baz</p><p>extra</p>",
 1.11233 +	[true],
 1.11234 +	{"indent":[false,false,"",false,false,""]}],
 1.11235 +["<p style=\"margin-left: 40px\">foo[bar</p><p style=\"margin-left: 40px\">b]az</p><p>extra",
 1.11236 +	[["indent",""]],
 1.11237 +	"<blockquote><p style=\"margin-left:40px\">foo[bar</p><p style=\"margin-left:40px\">b]az</p></blockquote><p>extra</p>",
 1.11238 +	[true],
 1.11239 +	{"indent":[false,false,"",false,false,""]}],
 1.11240 +["<p style=\"margin-left: 40px\">foo[bar]</p><p>baz</p><p>extra",
 1.11241 +	[["indent",""]],
 1.11242 +	"<blockquote><p style=\"margin-left:40px\">foo[bar]</p></blockquote><p>baz</p><p>extra</p>",
 1.11243 +	[true],
 1.11244 +	{"indent":[false,false,"",false,false,""]}],
 1.11245 +["<p style=\"margin-left: 40px\">foo[bar</p><p>b]az</p><p>extra",
 1.11246 +	[["indent",""]],
 1.11247 +	"<blockquote><p style=\"margin-left:40px\">foo[bar</p><p>b]az</p></blockquote><p>extra</p>",
 1.11248 +	[true],
 1.11249 +	{"indent":[false,false,"",false,false,""]}],
 1.11250 +["<p>[foo]<p style=\"margin-left: 40px\">bar<p>extra",
 1.11251 +	[["indent",""]],
 1.11252 +	"<blockquote><p>[foo]</p></blockquote><p style=\"margin-left:40px\">bar</p><p>extra</p>",
 1.11253 +	[true],
 1.11254 +	{"indent":[false,false,"",false,false,""]}],
 1.11255 +["<p>[foo<p style=\"margin-left: 40px\">b]ar<p>extra",
 1.11256 +	[["indent",""]],
 1.11257 +	"<blockquote><p>[foo</p><p style=\"margin-left:40px\">b]ar</p></blockquote><p>extra</p>",
 1.11258 +	[true],
 1.11259 +	{"indent":[false,false,"",false,false,""]}],
 1.11260 +["<p>foo<p style=\"margin-left: 40px\">bar<p>[baz]<p>extra",
 1.11261 +	[["indent",""]],
 1.11262 +	"<p>foo</p><p style=\"margin-left:40px\">bar</p><blockquote><p>[baz]</p></blockquote><p>extra</p>",
 1.11263 +	[true],
 1.11264 +	{"indent":[false,false,"",false,false,""]}],
 1.11265 +["<p>foo<p style=\"margin-left: 40px\">[bar<p>baz]<p>extra",
 1.11266 +	[["indent",""]],
 1.11267 +	"<p>foo</p><blockquote><p style=\"margin-left:40px\">[bar</p><p>baz]</p></blockquote><p>extra</p>",
 1.11268 +	[true],
 1.11269 +	{"indent":[false,false,"",false,false,""]}],
 1.11270 +["<p>[foo<p style=\"margin-left: 40px\">bar<p>baz]<p>extra",
 1.11271 +	[["indent",""]],
 1.11272 +	"<blockquote><p>[foo</p><p style=\"margin-left:40px\">bar</p><p>baz]</p></blockquote><p>extra</p>",
 1.11273 +	[true],
 1.11274 +	{"indent":[false,false,"",false,false,""]}],
 1.11275 +["<p style=\"margin-left: 40px\">foo<p>[bar]<p style=\"margin-left: 40px\">baz<p>extra",
 1.11276 +	[["indent",""]],
 1.11277 +	"<p style=\"margin-left:40px\">foo</p><blockquote><p>[bar]</p></blockquote><p style=\"margin-left:40px\">baz</p><p>extra</p>",
 1.11278 +	[true],
 1.11279 +	{"indent":[false,false,"",false,false,""]}],
 1.11280 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 1.11281 +	[["indent",""]],
 1.11282 +	"<blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote><p>foo[bar]</p></blockquote><p>baz</p></blockquote><p>extra</p>",
 1.11283 +	[true],
 1.11284 +	{"indent":[false,false,"",false,false,""]}],
 1.11285 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 1.11286 +	[["indent",""]],
 1.11287 +	"<blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo[bar</p><p>b]az</p></blockquote></blockquote><p>extra</p>",
 1.11288 +	[true],
 1.11289 +	{"indent":[false,false,"",false,false,""]}],
 1.11290 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 1.11291 +	[["indent",""]],
 1.11292 +	"<blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo[bar]</p></blockquote></blockquote><p>baz</p><p>extra</p>",
 1.11293 +	[true],
 1.11294 +	{"indent":[false,false,"",false,false,""]}],
 1.11295 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 1.11296 +	[["indent",""]],
 1.11297 +	"<blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo[bar</p></blockquote><p>b]az</p></blockquote><p>extra</p>",
 1.11298 +	[true],
 1.11299 +	{"indent":[false,false,"",false,false,""]}],
 1.11300 +["<p>[foo]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>extra",
 1.11301 +	[["indent",""]],
 1.11302 +	"<blockquote><p>[foo]</p></blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><p>extra</p>",
 1.11303 +	[true],
 1.11304 +	{"indent":[false,false,"",false,false,""]}],
 1.11305 +["<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>b]ar</blockquote><p>extra",
 1.11306 +	[["indent",""]],
 1.11307 +	"<blockquote><p>[foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>b]ar</p></blockquote></blockquote><p>extra</p>",
 1.11308 +	[true],
 1.11309 +	{"indent":[false,false,"",false,false,""]}],
 1.11310 +["<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>[baz]<p>extra",
 1.11311 +	[["indent",""]],
 1.11312 +	"<p>foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><blockquote><p>[baz]</p></blockquote><p>extra</p>",
 1.11313 +	[true],
 1.11314 +	{"indent":[false,false,"",false,false,""]}],
 1.11315 +["<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>[bar</blockquote><p>baz]<p>extra",
 1.11316 +	[["indent",""]],
 1.11317 +	"<p>foo</p><blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>[bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
 1.11318 +	[true],
 1.11319 +	{"indent":[false,false,"",false,false,""]}],
 1.11320 +["<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>baz]<p>extra",
 1.11321 +	[["indent",""]],
 1.11322 +	"<blockquote><p>[foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
 1.11323 +	[true],
 1.11324 +	{"indent":[false,false,"",false,false,""]}],
 1.11325 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo</blockquote><p>[bar]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>baz</blockquote><p>extra",
 1.11326 +	[["indent",""]],
 1.11327 +	"<blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><blockquote><p>[bar]</p></blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>baz</p></blockquote><p>extra</p>",
 1.11328 +	[true],
 1.11329 +	{"indent":[false,false,"",false,false,""]}],
 1.11330 +["<blockquote>f[oo<blockquote>b]ar</blockquote></blockquote><p>extra",
 1.11331 +	[["indent",""]],
 1.11332 +	"<blockquote><blockquote>f[oo<blockquote>b]ar</blockquote></blockquote></blockquote><p>extra</p>",
 1.11333 +	[true],
 1.11334 +	{"indent":[false,false,"",false,false,""]}],
 1.11335 +["<ol><li>foo<li>[bar]<li>baz</ol>",
 1.11336 +	[["indent",""]],
 1.11337 +	"<ol><li>foo</li><ol><li>[bar]</li></ol><li>baz</li></ol>",
 1.11338 +	[true],
 1.11339 +	{"indent":[false,false,"",false,false,""]}],
 1.11340 +["<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>",
 1.11341 +	[["indent",""]],
 1.11342 +	"<ol><li>foo</li><ol>{<li>bar</li>}</ol><li>baz</li></ol>",
 1.11343 +	[true],
 1.11344 +	{"indent":[false,false,"",false,false,""]}],
 1.11345 +["<ol><li>foo</ol>[bar]",
 1.11346 +	[["indent",""]],
 1.11347 +	"<ol><li>foo</li></ol><blockquote>[bar]</blockquote>",
 1.11348 +	[true],
 1.11349 +	{"indent":[false,false,"",false,false,""]}],
 1.11350 +["<ol><li>[foo]<br>bar<li>baz</ol>",
 1.11351 +	[["indent",""]],
 1.11352 +	"<ol><ol><li>[foo]<br>bar</li></ol><li>baz</li></ol>",
 1.11353 +	[true],
 1.11354 +	{"indent":[false,false,"",false,false,""]}],
 1.11355 +["<ol><li>foo<br>[bar]<li>baz</ol>",
 1.11356 +	[["indent",""]],
 1.11357 +	"<ol><ol><li>foo<br>[bar]</li></ol><li>baz</li></ol>",
 1.11358 +	[true],
 1.11359 +	{"indent":[false,false,"",false,false,""]}],
 1.11360 +["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 1.11361 +	[["indent",""]],
 1.11362 +	"<ol><ol><li><div>[foo]</div>bar</li></ol><li>baz</li></ol>",
 1.11363 +	[true],
 1.11364 +	{"indent":[false,false,"",false,false,""]}],
 1.11365 +["<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>",
 1.11366 +	[["indent",""]],
 1.11367 +	"<ol><li>foo</li><ol><ol><li>[bar]</li></ol><li>baz</li></ol><li>quz</li></ol>",
 1.11368 +	[true],
 1.11369 +	{"indent":[false,false,"",false,false,""]}],
 1.11370 +["<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>",
 1.11371 +	[["indent",""]],
 1.11372 +	"<ol><li>foo</li><ol><li>bar</li><ol><li>[baz]</li></ol></ol><li>quz</li></ol>",
 1.11373 +	[true],
 1.11374 +	{"indent":[false,false,"",false,false,""]}],
 1.11375 +["<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>",
 1.11376 +	[["indent",""]],
 1.11377 +	"<ol><li>foo</li><ol><ol><li>[bar]</li></ol><li>baz</li></ol><li>quz</li></ol>",
 1.11378 +	[true],
 1.11379 +	{"indent":[false,false,"",false,false,""]}],
 1.11380 +["<ol><li>foo</li><ol data-start=0 data-end=1><li>bar<li>baz</ol><li>quz</ol>",
 1.11381 +	[["indent",""]],
 1.11382 +	"<ol><li>foo</li><ol><ol>{<li>bar</li>}</ol><li>baz</li></ol><li>quz</li></ol>",
 1.11383 +	[true],
 1.11384 +	{"indent":[false,false,"",false,false,""]}],
 1.11385 +["<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>",
 1.11386 +	[["indent",""]],
 1.11387 +	"<ol><li>foo</li><ol><li>bar</li><ol><li>[baz]</li></ol></ol><li>quz</li></ol>",
 1.11388 +	[true],
 1.11389 +	{"indent":[false,false,"",false,false,""]}],
 1.11390 +["<ol><li>foo</li><ol data-start=1 data-end=2><li>bar<li>baz</ol><li>quz</ol>",
 1.11391 +	[["indent",""]],
 1.11392 +	"<ol><li>foo</li><ol><li>bar</li><ol>{<li>baz</li>}</ol></ol><li>quz</li></ol>",
 1.11393 +	[true],
 1.11394 +	{"indent":[false,false,"",false,false,""]}],
 1.11395 +["<ol><li>foo<ol><li>b[a]r</ol><li>baz</ol>",
 1.11396 +	[["indent",""]],
 1.11397 +	"<ol><li>foo</li><ol><ol><li>b[a]r</li></ol></ol><li>baz</li></ol>",
 1.11398 +	[true],
 1.11399 +	{"indent":[false,false,"",false,false,""]}],
 1.11400 +["<ol><li>foo</li><ol><li>b[a]r</ol><li>baz</ol>",
 1.11401 +	[["indent",""]],
 1.11402 +	"<ol><li>foo</li><ol><ol><li>b[a]r</li></ol></ol><li>baz</li></ol>",
 1.11403 +	[true],
 1.11404 +	{"indent":[false,false,"",false,false,""]}],
 1.11405 +["<ol><li>foo{<ol><li>bar</ol>}<li>baz</ol>",
 1.11406 +	[["indent",""]],
 1.11407 +	"<ol><li>foo</li><ol>{<ol><li>bar</li></ol>}</ol><li>baz</li></ol>",
 1.11408 +	[true],
 1.11409 +	{"indent":[false,false,"",false,false,""]}],
 1.11410 +["<ol><li>foo</li>{<ol><li>bar</ol>}<li>baz</ol>",
 1.11411 +	[["indent",""]],
 1.11412 +	"<ol><li>foo</li><ol>{<ol><li>bar</li></ol>}</ol><li>baz</li></ol>",
 1.11413 +	[true],
 1.11414 +	{"indent":[false,false,"",false,false,""]}],
 1.11415 +["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
 1.11416 +	[["indent",""]],
 1.11417 +	"<ol><ol><li>[foo]</li><li>bar</li></ol><li>baz</li></ol>",
 1.11418 +	[true],
 1.11419 +	{"indent":[false,false,"",false,false,""]}],
 1.11420 +["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
 1.11421 +	[["indent",""]],
 1.11422 +	"<ol><ol><li>[foo]</li><li>bar</li></ol><li>baz</li></ol>",
 1.11423 +	[true],
 1.11424 +	{"indent":[false,false,"",false,false,""]}],
 1.11425 +["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
 1.11426 +	[["indent",""]],
 1.11427 +	"<ol><li>foo</li><ol><li>[bar]</li><li>baz</li></ol><li>quz</li></ol>",
 1.11428 +	[true],
 1.11429 +	{"indent":[false,false,"",false,false,""]}],
 1.11430 +["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
 1.11431 +	[["indent",""]],
 1.11432 +	"<ol><li>foo</li><ol><li>[bar]</li><li>baz</li></ol><li>quz</li></ol>",
 1.11433 +	[true],
 1.11434 +	{"indent":[false,false,"",false,false,""]}],
 1.11435 +["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
 1.11436 +	[["indent",""]],
 1.11437 +	"<ol><li>foo</li><ol><li>bar</li><li>baz</li><li>[quz]</li></ol></ol>",
 1.11438 +	[true],
 1.11439 +	{"indent":[false,false,"",false,false,""]}],
 1.11440 +["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
 1.11441 +	[["indent",""]],
 1.11442 +	"<ol><li>foo</li><ol><li>bar</li><li>baz</li><li>[quz]</li></ol></ol>",
 1.11443 +	[true],
 1.11444 +	{"indent":[false,false,"",false,false,""]}],
 1.11445 +["<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>",
 1.11446 +	[["indent",""]],
 1.11447 +	"<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">[bar]</li><li id=\"i3\">baz</li></ol></ol>",
 1.11448 +	[true],
 1.11449 +	{"indent":[false,false,"",false,false,""]}],
 1.11450 +["<ol><ol><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>",
 1.11451 +	[["indent",""]],
 1.11452 +	"<ol><ol><li id=\"i1\">foo</li><li id=\"i2\">[bar]</li><li id=\"i3\">baz</li></ol></ol>",
 1.11453 +	[true],
 1.11454 +	{"indent":[false,false,"",false,false,""]}],
 1.11455 +["<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol><li id=i3>baz</ol></ol>",
 1.11456 +	[["indent",""]],
 1.11457 +	"<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">[bar]</li><li id=\"i3\">baz</li></ol></ol>",
 1.11458 +	[true],
 1.11459 +	{"indent":[false,false,"",false,false,""]}],
 1.11460 +["<ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>",
 1.11461 +	[["indent",""]],
 1.11462 +	"<ol><ol id=\"u3\"><li id=\"i2\">[bar]</li><li id=\"i3\">baz</li></ol></ol>",
 1.11463 +	[true],
 1.11464 +	{"indent":[false,false,"",false,false,""]}],
 1.11465 +["<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</ol>",
 1.11466 +	[["indent",""]],
 1.11467 +	"<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">[bar]</li></ol></ol>",
 1.11468 +	[true],
 1.11469 +	{"indent":[false,false,"",false,false,""]}],
 1.11470 +["<ol><li>foo<li>b[ar<li>baz]</ol>",
 1.11471 +	[["indent",""]],
 1.11472 +	"<ol><li>foo</li><ol><li>b[ar</li><li>baz]</li></ol></ol>",
 1.11473 +	[true],
 1.11474 +	{"indent":[false,false,"",false,false,""]}],
 1.11475 +["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
 1.11476 +	[["indent",""]],
 1.11477 +	"<ol><ol><li>[foo</li><ol><li>bar]</li></ol></ol><li>baz</li></ol>",
 1.11478 +	[true],
 1.11479 +	{"indent":[false,false,"",false,false,""]}],
 1.11480 +["<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>",
 1.11481 +	[["indent",""]],
 1.11482 +	"<ol><ol><li>[foo</li><ol><li>bar]</li></ol></ol><li>baz</li></ol>",
 1.11483 +	[true],
 1.11484 +	{"indent":[false,false,"",false,false,""]}],
 1.11485 +["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
 1.11486 +	[["indent",""]],
 1.11487 +	"<ol><li>foo</li><ol><ol><li>b[ar</li></ol><li>b]az</li></ol></ol>",
 1.11488 +	[true],
 1.11489 +	{"indent":[false,false,"",false,false,""]}],
 1.11490 +["<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>",
 1.11491 +	[["indent",""]],
 1.11492 +	"<ol><li>foo</li><ol><ol><li>b[ar</li></ol><li>b]az</li></ol></ol>",
 1.11493 +	[true],
 1.11494 +	{"indent":[false,false,"",false,false,""]}],
 1.11495 +["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
 1.11496 +	[["indent",""]],
 1.11497 +	"<blockquote><ol><li>[foo</li><ol><li>bar</li></ol><li>baz]</li></ol></blockquote><p>extra</p>",
 1.11498 +	[true],
 1.11499 +	{"indent":[false,false,"",false,false,""]}],
 1.11500 +["<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra",
 1.11501 +	[["indent",""]],
 1.11502 +	"<blockquote><ol><li>[foo</li><ol><li>bar</li></ol><li>baz]</li></ol></blockquote><p>extra</p>",
 1.11503 +	[true],
 1.11504 +	{"indent":[false,false,"",false,false,""]}],
 1.11505 +["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
 1.11506 +	[["indent",""]],
 1.11507 +	"<ol><ol><li>[foo]</li><li>bar</li></ol><li>baz</li></ol>",
 1.11508 +	[true],
 1.11509 +	{"indent":[false,false,"",false,false,""]}],
 1.11510 +["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
 1.11511 +	[["indent",""]],
 1.11512 +	"<ol><li>foo</li><ol><ol><li>[bar]</li></ol></ol><li>baz</li></ol>",
 1.11513 +	[true],
 1.11514 +	{"indent":[false,false,"",false,false,""]}],
 1.11515 +["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
 1.11516 +	[["indent",""]],
 1.11517 +	"<ol><li>foo</li><ol><li>bar</li><li>[baz]</li></ol></ol>",
 1.11518 +	[true],
 1.11519 +	{"indent":[false,false,"",false,false,""]}],
 1.11520 +["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 1.11521 +	[["indent",""]],
 1.11522 +	"<ol><ol><li>[foo</li><ol><li>bar]</li></ol></ol><li>baz</li></ol>",
 1.11523 +	[true],
 1.11524 +	{"indent":[false,false,"",false,false,""]}],
 1.11525 +["foo<!--bar-->[baz]<p>extra",
 1.11526 +	[["indent",""]],
 1.11527 +	"<blockquote>foo<!--bar-->[baz]</blockquote><p>extra</p>",
 1.11528 +	[true],
 1.11529 +	{"indent":[false,false,"",false,false,""]}],
 1.11530 +["[foo]<!--bar-->baz<p>extra",
 1.11531 +	[["indent",""]],
 1.11532 +	"<blockquote>[foo]<!--bar-->baz</blockquote><p>extra</p>",
 1.11533 +	[true],
 1.11534 +	{"indent":[false,false,"",false,false,""]}],
 1.11535 +["<p>foo<!--bar-->{}<p>extra",
 1.11536 +	[["indent",""]],
 1.11537 +	"<blockquote><p>foo<!--bar-->{}</p></blockquote><p>extra</p>",
 1.11538 +	[true],
 1.11539 +	{"indent":[false,false,"",false,false,""]}],
 1.11540 +["<p>{}<!--foo-->bar<p>extra",
 1.11541 +	[["indent",""]],
 1.11542 +	"<blockquote><p>{}<!--foo-->bar</p></blockquote><p>extra</p>",
 1.11543 +	[true],
 1.11544 +	{"indent":[false,false,"",false,false,""]}],
 1.11545 +["<blockquote><p>foo</blockquote> <p>[bar]",
 1.11546 +	[["indent",""]],
 1.11547 +	"<blockquote><p>foo</p> <p>[bar]</p></blockquote>",
 1.11548 +	[true],
 1.11549 +	{"indent":[false,false,"",false,false,""]}],
 1.11550 +["<p>[foo]</p> <blockquote><p>bar</blockquote>",
 1.11551 +	[["indent",""]],
 1.11552 +	"<blockquote><p>[foo]</p> <p>bar</p></blockquote>",
 1.11553 +	[true],
 1.11554 +	{"indent":[false,false,"",false,false,""]}],
 1.11555 +["<blockquote><p>foo</blockquote> <p>[bar]</p> <blockquote><p>baz</blockquote>",
 1.11556 +	[["indent",""]],
 1.11557 +	"<blockquote><p>foo</p> <p>[bar]</p> <p>baz</p></blockquote>",
 1.11558 +	[true],
 1.11559 +	{"indent":[false,false,"",false,false,""]}],
 1.11560 +["<ol><li>foo</li><ol><li>bar</li> </ol><li>[baz]</ol>",
 1.11561 +	[["indent",""]],
 1.11562 +	"<ol><li>foo</li><ol><li>bar</li> <li>[baz]</li></ol></ol>",
 1.11563 +	[true],
 1.11564 +	{"indent":[false,false,"",false,false,""]}],
 1.11565 +["<ol><li>foo</li><ol><li>bar</li></ol> <li>[baz]</ol>",
 1.11566 +	[["indent",""]],
 1.11567 +	"<ol><li>foo</li><ol><li>bar</li> <li>[baz]</li></ol></ol>",
 1.11568 +	[true],
 1.11569 +	{"indent":[false,false,"",false,false,""]}],
 1.11570 +["<ol><li>foo</li><ol><li>bar</li> </ol> <li>[baz]</ol>",
 1.11571 +	[["indent",""]],
 1.11572 +	"<ol><li>foo</li><ol><li>bar</li>  <li>[baz]</li></ol></ol>",
 1.11573 +	[true],
 1.11574 +	{"indent":[false,false,"",false,false,""]}],
 1.11575 +["<ol><li>foo<ol><li>bar</li> </ol></li><li>[baz]</ol>",
 1.11576 +	[["indent",""]],
 1.11577 +	"<ol><li>foo</li><ol><li>bar</li> <li>[baz]</li></ol></ol>",
 1.11578 +	[true],
 1.11579 +	{"indent":[false,false,"",false,false,""]}],
 1.11580 +["<ol><li>foo<ol><li>bar</li></ol></li> <li>[baz]</ol>",
 1.11581 +	[["indent",""]],
 1.11582 +	"<ol><li>foo</li><ol><li>bar</li> <li>[baz]</li></ol></ol>",
 1.11583 +	[true],
 1.11584 +	{"indent":[false,false,"",false,false,""]}],
 1.11585 +["<ol><li>foo<ol><li>bar</li> </ol></li> <li>[baz]</ol>",
 1.11586 +	[["indent",""]],
 1.11587 +	"<ol><li>foo</li><ol><li>bar</li>  <li>[baz]</li></ol></ol>",
 1.11588 +	[true],
 1.11589 +	{"indent":[false,false,"",false,false,""]}],
 1.11590 +["<ol><li>foo<li>[bar]</li> <ol><li>baz</ol></ol>",
 1.11591 +	[["indent",""]],
 1.11592 +	"<ol><li>foo</li><ol><li>[bar]</li> <li>baz</li></ol></ol>",
 1.11593 +	[true],
 1.11594 +	{"indent":[false,false,"",false,false,""]}],
 1.11595 +["<ol><li>foo<li>[bar]</li><ol> <li>baz</ol></ol>",
 1.11596 +	[["indent",""]],
 1.11597 +	"<ol><li>foo</li><ol><li>[bar]</li> <li>baz</li></ol></ol>",
 1.11598 +	[true],
 1.11599 +	{"indent":[false,false,"",false,false,""]}],
 1.11600 +["<ol><li>foo<li>[bar]</li> <ol> <li>baz</ol></ol>",
 1.11601 +	[["indent",""]],
 1.11602 +	"<ol><li>foo</li><ol><li>[bar]</li>  <li>baz</li></ol></ol>",
 1.11603 +	[true],
 1.11604 +	{"indent":[false,false,"",false,false,""]}],
 1.11605 +["<ol><li>foo<li>[bar] <ol><li>baz</ol></ol>",
 1.11606 +	[["indent",""]],
 1.11607 +	"<ol><li>foo</li><ol><li>[bar] </li><li>baz</li></ol></ol>",
 1.11608 +	[true],
 1.11609 +	{"indent":[false,false,"",false,false,""]}],
 1.11610 +["<ol><li>foo<li>[bar]<ol> <li>baz</ol></ol>",
 1.11611 +	[["indent",""]],
 1.11612 +	"<ol><li>foo</li><ol><li>[bar]</li> <li>baz</li></ol></ol>",
 1.11613 +	[true],
 1.11614 +	{"indent":[false,false,"",false,false,""]}],
 1.11615 +["<ol><li>foo<li>[bar] <ol> <li>baz</ol></ol>",
 1.11616 +	[["indent",""]],
 1.11617 +	"<ol><li>foo</li><ol><li>[bar] </li> <li>baz</li></ol></ol>",
 1.11618 +	[true],
 1.11619 +	{"indent":[false,false,"",false,false,""]}],
 1.11620 +["<ul><li>a<br>{<br>}</li><li>b</li></ul>",
 1.11621 +	[["indent",""]],
 1.11622 +	"<ul><ul><li>a<br>{<br>}</li></ul><li>b</li></ul>",
 1.11623 +	[true],
 1.11624 +	{"indent":[false,false,"",false,false,""]}],
 1.11625 +["foo[]bar",
 1.11626 +	[["inserthorizontalrule",""]],
 1.11627 +	"foo<hr>{}bar",
 1.11628 +	[true],
 1.11629 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11630 +["<span>foo</span>{}<span>bar</span>",
 1.11631 +	[["inserthorizontalrule",""]],
 1.11632 +	"<span>foo</span><hr>{}<span>bar</span>",
 1.11633 +	[true],
 1.11634 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11635 +["<span>foo[</span><span>]bar</span>",
 1.11636 +	[["inserthorizontalrule",""]],
 1.11637 +	"<span>foo</span><hr>{}<span>bar</span>",
 1.11638 +	[true],
 1.11639 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11640 +["<p>foo[bar<p>baz]quz",
 1.11641 +	[["inserthorizontalrule",""]],
 1.11642 +	"<p>foo</p><hr>{}<p>quz</p>",
 1.11643 +	[true],
 1.11644 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11645 +["<div><b>foo</b>{}<b>bar</b></div>",
 1.11646 +	[["inserthorizontalrule",""]],
 1.11647 +	"<div><b>foo</b><hr>{}<b>bar</b></div>",
 1.11648 +	[true],
 1.11649 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11650 +["<div><b>foo[</b><b>]bar</b></div>",
 1.11651 +	[["inserthorizontalrule",""]],
 1.11652 +	"<div><b>foo</b><hr>{}<b>bar</b></div>",
 1.11653 +	[true],
 1.11654 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11655 +["<div><b>foo</b>{<b>bar</b>}<b>baz</b></div>",
 1.11656 +	[["stylewithcss","true"],["inserthorizontalrule",""]],
 1.11657 +	"<div><b>foo</b><hr>{}<b>baz</b></div>",
 1.11658 +	[true,true],
 1.11659 +	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11660 +["<div><b>foo</b>{<b>bar</b>}<b>baz</b></div>",
 1.11661 +	[["stylewithcss","false"],["inserthorizontalrule",""]],
 1.11662 +	"<div><b>foo</b><hr>{}<b>baz</b></div>",
 1.11663 +	[true,true],
 1.11664 +	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11665 +["<b>foo[]bar</b>",
 1.11666 +	[["stylewithcss","true"],["inserthorizontalrule",""]],
 1.11667 +	"<b>foo</b><hr>{}<b>bar</b>",
 1.11668 +	[true,true],
 1.11669 +	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11670 +["<b>foo[]bar</b>",
 1.11671 +	[["stylewithcss","false"],["inserthorizontalrule",""]],
 1.11672 +	"<b>foo</b><hr>{}<b>bar</b>",
 1.11673 +	[true,true],
 1.11674 +	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11675 +["<b id=abc>foo[]bar</b>",
 1.11676 +	[["stylewithcss","true"],["inserthorizontalrule",""]],
 1.11677 +	"<b id=\"abc\">foo</b><hr>{}<b>bar</b>",
 1.11678 +	[true,true],
 1.11679 +	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11680 +["<b id=abc>foo[]bar</b>",
 1.11681 +	[["stylewithcss","false"],["inserthorizontalrule",""]],
 1.11682 +	"<b id=\"abc\">foo</b><hr>{}<b>bar</b>",
 1.11683 +	[true,true],
 1.11684 +	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11685 +["foo[bar]baz",
 1.11686 +	[["inserthorizontalrule","abc"]],
 1.11687 +	"foo<hr>{}baz",
 1.11688 +	[true],
 1.11689 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11690 +["foo[bar]baz",
 1.11691 +	[["inserthorizontalrule",""]],
 1.11692 +	"foo<hr>{}baz",
 1.11693 +	[true],
 1.11694 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11695 +["foo<b>[bar]</b>baz",
 1.11696 +	[["stylewithcss","true"],["inserthorizontalrule",""]],
 1.11697 +	"foo<hr>{}baz",
 1.11698 +	[true,true],
 1.11699 +	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11700 +["foo<b>[bar]</b>baz",
 1.11701 +	[["stylewithcss","false"],["inserthorizontalrule",""]],
 1.11702 +	"foo<hr>{}baz",
 1.11703 +	[true,true],
 1.11704 +	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11705 +["foo<b>{bar}</b>baz",
 1.11706 +	[["stylewithcss","true"],["inserthorizontalrule",""]],
 1.11707 +	"foo<hr>{}baz",
 1.11708 +	[true,true],
 1.11709 +	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11710 +["foo<b>{bar}</b>baz",
 1.11711 +	[["stylewithcss","false"],["inserthorizontalrule",""]],
 1.11712 +	"foo<hr>{}baz",
 1.11713 +	[true,true],
 1.11714 +	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11715 +["foo{<b>bar</b>}baz",
 1.11716 +	[["stylewithcss","true"],["inserthorizontalrule",""]],
 1.11717 +	"foo<hr>{}baz",
 1.11718 +	[true,true],
 1.11719 +	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11720 +["foo{<b>bar</b>}baz",
 1.11721 +	[["stylewithcss","false"],["inserthorizontalrule",""]],
 1.11722 +	"foo<hr>{}baz",
 1.11723 +	[true,true],
 1.11724 +	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11725 +["<p>foo<p>[bar]<p>baz",
 1.11726 +	[["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
 1.11727 +	"<p>foo</p><hr>{}<p>baz</p>",
 1.11728 +	[true,true],
 1.11729 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11730 +["<p>foo<p>[bar]<p>baz",
 1.11731 +	[["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
 1.11732 +	"<p>foo</p><hr>{}<p>baz</p>",
 1.11733 +	[true,true],
 1.11734 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11735 +["<p>foo<p>{bar}<p>baz",
 1.11736 +	[["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
 1.11737 +	"<p>foo</p><hr>{}<p>baz</p>",
 1.11738 +	[true,true],
 1.11739 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11740 +["<p>foo<p>{bar}<p>baz",
 1.11741 +	[["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
 1.11742 +	"<p>foo</p><hr>{}<p>baz</p>",
 1.11743 +	[true,true],
 1.11744 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11745 +["<p>foo{<p>bar</p>}<p>baz",
 1.11746 +	[["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
 1.11747 +	"<p>foo</p><hr>{}<p>baz</p>",
 1.11748 +	[true,true],
 1.11749 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11750 +["<p>foo{<p>bar</p>}<p>baz",
 1.11751 +	[["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
 1.11752 +	"<p>foo</p><hr>{}<p>baz</p>",
 1.11753 +	[true,true],
 1.11754 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11755 +["<p>foo[bar]baz</p>",
 1.11756 +	[["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
 1.11757 +	"<p>foo</p><hr>{}<p>baz</p>",
 1.11758 +	[true,true],
 1.11759 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11760 +["<p>foo[bar]baz</p>",
 1.11761 +	[["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
 1.11762 +	"<p>foo</p><hr>{}<p>baz</p>",
 1.11763 +	[true,true],
 1.11764 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11765 +["<p id=abc>foo[bar]baz</p>",
 1.11766 +	[["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
 1.11767 +	"<p id=\"abc\">foo</p><hr>{}<p>baz</p>",
 1.11768 +	[true,true],
 1.11769 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11770 +["<p id=abc>foo[bar]baz</p>",
 1.11771 +	[["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
 1.11772 +	"<p id=\"abc\">foo</p><hr>{}<p>baz</p>",
 1.11773 +	[true,true],
 1.11774 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11775 +["<h1>foo[bar]baz</h1>",
 1.11776 +	[["inserthorizontalrule",""]],
 1.11777 +	"<h1>foo</h1><hr>{}<h1>baz</h1>",
 1.11778 +	[true],
 1.11779 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11780 +["<p>foo<b>b[a]r</b>baz</p>",
 1.11781 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
 1.11782 +	"<p>foo<b>b</b></p><hr>{}<p><b>r</b>baz</p>",
 1.11783 +	[true,true,true],
 1.11784 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11785 +["<p>foo<b>b[a]r</b>baz</p>",
 1.11786 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
 1.11787 +	"<p>foo<b>b</b></p><hr>{}<p><b>r</b>baz</p>",
 1.11788 +	[true,true,true],
 1.11789 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11790 +["<p>foo<b>b[a]r</b>baz</p>",
 1.11791 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
 1.11792 +	"<p>foo<b>b</b></p><hr>{}<p><b>r</b>baz</p>",
 1.11793 +	[true,true,true],
 1.11794 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11795 +["<p>foo<b>b[a]r</b>baz</p>",
 1.11796 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
 1.11797 +	"<p>foo<b>b</b></p><hr>{}<p><b>r</b>baz</p>",
 1.11798 +	[true,true,true],
 1.11799 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11800 +["<a>foo[bar]baz</a>",
 1.11801 +	[["inserthorizontalrule",""]],
 1.11802 +	"<a>foo</a><hr>{}<a>baz</a>",
 1.11803 +	[true],
 1.11804 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11805 +["<a href=/>foo[bar]baz</a>",
 1.11806 +	[["inserthorizontalrule",""]],
 1.11807 +	"<a href=\"/\">foo</a><hr>{}<a href=\"/\">baz</a>",
 1.11808 +	[true],
 1.11809 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11810 +["<abbr>foo[bar]baz</abbr>",
 1.11811 +	[["inserthorizontalrule",""]],
 1.11812 +	"<abbr>foo</abbr><hr>{}<abbr>baz</abbr>",
 1.11813 +	[true],
 1.11814 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11815 +["<address>foo[bar]baz</address>",
 1.11816 +	[["inserthorizontalrule",""]],
 1.11817 +	"<address>foo<hr>{}baz</address>",
 1.11818 +	[true],
 1.11819 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11820 +["<article>foo[bar]baz</article>",
 1.11821 +	[["inserthorizontalrule",""]],
 1.11822 +	"<article>foo<hr>{}baz</article>",
 1.11823 +	[true],
 1.11824 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11825 +["<aside>foo[bar]baz</aside>",
 1.11826 +	[["inserthorizontalrule",""]],
 1.11827 +	"<aside>foo<hr>{}baz</aside>",
 1.11828 +	[true],
 1.11829 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11830 +["<b>foo[bar]baz</b>",
 1.11831 +	[["stylewithcss","true"],["inserthorizontalrule",""]],
 1.11832 +	"<b>foo</b><hr>{}<b>baz</b>",
 1.11833 +	[true,true],
 1.11834 +	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11835 +["<b>foo[bar]baz</b>",
 1.11836 +	[["stylewithcss","false"],["inserthorizontalrule",""]],
 1.11837 +	"<b>foo</b><hr>{}<b>baz</b>",
 1.11838 +	[true,true],
 1.11839 +	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11840 +["<bdi>foo[bar]baz</bdi>",
 1.11841 +	[["inserthorizontalrule",""]],
 1.11842 +	"<bdi>foo</bdi><hr>{}<bdi>baz</bdi>",
 1.11843 +	[true],
 1.11844 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11845 +["<bdo dir=rtl>foo[bar]baz</bdo>",
 1.11846 +	[["inserthorizontalrule",""]],
 1.11847 +	"<bdo dir=\"rtl\">foo</bdo><hr>{}<bdo dir=\"rtl\">baz</bdo>",
 1.11848 +	[true],
 1.11849 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11850 +["<blockquote>foo[bar]baz</blockquote>",
 1.11851 +	[["inserthorizontalrule",""]],
 1.11852 +	"<blockquote>foo<hr>{}baz</blockquote>",
 1.11853 +	[true],
 1.11854 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11855 +["<table><caption>foo[bar]baz</caption><tr><td>quz</table>",
 1.11856 +	[["inserthorizontalrule",""]],
 1.11857 +	"<table><caption>foo<hr>{}baz</caption><tbody><tr><td>quz</td></tr></tbody></table>",
 1.11858 +	[true],
 1.11859 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11860 +["<cite>foo[bar]baz</cite>",
 1.11861 +	[["inserthorizontalrule",""]],
 1.11862 +	"<cite>foo</cite><hr>{}<cite>baz</cite>",
 1.11863 +	[true],
 1.11864 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11865 +["<code>foo[bar]baz</code>",
 1.11866 +	[["inserthorizontalrule",""]],
 1.11867 +	"<code>foo</code><hr>{}<code>baz</code>",
 1.11868 +	[true],
 1.11869 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11870 +["<dl><dd>foo[bar]baz</dd></dl>",
 1.11871 +	[["inserthorizontalrule",""]],
 1.11872 +	"<dl><dd>foo<hr>{}baz</dd></dl>",
 1.11873 +	[true],
 1.11874 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11875 +["<del>foo[bar]baz</del>",
 1.11876 +	[["inserthorizontalrule",""]],
 1.11877 +	"<del>foo<hr>{}baz</del>",
 1.11878 +	[true],
 1.11879 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11880 +["<details>foo[bar]baz</details>",
 1.11881 +	[["inserthorizontalrule",""]],
 1.11882 +	"<details>foo<hr>{}baz</details>",
 1.11883 +	[true],
 1.11884 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11885 +["<dfn>foo[bar]baz</dfn>",
 1.11886 +	[["inserthorizontalrule",""]],
 1.11887 +	"<dfn>foo</dfn><hr>{}<dfn>baz</dfn>",
 1.11888 +	[true],
 1.11889 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11890 +["<div>foo[bar]baz</div>",
 1.11891 +	[["inserthorizontalrule",""]],
 1.11892 +	"<div>foo<hr>{}baz</div>",
 1.11893 +	[true],
 1.11894 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11895 +["<dl><dt>foo[bar]baz</dt></dl>",
 1.11896 +	[["inserthorizontalrule",""]],
 1.11897 +	"<dl><dt>foo<hr>{}baz</dt></dl>",
 1.11898 +	[true],
 1.11899 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11900 +["<em>foo[bar]baz</em>",
 1.11901 +	[["inserthorizontalrule",""]],
 1.11902 +	"<em>foo</em><hr>{}<em>baz</em>",
 1.11903 +	[true],
 1.11904 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11905 +["<figure><figcaption>foo[bar]baz</figcaption>quz</figure>",
 1.11906 +	[["inserthorizontalrule",""]],
 1.11907 +	"<figure><figcaption>foo<hr>{}baz</figcaption>quz</figure>",
 1.11908 +	[true],
 1.11909 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11910 +["<figure>foo[bar]baz</figure>",
 1.11911 +	[["inserthorizontalrule",""]],
 1.11912 +	"<figure>foo<hr>{}baz</figure>",
 1.11913 +	[true],
 1.11914 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11915 +["<footer>foo[bar]baz</footer>",
 1.11916 +	[["inserthorizontalrule",""]],
 1.11917 +	"<footer>foo<hr>{}baz</footer>",
 1.11918 +	[true],
 1.11919 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11920 +["<h1>foo[bar]baz</h1>",
 1.11921 +	[["inserthorizontalrule",""]],
 1.11922 +	"<h1>foo</h1><hr>{}<h1>baz</h1>",
 1.11923 +	[true],
 1.11924 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11925 +["<h2>foo[bar]baz</h2>",
 1.11926 +	[["inserthorizontalrule",""]],
 1.11927 +	"<h2>foo</h2><hr>{}<h2>baz</h2>",
 1.11928 +	[true],
 1.11929 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11930 +["<h3>foo[bar]baz</h3>",
 1.11931 +	[["inserthorizontalrule",""]],
 1.11932 +	"<h3>foo</h3><hr>{}<h3>baz</h3>",
 1.11933 +	[true],
 1.11934 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11935 +["<h4>foo[bar]baz</h4>",
 1.11936 +	[["inserthorizontalrule",""]],
 1.11937 +	"<h4>foo</h4><hr>{}<h4>baz</h4>",
 1.11938 +	[true],
 1.11939 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11940 +["<h5>foo[bar]baz</h5>",
 1.11941 +	[["inserthorizontalrule",""]],
 1.11942 +	"<h5>foo</h5><hr>{}<h5>baz</h5>",
 1.11943 +	[true],
 1.11944 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11945 +["<h6>foo[bar]baz</h6>",
 1.11946 +	[["inserthorizontalrule",""]],
 1.11947 +	"<h6>foo</h6><hr>{}<h6>baz</h6>",
 1.11948 +	[true],
 1.11949 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11950 +["<header>foo[bar]baz</header>",
 1.11951 +	[["inserthorizontalrule",""]],
 1.11952 +	"<header>foo<hr>{}baz</header>",
 1.11953 +	[true],
 1.11954 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11955 +["<hgroup>foo[bar]baz</hgroup>",
 1.11956 +	[["inserthorizontalrule",""]],
 1.11957 +	"<hgroup>foo</hgroup><hr>{}<hgroup>baz</hgroup>",
 1.11958 +	[true],
 1.11959 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11960 +["<hgroup><h1>foo[bar]baz</h1></hgroup>",
 1.11961 +	[["inserthorizontalrule",""]],
 1.11962 +	"<hgroup><h1>foo</h1></hgroup><hr>{}<hgroup><h1>baz</h1></hgroup>",
 1.11963 +	[true],
 1.11964 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11965 +["<i>foo[bar]baz</i>",
 1.11966 +	[["stylewithcss","true"],["inserthorizontalrule",""]],
 1.11967 +	"<i>foo</i><hr>{}<i>baz</i>",
 1.11968 +	[true,true],
 1.11969 +	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11970 +["<i>foo[bar]baz</i>",
 1.11971 +	[["stylewithcss","false"],["inserthorizontalrule",""]],
 1.11972 +	"<i>foo</i><hr>{}<i>baz</i>",
 1.11973 +	[true,true],
 1.11974 +	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11975 +["<ins>foo[bar]baz</ins>",
 1.11976 +	[["inserthorizontalrule",""]],
 1.11977 +	"<ins>foo<hr>{}baz</ins>",
 1.11978 +	[true],
 1.11979 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11980 +["<kbd>foo[bar]baz</kbd>",
 1.11981 +	[["inserthorizontalrule",""]],
 1.11982 +	"<kbd>foo</kbd><hr>{}<kbd>baz</kbd>",
 1.11983 +	[true],
 1.11984 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11985 +["<mark>foo[bar]baz</mark>",
 1.11986 +	[["inserthorizontalrule",""]],
 1.11987 +	"<mark>foo</mark><hr>{}<mark>baz</mark>",
 1.11988 +	[true],
 1.11989 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11990 +["<nav>foo[bar]baz</nav>",
 1.11991 +	[["inserthorizontalrule",""]],
 1.11992 +	"<nav>foo<hr>{}baz</nav>",
 1.11993 +	[true],
 1.11994 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.11995 +["<ol><li>foo[bar]baz</li></ol>",
 1.11996 +	[["inserthorizontalrule",""]],
 1.11997 +	"<ol><li>foo<hr>{}baz</li></ol>",
 1.11998 +	[true],
 1.11999 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12000 +["<p>foo[bar]baz</p>",
 1.12001 +	[["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
 1.12002 +	"<p>foo</p><hr>{}<p>baz</p>",
 1.12003 +	[true,true],
 1.12004 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12005 +["<p>foo[bar]baz</p>",
 1.12006 +	[["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
 1.12007 +	"<p>foo</p><hr>{}<p>baz</p>",
 1.12008 +	[true,true],
 1.12009 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12010 +["<pre>foo[bar]baz</pre>",
 1.12011 +	[["inserthorizontalrule",""]],
 1.12012 +	"<pre>foo</pre><hr>{}<pre>baz</pre>",
 1.12013 +	[true],
 1.12014 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12015 +["<q>foo[bar]baz</q>",
 1.12016 +	[["inserthorizontalrule",""]],
 1.12017 +	"<q>foo</q><hr>{}<q>baz</q>",
 1.12018 +	[true],
 1.12019 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12020 +["<ruby>foo[bar]baz<rt>quz</rt></ruby>",
 1.12021 +	[["inserthorizontalrule",""]],
 1.12022 +	"<ruby>foo</ruby><hr>{}<ruby>baz<rt>quz</rt></ruby>",
 1.12023 +	[true],
 1.12024 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12025 +["<ruby>foo<rt>bar[baz]quz</rt></ruby>",
 1.12026 +	[["inserthorizontalrule",""]],
 1.12027 +	"<ruby>foo<rt>bar</rt></ruby><hr>{}<ruby><rt>quz</rt></ruby>",
 1.12028 +	[true],
 1.12029 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12030 +["<ruby>foo<rp>bar[baz]quz</rp><rt>qoz</rt><rp>qiz</rp></ruby>",
 1.12031 +	[["inserthorizontalrule",""]],
 1.12032 +	"<ruby>foo<rp>bar</rp></ruby><hr>{}<ruby><rp>quz</rp><rt>qoz</rt><rp>qiz</rp></ruby>",
 1.12033 +	[true],
 1.12034 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12035 +["<s>foo[bar]baz</s>",
 1.12036 +	[["stylewithcss","true"],["inserthorizontalrule",""]],
 1.12037 +	"<s>foo</s><hr>{}<s>baz</s>",
 1.12038 +	[true,true],
 1.12039 +	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12040 +["<s>foo[bar]baz</s>",
 1.12041 +	[["stylewithcss","false"],["inserthorizontalrule",""]],
 1.12042 +	"<s>foo</s><hr>{}<s>baz</s>",
 1.12043 +	[true,true],
 1.12044 +	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12045 +["<samp>foo[bar]baz</samp>",
 1.12046 +	[["inserthorizontalrule",""]],
 1.12047 +	"<samp>foo</samp><hr>{}<samp>baz</samp>",
 1.12048 +	[true],
 1.12049 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12050 +["<section>foo[bar]baz</section>",
 1.12051 +	[["inserthorizontalrule",""]],
 1.12052 +	"<section>foo<hr>{}baz</section>",
 1.12053 +	[true],
 1.12054 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12055 +["<small>foo[bar]baz</small>",
 1.12056 +	[["inserthorizontalrule",""]],
 1.12057 +	"<small>foo</small><hr>{}<small>baz</small>",
 1.12058 +	[true],
 1.12059 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12060 +["<span>foo[bar]baz</span>",
 1.12061 +	[["inserthorizontalrule",""]],
 1.12062 +	"<span>foo</span><hr>{}<span>baz</span>",
 1.12063 +	[true],
 1.12064 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12065 +["<strong>foo[bar]baz</strong>",
 1.12066 +	[["inserthorizontalrule",""]],
 1.12067 +	"<strong>foo</strong><hr>{}<strong>baz</strong>",
 1.12068 +	[true],
 1.12069 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12070 +["<sub>foo[bar]baz</sub>",
 1.12071 +	[["stylewithcss","true"],["inserthorizontalrule",""]],
 1.12072 +	"<sub>foo</sub><hr>{}<sub>baz</sub>",
 1.12073 +	[true,true],
 1.12074 +	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12075 +["<sub>foo[bar]baz</sub>",
 1.12076 +	[["stylewithcss","false"],["inserthorizontalrule",""]],
 1.12077 +	"<sub>foo</sub><hr>{}<sub>baz</sub>",
 1.12078 +	[true,true],
 1.12079 +	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12080 +["<sup>foo[bar]baz</sup>",
 1.12081 +	[["stylewithcss","true"],["inserthorizontalrule",""]],
 1.12082 +	"<sup>foo</sup><hr>{}<sup>baz</sup>",
 1.12083 +	[true,true],
 1.12084 +	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12085 +["<sup>foo[bar]baz</sup>",
 1.12086 +	[["stylewithcss","false"],["inserthorizontalrule",""]],
 1.12087 +	"<sup>foo</sup><hr>{}<sup>baz</sup>",
 1.12088 +	[true,true],
 1.12089 +	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12090 +["<table><tr><td>foo[bar]baz</td></table>",
 1.12091 +	[["inserthorizontalrule",""]],
 1.12092 +	"<table><tbody><tr><td>foo<hr>{}baz</td></tr></tbody></table>",
 1.12093 +	[true],
 1.12094 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12095 +["<table><tr><th>foo[bar]baz</th></table>",
 1.12096 +	[["inserthorizontalrule",""]],
 1.12097 +	"<table><tbody><tr><th>foo<hr>{}baz</th></tr></tbody></table>",
 1.12098 +	[true],
 1.12099 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12100 +["<u>foo[bar]baz</u>",
 1.12101 +	[["stylewithcss","true"],["inserthorizontalrule",""]],
 1.12102 +	"<u>foo</u><hr>{}<u>baz</u>",
 1.12103 +	[true,true],
 1.12104 +	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12105 +["<u>foo[bar]baz</u>",
 1.12106 +	[["stylewithcss","false"],["inserthorizontalrule",""]],
 1.12107 +	"<u>foo</u><hr>{}<u>baz</u>",
 1.12108 +	[true,true],
 1.12109 +	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12110 +["<ul><li>foo[bar]baz</li></ul>",
 1.12111 +	[["inserthorizontalrule",""]],
 1.12112 +	"<ul><li>foo<hr>{}baz</li></ul>",
 1.12113 +	[true],
 1.12114 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12115 +["<var>foo[bar]baz</var>",
 1.12116 +	[["inserthorizontalrule",""]],
 1.12117 +	"<var>foo</var><hr>{}<var>baz</var>",
 1.12118 +	[true],
 1.12119 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12120 +["<acronym>foo[bar]baz</acronym>",
 1.12121 +	[["inserthorizontalrule",""]],
 1.12122 +	"<acronym>foo</acronym><hr>{}<acronym>baz</acronym>",
 1.12123 +	[true],
 1.12124 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12125 +["<big>foo[bar]baz</big>",
 1.12126 +	[["inserthorizontalrule",""]],
 1.12127 +	"<big>foo</big><hr>{}<big>baz</big>",
 1.12128 +	[true],
 1.12129 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12130 +["<blink>foo[bar]baz</blink>",
 1.12131 +	[["inserthorizontalrule",""]],
 1.12132 +	"<blink>foo</blink><hr>{}<blink>baz</blink>",
 1.12133 +	[true],
 1.12134 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12135 +["<center>foo[bar]baz</center>",
 1.12136 +	[["inserthorizontalrule",""]],
 1.12137 +	"<center>foo<hr>{}baz</center>",
 1.12138 +	[true],
 1.12139 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12140 +["<dir>foo[bar]baz</dir>",
 1.12141 +	[["inserthorizontalrule",""]],
 1.12142 +	"<dir>foo</dir><hr>{}<dir>baz</dir>",
 1.12143 +	[true],
 1.12144 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12145 +["<dir><li>foo[bar]baz</li></dir>",
 1.12146 +	[["inserthorizontalrule",""]],
 1.12147 +	"<dir><li>foo<hr>{}baz</li></dir>",
 1.12148 +	[true],
 1.12149 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12150 +["<font>foo[bar]baz</font>",
 1.12151 +	[["stylewithcss","true"],["inserthorizontalrule",""]],
 1.12152 +	"<font>foo</font><hr>{}<font>baz</font>",
 1.12153 +	[true,true],
 1.12154 +	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12155 +["<font>foo[bar]baz</font>",
 1.12156 +	[["stylewithcss","false"],["inserthorizontalrule",""]],
 1.12157 +	"<font>foo</font><hr>{}<font>baz</font>",
 1.12158 +	[true,true],
 1.12159 +	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12160 +["<listing>foo[bar]baz</listing>",
 1.12161 +	[["inserthorizontalrule",""]],
 1.12162 +	"<listing>foo</listing><hr>{}<listing>baz</listing>",
 1.12163 +	[true],
 1.12164 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12165 +["<marquee>foo[bar]baz</marquee>",
 1.12166 +	[["inserthorizontalrule",""]],
 1.12167 +	"<marquee>foo</marquee><hr>{}<marquee>baz</marquee>",
 1.12168 +	[true],
 1.12169 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12170 +["<nobr>foo[bar]baz</nobr>",
 1.12171 +	[["inserthorizontalrule",""]],
 1.12172 +	"<nobr>foo</nobr><hr>{}<nobr>baz</nobr>",
 1.12173 +	[true],
 1.12174 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12175 +["<strike>foo[bar]baz</strike>",
 1.12176 +	[["stylewithcss","true"],["inserthorizontalrule",""]],
 1.12177 +	"<strike>foo</strike><hr>{}<strike>baz</strike>",
 1.12178 +	[true,true],
 1.12179 +	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12180 +["<strike>foo[bar]baz</strike>",
 1.12181 +	[["stylewithcss","false"],["inserthorizontalrule",""]],
 1.12182 +	"<strike>foo</strike><hr>{}<strike>baz</strike>",
 1.12183 +	[true,true],
 1.12184 +	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12185 +["<tt>foo[bar]baz</tt>",
 1.12186 +	[["inserthorizontalrule",""]],
 1.12187 +	"<tt>foo</tt><hr>{}<tt>baz</tt>",
 1.12188 +	[true],
 1.12189 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12190 +["<xmp>foo[bar]baz</xmp>",
 1.12191 +	[["inserthorizontalrule",""]],
 1.12192 +	"<xmp>foo</xmp><hr>{}<xmp>baz</xmp>",
 1.12193 +	[true],
 1.12194 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12195 +["<quasit>foo[bar]baz</quasit>",
 1.12196 +	[["inserthorizontalrule",""]],
 1.12197 +	"<quasit>foo<hr>{}baz</quasit>",
 1.12198 +	[true],
 1.12199 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12200 +["<table><tr><td>fo[o<td>b]ar</table>",
 1.12201 +	[["inserthorizontalrule",""]],
 1.12202 +	"<table><tbody><tr><td>fo<hr>{}</td><td>ar</td></tr></tbody></table>",
 1.12203 +	[true],
 1.12204 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12205 +["fo[o<span contenteditable=false>bar</span>b]az",
 1.12206 +	[["inserthorizontalrule",""]],
 1.12207 +	"fo<hr>{}<span contenteditable=\"false\">bar</span>az",
 1.12208 +	[true],
 1.12209 +	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.12210 +["foo[]bar",
 1.12211 +	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 1.12212 +	"fooab<b>c</b>d{}bar",
 1.12213 +	[true,true],
 1.12214 +	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12215 +["foo[]bar",
 1.12216 +	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 1.12217 +	"fooab<b>c</b>d{}bar",
 1.12218 +	[true,true],
 1.12219 +	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12220 +["foo[bar]baz",
 1.12221 +	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 1.12222 +	"fooab<b>c</b>d{}baz",
 1.12223 +	[true,true],
 1.12224 +	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12225 +["foo[bar]baz",
 1.12226 +	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 1.12227 +	"fooab<b>c</b>d{}baz",
 1.12228 +	[true,true],
 1.12229 +	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12230 +["foo<span style=color:#aBcDeF>[bar]</span>baz",
 1.12231 +	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 1.12232 +	"fooab<b>c</b>d{}baz",
 1.12233 +	[true,true],
 1.12234 +	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12235 +["foo<span style=color:#aBcDeF>[bar]</span>baz",
 1.12236 +	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 1.12237 +	"fooab<b>c</b>d{}baz",
 1.12238 +	[true,true],
 1.12239 +	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12240 +["foo<span style=color:#aBcDeF>{bar}</span>baz",
 1.12241 +	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 1.12242 +	"fooab<b>c</b>d{}baz",
 1.12243 +	[true,true],
 1.12244 +	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12245 +["foo<span style=color:#aBcDeF>{bar}</span>baz",
 1.12246 +	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 1.12247 +	"fooab<b>c</b>d{}baz",
 1.12248 +	[true,true],
 1.12249 +	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12250 +["foo{<span style=color:#aBcDeF>bar</span>}baz",
 1.12251 +	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 1.12252 +	"fooab<b>c</b>d{}baz",
 1.12253 +	[true,true],
 1.12254 +	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12255 +["foo{<span style=color:#aBcDeF>bar</span>}baz",
 1.12256 +	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 1.12257 +	"fooab<b>c</b>d{}baz",
 1.12258 +	[true,true],
 1.12259 +	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12260 +["[foo<span style=color:#aBcDeF>bar]</span>baz",
 1.12261 +	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 1.12262 +	"ab<b>c</b>d{}baz",
 1.12263 +	[true,true],
 1.12264 +	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12265 +["[foo<span style=color:#aBcDeF>bar]</span>baz",
 1.12266 +	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 1.12267 +	"ab<b>c</b>d{}baz",
 1.12268 +	[true,true],
 1.12269 +	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12270 +["{foo<span style=color:#aBcDeF>bar}</span>baz",
 1.12271 +	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 1.12272 +	"ab<b>c</b>d{}baz",
 1.12273 +	[true,true],
 1.12274 +	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12275 +["{foo<span style=color:#aBcDeF>bar}</span>baz",
 1.12276 +	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 1.12277 +	"ab<b>c</b>d{}baz",
 1.12278 +	[true,true],
 1.12279 +	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12280 +["foo<span style=color:#aBcDeF>[bar</span>baz]",
 1.12281 +	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 1.12282 +	"fooab<b>c</b>d{}",
 1.12283 +	[true,true],
 1.12284 +	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12285 +["foo<span style=color:#aBcDeF>[bar</span>baz]",
 1.12286 +	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 1.12287 +	"fooab<b>c</b>d{}",
 1.12288 +	[true,true],
 1.12289 +	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12290 +["foo<span style=color:#aBcDeF>{bar</span>baz}",
 1.12291 +	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 1.12292 +	"fooab<b>c</b>d{}",
 1.12293 +	[true,true],
 1.12294 +	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12295 +["foo<span style=color:#aBcDeF>{bar</span>baz}",
 1.12296 +	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 1.12297 +	"fooab<b>c</b>d{}",
 1.12298 +	[true,true],
 1.12299 +	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12300 +["foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 1.12301 +	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 1.12302 +	"fooab<b>c</b>d{}quz",
 1.12303 +	[true,true],
 1.12304 +	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12305 +["foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 1.12306 +	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 1.12307 +	"fooab<b>c</b>d{}quz",
 1.12308 +	[true,true],
 1.12309 +	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12310 +["foo[bar]baz",
 1.12311 +	[["inserthtml",""]],
 1.12312 +	"foo[]baz",
 1.12313 +	[true],
 1.12314 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12315 +["foo[bar]baz",
 1.12316 +	[["inserthtml","\u0000"]],
 1.12317 +	"foo[]baz",
 1.12318 +	[true],
 1.12319 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12320 +["foo[bar]baz",
 1.12321 +	[["inserthtml","\u0007"]],
 1.12322 +	"foo\u0007{}baz",
 1.12323 +	[true],
 1.12324 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12325 +["foo[bar]baz",
 1.12326 +	[["stylewithcss","true"],["inserthtml","<b>"]],
 1.12327 +	"foo<b></b>{}baz",
 1.12328 +	[true,true],
 1.12329 +	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12330 +["foo[bar]baz",
 1.12331 +	[["stylewithcss","false"],["inserthtml","<b>"]],
 1.12332 +	"foo<b></b>{}baz",
 1.12333 +	[true,true],
 1.12334 +	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12335 +["foo[bar]baz",
 1.12336 +	[["stylewithcss","true"],["inserthtml","<b>abc"]],
 1.12337 +	"foo<b>abc</b>{}baz",
 1.12338 +	[true,true],
 1.12339 +	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12340 +["foo[bar]baz",
 1.12341 +	[["stylewithcss","false"],["inserthtml","<b>abc"]],
 1.12342 +	"foo<b>abc</b>{}baz",
 1.12343 +	[true,true],
 1.12344 +	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12345 +["<p>foo[bar]baz",
 1.12346 +	[["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 1.12347 +	"<p>foo</p><p>abc</p>{}<p>baz</p>",
 1.12348 +	[true,true],
 1.12349 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 1.12350 +["<p>foo[bar]baz",
 1.12351 +	[["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 1.12352 +	"<p>foo</p><p>abc</p>{}<p>baz</p>",
 1.12353 +	[true,true],
 1.12354 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 1.12355 +["<p>foo[bar]baz",
 1.12356 +	[["defaultparagraphseparator","div"],["inserthtml","<li>abc"]],
 1.12357 +	"<p>foo</p><div>abc</div>{}<p>baz</p>",
 1.12358 +	[true,true],
 1.12359 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 1.12360 +["<p>foo[bar]baz",
 1.12361 +	[["defaultparagraphseparator","p"],["inserthtml","<li>abc"]],
 1.12362 +	"<p>foo</p><p>abc</p>{}<p>baz</p>",
 1.12363 +	[true,true],
 1.12364 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 1.12365 +["<ol>{<li>foo</li>}<li>bar</ol>",
 1.12366 +	[["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 1.12367 +	"<p>abc</p>{}<ol><li>bar</li></ol>",
 1.12368 +	[true,true],
 1.12369 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 1.12370 +["<ol>{<li>foo</li>}<li>bar</ol>",
 1.12371 +	[["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 1.12372 +	"<p>abc</p>{}<ol><li>bar</li></ol>",
 1.12373 +	[true,true],
 1.12374 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 1.12375 +["<ol><li>foo</li>{<li>bar</li>}<li>baz</ol>",
 1.12376 +	[["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 1.12377 +	"<ol><li>foo</li></ol><p>abc</p>{}<ol><li>baz</li></ol>",
 1.12378 +	[true,true],
 1.12379 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 1.12380 +["<ol><li>foo</li>{<li>bar</li>}<li>baz</ol>",
 1.12381 +	[["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 1.12382 +	"<ol><li>foo</li></ol><p>abc</p>{}<ol><li>baz</li></ol>",
 1.12383 +	[true,true],
 1.12384 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 1.12385 +["<ol><li>[foo]</li><li>bar</ol>",
 1.12386 +	[["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 1.12387 +	"<ol><li><p>abc</p>{}</li><li>bar</li></ol>",
 1.12388 +	[true,true],
 1.12389 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 1.12390 +["<ol><li>[foo]</li><li>bar</ol>",
 1.12391 +	[["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 1.12392 +	"<ol><li><p>abc</p>{}</li><li>bar</li></ol>",
 1.12393 +	[true,true],
 1.12394 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 1.12395 +["<xmp>f[o]o</xmp>",
 1.12396 +	[["inserthtml","abc"]],
 1.12397 +	"<xmp>fabc{}o</xmp>",
 1.12398 +	[true],
 1.12399 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12400 +["<xmp>f[o]o</xmp>",
 1.12401 +	[["stylewithcss","true"],["inserthtml","<b>abc</b>"]],
 1.12402 +	"<xmp>f<b>abc</b>{}o</xmp>",
 1.12403 +	[true,true],
 1.12404 +	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12405 +["<xmp>f[o]o</xmp>",
 1.12406 +	[["stylewithcss","false"],["inserthtml","<b>abc</b>"]],
 1.12407 +	"<xmp>f<b>abc</b>{}o</xmp>",
 1.12408 +	[true,true],
 1.12409 +	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12410 +["<script>f[o]o</script>bar",
 1.12411 +	[["inserthtml","abc"]],
 1.12412 +	"<script>fabc{}o</script>bar",
 1.12413 +	[true],
 1.12414 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12415 +["<script>f[o]o</script>bar",
 1.12416 +	[["stylewithcss","true"],["inserthtml","<b>abc</b>"]],
 1.12417 +	"<script>f<b>abc</b>{}o</script>bar",
 1.12418 +	[true,true],
 1.12419 +	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12420 +["<script>f[o]o</script>bar",
 1.12421 +	[["stylewithcss","false"],["inserthtml","<b>abc</b>"]],
 1.12422 +	"<script>f<b>abc</b>{}o</script>bar",
 1.12423 +	[true,true],
 1.12424 +	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12425 +["<a>f[o]o</a>",
 1.12426 +	[["inserthtml","<a>abc</a>"]],
 1.12427 +	"<a>f</a><a>abc</a>{}<a>o</a>",
 1.12428 +	[true],
 1.12429 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12430 +["<a href=.>f[o]o</a>",
 1.12431 +	[["inserthtml","<a href=/>abc</a>"]],
 1.12432 +	"<a href=\".\">f</a><a href=\"/\">abc</a>{}<a href=\".\">o</a>",
 1.12433 +	[true],
 1.12434 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12435 +["<p>f[o]o",
 1.12436 +	[["defaultparagraphseparator","div"],["inserthtml","<hr>"]],
 1.12437 +	"<p>f</p><hr>{}<p>o</p>",
 1.12438 +	[true,true],
 1.12439 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 1.12440 +["<p>f[o]o",
 1.12441 +	[["defaultparagraphseparator","p"],["inserthtml","<hr>"]],
 1.12442 +	"<p>f</p><hr>{}<p>o</p>",
 1.12443 +	[true,true],
 1.12444 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 1.12445 +["<b>f[o]o</b>",
 1.12446 +	[["stylewithcss","true"],["inserthtml","<hr>"]],
 1.12447 +	"<b>f</b><hr>{}<b>o</b>",
 1.12448 +	[true,true],
 1.12449 +	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12450 +["<b>f[o]o</b>",
 1.12451 +	[["stylewithcss","false"],["inserthtml","<hr>"]],
 1.12452 +	"<b>f</b><hr>{}<b>o</b>",
 1.12453 +	[true,true],
 1.12454 +	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12455 +["<h1>f[o]o</h1>",
 1.12456 +	[["inserthtml","<h2>abc</h2>"]],
 1.12457 +	"<h1>f</h1><h2>abc</h2>{}<h1>o</h1>",
 1.12458 +	[true],
 1.12459 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12460 +["<table><tr><td>f[o]o</table>",
 1.12461 +	[["inserthtml","<td>abc</td>"]],
 1.12462 +	"<table><tbody><tr><td>fabc{}o</td></tr></tbody></table>",
 1.12463 +	[true],
 1.12464 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12465 +["f[o]o",
 1.12466 +	[["inserthtml","<td>abc</td>"]],
 1.12467 +	"fabc{}o",
 1.12468 +	[true],
 1.12469 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12470 +["<dl><dt>f[o]o<dd>bar</dl>",
 1.12471 +	[["inserthtml","<dt>abc</dt>"]],
 1.12472 +	"<dl><dt>f</dt><dt>abc</dt>{}<dt>o</dt><dd>bar</dd></dl>",
 1.12473 +	[true],
 1.12474 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12475 +["<dl><dt>foo<dd>b[a]r</dl>",
 1.12476 +	[["inserthtml","<dt>abc</dt>"]],
 1.12477 +	"<dl><dt>foo</dt><dd>b</dd><dt>abc</dt>{}<dd>r</dd></dl>",
 1.12478 +	[true],
 1.12479 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12480 +["<dl><dt>f[o]o<dd>bar</dl>",
 1.12481 +	[["inserthtml","<dd>abc</dd>"]],
 1.12482 +	"<dl><dt>f</dt><dd>abc</dd>{}<dt>o</dt><dd>bar</dd></dl>",
 1.12483 +	[true],
 1.12484 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12485 +["<dl><dt>foo<dd>b[a]r</dl>",
 1.12486 +	[["inserthtml","<dd>abc</dd>"]],
 1.12487 +	"<dl><dt>foo</dt><dd>b</dd><dd>abc</dd>{}<dd>r</dd></dl>",
 1.12488 +	[true],
 1.12489 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12490 +["f[o]o",
 1.12491 +	[["inserthtml","<dt>abc</dt>"]],
 1.12492 +	"f<dl><dt>abc</dt>{}</dl>o",
 1.12493 +	[true],
 1.12494 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12495 +["<ol><li>f[o]o</ol>",
 1.12496 +	[["inserthtml","<dt>abc</dt>"]],
 1.12497 +	"<ol><li>f<dl><dt>abc</dt>{}</dl>o</li></ol>",
 1.12498 +	[true],
 1.12499 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12500 +["f[o]o",
 1.12501 +	[["inserthtml","<dd>abc</dd>"]],
 1.12502 +	"f<dl><dd>abc</dd>{}</dl>o",
 1.12503 +	[true],
 1.12504 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12505 +["<ol><li>f[o]o</ol>",
 1.12506 +	[["inserthtml","<dd>abc</dd>"]],
 1.12507 +	"<ol><li>f<dl><dd>abc</dd>{}</dl>o</li></ol>",
 1.12508 +	[true],
 1.12509 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12510 +["<dir><li>f[o]o</dir>",
 1.12511 +	[["inserthtml","<li>abc</li>"]],
 1.12512 +	"<dir><li>f</li><li>abc</li>{}<li>o</li></dir>",
 1.12513 +	[true],
 1.12514 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12515 +["<ol><li>f[o]o</ol>",
 1.12516 +	[["inserthtml","<li>abc</li>"]],
 1.12517 +	"<ol><li>f</li><li>abc</li>{}<li>o</li></ol>",
 1.12518 +	[true],
 1.12519 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12520 +["<ul><li>f[o]o</ul>",
 1.12521 +	[["inserthtml","<li>abc</li>"]],
 1.12522 +	"<ul><li>f</li><li>abc</li>{}<li>o</li></ul>",
 1.12523 +	[true],
 1.12524 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12525 +["<dir><li>f[o]o</dir>",
 1.12526 +	[["inserthtml","<dir><li>abc</dir>"]],
 1.12527 +	"<dir><li>f<dir><li>abc</li></dir>{}o</li></dir>",
 1.12528 +	[true],
 1.12529 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12530 +["<ol><li>f[o]o</ol>",
 1.12531 +	[["inserthtml","<dir><li>abc</dir>"]],
 1.12532 +	"<ol><li>f<dir><li>abc</li></dir>{}o</li></ol>",
 1.12533 +	[true],
 1.12534 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12535 +["<ul><li>f[o]o</ul>",
 1.12536 +	[["inserthtml","<dir><li>abc</dir>"]],
 1.12537 +	"<ul><li>f<dir><li>abc</li></dir>{}o</li></ul>",
 1.12538 +	[true],
 1.12539 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12540 +["<dir><li>f[o]o</dir>",
 1.12541 +	[["inserthtml","<ol><li>abc</ol>"]],
 1.12542 +	"<dir><li>f<ol><li>abc</li></ol>{}o</li></dir>",
 1.12543 +	[true],
 1.12544 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12545 +["<ol><li>f[o]o</ol>",
 1.12546 +	[["inserthtml","<ol><li>abc</ol>"]],
 1.12547 +	"<ol><li>f<ol><li>abc</li></ol>{}o</li></ol>",
 1.12548 +	[true],
 1.12549 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12550 +["<ul><li>f[o]o</ul>",
 1.12551 +	[["inserthtml","<ol><li>abc</ol>"]],
 1.12552 +	"<ul><li>f<ol><li>abc</li></ol>{}o</li></ul>",
 1.12553 +	[true],
 1.12554 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12555 +["<dir><li>f[o]o</dir>",
 1.12556 +	[["inserthtml","<ul><li>abc</ul>"]],
 1.12557 +	"<dir><li>f<ul><li>abc</li></ul>{}o</li></dir>",
 1.12558 +	[true],
 1.12559 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12560 +["<ol><li>f[o]o</ol>",
 1.12561 +	[["inserthtml","<ul><li>abc</ul>"]],
 1.12562 +	"<ol><li>f<ul><li>abc</li></ul>{}o</li></ol>",
 1.12563 +	[true],
 1.12564 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12565 +["<ul><li>f[o]o</ul>",
 1.12566 +	[["inserthtml","<ul><li>abc</ul>"]],
 1.12567 +	"<ul><li>f<ul><li>abc</li></ul>{}o</li></ul>",
 1.12568 +	[true],
 1.12569 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12570 +["f[o]o",
 1.12571 +	[["defaultparagraphseparator","div"],["inserthtml","<li>abc</li>"]],
 1.12572 +	"f<div>abc</div>{}o",
 1.12573 +	[true,true],
 1.12574 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 1.12575 +["f[o]o",
 1.12576 +	[["defaultparagraphseparator","p"],["inserthtml","<li>abc</li>"]],
 1.12577 +	"f<p>abc</p>{}o",
 1.12578 +	[true,true],
 1.12579 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 1.12580 +["<nobr>f[o]o</nobr>",
 1.12581 +	[["inserthtml","<nobr>abc</nobr>"]],
 1.12582 +	"<nobr>f</nobr><nobr>abc</nobr>{}<nobr>o</nobr>",
 1.12583 +	[true],
 1.12584 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12585 +["f[o]o",
 1.12586 +	[["inserthtml","<nobr>abc</nobr>"]],
 1.12587 +	"f<nobr>abc</nobr>{}o",
 1.12588 +	[true],
 1.12589 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12590 +["<font color=blue>foo[]bar</font>",
 1.12591 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 1.12592 +	"<font color=\"blue\">foo</font><p><span style=\"color:rgb(0, 0, 255)\">abc</span></p>{}<font color=\"blue\">bar</font>",
 1.12593 +	[true,true,true],
 1.12594 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 1.12595 +["<font color=blue>foo[]bar</font>",
 1.12596 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 1.12597 +	"<font color=\"blue\">foo</font><p><font color=\"#0000ff\">abc</font></p>{}<font color=\"blue\">bar</font>",
 1.12598 +	[true,true,true],
 1.12599 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 1.12600 +["<font color=blue>foo[]bar</font>",
 1.12601 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 1.12602 +	"<font color=\"blue\">foo</font><p><span style=\"color:rgb(0, 0, 255)\">abc</span></p>{}<font color=\"blue\">bar</font>",
 1.12603 +	[true,true,true],
 1.12604 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 1.12605 +["<font color=blue>foo[]bar</font>",
 1.12606 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 1.12607 +	"<font color=\"blue\">foo</font><p><font color=\"#0000ff\">abc</font></p>{}<font color=\"blue\">bar</font>",
 1.12608 +	[true,true,true],
 1.12609 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 1.12610 +["<span style=color:blue>foo[]bar</span>",
 1.12611 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 1.12612 +	"<span style=\"color:rgb(0, 0, 255)\">foo</span><p><span style=\"color:rgb(0, 0, 255)\">abc</span></p>{}<span style=\"color:rgb(0, 0, 255)\">bar</span>",
 1.12613 +	[true,true,true],
 1.12614 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 1.12615 +["<span style=color:blue>foo[]bar</span>",
 1.12616 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 1.12617 +	"<span style=\"color:rgb(0, 0, 255)\">foo</span><p><font color=\"#0000ff\">abc</font></p>{}<span style=\"color:rgb(0, 0, 255)\">bar</span>",
 1.12618 +	[true,true,true],
 1.12619 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 1.12620 +["<span style=color:blue>foo[]bar</span>",
 1.12621 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 1.12622 +	"<span style=\"color:rgb(0, 0, 255)\">foo</span><p><span style=\"color:rgb(0, 0, 255)\">abc</span></p>{}<span style=\"color:rgb(0, 0, 255)\">bar</span>",
 1.12623 +	[true,true,true],
 1.12624 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 1.12625 +["<span style=color:blue>foo[]bar</span>",
 1.12626 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 1.12627 +	"<span style=\"color:rgb(0, 0, 255)\">foo</span><p><font color=\"#0000ff\">abc</font></p>{}<span style=\"color:rgb(0, 0, 255)\">bar</span>",
 1.12628 +	[true,true,true],
 1.12629 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 1.12630 +["<span style=font-variant:small-caps>foo[]bar</span>",
 1.12631 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 1.12632 +	"<span style=\"font-variant:small-caps\">foo</span><p>abc</p>{}<span style=\"font-variant:small-caps\">bar</span>",
 1.12633 +	[true,true,true],
 1.12634 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 1.12635 +["<span style=font-variant:small-caps>foo[]bar</span>",
 1.12636 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 1.12637 +	"<span style=\"font-variant:small-caps\">foo</span><p>abc</p>{}<span style=\"font-variant:small-caps\">bar</span>",
 1.12638 +	[true,true,true],
 1.12639 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 1.12640 +["<span style=font-variant:small-caps>foo[]bar</span>",
 1.12641 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 1.12642 +	"<span style=\"font-variant:small-caps\">foo</span><p>abc</p>{}<span style=\"font-variant:small-caps\">bar</span>",
 1.12643 +	[true,true,true],
 1.12644 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 1.12645 +["<span style=font-variant:small-caps>foo[]bar</span>",
 1.12646 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 1.12647 +	"<span style=\"font-variant:small-caps\">foo</span><p>abc</p>{}<span style=\"font-variant:small-caps\">bar</span>",
 1.12648 +	[true,true,true],
 1.12649 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 1.12650 +["<p>[foo]</p>",
 1.12651 +	[["inserthtml"," "]],
 1.12652 +	"<p> {}<br></p>",
 1.12653 +	[true],
 1.12654 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12655 +["<p>[foo]</p>",
 1.12656 +	[["stylewithcss","true"],["inserthtml","<span style=display:none></span>"]],
 1.12657 +	"<p><span style=\"display:none\"></span>{}<br></p>",
 1.12658 +	[true,true],
 1.12659 +	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12660 +["<p>[foo]</p>",
 1.12661 +	[["stylewithcss","false"],["inserthtml","<span style=display:none></span>"]],
 1.12662 +	"<p><span style=\"display:none\"></span>{}<br></p>",
 1.12663 +	[true,true],
 1.12664 +	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 1.12665 +["<p>[foo]</p>",
 1.12666 +	[["inserthtml","<!--abc-->"]],
 1.12667 +	"<p><!--abc-->{}<br></p>",
 1.12668 +	[true],
 1.12669 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12670 +["<p>{}<br></p>",
 1.12671 +	[["inserthtml","abc"]],
 1.12672 +	"<p>abc{}</p>",
 1.12673 +	[true],
 1.12674 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12675 +["<p>{}<br></p>",
 1.12676 +	[["inserthtml","<!--abc-->"]],
 1.12677 +	"<p><!--abc-->{}<br></p>",
 1.12678 +	[true],
 1.12679 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12680 +["<p><!--foo-->{}<span><br></span><!--bar--></p>",
 1.12681 +	[["inserthtml","abc"]],
 1.12682 +	"<p><!--foo-->abc{}<!--bar--></p>",
 1.12683 +	[true],
 1.12684 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12685 +["<p><!--foo-->{}<span><br></span><!--bar--></p>",
 1.12686 +	[["inserthtml","<!--abc-->"]],
 1.12687 +	"<p><!--foo--><!--abc-->{}<!--bar--><br></p>",
 1.12688 +	[true],
 1.12689 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12690 +["<p>{}<span><!--foo--><br><!--bar--></span></p>",
 1.12691 +	[["inserthtml","abc"]],
 1.12692 +	"<p>abc{}</p>",
 1.12693 +	[true],
 1.12694 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12695 +["<p>{}<span><!--foo--><br><!--bar--></span></p>",
 1.12696 +	[["inserthtml","<!--abc-->"]],
 1.12697 +	"<p><!--abc-->{}<br></p>",
 1.12698 +	[true],
 1.12699 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12700 +["<p><br>{}</p>",
 1.12701 +	[["inserthtml","abc"]],
 1.12702 +	"<p><br>abc{}</p>",
 1.12703 +	[true],
 1.12704 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12705 +["<p><br>{}</p>",
 1.12706 +	[["inserthtml","<!--abc-->"]],
 1.12707 +	"<p><br><!--abc-->{}</p>",
 1.12708 +	[true],
 1.12709 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12710 +["<p><!--foo--><span><br></span>{}<!--bar--></p>",
 1.12711 +	[["inserthtml","abc"]],
 1.12712 +	"<p><!--foo--><span><br></span>abc{}<!--bar--></p>",
 1.12713 +	[true],
 1.12714 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12715 +["<p><!--foo--><span><br></span>{}<!--bar--></p>",
 1.12716 +	[["inserthtml","<!--abc-->"]],
 1.12717 +	"<p><!--foo--><span><br></span><!--abc-->{}<!--bar--></p>",
 1.12718 +	[true],
 1.12719 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12720 +["<p><span><!--foo--><br><!--bar--></span>{}</p>",
 1.12721 +	[["inserthtml","abc"]],
 1.12722 +	"<p><span><!--foo--><br><!--bar--></span>abc{}</p>",
 1.12723 +	[true],
 1.12724 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12725 +["<p><span><!--foo--><br><!--bar--></span>{}</p>",
 1.12726 +	[["inserthtml","<!--abc-->"]],
 1.12727 +	"<p><span><!--foo--><br><!--bar--></span><!--abc-->{}</p>",
 1.12728 +	[true],
 1.12729 +	{"inserthtml":[false,false,"",false,false,""]}],
 1.12730 +["foo[]bar",
 1.12731 +	[["insertimage","/img/lion.svg"]],
 1.12732 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.12733 +	[true],
 1.12734 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12735 +["<span>foo</span>{}<span>bar</span>",
 1.12736 +	[["insertimage","/img/lion.svg"]],
 1.12737 +	"<span>foo</span><img src=\"/img/lion.svg\">{}<span>bar</span>",
 1.12738 +	[true],
 1.12739 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12740 +["<span>foo[</span><span>]bar</span>",
 1.12741 +	[["insertimage","/img/lion.svg"]],
 1.12742 +	"<span>foo<img src=\"/img/lion.svg\">{}</span><span>bar</span>",
 1.12743 +	[true],
 1.12744 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12745 +["foo[bar]baz",
 1.12746 +	[["insertimage",""]],
 1.12747 +	"foo[bar]baz",
 1.12748 +	[false],
 1.12749 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12750 +["foo[bar]baz",
 1.12751 +	[["insertimage","/img/lion.svg"]],
 1.12752 +	"foo<img src=\"/img/lion.svg\">{}baz",
 1.12753 +	[true],
 1.12754 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12755 +["foo<span style=color:#aBcDeF>[bar]</span>baz",
 1.12756 +	[["insertimage","/img/lion.svg"]],
 1.12757 +	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>baz",
 1.12758 +	[true],
 1.12759 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12760 +["foo<span style=color:#aBcDeF>{bar}</span>baz",
 1.12761 +	[["insertimage","/img/lion.svg"]],
 1.12762 +	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>baz",
 1.12763 +	[true],
 1.12764 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12765 +["foo{<span style=color:#aBcDeF>bar</span>}baz",
 1.12766 +	[["insertimage","/img/lion.svg"]],
 1.12767 +	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>baz",
 1.12768 +	[true],
 1.12769 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12770 +["[foo<span style=color:#aBcDeF>bar]</span>baz",
 1.12771 +	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
 1.12772 +	"<img src=\"/img/lion.svg\">{}baz",
 1.12773 +	[true,true],
 1.12774 +	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 1.12775 +["[foo<span style=color:#aBcDeF>bar]</span>baz",
 1.12776 +	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 1.12777 +	"<img src=\"/img/lion.svg\">{}baz",
 1.12778 +	[true,true],
 1.12779 +	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
 1.12780 +["{foo<span style=color:#aBcDeF>bar}</span>baz",
 1.12781 +	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
 1.12782 +	"<img src=\"/img/lion.svg\">{}baz",
 1.12783 +	[true,true],
 1.12784 +	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 1.12785 +["{foo<span style=color:#aBcDeF>bar}</span>baz",
 1.12786 +	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 1.12787 +	"<img src=\"/img/lion.svg\">{}baz",
 1.12788 +	[true,true],
 1.12789 +	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
 1.12790 +["foo<span style=color:#aBcDeF>[bar</span>baz]",
 1.12791 +	[["insertimage","/img/lion.svg"]],
 1.12792 +	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>",
 1.12793 +	[true],
 1.12794 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12795 +["foo<span style=color:#aBcDeF>{bar</span>baz}",
 1.12796 +	[["insertimage","/img/lion.svg"]],
 1.12797 +	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>",
 1.12798 +	[true],
 1.12799 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12800 +["foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 1.12801 +	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
 1.12802 +	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>quz",
 1.12803 +	[true,true],
 1.12804 +	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 1.12805 +["foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 1.12806 +	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 1.12807 +	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>quz",
 1.12808 +	[true,true],
 1.12809 +	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
 1.12810 +["foo<b>[bar]</b>baz",
 1.12811 +	[["insertimage","/img/lion.svg"]],
 1.12812 +	"foo<b><img src=\"/img/lion.svg\">{}</b>baz",
 1.12813 +	[true],
 1.12814 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12815 +["foo<b>{bar}</b>baz",
 1.12816 +	[["insertimage","/img/lion.svg"]],
 1.12817 +	"foo<b><img src=\"/img/lion.svg\">{}</b>baz",
 1.12818 +	[true],
 1.12819 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12820 +["foo{<b>bar</b>}baz",
 1.12821 +	[["insertimage","/img/lion.svg"]],
 1.12822 +	"foo<b><img src=\"/img/lion.svg\">{}</b>baz",
 1.12823 +	[true],
 1.12824 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12825 +["foo<span>[bar]</span>baz",
 1.12826 +	[["insertimage","/img/lion.svg"]],
 1.12827 +	"foo<span><img src=\"/img/lion.svg\">{}</span>baz",
 1.12828 +	[true],
 1.12829 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12830 +["foo<span>{bar}</span>baz",
 1.12831 +	[["insertimage","/img/lion.svg"]],
 1.12832 +	"foo<span><img src=\"/img/lion.svg\">{}</span>baz",
 1.12833 +	[true],
 1.12834 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12835 +["foo{<span>bar</span>}baz",
 1.12836 +	[["insertimage","/img/lion.svg"]],
 1.12837 +	"foo<span><img src=\"/img/lion.svg\">{}</span>baz",
 1.12838 +	[true],
 1.12839 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12840 +["<b>foo[bar</b><i>baz]quz</i>",
 1.12841 +	[["insertimage","/img/lion.svg"]],
 1.12842 +	"<b>foo<img src=\"/img/lion.svg\">{}</b><i>quz</i>",
 1.12843 +	[true],
 1.12844 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12845 +["<p>foo</p><p>[bar]</p><p>baz</p>",
 1.12846 +	[["insertimage","/img/lion.svg"]],
 1.12847 +	"<p>foo</p><p><img src=\"/img/lion.svg\">{}</p><p>baz</p>",
 1.12848 +	[true],
 1.12849 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12850 +["<p>foo</p><p>{bar}</p><p>baz</p>",
 1.12851 +	[["insertimage","/img/lion.svg"]],
 1.12852 +	"<p>foo</p><p><img src=\"/img/lion.svg\">{}</p><p>baz</p>",
 1.12853 +	[true],
 1.12854 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12855 +["<p>foo</p>{<p>bar</p>}<p>baz</p>",
 1.12856 +	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 1.12857 +	"<p>foo</p><img src=\"/img/lion.svg\">{}<p>baz</p>",
 1.12858 +	[true,true],
 1.12859 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 1.12860 +["<p>foo</p>{<p>bar</p>}<p>baz</p>",
 1.12861 +	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 1.12862 +	"<p>foo</p><img src=\"/img/lion.svg\">{}<p>baz</p>",
 1.12863 +	[true,true],
 1.12864 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 1.12865 +["<p>foo[bar<p>baz]quz",
 1.12866 +	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 1.12867 +	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
 1.12868 +	[true,true],
 1.12869 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 1.12870 +["<p>foo[bar<p>baz]quz",
 1.12871 +	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 1.12872 +	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
 1.12873 +	[true,true],
 1.12874 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 1.12875 +["<p>foo[bar<div>baz]quz</div>",
 1.12876 +	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 1.12877 +	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
 1.12878 +	[true,true],
 1.12879 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 1.12880 +["<p>foo[bar<div>baz]quz</div>",
 1.12881 +	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 1.12882 +	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
 1.12883 +	[true,true],
 1.12884 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 1.12885 +["<p>foo[bar<h1>baz]quz</h1>",
 1.12886 +	[["insertimage","/img/lion.svg"]],
 1.12887 +	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
 1.12888 +	[true],
 1.12889 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12890 +["<div>foo[bar</div><p>baz]quz",
 1.12891 +	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 1.12892 +	"<div>foo<img src=\"/img/lion.svg\">{}quz</div>",
 1.12893 +	[true,true],
 1.12894 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 1.12895 +["<div>foo[bar</div><p>baz]quz",
 1.12896 +	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 1.12897 +	"<div>foo<img src=\"/img/lion.svg\">{}quz</div>",
 1.12898 +	[true,true],
 1.12899 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 1.12900 +["<blockquote>foo[bar</blockquote><pre>baz]quz</pre>",
 1.12901 +	[["insertimage","/img/lion.svg"]],
 1.12902 +	"<blockquote>foo<img src=\"/img/lion.svg\">{}quz</blockquote>",
 1.12903 +	[true],
 1.12904 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12905 +["<p><b>foo[bar</b><p>baz]quz",
 1.12906 +	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 1.12907 +	"<p><b>foo</b><img src=\"/img/lion.svg\">{}quz</p>",
 1.12908 +	[true,true],
 1.12909 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 1.12910 +["<p><b>foo[bar</b><p>baz]quz",
 1.12911 +	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 1.12912 +	"<p><b>foo</b><img src=\"/img/lion.svg\">{}quz</p>",
 1.12913 +	[true,true],
 1.12914 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 1.12915 +["<div><p>foo[bar</div><p>baz]quz",
 1.12916 +	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 1.12917 +	"<div><p>foo<img src=\"/img/lion.svg\">{}quz</p></div>",
 1.12918 +	[true,true],
 1.12919 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 1.12920 +["<div><p>foo[bar</div><p>baz]quz",
 1.12921 +	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 1.12922 +	"<div><p>foo<img src=\"/img/lion.svg\">{}quz</p></div>",
 1.12923 +	[true,true],
 1.12924 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 1.12925 +["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
 1.12926 +	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 1.12927 +	"<p>foo<img src=\"/img/lion.svg\">{}quz</p><blockquote><p>qoz</p></blockquote>",
 1.12928 +	[true,true],
 1.12929 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 1.12930 +["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
 1.12931 +	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 1.12932 +	"<p>foo<img src=\"/img/lion.svg\">{}quz</p><blockquote><p>qoz</p></blockquote>",
 1.12933 +	[true,true],
 1.12934 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 1.12935 +["<p>foo[bar<p style=color:blue>baz]quz",
 1.12936 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 1.12937 +	"<p>foo<img src=\"/img/lion.svg\">{}<span style=\"color:rgb(0, 0, 255)\">quz</span></p>",
 1.12938 +	[true,true,true],
 1.12939 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 1.12940 +["<p>foo[bar<p style=color:blue>baz]quz",
 1.12941 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 1.12942 +	"<p>foo<img src=\"/img/lion.svg\">{}<font color=\"#0000ff\">quz</font></p>",
 1.12943 +	[true,true,true],
 1.12944 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 1.12945 +["<p>foo[bar<p style=color:blue>baz]quz",
 1.12946 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 1.12947 +	"<p>foo<img src=\"/img/lion.svg\">{}<span style=\"color:rgb(0, 0, 255)\">quz</span></p>",
 1.12948 +	[true,true,true],
 1.12949 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 1.12950 +["<p>foo[bar<p style=color:blue>baz]quz",
 1.12951 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 1.12952 +	"<p>foo<img src=\"/img/lion.svg\">{}<font color=\"#0000ff\">quz</font></p>",
 1.12953 +	[true,true,true],
 1.12954 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 1.12955 +["<p>foo[bar<p><b>baz]quz</b>",
 1.12956 +	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 1.12957 +	"<p>foo<img src=\"/img/lion.svg\">{}<b>quz</b></p>",
 1.12958 +	[true,true],
 1.12959 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 1.12960 +["<p>foo[bar<p><b>baz]quz</b>",
 1.12961 +	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 1.12962 +	"<p>foo<img src=\"/img/lion.svg\">{}<b>quz</b></p>",
 1.12963 +	[true,true],
 1.12964 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 1.12965 +["<div><p>foo<p>[bar<p>baz]</div>",
 1.12966 +	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 1.12967 +	"<div><p>foo</p><p><img src=\"/img/lion.svg\">{}</p></div>",
 1.12968 +	[true,true],
 1.12969 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 1.12970 +["<div><p>foo<p>[bar<p>baz]</div>",
 1.12971 +	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 1.12972 +	"<div><p>foo</p><p><img src=\"/img/lion.svg\">{}</p></div>",
 1.12973 +	[true,true],
 1.12974 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 1.12975 +["foo[<br>]bar",
 1.12976 +	[["insertimage","/img/lion.svg"]],
 1.12977 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.12978 +	[true],
 1.12979 +	{"insertimage":[false,false,"",false,false,""]}],
 1.12980 +["<p>foo[</p><p>]bar</p>",
 1.12981 +	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 1.12982 +	"<p>foo<img src=\"/img/lion.svg\">{}bar</p>",
 1.12983 +	[true,true],
 1.12984 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 1.12985 +["<p>foo[</p><p>]bar</p>",
 1.12986 +	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 1.12987 +	"<p>foo<img src=\"/img/lion.svg\">{}bar</p>",
 1.12988 +	[true,true],
 1.12989 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 1.12990 +["<p>foo[</p><p>]bar<br>baz</p>",
 1.12991 +	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 1.12992 +	"<p>foo<img src=\"/img/lion.svg\">{}bar<br>baz</p>",
 1.12993 +	[true,true],
 1.12994 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 1.12995 +["<p>foo[</p><p>]bar<br>baz</p>",
 1.12996 +	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 1.12997 +	"<p>foo<img src=\"/img/lion.svg\">{}bar<br>baz</p>",
 1.12998 +	[true,true],
 1.12999 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 1.13000 +["foo[<p>]bar</p>",
 1.13001 +	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 1.13002 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.13003 +	[true,true],
 1.13004 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 1.13005 +["foo[<p>]bar</p>",
 1.13006 +	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 1.13007 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.13008 +	[true,true],
 1.13009 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 1.13010 +["foo[<p>]bar<br>baz</p>",
 1.13011 +	[["insertimage","/img/lion.svg"]],
 1.13012 +	"foo<img src=\"/img/lion.svg\">{}bar<p>baz</p>",
 1.13013 +	[true],
 1.13014 +	{"insertimage":[false,false,"",false,false,""]}],
 1.13015 +["foo[<p>]bar</p>baz",
 1.13016 +	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 1.13017 +	"foo<img src=\"/img/lion.svg\">{}bar<br>baz",
 1.13018 +	[true,true],
 1.13019 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 1.13020 +["foo[<p>]bar</p>baz",
 1.13021 +	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 1.13022 +	"foo<img src=\"/img/lion.svg\">{}bar<br>baz",
 1.13023 +	[true,true],
 1.13024 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 1.13025 +["<p>foo[</p>]bar",
 1.13026 +	[["insertimage","/img/lion.svg"]],
 1.13027 +	"<p>foo<img src=\"/img/lion.svg\">{}bar</p>",
 1.13028 +	[true],
 1.13029 +	{"insertimage":[false,false,"",false,false,""]}],
 1.13030 +["<p>foo[</p>]bar<br>baz",
 1.13031 +	[["insertimage","/img/lion.svg"]],
 1.13032 +	"<p>foo<img src=\"/img/lion.svg\">{}bar</p>baz",
 1.13033 +	[true],
 1.13034 +	{"insertimage":[false,false,"",false,false,""]}],
 1.13035 +["<p>foo[</p>]bar<p>baz</p>",
 1.13036 +	[["insertimage","/img/lion.svg"]],
 1.13037 +	"<p>foo<img src=\"/img/lion.svg\">{}bar</p><p>baz</p>",
 1.13038 +	[true],
 1.13039 +	{"insertimage":[false,false,"",false,false,""]}],
 1.13040 +["foo[<div><p>]bar</div>",
 1.13041 +	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 1.13042 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.13043 +	[true,true],
 1.13044 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 1.13045 +["foo[<div><p>]bar</div>",
 1.13046 +	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 1.13047 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.13048 +	[true,true],
 1.13049 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 1.13050 +["<div><p>foo[</p></div>]bar",
 1.13051 +	[["insertimage","/img/lion.svg"]],
 1.13052 +	"<div><p>foo<img src=\"/img/lion.svg\">{}bar</p></div>",
 1.13053 +	[true],
 1.13054 +	{"insertimage":[false,false,"",false,false,""]}],
 1.13055 +["foo[<div><p>]bar</p>baz</div>",
 1.13056 +	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 1.13057 +	"foo<img src=\"/img/lion.svg\">{}bar<div>baz</div>",
 1.13058 +	[true,true],
 1.13059 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 1.13060 +["foo[<div><p>]bar</p>baz</div>",
 1.13061 +	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 1.13062 +	"foo<img src=\"/img/lion.svg\">{}bar<div>baz</div>",
 1.13063 +	[true,true],
 1.13064 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 1.13065 +["foo[<div>]bar<p>baz</p></div>",
 1.13066 +	[["insertimage","/img/lion.svg"]],
 1.13067 +	"foo<img src=\"/img/lion.svg\">{}bar<div><p>baz</p></div>",
 1.13068 +	[true],
 1.13069 +	{"insertimage":[false,false,"",false,false,""]}],
 1.13070 +["<div><p>foo</p>bar[</div>]baz",
 1.13071 +	[["insertimage","/img/lion.svg"]],
 1.13072 +	"<div><p>foo</p>bar<img src=\"/img/lion.svg\">{}baz</div>",
 1.13073 +	[true],
 1.13074 +	{"insertimage":[false,false,"",false,false,""]}],
 1.13075 +["<div>foo<p>bar[</p></div>]baz",
 1.13076 +	[["insertimage","/img/lion.svg"]],
 1.13077 +	"<div>foo<p>bar<img src=\"/img/lion.svg\">{}baz</p></div>",
 1.13078 +	[true],
 1.13079 +	{"insertimage":[false,false,"",false,false,""]}],
 1.13080 +["foo[bar]baz",
 1.13081 +	[["insertlinebreak",""]],
 1.13082 +	"foo<br>{}baz",
 1.13083 +	[true],
 1.13084 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13085 +["fo[o<table><tr><td>b]ar</table>",
 1.13086 +	[["insertlinebreak",""]],
 1.13087 +	"fo<br>{}<br><table><tbody><tr><td>ar</td></tr></tbody></table>",
 1.13088 +	[true],
 1.13089 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13090 +["<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>",
 1.13091 +	[["insertlinebreak",""]],
 1.13092 +	"<table><tbody><tr><td><br>{}<br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>",
 1.13093 +	[true],
 1.13094 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13095 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<tr><td>baz<td>quz</table>",
 1.13096 +	[["insertlinebreak",""]],
 1.13097 +	"<table><tbody>{}<tr><td><br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>",
 1.13098 +	[true],
 1.13099 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13100 +["<table><tr><td>fo[o</table>b]ar",
 1.13101 +	[["insertlinebreak",""]],
 1.13102 +	"<table><tbody><tr><td>fo<br>{}<br></td></tr></tbody></table>ar",
 1.13103 +	[true],
 1.13104 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13105 +["<table><tr><td>fo[o<td>b]ar<td>baz</table>",
 1.13106 +	[["insertlinebreak",""]],
 1.13107 +	"<table><tbody><tr><td>fo<br>{}<br></td><td>ar</td><td>baz</td></tr></tbody></table>",
 1.13108 +	[true],
 1.13109 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13110 +["{<table><tr><td>foo</table>}",
 1.13111 +	[["insertlinebreak",""]],
 1.13112 +	"<br>{}<br>",
 1.13113 +	[true],
 1.13114 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13115 +["<table><tr><td>[foo]</table>",
 1.13116 +	[["insertlinebreak",""]],
 1.13117 +	"<table><tbody><tr><td><br>{}<br></td></tr></tbody></table>",
 1.13118 +	[true],
 1.13119 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13120 +["<ol><li>[foo]<li>bar</ol>",
 1.13121 +	[["insertlinebreak",""]],
 1.13122 +	"<ol><li><br>{}<br></li><li>bar</li></ol>",
 1.13123 +	[true],
 1.13124 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13125 +["<ol><li>f[o]o<li>bar</ol>",
 1.13126 +	[["insertlinebreak",""]],
 1.13127 +	"<ol><li>f<br>{}o</li><li>bar</li></ol>",
 1.13128 +	[true],
 1.13129 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13130 +["[]foo",
 1.13131 +	[["insertlinebreak",""]],
 1.13132 +	"<br>{}foo",
 1.13133 +	[true],
 1.13134 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13135 +["foo[]",
 1.13136 +	[["insertlinebreak",""]],
 1.13137 +	"foo<br>{}<br>",
 1.13138 +	[true],
 1.13139 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13140 +["<span>foo[]</span>",
 1.13141 +	[["insertlinebreak",""]],
 1.13142 +	"<span>foo<br>{}<br></span>",
 1.13143 +	[true],
 1.13144 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13145 +["foo[]<br>",
 1.13146 +	[["insertlinebreak",""]],
 1.13147 +	"foo<br>{}<br>",
 1.13148 +	[true],
 1.13149 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13150 +["foo[]bar",
 1.13151 +	[["insertlinebreak",""]],
 1.13152 +	"foo<br>{}bar",
 1.13153 +	[true],
 1.13154 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13155 +["<address>[]foo</address>",
 1.13156 +	[["insertlinebreak",""]],
 1.13157 +	"<address><br>{}foo</address>",
 1.13158 +	[true],
 1.13159 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13160 +["<address>foo[]</address>",
 1.13161 +	[["insertlinebreak",""]],
 1.13162 +	"<address>foo<br>{}<br></address>",
 1.13163 +	[true],
 1.13164 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13165 +["<address>foo[]<br></address>",
 1.13166 +	[["insertlinebreak",""]],
 1.13167 +	"<address>foo<br>{}<br></address>",
 1.13168 +	[true],
 1.13169 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13170 +["<address>foo[]bar</address>",
 1.13171 +	[["insertlinebreak",""]],
 1.13172 +	"<address>foo<br>{}bar</address>",
 1.13173 +	[true],
 1.13174 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13175 +["<div>[]foo</div>",
 1.13176 +	[["insertlinebreak",""]],
 1.13177 +	"<div><br>{}foo</div>",
 1.13178 +	[true],
 1.13179 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13180 +["<div>foo[]</div>",
 1.13181 +	[["insertlinebreak",""]],
 1.13182 +	"<div>foo<br>{}<br></div>",
 1.13183 +	[true],
 1.13184 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13185 +["<div>foo[]<br></div>",
 1.13186 +	[["insertlinebreak",""]],
 1.13187 +	"<div>foo<br>{}<br></div>",
 1.13188 +	[true],
 1.13189 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13190 +["<div>foo[]bar</div>",
 1.13191 +	[["insertlinebreak",""]],
 1.13192 +	"<div>foo<br>{}bar</div>",
 1.13193 +	[true],
 1.13194 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13195 +["<dl><dt>[]foo<dd>bar</dl>",
 1.13196 +	[["insertlinebreak",""]],
 1.13197 +	"<dl><dt><br>{}foo</dt><dd>bar</dd></dl>",
 1.13198 +	[true],
 1.13199 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13200 +["<dl><dt>foo[]<dd>bar</dl>",
 1.13201 +	[["insertlinebreak",""]],
 1.13202 +	"<dl><dt>foo<br>{}<br></dt><dd>bar</dd></dl>",
 1.13203 +	[true],
 1.13204 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13205 +["<dl><dt>foo[]<br><dd>bar</dl>",
 1.13206 +	[["insertlinebreak",""]],
 1.13207 +	"<dl><dt>foo<br>{}<br></dt><dd>bar</dd></dl>",
 1.13208 +	[true],
 1.13209 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13210 +["<dl><dt>foo[]bar<dd>baz</dl>",
 1.13211 +	[["insertlinebreak",""]],
 1.13212 +	"<dl><dt>foo<br>{}bar</dt><dd>baz</dd></dl>",
 1.13213 +	[true],
 1.13214 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13215 +["<dl><dt>foo<dd>[]bar</dl>",
 1.13216 +	[["insertlinebreak",""]],
 1.13217 +	"<dl><dt>foo</dt><dd><br>{}bar</dd></dl>",
 1.13218 +	[true],
 1.13219 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13220 +["<dl><dt>foo<dd>bar[]</dl>",
 1.13221 +	[["insertlinebreak",""]],
 1.13222 +	"<dl><dt>foo</dt><dd>bar<br>{}<br></dd></dl>",
 1.13223 +	[true],
 1.13224 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13225 +["<dl><dt>foo<dd>bar[]<br></dl>",
 1.13226 +	[["insertlinebreak",""]],
 1.13227 +	"<dl><dt>foo</dt><dd>bar<br>{}<br></dd></dl>",
 1.13228 +	[true],
 1.13229 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13230 +["<dl><dt>foo<dd>bar[]baz</dl>",
 1.13231 +	[["insertlinebreak",""]],
 1.13232 +	"<dl><dt>foo</dt><dd>bar<br>{}baz</dd></dl>",
 1.13233 +	[true],
 1.13234 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13235 +["<h1>[]foo</h1>",
 1.13236 +	[["insertlinebreak",""]],
 1.13237 +	"<h1><br>{}foo</h1>",
 1.13238 +	[true],
 1.13239 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13240 +["<h1>foo[]</h1>",
 1.13241 +	[["insertlinebreak",""]],
 1.13242 +	"<h1>foo<br>{}<br></h1>",
 1.13243 +	[true],
 1.13244 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13245 +["<h1>foo[]<br></h1>",
 1.13246 +	[["insertlinebreak",""]],
 1.13247 +	"<h1>foo<br>{}<br></h1>",
 1.13248 +	[true],
 1.13249 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13250 +["<h1>foo[]bar</h1>",
 1.13251 +	[["insertlinebreak",""]],
 1.13252 +	"<h1>foo<br>{}bar</h1>",
 1.13253 +	[true],
 1.13254 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13255 +["<ol><li>[]foo</ol>",
 1.13256 +	[["insertlinebreak",""]],
 1.13257 +	"<ol><li><br>{}foo</li></ol>",
 1.13258 +	[true],
 1.13259 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13260 +["<ol><li>foo[]</ol>",
 1.13261 +	[["insertlinebreak",""]],
 1.13262 +	"<ol><li>foo<br>{}<br></li></ol>",
 1.13263 +	[true],
 1.13264 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13265 +["<ol><li>foo[]<br></ol>",
 1.13266 +	[["insertlinebreak",""]],
 1.13267 +	"<ol><li>foo<br>{}<br></li></ol>",
 1.13268 +	[true],
 1.13269 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13270 +["<ol><li>foo[]bar</ol>",
 1.13271 +	[["insertlinebreak",""]],
 1.13272 +	"<ol><li>foo<br>{}bar</li></ol>",
 1.13273 +	[true],
 1.13274 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13275 +["<p>[]foo</p>",
 1.13276 +	[["insertlinebreak",""]],
 1.13277 +	"<p><br>{}foo</p>",
 1.13278 +	[true],
 1.13279 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13280 +["<p>foo[]</p>",
 1.13281 +	[["insertlinebreak",""]],
 1.13282 +	"<p>foo<br>{}<br></p>",
 1.13283 +	[true],
 1.13284 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13285 +["<p>foo[]<br></p>",
 1.13286 +	[["insertlinebreak",""]],
 1.13287 +	"<p>foo<br>{}<br></p>",
 1.13288 +	[true],
 1.13289 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13290 +["<p>foo[]bar</p>",
 1.13291 +	[["insertlinebreak",""]],
 1.13292 +	"<p>foo<br>{}bar</p>",
 1.13293 +	[true],
 1.13294 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13295 +["<pre>[]foo</pre>",
 1.13296 +	[["insertlinebreak",""]],
 1.13297 +	"<pre><br>{}foo</pre>",
 1.13298 +	[true],
 1.13299 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13300 +["<pre>foo[]</pre>",
 1.13301 +	[["insertlinebreak",""]],
 1.13302 +	"<pre>foo<br>{}<br></pre>",
 1.13303 +	[true],
 1.13304 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13305 +["<pre>foo[]<br></pre>",
 1.13306 +	[["insertlinebreak",""]],
 1.13307 +	"<pre>foo<br>{}<br></pre>",
 1.13308 +	[true],
 1.13309 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13310 +["<pre>foo[]bar</pre>",
 1.13311 +	[["insertlinebreak",""]],
 1.13312 +	"<pre>foo<br>{}bar</pre>",
 1.13313 +	[true],
 1.13314 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13315 +["<pre>foo[]<br><br></pre>",
 1.13316 +	[["insertlinebreak",""]],
 1.13317 +	"<pre>foo<br>{}<br><br></pre>",
 1.13318 +	[true],
 1.13319 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13320 +["<pre>foo<br>{}<br></pre>",
 1.13321 +	[["insertlinebreak",""]],
 1.13322 +	"<pre>foo<br><br>{}<br></pre>",
 1.13323 +	[true],
 1.13324 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13325 +["<pre>foo&#10;[]</pre>",
 1.13326 +	[["insertlinebreak",""]],
 1.13327 +	"<pre>foo\n<br>{}<br></pre>",
 1.13328 +	[true],
 1.13329 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13330 +["<pre>foo[]&#10;</pre>",
 1.13331 +	[["insertlinebreak",""]],
 1.13332 +	"<pre>foo<br>{}\n</pre>",
 1.13333 +	[true],
 1.13334 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13335 +["<pre>foo&#10;[]&#10;</pre>",
 1.13336 +	[["insertlinebreak",""]],
 1.13337 +	"<pre>foo\n<br>{}\n</pre>",
 1.13338 +	[true],
 1.13339 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13340 +["<xmp>foo[]bar</xmp>",
 1.13341 +	[["insertlinebreak",""]],
 1.13342 +	"<xmp>foo[]bar</xmp>",
 1.13343 +	[true],
 1.13344 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13345 +["<script>foo[]bar</script>baz",
 1.13346 +	[["insertlinebreak",""]],
 1.13347 +	"<script>foo[]bar</script>baz",
 1.13348 +	[true],
 1.13349 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13350 +["<listing>foo[]bar</listing>",
 1.13351 +	[["insertlinebreak",""]],
 1.13352 +	"<listing>foo<br>{}bar</listing>",
 1.13353 +	[true],
 1.13354 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13355 +["<ol><li>{}<br></li></ol>",
 1.13356 +	[["insertlinebreak",""]],
 1.13357 +	"<ol><li><br>{}<br></li></ol>",
 1.13358 +	[true],
 1.13359 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13360 +["foo<ol><li>{}<br></li></ol>",
 1.13361 +	[["insertlinebreak",""]],
 1.13362 +	"foo<ol><li><br>{}<br></li></ol>",
 1.13363 +	[true],
 1.13364 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13365 +["<ol><li>{}<br></li></ol>foo",
 1.13366 +	[["insertlinebreak",""]],
 1.13367 +	"<ol><li><br>{}<br></li></ol>foo",
 1.13368 +	[true],
 1.13369 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13370 +["<ol><li>foo<li>{}<br></ol>",
 1.13371 +	[["insertlinebreak",""]],
 1.13372 +	"<ol><li>foo</li><li><br>{}<br></li></ol>",
 1.13373 +	[true],
 1.13374 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13375 +["<ol><li>{}<br><li>bar</ol>",
 1.13376 +	[["insertlinebreak",""]],
 1.13377 +	"<ol><li><br>{}<br></li><li>bar</li></ol>",
 1.13378 +	[true],
 1.13379 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13380 +["<ol><li>foo</li><ul><li>{}<br></ul></ol>",
 1.13381 +	[["insertlinebreak",""]],
 1.13382 +	"<ol><li>foo</li><ul><li><br>{}<br></li></ul></ol>",
 1.13383 +	[true],
 1.13384 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13385 +["<dl><dt>{}<br></dt></dl>",
 1.13386 +	[["insertlinebreak",""]],
 1.13387 +	"<dl><dt><br>{}<br></dt></dl>",
 1.13388 +	[true],
 1.13389 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13390 +["<dl><dt>foo<dd>{}<br></dl>",
 1.13391 +	[["insertlinebreak",""]],
 1.13392 +	"<dl><dt>foo</dt><dd><br>{}<br></dd></dl>",
 1.13393 +	[true],
 1.13394 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13395 +["<dl><dt>{}<br><dd>bar</dl>",
 1.13396 +	[["insertlinebreak",""]],
 1.13397 +	"<dl><dt><br>{}<br></dt><dd>bar</dd></dl>",
 1.13398 +	[true],
 1.13399 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13400 +["<dl><dt>foo<dd>bar<dl><dt>{}<br><dd>baz</dl></dl>",
 1.13401 +	[["insertlinebreak",""]],
 1.13402 +	"<dl><dt>foo</dt><dd>bar<dl><dt><br>{}<br></dt><dd>baz</dd></dl></dd></dl>",
 1.13403 +	[true],
 1.13404 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13405 +["<dl><dt>foo<dd>bar<dl><dt>baz<dd>{}<br></dl></dl>",
 1.13406 +	[["insertlinebreak",""]],
 1.13407 +	"<dl><dt>foo</dt><dd>bar<dl><dt>baz</dt><dd><br>{}<br></dd></dl></dd></dl>",
 1.13408 +	[true],
 1.13409 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13410 +["<h1>foo[bar</h1><p>baz]quz</p>",
 1.13411 +	[["defaultparagraphseparator","div"],["insertlinebreak",""]],
 1.13412 +	"<h1>foo<br>{}quz</h1>",
 1.13413 +	[true,true],
 1.13414 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertlinebreak":[false,false,"",false,false,""]}],
 1.13415 +["<h1>foo[bar</h1><p>baz]quz</p>",
 1.13416 +	[["defaultparagraphseparator","p"],["insertlinebreak",""]],
 1.13417 +	"<h1>foo<br>{}quz</h1>",
 1.13418 +	[true,true],
 1.13419 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertlinebreak":[false,false,"",false,false,""]}],
 1.13420 +["<p>foo[bar</p><h1>baz]quz</h1>",
 1.13421 +	[["insertlinebreak",""]],
 1.13422 +	"<p>foo<br>{}quz</p>",
 1.13423 +	[true],
 1.13424 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13425 +["<p>foo</p>{}<br>",
 1.13426 +	[["insertlinebreak",""]],
 1.13427 +	"<p>foo</p><br>{}<br>",
 1.13428 +	[true],
 1.13429 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13430 +["{}<br><p>foo</p>",
 1.13431 +	[["insertlinebreak",""]],
 1.13432 +	"<br>{}<br><p>foo</p>",
 1.13433 +	[true],
 1.13434 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13435 +["<p>foo</p>{}<br><h1>bar</h1>",
 1.13436 +	[["insertlinebreak",""]],
 1.13437 +	"<p>foo</p><br>{}<br><h1>bar</h1>",
 1.13438 +	[true],
 1.13439 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13440 +["<h1>foo</h1>{}<br><p>bar</p>",
 1.13441 +	[["insertlinebreak",""]],
 1.13442 +	"<h1>foo</h1><br>{}<br><p>bar</p>",
 1.13443 +	[true],
 1.13444 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13445 +["<h1>foo</h1>{}<br><h2>bar</h2>",
 1.13446 +	[["insertlinebreak",""]],
 1.13447 +	"<h1>foo</h1><br>{}<br><h2>bar</h2>",
 1.13448 +	[true],
 1.13449 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13450 +["<p>foo</p><h1>[bar]</h1><p>baz</p>",
 1.13451 +	[["insertlinebreak",""]],
 1.13452 +	"<p>foo</p><h1><br>{}<br></h1><p>baz</p>",
 1.13453 +	[true],
 1.13454 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13455 +["<p>foo</p>{<h1>bar</h1>}<p>baz</p>",
 1.13456 +	[["insertlinebreak",""]],
 1.13457 +	"<p>foo</p><br>{}<br><p>baz</p>",
 1.13458 +	[true],
 1.13459 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13460 +["<table><tr><td>foo[]bar</table>",
 1.13461 +	[["insertlinebreak",""]],
 1.13462 +	"<table><tbody><tr><td>foo<br>{}bar</td></tr></tbody></table>",
 1.13463 +	[true],
 1.13464 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13465 +["<table><tr><td><p>foo[]bar</table>",
 1.13466 +	[["insertlinebreak",""]],
 1.13467 +	"<table><tbody><tr><td><p>foo<br>{}bar</p></td></tr></tbody></table>",
 1.13468 +	[true],
 1.13469 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13470 +["<blockquote>[]foo</blockquote>",
 1.13471 +	[["insertlinebreak",""]],
 1.13472 +	"<blockquote><br>{}foo</blockquote>",
 1.13473 +	[true],
 1.13474 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13475 +["<blockquote>foo[]</blockquote>",
 1.13476 +	[["insertlinebreak",""]],
 1.13477 +	"<blockquote>foo<br>{}<br></blockquote>",
 1.13478 +	[true],
 1.13479 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13480 +["<blockquote>foo[]<br></blockquote>",
 1.13481 +	[["insertlinebreak",""]],
 1.13482 +	"<blockquote>foo<br>{}<br></blockquote>",
 1.13483 +	[true],
 1.13484 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13485 +["<blockquote>foo[]bar</blockquote>",
 1.13486 +	[["insertlinebreak",""]],
 1.13487 +	"<blockquote>foo<br>{}bar</blockquote>",
 1.13488 +	[true],
 1.13489 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13490 +["<blockquote><p>[]foo</blockquote>",
 1.13491 +	[["insertlinebreak",""]],
 1.13492 +	"<blockquote><p><br>{}foo</p></blockquote>",
 1.13493 +	[true],
 1.13494 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13495 +["<blockquote><p>foo[]</blockquote>",
 1.13496 +	[["insertlinebreak",""]],
 1.13497 +	"<blockquote><p>foo<br>{}<br></p></blockquote>",
 1.13498 +	[true],
 1.13499 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13500 +["<blockquote><p>foo[]bar</blockquote>",
 1.13501 +	[["insertlinebreak",""]],
 1.13502 +	"<blockquote><p>foo<br>{}bar</p></blockquote>",
 1.13503 +	[true],
 1.13504 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13505 +["<blockquote><p>foo[]<p>bar</blockquote>",
 1.13506 +	[["insertlinebreak",""]],
 1.13507 +	"<blockquote><p>foo<br>{}<br></p><p>bar</p></blockquote>",
 1.13508 +	[true],
 1.13509 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13510 +["<blockquote><p>foo[]bar<p>baz</blockquote>",
 1.13511 +	[["insertlinebreak",""]],
 1.13512 +	"<blockquote><p>foo<br>{}bar</p><p>baz</p></blockquote>",
 1.13513 +	[true],
 1.13514 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13515 +["<span>foo[]bar</span>",
 1.13516 +	[["insertlinebreak",""]],
 1.13517 +	"<span>foo<br>{}bar</span>",
 1.13518 +	[true],
 1.13519 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13520 +["<span>foo[]bar</span>baz",
 1.13521 +	[["insertlinebreak",""]],
 1.13522 +	"<span>foo<br>{}bar</span>baz",
 1.13523 +	[true],
 1.13524 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13525 +["<b>foo[]bar</b>",
 1.13526 +	[["insertlinebreak",""]],
 1.13527 +	"<b>foo<br>{}bar</b>",
 1.13528 +	[true],
 1.13529 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13530 +["<b>foo[]bar</b>baz",
 1.13531 +	[["insertlinebreak",""]],
 1.13532 +	"<b>foo<br>{}bar</b>baz",
 1.13533 +	[true],
 1.13534 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13535 +["<b>foo[]</b>bar",
 1.13536 +	[["insertlinebreak",""]],
 1.13537 +	"<b>foo<br>{}</b>bar",
 1.13538 +	[true],
 1.13539 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13540 +["foo<b>[]bar</b>",
 1.13541 +	[["insertlinebreak",""]],
 1.13542 +	"foo<b><br>{}bar</b>",
 1.13543 +	[true],
 1.13544 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13545 +["<b>foo[]</b><i>bar</i>",
 1.13546 +	[["insertlinebreak",""]],
 1.13547 +	"<b>foo<br>{}</b><i>bar</i>",
 1.13548 +	[true],
 1.13549 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13550 +["<b id=x class=y>foo[]bar</b>",
 1.13551 +	[["insertlinebreak",""]],
 1.13552 +	"<b id=\"x\" class=\"y\">foo<br>{}bar</b>",
 1.13553 +	[true],
 1.13554 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13555 +["<i><b>foo[]bar</b>baz</i>",
 1.13556 +	[["insertlinebreak",""]],
 1.13557 +	"<i><b>foo<br>{}bar</b>baz</i>",
 1.13558 +	[true],
 1.13559 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13560 +["<p><b>foo[]bar</b></p>",
 1.13561 +	[["insertlinebreak",""]],
 1.13562 +	"<p><b>foo<br>{}bar</b></p>",
 1.13563 +	[true],
 1.13564 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13565 +["<p><b>[]foo</b></p>",
 1.13566 +	[["insertlinebreak",""]],
 1.13567 +	"<p><b><br>{}foo</b></p>",
 1.13568 +	[true],
 1.13569 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13570 +["<p><b id=x class=y>foo[]bar</b></p>",
 1.13571 +	[["insertlinebreak",""]],
 1.13572 +	"<p><b id=\"x\" class=\"y\">foo<br>{}bar</b></p>",
 1.13573 +	[true],
 1.13574 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13575 +["<div><b>foo[]bar</b></div>",
 1.13576 +	[["insertlinebreak",""]],
 1.13577 +	"<div><b>foo<br>{}bar</b></div>",
 1.13578 +	[true],
 1.13579 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13580 +["<a href=foo>foo[]bar</a>",
 1.13581 +	[["insertlinebreak",""]],
 1.13582 +	"<a href=\"foo\">foo<br>{}bar</a>",
 1.13583 +	[true],
 1.13584 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13585 +["<a href=foo>foo[]bar</a>baz",
 1.13586 +	[["insertlinebreak",""]],
 1.13587 +	"<a href=\"foo\">foo<br>{}bar</a>baz",
 1.13588 +	[true],
 1.13589 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13590 +["<a href=foo>foo[]</a>bar",
 1.13591 +	[["insertlinebreak",""]],
 1.13592 +	"<a href=\"foo\">foo<br>{}</a>bar",
 1.13593 +	[true],
 1.13594 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13595 +["foo<a href=foo>[]bar</a>",
 1.13596 +	[["insertlinebreak",""]],
 1.13597 +	"foo<a href=\"foo\"><br>{}bar</a>",
 1.13598 +	[true],
 1.13599 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13600 +["<p>foo[]<!--bar-->",
 1.13601 +	[["insertlinebreak",""]],
 1.13602 +	"<p>foo<br>{}<br><!--bar--></p>",
 1.13603 +	[true],
 1.13604 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13605 +["<p><!--foo-->[]bar",
 1.13606 +	[["insertlinebreak",""]],
 1.13607 +	"<p><!--foo--><br>{}bar</p>",
 1.13608 +	[true],
 1.13609 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13610 +["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 1.13611 +	[["insertlinebreak",""]],
 1.13612 +	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>baz</p>",
 1.13613 +	[true],
 1.13614 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13615 +["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 1.13616 +	[["insertlinebreak",""]],
 1.13617 +	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>baz</p>",
 1.13618 +	[true],
 1.13619 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13620 +["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 1.13621 +	[["insertlinebreak",""]],
 1.13622 +	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>baz</p>",
 1.13623 +	[true],
 1.13624 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13625 +["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 1.13626 +	[["stylewithcss","true"],["insertlinebreak",""]],
 1.13627 +	"<p><br>{}baz</p>",
 1.13628 +	[true,true],
 1.13629 +	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 1.13630 +["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 1.13631 +	[["stylewithcss","false"],["insertlinebreak",""]],
 1.13632 +	"<p><br>{}baz</p>",
 1.13633 +	[true,true],
 1.13634 +	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
 1.13635 +["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 1.13636 +	[["stylewithcss","true"],["insertlinebreak",""]],
 1.13637 +	"<p><br>{}baz</p>",
 1.13638 +	[true,true],
 1.13639 +	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 1.13640 +["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 1.13641 +	[["stylewithcss","false"],["insertlinebreak",""]],
 1.13642 +	"<p><br>{}baz</p>",
 1.13643 +	[true,true],
 1.13644 +	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
 1.13645 +["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 1.13646 +	[["insertlinebreak",""]],
 1.13647 +	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}<br></span></p>",
 1.13648 +	[true],
 1.13649 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13650 +["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 1.13651 +	[["insertlinebreak",""]],
 1.13652 +	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}<br></span></p>",
 1.13653 +	[true],
 1.13654 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13655 +["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 1.13656 +	[["stylewithcss","true"],["insertlinebreak",""]],
 1.13657 +	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>quz</p>",
 1.13658 +	[true,true],
 1.13659 +	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 1.13660 +["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 1.13661 +	[["stylewithcss","false"],["insertlinebreak",""]],
 1.13662 +	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>quz</p>",
 1.13663 +	[true,true],
 1.13664 +	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
 1.13665 +["<ul contenteditable><li>{}<br></ul>",
 1.13666 +	[["insertlinebreak",""]],
 1.13667 +	"<ul contenteditable=\"\"><li><br>{}<br></li></ul>",
 1.13668 +	[true],
 1.13669 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13670 +["<ul contenteditable><li>foo[]</ul>",
 1.13671 +	[["insertlinebreak",""]],
 1.13672 +	"<ul contenteditable=\"\"><li>foo<br>{}<br></li></ul>",
 1.13673 +	[true],
 1.13674 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13675 +["<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>",
 1.13676 +	[["insertlinebreak",""]],
 1.13677 +	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li><br>{}<br></li></ul></div>",
 1.13678 +	[true],
 1.13679 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13680 +["<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>",
 1.13681 +	[["insertlinebreak",""]],
 1.13682 +	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li>foo<br>{}<br></li></ul></div>",
 1.13683 +	[true],
 1.13684 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13685 +["<address><p>foo[]</address>",
 1.13686 +	[["insertlinebreak",""]],
 1.13687 +	"<address><p>foo<br>{}<br></p></address>",
 1.13688 +	[true],
 1.13689 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13690 +["<dl><dt><p>foo[]</dl>",
 1.13691 +	[["insertlinebreak",""]],
 1.13692 +	"<dl><dt><p>foo<br>{}<br></p></dt></dl>",
 1.13693 +	[true],
 1.13694 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13695 +["<dl><dd><p>foo[]</dl>",
 1.13696 +	[["insertlinebreak",""]],
 1.13697 +	"<dl><dd><p>foo<br>{}<br></p></dd></dl>",
 1.13698 +	[true],
 1.13699 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13700 +["<ol><li><p>foo[]</ol>",
 1.13701 +	[["insertlinebreak",""]],
 1.13702 +	"<ol><li><p>foo<br>{}<br></p></li></ol>",
 1.13703 +	[true],
 1.13704 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13705 +["<ul><li><p>foo[]</ul>",
 1.13706 +	[["insertlinebreak",""]],
 1.13707 +	"<ul><li><p>foo<br>{}<br></p></li></ul>",
 1.13708 +	[true],
 1.13709 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13710 +["<address><div>foo[]</address>",
 1.13711 +	[["insertlinebreak",""]],
 1.13712 +	"<address><div>foo<br>{}<br></div></address>",
 1.13713 +	[true],
 1.13714 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13715 +["<dl><dt><div>foo[]</dl>",
 1.13716 +	[["insertlinebreak",""]],
 1.13717 +	"<dl><dt><div>foo<br>{}<br></div></dt></dl>",
 1.13718 +	[true],
 1.13719 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13720 +["<dl><dd><div>foo[]</dl>",
 1.13721 +	[["insertlinebreak",""]],
 1.13722 +	"<dl><dd><div>foo<br>{}<br></div></dd></dl>",
 1.13723 +	[true],
 1.13724 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13725 +["<ol><li><div>foo[]</ol>",
 1.13726 +	[["insertlinebreak",""]],
 1.13727 +	"<ol><li><div>foo<br>{}<br></div></li></ol>",
 1.13728 +	[true],
 1.13729 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13730 +["<ul><li><div>foo[]</ul>",
 1.13731 +	[["insertlinebreak",""]],
 1.13732 +	"<ul><li><div>foo<br>{}<br></div></li></ul>",
 1.13733 +	[true],
 1.13734 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13735 +["<div><p>foo[]</div>",
 1.13736 +	[["insertlinebreak",""]],
 1.13737 +	"<div><p>foo<br>{}<br></p></div>",
 1.13738 +	[true],
 1.13739 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13740 +["<div><div>foo[]</div>",
 1.13741 +	[["insertlinebreak",""]],
 1.13742 +	"<div><div>foo<br>{}<br></div></div>",
 1.13743 +	[true],
 1.13744 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13745 +["<address><p>[]foo</address>",
 1.13746 +	[["insertlinebreak",""]],
 1.13747 +	"<address><p><br>{}foo</p></address>",
 1.13748 +	[true],
 1.13749 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13750 +["<dl><dt><p>[]foo</dl>",
 1.13751 +	[["insertlinebreak",""]],
 1.13752 +	"<dl><dt><p><br>{}foo</p></dt></dl>",
 1.13753 +	[true],
 1.13754 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13755 +["<dl><dd><p>[]foo</dl>",
 1.13756 +	[["insertlinebreak",""]],
 1.13757 +	"<dl><dd><p><br>{}foo</p></dd></dl>",
 1.13758 +	[true],
 1.13759 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13760 +["<ol><li><p>[]foo</ol>",
 1.13761 +	[["insertlinebreak",""]],
 1.13762 +	"<ol><li><p><br>{}foo</p></li></ol>",
 1.13763 +	[true],
 1.13764 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13765 +["<ul><li><p>[]foo</ul>",
 1.13766 +	[["insertlinebreak",""]],
 1.13767 +	"<ul><li><p><br>{}foo</p></li></ul>",
 1.13768 +	[true],
 1.13769 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13770 +["<address><div>[]foo</address>",
 1.13771 +	[["insertlinebreak",""]],
 1.13772 +	"<address><div><br>{}foo</div></address>",
 1.13773 +	[true],
 1.13774 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13775 +["<dl><dt><div>[]foo</dl>",
 1.13776 +	[["insertlinebreak",""]],
 1.13777 +	"<dl><dt><div><br>{}foo</div></dt></dl>",
 1.13778 +	[true],
 1.13779 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13780 +["<dl><dd><div>[]foo</dl>",
 1.13781 +	[["insertlinebreak",""]],
 1.13782 +	"<dl><dd><div><br>{}foo</div></dd></dl>",
 1.13783 +	[true],
 1.13784 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13785 +["<ol><li><div>[]foo</ol>",
 1.13786 +	[["insertlinebreak",""]],
 1.13787 +	"<ol><li><div><br>{}foo</div></li></ol>",
 1.13788 +	[true],
 1.13789 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13790 +["<ul><li><div>[]foo</ul>",
 1.13791 +	[["insertlinebreak",""]],
 1.13792 +	"<ul><li><div><br>{}foo</div></li></ul>",
 1.13793 +	[true],
 1.13794 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13795 +["<div><p>[]foo</div>",
 1.13796 +	[["insertlinebreak",""]],
 1.13797 +	"<div><p><br>{}foo</p></div>",
 1.13798 +	[true],
 1.13799 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13800 +["<div><div>[]foo</div>",
 1.13801 +	[["insertlinebreak",""]],
 1.13802 +	"<div><div><br>{}foo</div></div>",
 1.13803 +	[true],
 1.13804 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13805 +["<address><p>foo[]bar</address>",
 1.13806 +	[["insertlinebreak",""]],
 1.13807 +	"<address><p>foo<br>{}bar</p></address>",
 1.13808 +	[true],
 1.13809 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13810 +["<dl><dt><p>foo[]bar</dl>",
 1.13811 +	[["insertlinebreak",""]],
 1.13812 +	"<dl><dt><p>foo<br>{}bar</p></dt></dl>",
 1.13813 +	[true],
 1.13814 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13815 +["<dl><dd><p>foo[]bar</dl>",
 1.13816 +	[["insertlinebreak",""]],
 1.13817 +	"<dl><dd><p>foo<br>{}bar</p></dd></dl>",
 1.13818 +	[true],
 1.13819 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13820 +["<ol><li><p>foo[]bar</ol>",
 1.13821 +	[["insertlinebreak",""]],
 1.13822 +	"<ol><li><p>foo<br>{}bar</p></li></ol>",
 1.13823 +	[true],
 1.13824 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13825 +["<ul><li><p>foo[]bar</ul>",
 1.13826 +	[["insertlinebreak",""]],
 1.13827 +	"<ul><li><p>foo<br>{}bar</p></li></ul>",
 1.13828 +	[true],
 1.13829 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13830 +["<address><div>foo[]bar</address>",
 1.13831 +	[["insertlinebreak",""]],
 1.13832 +	"<address><div>foo<br>{}bar</div></address>",
 1.13833 +	[true],
 1.13834 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13835 +["<dl><dt><div>foo[]bar</dl>",
 1.13836 +	[["insertlinebreak",""]],
 1.13837 +	"<dl><dt><div>foo<br>{}bar</div></dt></dl>",
 1.13838 +	[true],
 1.13839 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13840 +["<dl><dd><div>foo[]bar</dl>",
 1.13841 +	[["insertlinebreak",""]],
 1.13842 +	"<dl><dd><div>foo<br>{}bar</div></dd></dl>",
 1.13843 +	[true],
 1.13844 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13845 +["<ol><li><div>foo[]bar</ol>",
 1.13846 +	[["insertlinebreak",""]],
 1.13847 +	"<ol><li><div>foo<br>{}bar</div></li></ol>",
 1.13848 +	[true],
 1.13849 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13850 +["<ul><li><div>foo[]bar</ul>",
 1.13851 +	[["insertlinebreak",""]],
 1.13852 +	"<ul><li><div>foo<br>{}bar</div></li></ul>",
 1.13853 +	[true],
 1.13854 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13855 +["<div><p>foo[]bar</div>",
 1.13856 +	[["insertlinebreak",""]],
 1.13857 +	"<div><p>foo<br>{}bar</p></div>",
 1.13858 +	[true],
 1.13859 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13860 +["<div><div>foo[]bar</div>",
 1.13861 +	[["insertlinebreak",""]],
 1.13862 +	"<div><div>foo<br>{}bar</div></div>",
 1.13863 +	[true],
 1.13864 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13865 +["<ol><li class=a id=x><p class=b id=y>foo[]</ol>",
 1.13866 +	[["insertlinebreak",""]],
 1.13867 +	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo<br>{}<br></p></li></ol>",
 1.13868 +	[true],
 1.13869 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13870 +["<div class=a id=x><div class=b id=y>foo[]</div></div>",
 1.13871 +	[["insertlinebreak",""]],
 1.13872 +	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\">foo<br>{}<br></div></div>",
 1.13873 +	[true],
 1.13874 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13875 +["<div class=a id=x><p class=b id=y>foo[]</div>",
 1.13876 +	[["insertlinebreak",""]],
 1.13877 +	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo<br>{}<br></p></div>",
 1.13878 +	[true],
 1.13879 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13880 +["<ol><li class=a id=x><p class=b id=y>[]foo</ol>",
 1.13881 +	[["insertlinebreak",""]],
 1.13882 +	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\"><br>{}foo</p></li></ol>",
 1.13883 +	[true],
 1.13884 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13885 +["<div class=a id=x><div class=b id=y>[]foo</div></div>",
 1.13886 +	[["insertlinebreak",""]],
 1.13887 +	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\"><br>{}foo</div></div>",
 1.13888 +	[true],
 1.13889 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13890 +["<div class=a id=x><p class=b id=y>[]foo</div>",
 1.13891 +	[["insertlinebreak",""]],
 1.13892 +	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\"><br>{}foo</p></div>",
 1.13893 +	[true],
 1.13894 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13895 +["<ol><li class=a id=x><p class=b id=y>foo[]bar</ol>",
 1.13896 +	[["insertlinebreak",""]],
 1.13897 +	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo<br>{}bar</p></li></ol>",
 1.13898 +	[true],
 1.13899 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13900 +["<div class=a id=x><div class=b id=y>foo[]bar</div></div>",
 1.13901 +	[["insertlinebreak",""]],
 1.13902 +	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\">foo<br>{}bar</div></div>",
 1.13903 +	[true],
 1.13904 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13905 +["<div class=a id=x><p class=b id=y>foo[]bar</div>",
 1.13906 +	[["insertlinebreak",""]],
 1.13907 +	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo<br>{}bar</p></div>",
 1.13908 +	[true],
 1.13909 +	{"insertlinebreak":[false,false,"",false,false,""]}],
 1.13910 +["foo[]bar",
 1.13911 +	[["insertorderedlist",""]],
 1.13912 +	"<ol><li>foo[]bar</li></ol>",
 1.13913 +	[true],
 1.13914 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.13915 +["foo[bar]baz",
 1.13916 +	[["insertorderedlist",""]],
 1.13917 +	"<ol><li>foo[bar]baz</li></ol>",
 1.13918 +	[true],
 1.13919 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.13920 +["foo<br>[bar]",
 1.13921 +	[["insertorderedlist",""]],
 1.13922 +	"foo<ol><li>[bar]</li></ol>",
 1.13923 +	[true],
 1.13924 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.13925 +["f[oo<br>b]ar<br>baz",
 1.13926 +	[["insertorderedlist",""]],
 1.13927 +	"<ol><li>f[oo</li><li>b]ar</li></ol>baz",
 1.13928 +	[true],
 1.13929 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.13930 +["<p>[foo]<br>bar</p>",
 1.13931 +	[["insertorderedlist",""]],
 1.13932 +	"<ol><li>[foo]</li></ol><p>bar</p>",
 1.13933 +	[true],
 1.13934 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.13935 +["[foo<ol><li>bar]</ol>baz",
 1.13936 +	[["insertorderedlist",""]],
 1.13937 +	"<ol><li>[foo</li><li>bar]</li></ol>baz",
 1.13938 +	[true],
 1.13939 +	{"insertorderedlist":[true,false,"",false,true,""]}],
 1.13940 +["foo<ol><li>[bar</ol>baz]",
 1.13941 +	[["insertorderedlist",""]],
 1.13942 +	"foo<ol><li>[bar</li><li>baz]</li></ol>",
 1.13943 +	[true],
 1.13944 +	{"insertorderedlist":[true,false,"",false,true,""]}],
 1.13945 +["[foo<ul><li>bar]</ul>baz",
 1.13946 +	[["insertorderedlist",""]],
 1.13947 +	"<ol><li>[foo</li><li>bar]</li></ol>baz",
 1.13948 +	[true],
 1.13949 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.13950 +["foo<ul><li>[bar</ul>baz]",
 1.13951 +	[["insertorderedlist",""]],
 1.13952 +	"foo<ol><li>[bar</li><li>baz]</li></ol>",
 1.13953 +	[true],
 1.13954 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.13955 +["foo<ul><li>[bar</ul><ol><li>baz]</ol>quz",
 1.13956 +	[["insertorderedlist",""]],
 1.13957 +	"foo<ol><li>[bar</li><li>baz]</li></ol>quz",
 1.13958 +	[true],
 1.13959 +	{"insertorderedlist":[true,false,"",false,true,""]}],
 1.13960 +["foo<ol><li>[bar</ol><ul><li>baz]</ul>quz",
 1.13961 +	[["insertorderedlist",""]],
 1.13962 +	"foo<ol><li>[bar</li><li>baz]</li></ol>quz",
 1.13963 +	[true],
 1.13964 +	{"insertorderedlist":[true,false,"",false,true,""]}],
 1.13965 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 1.13966 +	[["insertorderedlist",""]],
 1.13967 +	"<table><tbody><tr><td>foo</td><td><ol><li>b[a]r</li></ol></td><td>baz</td></tr></tbody></table>",
 1.13968 +	[true],
 1.13969 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.13970 +["<table><tbody><tr><td>fo[o<td>b]ar<td>baz</table>",
 1.13971 +	[["insertorderedlist",""]],
 1.13972 +	"<table><tbody><tr><td><ol><li>fo[o</li></ol></td><td><ol><li>b]ar</li></ol></td><td>baz</td></tr></tbody></table>",
 1.13973 +	[true],
 1.13974 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.13975 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
 1.13976 +	[["insertorderedlist",""]],
 1.13977 +	"<ol><li>{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</li></ol>",
 1.13978 +	[true],
 1.13979 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.13980 +["<p>foo<p>[bar]<p>baz",
 1.13981 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.13982 +	"<p>foo</p><ol><li>[bar]</li></ol><p>baz</p>",
 1.13983 +	[true,true],
 1.13984 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.13985 +["<p>foo<p>[bar]<p>baz",
 1.13986 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.13987 +	"<p>foo</p><ol><li>[bar]</li></ol><p>baz</p>",
 1.13988 +	[true,true],
 1.13989 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.13990 +["<p>foo<blockquote>[bar]</blockquote><p>baz",
 1.13991 +	[["insertorderedlist",""]],
 1.13992 +	"<p>foo</p><blockquote><ol><li>[bar]</li></ol></blockquote><p>baz</p>",
 1.13993 +	[true],
 1.13994 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.13995 +["<dl><dt>foo<dd>[bar]<dt>baz<dd>quz</dl>",
 1.13996 +	[["insertorderedlist",""]],
 1.13997 +	"<dl><dt>foo</dt><dd><ol><li>[bar]</li></ol></dd><dt>baz</dt><dd>quz</dd></dl>",
 1.13998 +	[true],
 1.13999 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14000 +["<dl><dt>foo<dd>bar<dt>[baz]<dd>quz</dl>",
 1.14001 +	[["insertorderedlist",""]],
 1.14002 +	"<dl><dt>foo</dt><dd>bar</dd><dt><ol><li>[baz]</li></ol></dt><dd>quz</dd></dl>",
 1.14003 +	[true],
 1.14004 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14005 +["<p>[foo<p>bar]<p>baz",
 1.14006 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14007 +	"<ol><li>[foo</li><li>bar]</li></ol><p>baz</p>",
 1.14008 +	[true,true],
 1.14009 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14010 +["<p>[foo<p>bar]<p>baz",
 1.14011 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14012 +	"<ol><li>[foo</li><li>bar]</li></ol><p>baz</p>",
 1.14013 +	[true,true],
 1.14014 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14015 +["<p>[foo<blockquote>bar]</blockquote><p>baz",
 1.14016 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14017 +	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><p>baz</p>",
 1.14018 +	[true,true],
 1.14019 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14020 +["<p>[foo<blockquote>bar]</blockquote><p>baz",
 1.14021 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14022 +	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><p>baz</p>",
 1.14023 +	[true,true],
 1.14024 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14025 +["<dl><dt>[foo<dd>bar]<dt>baz<dd>quz</dl>",
 1.14026 +	[["insertorderedlist",""]],
 1.14027 +	"<dl><dt><ol><li>[foo</li></ol></dt><dd><ol><li>bar]</li></ol></dd><dt>baz</dt><dd>quz</dd></dl>",
 1.14028 +	[true],
 1.14029 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14030 +["<dl><dt>foo<dd>[bar<dt>baz]<dd>quz</dl>",
 1.14031 +	[["insertorderedlist",""]],
 1.14032 +	"<dl><dt>foo</dt><dd><ol><li>[bar</li></ol></dd><dt><ol><li>baz]</li></ol></dt><dd>quz</dd></dl>",
 1.14033 +	[true],
 1.14034 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14035 +["<p>[foo<blockquote><p>bar]<p>baz</blockquote>",
 1.14036 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14037 +	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><blockquote><p>baz</p></blockquote>",
 1.14038 +	[true,true],
 1.14039 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14040 +["<p>[foo<blockquote><p>bar]<p>baz</blockquote>",
 1.14041 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14042 +	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><blockquote><p>baz</p></blockquote>",
 1.14043 +	[true,true],
 1.14044 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14045 +["<ol><li>foo<li>[bar]<li>baz</ol>",
 1.14046 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14047 +	"<ol><li>foo</li></ol><div>[bar]</div><ol><li>baz</li></ol>",
 1.14048 +	[true,true],
 1.14049 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14050 +["<ol><li>foo<li>[bar]<li>baz</ol>",
 1.14051 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14052 +	"<ol><li>foo</li></ol><p>[bar]</p><ol><li>baz</li></ol>",
 1.14053 +	[true,true],
 1.14054 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14055 +["<ol><li>foo</ol>[bar]",
 1.14056 +	[["insertorderedlist",""]],
 1.14057 +	"<ol><li>foo</li><li>[bar]</li></ol>",
 1.14058 +	[true],
 1.14059 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14060 +["[foo]<ol><li>bar</ol>",
 1.14061 +	[["insertorderedlist",""]],
 1.14062 +	"<ol><li>[foo]</li><li>bar</li></ol>",
 1.14063 +	[true],
 1.14064 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14065 +["<ol><li>foo</ol>[bar]<ol><li>baz</ol>",
 1.14066 +	[["insertorderedlist",""]],
 1.14067 +	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
 1.14068 +	[true],
 1.14069 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14070 +["<ol><ol><li>[foo]</ol></ol>",
 1.14071 +	[["insertorderedlist",""]],
 1.14072 +	"<ol><li>[foo]</li></ol>",
 1.14073 +	[true],
 1.14074 +	{"insertorderedlist":[false,true,"",false,true,""]}],
 1.14075 +["<ol><li>[foo]<br>bar<li>baz</ol>",
 1.14076 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14077 +	"<div>[foo]<br>bar</div><ol><li>baz</li></ol>",
 1.14078 +	[true,true],
 1.14079 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14080 +["<ol><li>[foo]<br>bar<li>baz</ol>",
 1.14081 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14082 +	"<p>[foo]<br>bar</p><ol><li>baz</li></ol>",
 1.14083 +	[true,true],
 1.14084 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14085 +["<ol><li>foo<br>[bar]<li>baz</ol>",
 1.14086 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14087 +	"<div>foo<br>[bar]</div><ol><li>baz</li></ol>",
 1.14088 +	[true,true],
 1.14089 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14090 +["<ol><li>foo<br>[bar]<li>baz</ol>",
 1.14091 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14092 +	"<p>foo<br>[bar]</p><ol><li>baz</li></ol>",
 1.14093 +	[true,true],
 1.14094 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14095 +["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 1.14096 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14097 +	"<div>[foo]</div><div>bar</div><ol><li>baz</li></ol>",
 1.14098 +	[true,true],
 1.14099 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14100 +["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 1.14101 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14102 +	"<div>[foo]</div><p>bar</p><ol><li>baz</li></ol>",
 1.14103 +	[true,true],
 1.14104 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14105 +["<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>",
 1.14106 +	[["insertorderedlist",""]],
 1.14107 +	"<ol><li>foo</li><li>[bar]</li><ol><li>baz</li></ol><li>quz</li></ol>",
 1.14108 +	[true],
 1.14109 +	{"insertorderedlist":[false,true,"",false,true,""]}],
 1.14110 +["<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>",
 1.14111 +	[["insertorderedlist",""]],
 1.14112 +	"<ol><li>foo</li><ol><li>bar</li></ol><li>[baz]</li><li>quz</li></ol>",
 1.14113 +	[true],
 1.14114 +	{"insertorderedlist":[false,true,"",false,true,""]}],
 1.14115 +["<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>",
 1.14116 +	[["insertorderedlist",""]],
 1.14117 +	"<ol><li>foo</li><li>[bar]</li><ol><li>baz</li></ol><li>quz</li></ol>",
 1.14118 +	[true],
 1.14119 +	{"insertorderedlist":[false,true,"",false,true,""]}],
 1.14120 +["<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>",
 1.14121 +	[["insertorderedlist",""]],
 1.14122 +	"<ol><li>foo</li><ol><li>bar</li></ol><li>[baz]</li><li>quz</li></ol>",
 1.14123 +	[true],
 1.14124 +	{"insertorderedlist":[false,true,"",false,true,""]}],
 1.14125 +["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
 1.14126 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14127 +	"<div>[foo]</div><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 1.14128 +	[true,true],
 1.14129 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14130 +["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
 1.14131 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14132 +	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 1.14133 +	[true,true],
 1.14134 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14135 +["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
 1.14136 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14137 +	"<div>[foo]</div><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 1.14138 +	[true,true],
 1.14139 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14140 +["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
 1.14141 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14142 +	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 1.14143 +	[true,true],
 1.14144 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14145 +["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
 1.14146 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14147 +	"<ol><li>foo</li></ol><div>[bar]</div><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 1.14148 +	[true,true],
 1.14149 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14150 +["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
 1.14151 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14152 +	"<ol><li>foo</li></ol><p>[bar]</p><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 1.14153 +	[true,true],
 1.14154 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14155 +["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
 1.14156 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14157 +	"<ol><li>foo</li></ol><div>[bar]</div><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 1.14158 +	[true,true],
 1.14159 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14160 +["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
 1.14161 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14162 +	"<ol><li>foo</li></ol><p>[bar]</p><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 1.14163 +	[true,true],
 1.14164 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14165 +["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
 1.14166 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14167 +	"<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li></ol><div>[quz]</div>",
 1.14168 +	[true,true],
 1.14169 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14170 +["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
 1.14171 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14172 +	"<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li></ol><p>[quz]</p>",
 1.14173 +	[true,true],
 1.14174 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14175 +["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
 1.14176 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14177 +	"<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol></ol><div>[quz]</div>",
 1.14178 +	[true,true],
 1.14179 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14180 +["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
 1.14181 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14182 +	"<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol></ol><p>[quz]</p>",
 1.14183 +	[true,true],
 1.14184 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14185 +["<ol><li>foo<li>[bar<li>baz]</ol>",
 1.14186 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14187 +	"<ol><li>foo</li></ol><div>[bar</div><div>baz]</div>",
 1.14188 +	[true,true],
 1.14189 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14190 +["<ol><li>foo<li>[bar<li>baz]</ol>",
 1.14191 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14192 +	"<ol><li>foo</li></ol><p>[bar</p><p>baz]</p>",
 1.14193 +	[true,true],
 1.14194 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14195 +["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
 1.14196 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14197 +	"<div>[foo</div><ol><li>bar]</li><li>baz</li></ol>",
 1.14198 +	[true,true],
 1.14199 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",true,false,""]}],
 1.14200 +["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
 1.14201 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14202 +	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
 1.14203 +	[true,true],
 1.14204 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",true,false,""]}],
 1.14205 +["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
 1.14206 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14207 +	"<ol><li>foo</li><li>b[ar</li></ol><div>b]az</div>",
 1.14208 +	[true,true],
 1.14209 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",true,false,""]}],
 1.14210 +["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
 1.14211 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14212 +	"<ol><li>foo</li><li>b[ar</li></ol><p>b]az</p>",
 1.14213 +	[true,true],
 1.14214 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",true,false,""]}],
 1.14215 +["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
 1.14216 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14217 +	"<div>[foo</div><ol><li>bar</li></ol><div>baz]</div><p>extra</p>",
 1.14218 +	[true,true],
 1.14219 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",true,false,""]}],
 1.14220 +["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
 1.14221 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14222 +	"<p>[foo</p><ol><li>bar</li></ol><p>baz]</p><p>extra</p>",
 1.14223 +	[true,true],
 1.14224 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",true,false,""]}],
 1.14225 +["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
 1.14226 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14227 +	"<div>[foo]</div><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 1.14228 +	[true,true],
 1.14229 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14230 +["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
 1.14231 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14232 +	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 1.14233 +	[true,true],
 1.14234 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14235 +["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
 1.14236 +	[["insertorderedlist",""]],
 1.14237 +	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
 1.14238 +	[true],
 1.14239 +	{"insertorderedlist":[false,true,"",false,true,""]}],
 1.14240 +["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
 1.14241 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14242 +	"<ol><li>foo</li><ol><li>bar</li></ol></ol><div>[baz]</div>",
 1.14243 +	[true,true],
 1.14244 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14245 +["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
 1.14246 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14247 +	"<ol><li>foo</li><ol><li>bar</li></ol></ol><p>[baz]</p>",
 1.14248 +	[true,true],
 1.14249 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 1.14250 +["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 1.14251 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14252 +	"<div>[foo</div><ol><li>bar]</li><li>baz</li></ol>",
 1.14253 +	[true,true],
 1.14254 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",true,false,""]}],
 1.14255 +["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 1.14256 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14257 +	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
 1.14258 +	[true,true],
 1.14259 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",true,false,""]}],
 1.14260 +["<ul><li>foo<li>[bar]<li>baz</ul>",
 1.14261 +	[["insertorderedlist",""]],
 1.14262 +	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol><ul><li>baz</li></ul>",
 1.14263 +	[true],
 1.14264 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14265 +["<ul><li>foo</ul>[bar]",
 1.14266 +	[["insertorderedlist",""]],
 1.14267 +	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol>",
 1.14268 +	[true],
 1.14269 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14270 +["[foo]<ul><li>bar</ul>",
 1.14271 +	[["insertorderedlist",""]],
 1.14272 +	"<ol><li>[foo]</li></ol><ul><li>bar</li></ul>",
 1.14273 +	[true],
 1.14274 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14275 +["<ul><li>foo</ul>[bar]<ul><li>baz</ul>",
 1.14276 +	[["insertorderedlist",""]],
 1.14277 +	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol><ul><li>baz</li></ul>",
 1.14278 +	[true],
 1.14279 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14280 +["<ul><ul><li>[foo]</ul></ul>",
 1.14281 +	[["insertorderedlist",""]],
 1.14282 +	"<ol><ol><li>[foo]</li></ol></ol>",
 1.14283 +	[true],
 1.14284 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14285 +["<ul><li>[foo]<br>bar<li>baz</ul>",
 1.14286 +	[["insertorderedlist",""]],
 1.14287 +	"<ol><li>[foo]<br>bar</li></ol><ul><li>baz</li></ul>",
 1.14288 +	[true],
 1.14289 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14290 +["<ul><li>foo<br>[bar]<li>baz</ul>",
 1.14291 +	[["insertorderedlist",""]],
 1.14292 +	"<ol><li>foo<br>[bar]</li></ol><ul><li>baz</li></ul>",
 1.14293 +	[true],
 1.14294 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14295 +["<ul><li><div>[foo]</div>bar<li>baz</ul>",
 1.14296 +	[["insertorderedlist",""]],
 1.14297 +	"<ol><li><div>[foo]</div>bar</li></ol><ul><li>baz</li></ul>",
 1.14298 +	[true],
 1.14299 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14300 +["<ul><li>foo<ul><li>[bar]<li>baz</ul><li>quz</ul>",
 1.14301 +	[["insertorderedlist",""]],
 1.14302 +	"<ul><li>foo</li><ol><li>[bar]</li></ol><ul><li>baz</li></ul><li>quz</li></ul>",
 1.14303 +	[true],
 1.14304 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14305 +["<ul><li>foo<ul><li>bar<li>[baz]</ul><li>quz</ul>",
 1.14306 +	[["insertorderedlist",""]],
 1.14307 +	"<ul><li>foo</li><ul><li>bar</li></ul><ol><li>[baz]</li></ol><li>quz</li></ul>",
 1.14308 +	[true],
 1.14309 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14310 +["<ul><li>foo</li><ul><li>[bar]<li>baz</ul><li>quz</ul>",
 1.14311 +	[["insertorderedlist",""]],
 1.14312 +	"<ul><li>foo</li><ol><li>[bar]</li></ol><ul><li>baz</li></ul><li>quz</li></ul>",
 1.14313 +	[true],
 1.14314 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14315 +["<ul><li>foo</li><ul><li>bar<li>[baz]</ul><li>quz</ul>",
 1.14316 +	[["insertorderedlist",""]],
 1.14317 +	"<ul><li>foo</li><ul><li>bar</li></ul><ol><li>[baz]</li></ol><li>quz</li></ul>",
 1.14318 +	[true],
 1.14319 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14320 +["<ul><li>[foo]<ul><li>bar</ul><li>baz</ul>",
 1.14321 +	[["insertorderedlist",""]],
 1.14322 +	"<ol><li>[foo]</li></ol><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 1.14323 +	[true],
 1.14324 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14325 +["<ul><li>[foo]</li><ul><li>bar</ul><li>baz</ul>",
 1.14326 +	[["insertorderedlist",""]],
 1.14327 +	"<ol><li>[foo]</li></ol><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 1.14328 +	[true],
 1.14329 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14330 +["<ul><li>foo<li>[bar]<ul><li>baz</ul><li>quz</ul>",
 1.14331 +	[["insertorderedlist",""]],
 1.14332 +	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol><ul><ul><li>baz</li></ul><li>quz</li></ul>",
 1.14333 +	[true],
 1.14334 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14335 +["<ul><li>foo<li>[bar]</li><ul><li>baz</ul><li>quz</ul>",
 1.14336 +	[["insertorderedlist",""]],
 1.14337 +	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol><ul><ul><li>baz</li></ul><li>quz</li></ul>",
 1.14338 +	[true],
 1.14339 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14340 +["<ul><li>foo<ul><li>bar<li>baz</ul><li>[quz]</ul>",
 1.14341 +	[["insertorderedlist",""]],
 1.14342 +	"<ul><li>foo<ul><li>bar</li><li>baz</li></ul></li></ul><ol><li>[quz]</li></ol>",
 1.14343 +	[true],
 1.14344 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14345 +["<ul><li>foo</li><ul><li>bar<li>baz</ul><li>[quz]</ul>",
 1.14346 +	[["insertorderedlist",""]],
 1.14347 +	"<ul><li>foo</li><ul><li>bar</li><li>baz</li></ul></ul><ol><li>[quz]</li></ol>",
 1.14348 +	[true],
 1.14349 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14350 +["<ul><li>foo<li>[bar<li>baz]</ul>",
 1.14351 +	[["insertorderedlist",""]],
 1.14352 +	"<ul><li>foo</li></ul><ol><li>[bar</li><li>baz]</li></ol>",
 1.14353 +	[true],
 1.14354 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14355 +["<ul><li>[foo<ul><li>bar]</ul><li>baz</ul>",
 1.14356 +	[["insertorderedlist",""]],
 1.14357 +	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><ul><li>baz</li></ul>",
 1.14358 +	[true],
 1.14359 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14360 +["<ul><li>foo<ul><li>b[ar</ul><li>b]az</ul>",
 1.14361 +	[["insertorderedlist",""]],
 1.14362 +	"<ul><li>foo</li></ul><ol><ol><li>b[ar</li></ol><li>b]az</li></ol>",
 1.14363 +	[true],
 1.14364 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14365 +["<ul><li>[foo<ul><li>bar</ul><li>baz]</ul><p>extra",
 1.14366 +	[["insertorderedlist",""]],
 1.14367 +	"<ol><li>[foo</li><ol><li>bar</li></ol><li>baz]</li></ol><p>extra</p>",
 1.14368 +	[true],
 1.14369 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14370 +["<ul><li>[foo]<ul><li>bar</ul>baz</ul>",
 1.14371 +	[["insertorderedlist",""]],
 1.14372 +	"<ol><li>[foo]</li></ol><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 1.14373 +	[true],
 1.14374 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14375 +["<ul><li>foo<ul><li>[bar]</ul>baz</ul>",
 1.14376 +	[["insertorderedlist",""]],
 1.14377 +	"<ul><li>foo</li><ol><li>[bar]</li></ol><li>baz</li></ul>",
 1.14378 +	[true],
 1.14379 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14380 +["<ul><li>foo<ul><li>bar</ul>[baz]</ul>",
 1.14381 +	[["insertorderedlist",""]],
 1.14382 +	"<ul><li>foo</li><ul><li>bar</li></ul></ul><ol><li>[baz]</li></ol>",
 1.14383 +	[true],
 1.14384 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14385 +["<ul><li>[foo<ul><li>bar]</ul>baz</ul>",
 1.14386 +	[["insertorderedlist",""]],
 1.14387 +	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><ul><li>baz</li></ul>",
 1.14388 +	[true],
 1.14389 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14390 +["foo<ol><li>bar</ol><ul><li>[baz]</ul>quz",
 1.14391 +	[["insertorderedlist",""]],
 1.14392 +	"foo<ol><li>bar</li><li>[baz]</li></ol>quz",
 1.14393 +	[true],
 1.14394 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14395 +["foo<ol><li>bar</ol><ul><li>[baz</ul>quz]",
 1.14396 +	[["insertorderedlist",""]],
 1.14397 +	"foo<ol><li>bar</li><li>[baz</li><li>quz]</li></ol>",
 1.14398 +	[true],
 1.14399 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14400 +["foo<ul><li>[bar]</ul><ol><li>baz</ol>quz",
 1.14401 +	[["insertorderedlist",""]],
 1.14402 +	"foo<ol><li>[bar]</li><li>baz</li></ol>quz",
 1.14403 +	[true],
 1.14404 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14405 +["[foo<ul><li>bar]</ul><ol><li>baz</ol>quz",
 1.14406 +	[["insertorderedlist",""]],
 1.14407 +	"<ol><li>[foo</li><li>bar]</li><li>baz</li></ol>quz",
 1.14408 +	[true],
 1.14409 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14410 +["[foo]<blockquote>bar</blockquote>baz",
 1.14411 +	[["insertorderedlist",""]],
 1.14412 +	"<ol><li>[foo]</li></ol><blockquote>bar</blockquote>baz",
 1.14413 +	[true],
 1.14414 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14415 +["foo<blockquote>[bar]</blockquote>baz",
 1.14416 +	[["insertorderedlist",""]],
 1.14417 +	"foo<blockquote><ol><li>[bar]</li></ol></blockquote>baz",
 1.14418 +	[true],
 1.14419 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14420 +["[foo<blockquote>bar]</blockquote>baz",
 1.14421 +	[["insertorderedlist",""]],
 1.14422 +	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol>baz",
 1.14423 +	[true],
 1.14424 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14425 +["<ol><li>foo</ol><blockquote>[bar]</blockquote>baz",
 1.14426 +	[["insertorderedlist",""]],
 1.14427 +	"<ol><li>foo</li><ol><li>[bar]</li></ol></ol>baz",
 1.14428 +	[true],
 1.14429 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14430 +["[foo]<blockquote><ol><li>bar</ol></blockquote>baz",
 1.14431 +	[["insertorderedlist",""]],
 1.14432 +	"<ol><li>[foo]</li></ol><blockquote><ol><li>bar</li></ol></blockquote>baz",
 1.14433 +	[true],
 1.14434 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14435 +["foo<blockquote>[bar]<br>baz</blockquote>",
 1.14436 +	[["insertorderedlist",""]],
 1.14437 +	"foo<blockquote><ol><li>[bar]</li></ol>baz</blockquote>",
 1.14438 +	[true],
 1.14439 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14440 +["[foo<blockquote>bar]<br>baz</blockquote>",
 1.14441 +	[["insertorderedlist",""]],
 1.14442 +	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><blockquote>baz</blockquote>",
 1.14443 +	[true],
 1.14444 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14445 +["<ol><li>foo</ol><blockquote>[bar]<br>baz</blockquote>",
 1.14446 +	[["insertorderedlist",""]],
 1.14447 +	"<ol><li>foo</li><ol><li>[bar]</li></ol></ol><blockquote>baz</blockquote>",
 1.14448 +	[true],
 1.14449 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14450 +["<p>[foo]<blockquote><p>bar</blockquote><p>baz",
 1.14451 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14452 +	"<ol><li>[foo]</li></ol><blockquote><p>bar</p></blockquote><p>baz</p>",
 1.14453 +	[true,true],
 1.14454 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14455 +["<p>[foo]<blockquote><p>bar</blockquote><p>baz",
 1.14456 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14457 +	"<ol><li>[foo]</li></ol><blockquote><p>bar</p></blockquote><p>baz</p>",
 1.14458 +	[true,true],
 1.14459 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14460 +["<p>foo<blockquote><p>[bar]</blockquote><p>baz",
 1.14461 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14462 +	"<p>foo</p><blockquote><ol><li>[bar]</li></ol></blockquote><p>baz</p>",
 1.14463 +	[true,true],
 1.14464 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14465 +["<p>foo<blockquote><p>[bar]</blockquote><p>baz",
 1.14466 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14467 +	"<p>foo</p><blockquote><ol><li>[bar]</li></ol></blockquote><p>baz</p>",
 1.14468 +	[true,true],
 1.14469 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14470 +["<p>[foo<blockquote><p>bar]</blockquote><p>baz",
 1.14471 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14472 +	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><p>baz</p>",
 1.14473 +	[true,true],
 1.14474 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14475 +["<p>[foo<blockquote><p>bar]</blockquote><p>baz",
 1.14476 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14477 +	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><p>baz</p>",
 1.14478 +	[true,true],
 1.14479 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14480 +["<ol><li>foo</ol><blockquote><p>[bar]</blockquote><p>baz",
 1.14481 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14482 +	"<ol><li>foo</li><ol><li>[bar]</li></ol></ol><p>baz</p>",
 1.14483 +	[true,true],
 1.14484 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14485 +["<ol><li>foo</ol><blockquote><p>[bar]</blockquote><p>baz",
 1.14486 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14487 +	"<ol><li>foo</li><ol><li>[bar]</li></ol></ol><p>baz</p>",
 1.14488 +	[true,true],
 1.14489 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14490 +["<ul id=abc><li>foo<li>[bar]<li>baz</ul>",
 1.14491 +	[["insertorderedlist",""]],
 1.14492 +	"<ul id=\"abc\"><li>foo</li></ul><ol><li>[bar]</li></ol><ul><li>baz</li></ul>",
 1.14493 +	[true],
 1.14494 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14495 +["<ul style=color:blue><li>foo<li>[bar]<li>baz</ul>",
 1.14496 +	[["stylewithcss","true"],["insertorderedlist",""]],
 1.14497 +	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li></ul><ol><li><span style=\"color:rgb(0, 0, 255)\">[bar]</span></li></ol><ul style=\"color:rgb(0, 0, 255)\"><li>baz</li></ul>",
 1.14498 +	[true,true],
 1.14499 +	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14500 +["<ul style=color:blue><li>foo<li>[bar]<li>baz</ul>",
 1.14501 +	[["stylewithcss","false"],["insertorderedlist",""]],
 1.14502 +	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li></ul><ol><li><font color=\"#0000ff\">[bar]</font></li></ol><ul style=\"color:rgb(0, 0, 255)\"><li>baz</li></ul>",
 1.14503 +	[true,true],
 1.14504 +	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14505 +["<ul style=text-indent:1em><li>foo<li>[bar]<li>baz</ul>",
 1.14506 +	[["stylewithcss","true"],["insertorderedlist",""]],
 1.14507 +	"<ul style=\"text-indent:1em\"><li>foo</li></ul><ol><li>[bar]</li></ol><ul style=\"text-indent:1em\"><li>baz</li></ul>",
 1.14508 +	[true,true],
 1.14509 +	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14510 +["<ul style=text-indent:1em><li>foo<li>[bar]<li>baz</ul>",
 1.14511 +	[["stylewithcss","false"],["insertorderedlist",""]],
 1.14512 +	"<ul style=\"text-indent:1em\"><li>foo</li></ul><ol><li>[bar]</li></ol><ul style=\"text-indent:1em\"><li>baz</li></ul>",
 1.14513 +	[true,true],
 1.14514 +	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14515 +["<ul id=abc><li>[foo]<li>bar<li>baz</ul>",
 1.14516 +	[["insertorderedlist",""]],
 1.14517 +	"<ol><li>[foo]</li></ol><ul id=\"abc\"><li>bar</li><li>baz</li></ul>",
 1.14518 +	[true],
 1.14519 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14520 +["<ul style=color:blue><li>[foo]<li>bar<li>baz</ul>",
 1.14521 +	[["stylewithcss","true"],["insertorderedlist",""]],
 1.14522 +	"<ol><li><span style=\"color:rgb(0, 0, 255)\">[foo]</span></li></ol><ul style=\"color:rgb(0, 0, 255)\"><li>bar</li><li>baz</li></ul>",
 1.14523 +	[true,true],
 1.14524 +	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14525 +["<ul style=color:blue><li>[foo]<li>bar<li>baz</ul>",
 1.14526 +	[["stylewithcss","false"],["insertorderedlist",""]],
 1.14527 +	"<ol><li><font color=\"#0000ff\">[foo]</font></li></ol><ul style=\"color:rgb(0, 0, 255)\"><li>bar</li><li>baz</li></ul>",
 1.14528 +	[true,true],
 1.14529 +	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14530 +["<ul style=text-indent:1em><li>[foo]<li>bar<li>baz</ul>",
 1.14531 +	[["insertorderedlist",""]],
 1.14532 +	"<ol><li>[foo]</li></ol><ul style=\"text-indent:1em\"><li>bar</li><li>baz</li></ul>",
 1.14533 +	[true],
 1.14534 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14535 +["<ul id=abc><li>foo<li>bar<li>[baz]</ul>",
 1.14536 +	[["insertorderedlist",""]],
 1.14537 +	"<ul id=\"abc\"><li>foo</li><li>bar</li></ul><ol><li>[baz]</li></ol>",
 1.14538 +	[true],
 1.14539 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14540 +["<ul style=color:blue><li>foo<li>bar<li>[baz]</ul>",
 1.14541 +	[["stylewithcss","true"],["insertorderedlist",""]],
 1.14542 +	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li><li>bar</li></ul><ol><li><span style=\"color:rgb(0, 0, 255)\">[baz]</span></li></ol>",
 1.14543 +	[true,true],
 1.14544 +	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14545 +["<ul style=color:blue><li>foo<li>bar<li>[baz]</ul>",
 1.14546 +	[["stylewithcss","false"],["insertorderedlist",""]],
 1.14547 +	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li><li>bar</li></ul><ol><li><font color=\"#0000ff\">[baz]</font></li></ol>",
 1.14548 +	[true,true],
 1.14549 +	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14550 +["<ul style=text-indent:1em><li>foo<li>bar<li>[baz]</ul>",
 1.14551 +	[["insertorderedlist",""]],
 1.14552 +	"<ul style=\"text-indent:1em\"><li>foo</li><li>bar</li></ul><ol><li>[baz]</li></ol>",
 1.14553 +	[true],
 1.14554 +	{"insertorderedlist":[false,false,"",false,true,""]}],
 1.14555 +["<ol><li>foo</ol> <p>[bar]",
 1.14556 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14557 +	"<ol><li>foo</li> <li>[bar]</li></ol>",
 1.14558 +	[true,true],
 1.14559 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14560 +["<ol><li>foo</ol> <p>[bar]",
 1.14561 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14562 +	"<ol><li>foo</li> <li>[bar]</li></ol>",
 1.14563 +	[true,true],
 1.14564 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14565 +["<p>[foo]</p> <ol><li>bar</ol>",
 1.14566 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14567 +	"<ol><li>[foo]</li> <li>bar</li></ol>",
 1.14568 +	[true,true],
 1.14569 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14570 +["<p>[foo]</p> <ol><li>bar</ol>",
 1.14571 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14572 +	"<ol><li>[foo]</li> <li>bar</li></ol>",
 1.14573 +	[true,true],
 1.14574 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14575 +["<ol><li>foo</ol> <p>[bar]</p> <ol><li>baz</ol>",
 1.14576 +	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 1.14577 +	"<ol><li>foo</li> <li>[bar]</li> <li>baz</li></ol>",
 1.14578 +	[true,true],
 1.14579 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14580 +["<ol><li>foo</ol> <p>[bar]</p> <ol><li>baz</ol>",
 1.14581 +	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 1.14582 +	"<ol><li>foo</li> <li>[bar]</li> <li>baz</li></ol>",
 1.14583 +	[true,true],
 1.14584 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.14585 +["foo[bar]baz",
 1.14586 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14587 +	"<div>foo</div><div>{}baz</div>",
 1.14588 +	[true,true],
 1.14589 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14590 +["foo[bar]baz",
 1.14591 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14592 +	"<p>foo</p><p>{}baz</p>",
 1.14593 +	[true,true],
 1.14594 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14595 +["fo[o<table><tr><td>b]ar</table>",
 1.14596 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14597 +	"<div>fo</div><div>{}<br></div><table><tbody><tr><td>ar</td></tr></tbody></table>",
 1.14598 +	[true,true],
 1.14599 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14600 +["fo[o<table><tr><td>b]ar</table>",
 1.14601 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14602 +	"<p>fo</p><p>{}<br></p><table><tbody><tr><td>ar</td></tr></tbody></table>",
 1.14603 +	[true,true],
 1.14604 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14605 +["<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>",
 1.14606 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14607 +	"<table><tbody><tr><td><div><br></div><div>{}<br></div></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>",
 1.14608 +	[true,true],
 1.14609 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14610 +["<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>",
 1.14611 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14612 +	"<table><tbody><tr><td><p><br></p><p>{}<br></p></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>",
 1.14613 +	[true,true],
 1.14614 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14615 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<tr><td>baz<td>quz</table>",
 1.14616 +	[["insertparagraph",""]],
 1.14617 +	"<table><tbody>{}<tr><td><br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>",
 1.14618 +	[true],
 1.14619 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14620 +["<table><tr><td>fo[o</table>b]ar",
 1.14621 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14622 +	"<table><tbody><tr><td><div>fo</div><div>{}<br></div></td></tr></tbody></table>ar",
 1.14623 +	[true,true],
 1.14624 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14625 +["<table><tr><td>fo[o</table>b]ar",
 1.14626 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14627 +	"<table><tbody><tr><td><p>fo</p><p>{}<br></p></td></tr></tbody></table>ar",
 1.14628 +	[true,true],
 1.14629 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14630 +["<table><tr><td>fo[o<td>b]ar<td>baz</table>",
 1.14631 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14632 +	"<table><tbody><tr><td><div>fo</div><div>{}<br></div></td><td>ar</td><td>baz</td></tr></tbody></table>",
 1.14633 +	[true,true],
 1.14634 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14635 +["<table><tr><td>fo[o<td>b]ar<td>baz</table>",
 1.14636 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14637 +	"<table><tbody><tr><td><p>fo</p><p>{}<br></p></td><td>ar</td><td>baz</td></tr></tbody></table>",
 1.14638 +	[true,true],
 1.14639 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14640 +["{<table><tr><td>foo</table>}",
 1.14641 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14642 +	"<div><br></div><div>{}<br></div>",
 1.14643 +	[true,true],
 1.14644 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14645 +["{<table><tr><td>foo</table>}",
 1.14646 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14647 +	"<p><br></p><p>{}<br></p>",
 1.14648 +	[true,true],
 1.14649 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14650 +["<table><tr><td>[foo]</table>",
 1.14651 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14652 +	"<table><tbody><tr><td><div><br></div><div>{}<br></div></td></tr></tbody></table>",
 1.14653 +	[true,true],
 1.14654 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14655 +["<table><tr><td>[foo]</table>",
 1.14656 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14657 +	"<table><tbody><tr><td><p><br></p><p>{}<br></p></td></tr></tbody></table>",
 1.14658 +	[true,true],
 1.14659 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14660 +["<ol><li>[foo]<li>bar</ol>",
 1.14661 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14662 +	"<div>{}<br></div><ol><li>bar</li></ol>",
 1.14663 +	[true,true],
 1.14664 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14665 +["<ol><li>[foo]<li>bar</ol>",
 1.14666 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14667 +	"<p>{}<br></p><ol><li>bar</li></ol>",
 1.14668 +	[true,true],
 1.14669 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14670 +["<ol><li>f[o]o<li>bar</ol>",
 1.14671 +	[["insertparagraph",""]],
 1.14672 +	"<ol><li>f</li><li>{}o</li><li>bar</li></ol>",
 1.14673 +	[true],
 1.14674 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14675 +["[]foo",
 1.14676 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14677 +	"<div><br></div><div>{}foo</div>",
 1.14678 +	[true,true],
 1.14679 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14680 +["[]foo",
 1.14681 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14682 +	"<p><br></p><p>{}foo</p>",
 1.14683 +	[true,true],
 1.14684 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14685 +["foo[]",
 1.14686 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14687 +	"<div>foo</div><div>{}<br></div>",
 1.14688 +	[true,true],
 1.14689 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14690 +["foo[]",
 1.14691 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14692 +	"<p>foo</p><p>{}<br></p>",
 1.14693 +	[true,true],
 1.14694 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14695 +["<span>foo[]</span>",
 1.14696 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14697 +	"<div><span>foo</span></div><div>{}<br></div>",
 1.14698 +	[true,true],
 1.14699 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14700 +["<span>foo[]</span>",
 1.14701 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14702 +	"<p><span>foo</span></p><p>{}<br></p>",
 1.14703 +	[true,true],
 1.14704 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14705 +["foo[]<br>",
 1.14706 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14707 +	"<div>foo</div><div>{}<br></div>",
 1.14708 +	[true,true],
 1.14709 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14710 +["foo[]<br>",
 1.14711 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14712 +	"<p>foo</p><p>{}<br></p>",
 1.14713 +	[true,true],
 1.14714 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14715 +["foo[]bar",
 1.14716 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14717 +	"<div>foo</div><div>{}bar</div>",
 1.14718 +	[true,true],
 1.14719 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14720 +["foo[]bar",
 1.14721 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14722 +	"<p>foo</p><p>{}bar</p>",
 1.14723 +	[true,true],
 1.14724 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14725 +["<address>[]foo</address>",
 1.14726 +	[["insertparagraph",""]],
 1.14727 +	"<address><br>{}foo</address>",
 1.14728 +	[true],
 1.14729 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14730 +["<address>foo[]</address>",
 1.14731 +	[["insertparagraph",""]],
 1.14732 +	"<address>foo<br>{}<br></address>",
 1.14733 +	[true],
 1.14734 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14735 +["<address>foo[]<br></address>",
 1.14736 +	[["insertparagraph",""]],
 1.14737 +	"<address>foo<br>{}<br></address>",
 1.14738 +	[true],
 1.14739 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14740 +["<address>foo[]bar</address>",
 1.14741 +	[["insertparagraph",""]],
 1.14742 +	"<address>foo<br>{}bar</address>",
 1.14743 +	[true],
 1.14744 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14745 +["<div>[]foo</div>",
 1.14746 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14747 +	"<div><br></div><div>{}foo</div>",
 1.14748 +	[true,true],
 1.14749 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14750 +["<div>[]foo</div>",
 1.14751 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14752 +	"<div><br></div><div>{}foo</div>",
 1.14753 +	[true,true],
 1.14754 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14755 +["<div>foo[]</div>",
 1.14756 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14757 +	"<div>foo</div><div>{}<br></div>",
 1.14758 +	[true,true],
 1.14759 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14760 +["<div>foo[]</div>",
 1.14761 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14762 +	"<div>foo</div><div>{}<br></div>",
 1.14763 +	[true,true],
 1.14764 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14765 +["<div>foo[]<br></div>",
 1.14766 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14767 +	"<div>foo</div><div>{}<br></div>",
 1.14768 +	[true,true],
 1.14769 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14770 +["<div>foo[]<br></div>",
 1.14771 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14772 +	"<div>foo</div><div>{}<br></div>",
 1.14773 +	[true,true],
 1.14774 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14775 +["<div>foo[]bar</div>",
 1.14776 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14777 +	"<div>foo</div><div>{}bar</div>",
 1.14778 +	[true,true],
 1.14779 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14780 +["<div>foo[]bar</div>",
 1.14781 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14782 +	"<div>foo</div><div>{}bar</div>",
 1.14783 +	[true,true],
 1.14784 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14785 +["<dl><dt>[]foo<dd>bar</dl>",
 1.14786 +	[["insertparagraph",""]],
 1.14787 +	"<dl><dt><br></dt><dt>{}foo</dt><dd>bar</dd></dl>",
 1.14788 +	[true],
 1.14789 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14790 +["<dl><dt>foo[]<dd>bar</dl>",
 1.14791 +	[["insertparagraph",""]],
 1.14792 +	"<dl><dt>foo</dt><dd>{}<br></dd><dd>bar</dd></dl>",
 1.14793 +	[true],
 1.14794 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14795 +["<dl><dt>foo[]<br><dd>bar</dl>",
 1.14796 +	[["insertparagraph",""]],
 1.14797 +	"<dl><dt>foo</dt><dd>{}<br></dd><dd>bar</dd></dl>",
 1.14798 +	[true],
 1.14799 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14800 +["<dl><dt>foo[]bar<dd>baz</dl>",
 1.14801 +	[["insertparagraph",""]],
 1.14802 +	"<dl><dt>foo</dt><dt>{}bar</dt><dd>baz</dd></dl>",
 1.14803 +	[true],
 1.14804 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14805 +["<dl><dt>foo<dd>[]bar</dl>",
 1.14806 +	[["insertparagraph",""]],
 1.14807 +	"<dl><dt>foo</dt><dd><br></dd><dd>{}bar</dd></dl>",
 1.14808 +	[true],
 1.14809 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14810 +["<dl><dt>foo<dd>bar[]</dl>",
 1.14811 +	[["insertparagraph",""]],
 1.14812 +	"<dl><dt>foo</dt><dd>bar</dd><dt>{}<br></dt></dl>",
 1.14813 +	[true],
 1.14814 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14815 +["<dl><dt>foo<dd>bar[]<br></dl>",
 1.14816 +	[["insertparagraph",""]],
 1.14817 +	"<dl><dt>foo</dt><dd>bar</dd><dt>{}<br></dt></dl>",
 1.14818 +	[true],
 1.14819 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14820 +["<dl><dt>foo<dd>bar[]baz</dl>",
 1.14821 +	[["insertparagraph",""]],
 1.14822 +	"<dl><dt>foo</dt><dd>bar</dd><dd>{}baz</dd></dl>",
 1.14823 +	[true],
 1.14824 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14825 +["<h1>[]foo</h1>",
 1.14826 +	[["insertparagraph",""]],
 1.14827 +	"<h1><br></h1><h1>{}foo</h1>",
 1.14828 +	[true],
 1.14829 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14830 +["<h1>foo[]</h1>",
 1.14831 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14832 +	"<h1>foo</h1><div>{}<br></div>",
 1.14833 +	[true,true],
 1.14834 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14835 +["<h1>foo[]</h1>",
 1.14836 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14837 +	"<h1>foo</h1><p>{}<br></p>",
 1.14838 +	[true,true],
 1.14839 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14840 +["<h1>foo[]<br></h1>",
 1.14841 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14842 +	"<h1>foo</h1><div>{}<br></div>",
 1.14843 +	[true,true],
 1.14844 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14845 +["<h1>foo[]<br></h1>",
 1.14846 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14847 +	"<h1>foo</h1><p>{}<br></p>",
 1.14848 +	[true,true],
 1.14849 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14850 +["<h1>foo[]bar</h1>",
 1.14851 +	[["insertparagraph",""]],
 1.14852 +	"<h1>foo</h1><h1>{}bar</h1>",
 1.14853 +	[true],
 1.14854 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14855 +["<ol><li>[]foo</ol>",
 1.14856 +	[["insertparagraph",""]],
 1.14857 +	"<ol><li><br></li><li>{}foo</li></ol>",
 1.14858 +	[true],
 1.14859 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14860 +["<ol><li>foo[]</ol>",
 1.14861 +	[["insertparagraph",""]],
 1.14862 +	"<ol><li>foo</li><li>{}<br></li></ol>",
 1.14863 +	[true],
 1.14864 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14865 +["<ol><li>foo[]<br></ol>",
 1.14866 +	[["insertparagraph",""]],
 1.14867 +	"<ol><li>foo</li><li>{}<br></li></ol>",
 1.14868 +	[true],
 1.14869 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14870 +["<ol><li>foo[]bar</ol>",
 1.14871 +	[["insertparagraph",""]],
 1.14872 +	"<ol><li>foo</li><li>{}bar</li></ol>",
 1.14873 +	[true],
 1.14874 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14875 +["<p>[]foo</p>",
 1.14876 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14877 +	"<p><br></p><p>{}foo</p>",
 1.14878 +	[true,true],
 1.14879 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14880 +["<p>[]foo</p>",
 1.14881 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14882 +	"<p><br></p><p>{}foo</p>",
 1.14883 +	[true,true],
 1.14884 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14885 +["<p>foo[]</p>",
 1.14886 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14887 +	"<p>foo</p><p>{}<br></p>",
 1.14888 +	[true,true],
 1.14889 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14890 +["<p>foo[]</p>",
 1.14891 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14892 +	"<p>foo</p><p>{}<br></p>",
 1.14893 +	[true,true],
 1.14894 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14895 +["<p>foo[]<br></p>",
 1.14896 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14897 +	"<p>foo</p><p>{}<br></p>",
 1.14898 +	[true,true],
 1.14899 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14900 +["<p>foo[]<br></p>",
 1.14901 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14902 +	"<p>foo</p><p>{}<br></p>",
 1.14903 +	[true,true],
 1.14904 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14905 +["<p>foo[]bar</p>",
 1.14906 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14907 +	"<p>foo</p><p>{}bar</p>",
 1.14908 +	[true,true],
 1.14909 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14910 +["<p>foo[]bar</p>",
 1.14911 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14912 +	"<p>foo</p><p>{}bar</p>",
 1.14913 +	[true,true],
 1.14914 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14915 +["<pre>[]foo</pre>",
 1.14916 +	[["insertparagraph",""]],
 1.14917 +	"<pre><br>{}foo</pre>",
 1.14918 +	[true],
 1.14919 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14920 +["<pre>foo[]</pre>",
 1.14921 +	[["insertparagraph",""]],
 1.14922 +	"<pre>foo<br>{}<br></pre>",
 1.14923 +	[true],
 1.14924 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14925 +["<pre>foo[]<br></pre>",
 1.14926 +	[["insertparagraph",""]],
 1.14927 +	"<pre>foo<br>{}<br></pre>",
 1.14928 +	[true],
 1.14929 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14930 +["<pre>foo[]bar</pre>",
 1.14931 +	[["insertparagraph",""]],
 1.14932 +	"<pre>foo<br>{}bar</pre>",
 1.14933 +	[true],
 1.14934 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14935 +["<pre>foo[]<br><br></pre>",
 1.14936 +	[["insertparagraph",""]],
 1.14937 +	"<pre>foo<br>{}<br><br></pre>",
 1.14938 +	[true],
 1.14939 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14940 +["<pre>foo<br>{}<br></pre>",
 1.14941 +	[["insertparagraph",""]],
 1.14942 +	"<pre>foo<br><br>{}<br></pre>",
 1.14943 +	[true],
 1.14944 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14945 +["<pre>foo&#10;[]</pre>",
 1.14946 +	[["insertparagraph",""]],
 1.14947 +	"<pre>foo\n<br>{}<br></pre>",
 1.14948 +	[true],
 1.14949 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14950 +["<pre>foo[]&#10;</pre>",
 1.14951 +	[["insertparagraph",""]],
 1.14952 +	"<pre>foo<br>{}\n</pre>",
 1.14953 +	[true],
 1.14954 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14955 +["<pre>foo&#10;[]&#10;</pre>",
 1.14956 +	[["insertparagraph",""]],
 1.14957 +	"<pre>foo\n<br>{}\n</pre>",
 1.14958 +	[true],
 1.14959 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14960 +["<xmp>foo[]bar</xmp>",
 1.14961 +	[["insertparagraph",""]],
 1.14962 +	"<xmp>foo</xmp><xmp>{}bar</xmp>",
 1.14963 +	[true],
 1.14964 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.14965 +["<script>foo[]bar</script>baz",
 1.14966 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14967 +	"<div><script>foo</script><br></div><div>{}<script>bar</script>baz</div>",
 1.14968 +	[true,true],
 1.14969 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14970 +["<script>foo[]bar</script>baz",
 1.14971 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14972 +	"<p><script>foo</script><br></p><p>{}<script>bar</script>baz</p>",
 1.14973 +	[true,true],
 1.14974 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14975 +["<div style=display:none>foo[]bar</div>baz",
 1.14976 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14977 +	"<div style=\"display:none\">foo<br></div><div style=\"display:none\">{}bar<br></div>baz",
 1.14978 +	[true,true,true],
 1.14979 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14980 +["<div style=display:none>foo[]bar</div>baz",
 1.14981 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.14982 +	"<div style=\"display:none\">foo<br></div><div style=\"display:none\">{}bar<br></div>baz",
 1.14983 +	[true,true,true],
 1.14984 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14985 +["<div style=display:none>foo[]bar</div>baz",
 1.14986 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14987 +	"<div style=\"display:none\">foo<br></div><div style=\"display:none\">{}bar<br></div>baz",
 1.14988 +	[true,true,true],
 1.14989 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14990 +["<div style=display:none>foo[]bar</div>baz",
 1.14991 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.14992 +	"<div style=\"display:none\">foo<br></div><div style=\"display:none\">{}bar<br></div>baz",
 1.14993 +	[true,true,true],
 1.14994 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.14995 +["<listing>foo[]bar</listing>",
 1.14996 +	[["insertparagraph",""]],
 1.14997 +	"<listing>foo<br>{}bar</listing>",
 1.14998 +	[true],
 1.14999 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.15000 +["<ol><li>{}<br></li></ol>",
 1.15001 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15002 +	"<div>{}<br></div>",
 1.15003 +	[true,true],
 1.15004 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15005 +["<ol><li>{}<br></li></ol>",
 1.15006 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15007 +	"<p>{}<br></p>",
 1.15008 +	[true,true],
 1.15009 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15010 +["foo<ol><li>{}<br></li></ol>",
 1.15011 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15012 +	"foo<div>{}<br></div>",
 1.15013 +	[true,true],
 1.15014 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15015 +["foo<ol><li>{}<br></li></ol>",
 1.15016 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15017 +	"foo<p>{}<br></p>",
 1.15018 +	[true,true],
 1.15019 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15020 +["<ol><li>{}<br></li></ol>foo",
 1.15021 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15022 +	"<div>{}<br></div>foo",
 1.15023 +	[true,true],
 1.15024 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15025 +["<ol><li>{}<br></li></ol>foo",
 1.15026 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15027 +	"<p>{}<br></p>foo",
 1.15028 +	[true,true],
 1.15029 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15030 +["<ol><li>foo<li>{}<br></ol>",
 1.15031 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15032 +	"<ol><li>foo</li></ol><div>{}<br></div>",
 1.15033 +	[true,true],
 1.15034 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15035 +["<ol><li>foo<li>{}<br></ol>",
 1.15036 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15037 +	"<ol><li>foo</li></ol><p>{}<br></p>",
 1.15038 +	[true,true],
 1.15039 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15040 +["<ol><li>{}<br><li>bar</ol>",
 1.15041 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15042 +	"<div>{}<br></div><ol><li>bar</li></ol>",
 1.15043 +	[true,true],
 1.15044 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15045 +["<ol><li>{}<br><li>bar</ol>",
 1.15046 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15047 +	"<p>{}<br></p><ol><li>bar</li></ol>",
 1.15048 +	[true,true],
 1.15049 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15050 +["<ol><li>foo</li><ul><li>{}<br></ul></ol>",
 1.15051 +	[["insertparagraph",""]],
 1.15052 +	"<ol><li>foo</li><li>{}<br></li></ol>",
 1.15053 +	[true],
 1.15054 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.15055 +["<dl><dt>{}<br></dt></dl>",
 1.15056 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15057 +	"<div>{}<br></div>",
 1.15058 +	[true,true],
 1.15059 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15060 +["<dl><dt>{}<br></dt></dl>",
 1.15061 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15062 +	"<p>{}<br></p>",
 1.15063 +	[true,true],
 1.15064 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15065 +["<dl><dt>foo<dd>{}<br></dl>",
 1.15066 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15067 +	"<dl><dt>foo</dt></dl><div>{}<br></div>",
 1.15068 +	[true,true],
 1.15069 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15070 +["<dl><dt>foo<dd>{}<br></dl>",
 1.15071 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15072 +	"<dl><dt>foo</dt></dl><p>{}<br></p>",
 1.15073 +	[true,true],
 1.15074 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15075 +["<dl><dt>{}<br><dd>bar</dl>",
 1.15076 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15077 +	"<div>{}<br></div><dl><dd>bar</dd></dl>",
 1.15078 +	[true,true],
 1.15079 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15080 +["<dl><dt>{}<br><dd>bar</dl>",
 1.15081 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15082 +	"<p>{}<br></p><dl><dd>bar</dd></dl>",
 1.15083 +	[true,true],
 1.15084 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15085 +["<dl><dt>foo<dd>bar<dl><dt>{}<br><dd>baz</dl></dl>",
 1.15086 +	[["insertparagraph",""]],
 1.15087 +	"<dl><dt>foo</dt><dd>bar</dd><dt>{}<br></dt><dd><dl><dd>baz</dd></dl></dd></dl>",
 1.15088 +	[true],
 1.15089 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.15090 +["<dl><dt>foo<dd>bar<dl><dt>baz<dd>{}<br></dl></dl>",
 1.15091 +	[["insertparagraph",""]],
 1.15092 +	"<dl><dt>foo</dt><dd>bar<dl><dt>baz</dt></dl></dd><dd>{}<br></dd></dl>",
 1.15093 +	[true],
 1.15094 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.15095 +["<h1>foo[bar</h1><p>baz]quz</p>",
 1.15096 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15097 +	"<h1>foo</h1><h1>{}quz</h1>",
 1.15098 +	[true,true],
 1.15099 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15100 +["<h1>foo[bar</h1><p>baz]quz</p>",
 1.15101 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15102 +	"<h1>foo</h1><h1>{}quz</h1>",
 1.15103 +	[true,true],
 1.15104 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15105 +["<p>foo[bar</p><h1>baz]quz</h1>",
 1.15106 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15107 +	"<p>foo</p><p>{}quz</p>",
 1.15108 +	[true,true],
 1.15109 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15110 +["<p>foo[bar</p><h1>baz]quz</h1>",
 1.15111 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15112 +	"<p>foo</p><p>{}quz</p>",
 1.15113 +	[true,true],
 1.15114 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15115 +["<p>foo</p>{}<br>",
 1.15116 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15117 +	"<p>foo</p><div><br></div><div>{}<br></div>",
 1.15118 +	[true,true],
 1.15119 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15120 +["<p>foo</p>{}<br>",
 1.15121 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15122 +	"<p>foo</p><p><br></p><p>{}<br></p>",
 1.15123 +	[true,true],
 1.15124 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15125 +["{}<br><p>foo</p>",
 1.15126 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15127 +	"<div><br></div><div>{}<br></div><p>foo</p>",
 1.15128 +	[true,true],
 1.15129 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15130 +["{}<br><p>foo</p>",
 1.15131 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15132 +	"<p><br></p><p>{}<br></p><p>foo</p>",
 1.15133 +	[true,true],
 1.15134 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15135 +["<p>foo</p>{}<br><h1>bar</h1>",
 1.15136 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15137 +	"<p>foo</p><div><br></div><div>{}<br></div><h1>bar</h1>",
 1.15138 +	[true,true],
 1.15139 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15140 +["<p>foo</p>{}<br><h1>bar</h1>",
 1.15141 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15142 +	"<p>foo</p><p><br></p><p>{}<br></p><h1>bar</h1>",
 1.15143 +	[true,true],
 1.15144 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15145 +["<h1>foo</h1>{}<br><p>bar</p>",
 1.15146 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15147 +	"<h1>foo</h1><div><br></div><div>{}<br></div><p>bar</p>",
 1.15148 +	[true,true],
 1.15149 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15150 +["<h1>foo</h1>{}<br><p>bar</p>",
 1.15151 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15152 +	"<h1>foo</h1><p><br></p><p>{}<br></p><p>bar</p>",
 1.15153 +	[true,true],
 1.15154 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15155 +["<h1>foo</h1>{}<br><h2>bar</h2>",
 1.15156 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15157 +	"<h1>foo</h1><div><br></div><div>{}<br></div><h2>bar</h2>",
 1.15158 +	[true,true],
 1.15159 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15160 +["<h1>foo</h1>{}<br><h2>bar</h2>",
 1.15161 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15162 +	"<h1>foo</h1><p><br></p><p>{}<br></p><h2>bar</h2>",
 1.15163 +	[true,true],
 1.15164 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15165 +["<p>foo</p><h1>[bar]</h1><p>baz</p>",
 1.15166 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15167 +	"<p>foo</p><h1><br></h1><div>{}<br></div><p>baz</p>",
 1.15168 +	[true,true],
 1.15169 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15170 +["<p>foo</p><h1>[bar]</h1><p>baz</p>",
 1.15171 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15172 +	"<p>foo</p><h1><br></h1><p>{}<br></p><p>baz</p>",
 1.15173 +	[true,true],
 1.15174 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15175 +["<p>foo</p>{<h1>bar</h1>}<p>baz</p>",
 1.15176 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15177 +	"<p>foo</p><div>{}<br></div><p>baz</p>",
 1.15178 +	[true,true],
 1.15179 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15180 +["<p>foo</p>{<h1>bar</h1>}<p>baz</p>",
 1.15181 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15182 +	"<p>foo</p><p>{}<br></p><p>baz</p>",
 1.15183 +	[true,true],
 1.15184 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15185 +["<table><tr><td>foo[]bar</table>",
 1.15186 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15187 +	"<table><tbody><tr><td><div>foo</div><div>{}bar</div></td></tr></tbody></table>",
 1.15188 +	[true,true],
 1.15189 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15190 +["<table><tr><td>foo[]bar</table>",
 1.15191 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15192 +	"<table><tbody><tr><td><p>foo</p><p>{}bar</p></td></tr></tbody></table>",
 1.15193 +	[true,true],
 1.15194 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15195 +["<table><tr><td><p>foo[]bar</table>",
 1.15196 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15197 +	"<table><tbody><tr><td><p>foo</p><p>{}bar</p></td></tr></tbody></table>",
 1.15198 +	[true,true],
 1.15199 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15200 +["<table><tr><td><p>foo[]bar</table>",
 1.15201 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15202 +	"<table><tbody><tr><td><p>foo</p><p>{}bar</p></td></tr></tbody></table>",
 1.15203 +	[true,true],
 1.15204 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15205 +["<blockquote>[]foo</blockquote>",
 1.15206 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15207 +	"<blockquote><div><br></div><div>{}foo</div></blockquote>",
 1.15208 +	[true,true],
 1.15209 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15210 +["<blockquote>[]foo</blockquote>",
 1.15211 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15212 +	"<blockquote><p><br></p><p>{}foo</p></blockquote>",
 1.15213 +	[true,true],
 1.15214 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15215 +["<blockquote>foo[]</blockquote>",
 1.15216 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15217 +	"<blockquote><div>foo</div><div>{}<br></div></blockquote>",
 1.15218 +	[true,true],
 1.15219 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15220 +["<blockquote>foo[]</blockquote>",
 1.15221 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15222 +	"<blockquote><p>foo</p><p>{}<br></p></blockquote>",
 1.15223 +	[true,true],
 1.15224 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15225 +["<blockquote>foo[]<br></blockquote>",
 1.15226 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15227 +	"<blockquote><div>foo</div><div>{}<br></div></blockquote>",
 1.15228 +	[true,true],
 1.15229 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15230 +["<blockquote>foo[]<br></blockquote>",
 1.15231 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15232 +	"<blockquote><p>foo</p><p>{}<br></p></blockquote>",
 1.15233 +	[true,true],
 1.15234 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15235 +["<blockquote>foo[]bar</blockquote>",
 1.15236 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15237 +	"<blockquote><div>foo</div><div>{}bar</div></blockquote>",
 1.15238 +	[true,true],
 1.15239 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15240 +["<blockquote>foo[]bar</blockquote>",
 1.15241 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15242 +	"<blockquote><p>foo</p><p>{}bar</p></blockquote>",
 1.15243 +	[true,true],
 1.15244 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15245 +["<blockquote><p>[]foo</blockquote>",
 1.15246 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15247 +	"<blockquote><p><br></p><p>{}foo</p></blockquote>",
 1.15248 +	[true,true],
 1.15249 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15250 +["<blockquote><p>[]foo</blockquote>",
 1.15251 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15252 +	"<blockquote><p><br></p><p>{}foo</p></blockquote>",
 1.15253 +	[true,true],
 1.15254 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15255 +["<blockquote><p>foo[]</blockquote>",
 1.15256 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15257 +	"<blockquote><p>foo</p><p>{}<br></p></blockquote>",
 1.15258 +	[true,true],
 1.15259 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15260 +["<blockquote><p>foo[]</blockquote>",
 1.15261 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15262 +	"<blockquote><p>foo</p><p>{}<br></p></blockquote>",
 1.15263 +	[true,true],
 1.15264 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15265 +["<blockquote><p>foo[]bar</blockquote>",
 1.15266 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15267 +	"<blockquote><p>foo</p><p>{}bar</p></blockquote>",
 1.15268 +	[true,true],
 1.15269 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15270 +["<blockquote><p>foo[]bar</blockquote>",
 1.15271 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15272 +	"<blockquote><p>foo</p><p>{}bar</p></blockquote>",
 1.15273 +	[true,true],
 1.15274 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15275 +["<blockquote><p>foo[]<p>bar</blockquote>",
 1.15276 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15277 +	"<blockquote><p>foo</p><p>{}<br></p><p>bar</p></blockquote>",
 1.15278 +	[true,true],
 1.15279 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15280 +["<blockquote><p>foo[]<p>bar</blockquote>",
 1.15281 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15282 +	"<blockquote><p>foo</p><p>{}<br></p><p>bar</p></blockquote>",
 1.15283 +	[true,true],
 1.15284 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15285 +["<blockquote><p>foo[]bar<p>baz</blockquote>",
 1.15286 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15287 +	"<blockquote><p>foo</p><p>{}bar</p><p>baz</p></blockquote>",
 1.15288 +	[true,true],
 1.15289 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15290 +["<blockquote><p>foo[]bar<p>baz</blockquote>",
 1.15291 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15292 +	"<blockquote><p>foo</p><p>{}bar</p><p>baz</p></blockquote>",
 1.15293 +	[true,true],
 1.15294 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15295 +["<span>foo[]bar</span>",
 1.15296 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15297 +	"<div><span>foo</span></div><div>{}<span>bar</span></div>",
 1.15298 +	[true,true],
 1.15299 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15300 +["<span>foo[]bar</span>",
 1.15301 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15302 +	"<p><span>foo</span></p><p>{}<span>bar</span></p>",
 1.15303 +	[true,true],
 1.15304 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15305 +["<span>foo[]bar</span>baz",
 1.15306 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15307 +	"<div><span>foo</span></div><div>{}<span>bar</span>baz</div>",
 1.15308 +	[true,true],
 1.15309 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15310 +["<span>foo[]bar</span>baz",
 1.15311 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15312 +	"<p><span>foo</span></p><p>{}<span>bar</span>baz</p>",
 1.15313 +	[true,true],
 1.15314 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15315 +["<b>foo[]bar</b>",
 1.15316 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15317 +	"<div><b>foo</b></div><div>{}<b>bar</b></div>",
 1.15318 +	[true,true,true],
 1.15319 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15320 +["<b>foo[]bar</b>",
 1.15321 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15322 +	"<div><b>foo</b></div><div>{}<b>bar</b></div>",
 1.15323 +	[true,true,true],
 1.15324 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15325 +["<b>foo[]bar</b>",
 1.15326 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15327 +	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
 1.15328 +	[true,true,true],
 1.15329 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15330 +["<b>foo[]bar</b>",
 1.15331 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15332 +	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
 1.15333 +	[true,true,true],
 1.15334 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15335 +["<b>foo[]bar</b>baz",
 1.15336 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15337 +	"<div><b>foo</b></div><div>{}<b>bar</b>baz</div>",
 1.15338 +	[true,true,true],
 1.15339 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15340 +["<b>foo[]bar</b>baz",
 1.15341 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15342 +	"<div><b>foo</b></div><div>{}<b>bar</b>baz</div>",
 1.15343 +	[true,true,true],
 1.15344 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15345 +["<b>foo[]bar</b>baz",
 1.15346 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15347 +	"<p><b>foo</b></p><p>{}<b>bar</b>baz</p>",
 1.15348 +	[true,true,true],
 1.15349 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15350 +["<b>foo[]bar</b>baz",
 1.15351 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15352 +	"<p><b>foo</b></p><p>{}<b>bar</b>baz</p>",
 1.15353 +	[true,true,true],
 1.15354 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15355 +["<b>foo[]</b>bar",
 1.15356 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15357 +	"<div><b>foo</b></div><div>{}bar</div>",
 1.15358 +	[true,true],
 1.15359 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15360 +["<b>foo[]</b>bar",
 1.15361 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15362 +	"<p><b>foo</b></p><p>{}bar</p>",
 1.15363 +	[true,true],
 1.15364 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15365 +["foo<b>[]bar</b>",
 1.15366 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15367 +	"<div>foo</div><div>{}<b>bar</b></div>",
 1.15368 +	[true,true],
 1.15369 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15370 +["foo<b>[]bar</b>",
 1.15371 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15372 +	"<p>foo</p><p>{}<b>bar</b></p>",
 1.15373 +	[true,true],
 1.15374 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15375 +["<b>foo[]</b><i>bar</i>",
 1.15376 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15377 +	"<div><b>foo</b></div><div>{}<i>bar</i></div>",
 1.15378 +	[true,true],
 1.15379 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15380 +["<b>foo[]</b><i>bar</i>",
 1.15381 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15382 +	"<p><b>foo</b></p><p>{}<i>bar</i></p>",
 1.15383 +	[true,true],
 1.15384 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15385 +["<b id=x class=y>foo[]bar</b>",
 1.15386 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15387 +	"<div><b id=\"x\" class=\"y\">foo</b></div><div>{}<b class=\"y\">bar</b></div>",
 1.15388 +	[true,true,true],
 1.15389 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15390 +["<b id=x class=y>foo[]bar</b>",
 1.15391 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15392 +	"<div><b id=\"x\" class=\"y\">foo</b></div><div>{}<b class=\"y\">bar</b></div>",
 1.15393 +	[true,true,true],
 1.15394 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15395 +["<b id=x class=y>foo[]bar</b>",
 1.15396 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15397 +	"<p><b id=\"x\" class=\"y\">foo</b></p><p>{}<b class=\"y\">bar</b></p>",
 1.15398 +	[true,true,true],
 1.15399 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15400 +["<b id=x class=y>foo[]bar</b>",
 1.15401 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15402 +	"<p><b id=\"x\" class=\"y\">foo</b></p><p>{}<b class=\"y\">bar</b></p>",
 1.15403 +	[true,true,true],
 1.15404 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15405 +["<i><b>foo[]bar</b>baz</i>",
 1.15406 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15407 +	"<div><i><b>foo</b></i></div><div>{}<i><b>bar</b>baz</i></div>",
 1.15408 +	[true,true,true],
 1.15409 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15410 +["<i><b>foo[]bar</b>baz</i>",
 1.15411 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15412 +	"<div><i><b>foo</b></i></div><div>{}<i><b>bar</b>baz</i></div>",
 1.15413 +	[true,true,true],
 1.15414 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15415 +["<i><b>foo[]bar</b>baz</i>",
 1.15416 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15417 +	"<p><i><b>foo</b></i></p><p>{}<i><b>bar</b>baz</i></p>",
 1.15418 +	[true,true,true],
 1.15419 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15420 +["<i><b>foo[]bar</b>baz</i>",
 1.15421 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15422 +	"<p><i><b>foo</b></i></p><p>{}<i><b>bar</b>baz</i></p>",
 1.15423 +	[true,true,true],
 1.15424 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15425 +["<p><b>foo[]bar</b></p>",
 1.15426 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15427 +	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
 1.15428 +	[true,true,true],
 1.15429 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15430 +["<p><b>foo[]bar</b></p>",
 1.15431 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15432 +	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
 1.15433 +	[true,true,true],
 1.15434 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15435 +["<p><b>foo[]bar</b></p>",
 1.15436 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15437 +	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
 1.15438 +	[true,true,true],
 1.15439 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15440 +["<p><b>foo[]bar</b></p>",
 1.15441 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15442 +	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
 1.15443 +	[true,true,true],
 1.15444 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15445 +["<p><b>[]foo</b></p>",
 1.15446 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15447 +	"<p><br></p><p>{}<b>foo</b></p>",
 1.15448 +	[true,true],
 1.15449 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15450 +["<p><b>[]foo</b></p>",
 1.15451 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15452 +	"<p><br></p><p>{}<b>foo</b></p>",
 1.15453 +	[true,true],
 1.15454 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15455 +["<p><b id=x class=y>foo[]bar</b></p>",
 1.15456 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15457 +	"<p><b id=\"x\" class=\"y\">foo</b></p><p>{}<b class=\"y\">bar</b></p>",
 1.15458 +	[true,true,true],
 1.15459 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15460 +["<p><b id=x class=y>foo[]bar</b></p>",
 1.15461 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15462 +	"<p><b id=\"x\" class=\"y\">foo</b></p><p>{}<b class=\"y\">bar</b></p>",
 1.15463 +	[true,true,true],
 1.15464 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15465 +["<p><b id=x class=y>foo[]bar</b></p>",
 1.15466 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15467 +	"<p><b id=\"x\" class=\"y\">foo</b></p><p>{}<b class=\"y\">bar</b></p>",
 1.15468 +	[true,true,true],
 1.15469 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15470 +["<p><b id=x class=y>foo[]bar</b></p>",
 1.15471 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15472 +	"<p><b id=\"x\" class=\"y\">foo</b></p><p>{}<b class=\"y\">bar</b></p>",
 1.15473 +	[true,true,true],
 1.15474 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15475 +["<div><b>foo[]bar</b></div>",
 1.15476 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15477 +	"<div><b>foo</b></div><div>{}<b>bar</b></div>",
 1.15478 +	[true,true,true],
 1.15479 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15480 +["<div><b>foo[]bar</b></div>",
 1.15481 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15482 +	"<div><b>foo</b></div><div>{}<b>bar</b></div>",
 1.15483 +	[true,true,true],
 1.15484 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15485 +["<div><b>foo[]bar</b></div>",
 1.15486 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15487 +	"<div><b>foo</b></div><div>{}<b>bar</b></div>",
 1.15488 +	[true,true,true],
 1.15489 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15490 +["<div><b>foo[]bar</b></div>",
 1.15491 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15492 +	"<div><b>foo</b></div><div>{}<b>bar</b></div>",
 1.15493 +	[true,true,true],
 1.15494 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15495 +["<a href=foo>foo[]bar</a>",
 1.15496 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15497 +	"<div><a href=\"foo\">foo</a></div><div>{}<a href=\"foo\">bar</a></div>",
 1.15498 +	[true,true],
 1.15499 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15500 +["<a href=foo>foo[]bar</a>",
 1.15501 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15502 +	"<p><a href=\"foo\">foo</a></p><p>{}<a href=\"foo\">bar</a></p>",
 1.15503 +	[true,true],
 1.15504 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15505 +["<a href=foo>foo[]bar</a>baz",
 1.15506 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15507 +	"<div><a href=\"foo\">foo</a></div><div>{}<a href=\"foo\">bar</a>baz</div>",
 1.15508 +	[true,true],
 1.15509 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15510 +["<a href=foo>foo[]bar</a>baz",
 1.15511 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15512 +	"<p><a href=\"foo\">foo</a></p><p>{}<a href=\"foo\">bar</a>baz</p>",
 1.15513 +	[true,true],
 1.15514 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15515 +["<a href=foo>foo[]</a>bar",
 1.15516 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15517 +	"<div><a href=\"foo\">foo</a></div><div>{}bar</div>",
 1.15518 +	[true,true],
 1.15519 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15520 +["<a href=foo>foo[]</a>bar",
 1.15521 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15522 +	"<p><a href=\"foo\">foo</a></p><p>{}bar</p>",
 1.15523 +	[true,true],
 1.15524 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15525 +["foo<a href=foo>[]bar</a>",
 1.15526 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15527 +	"<div>foo</div><div>{}<a href=\"foo\">bar</a></div>",
 1.15528 +	[true,true],
 1.15529 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15530 +["foo<a href=foo>[]bar</a>",
 1.15531 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15532 +	"<p>foo</p><p>{}<a href=\"foo\">bar</a></p>",
 1.15533 +	[true,true],
 1.15534 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15535 +["<p>foo[]<!--bar-->",
 1.15536 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15537 +	"<p>foo</p><p>{}<!--bar--><br></p>",
 1.15538 +	[true,true],
 1.15539 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15540 +["<p>foo[]<!--bar-->",
 1.15541 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15542 +	"<p>foo</p><p>{}<!--bar--><br></p>",
 1.15543 +	[true,true],
 1.15544 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15545 +["<p><!--foo-->[]bar",
 1.15546 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15547 +	"<p><!--foo--><br></p><p>{}bar</p>",
 1.15548 +	[true,true],
 1.15549 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15550 +["<p><!--foo-->[]bar",
 1.15551 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15552 +	"<p><!--foo--><br></p><p>{}bar</p>",
 1.15553 +	[true,true],
 1.15554 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15555 +["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 1.15556 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15557 +	"<p>foo</p><p>{}baz</p>",
 1.15558 +	[true,true,true],
 1.15559 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15560 +["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 1.15561 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15562 +	"<p>foo</p><p>{}baz</p>",
 1.15563 +	[true,true,true],
 1.15564 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15565 +["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 1.15566 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15567 +	"<p>foo</p><p>{}baz</p>",
 1.15568 +	[true,true,true],
 1.15569 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15570 +["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 1.15571 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15572 +	"<p>foo</p><p>{}baz</p>",
 1.15573 +	[true,true,true],
 1.15574 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15575 +["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 1.15576 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15577 +	"<p>foo</p><p>{}baz</p>",
 1.15578 +	[true,true,true],
 1.15579 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15580 +["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 1.15581 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15582 +	"<p>foo</p><p>{}baz</p>",
 1.15583 +	[true,true,true],
 1.15584 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15585 +["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 1.15586 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15587 +	"<p>foo</p><p>{}baz</p>",
 1.15588 +	[true,true,true],
 1.15589 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15590 +["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 1.15591 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15592 +	"<p>foo</p><p>{}baz</p>",
 1.15593 +	[true,true,true],
 1.15594 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15595 +["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 1.15596 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15597 +	"<p>foo</p><p>{}baz</p>",
 1.15598 +	[true,true,true],
 1.15599 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15600 +["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 1.15601 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15602 +	"<p>foo</p><p>{}baz</p>",
 1.15603 +	[true,true,true],
 1.15604 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15605 +["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 1.15606 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15607 +	"<p>foo</p><p>{}baz</p>",
 1.15608 +	[true,true,true],
 1.15609 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15610 +["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 1.15611 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15612 +	"<p>foo</p><p>{}baz</p>",
 1.15613 +	[true,true,true],
 1.15614 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15615 +["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 1.15616 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15617 +	"<p><br></p><p>{}baz</p>",
 1.15618 +	[true,true,true],
 1.15619 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15620 +["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 1.15621 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15622 +	"<p><br></p><p>{}baz</p>",
 1.15623 +	[true,true,true],
 1.15624 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15625 +["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 1.15626 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15627 +	"<p><br></p><p>{}baz</p>",
 1.15628 +	[true,true,true],
 1.15629 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15630 +["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 1.15631 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15632 +	"<p><br></p><p>{}baz</p>",
 1.15633 +	[true,true,true],
 1.15634 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15635 +["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 1.15636 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15637 +	"<p><br></p><p>{}baz</p>",
 1.15638 +	[true,true,true],
 1.15639 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15640 +["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 1.15641 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15642 +	"<p><br></p><p>{}baz</p>",
 1.15643 +	[true,true,true],
 1.15644 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15645 +["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 1.15646 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15647 +	"<p><br></p><p>{}baz</p>",
 1.15648 +	[true,true,true],
 1.15649 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15650 +["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 1.15651 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15652 +	"<p><br></p><p>{}baz</p>",
 1.15653 +	[true,true,true],
 1.15654 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15655 +["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 1.15656 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15657 +	"<p>foo</p><p>{}<br></p>",
 1.15658 +	[true,true,true],
 1.15659 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15660 +["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 1.15661 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15662 +	"<p>foo</p><p>{}<br></p>",
 1.15663 +	[true,true,true],
 1.15664 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15665 +["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 1.15666 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15667 +	"<p>foo</p><p>{}<br></p>",
 1.15668 +	[true,true,true],
 1.15669 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15670 +["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 1.15671 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15672 +	"<p>foo</p><p>{}<br></p>",
 1.15673 +	[true,true,true],
 1.15674 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15675 +["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 1.15676 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15677 +	"<p>foo</p><p>{}<br></p>",
 1.15678 +	[true,true,true],
 1.15679 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15680 +["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 1.15681 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15682 +	"<p>foo</p><p>{}<br></p>",
 1.15683 +	[true,true,true],
 1.15684 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15685 +["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 1.15686 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15687 +	"<p>foo</p><p>{}<br></p>",
 1.15688 +	[true,true,true],
 1.15689 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15690 +["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 1.15691 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15692 +	"<p>foo</p><p>{}<br></p>",
 1.15693 +	[true,true,true],
 1.15694 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15695 +["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 1.15696 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15697 +	"<p>foo</p><p>{}quz</p>",
 1.15698 +	[true,true,true],
 1.15699 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15700 +["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 1.15701 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15702 +	"<p>foo</p><p>{}quz</p>",
 1.15703 +	[true,true,true],
 1.15704 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15705 +["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 1.15706 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15707 +	"<p>foo</p><p>{}quz</p>",
 1.15708 +	[true,true,true],
 1.15709 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15710 +["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 1.15711 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15712 +	"<p>foo</p><p>{}quz</p>",
 1.15713 +	[true,true,true],
 1.15714 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15715 +["<ul contenteditable><li>{}<br></ul>",
 1.15716 +	[["insertparagraph",""]],
 1.15717 +	"<ul contenteditable=\"\"><li>{}<br></li></ul>",
 1.15718 +	[true],
 1.15719 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.15720 +["<ul contenteditable><li>foo[]</ul>",
 1.15721 +	[["insertparagraph",""]],
 1.15722 +	"<ul contenteditable=\"\"><li>foo</li><li>{}<br></li></ul>",
 1.15723 +	[true],
 1.15724 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.15725 +["<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>",
 1.15726 +	[["insertparagraph",""]],
 1.15727 +	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li>{}<br></li></ul></div>",
 1.15728 +	[true],
 1.15729 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.15730 +["<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>",
 1.15731 +	[["insertparagraph",""]],
 1.15732 +	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li>foo</li><li>{}<br></li></ul></div>",
 1.15733 +	[true],
 1.15734 +	{"insertparagraph":[false,false,"",false,false,""]}],
 1.15735 +["<address><p>foo[]</address>",
 1.15736 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15737 +	"<address><p>foo</p><p>{}<br></p></address>",
 1.15738 +	[true,true],
 1.15739 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15740 +["<address><p>foo[]</address>",
 1.15741 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15742 +	"<address><p>foo</p><p>{}<br></p></address>",
 1.15743 +	[true,true],
 1.15744 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15745 +["<dl><dt><p>foo[]</dl>",
 1.15746 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15747 +	"<dl><dt><p>foo</p></dt><dd><p>{}<br></p></dd></dl>",
 1.15748 +	[true,true],
 1.15749 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15750 +["<dl><dt><p>foo[]</dl>",
 1.15751 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15752 +	"<dl><dt><p>foo</p></dt><dd><p>{}<br></p></dd></dl>",
 1.15753 +	[true,true],
 1.15754 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15755 +["<dl><dd><p>foo[]</dl>",
 1.15756 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15757 +	"<dl><dd><p>foo</p></dd><dt><p>{}<br></p></dt></dl>",
 1.15758 +	[true,true],
 1.15759 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15760 +["<dl><dd><p>foo[]</dl>",
 1.15761 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15762 +	"<dl><dd><p>foo</p></dd><dt><p>{}<br></p></dt></dl>",
 1.15763 +	[true,true],
 1.15764 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15765 +["<ol><li><p>foo[]</ol>",
 1.15766 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15767 +	"<ol><li><p>foo</p></li><li><p>{}<br></p></li></ol>",
 1.15768 +	[true,true],
 1.15769 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15770 +["<ol><li><p>foo[]</ol>",
 1.15771 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15772 +	"<ol><li><p>foo</p></li><li><p>{}<br></p></li></ol>",
 1.15773 +	[true,true],
 1.15774 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15775 +["<ul><li><p>foo[]</ul>",
 1.15776 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15777 +	"<ul><li><p>foo</p></li><li><p>{}<br></p></li></ul>",
 1.15778 +	[true,true],
 1.15779 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15780 +["<ul><li><p>foo[]</ul>",
 1.15781 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15782 +	"<ul><li><p>foo</p></li><li><p>{}<br></p></li></ul>",
 1.15783 +	[true,true],
 1.15784 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15785 +["<address><div>foo[]</address>",
 1.15786 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15787 +	"<address><div>foo</div><div>{}<br></div></address>",
 1.15788 +	[true,true],
 1.15789 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15790 +["<address><div>foo[]</address>",
 1.15791 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15792 +	"<address><div>foo</div><div>{}<br></div></address>",
 1.15793 +	[true,true],
 1.15794 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15795 +["<dl><dt><div>foo[]</dl>",
 1.15796 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15797 +	"<dl><dt><div>foo</div></dt><dd><div>{}<br></div></dd></dl>",
 1.15798 +	[true,true],
 1.15799 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15800 +["<dl><dt><div>foo[]</dl>",
 1.15801 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15802 +	"<dl><dt><div>foo</div></dt><dd><div>{}<br></div></dd></dl>",
 1.15803 +	[true,true],
 1.15804 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15805 +["<dl><dd><div>foo[]</dl>",
 1.15806 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15807 +	"<dl><dd><div>foo</div></dd><dt><div>{}<br></div></dt></dl>",
 1.15808 +	[true,true],
 1.15809 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15810 +["<dl><dd><div>foo[]</dl>",
 1.15811 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15812 +	"<dl><dd><div>foo</div></dd><dt><div>{}<br></div></dt></dl>",
 1.15813 +	[true,true],
 1.15814 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15815 +["<ol><li><div>foo[]</ol>",
 1.15816 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15817 +	"<ol><li><div>foo</div></li><li><div>{}<br></div></li></ol>",
 1.15818 +	[true,true],
 1.15819 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15820 +["<ol><li><div>foo[]</ol>",
 1.15821 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15822 +	"<ol><li><div>foo</div></li><li><div>{}<br></div></li></ol>",
 1.15823 +	[true,true],
 1.15824 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15825 +["<ul><li><div>foo[]</ul>",
 1.15826 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15827 +	"<ul><li><div>foo</div></li><li><div>{}<br></div></li></ul>",
 1.15828 +	[true,true],
 1.15829 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15830 +["<ul><li><div>foo[]</ul>",
 1.15831 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15832 +	"<ul><li><div>foo</div></li><li><div>{}<br></div></li></ul>",
 1.15833 +	[true,true],
 1.15834 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15835 +["<div><p>foo[]</div>",
 1.15836 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15837 +	"<div><p>foo</p><p>{}<br></p></div>",
 1.15838 +	[true,true],
 1.15839 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15840 +["<div><p>foo[]</div>",
 1.15841 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15842 +	"<div><p>foo</p><p>{}<br></p></div>",
 1.15843 +	[true,true],
 1.15844 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15845 +["<div><div>foo[]</div>",
 1.15846 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15847 +	"<div><div>foo</div><div>{}<br></div></div>",
 1.15848 +	[true,true],
 1.15849 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15850 +["<div><div>foo[]</div>",
 1.15851 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15852 +	"<div><div>foo</div><div>{}<br></div></div>",
 1.15853 +	[true,true],
 1.15854 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15855 +["<address><p>[]foo</address>",
 1.15856 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15857 +	"<address><p><br></p><p>{}foo</p></address>",
 1.15858 +	[true,true],
 1.15859 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15860 +["<address><p>[]foo</address>",
 1.15861 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15862 +	"<address><p><br></p><p>{}foo</p></address>",
 1.15863 +	[true,true],
 1.15864 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15865 +["<dl><dt><p>[]foo</dl>",
 1.15866 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15867 +	"<dl><dt><p><br></p></dt><dt><p>{}foo</p></dt></dl>",
 1.15868 +	[true,true],
 1.15869 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15870 +["<dl><dt><p>[]foo</dl>",
 1.15871 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15872 +	"<dl><dt><p><br></p></dt><dt><p>{}foo</p></dt></dl>",
 1.15873 +	[true,true],
 1.15874 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15875 +["<dl><dd><p>[]foo</dl>",
 1.15876 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15877 +	"<dl><dd><p><br></p></dd><dd><p>{}foo</p></dd></dl>",
 1.15878 +	[true,true],
 1.15879 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15880 +["<dl><dd><p>[]foo</dl>",
 1.15881 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15882 +	"<dl><dd><p><br></p></dd><dd><p>{}foo</p></dd></dl>",
 1.15883 +	[true,true],
 1.15884 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15885 +["<ol><li><p>[]foo</ol>",
 1.15886 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15887 +	"<ol><li><p><br></p></li><li><p>{}foo</p></li></ol>",
 1.15888 +	[true,true],
 1.15889 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15890 +["<ol><li><p>[]foo</ol>",
 1.15891 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15892 +	"<ol><li><p><br></p></li><li><p>{}foo</p></li></ol>",
 1.15893 +	[true,true],
 1.15894 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15895 +["<ul><li><p>[]foo</ul>",
 1.15896 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15897 +	"<ul><li><p><br></p></li><li><p>{}foo</p></li></ul>",
 1.15898 +	[true,true],
 1.15899 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15900 +["<ul><li><p>[]foo</ul>",
 1.15901 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15902 +	"<ul><li><p><br></p></li><li><p>{}foo</p></li></ul>",
 1.15903 +	[true,true],
 1.15904 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15905 +["<address><div>[]foo</address>",
 1.15906 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15907 +	"<address><div><br></div><div>{}foo</div></address>",
 1.15908 +	[true,true],
 1.15909 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15910 +["<address><div>[]foo</address>",
 1.15911 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15912 +	"<address><div><br></div><div>{}foo</div></address>",
 1.15913 +	[true,true],
 1.15914 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15915 +["<dl><dt><div>[]foo</dl>",
 1.15916 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15917 +	"<dl><dt><div><br></div></dt><dt><div>{}foo</div></dt></dl>",
 1.15918 +	[true,true],
 1.15919 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15920 +["<dl><dt><div>[]foo</dl>",
 1.15921 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15922 +	"<dl><dt><div><br></div></dt><dt><div>{}foo</div></dt></dl>",
 1.15923 +	[true,true],
 1.15924 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15925 +["<dl><dd><div>[]foo</dl>",
 1.15926 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15927 +	"<dl><dd><div><br></div></dd><dd><div>{}foo</div></dd></dl>",
 1.15928 +	[true,true],
 1.15929 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15930 +["<dl><dd><div>[]foo</dl>",
 1.15931 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15932 +	"<dl><dd><div><br></div></dd><dd><div>{}foo</div></dd></dl>",
 1.15933 +	[true,true],
 1.15934 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15935 +["<ol><li><div>[]foo</ol>",
 1.15936 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15937 +	"<ol><li><div><br></div></li><li><div>{}foo</div></li></ol>",
 1.15938 +	[true,true],
 1.15939 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15940 +["<ol><li><div>[]foo</ol>",
 1.15941 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15942 +	"<ol><li><div><br></div></li><li><div>{}foo</div></li></ol>",
 1.15943 +	[true,true],
 1.15944 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15945 +["<ul><li><div>[]foo</ul>",
 1.15946 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15947 +	"<ul><li><div><br></div></li><li><div>{}foo</div></li></ul>",
 1.15948 +	[true,true],
 1.15949 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15950 +["<ul><li><div>[]foo</ul>",
 1.15951 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15952 +	"<ul><li><div><br></div></li><li><div>{}foo</div></li></ul>",
 1.15953 +	[true,true],
 1.15954 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15955 +["<div><p>[]foo</div>",
 1.15956 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15957 +	"<div><p><br></p><p>{}foo</p></div>",
 1.15958 +	[true,true],
 1.15959 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15960 +["<div><p>[]foo</div>",
 1.15961 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15962 +	"<div><p><br></p><p>{}foo</p></div>",
 1.15963 +	[true,true],
 1.15964 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15965 +["<div><div>[]foo</div>",
 1.15966 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15967 +	"<div><div><br></div><div>{}foo</div></div>",
 1.15968 +	[true,true],
 1.15969 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15970 +["<div><div>[]foo</div>",
 1.15971 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15972 +	"<div><div><br></div><div>{}foo</div></div>",
 1.15973 +	[true,true],
 1.15974 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15975 +["<address><p>foo[]bar</address>",
 1.15976 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15977 +	"<address><p>foo</p><p>{}bar</p></address>",
 1.15978 +	[true,true],
 1.15979 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15980 +["<address><p>foo[]bar</address>",
 1.15981 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15982 +	"<address><p>foo</p><p>{}bar</p></address>",
 1.15983 +	[true,true],
 1.15984 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15985 +["<dl><dt><p>foo[]bar</dl>",
 1.15986 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15987 +	"<dl><dt><p>foo</p></dt><dt><p>{}bar</p></dt></dl>",
 1.15988 +	[true,true],
 1.15989 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15990 +["<dl><dt><p>foo[]bar</dl>",
 1.15991 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.15992 +	"<dl><dt><p>foo</p></dt><dt><p>{}bar</p></dt></dl>",
 1.15993 +	[true,true],
 1.15994 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.15995 +["<dl><dd><p>foo[]bar</dl>",
 1.15996 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.15997 +	"<dl><dd><p>foo</p></dd><dd><p>{}bar</p></dd></dl>",
 1.15998 +	[true,true],
 1.15999 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16000 +["<dl><dd><p>foo[]bar</dl>",
 1.16001 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16002 +	"<dl><dd><p>foo</p></dd><dd><p>{}bar</p></dd></dl>",
 1.16003 +	[true,true],
 1.16004 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16005 +["<ol><li><p>foo[]bar</ol>",
 1.16006 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16007 +	"<ol><li><p>foo</p></li><li><p>{}bar</p></li></ol>",
 1.16008 +	[true,true],
 1.16009 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16010 +["<ol><li><p>foo[]bar</ol>",
 1.16011 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16012 +	"<ol><li><p>foo</p></li><li><p>{}bar</p></li></ol>",
 1.16013 +	[true,true],
 1.16014 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16015 +["<ul><li><p>foo[]bar</ul>",
 1.16016 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16017 +	"<ul><li><p>foo</p></li><li><p>{}bar</p></li></ul>",
 1.16018 +	[true,true],
 1.16019 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16020 +["<ul><li><p>foo[]bar</ul>",
 1.16021 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16022 +	"<ul><li><p>foo</p></li><li><p>{}bar</p></li></ul>",
 1.16023 +	[true,true],
 1.16024 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16025 +["<address><div>foo[]bar</address>",
 1.16026 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16027 +	"<address><div>foo</div><div>{}bar</div></address>",
 1.16028 +	[true,true],
 1.16029 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16030 +["<address><div>foo[]bar</address>",
 1.16031 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16032 +	"<address><div>foo</div><div>{}bar</div></address>",
 1.16033 +	[true,true],
 1.16034 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16035 +["<dl><dt><div>foo[]bar</dl>",
 1.16036 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16037 +	"<dl><dt><div>foo</div></dt><dt><div>{}bar</div></dt></dl>",
 1.16038 +	[true,true],
 1.16039 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16040 +["<dl><dt><div>foo[]bar</dl>",
 1.16041 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16042 +	"<dl><dt><div>foo</div></dt><dt><div>{}bar</div></dt></dl>",
 1.16043 +	[true,true],
 1.16044 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16045 +["<dl><dd><div>foo[]bar</dl>",
 1.16046 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16047 +	"<dl><dd><div>foo</div></dd><dd><div>{}bar</div></dd></dl>",
 1.16048 +	[true,true],
 1.16049 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16050 +["<dl><dd><div>foo[]bar</dl>",
 1.16051 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16052 +	"<dl><dd><div>foo</div></dd><dd><div>{}bar</div></dd></dl>",
 1.16053 +	[true,true],
 1.16054 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16055 +["<ol><li><div>foo[]bar</ol>",
 1.16056 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16057 +	"<ol><li><div>foo</div></li><li><div>{}bar</div></li></ol>",
 1.16058 +	[true,true],
 1.16059 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16060 +["<ol><li><div>foo[]bar</ol>",
 1.16061 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16062 +	"<ol><li><div>foo</div></li><li><div>{}bar</div></li></ol>",
 1.16063 +	[true,true],
 1.16064 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16065 +["<ul><li><div>foo[]bar</ul>",
 1.16066 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16067 +	"<ul><li><div>foo</div></li><li><div>{}bar</div></li></ul>",
 1.16068 +	[true,true],
 1.16069 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16070 +["<ul><li><div>foo[]bar</ul>",
 1.16071 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16072 +	"<ul><li><div>foo</div></li><li><div>{}bar</div></li></ul>",
 1.16073 +	[true,true],
 1.16074 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16075 +["<div><p>foo[]bar</div>",
 1.16076 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16077 +	"<div><p>foo</p><p>{}bar</p></div>",
 1.16078 +	[true,true],
 1.16079 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16080 +["<div><p>foo[]bar</div>",
 1.16081 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16082 +	"<div><p>foo</p><p>{}bar</p></div>",
 1.16083 +	[true,true],
 1.16084 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16085 +["<div><div>foo[]bar</div>",
 1.16086 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16087 +	"<div><div>foo</div><div>{}bar</div></div>",
 1.16088 +	[true,true],
 1.16089 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16090 +["<div><div>foo[]bar</div>",
 1.16091 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16092 +	"<div><div>foo</div><div>{}bar</div></div>",
 1.16093 +	[true,true],
 1.16094 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16095 +["<ol><li class=a id=x><p class=b id=y>foo[]</ol>",
 1.16096 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16097 +	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo</p></li><li class=\"a\"><p class=\"b\">{}<br></p></li></ol>",
 1.16098 +	[true,true],
 1.16099 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16100 +["<ol><li class=a id=x><p class=b id=y>foo[]</ol>",
 1.16101 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16102 +	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo</p></li><li class=\"a\"><p class=\"b\">{}<br></p></li></ol>",
 1.16103 +	[true,true],
 1.16104 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16105 +["<div class=a id=x><div class=b id=y>foo[]</div></div>",
 1.16106 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16107 +	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\">foo</div><div class=\"b\">{}<br></div></div>",
 1.16108 +	[true,true],
 1.16109 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16110 +["<div class=a id=x><div class=b id=y>foo[]</div></div>",
 1.16111 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16112 +	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\">foo</div><div class=\"b\">{}<br></div></div>",
 1.16113 +	[true,true],
 1.16114 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16115 +["<div class=a id=x><p class=b id=y>foo[]</div>",
 1.16116 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16117 +	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo</p><p class=\"b\">{}<br></p></div>",
 1.16118 +	[true,true],
 1.16119 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16120 +["<div class=a id=x><p class=b id=y>foo[]</div>",
 1.16121 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16122 +	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo</p><p class=\"b\">{}<br></p></div>",
 1.16123 +	[true,true],
 1.16124 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16125 +["<ol><li class=a id=x><p class=b id=y>[]foo</ol>",
 1.16126 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16127 +	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\"><br></p></li><li class=\"a\"><p class=\"b\">{}foo</p></li></ol>",
 1.16128 +	[true,true],
 1.16129 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16130 +["<ol><li class=a id=x><p class=b id=y>[]foo</ol>",
 1.16131 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16132 +	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\"><br></p></li><li class=\"a\"><p class=\"b\">{}foo</p></li></ol>",
 1.16133 +	[true,true],
 1.16134 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16135 +["<div class=a id=x><div class=b id=y>[]foo</div></div>",
 1.16136 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16137 +	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\"><br></div><div class=\"b\">{}foo</div></div>",
 1.16138 +	[true,true],
 1.16139 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16140 +["<div class=a id=x><div class=b id=y>[]foo</div></div>",
 1.16141 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16142 +	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\"><br></div><div class=\"b\">{}foo</div></div>",
 1.16143 +	[true,true],
 1.16144 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16145 +["<div class=a id=x><p class=b id=y>[]foo</div>",
 1.16146 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16147 +	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\"><br></p><p class=\"b\">{}foo</p></div>",
 1.16148 +	[true,true],
 1.16149 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16150 +["<div class=a id=x><p class=b id=y>[]foo</div>",
 1.16151 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16152 +	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\"><br></p><p class=\"b\">{}foo</p></div>",
 1.16153 +	[true,true],
 1.16154 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16155 +["<ol><li class=a id=x><p class=b id=y>foo[]bar</ol>",
 1.16156 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16157 +	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo</p></li><li class=\"a\"><p class=\"b\">{}bar</p></li></ol>",
 1.16158 +	[true,true],
 1.16159 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16160 +["<ol><li class=a id=x><p class=b id=y>foo[]bar</ol>",
 1.16161 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16162 +	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo</p></li><li class=\"a\"><p class=\"b\">{}bar</p></li></ol>",
 1.16163 +	[true,true],
 1.16164 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16165 +["<div class=a id=x><div class=b id=y>foo[]bar</div></div>",
 1.16166 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16167 +	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\">foo</div><div class=\"b\">{}bar</div></div>",
 1.16168 +	[true,true],
 1.16169 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16170 +["<div class=a id=x><div class=b id=y>foo[]bar</div></div>",
 1.16171 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16172 +	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\">foo</div><div class=\"b\">{}bar</div></div>",
 1.16173 +	[true,true],
 1.16174 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16175 +["<div class=a id=x><p class=b id=y>foo[]bar</div>",
 1.16176 +	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 1.16177 +	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo</p><p class=\"b\">{}bar</p></div>",
 1.16178 +	[true,true],
 1.16179 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16180 +["<div class=a id=x><p class=b id=y>foo[]bar</div>",
 1.16181 +	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 1.16182 +	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo</p><p class=\"b\">{}bar</p></div>",
 1.16183 +	[true,true],
 1.16184 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 1.16185 +["foo[bar]baz",
 1.16186 +	[["inserttext","a"]],
 1.16187 +	"fooa[]baz",
 1.16188 +	[true],
 1.16189 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16190 +["foo[bar]baz",
 1.16191 +	[["inserttext",""]],
 1.16192 +	"foo[]baz",
 1.16193 +	[true],
 1.16194 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16195 +["foo[]bar",
 1.16196 +	[["inserttext","\t"]],
 1.16197 +	"foo\t[]bar",
 1.16198 +	[true],
 1.16199 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16200 +["foo[]bar",
 1.16201 +	[["inserttext","&"]],
 1.16202 +	"foo&amp;[]bar",
 1.16203 +	[true],
 1.16204 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16205 +["foo[]bar",
 1.16206 +	[["defaultparagraphseparator","div"],["inserttext","\n"]],
 1.16207 +	"<div>foo</div><div>{}bar</div>",
 1.16208 +	[true,true],
 1.16209 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 1.16210 +["foo[]bar",
 1.16211 +	[["defaultparagraphseparator","p"],["inserttext","\n"]],
 1.16212 +	"<p>foo</p><p>{}bar</p>",
 1.16213 +	[true,true],
 1.16214 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserttext":[false,false,"",false,false,""]}],
 1.16215 +["foo[]bar",
 1.16216 +	[["defaultparagraphseparator","div"],["inserttext","abc\ndef"]],
 1.16217 +	"<div>fooabc</div><div>def[]bar</div>",
 1.16218 +	[true,true],
 1.16219 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 1.16220 +["foo[]bar",
 1.16221 +	[["defaultparagraphseparator","p"],["inserttext","abc\ndef"]],
 1.16222 +	"<p>fooabc</p><p>def[]bar</p>",
 1.16223 +	[true,true],
 1.16224 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserttext":[false,false,"",false,false,""]}],
 1.16225 +["foo[]bar",
 1.16226 +	[["inserttext","\u0007"]],
 1.16227 +	"foo\u0007[]bar",
 1.16228 +	[true],
 1.16229 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16230 +["foo[]bar",
 1.16231 +	[["inserttext","<b>hi</b>"]],
 1.16232 +	"foo&lt;b&gt;hi&lt;/b&gt;[]bar",
 1.16233 +	[true],
 1.16234 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16235 +["foo[]bar",
 1.16236 +	[["inserttext","<"]],
 1.16237 +	"foo&lt;[]bar",
 1.16238 +	[true],
 1.16239 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16240 +["foo[]bar",
 1.16241 +	[["inserttext","&amp;"]],
 1.16242 +	"foo&amp;amp;[]bar",
 1.16243 +	[true],
 1.16244 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16245 +["foo[]bar",
 1.16246 +	[["inserttext"," "]],
 1.16247 +	"foo []bar",
 1.16248 +	[true],
 1.16249 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16250 +["foo []bar",
 1.16251 +	[["inserttext"," "]],
 1.16252 +	"foo&nbsp; []bar",
 1.16253 +	[true],
 1.16254 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16255 +["foo[] bar",
 1.16256 +	[["inserttext"," "]],
 1.16257 +	"foo&nbsp;[] bar",
 1.16258 +	[true],
 1.16259 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16260 +["foo &nbsp;[]bar",
 1.16261 +	[["inserttext"," "]],
 1.16262 +	"foo &nbsp; []bar",
 1.16263 +	[true],
 1.16264 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16265 +["foo []&nbsp;bar",
 1.16266 +	[["inserttext"," "]],
 1.16267 +	"foo &nbsp;[] bar",
 1.16268 +	[true],
 1.16269 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16270 +["foo[] &nbsp;bar",
 1.16271 +	[["inserttext"," "]],
 1.16272 +	"foo []&nbsp; bar",
 1.16273 +	[true],
 1.16274 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16275 +["foo&nbsp; []bar",
 1.16276 +	[["inserttext"," "]],
 1.16277 +	"foo &nbsp; []bar",
 1.16278 +	[true],
 1.16279 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16280 +["foo&nbsp;[] bar",
 1.16281 +	[["inserttext"," "]],
 1.16282 +	"foo &nbsp;[] bar",
 1.16283 +	[true],
 1.16284 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16285 +["foo[]&nbsp; bar",
 1.16286 +	[["inserttext"," "]],
 1.16287 +	"foo []&nbsp; bar",
 1.16288 +	[true],
 1.16289 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16290 +["foo&nbsp;&nbsp;[]bar",
 1.16291 +	[["inserttext"," "]],
 1.16292 +	"foo &nbsp; []bar",
 1.16293 +	[true],
 1.16294 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16295 +["foo&nbsp;[]&nbsp;bar",
 1.16296 +	[["inserttext"," "]],
 1.16297 +	"foo &nbsp;[] bar",
 1.16298 +	[true],
 1.16299 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16300 +["foo[]&nbsp;&nbsp;bar",
 1.16301 +	[["inserttext"," "]],
 1.16302 +	"foo []&nbsp; bar",
 1.16303 +	[true],
 1.16304 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16305 +["foo []&nbsp;        bar",
 1.16306 +	[["inserttext"," "]],
 1.16307 +	"foo &nbsp;[]&nbsp; bar",
 1.16308 +	[true],
 1.16309 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16310 +["foo  []bar",
 1.16311 +	[["inserttext"," "]],
 1.16312 +	"foo&nbsp; []bar",
 1.16313 +	[true],
 1.16314 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16315 +["foo []&nbsp;&nbsp; &nbsp; bar",
 1.16316 +	[["inserttext"," "]],
 1.16317 +	"foo &nbsp;[] &nbsp; &nbsp; bar",
 1.16318 +	[true],
 1.16319 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16320 +["[]foo",
 1.16321 +	[["inserttext"," "]],
 1.16322 +	"&nbsp;[]foo",
 1.16323 +	[true],
 1.16324 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16325 +["{}foo",
 1.16326 +	[["inserttext"," "]],
 1.16327 +	"&nbsp;[]foo",
 1.16328 +	[true],
 1.16329 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16330 +["foo[]",
 1.16331 +	[["inserttext"," "]],
 1.16332 +	"foo&nbsp;[]",
 1.16333 +	[true],
 1.16334 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16335 +["foo{}",
 1.16336 +	[["inserttext"," "]],
 1.16337 +	"foo&nbsp;[]",
 1.16338 +	[true],
 1.16339 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16340 +["foo&nbsp;[]",
 1.16341 +	[["inserttext"," "]],
 1.16342 +	"foo &nbsp;[]",
 1.16343 +	[true],
 1.16344 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16345 +["foo&nbsp;{}",
 1.16346 +	[["inserttext"," "]],
 1.16347 +	"foo &nbsp;[]",
 1.16348 +	[true],
 1.16349 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16350 +["foo&nbsp;&nbsp;[]",
 1.16351 +	[["inserttext"," "]],
 1.16352 +	"foo &nbsp;&nbsp;[]",
 1.16353 +	[true],
 1.16354 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16355 +["foo&nbsp;&nbsp;{}",
 1.16356 +	[["inserttext"," "]],
 1.16357 +	"foo &nbsp;&nbsp;[]",
 1.16358 +	[true],
 1.16359 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16360 +["<b>foo[]</b>bar",
 1.16361 +	[["inserttext"," "]],
 1.16362 +	"<b>foo []</b>bar",
 1.16363 +	[true],
 1.16364 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16365 +["foo[]<b>bar</b>",
 1.16366 +	[["inserttext"," "]],
 1.16367 +	"foo []<b>bar</b>",
 1.16368 +	[true],
 1.16369 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16370 +["foo[] ",
 1.16371 +	[["inserttext"," "]],
 1.16372 +	"foo&nbsp;[]",
 1.16373 +	[true],
 1.16374 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16375 +[" foo   []   ",
 1.16376 +	[["inserttext"," "]],
 1.16377 +	" foo&nbsp;[]",
 1.16378 +	[true],
 1.16379 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16380 +["foo[]<span> </span>",
 1.16381 +	[["inserttext"," "]],
 1.16382 +	"foo&nbsp;[]<span> </span>",
 1.16383 +	[true],
 1.16384 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16385 +["foo[]<span> </span> ",
 1.16386 +	[["inserttext"," "]],
 1.16387 +	"foo&nbsp;[]<span> </span> ",
 1.16388 +	[true],
 1.16389 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16390 +[" []foo",
 1.16391 +	[["inserttext"," "]],
 1.16392 +	"&nbsp;[]foo",
 1.16393 +	[true],
 1.16394 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16395 +["   []   foo ",
 1.16396 +	[["inserttext"," "]],
 1.16397 +	"&nbsp;[]foo ",
 1.16398 +	[true],
 1.16399 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16400 +["<span> </span>[]foo",
 1.16401 +	[["inserttext"," "]],
 1.16402 +	"<span> </span>&nbsp;[]foo",
 1.16403 +	[true],
 1.16404 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16405 +[" <span> </span>[]foo",
 1.16406 +	[["inserttext"," "]],
 1.16407 +	" <span> </span>&nbsp;[]foo",
 1.16408 +	[true],
 1.16409 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16410 +["{}<br>",
 1.16411 +	[["inserttext"," "]],
 1.16412 +	"&nbsp;[]",
 1.16413 +	[true],
 1.16414 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16415 +["<p>{}<br>",
 1.16416 +	[["inserttext"," "]],
 1.16417 +	"<p>&nbsp;[]</p>",
 1.16418 +	[true],
 1.16419 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16420 +["<p>foo[]<p>bar",
 1.16421 +	[["inserttext"," "]],
 1.16422 +	"<p>foo&nbsp;[]</p><p>bar</p>",
 1.16423 +	[true],
 1.16424 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16425 +["<p>foo&nbsp;[]<p>bar",
 1.16426 +	[["inserttext"," "]],
 1.16427 +	"<p>foo &nbsp;[]</p><p>bar</p>",
 1.16428 +	[true],
 1.16429 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16430 +["<p>foo[]<p>&nbsp;bar",
 1.16431 +	[["inserttext"," "]],
 1.16432 +	"<p>foo&nbsp;[]</p><p>&nbsp;bar</p>",
 1.16433 +	[true],
 1.16434 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16435 +["<pre>foo[]bar</pre>",
 1.16436 +	[["inserttext"," "]],
 1.16437 +	"<pre>foo []bar</pre>",
 1.16438 +	[true],
 1.16439 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16440 +["<pre>foo []bar</pre>",
 1.16441 +	[["inserttext"," "]],
 1.16442 +	"<pre>foo  []bar</pre>",
 1.16443 +	[true],
 1.16444 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16445 +["<pre>foo[] bar</pre>",
 1.16446 +	[["inserttext"," "]],
 1.16447 +	"<pre>foo [] bar</pre>",
 1.16448 +	[true],
 1.16449 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16450 +["<pre>foo &nbsp;[]bar</pre>",
 1.16451 +	[["inserttext"," "]],
 1.16452 +	"<pre>foo &nbsp; []bar</pre>",
 1.16453 +	[true],
 1.16454 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16455 +["<pre>[]foo</pre>",
 1.16456 +	[["inserttext"," "]],
 1.16457 +	"<pre> []foo</pre>",
 1.16458 +	[true],
 1.16459 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16460 +["<pre>foo[]</pre>",
 1.16461 +	[["inserttext"," "]],
 1.16462 +	"<pre>foo []</pre>",
 1.16463 +	[true],
 1.16464 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16465 +["<pre>foo&nbsp;[]</pre>",
 1.16466 +	[["inserttext"," "]],
 1.16467 +	"<pre>foo&nbsp; []</pre>",
 1.16468 +	[true],
 1.16469 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16470 +["<pre> foo   []   </pre>",
 1.16471 +	[["inserttext"," "]],
 1.16472 +	"<pre> foo    []   </pre>",
 1.16473 +	[true],
 1.16474 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16475 +["<div style=white-space:pre>foo[]bar</div>",
 1.16476 +	[["inserttext"," "]],
 1.16477 +	"<div style=\"white-space:pre\">foo []bar</div>",
 1.16478 +	[true],
 1.16479 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16480 +["<div style=white-space:pre>foo []bar</div>",
 1.16481 +	[["inserttext"," "]],
 1.16482 +	"<div style=\"white-space:pre\">foo  []bar</div>",
 1.16483 +	[true],
 1.16484 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16485 +["<div style=white-space:pre>foo[] bar</div>",
 1.16486 +	[["inserttext"," "]],
 1.16487 +	"<div style=\"white-space:pre\">foo [] bar</div>",
 1.16488 +	[true],
 1.16489 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16490 +["<div style=white-space:pre>foo &nbsp;[]bar</div>",
 1.16491 +	[["inserttext"," "]],
 1.16492 +	"<div style=\"white-space:pre\">foo &nbsp; []bar</div>",
 1.16493 +	[true],
 1.16494 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16495 +["<div style=white-space:pre>[]foo</div>",
 1.16496 +	[["inserttext"," "]],
 1.16497 +	"<div style=\"white-space:pre\"> []foo</div>",
 1.16498 +	[true],
 1.16499 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16500 +["<div style=white-space:pre>foo[]</div>",
 1.16501 +	[["inserttext"," "]],
 1.16502 +	"<div style=\"white-space:pre\">foo []</div>",
 1.16503 +	[true],
 1.16504 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16505 +["<div style=white-space:pre>foo&nbsp;[]</div>",
 1.16506 +	[["inserttext"," "]],
 1.16507 +	"<div style=\"white-space:pre\">foo&nbsp; []</div>",
 1.16508 +	[true],
 1.16509 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16510 +["<div style=white-space:pre> foo   []   </div>",
 1.16511 +	[["inserttext"," "]],
 1.16512 +	"<div style=\"white-space:pre\"> foo    []   </div>",
 1.16513 +	[true],
 1.16514 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16515 +["<div style=white-space:pre-wrap>foo[]bar</div>",
 1.16516 +	[["inserttext"," "]],
 1.16517 +	"<div style=\"white-space:pre-wrap\">foo []bar</div>",
 1.16518 +	[true],
 1.16519 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16520 +["<div style=white-space:pre-wrap>foo []bar</div>",
 1.16521 +	[["inserttext"," "]],
 1.16522 +	"<div style=\"white-space:pre-wrap\">foo  []bar</div>",
 1.16523 +	[true],
 1.16524 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16525 +["<div style=white-space:pre-wrap>foo[] bar</div>",
 1.16526 +	[["inserttext"," "]],
 1.16527 +	"<div style=\"white-space:pre-wrap\">foo [] bar</div>",
 1.16528 +	[true],
 1.16529 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16530 +["<div style=white-space:pre-wrap>foo &nbsp;[]bar</div>",
 1.16531 +	[["inserttext"," "]],
 1.16532 +	"<div style=\"white-space:pre-wrap\">foo &nbsp; []bar</div>",
 1.16533 +	[true],
 1.16534 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16535 +["<div style=white-space:pre-wrap>[]foo</div>",
 1.16536 +	[["inserttext"," "]],
 1.16537 +	"<div style=\"white-space:pre-wrap\"> []foo</div>",
 1.16538 +	[true],
 1.16539 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16540 +["<div style=white-space:pre-wrap>foo[]</div>",
 1.16541 +	[["inserttext"," "]],
 1.16542 +	"<div style=\"white-space:pre-wrap\">foo []</div>",
 1.16543 +	[true],
 1.16544 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16545 +["<div style=white-space:pre-wrap>foo&nbsp;[]</div>",
 1.16546 +	[["inserttext"," "]],
 1.16547 +	"<div style=\"white-space:pre-wrap\">foo&nbsp; []</div>",
 1.16548 +	[true],
 1.16549 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16550 +["<div style=white-space:pre-wrap> foo   []   </div>",
 1.16551 +	[["inserttext"," "]],
 1.16552 +	"<div style=\"white-space:pre-wrap\"> foo    []   </div>",
 1.16553 +	[true],
 1.16554 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16555 +["<div style=white-space:pre-line>foo[]bar</div>",
 1.16556 +	[["inserttext"," "]],
 1.16557 +	"<div style=\"white-space:pre-line\">foo []bar</div>",
 1.16558 +	[true],
 1.16559 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16560 +["<div style=white-space:pre-line>foo []bar</div>",
 1.16561 +	[["inserttext"," "]],
 1.16562 +	"<div style=\"white-space:pre-line\">foo&nbsp; []bar</div>",
 1.16563 +	[true],
 1.16564 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16565 +["<div style=white-space:pre-line>foo[] bar</div>",
 1.16566 +	[["inserttext"," "]],
 1.16567 +	"<div style=\"white-space:pre-line\">foo&nbsp;[] bar</div>",
 1.16568 +	[true],
 1.16569 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16570 +["<div style=white-space:pre-line>foo &nbsp;[]bar</div>",
 1.16571 +	[["inserttext"," "]],
 1.16572 +	"<div style=\"white-space:pre-line\">foo &nbsp; []bar</div>",
 1.16573 +	[true],
 1.16574 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16575 +["<div style=white-space:pre-line>[]foo</div>",
 1.16576 +	[["inserttext"," "]],
 1.16577 +	"<div style=\"white-space:pre-line\">&nbsp;[]foo</div>",
 1.16578 +	[true],
 1.16579 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16580 +["<div style=white-space:pre-line>foo[]</div>",
 1.16581 +	[["inserttext"," "]],
 1.16582 +	"<div style=\"white-space:pre-line\">foo&nbsp;[]</div>",
 1.16583 +	[true],
 1.16584 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16585 +["<div style=white-space:pre-line>foo&nbsp;[]</div>",
 1.16586 +	[["inserttext"," "]],
 1.16587 +	"<div style=\"white-space:pre-line\">foo &nbsp;[]</div>",
 1.16588 +	[true],
 1.16589 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16590 +["<div style=white-space:pre-line> foo   []   </div>",
 1.16591 +	[["inserttext"," "]],
 1.16592 +	"<div style=\"white-space:pre-line\"> foo&nbsp;[]</div>",
 1.16593 +	[true],
 1.16594 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16595 +["<div style=white-space:nowrap>foo[]bar</div>",
 1.16596 +	[["inserttext"," "]],
 1.16597 +	"<div style=\"white-space:nowrap\">foo []bar</div>",
 1.16598 +	[true],
 1.16599 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16600 +["<div style=white-space:nowrap>foo []bar</div>",
 1.16601 +	[["inserttext"," "]],
 1.16602 +	"<div style=\"white-space:nowrap\">foo&nbsp; []bar</div>",
 1.16603 +	[true],
 1.16604 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16605 +["<div style=white-space:nowrap>foo[] bar</div>",
 1.16606 +	[["inserttext"," "]],
 1.16607 +	"<div style=\"white-space:nowrap\">foo&nbsp;[] bar</div>",
 1.16608 +	[true],
 1.16609 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16610 +["<div style=white-space:nowrap>foo &nbsp;[]bar</div>",
 1.16611 +	[["inserttext"," "]],
 1.16612 +	"<div style=\"white-space:nowrap\">foo &nbsp; []bar</div>",
 1.16613 +	[true],
 1.16614 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16615 +["<div style=white-space:nowrap>[]foo</div>",
 1.16616 +	[["inserttext"," "]],
 1.16617 +	"<div style=\"white-space:nowrap\">&nbsp;[]foo</div>",
 1.16618 +	[true],
 1.16619 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16620 +["<div style=white-space:nowrap>foo[]</div>",
 1.16621 +	[["inserttext"," "]],
 1.16622 +	"<div style=\"white-space:nowrap\">foo&nbsp;[]</div>",
 1.16623 +	[true],
 1.16624 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16625 +["<div style=white-space:nowrap>foo&nbsp;[]</div>",
 1.16626 +	[["inserttext"," "]],
 1.16627 +	"<div style=\"white-space:nowrap\">foo &nbsp;[]</div>",
 1.16628 +	[true],
 1.16629 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16630 +["<div style=white-space:nowrap> foo   []   </div>",
 1.16631 +	[["inserttext"," "]],
 1.16632 +	"<div style=\"white-space:nowrap\"> foo&nbsp;[]</div>",
 1.16633 +	[true],
 1.16634 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16635 +["http://a[]",
 1.16636 +	[["inserttext"," "]],
 1.16637 +	"<a href=\"http://a\">http://a</a>&nbsp;[]",
 1.16638 +	[true],
 1.16639 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16640 +["ftp://a[]",
 1.16641 +	[["inserttext"," "]],
 1.16642 +	"<a href=\"ftp://a\">ftp://a</a>&nbsp;[]",
 1.16643 +	[true],
 1.16644 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16645 +["quasit://a[]",
 1.16646 +	[["inserttext"," "]],
 1.16647 +	"<a href=\"quasit://a\">quasit://a</a>&nbsp;[]",
 1.16648 +	[true],
 1.16649 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16650 +[".x-++-.://a[]",
 1.16651 +	[["inserttext"," "]],
 1.16652 +	".<a href=\"x-++-.://a\">x-++-.://a</a>&nbsp;[]",
 1.16653 +	[true],
 1.16654 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16655 +["(http://a)[]",
 1.16656 +	[["inserttext"," "]],
 1.16657 +	"(<a href=\"http://a\">http://a</a>)&nbsp;[]",
 1.16658 +	[true],
 1.16659 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16660 +["&lt;http://a>[]",
 1.16661 +	[["inserttext"," "]],
 1.16662 +	"&lt;<a href=\"http://a\">http://a</a>&gt;&nbsp;[]",
 1.16663 +	[true],
 1.16664 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16665 +["http://a![]",
 1.16666 +	[["inserttext"," "]],
 1.16667 +	"<a href=\"http://a\">http://a</a>!&nbsp;[]",
 1.16668 +	[true],
 1.16669 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16670 +["!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~http://a!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~[]",
 1.16671 +	[["inserttext"," "]],
 1.16672 +	"!\"#$%&amp;'()*+,-./:;&lt;=&gt;?^_`|~<a href=\"http://a!&quot;#$%&amp;'()*+,-./:;&lt;=&gt;?^_`|~\">http://a!\"#$%&amp;'()*+,-./:;&lt;=&gt;?^_`|~</a>&nbsp;[]",
 1.16673 +	[true],
 1.16674 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16675 +["http://a!\"'(),-.:;&lt;>`[]",
 1.16676 +	[["inserttext"," "]],
 1.16677 +	"<a href=\"http://a\">http://a</a>!\"'(),-.:;&lt;&gt;`&nbsp;[]",
 1.16678 +	[true],
 1.16679 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16680 +["http://a#$%&amp;*+/=?^_|~[]",
 1.16681 +	[["inserttext"," "]],
 1.16682 +	"<a href=\"http://a#$%&amp;*+/=?^_|~\">http://a#$%&amp;*+/=?^_|~</a>&nbsp;[]",
 1.16683 +	[true],
 1.16684 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16685 +["mailto:a[]",
 1.16686 +	[["inserttext"," "]],
 1.16687 +	"<a href=\"mailto:a\">mailto:a</a>&nbsp;[]",
 1.16688 +	[true],
 1.16689 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16690 +["a@b[]",
 1.16691 +	[["inserttext"," "]],
 1.16692 +	"<a href=\"mailto:a@b\">a@b</a>&nbsp;[]",
 1.16693 +	[true],
 1.16694 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16695 +["a@[]",
 1.16696 +	[["inserttext"," "]],
 1.16697 +	"a@&nbsp;[]",
 1.16698 +	[true],
 1.16699 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16700 +["@b[]",
 1.16701 +	[["inserttext"," "]],
 1.16702 +	"@b&nbsp;[]",
 1.16703 +	[true],
 1.16704 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16705 +["#@x[]",
 1.16706 +	[["inserttext"," "]],
 1.16707 +	"<a href=\"mailto:#@x\">#@x</a>&nbsp;[]",
 1.16708 +	[true],
 1.16709 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16710 +["a@.[]",
 1.16711 +	[["inserttext"," "]],
 1.16712 +	"a@.&nbsp;[]",
 1.16713 +	[true],
 1.16714 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16715 +["!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~a@b!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~[]",
 1.16716 +	[["inserttext"," "]],
 1.16717 +	"!\"#$%&amp;'()*+,-./:;&lt;=&gt;<a href=\"mailto:?^_`|~a@b\">?^_`|~a@b</a>!\"#$%&amp;'()*+,-./:;&lt;=&gt;?^_`|~&nbsp;[]",
 1.16718 +	[true],
 1.16719 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16720 +["<b>a@b</b>{}",
 1.16721 +	[["inserttext"," "]],
 1.16722 +	"<a href=\"mailto:a@b\"><b>a@b</b></a> []",
 1.16723 +	[true],
 1.16724 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16725 +["<b>a</b><i>@</i><u>b</u>{}",
 1.16726 +	[["inserttext"," "]],
 1.16727 +	"<b>a</b><i>@</i><u>b</u> []",
 1.16728 +	[true],
 1.16729 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16730 +["a@b<b>[]c</b>",
 1.16731 +	[["inserttext"," "]],
 1.16732 +	"<a href=\"mailto:a@b\">a@b</a><b> []c</b>",
 1.16733 +	[true],
 1.16734 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16735 +["<p>a@b</p><p>[]c</p>",
 1.16736 +	[["inserttext"," "]],
 1.16737 +	"<p>a@b</p><p>&nbsp;[]c</p>",
 1.16738 +	[true],
 1.16739 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16740 +["http://a[]",
 1.16741 +	[["inserttext","a"]],
 1.16742 +	"http://aa[]",
 1.16743 +	[true],
 1.16744 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16745 +["http://a[]",
 1.16746 +	[["inserttext","\t"]],
 1.16747 +	"<a href=\"http://a\">http://a</a>\t[]",
 1.16748 +	[true],
 1.16749 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16750 +["http://a[]",
 1.16751 +	[["inserttext","\f"]],
 1.16752 +	"<a href=\"http://a\">http://a</a>\f[]",
 1.16753 +	[true],
 1.16754 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16755 +["http://a[]",
 1.16756 +	[["inserttext"," "]],
 1.16757 +	"http://a&nbsp;[]",
 1.16758 +	[true],
 1.16759 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16760 +["foo[]",
 1.16761 +	[["inserttext","   "]],
 1.16762 +	"foo &nbsp;&nbsp;[]",
 1.16763 +	[true],
 1.16764 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16765 +["foo[]bar",
 1.16766 +	[["inserttext","a"]],
 1.16767 +	"fooa[]bar",
 1.16768 +	[true],
 1.16769 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16770 +["foo&nbsp;[]",
 1.16771 +	[["inserttext","a"]],
 1.16772 +	"foo a[]",
 1.16773 +	[true],
 1.16774 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16775 +["foo []",
 1.16776 +	[["inserttext","a"]],
 1.16777 +	"foo a[]",
 1.16778 +	[true],
 1.16779 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16780 +["<p>foo[]",
 1.16781 +	[["inserttext","a"]],
 1.16782 +	"<p>fooa[]</p>",
 1.16783 +	[true],
 1.16784 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16785 +["<p>foo</p>{}",
 1.16786 +	[["inserttext","a"]],
 1.16787 +	"<p>foo</p>a[]",
 1.16788 +	[true],
 1.16789 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16790 +["<p>[]foo",
 1.16791 +	[["inserttext","a"]],
 1.16792 +	"<p>a[]foo</p>",
 1.16793 +	[true],
 1.16794 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16795 +["<p>{}foo",
 1.16796 +	[["inserttext","a"]],
 1.16797 +	"<p>a[]foo</p>",
 1.16798 +	[true],
 1.16799 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16800 +["{}<p>foo",
 1.16801 +	[["inserttext","a"]],
 1.16802 +	"a[]<p>foo</p>",
 1.16803 +	[true],
 1.16804 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16805 +["<p>foo</p>{}<p>bar</p>",
 1.16806 +	[["inserttext","a"]],
 1.16807 +	"<p>foo</p>a[]<p>bar</p>",
 1.16808 +	[true],
 1.16809 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16810 +["<b>foo[]</b>bar",
 1.16811 +	[["inserttext","a"]],
 1.16812 +	"<b>fooa[]</b>bar",
 1.16813 +	[true],
 1.16814 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16815 +["<b>foo</b>[]bar",
 1.16816 +	[["inserttext","a"]],
 1.16817 +	"<b>foo</b>a[]bar",
 1.16818 +	[true],
 1.16819 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16820 +["foo<b>{}</b>bar",
 1.16821 +	[["inserttext","a"]],
 1.16822 +	"foo<b>a[]</b>bar",
 1.16823 +	[true],
 1.16824 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16825 +["<a>foo[]</a>bar",
 1.16826 +	[["inserttext","a"]],
 1.16827 +	"<a>fooa[]</a>bar",
 1.16828 +	[true],
 1.16829 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16830 +["<a>foo</a>[]bar",
 1.16831 +	[["inserttext","a"]],
 1.16832 +	"<a>foo</a>a[]bar",
 1.16833 +	[true],
 1.16834 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16835 +["<a href=/>foo[]</a>bar",
 1.16836 +	[["inserttext","a"]],
 1.16837 +	"<a href=\"/\">fooa[]</a>bar",
 1.16838 +	[true],
 1.16839 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16840 +["<a href=/>foo</a>[]bar",
 1.16841 +	[["inserttext","a"]],
 1.16842 +	"<a href=\"/\">foo</a>a[]bar",
 1.16843 +	[true],
 1.16844 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16845 +["<p>fo[o<p>b]ar",
 1.16846 +	[["defaultparagraphseparator","div"],["inserttext","a"]],
 1.16847 +	"<p>foa[]ar</p>",
 1.16848 +	[true,true],
 1.16849 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 1.16850 +["<p>fo[o<p>b]ar",
 1.16851 +	[["defaultparagraphseparator","p"],["inserttext","a"]],
 1.16852 +	"<p>foa[]ar</p>",
 1.16853 +	[true,true],
 1.16854 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserttext":[false,false,"",false,false,""]}],
 1.16855 +["<p>fo[o<p>bar<p>b]az",
 1.16856 +	[["defaultparagraphseparator","div"],["inserttext","a"]],
 1.16857 +	"<p>foa[]az</p>",
 1.16858 +	[true,true],
 1.16859 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 1.16860 +["<p>fo[o<p>bar<p>b]az",
 1.16861 +	[["defaultparagraphseparator","p"],["inserttext","a"]],
 1.16862 +	"<p>foa[]az</p>",
 1.16863 +	[true,true],
 1.16864 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserttext":[false,false,"",false,false,""]}],
 1.16865 +["{}<br>",
 1.16866 +	[["inserttext","a"]],
 1.16867 +	"a[]",
 1.16868 +	[true],
 1.16869 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16870 +["<p>{}<br>",
 1.16871 +	[["inserttext","a"]],
 1.16872 +	"<p>a[]</p>",
 1.16873 +	[true],
 1.16874 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16875 +["<p><span>{}<br></span>",
 1.16876 +	[["inserttext","a"]],
 1.16877 +	"<p><span>a[]</span></p>",
 1.16878 +	[true],
 1.16879 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16880 +["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 1.16881 +	[["inserttext","a"]],
 1.16882 +	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>baz</p>",
 1.16883 +	[true],
 1.16884 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16885 +["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 1.16886 +	[["inserttext","a"]],
 1.16887 +	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>baz</p>",
 1.16888 +	[true],
 1.16889 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16890 +["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 1.16891 +	[["inserttext","a"]],
 1.16892 +	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>baz</p>",
 1.16893 +	[true],
 1.16894 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16895 +["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 1.16896 +	[["stylewithcss","true"],["inserttext","a"]],
 1.16897 +	"<p>a[]baz</p>",
 1.16898 +	[true,true],
 1.16899 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.16900 +["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 1.16901 +	[["stylewithcss","false"],["inserttext","a"]],
 1.16902 +	"<p>a[]baz</p>",
 1.16903 +	[true,true],
 1.16904 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.16905 +["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 1.16906 +	[["stylewithcss","true"],["inserttext","a"]],
 1.16907 +	"<p>a[]baz</p>",
 1.16908 +	[true,true],
 1.16909 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.16910 +["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 1.16911 +	[["stylewithcss","false"],["inserttext","a"]],
 1.16912 +	"<p>a[]baz</p>",
 1.16913 +	[true,true],
 1.16914 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.16915 +["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 1.16916 +	[["inserttext","a"]],
 1.16917 +	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span></p>",
 1.16918 +	[true],
 1.16919 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16920 +["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 1.16921 +	[["inserttext","a"]],
 1.16922 +	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span></p>",
 1.16923 +	[true],
 1.16924 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16925 +["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 1.16926 +	[["stylewithcss","true"],["inserttext","a"]],
 1.16927 +	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>quz</p>",
 1.16928 +	[true,true],
 1.16929 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.16930 +["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 1.16931 +	[["stylewithcss","false"],["inserttext","a"]],
 1.16932 +	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>quz</p>",
 1.16933 +	[true,true],
 1.16934 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.16935 +["foo<b>[bar]</b>baz",
 1.16936 +	[["inserttext","a"]],
 1.16937 +	"foo<b>a[]</b>baz",
 1.16938 +	[true],
 1.16939 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16940 +["foo<i>[bar]</i>baz",
 1.16941 +	[["inserttext","a"]],
 1.16942 +	"foo<i>a[]</i>baz",
 1.16943 +	[true],
 1.16944 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16945 +["foo<s>[bar]</s>baz",
 1.16946 +	[["inserttext","a"]],
 1.16947 +	"foo<s>a[]</s>baz",
 1.16948 +	[true],
 1.16949 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16950 +["foo<sub>[bar]</sub>baz",
 1.16951 +	[["inserttext","a"]],
 1.16952 +	"foo<sub>a[]</sub>baz",
 1.16953 +	[true],
 1.16954 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16955 +["foo<sup>[bar]</sup>baz",
 1.16956 +	[["inserttext","a"]],
 1.16957 +	"foo<sup>a[]</sup>baz",
 1.16958 +	[true],
 1.16959 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16960 +["foo<u>[bar]</u>baz",
 1.16961 +	[["inserttext","a"]],
 1.16962 +	"foo<u>a[]</u>baz",
 1.16963 +	[true],
 1.16964 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16965 +["foo<a href=http://www.google.com>[bar]</a>baz",
 1.16966 +	[["inserttext","a"]],
 1.16967 +	"foo<a href=\"http://www.google.com\">a[]</a>baz",
 1.16968 +	[true],
 1.16969 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16970 +["foo<font face=sans-serif>[bar]</font>baz",
 1.16971 +	[["inserttext","a"]],
 1.16972 +	"foo<font face=\"sans-serif\">a[]</font>baz",
 1.16973 +	[true],
 1.16974 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16975 +["foo<font size=4>[bar]</font>baz",
 1.16976 +	[["inserttext","a"]],
 1.16977 +	"foo<font size=\"4\">a[]</font>baz",
 1.16978 +	[true],
 1.16979 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16980 +["foo<font color=#0000FF>[bar]</font>baz",
 1.16981 +	[["inserttext","a"]],
 1.16982 +	"foo<font color=\"#0000FF\">a[]</font>baz",
 1.16983 +	[true],
 1.16984 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16985 +["foo<span style=background-color:#00FFFF>[bar]</span>baz",
 1.16986 +	[["inserttext","a"]],
 1.16987 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>baz",
 1.16988 +	[true],
 1.16989 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16990 +["foo<a href=http://www.google.com><font color=blue>[bar]</font></a>baz",
 1.16991 +	[["inserttext","a"]],
 1.16992 +	"foo<a href=\"http://www.google.com\"><font color=\"blue\">a[]</font></a>baz",
 1.16993 +	[true],
 1.16994 +	{"inserttext":[false,false,"",false,false,""]}],
 1.16995 +["foo<font color=blue><a href=http://www.google.com>[bar]</a></font>baz",
 1.16996 +	[["inserttext","a"]],
 1.16997 +	"foo<font color=\"blue\"><a href=\"http://www.google.com\">a[]</a></font>baz",
 1.16998 +	[true],
 1.16999 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17000 +["foo<a href=http://www.google.com><font color=brown>[bar]</font></a>baz",
 1.17001 +	[["inserttext","a"]],
 1.17002 +	"foo<a href=\"http://www.google.com\"><font color=\"brown\">a[]</font></a>baz",
 1.17003 +	[true],
 1.17004 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17005 +["foo<font color=brown><a href=http://www.google.com>[bar]</a></font>baz",
 1.17006 +	[["inserttext","a"]],
 1.17007 +	"foo<font color=\"brown\"><a href=\"http://www.google.com\">a[]</a></font>baz",
 1.17008 +	[true],
 1.17009 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17010 +["foo<a href=http://www.google.com><font color=black>[bar]</font></a>baz",
 1.17011 +	[["inserttext","a"]],
 1.17012 +	"foo<a href=\"http://www.google.com\"><font color=\"black\">a[]</font></a>baz",
 1.17013 +	[true],
 1.17014 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17015 +["foo<a href=http://www.google.com><u>[bar]</u></a>baz",
 1.17016 +	[["inserttext","a"]],
 1.17017 +	"foo<a href=\"http://www.google.com\"><u>a[]</u></a>baz",
 1.17018 +	[true],
 1.17019 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17020 +["foo<u><a href=http://www.google.com>[bar]</a></u>baz",
 1.17021 +	[["inserttext","a"]],
 1.17022 +	"foo<u><a href=\"http://www.google.com\">a[]</a></u>baz",
 1.17023 +	[true],
 1.17024 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17025 +["foo<sub><font size=2>[bar]</font></sub>baz",
 1.17026 +	[["inserttext","a"]],
 1.17027 +	"foo<sub><font size=\"2\">a[]</font></sub>baz",
 1.17028 +	[true],
 1.17029 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17030 +["foo<font size=2><sub>[bar]</sub></font>baz",
 1.17031 +	[["inserttext","a"]],
 1.17032 +	"foo<font size=\"2\"><sub>a[]</sub></font>baz",
 1.17033 +	[true],
 1.17034 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17035 +["foo<sub><font size=3>[bar]</font></sub>baz",
 1.17036 +	[["inserttext","a"]],
 1.17037 +	"foo<sub><font size=\"3\">a[]</font></sub>baz",
 1.17038 +	[true],
 1.17039 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17040 +["foo<font size=3><sub>[bar]</sub></font>baz",
 1.17041 +	[["inserttext","a"]],
 1.17042 +	"foo<font size=\"3\"><sub>a[]</sub></font>baz",
 1.17043 +	[true],
 1.17044 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17045 +["[foo<b>bar]</b>baz",
 1.17046 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17047 +	"a[]baz",
 1.17048 +	[true,true],
 1.17049 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17050 +["[foo<b>bar]</b>baz",
 1.17051 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17052 +	"a[]baz",
 1.17053 +	[true,true],
 1.17054 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17055 +["[foo<i>bar]</i>baz",
 1.17056 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17057 +	"a[]baz",
 1.17058 +	[true,true],
 1.17059 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17060 +["[foo<i>bar]</i>baz",
 1.17061 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17062 +	"a[]baz",
 1.17063 +	[true,true],
 1.17064 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17065 +["[foo<s>bar]</s>baz",
 1.17066 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17067 +	"a[]baz",
 1.17068 +	[true,true],
 1.17069 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17070 +["[foo<s>bar]</s>baz",
 1.17071 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17072 +	"a[]baz",
 1.17073 +	[true,true],
 1.17074 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17075 +["[foo<sub>bar]</sub>baz",
 1.17076 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17077 +	"a[]baz",
 1.17078 +	[true,true],
 1.17079 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17080 +["[foo<sub>bar]</sub>baz",
 1.17081 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17082 +	"a[]baz",
 1.17083 +	[true,true],
 1.17084 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17085 +["[foo<sup>bar]</sup>baz",
 1.17086 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17087 +	"a[]baz",
 1.17088 +	[true,true],
 1.17089 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17090 +["[foo<sup>bar]</sup>baz",
 1.17091 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17092 +	"a[]baz",
 1.17093 +	[true,true],
 1.17094 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17095 +["[foo<u>bar]</u>baz",
 1.17096 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17097 +	"a[]baz",
 1.17098 +	[true,true],
 1.17099 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17100 +["[foo<u>bar]</u>baz",
 1.17101 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17102 +	"a[]baz",
 1.17103 +	[true,true],
 1.17104 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17105 +["[foo<a href=http://www.google.com>bar]</a>baz",
 1.17106 +	[["inserttext","a"]],
 1.17107 +	"a[]baz",
 1.17108 +	[true],
 1.17109 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17110 +["[foo<font face=sans-serif>bar]</font>baz",
 1.17111 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17112 +	"a[]baz",
 1.17113 +	[true,true],
 1.17114 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17115 +["[foo<font face=sans-serif>bar]</font>baz",
 1.17116 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17117 +	"a[]baz",
 1.17118 +	[true,true],
 1.17119 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17120 +["[foo<font size=4>bar]</font>baz",
 1.17121 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17122 +	"a[]baz",
 1.17123 +	[true,true],
 1.17124 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17125 +["[foo<font size=4>bar]</font>baz",
 1.17126 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17127 +	"a[]baz",
 1.17128 +	[true,true],
 1.17129 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17130 +["[foo<font color=#0000FF>bar]</font>baz",
 1.17131 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17132 +	"a[]baz",
 1.17133 +	[true,true],
 1.17134 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17135 +["[foo<font color=#0000FF>bar]</font>baz",
 1.17136 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17137 +	"a[]baz",
 1.17138 +	[true,true],
 1.17139 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17140 +["[foo<span style=background-color:#00FFFF>bar]</span>baz",
 1.17141 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17142 +	"a[]baz",
 1.17143 +	[true,true],
 1.17144 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17145 +["[foo<span style=background-color:#00FFFF>bar]</span>baz",
 1.17146 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17147 +	"a[]baz",
 1.17148 +	[true,true],
 1.17149 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17150 +["[foo<a href=http://www.google.com><font color=blue>bar]</font></a>baz",
 1.17151 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17152 +	"a[]baz",
 1.17153 +	[true,true],
 1.17154 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17155 +["[foo<a href=http://www.google.com><font color=blue>bar]</font></a>baz",
 1.17156 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17157 +	"a[]baz",
 1.17158 +	[true,true],
 1.17159 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17160 +["[foo<font color=blue><a href=http://www.google.com>bar]</a></font>baz",
 1.17161 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17162 +	"a[]baz",
 1.17163 +	[true,true],
 1.17164 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17165 +["[foo<font color=blue><a href=http://www.google.com>bar]</a></font>baz",
 1.17166 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17167 +	"a[]baz",
 1.17168 +	[true,true],
 1.17169 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17170 +["[foo<a href=http://www.google.com><font color=brown>bar]</font></a>baz",
 1.17171 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17172 +	"a[]baz",
 1.17173 +	[true,true],
 1.17174 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17175 +["[foo<a href=http://www.google.com><font color=brown>bar]</font></a>baz",
 1.17176 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17177 +	"a[]baz",
 1.17178 +	[true,true],
 1.17179 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17180 +["[foo<font color=brown><a href=http://www.google.com>bar]</a></font>baz",
 1.17181 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17182 +	"a[]baz",
 1.17183 +	[true,true],
 1.17184 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17185 +["[foo<font color=brown><a href=http://www.google.com>bar]</a></font>baz",
 1.17186 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17187 +	"a[]baz",
 1.17188 +	[true,true],
 1.17189 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17190 +["[foo<a href=http://www.google.com><font color=black>bar]</font></a>baz",
 1.17191 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17192 +	"a[]baz",
 1.17193 +	[true,true],
 1.17194 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17195 +["[foo<a href=http://www.google.com><font color=black>bar]</font></a>baz",
 1.17196 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17197 +	"a[]baz",
 1.17198 +	[true,true],
 1.17199 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17200 +["[foo<a href=http://www.google.com><u>bar]</u></a>baz",
 1.17201 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17202 +	"a[]baz",
 1.17203 +	[true,true],
 1.17204 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17205 +["[foo<a href=http://www.google.com><u>bar]</u></a>baz",
 1.17206 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17207 +	"a[]baz",
 1.17208 +	[true,true],
 1.17209 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17210 +["[foo<u><a href=http://www.google.com>bar]</a></u>baz",
 1.17211 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17212 +	"a[]baz",
 1.17213 +	[true,true],
 1.17214 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17215 +["[foo<u><a href=http://www.google.com>bar]</a></u>baz",
 1.17216 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17217 +	"a[]baz",
 1.17218 +	[true,true],
 1.17219 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17220 +["[foo<sub><font size=2>bar]</font></sub>baz",
 1.17221 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17222 +	"a[]baz",
 1.17223 +	[true,true],
 1.17224 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17225 +["[foo<sub><font size=2>bar]</font></sub>baz",
 1.17226 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17227 +	"a[]baz",
 1.17228 +	[true,true],
 1.17229 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17230 +["[foo<font size=2><sub>bar]</sub></font>baz",
 1.17231 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17232 +	"a[]baz",
 1.17233 +	[true,true],
 1.17234 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17235 +["[foo<font size=2><sub>bar]</sub></font>baz",
 1.17236 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17237 +	"a[]baz",
 1.17238 +	[true,true],
 1.17239 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17240 +["[foo<sub><font size=3>bar]</font></sub>baz",
 1.17241 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17242 +	"a[]baz",
 1.17243 +	[true,true],
 1.17244 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17245 +["[foo<sub><font size=3>bar]</font></sub>baz",
 1.17246 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17247 +	"a[]baz",
 1.17248 +	[true,true],
 1.17249 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17250 +["[foo<font size=3><sub>bar]</sub></font>baz",
 1.17251 +	[["stylewithcss","true"],["inserttext","a"]],
 1.17252 +	"a[]baz",
 1.17253 +	[true,true],
 1.17254 +	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.17255 +["[foo<font size=3><sub>bar]</sub></font>baz",
 1.17256 +	[["stylewithcss","false"],["inserttext","a"]],
 1.17257 +	"a[]baz",
 1.17258 +	[true,true],
 1.17259 +	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.17260 +["foo<b>[bar</b>baz]",
 1.17261 +	[["inserttext","a"]],
 1.17262 +	"foo<b>a[]</b>",
 1.17263 +	[true],
 1.17264 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17265 +["foo<i>[bar</i>baz]",
 1.17266 +	[["inserttext","a"]],
 1.17267 +	"foo<i>a[]</i>",
 1.17268 +	[true],
 1.17269 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17270 +["foo<s>[bar</s>baz]",
 1.17271 +	[["inserttext","a"]],
 1.17272 +	"foo<s>a[]</s>",
 1.17273 +	[true],
 1.17274 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17275 +["foo<sub>[bar</sub>baz]",
 1.17276 +	[["inserttext","a"]],
 1.17277 +	"foo<sub>a[]</sub>",
 1.17278 +	[true],
 1.17279 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17280 +["foo<sup>[bar</sup>baz]",
 1.17281 +	[["inserttext","a"]],
 1.17282 +	"foo<sup>a[]</sup>",
 1.17283 +	[true],
 1.17284 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17285 +["foo<u>[bar</u>baz]",
 1.17286 +	[["inserttext","a"]],
 1.17287 +	"foo<u>a[]</u>",
 1.17288 +	[true],
 1.17289 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17290 +["foo<a href=http://www.google.com>[bar</a>baz]",
 1.17291 +	[["inserttext","a"]],
 1.17292 +	"foo<a href=\"http://www.google.com\">a[]</a>",
 1.17293 +	[true],
 1.17294 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17295 +["foo<font face=sans-serif>[bar</font>baz]",
 1.17296 +	[["inserttext","a"]],
 1.17297 +	"foo<font face=\"sans-serif\">a[]</font>",
 1.17298 +	[true],
 1.17299 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17300 +["foo<font size=4>[bar</font>baz]",
 1.17301 +	[["inserttext","a"]],
 1.17302 +	"foo<font size=\"4\">a[]</font>",
 1.17303 +	[true],
 1.17304 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17305 +["foo<font color=#0000FF>[bar</font>baz]",
 1.17306 +	[["inserttext","a"]],
 1.17307 +	"foo<font color=\"#0000FF\">a[]</font>",
 1.17308 +	[true],
 1.17309 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17310 +["foo<span style=background-color:#00FFFF>[bar</span>baz]",
 1.17311 +	[["inserttext","a"]],
 1.17312 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>",
 1.17313 +	[true],
 1.17314 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17315 +["foo<a href=http://www.google.com><font color=blue>[bar</font></a>baz]",
 1.17316 +	[["inserttext","a"]],
 1.17317 +	"foo<a href=\"http://www.google.com\"><font color=\"blue\">a[]</font></a>",
 1.17318 +	[true],
 1.17319 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17320 +["foo<font color=blue><a href=http://www.google.com>[bar</a></font>baz]",
 1.17321 +	[["inserttext","a"]],
 1.17322 +	"foo<font color=\"blue\"><a href=\"http://www.google.com\">a[]</a></font>",
 1.17323 +	[true],
 1.17324 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17325 +["foo<a href=http://www.google.com><font color=brown>[bar</font></a>baz]",
 1.17326 +	[["inserttext","a"]],
 1.17327 +	"foo<a href=\"http://www.google.com\"><font color=\"brown\">a[]</font></a>",
 1.17328 +	[true],
 1.17329 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17330 +["foo<font color=brown><a href=http://www.google.com>[bar</a></font>baz]",
 1.17331 +	[["inserttext","a"]],
 1.17332 +	"foo<font color=\"brown\"><a href=\"http://www.google.com\">a[]</a></font>",
 1.17333 +	[true],
 1.17334 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17335 +["foo<a href=http://www.google.com><font color=black>[bar</font></a>baz]",
 1.17336 +	[["inserttext","a"]],
 1.17337 +	"foo<a href=\"http://www.google.com\"><font color=\"black\">a[]</font></a>",
 1.17338 +	[true],
 1.17339 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17340 +["foo<a href=http://www.google.com><u>[bar</u></a>baz]",
 1.17341 +	[["inserttext","a"]],
 1.17342 +	"foo<a href=\"http://www.google.com\"><u>a[]</u></a>",
 1.17343 +	[true],
 1.17344 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17345 +["foo<u><a href=http://www.google.com>[bar</a></u>baz]",
 1.17346 +	[["inserttext","a"]],
 1.17347 +	"foo<u><a href=\"http://www.google.com\">a[]</a></u>",
 1.17348 +	[true],
 1.17349 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17350 +["foo<sub><font size=2>[bar</font></sub>baz]",
 1.17351 +	[["inserttext","a"]],
 1.17352 +	"foo<sub><font size=\"2\">a[]</font></sub>",
 1.17353 +	[true],
 1.17354 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17355 +["foo<font size=2><sub>[bar</sub></font>baz]",
 1.17356 +	[["inserttext","a"]],
 1.17357 +	"foo<font size=\"2\"><sub>a[]</sub></font>",
 1.17358 +	[true],
 1.17359 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17360 +["foo<sub><font size=3>[bar</font></sub>baz]",
 1.17361 +	[["inserttext","a"]],
 1.17362 +	"foo<sub><font size=\"3\">a[]</font></sub>",
 1.17363 +	[true],
 1.17364 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17365 +["foo<font size=3><sub>[bar</sub></font>baz]",
 1.17366 +	[["inserttext","a"]],
 1.17367 +	"foo<font size=\"3\"><sub>a[]</sub></font>",
 1.17368 +	[true],
 1.17369 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17370 +["<blockquote><font color=blue>[foo]</font></blockquote>",
 1.17371 +	[["inserttext","a"]],
 1.17372 +	"<blockquote><font color=\"blue\">a[]</font></blockquote>",
 1.17373 +	[true],
 1.17374 +	{"inserttext":[false,false,"",false,false,""]}],
 1.17375 +["foo[]bar",
 1.17376 +	[["insertunorderedlist",""]],
 1.17377 +	"<ul><li>foo[]bar</li></ul>",
 1.17378 +	[true],
 1.17379 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17380 +["foo[bar]baz",
 1.17381 +	[["insertunorderedlist",""]],
 1.17382 +	"<ul><li>foo[bar]baz</li></ul>",
 1.17383 +	[true],
 1.17384 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17385 +["foo<br>[bar]",
 1.17386 +	[["insertunorderedlist",""]],
 1.17387 +	"foo<ul><li>[bar]</li></ul>",
 1.17388 +	[true],
 1.17389 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17390 +["f[oo<br>b]ar<br>baz",
 1.17391 +	[["insertunorderedlist",""]],
 1.17392 +	"<ul><li>f[oo</li><li>b]ar</li></ul>baz",
 1.17393 +	[true],
 1.17394 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17395 +["<p>[foo]<br>bar</p>",
 1.17396 +	[["insertunorderedlist",""]],
 1.17397 +	"<ul><li>[foo]</li></ul><p>bar</p>",
 1.17398 +	[true],
 1.17399 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17400 +["[foo<ol><li>bar]</ol>baz",
 1.17401 +	[["insertunorderedlist",""]],
 1.17402 +	"<ul><li>[foo</li><li>bar]</li></ul>baz",
 1.17403 +	[true],
 1.17404 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17405 +["foo<ol><li>[bar</ol>baz]",
 1.17406 +	[["insertunorderedlist",""]],
 1.17407 +	"foo<ul><li>[bar</li><li>baz]</li></ul>",
 1.17408 +	[true],
 1.17409 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17410 +["[foo<ul><li>bar]</ul>baz",
 1.17411 +	[["insertunorderedlist",""]],
 1.17412 +	"<ul><li>[foo</li><li>bar]</li></ul>baz",
 1.17413 +	[true],
 1.17414 +	{"insertunorderedlist":[true,false,"",false,true,""]}],
 1.17415 +["foo<ul><li>[bar</ul>baz]",
 1.17416 +	[["insertunorderedlist",""]],
 1.17417 +	"foo<ul><li>[bar</li><li>baz]</li></ul>",
 1.17418 +	[true],
 1.17419 +	{"insertunorderedlist":[true,false,"",false,true,""]}],
 1.17420 +["foo<ul><li>[bar</ul><ol><li>baz]</ol>quz",
 1.17421 +	[["insertunorderedlist",""]],
 1.17422 +	"foo<ul><li>[bar</li><li>baz]</li></ul>quz",
 1.17423 +	[true],
 1.17424 +	{"insertunorderedlist":[true,false,"",false,true,""]}],
 1.17425 +["foo<ol><li>[bar</ol><ul><li>baz]</ul>quz",
 1.17426 +	[["insertunorderedlist",""]],
 1.17427 +	"foo<ul><li>[bar</li><li>baz]</li></ul>quz",
 1.17428 +	[true],
 1.17429 +	{"insertunorderedlist":[true,false,"",false,true,""]}],
 1.17430 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 1.17431 +	[["insertunorderedlist",""]],
 1.17432 +	"<table><tbody><tr><td>foo</td><td><ul><li>b[a]r</li></ul></td><td>baz</td></tr></tbody></table>",
 1.17433 +	[true],
 1.17434 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17435 +["<table><tbody><tr><td>fo[o<td>b]ar<td>baz</table>",
 1.17436 +	[["insertunorderedlist",""]],
 1.17437 +	"<table><tbody><tr><td><ul><li>fo[o</li></ul></td><td><ul><li>b]ar</li></ul></td><td>baz</td></tr></tbody></table>",
 1.17438 +	[true],
 1.17439 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17440 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
 1.17441 +	[["insertunorderedlist",""]],
 1.17442 +	"<ul><li>{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</li></ul>",
 1.17443 +	[true],
 1.17444 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17445 +["<p>foo<p>[bar]<p>baz",
 1.17446 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17447 +	"<p>foo</p><ul><li>[bar]</li></ul><p>baz</p>",
 1.17448 +	[true,true],
 1.17449 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17450 +["<p>foo<p>[bar]<p>baz",
 1.17451 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17452 +	"<p>foo</p><ul><li>[bar]</li></ul><p>baz</p>",
 1.17453 +	[true,true],
 1.17454 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17455 +["<p>foo<blockquote>[bar]</blockquote><p>baz",
 1.17456 +	[["insertunorderedlist",""]],
 1.17457 +	"<p>foo</p><blockquote><ul><li>[bar]</li></ul></blockquote><p>baz</p>",
 1.17458 +	[true],
 1.17459 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17460 +["<dl><dt>foo<dd>[bar]<dt>baz<dd>quz</dl>",
 1.17461 +	[["insertunorderedlist",""]],
 1.17462 +	"<dl><dt>foo</dt><dd><ul><li>[bar]</li></ul></dd><dt>baz</dt><dd>quz</dd></dl>",
 1.17463 +	[true],
 1.17464 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17465 +["<dl><dt>foo<dd>bar<dt>[baz]<dd>quz</dl>",
 1.17466 +	[["insertunorderedlist",""]],
 1.17467 +	"<dl><dt>foo</dt><dd>bar</dd><dt><ul><li>[baz]</li></ul></dt><dd>quz</dd></dl>",
 1.17468 +	[true],
 1.17469 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17470 +["<p>[foo<p>bar]<p>baz",
 1.17471 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17472 +	"<ul><li>[foo</li><li>bar]</li></ul><p>baz</p>",
 1.17473 +	[true,true],
 1.17474 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17475 +["<p>[foo<p>bar]<p>baz",
 1.17476 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17477 +	"<ul><li>[foo</li><li>bar]</li></ul><p>baz</p>",
 1.17478 +	[true,true],
 1.17479 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17480 +["<p>[foo<blockquote>bar]</blockquote><p>baz",
 1.17481 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17482 +	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><p>baz</p>",
 1.17483 +	[true,true],
 1.17484 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17485 +["<p>[foo<blockquote>bar]</blockquote><p>baz",
 1.17486 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17487 +	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><p>baz</p>",
 1.17488 +	[true,true],
 1.17489 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17490 +["<dl><dt>[foo<dd>bar]<dt>baz<dd>quz</dl>",
 1.17491 +	[["insertunorderedlist",""]],
 1.17492 +	"<dl><dt><ul><li>[foo</li></ul></dt><dd><ul><li>bar]</li></ul></dd><dt>baz</dt><dd>quz</dd></dl>",
 1.17493 +	[true],
 1.17494 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17495 +["<dl><dt>foo<dd>[bar<dt>baz]<dd>quz</dl>",
 1.17496 +	[["insertunorderedlist",""]],
 1.17497 +	"<dl><dt>foo</dt><dd><ul><li>[bar</li></ul></dd><dt><ul><li>baz]</li></ul></dt><dd>quz</dd></dl>",
 1.17498 +	[true],
 1.17499 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17500 +["<p>[foo<blockquote><p>bar]<p>baz</blockquote>",
 1.17501 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17502 +	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><blockquote><p>baz</p></blockquote>",
 1.17503 +	[true,true],
 1.17504 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17505 +["<p>[foo<blockquote><p>bar]<p>baz</blockquote>",
 1.17506 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17507 +	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><blockquote><p>baz</p></blockquote>",
 1.17508 +	[true,true],
 1.17509 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17510 +["<ol><li>foo<li>[bar]<li>baz</ol>",
 1.17511 +	[["insertunorderedlist",""]],
 1.17512 +	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul><ol><li>baz</li></ol>",
 1.17513 +	[true],
 1.17514 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17515 +["<ol><li>foo</ol>[bar]",
 1.17516 +	[["insertunorderedlist",""]],
 1.17517 +	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul>",
 1.17518 +	[true],
 1.17519 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17520 +["[foo]<ol><li>bar</ol>",
 1.17521 +	[["insertunorderedlist",""]],
 1.17522 +	"<ul><li>[foo]</li></ul><ol><li>bar</li></ol>",
 1.17523 +	[true],
 1.17524 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17525 +["<ol><li>foo</ol>[bar]<ol><li>baz</ol>",
 1.17526 +	[["insertunorderedlist",""]],
 1.17527 +	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul><ol><li>baz</li></ol>",
 1.17528 +	[true],
 1.17529 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17530 +["<ol><ol><li>[foo]</ol></ol>",
 1.17531 +	[["insertunorderedlist",""]],
 1.17532 +	"<ul><ul><li>[foo]</li></ul></ul>",
 1.17533 +	[true],
 1.17534 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17535 +["<ol><li>[foo]<br>bar<li>baz</ol>",
 1.17536 +	[["insertunorderedlist",""]],
 1.17537 +	"<ul><li>[foo]<br>bar</li></ul><ol><li>baz</li></ol>",
 1.17538 +	[true],
 1.17539 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17540 +["<ol><li>foo<br>[bar]<li>baz</ol>",
 1.17541 +	[["insertunorderedlist",""]],
 1.17542 +	"<ul><li>foo<br>[bar]</li></ul><ol><li>baz</li></ol>",
 1.17543 +	[true],
 1.17544 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17545 +["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 1.17546 +	[["insertunorderedlist",""]],
 1.17547 +	"<ul><li><div>[foo]</div>bar</li></ul><ol><li>baz</li></ol>",
 1.17548 +	[true],
 1.17549 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17550 +["<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>",
 1.17551 +	[["insertunorderedlist",""]],
 1.17552 +	"<ol><li>foo</li><ul><li>[bar]</li></ul><ol><li>baz</li></ol><li>quz</li></ol>",
 1.17553 +	[true],
 1.17554 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17555 +["<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>",
 1.17556 +	[["insertunorderedlist",""]],
 1.17557 +	"<ol><li>foo</li><ol><li>bar</li></ol><ul><li>[baz]</li></ul><li>quz</li></ol>",
 1.17558 +	[true],
 1.17559 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17560 +["<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>",
 1.17561 +	[["insertunorderedlist",""]],
 1.17562 +	"<ol><li>foo</li><ul><li>[bar]</li></ul><ol><li>baz</li></ol><li>quz</li></ol>",
 1.17563 +	[true],
 1.17564 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17565 +["<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>",
 1.17566 +	[["insertunorderedlist",""]],
 1.17567 +	"<ol><li>foo</li><ol><li>bar</li></ol><ul><li>[baz]</li></ul><li>quz</li></ol>",
 1.17568 +	[true],
 1.17569 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17570 +["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
 1.17571 +	[["insertunorderedlist",""]],
 1.17572 +	"<ul><li>[foo]</li></ul><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 1.17573 +	[true],
 1.17574 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17575 +["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
 1.17576 +	[["insertunorderedlist",""]],
 1.17577 +	"<ul><li>[foo]</li></ul><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 1.17578 +	[true],
 1.17579 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17580 +["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
 1.17581 +	[["insertunorderedlist",""]],
 1.17582 +	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 1.17583 +	[true],
 1.17584 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17585 +["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
 1.17586 +	[["insertunorderedlist",""]],
 1.17587 +	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 1.17588 +	[true],
 1.17589 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17590 +["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
 1.17591 +	[["insertunorderedlist",""]],
 1.17592 +	"<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li></ol><ul><li>[quz]</li></ul>",
 1.17593 +	[true],
 1.17594 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17595 +["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
 1.17596 +	[["insertunorderedlist",""]],
 1.17597 +	"<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol></ol><ul><li>[quz]</li></ul>",
 1.17598 +	[true],
 1.17599 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17600 +["<ol><li>foo<li>[bar<li>baz]</ol>",
 1.17601 +	[["insertunorderedlist",""]],
 1.17602 +	"<ol><li>foo</li></ol><ul><li>[bar</li><li>baz]</li></ul>",
 1.17603 +	[true],
 1.17604 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17605 +["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
 1.17606 +	[["insertunorderedlist",""]],
 1.17607 +	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><ol><li>baz</li></ol>",
 1.17608 +	[true],
 1.17609 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17610 +["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
 1.17611 +	[["insertunorderedlist",""]],
 1.17612 +	"<ol><li>foo</li></ol><ul><ul><li>b[ar</li></ul><li>b]az</li></ul>",
 1.17613 +	[true],
 1.17614 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17615 +["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
 1.17616 +	[["insertunorderedlist",""]],
 1.17617 +	"<ul><li>[foo</li><ul><li>bar</li></ul><li>baz]</li></ul><p>extra</p>",
 1.17618 +	[true],
 1.17619 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17620 +["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
 1.17621 +	[["insertunorderedlist",""]],
 1.17622 +	"<ul><li>[foo]</li></ul><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 1.17623 +	[true],
 1.17624 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17625 +["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
 1.17626 +	[["insertunorderedlist",""]],
 1.17627 +	"<ol><li>foo</li><ul><li>[bar]</li></ul><li>baz</li></ol>",
 1.17628 +	[true],
 1.17629 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17630 +["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
 1.17631 +	[["insertunorderedlist",""]],
 1.17632 +	"<ol><li>foo</li><ol><li>bar</li></ol></ol><ul><li>[baz]</li></ul>",
 1.17633 +	[true],
 1.17634 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17635 +["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 1.17636 +	[["insertunorderedlist",""]],
 1.17637 +	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><ol><li>baz</li></ol>",
 1.17638 +	[true],
 1.17639 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17640 +["<ul><li>foo<li>[bar]<li>baz</ul>",
 1.17641 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17642 +	"<ul><li>foo</li></ul><div>[bar]</div><ul><li>baz</li></ul>",
 1.17643 +	[true,true],
 1.17644 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17645 +["<ul><li>foo<li>[bar]<li>baz</ul>",
 1.17646 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17647 +	"<ul><li>foo</li></ul><p>[bar]</p><ul><li>baz</li></ul>",
 1.17648 +	[true,true],
 1.17649 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17650 +["<ul><li>foo</ul>[bar]",
 1.17651 +	[["insertunorderedlist",""]],
 1.17652 +	"<ul><li>foo</li><li>[bar]</li></ul>",
 1.17653 +	[true],
 1.17654 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17655 +["[foo]<ul><li>bar</ul>",
 1.17656 +	[["insertunorderedlist",""]],
 1.17657 +	"<ul><li>[foo]</li><li>bar</li></ul>",
 1.17658 +	[true],
 1.17659 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17660 +["<ul><li>foo</ul>[bar]<ul><li>baz</ul>",
 1.17661 +	[["insertunorderedlist",""]],
 1.17662 +	"<ul><li>foo</li><li>[bar]</li><li>baz</li></ul>",
 1.17663 +	[true],
 1.17664 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17665 +["<ul><ul><li>[foo]</ul></ul>",
 1.17666 +	[["insertunorderedlist",""]],
 1.17667 +	"<ul><li>[foo]</li></ul>",
 1.17668 +	[true],
 1.17669 +	{"insertunorderedlist":[false,true,"",false,true,""]}],
 1.17670 +["<ul><li>[foo]<br>bar<li>baz</ul>",
 1.17671 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17672 +	"<div>[foo]<br>bar</div><ul><li>baz</li></ul>",
 1.17673 +	[true,true],
 1.17674 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17675 +["<ul><li>[foo]<br>bar<li>baz</ul>",
 1.17676 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17677 +	"<p>[foo]<br>bar</p><ul><li>baz</li></ul>",
 1.17678 +	[true,true],
 1.17679 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17680 +["<ul><li>foo<br>[bar]<li>baz</ul>",
 1.17681 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17682 +	"<div>foo<br>[bar]</div><ul><li>baz</li></ul>",
 1.17683 +	[true,true],
 1.17684 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17685 +["<ul><li>foo<br>[bar]<li>baz</ul>",
 1.17686 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17687 +	"<p>foo<br>[bar]</p><ul><li>baz</li></ul>",
 1.17688 +	[true,true],
 1.17689 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17690 +["<ul><li><div>[foo]</div>bar<li>baz</ul>",
 1.17691 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17692 +	"<div>[foo]</div><div>bar</div><ul><li>baz</li></ul>",
 1.17693 +	[true,true],
 1.17694 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17695 +["<ul><li><div>[foo]</div>bar<li>baz</ul>",
 1.17696 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17697 +	"<div>[foo]</div><p>bar</p><ul><li>baz</li></ul>",
 1.17698 +	[true,true],
 1.17699 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17700 +["<ul><li>foo<ul><li>[bar]<li>baz</ul><li>quz</ul>",
 1.17701 +	[["insertunorderedlist",""]],
 1.17702 +	"<ul><li>foo</li><li>[bar]</li><ul><li>baz</li></ul><li>quz</li></ul>",
 1.17703 +	[true],
 1.17704 +	{"insertunorderedlist":[false,true,"",false,true,""]}],
 1.17705 +["<ul><li>foo<ul><li>bar<li>[baz]</ul><li>quz</ul>",
 1.17706 +	[["insertunorderedlist",""]],
 1.17707 +	"<ul><li>foo</li><ul><li>bar</li></ul><li>[baz]</li><li>quz</li></ul>",
 1.17708 +	[true],
 1.17709 +	{"insertunorderedlist":[false,true,"",false,true,""]}],
 1.17710 +["<ul><li>foo</li><ul><li>[bar]<li>baz</ul><li>quz</ul>",
 1.17711 +	[["insertunorderedlist",""]],
 1.17712 +	"<ul><li>foo</li><li>[bar]</li><ul><li>baz</li></ul><li>quz</li></ul>",
 1.17713 +	[true],
 1.17714 +	{"insertunorderedlist":[false,true,"",false,true,""]}],
 1.17715 +["<ul><li>foo</li><ul><li>bar<li>[baz]</ul><li>quz</ul>",
 1.17716 +	[["insertunorderedlist",""]],
 1.17717 +	"<ul><li>foo</li><ul><li>bar</li></ul><li>[baz]</li><li>quz</li></ul>",
 1.17718 +	[true],
 1.17719 +	{"insertunorderedlist":[false,true,"",false,true,""]}],
 1.17720 +["<ul><li>[foo]<ul><li>bar</ul><li>baz</ul>",
 1.17721 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17722 +	"<div>[foo]</div><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 1.17723 +	[true,true],
 1.17724 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17725 +["<ul><li>[foo]<ul><li>bar</ul><li>baz</ul>",
 1.17726 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17727 +	"<p>[foo]</p><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 1.17728 +	[true,true],
 1.17729 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17730 +["<ul><li>[foo]</li><ul><li>bar</ul><li>baz</ul>",
 1.17731 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17732 +	"<div>[foo]</div><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 1.17733 +	[true,true],
 1.17734 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17735 +["<ul><li>[foo]</li><ul><li>bar</ul><li>baz</ul>",
 1.17736 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17737 +	"<p>[foo]</p><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 1.17738 +	[true,true],
 1.17739 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17740 +["<ul><li>foo<li>[bar]<ul><li>baz</ul><li>quz</ul>",
 1.17741 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17742 +	"<ul><li>foo</li></ul><div>[bar]</div><ul><ul><li>baz</li></ul><li>quz</li></ul>",
 1.17743 +	[true,true],
 1.17744 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17745 +["<ul><li>foo<li>[bar]<ul><li>baz</ul><li>quz</ul>",
 1.17746 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17747 +	"<ul><li>foo</li></ul><p>[bar]</p><ul><ul><li>baz</li></ul><li>quz</li></ul>",
 1.17748 +	[true,true],
 1.17749 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17750 +["<ul><li>foo<li>[bar]</li><ul><li>baz</ul><li>quz</ul>",
 1.17751 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17752 +	"<ul><li>foo</li></ul><div>[bar]</div><ul><ul><li>baz</li></ul><li>quz</li></ul>",
 1.17753 +	[true,true],
 1.17754 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17755 +["<ul><li>foo<li>[bar]</li><ul><li>baz</ul><li>quz</ul>",
 1.17756 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17757 +	"<ul><li>foo</li></ul><p>[bar]</p><ul><ul><li>baz</li></ul><li>quz</li></ul>",
 1.17758 +	[true,true],
 1.17759 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17760 +["<ul><li>foo<ul><li>bar<li>baz</ul><li>[quz]</ul>",
 1.17761 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17762 +	"<ul><li>foo<ul><li>bar</li><li>baz</li></ul></li></ul><div>[quz]</div>",
 1.17763 +	[true,true],
 1.17764 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17765 +["<ul><li>foo<ul><li>bar<li>baz</ul><li>[quz]</ul>",
 1.17766 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17767 +	"<ul><li>foo<ul><li>bar</li><li>baz</li></ul></li></ul><p>[quz]</p>",
 1.17768 +	[true,true],
 1.17769 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17770 +["<ul><li>foo</li><ul><li>bar<li>baz</ul><li>[quz]</ul>",
 1.17771 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17772 +	"<ul><li>foo</li><ul><li>bar</li><li>baz</li></ul></ul><div>[quz]</div>",
 1.17773 +	[true,true],
 1.17774 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17775 +["<ul><li>foo</li><ul><li>bar<li>baz</ul><li>[quz]</ul>",
 1.17776 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17777 +	"<ul><li>foo</li><ul><li>bar</li><li>baz</li></ul></ul><p>[quz]</p>",
 1.17778 +	[true,true],
 1.17779 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17780 +["<ul><li>foo<li>[bar<li>baz]</ul>",
 1.17781 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17782 +	"<ul><li>foo</li></ul><div>[bar</div><div>baz]</div>",
 1.17783 +	[true,true],
 1.17784 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17785 +["<ul><li>foo<li>[bar<li>baz]</ul>",
 1.17786 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17787 +	"<ul><li>foo</li></ul><p>[bar</p><p>baz]</p>",
 1.17788 +	[true,true],
 1.17789 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17790 +["<ul><li>[foo<ul><li>bar]</ul><li>baz</ul>",
 1.17791 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17792 +	"<div>[foo</div><ul><li>bar]</li><li>baz</li></ul>",
 1.17793 +	[true,true],
 1.17794 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",true,false,""]}],
 1.17795 +["<ul><li>[foo<ul><li>bar]</ul><li>baz</ul>",
 1.17796 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17797 +	"<p>[foo</p><ul><li>bar]</li><li>baz</li></ul>",
 1.17798 +	[true,true],
 1.17799 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",true,false,""]}],
 1.17800 +["<ul><li>foo<ul><li>b[ar</ul><li>b]az</ul>",
 1.17801 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17802 +	"<ul><li>foo</li><li>b[ar</li></ul><div>b]az</div>",
 1.17803 +	[true,true],
 1.17804 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",true,false,""]}],
 1.17805 +["<ul><li>foo<ul><li>b[ar</ul><li>b]az</ul>",
 1.17806 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17807 +	"<ul><li>foo</li><li>b[ar</li></ul><p>b]az</p>",
 1.17808 +	[true,true],
 1.17809 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",true,false,""]}],
 1.17810 +["<ul><li>[foo<ul><li>bar</ul><li>baz]</ul><p>extra",
 1.17811 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17812 +	"<div>[foo</div><ul><li>bar</li></ul><div>baz]</div><p>extra</p>",
 1.17813 +	[true,true],
 1.17814 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",true,false,""]}],
 1.17815 +["<ul><li>[foo<ul><li>bar</ul><li>baz]</ul><p>extra",
 1.17816 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17817 +	"<p>[foo</p><ul><li>bar</li></ul><p>baz]</p><p>extra</p>",
 1.17818 +	[true,true],
 1.17819 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",true,false,""]}],
 1.17820 +["<ul><li>[foo]<ul><li>bar</ul>baz</ul>",
 1.17821 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17822 +	"<div>[foo]</div><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 1.17823 +	[true,true],
 1.17824 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17825 +["<ul><li>[foo]<ul><li>bar</ul>baz</ul>",
 1.17826 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17827 +	"<p>[foo]</p><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 1.17828 +	[true,true],
 1.17829 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17830 +["<ul><li>foo<ul><li>[bar]</ul>baz</ul>",
 1.17831 +	[["insertunorderedlist",""]],
 1.17832 +	"<ul><li>foo</li><li>[bar]</li><li>baz</li></ul>",
 1.17833 +	[true],
 1.17834 +	{"insertunorderedlist":[false,true,"",false,true,""]}],
 1.17835 +["<ul><li>foo<ul><li>bar</ul>[baz]</ul>",
 1.17836 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17837 +	"<ul><li>foo</li><ul><li>bar</li></ul></ul><div>[baz]</div>",
 1.17838 +	[true,true],
 1.17839 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17840 +["<ul><li>foo<ul><li>bar</ul>[baz]</ul>",
 1.17841 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17842 +	"<ul><li>foo</li><ul><li>bar</li></ul></ul><p>[baz]</p>",
 1.17843 +	[true,true],
 1.17844 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17845 +["<ul><li>[foo<ul><li>bar]</ul>baz</ul>",
 1.17846 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17847 +	"<div>[foo</div><ul><li>bar]</li><li>baz</li></ul>",
 1.17848 +	[true,true],
 1.17849 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",true,false,""]}],
 1.17850 +["<ul><li>[foo<ul><li>bar]</ul>baz</ul>",
 1.17851 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17852 +	"<p>[foo</p><ul><li>bar]</li><li>baz</li></ul>",
 1.17853 +	[true,true],
 1.17854 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",true,false,""]}],
 1.17855 +["foo<ol><li>bar</ol><ul><li>[baz]</ul>quz",
 1.17856 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17857 +	"foo<ol><li>bar</li></ol><div>[baz]</div>quz",
 1.17858 +	[true,true],
 1.17859 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17860 +["foo<ol><li>bar</ol><ul><li>[baz]</ul>quz",
 1.17861 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17862 +	"foo<ol><li>bar</li></ol><p>[baz]</p>quz",
 1.17863 +	[true,true],
 1.17864 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17865 +["foo<ol><li>bar</ol><ul><li>[baz</ul>quz]",
 1.17866 +	[["insertunorderedlist",""]],
 1.17867 +	"foo<ol><li>bar</li></ol><ul><li>[baz</li><li>quz]</li></ul>",
 1.17868 +	[true],
 1.17869 +	{"insertunorderedlist":[true,false,"",false,true,""]}],
 1.17870 +["foo<ul><li>[bar]</ul><ol><li>baz</ol>quz",
 1.17871 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17872 +	"foo<div>[bar]</div><ol><li>baz</li></ol>quz",
 1.17873 +	[true,true],
 1.17874 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17875 +["foo<ul><li>[bar]</ul><ol><li>baz</ol>quz",
 1.17876 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17877 +	"foo<p>[bar]</p><ol><li>baz</li></ol>quz",
 1.17878 +	[true,true],
 1.17879 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17880 +["[foo<ul><li>bar]</ul><ol><li>baz</ol>quz",
 1.17881 +	[["insertunorderedlist",""]],
 1.17882 +	"<ul><li>[foo</li><li>bar]</li></ul><ol><li>baz</li></ol>quz",
 1.17883 +	[true],
 1.17884 +	{"insertunorderedlist":[true,false,"",false,true,""]}],
 1.17885 +["[foo]<blockquote>bar</blockquote>baz",
 1.17886 +	[["insertunorderedlist",""]],
 1.17887 +	"<ul><li>[foo]</li></ul><blockquote>bar</blockquote>baz",
 1.17888 +	[true],
 1.17889 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17890 +["foo<blockquote>[bar]</blockquote>baz",
 1.17891 +	[["insertunorderedlist",""]],
 1.17892 +	"foo<blockquote><ul><li>[bar]</li></ul></blockquote>baz",
 1.17893 +	[true],
 1.17894 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17895 +["[foo<blockquote>bar]</blockquote>baz",
 1.17896 +	[["insertunorderedlist",""]],
 1.17897 +	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul>baz",
 1.17898 +	[true],
 1.17899 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17900 +["<ol><li>foo</ol><blockquote>[bar]</blockquote>baz",
 1.17901 +	[["insertunorderedlist",""]],
 1.17902 +	"<ol><li>foo</li></ol><blockquote><ul><li>[bar]</li></ul></blockquote>baz",
 1.17903 +	[true],
 1.17904 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17905 +["[foo]<blockquote><ol><li>bar</ol></blockquote>baz",
 1.17906 +	[["insertunorderedlist",""]],
 1.17907 +	"<ul><li>[foo]</li></ul><blockquote><ol><li>bar</li></ol></blockquote>baz",
 1.17908 +	[true],
 1.17909 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17910 +["foo<blockquote>[bar]<br>baz</blockquote>",
 1.17911 +	[["insertunorderedlist",""]],
 1.17912 +	"foo<blockquote><ul><li>[bar]</li></ul>baz</blockquote>",
 1.17913 +	[true],
 1.17914 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17915 +["[foo<blockquote>bar]<br>baz</blockquote>",
 1.17916 +	[["insertunorderedlist",""]],
 1.17917 +	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><blockquote>baz</blockquote>",
 1.17918 +	[true],
 1.17919 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17920 +["<ol><li>foo</ol><blockquote>[bar]<br>baz</blockquote>",
 1.17921 +	[["insertunorderedlist",""]],
 1.17922 +	"<ol><li>foo</li></ol><blockquote><ul><li>[bar]</li></ul>baz</blockquote>",
 1.17923 +	[true],
 1.17924 +	{"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17925 +["<p>[foo]<blockquote><p>bar</blockquote><p>baz",
 1.17926 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17927 +	"<ul><li>[foo]</li></ul><blockquote><p>bar</p></blockquote><p>baz</p>",
 1.17928 +	[true,true],
 1.17929 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17930 +["<p>[foo]<blockquote><p>bar</blockquote><p>baz",
 1.17931 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17932 +	"<ul><li>[foo]</li></ul><blockquote><p>bar</p></blockquote><p>baz</p>",
 1.17933 +	[true,true],
 1.17934 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17935 +["<p>foo<blockquote><p>[bar]</blockquote><p>baz",
 1.17936 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17937 +	"<p>foo</p><blockquote><ul><li>[bar]</li></ul></blockquote><p>baz</p>",
 1.17938 +	[true,true],
 1.17939 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17940 +["<p>foo<blockquote><p>[bar]</blockquote><p>baz",
 1.17941 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17942 +	"<p>foo</p><blockquote><ul><li>[bar]</li></ul></blockquote><p>baz</p>",
 1.17943 +	[true,true],
 1.17944 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17945 +["<p>[foo<blockquote><p>bar]</blockquote><p>baz",
 1.17946 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17947 +	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><p>baz</p>",
 1.17948 +	[true,true],
 1.17949 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17950 +["<p>[foo<blockquote><p>bar]</blockquote><p>baz",
 1.17951 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17952 +	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><p>baz</p>",
 1.17953 +	[true,true],
 1.17954 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17955 +["<ol><li>foo</ol><blockquote><p>[bar]</blockquote><p>baz",
 1.17956 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17957 +	"<ol><li>foo</li></ol><blockquote><ul><li>[bar]</li></ul></blockquote><p>baz</p>",
 1.17958 +	[true,true],
 1.17959 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17960 +["<ol><li>foo</ol><blockquote><p>[bar]</blockquote><p>baz",
 1.17961 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17962 +	"<ol><li>foo</li></ol><blockquote><ul><li>[bar]</li></ul></blockquote><p>baz</p>",
 1.17963 +	[true,true],
 1.17964 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.17965 +["<ul id=abc><li>foo<li>[bar]<li>baz</ul>",
 1.17966 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17967 +	"<ul id=\"abc\"><li>foo</li></ul><div>[bar]</div><ul><li>baz</li></ul>",
 1.17968 +	[true,true],
 1.17969 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17970 +["<ul id=abc><li>foo<li>[bar]<li>baz</ul>",
 1.17971 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17972 +	"<ul id=\"abc\"><li>foo</li></ul><p>[bar]</p><ul><li>baz</li></ul>",
 1.17973 +	[true,true],
 1.17974 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17975 +["<ul style=color:blue><li>foo<li>[bar]<li>baz</ul>",
 1.17976 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17977 +	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li></ul><div>[bar]</div><ul style=\"color:rgb(0, 0, 255)\"><li>baz</li></ul>",
 1.17978 +	[true,true,true],
 1.17979 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17980 +["<ul style=color:blue><li>foo<li>[bar]<li>baz</ul>",
 1.17981 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17982 +	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li></ul><div>[bar]</div><ul style=\"color:rgb(0, 0, 255)\"><li>baz</li></ul>",
 1.17983 +	[true,true,true],
 1.17984 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17985 +["<ul style=color:blue><li>foo<li>[bar]<li>baz</ul>",
 1.17986 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17987 +	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li></ul><p>[bar]</p><ul style=\"color:rgb(0, 0, 255)\"><li>baz</li></ul>",
 1.17988 +	[true,true,true],
 1.17989 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17990 +["<ul style=color:blue><li>foo<li>[bar]<li>baz</ul>",
 1.17991 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.17992 +	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li></ul><p>[bar]</p><ul style=\"color:rgb(0, 0, 255)\"><li>baz</li></ul>",
 1.17993 +	[true,true,true],
 1.17994 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.17995 +["<ul style=text-indent:1em><li>foo<li>[bar]<li>baz</ul>",
 1.17996 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.17997 +	"<ul style=\"text-indent:1em\"><li>foo</li></ul><div>[bar]</div><ul style=\"text-indent:1em\"><li>baz</li></ul>",
 1.17998 +	[true,true,true],
 1.17999 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.18000 +["<ul style=text-indent:1em><li>foo<li>[bar]<li>baz</ul>",
 1.18001 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.18002 +	"<ul style=\"text-indent:1em\"><li>foo</li></ul><div>[bar]</div><ul style=\"text-indent:1em\"><li>baz</li></ul>",
 1.18003 +	[true,true,true],
 1.18004 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.18005 +["<ul style=text-indent:1em><li>foo<li>[bar]<li>baz</ul>",
 1.18006 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.18007 +	"<ul style=\"text-indent:1em\"><li>foo</li></ul><p>[bar]</p><ul style=\"text-indent:1em\"><li>baz</li></ul>",
 1.18008 +	[true,true,true],
 1.18009 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.18010 +["<ul style=text-indent:1em><li>foo<li>[bar]<li>baz</ul>",
 1.18011 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.18012 +	"<ul style=\"text-indent:1em\"><li>foo</li></ul><p>[bar]</p><ul style=\"text-indent:1em\"><li>baz</li></ul>",
 1.18013 +	[true,true,true],
 1.18014 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.18015 +["<ul id=abc><li>[foo]<li>bar<li>baz</ul>",
 1.18016 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.18017 +	"<div>[foo]</div><ul id=\"abc\"><li>bar</li><li>baz</li></ul>",
 1.18018 +	[true,true],
 1.18019 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.18020 +["<ul id=abc><li>[foo]<li>bar<li>baz</ul>",
 1.18021 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.18022 +	"<p>[foo]</p><ul id=\"abc\"><li>bar</li><li>baz</li></ul>",
 1.18023 +	[true,true],
 1.18024 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.18025 +["<ul style=color:blue><li>[foo]<li>bar<li>baz</ul>",
 1.18026 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.18027 +	"<div>[foo]</div><ul style=\"color:rgb(0, 0, 255)\"><li>bar</li><li>baz</li></ul>",
 1.18028 +	[true,true],
 1.18029 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.18030 +["<ul style=color:blue><li>[foo]<li>bar<li>baz</ul>",
 1.18031 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.18032 +	"<p>[foo]</p><ul style=\"color:rgb(0, 0, 255)\"><li>bar</li><li>baz</li></ul>",
 1.18033 +	[true,true],
 1.18034 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.18035 +["<ul style=text-indent:1em><li>[foo]<li>bar<li>baz</ul>",
 1.18036 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.18037 +	"<div>[foo]</div><ul style=\"text-indent:1em\"><li>bar</li><li>baz</li></ul>",
 1.18038 +	[true,true],
 1.18039 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.18040 +["<ul style=text-indent:1em><li>[foo]<li>bar<li>baz</ul>",
 1.18041 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.18042 +	"<p>[foo]</p><ul style=\"text-indent:1em\"><li>bar</li><li>baz</li></ul>",
 1.18043 +	[true,true],
 1.18044 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.18045 +["<ul id=abc><li>foo<li>bar<li>[baz]</ul>",
 1.18046 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.18047 +	"<ul id=\"abc\"><li>foo</li><li>bar</li></ul><div>[baz]</div>",
 1.18048 +	[true,true],
 1.18049 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.18050 +["<ul id=abc><li>foo<li>bar<li>[baz]</ul>",
 1.18051 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.18052 +	"<ul id=\"abc\"><li>foo</li><li>bar</li></ul><p>[baz]</p>",
 1.18053 +	[true,true],
 1.18054 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.18055 +["<ul style=color:blue><li>foo<li>bar<li>[baz]</ul>",
 1.18056 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.18057 +	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li><li>bar</li></ul><div>[baz]</div>",
 1.18058 +	[true,true],
 1.18059 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.18060 +["<ul style=color:blue><li>foo<li>bar<li>[baz]</ul>",
 1.18061 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.18062 +	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li><li>bar</li></ul><p>[baz]</p>",
 1.18063 +	[true,true],
 1.18064 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.18065 +["<ul style=text-indent:1em><li>foo<li>bar<li>[baz]</ul>",
 1.18066 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.18067 +	"<ul style=\"text-indent:1em\"><li>foo</li><li>bar</li></ul><div>[baz]</div>",
 1.18068 +	[true,true],
 1.18069 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.18070 +["<ul style=text-indent:1em><li>foo<li>bar<li>[baz]</ul>",
 1.18071 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.18072 +	"<ul style=\"text-indent:1em\"><li>foo</li><li>bar</li></ul><p>[baz]</p>",
 1.18073 +	[true,true],
 1.18074 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 1.18075 +["<ul><li>foo</ul> <p>[bar]",
 1.18076 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.18077 +	"<ul><li>foo</li> <li>[bar]</li></ul>",
 1.18078 +	[true,true],
 1.18079 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.18080 +["<ul><li>foo</ul> <p>[bar]",
 1.18081 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.18082 +	"<ul><li>foo</li> <li>[bar]</li></ul>",
 1.18083 +	[true,true],
 1.18084 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.18085 +["<p>[foo]</p> <ul><li>bar</ul>",
 1.18086 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.18087 +	"<ul><li>[foo]</li> <li>bar</li></ul>",
 1.18088 +	[true,true],
 1.18089 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.18090 +["<p>[foo]</p> <ul><li>bar</ul>",
 1.18091 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.18092 +	"<ul><li>[foo]</li> <li>bar</li></ul>",
 1.18093 +	[true,true],
 1.18094 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.18095 +["<ul><li>foo</ul> <p>[bar]</p> <ul><li>baz</ul>",
 1.18096 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.18097 +	"<ul><li>foo</li> <li>[bar]</li> <li>baz</li></ul>",
 1.18098 +	[true,true],
 1.18099 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.18100 +["<ul><li>foo</ul> <p>[bar]</p> <ul><li>baz</ul>",
 1.18101 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.18102 +	"<ul><li>foo</li> <li>[bar]</li> <li>baz</li></ul>",
 1.18103 +	[true,true],
 1.18104 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.18105 +["{<div style=\"font-size: 1.3em\">1</div><div style=\"font-size: 1.1em\">2</div>}",
 1.18106 +	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 1.18107 +	"<ul>{<li style=\"font-size:1.3em\">1</li><li style=\"font-size:1.1em\">2</li>}</ul>",
 1.18108 +	[true,true],
 1.18109 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.18110 +["{<div style=\"font-size: 1.3em\">1</div><div style=\"font-size: 1.1em\">2</div>}",
 1.18111 +	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 1.18112 +	"<ul>{<li style=\"font-size:1.3em\">1</li><li style=\"font-size:1.1em\">2</li>}</ul>",
 1.18113 +	[true,true],
 1.18114 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.18115 +["foo[]bar",
 1.18116 +	[["italic",""]],
 1.18117 +	"foo[]bar",
 1.18118 +	[true],
 1.18119 +	{"italic":[false,false,"",false,true,""]}],
 1.18120 +["<p>[foo</p> <p>bar]</p>",
 1.18121 +	[["stylewithcss","true"],["italic",""]],
 1.18122 +	"<p><span style=\"font-style:italic\">[foo</span></p> <p><span style=\"font-style:italic\">bar]</span></p>",
 1.18123 +	[true,true],
 1.18124 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 1.18125 +["<p>[foo</p> <p>bar]</p>",
 1.18126 +	[["stylewithcss","false"],["italic",""]],
 1.18127 +	"<p><i>[foo</i></p> <p><i>bar]</i></p>",
 1.18128 +	[true,true],
 1.18129 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 1.18130 +["<span>[foo</span> <span>bar]</span>",
 1.18131 +	[["stylewithcss","true"],["italic",""]],
 1.18132 +	"<span style=\"font-style:italic\"><span>[foo</span> <span>bar]</span></span>",
 1.18133 +	[true,true],
 1.18134 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 1.18135 +["<span>[foo</span> <span>bar]</span>",
 1.18136 +	[["stylewithcss","false"],["italic",""]],
 1.18137 +	"<i><span>[foo</span> <span>bar]</span></i>",
 1.18138 +	[true,true],
 1.18139 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 1.18140 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 1.18141 +	[["stylewithcss","true"],["italic",""]],
 1.18142 +	"<p><span style=\"font-style:italic\">[foo</span></p><p> <span style=\"font-style:italic\"><span>bar</span></span> </p><p><span style=\"font-style:italic\">baz]</span></p>",
 1.18143 +	[true,true],
 1.18144 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 1.18145 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 1.18146 +	[["stylewithcss","false"],["italic",""]],
 1.18147 +	"<p><i>[foo</i></p><p> <i><span>bar</span></i> </p><p><i>baz]</i></p>",
 1.18148 +	[true,true],
 1.18149 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 1.18150 +["<p>[foo<p><br><p>bar]",
 1.18151 +	[["stylewithcss","true"],["italic",""]],
 1.18152 +	"<p><span style=\"font-style:italic\">[foo</span></p><p><span style=\"font-style:italic\"><br></span></p><p><span style=\"font-style:italic\">bar]</span></p>",
 1.18153 +	[true,true],
 1.18154 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 1.18155 +["<p>[foo<p><br><p>bar]",
 1.18156 +	[["stylewithcss","false"],["italic",""]],
 1.18157 +	"<p><i>[foo</i></p><p><i><br></i></p><p><i>bar]</i></p>",
 1.18158 +	[true,true],
 1.18159 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 1.18160 +["<b>foo[]bar</b>",
 1.18161 +	[["italic",""]],
 1.18162 +	"<b>foo[]bar</b>",
 1.18163 +	[true],
 1.18164 +	{"italic":[false,false,"",false,true,""]}],
 1.18165 +["<i>foo[]bar</i>",
 1.18166 +	[["italic",""]],
 1.18167 +	"<i>foo[]bar</i>",
 1.18168 +	[true],
 1.18169 +	{"italic":[false,true,"",false,false,""]}],
 1.18170 +["<span>foo</span>{}<span>bar</span>",
 1.18171 +	[["italic",""]],
 1.18172 +	"<span>foo</span>{}<span>bar</span>",
 1.18173 +	[true],
 1.18174 +	{"italic":[false,false,"",false,true,""]}],
 1.18175 +["<span>foo[</span><span>]bar</span>",
 1.18176 +	[["italic",""]],
 1.18177 +	"<span>foo[</span><span>]bar</span>",
 1.18178 +	[true],
 1.18179 +	{"italic":[false,false,"",false,true,""]}],
 1.18180 +["foo[bar]baz",
 1.18181 +	[["stylewithcss","true"],["italic",""]],
 1.18182 +	"foo<span style=\"font-style:italic\">[bar]</span>baz",
 1.18183 +	[true,true],
 1.18184 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 1.18185 +["foo[bar]baz",
 1.18186 +	[["stylewithcss","false"],["italic",""]],
 1.18187 +	"foo<i>[bar]</i>baz",
 1.18188 +	[true,true],
 1.18189 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 1.18190 +["foo[bar<b>baz]qoz</b>quz",
 1.18191 +	[["stylewithcss","true"],["italic",""]],
 1.18192 +	"foo<span style=\"font-style:italic\">[bar</span><b><span style=\"font-style:italic\">baz]</span>qoz</b>quz",
 1.18193 +	[true,true],
 1.18194 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 1.18195 +["foo[bar<b>baz]qoz</b>quz",
 1.18196 +	[["stylewithcss","false"],["italic",""]],
 1.18197 +	"foo<i>[bar</i><b><i>baz]</i>qoz</b>quz",
 1.18198 +	[true,true],
 1.18199 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 1.18200 +["foo[bar<i>baz]qoz</i>quz",
 1.18201 +	[["italic",""]],
 1.18202 +	"foo<i>[barbaz]qoz</i>quz",
 1.18203 +	[true],
 1.18204 +	{"italic":[true,false,"",false,true,""]}],
 1.18205 +["{<p><p> <p>foo</p>}",
 1.18206 +	[["stylewithcss","true"],["italic",""]],
 1.18207 +	"{<p></p><p> </p><p><span style=\"font-style:italic\">foo</span></p>}",
 1.18208 +	[true,true],
 1.18209 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 1.18210 +["{<p><p> <p>foo</p>}",
 1.18211 +	[["stylewithcss","false"],["italic",""]],
 1.18212 +	"{<p></p><p> </p><p><i>foo</i></p>}",
 1.18213 +	[true,true],
 1.18214 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 1.18215 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 1.18216 +	[["stylewithcss","true"],["italic",""]],
 1.18217 +	"<table><tbody><tr><td>foo</td><td>b<span style=\"font-style:italic\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
 1.18218 +	[true,true],
 1.18219 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 1.18220 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 1.18221 +	[["stylewithcss","false"],["italic",""]],
 1.18222 +	"<table><tbody><tr><td>foo</td><td>b<i>[a]</i>r</td><td>baz</td></tr></tbody></table>",
 1.18223 +	[true,true],
 1.18224 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 1.18225 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 1.18226 +	[["stylewithcss","true"],["italic",""]],
 1.18227 +	"<table><tbody><tr><td>foo</td>{<td><span style=\"font-style:italic\">bar</span></td>}<td>baz</td></tr></tbody></table>",
 1.18228 +	[true,true],
 1.18229 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 1.18230 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 1.18231 +	[["stylewithcss","false"],["italic",""]],
 1.18232 +	"<table><tbody><tr><td>foo</td>{<td><i>bar</i></td>}<td>baz</td></tr></tbody></table>",
 1.18233 +	[true,true],
 1.18234 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 1.18235 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 1.18236 +	[["stylewithcss","true"],["italic",""]],
 1.18237 +	"<table><tbody><tr>{<td><span style=\"font-style:italic\">foo</span></td><td><span style=\"font-style:italic\">bar</span></td>}<td>baz</td></tr></tbody></table>",
 1.18238 +	[true,true],
 1.18239 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 1.18240 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 1.18241 +	[["stylewithcss","false"],["italic",""]],
 1.18242 +	"<table><tbody><tr>{<td><i>foo</i></td><td><i>bar</i></td>}<td>baz</td></tr></tbody></table>",
 1.18243 +	[true,true],
 1.18244 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 1.18245 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 1.18246 +	[["stylewithcss","true"],["italic",""]],
 1.18247 +	"<table><tbody>{<tr><td><span style=\"font-style:italic\">foo</span></td><td><span style=\"font-style:italic\">bar</span></td><td><span style=\"font-style:italic\">baz</span></td></tr>}</tbody></table>",
 1.18248 +	[true,true],
 1.18249 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 1.18250 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 1.18251 +	[["stylewithcss","false"],["italic",""]],
 1.18252 +	"<table><tbody>{<tr><td><i>foo</i></td><td><i>bar</i></td><td><i>baz</i></td></tr>}</tbody></table>",
 1.18253 +	[true,true],
 1.18254 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 1.18255 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 1.18256 +	[["stylewithcss","true"],["italic",""]],
 1.18257 +	"<table>{<tbody><tr><td><span style=\"font-style:italic\">foo</span></td><td><span style=\"font-style:italic\">bar</span></td><td><span style=\"font-style:italic\">baz</span></td></tr></tbody>}</table>",
 1.18258 +	[true,true],
 1.18259 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 1.18260 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 1.18261 +	[["stylewithcss","false"],["italic",""]],
 1.18262 +	"<table>{<tbody><tr><td><i>foo</i></td><td><i>bar</i></td><td><i>baz</i></td></tr></tbody>}</table>",
 1.18263 +	[true,true],
 1.18264 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 1.18265 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
 1.18266 +	[["stylewithcss","true"],["italic",""]],
 1.18267 +	"{<table><tbody><tr><td><span style=\"font-style:italic\">foo</span></td><td><span style=\"font-style:italic\">bar</span></td><td><span style=\"font-style:italic\">baz</span></td></tr></tbody></table>}",
 1.18268 +	[true,true],
 1.18269 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 1.18270 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
 1.18271 +	[["stylewithcss","false"],["italic",""]],
 1.18272 +	"{<table><tbody><tr><td><i>foo</i></td><td><i>bar</i></td><td><i>baz</i></td></tr></tbody></table>}",
 1.18273 +	[true,true],
 1.18274 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 1.18275 +["foo<span style=\"font-style: italic\">[bar]</span>baz",
 1.18276 +	[["stylewithcss","true"],["italic",""]],
 1.18277 +	"foo[bar]baz",
 1.18278 +	[true,true],
 1.18279 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18280 +["foo<span style=\"font-style: italic\">[bar]</span>baz",
 1.18281 +	[["stylewithcss","false"],["italic",""]],
 1.18282 +	"foo[bar]baz",
 1.18283 +	[true,true],
 1.18284 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18285 +["foo<address>[bar]</address>baz",
 1.18286 +	[["stylewithcss","true"],["italic",""]],
 1.18287 +	"foo<address><span style=\"font-style:normal\">[bar]</span></address>baz",
 1.18288 +	[true,true],
 1.18289 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18290 +["foo<address>[bar]</address>baz",
 1.18291 +	[["stylewithcss","false"],["italic",""]],
 1.18292 +	"foo<address><span style=\"font-style:normal\">[bar]</span></address>baz",
 1.18293 +	[true,true],
 1.18294 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18295 +["foo<cite>[bar]</cite>baz",
 1.18296 +	[["stylewithcss","true"],["italic",""]],
 1.18297 +	"foo<cite><span style=\"font-style:normal\">[bar]</span></cite>baz",
 1.18298 +	[true,true],
 1.18299 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18300 +["foo<cite>[bar]</cite>baz",
 1.18301 +	[["stylewithcss","false"],["italic",""]],
 1.18302 +	"foo<cite><span style=\"font-style:normal\">[bar]</span></cite>baz",
 1.18303 +	[true,true],
 1.18304 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18305 +["foo<dfn>[bar]</dfn>baz",
 1.18306 +	[["stylewithcss","true"],["italic",""]],
 1.18307 +	"foo<dfn><span style=\"font-style:normal\">[bar]</span></dfn>baz",
 1.18308 +	[true,true],
 1.18309 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18310 +["foo<dfn>[bar]</dfn>baz",
 1.18311 +	[["stylewithcss","false"],["italic",""]],
 1.18312 +	"foo<dfn><span style=\"font-style:normal\">[bar]</span></dfn>baz",
 1.18313 +	[true,true],
 1.18314 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18315 +["foo<em>[bar]</em>baz",
 1.18316 +	[["italic",""]],
 1.18317 +	"foo[bar]baz",
 1.18318 +	[true],
 1.18319 +	{"italic":[false,true,"",false,false,""]}],
 1.18320 +["foo<i>[bar]</i>baz",
 1.18321 +	[["stylewithcss","true"],["italic",""]],
 1.18322 +	"foo[bar]baz",
 1.18323 +	[true,true],
 1.18324 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18325 +["foo<i>[bar]</i>baz",
 1.18326 +	[["stylewithcss","false"],["italic",""]],
 1.18327 +	"foo[bar]baz",
 1.18328 +	[true,true],
 1.18329 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18330 +["foo<var>[bar]</var>baz",
 1.18331 +	[["stylewithcss","true"],["italic",""]],
 1.18332 +	"foo<var><span style=\"font-style:normal\">[bar]</span></var>baz",
 1.18333 +	[true,true],
 1.18334 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18335 +["foo<var>[bar]</var>baz",
 1.18336 +	[["stylewithcss","false"],["italic",""]],
 1.18337 +	"foo<var><span style=\"font-style:normal\">[bar]</span></var>baz",
 1.18338 +	[true,true],
 1.18339 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18340 +["foo{<address>bar</address>}baz",
 1.18341 +	[["stylewithcss","true"],["italic",""]],
 1.18342 +	"foo{<address><span style=\"font-style:normal\">bar</span></address>}baz",
 1.18343 +	[true,true],
 1.18344 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18345 +["foo{<address>bar</address>}baz",
 1.18346 +	[["stylewithcss","false"],["italic",""]],
 1.18347 +	"foo{<address><span style=\"font-style:normal\">bar</span></address>}baz",
 1.18348 +	[true,true],
 1.18349 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18350 +["foo{<cite>bar</cite>}baz",
 1.18351 +	[["stylewithcss","true"],["italic",""]],
 1.18352 +	"foo{<cite><span style=\"font-style:normal\">bar</span></cite>}baz",
 1.18353 +	[true,true],
 1.18354 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18355 +["foo{<cite>bar</cite>}baz",
 1.18356 +	[["stylewithcss","false"],["italic",""]],
 1.18357 +	"foo{<cite><span style=\"font-style:normal\">bar</span></cite>}baz",
 1.18358 +	[true,true],
 1.18359 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18360 +["foo{<dfn>bar</dfn>}baz",
 1.18361 +	[["stylewithcss","true"],["italic",""]],
 1.18362 +	"foo{<dfn><span style=\"font-style:normal\">bar</span></dfn>}baz",
 1.18363 +	[true,true],
 1.18364 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18365 +["foo{<dfn>bar</dfn>}baz",
 1.18366 +	[["stylewithcss","false"],["italic",""]],
 1.18367 +	"foo{<dfn><span style=\"font-style:normal\">bar</span></dfn>}baz",
 1.18368 +	[true,true],
 1.18369 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18370 +["foo{<em>bar</em>}baz",
 1.18371 +	[["italic",""]],
 1.18372 +	"foo{bar}baz",
 1.18373 +	[true],
 1.18374 +	{"italic":[false,true,"",false,false,""]}],
 1.18375 +["foo{<i>bar</i>}baz",
 1.18376 +	[["stylewithcss","true"],["italic",""]],
 1.18377 +	"foo{bar}baz",
 1.18378 +	[true,true],
 1.18379 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18380 +["foo{<i>bar</i>}baz",
 1.18381 +	[["stylewithcss","false"],["italic",""]],
 1.18382 +	"foo{bar}baz",
 1.18383 +	[true,true],
 1.18384 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18385 +["foo{<var>bar</var>}baz",
 1.18386 +	[["stylewithcss","true"],["italic",""]],
 1.18387 +	"foo{<var><span style=\"font-style:normal\">bar</span></var>}baz",
 1.18388 +	[true,true],
 1.18389 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18390 +["foo{<var>bar</var>}baz",
 1.18391 +	[["stylewithcss","false"],["italic",""]],
 1.18392 +	"foo{<var><span style=\"font-style:normal\">bar</span></var>}baz",
 1.18393 +	[true,true],
 1.18394 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18395 +["foo<address>b[a]r</address>baz",
 1.18396 +	[["stylewithcss","true"],["italic",""]],
 1.18397 +	"foo<address>b<span style=\"font-style:normal\">[a]</span>r</address>baz",
 1.18398 +	[true,true],
 1.18399 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18400 +["foo<address>b[a]r</address>baz",
 1.18401 +	[["stylewithcss","false"],["italic",""]],
 1.18402 +	"foo<address>b<span style=\"font-style:normal\">[a]</span>r</address>baz",
 1.18403 +	[true,true],
 1.18404 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18405 +["foo<cite>b[a]r</cite>baz",
 1.18406 +	[["stylewithcss","true"],["italic",""]],
 1.18407 +	"foo<cite>b<span style=\"font-style:normal\">[a]</span>r</cite>baz",
 1.18408 +	[true,true],
 1.18409 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18410 +["foo<cite>b[a]r</cite>baz",
 1.18411 +	[["stylewithcss","false"],["italic",""]],
 1.18412 +	"foo<cite>b<span style=\"font-style:normal\">[a]</span>r</cite>baz",
 1.18413 +	[true,true],
 1.18414 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18415 +["foo<dfn>b[a]r</dfn>baz",
 1.18416 +	[["stylewithcss","true"],["italic",""]],
 1.18417 +	"foo<dfn>b<span style=\"font-style:normal\">[a]</span>r</dfn>baz",
 1.18418 +	[true,true],
 1.18419 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18420 +["foo<dfn>b[a]r</dfn>baz",
 1.18421 +	[["stylewithcss","false"],["italic",""]],
 1.18422 +	"foo<dfn>b<span style=\"font-style:normal\">[a]</span>r</dfn>baz",
 1.18423 +	[true,true],
 1.18424 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18425 +["foo<em>b[a]r</em>baz",
 1.18426 +	[["stylewithcss","true"],["italic",""]],
 1.18427 +	"foo<span style=\"font-style:italic\">b</span>[a]<span style=\"font-style:italic\">r</span>baz",
 1.18428 +	[true,true],
 1.18429 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18430 +["foo<em>b[a]r</em>baz",
 1.18431 +	[["stylewithcss","false"],["italic",""]],
 1.18432 +	"foo<i>b</i>[a]<i>r</i>baz",
 1.18433 +	[true,true],
 1.18434 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18435 +["foo<i>b[a]r</i>baz",
 1.18436 +	[["stylewithcss","true"],["italic",""]],
 1.18437 +	"foo<span style=\"font-style:italic\">b</span>[a]<span style=\"font-style:italic\">r</span>baz",
 1.18438 +	[true,true],
 1.18439 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18440 +["foo<i>b[a]r</i>baz",
 1.18441 +	[["stylewithcss","false"],["italic",""]],
 1.18442 +	"foo<i>b</i>[a]<i>r</i>baz",
 1.18443 +	[true,true],
 1.18444 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18445 +["foo<var>b[a]r</var>baz",
 1.18446 +	[["stylewithcss","true"],["italic",""]],
 1.18447 +	"foo<var>b<span style=\"font-style:normal\">[a]</span>r</var>baz",
 1.18448 +	[true,true],
 1.18449 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18450 +["foo<var>b[a]r</var>baz",
 1.18451 +	[["stylewithcss","false"],["italic",""]],
 1.18452 +	"foo<var>b<span style=\"font-style:normal\">[a]</span>r</var>baz",
 1.18453 +	[true,true],
 1.18454 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18455 +["fo[o<address>bar</address>b]az",
 1.18456 +	[["stylewithcss","true"],["italic",""]],
 1.18457 +	"fo<span style=\"font-style:italic\">[o</span><address>bar</address><span style=\"font-style:italic\">b]</span>az",
 1.18458 +	[true,true],
 1.18459 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18460 +["fo[o<address>bar</address>b]az",
 1.18461 +	[["stylewithcss","false"],["italic",""]],
 1.18462 +	"fo<i>[o</i><address>bar</address><i>b]</i>az",
 1.18463 +	[true,true],
 1.18464 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18465 +["fo[o<cite>bar</cite>b]az",
 1.18466 +	[["stylewithcss","true"],["italic",""]],
 1.18467 +	"fo<span style=\"font-style:italic\">[o<cite>bar</cite>b]</span>az",
 1.18468 +	[true,true],
 1.18469 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18470 +["fo[o<cite>bar</cite>b]az",
 1.18471 +	[["stylewithcss","false"],["italic",""]],
 1.18472 +	"fo<i>[o<cite>bar</cite>b]</i>az",
 1.18473 +	[true,true],
 1.18474 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18475 +["fo[o<dfn>bar</dfn>b]az",
 1.18476 +	[["stylewithcss","true"],["italic",""]],
 1.18477 +	"fo<span style=\"font-style:italic\">[o<dfn>bar</dfn>b]</span>az",
 1.18478 +	[true,true],
 1.18479 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18480 +["fo[o<dfn>bar</dfn>b]az",
 1.18481 +	[["stylewithcss","false"],["italic",""]],
 1.18482 +	"fo<i>[o<dfn>bar</dfn>b]</i>az",
 1.18483 +	[true,true],
 1.18484 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18485 +["fo[o<em>bar</em>b]az",
 1.18486 +	[["stylewithcss","true"],["italic",""]],
 1.18487 +	"fo<span style=\"font-style:italic\">[obarb]</span>az",
 1.18488 +	[true,true],
 1.18489 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18490 +["fo[o<em>bar</em>b]az",
 1.18491 +	[["stylewithcss","false"],["italic",""]],
 1.18492 +	"fo<i>[obarb]</i>az",
 1.18493 +	[true,true],
 1.18494 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18495 +["fo[o<i>bar</i>b]az",
 1.18496 +	[["stylewithcss","true"],["italic",""]],
 1.18497 +	"fo<span style=\"font-style:italic\">[obarb]</span>az",
 1.18498 +	[true,true],
 1.18499 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18500 +["fo[o<i>bar</i>b]az",
 1.18501 +	[["stylewithcss","false"],["italic",""]],
 1.18502 +	"fo<i>[obarb]</i>az",
 1.18503 +	[true,true],
 1.18504 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18505 +["fo[o<var>bar</var>b]az",
 1.18506 +	[["stylewithcss","true"],["italic",""]],
 1.18507 +	"fo<span style=\"font-style:italic\">[o<var>bar</var>b]</span>az",
 1.18508 +	[true,true],
 1.18509 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18510 +["fo[o<var>bar</var>b]az",
 1.18511 +	[["stylewithcss","false"],["italic",""]],
 1.18512 +	"fo<i>[o<var>bar</var>b]</i>az",
 1.18513 +	[true,true],
 1.18514 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18515 +["foo[<address>bar</address>baz]",
 1.18516 +	[["stylewithcss","true"],["italic",""]],
 1.18517 +	"foo[<address>bar</address><span style=\"font-style:italic\">baz]</span>",
 1.18518 +	[true,true],
 1.18519 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18520 +["foo[<address>bar</address>baz]",
 1.18521 +	[["stylewithcss","false"],["italic",""]],
 1.18522 +	"foo[<address>bar</address><i>baz]</i>",
 1.18523 +	[true,true],
 1.18524 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18525 +["foo[<cite>bar</cite>baz]",
 1.18526 +	[["stylewithcss","true"],["italic",""]],
 1.18527 +	"foo[<cite>bar</cite><span style=\"font-style:italic\">baz]</span>",
 1.18528 +	[true,true],
 1.18529 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18530 +["foo[<cite>bar</cite>baz]",
 1.18531 +	[["stylewithcss","false"],["italic",""]],
 1.18532 +	"foo[<cite>bar</cite><i>baz]</i>",
 1.18533 +	[true,true],
 1.18534 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18535 +["foo[<dfn>bar</dfn>baz]",
 1.18536 +	[["stylewithcss","true"],["italic",""]],
 1.18537 +	"foo[<dfn>bar</dfn><span style=\"font-style:italic\">baz]</span>",
 1.18538 +	[true,true],
 1.18539 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18540 +["foo[<dfn>bar</dfn>baz]",
 1.18541 +	[["stylewithcss","false"],["italic",""]],
 1.18542 +	"foo[<dfn>bar</dfn><i>baz]</i>",
 1.18543 +	[true,true],
 1.18544 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18545 +["foo[<em>bar</em>baz]",
 1.18546 +	[["stylewithcss","true"],["italic",""]],
 1.18547 +	"foo[<span style=\"font-style:italic\">barbaz]</span>",
 1.18548 +	[true,true],
 1.18549 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18550 +["foo[<em>bar</em>baz]",
 1.18551 +	[["stylewithcss","false"],["italic",""]],
 1.18552 +	"foo[<i>barbaz]</i>",
 1.18553 +	[true,true],
 1.18554 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18555 +["foo[<i>bar</i>baz]",
 1.18556 +	[["stylewithcss","true"],["italic",""]],
 1.18557 +	"foo[<span style=\"font-style:italic\">barbaz]</span>",
 1.18558 +	[true,true],
 1.18559 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18560 +["foo[<i>bar</i>baz]",
 1.18561 +	[["stylewithcss","false"],["italic",""]],
 1.18562 +	"foo[<i>barbaz]</i>",
 1.18563 +	[true,true],
 1.18564 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18565 +["foo[<var>bar</var>baz]",
 1.18566 +	[["stylewithcss","true"],["italic",""]],
 1.18567 +	"foo[<var>bar</var><span style=\"font-style:italic\">baz]</span>",
 1.18568 +	[true,true],
 1.18569 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18570 +["foo[<var>bar</var>baz]",
 1.18571 +	[["stylewithcss","false"],["italic",""]],
 1.18572 +	"foo[<var>bar</var><i>baz]</i>",
 1.18573 +	[true,true],
 1.18574 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18575 +["[foo<address>bar</address>]baz",
 1.18576 +	[["stylewithcss","true"],["italic",""]],
 1.18577 +	"<span style=\"font-style:italic\">[foo</span><address>bar</address>]baz",
 1.18578 +	[true,true],
 1.18579 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18580 +["[foo<address>bar</address>]baz",
 1.18581 +	[["stylewithcss","false"],["italic",""]],
 1.18582 +	"<i>[foo</i><address>bar</address>]baz",
 1.18583 +	[true,true],
 1.18584 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18585 +["[foo<cite>bar</cite>]baz",
 1.18586 +	[["stylewithcss","true"],["italic",""]],
 1.18587 +	"<span style=\"font-style:italic\">[foo<cite>bar</cite></span>]baz",
 1.18588 +	[true,true],
 1.18589 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18590 +["[foo<cite>bar</cite>]baz",
 1.18591 +	[["stylewithcss","false"],["italic",""]],
 1.18592 +	"<i>[foo<cite>bar</cite></i>]baz",
 1.18593 +	[true,true],
 1.18594 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18595 +["[foo<dfn>bar</dfn>]baz",
 1.18596 +	[["stylewithcss","true"],["italic",""]],
 1.18597 +	"<span style=\"font-style:italic\">[foo<dfn>bar</dfn></span>]baz",
 1.18598 +	[true,true],
 1.18599 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18600 +["[foo<dfn>bar</dfn>]baz",
 1.18601 +	[["stylewithcss","false"],["italic",""]],
 1.18602 +	"<i>[foo<dfn>bar</dfn></i>]baz",
 1.18603 +	[true,true],
 1.18604 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18605 +["[foo<em>bar</em>]baz",
 1.18606 +	[["stylewithcss","true"],["italic",""]],
 1.18607 +	"<span style=\"font-style:italic\">[foobar</span>]baz",
 1.18608 +	[true,true],
 1.18609 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18610 +["[foo<em>bar</em>]baz",
 1.18611 +	[["stylewithcss","false"],["italic",""]],
 1.18612 +	"<i>[foobar</i>]baz",
 1.18613 +	[true,true],
 1.18614 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18615 +["[foo<i>bar</i>]baz",
 1.18616 +	[["stylewithcss","true"],["italic",""]],
 1.18617 +	"<span style=\"font-style:italic\">[foobar</span>]baz",
 1.18618 +	[true,true],
 1.18619 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18620 +["[foo<i>bar</i>]baz",
 1.18621 +	[["stylewithcss","false"],["italic",""]],
 1.18622 +	"<i>[foobar</i>]baz",
 1.18623 +	[true,true],
 1.18624 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18625 +["[foo<var>bar</var>]baz",
 1.18626 +	[["stylewithcss","true"],["italic",""]],
 1.18627 +	"<span style=\"font-style:italic\">[foo<var>bar</var></span>]baz",
 1.18628 +	[true,true],
 1.18629 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18630 +["[foo<var>bar</var>]baz",
 1.18631 +	[["stylewithcss","false"],["italic",""]],
 1.18632 +	"<i>[foo<var>bar</var></i>]baz",
 1.18633 +	[true,true],
 1.18634 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18635 +["foo<span style=\"font-style: italic\">[bar]</span>baz",
 1.18636 +	[["stylewithcss","true"],["italic",""]],
 1.18637 +	"foo[bar]baz",
 1.18638 +	[true,true],
 1.18639 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18640 +["foo<span style=\"font-style: italic\">[bar]</span>baz",
 1.18641 +	[["stylewithcss","false"],["italic",""]],
 1.18642 +	"foo[bar]baz",
 1.18643 +	[true,true],
 1.18644 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18645 +["foo<span style=\"font-style: oblique\">[bar]</span>baz",
 1.18646 +	[["stylewithcss","true"],["italic",""]],
 1.18647 +	"foo[bar]baz",
 1.18648 +	[true,true],
 1.18649 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18650 +["foo<span style=\"font-style: oblique\">[bar]</span>baz",
 1.18651 +	[["stylewithcss","false"],["italic",""]],
 1.18652 +	"foo[bar]baz",
 1.18653 +	[true,true],
 1.18654 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18655 +["foo<span style=\"font-style: oblique\">b[a]r</span>baz",
 1.18656 +	[["stylewithcss","true"],["italic",""]],
 1.18657 +	"foo<span style=\"font-style:oblique\">b</span>[a]<span style=\"font-style:oblique\">r</span>baz",
 1.18658 +	[true,true],
 1.18659 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18660 +["foo<span style=\"font-style: oblique\">b[a]r</span>baz",
 1.18661 +	[["stylewithcss","false"],["italic",""]],
 1.18662 +	"foo<span style=\"font-style:oblique\">b</span>[a]<span style=\"font-style:oblique\">r</span>baz",
 1.18663 +	[true,true],
 1.18664 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18665 +["<i>{<p>foo</p><p>bar</p>}<p>baz</p></i>",
 1.18666 +	[["stylewithcss","true"],["italic",""]],
 1.18667 +	"{<p>foo</p><p>bar</p>}<p><span style=\"font-style:italic\">baz</span></p>",
 1.18668 +	[true,true],
 1.18669 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18670 +["<i>{<p>foo</p><p>bar</p>}<p>baz</p></i>",
 1.18671 +	[["stylewithcss","false"],["italic",""]],
 1.18672 +	"{<p>foo</p><p>bar</p>}<p><i>baz</i></p>",
 1.18673 +	[true,true],
 1.18674 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18675 +["<i><p>foo[<b>bar</b>}</p><p>baz</p></i>",
 1.18676 +	[["stylewithcss","true"],["italic",""]],
 1.18677 +	"<p><span style=\"font-style:italic\">foo[</span><b>bar</b>}</p><p><span style=\"font-style:italic\">baz</span></p>",
 1.18678 +	[true,true],
 1.18679 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18680 +["<i><p>foo[<b>bar</b>}</p><p>baz</p></i>",
 1.18681 +	[["stylewithcss","false"],["italic",""]],
 1.18682 +	"<p><i>foo[</i><b>bar</b>}</p><p><i>baz</i></p>",
 1.18683 +	[true,true],
 1.18684 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18685 +["foo [bar <b>baz] qoz</b> quz sic",
 1.18686 +	[["stylewithcss","true"],["italic",""]],
 1.18687 +	"foo <span style=\"font-style:italic\">[bar </span><b><span style=\"font-style:italic\">baz]</span> qoz</b> quz sic",
 1.18688 +	[true,true],
 1.18689 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 1.18690 +["foo [bar <b>baz] qoz</b> quz sic",
 1.18691 +	[["stylewithcss","false"],["italic",""]],
 1.18692 +	"foo <i>[bar </i><b><i>baz]</i> qoz</b> quz sic",
 1.18693 +	[true,true],
 1.18694 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 1.18695 +["foo bar <b>baz [qoz</b> quz] sic",
 1.18696 +	[["stylewithcss","true"],["italic",""]],
 1.18697 +	"foo bar <b>baz <span style=\"font-style:italic\">[qoz</span></b><span style=\"font-style:italic\"> quz]</span> sic",
 1.18698 +	[true,true],
 1.18699 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 1.18700 +["foo bar <b>baz [qoz</b> quz] sic",
 1.18701 +	[["stylewithcss","false"],["italic",""]],
 1.18702 +	"foo bar <b>baz <i>[qoz</i></b><i> quz]</i> sic",
 1.18703 +	[true,true],
 1.18704 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 1.18705 +["foo [bar <i>baz] qoz</i> quz sic",
 1.18706 +	[["italic",""]],
 1.18707 +	"foo <i>[bar baz] qoz</i> quz sic",
 1.18708 +	[true],
 1.18709 +	{"italic":[true,false,"",false,true,""]}],
 1.18710 +["foo bar <i>baz [qoz</i> quz] sic",
 1.18711 +	[["italic",""]],
 1.18712 +	"foo bar <i>baz [qoz quz]</i> sic",
 1.18713 +	[true],
 1.18714 +	{"italic":[true,false,"",false,true,""]}],
 1.18715 +["fo[o<i>b]ar</i>baz",
 1.18716 +	[["italic",""]],
 1.18717 +	"fo<i>[ob]ar</i>baz",
 1.18718 +	[true],
 1.18719 +	{"italic":[true,false,"",false,true,""]}],
 1.18720 +["foo<i>ba[r</i>b]az",
 1.18721 +	[["italic",""]],
 1.18722 +	"foo<i>ba[rb]</i>az",
 1.18723 +	[true],
 1.18724 +	{"italic":[true,false,"",false,true,""]}],
 1.18725 +["fo[o<i>bar</i>b]az",
 1.18726 +	[["stylewithcss","true"],["italic",""]],
 1.18727 +	"fo<span style=\"font-style:italic\">[obarb]</span>az",
 1.18728 +	[true,true],
 1.18729 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18730 +["fo[o<i>bar</i>b]az",
 1.18731 +	[["stylewithcss","false"],["italic",""]],
 1.18732 +	"fo<i>[obarb]</i>az",
 1.18733 +	[true,true],
 1.18734 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18735 +["foo[<i>b]ar</i>baz",
 1.18736 +	[["stylewithcss","true"],["italic",""]],
 1.18737 +	"foo[b]<span style=\"font-style:italic\">ar</span>baz",
 1.18738 +	[true,true],
 1.18739 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18740 +["foo[<i>b]ar</i>baz",
 1.18741 +	[["stylewithcss","false"],["italic",""]],
 1.18742 +	"foo[b]<i>ar</i>baz",
 1.18743 +	[true,true],
 1.18744 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18745 +["foo<i>ba[r</i>]baz",
 1.18746 +	[["stylewithcss","true"],["italic",""]],
 1.18747 +	"foo<span style=\"font-style:italic\">ba</span>[r]baz",
 1.18748 +	[true,true],
 1.18749 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18750 +["foo<i>ba[r</i>]baz",
 1.18751 +	[["stylewithcss","false"],["italic",""]],
 1.18752 +	"foo<i>ba</i>[r]baz",
 1.18753 +	[true,true],
 1.18754 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18755 +["foo[<i>bar</i>]baz",
 1.18756 +	[["stylewithcss","true"],["italic",""]],
 1.18757 +	"foo[bar]baz",
 1.18758 +	[true,true],
 1.18759 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18760 +["foo[<i>bar</i>]baz",
 1.18761 +	[["stylewithcss","false"],["italic",""]],
 1.18762 +	"foo[bar]baz",
 1.18763 +	[true,true],
 1.18764 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18765 +["foo<i>[bar]</i>baz",
 1.18766 +	[["stylewithcss","true"],["italic",""]],
 1.18767 +	"foo[bar]baz",
 1.18768 +	[true,true],
 1.18769 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18770 +["foo<i>[bar]</i>baz",
 1.18771 +	[["stylewithcss","false"],["italic",""]],
 1.18772 +	"foo[bar]baz",
 1.18773 +	[true,true],
 1.18774 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18775 +["foo{<i>bar</i>}baz",
 1.18776 +	[["stylewithcss","true"],["italic",""]],
 1.18777 +	"foo{bar}baz",
 1.18778 +	[true,true],
 1.18779 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18780 +["foo{<i>bar</i>}baz",
 1.18781 +	[["stylewithcss","false"],["italic",""]],
 1.18782 +	"foo{bar}baz",
 1.18783 +	[true,true],
 1.18784 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18785 +["fo[o<span style=font-style:italic>b]ar</span>baz",
 1.18786 +	[["italic",""]],
 1.18787 +	"fo<span style=\"font-style:italic\">[ob]ar</span>baz",
 1.18788 +	[true],
 1.18789 +	{"italic":[true,false,"",false,true,""]}],
 1.18790 +["fo[o<span style=font-style:oblique>b]ar</span>baz",
 1.18791 +	[["stylewithcss","true"],["italic",""]],
 1.18792 +	"fo<span style=\"font-style:italic\">[o</span><span style=\"font-style:oblique\"><span style=\"font-style:italic\">b]</span>ar</span>baz",
 1.18793 +	[true,true],
 1.18794 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 1.18795 +["fo[o<span style=font-style:oblique>b]ar</span>baz",
 1.18796 +	[["stylewithcss","false"],["italic",""]],
 1.18797 +	"fo<i>[o</i><span style=\"font-style:oblique\"><i>b]</i>ar</span>baz",
 1.18798 +	[true,true],
 1.18799 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 1.18800 +["<span style=font-style:italic>fo[o</span><span style=font-style:oblique>b]ar</span>",
 1.18801 +	[["stylewithcss","true"],["italic",""]],
 1.18802 +	"<span style=\"font-style:italic\">fo</span>[ob]<span style=\"font-style:oblique\">ar</span>",
 1.18803 +	[true,true],
 1.18804 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18805 +["<span style=font-style:italic>fo[o</span><span style=font-style:oblique>b]ar</span>",
 1.18806 +	[["stylewithcss","false"],["italic",""]],
 1.18807 +	"<i>fo</i>[ob]<span style=\"font-style:oblique\">ar</span>",
 1.18808 +	[true,true],
 1.18809 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18810 +["<span style=font-style:oblique>fo[o</span><span style=font-style:italic>b]ar</span>",
 1.18811 +	[["stylewithcss","true"],["italic",""]],
 1.18812 +	"<span style=\"font-style:oblique\">fo</span>[ob]<span style=\"font-style:italic\">ar</span>",
 1.18813 +	[true,true],
 1.18814 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18815 +["<span style=font-style:oblique>fo[o</span><span style=font-style:italic>b]ar</span>",
 1.18816 +	[["stylewithcss","false"],["italic",""]],
 1.18817 +	"<span style=\"font-style:oblique\">fo</span>[ob]<i>ar</i>",
 1.18818 +	[true,true],
 1.18819 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18820 +["<i>fo[o</i><address>b]ar</address>",
 1.18821 +	[["stylewithcss","true"],["italic",""]],
 1.18822 +	"<span style=\"font-style:italic\">fo</span>[o<address><span style=\"font-style:normal\">b]</span>ar</address>",
 1.18823 +	[true,true],
 1.18824 +	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 1.18825 +["<i>fo[o</i><address>b]ar</address>",
 1.18826 +	[["stylewithcss","false"],["italic",""]],
 1.18827 +	"<i>fo</i>[o<address><span style=\"font-style:normal\">b]</span>ar</address>",
 1.18828 +	[true,true],
 1.18829 +	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 1.18830 +["foo[]bar<p>extra",
 1.18831 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18832 +	"<div style=\"text-align:center\">foo[]bar</div><p>extra</p>",
 1.18833 +	[true,true,true],
 1.18834 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18835 +["foo[]bar<p>extra",
 1.18836 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18837 +	"<div style=\"text-align:center\">foo[]bar</div><p>extra</p>",
 1.18838 +	[true,true,true],
 1.18839 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18840 +["foo[]bar<p>extra",
 1.18841 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.18842 +	"<div style=\"text-align:center\">foo[]bar</div><p>extra</p>",
 1.18843 +	[true,true,true],
 1.18844 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18845 +["foo[]bar<p>extra",
 1.18846 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.18847 +	"<div style=\"text-align:center\">foo[]bar</div><p>extra</p>",
 1.18848 +	[true,true,true],
 1.18849 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18850 +["<span>foo</span>{}<span>bar</span><p>extra",
 1.18851 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18852 +	"<div style=\"text-align:center\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 1.18853 +	[true,true,true],
 1.18854 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18855 +["<span>foo</span>{}<span>bar</span><p>extra",
 1.18856 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18857 +	"<div style=\"text-align:center\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 1.18858 +	[true,true,true],
 1.18859 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18860 +["<span>foo</span>{}<span>bar</span><p>extra",
 1.18861 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.18862 +	"<div style=\"text-align:center\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 1.18863 +	[true,true,true],
 1.18864 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18865 +["<span>foo</span>{}<span>bar</span><p>extra",
 1.18866 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.18867 +	"<div style=\"text-align:center\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 1.18868 +	[true,true,true],
 1.18869 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18870 +["<span>foo[</span><span>]bar</span><p>extra",
 1.18871 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18872 +	"<div style=\"text-align:center\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 1.18873 +	[true,true,true],
 1.18874 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18875 +["<span>foo[</span><span>]bar</span><p>extra",
 1.18876 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18877 +	"<div style=\"text-align:center\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 1.18878 +	[true,true,true],
 1.18879 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18880 +["<span>foo[</span><span>]bar</span><p>extra",
 1.18881 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.18882 +	"<div style=\"text-align:center\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 1.18883 +	[true,true,true],
 1.18884 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18885 +["<span>foo[</span><span>]bar</span><p>extra",
 1.18886 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.18887 +	"<div style=\"text-align:center\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 1.18888 +	[true,true,true],
 1.18889 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18890 +["foo[bar]baz<p>extra",
 1.18891 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18892 +	"<div style=\"text-align:center\">foo[bar]baz</div><p>extra</p>",
 1.18893 +	[true,true,true],
 1.18894 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18895 +["foo[bar]baz<p>extra",
 1.18896 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18897 +	"<div style=\"text-align:center\">foo[bar]baz</div><p>extra</p>",
 1.18898 +	[true,true,true],
 1.18899 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18900 +["foo[bar]baz<p>extra",
 1.18901 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.18902 +	"<div style=\"text-align:center\">foo[bar]baz</div><p>extra</p>",
 1.18903 +	[true,true,true],
 1.18904 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18905 +["foo[bar]baz<p>extra",
 1.18906 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.18907 +	"<div style=\"text-align:center\">foo[bar]baz</div><p>extra</p>",
 1.18908 +	[true,true,true],
 1.18909 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18910 +["foo[bar<b>baz]qoz</b>quz<p>extra",
 1.18911 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18912 +	"<div style=\"text-align:center\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 1.18913 +	[true,true,true],
 1.18914 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18915 +["foo[bar<b>baz]qoz</b>quz<p>extra",
 1.18916 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18917 +	"<div style=\"text-align:center\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 1.18918 +	[true,true,true],
 1.18919 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18920 +["foo[bar<b>baz]qoz</b>quz<p>extra",
 1.18921 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.18922 +	"<div style=\"text-align:center\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 1.18923 +	[true,true,true],
 1.18924 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18925 +["foo[bar<b>baz]qoz</b>quz<p>extra",
 1.18926 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.18927 +	"<div style=\"text-align:center\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 1.18928 +	[true,true,true],
 1.18929 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18930 +["<p>foo[]bar<p>extra",
 1.18931 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18932 +	"<div style=\"text-align:center\"><p>foo[]bar</p></div><p>extra</p>",
 1.18933 +	[true,true,true],
 1.18934 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18935 +["<p>foo[]bar<p>extra",
 1.18936 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18937 +	"<div style=\"text-align:center\"><p>foo[]bar</p></div><p>extra</p>",
 1.18938 +	[true,true,true],
 1.18939 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18940 +["<p>foo[]bar<p>extra",
 1.18941 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.18942 +	"<div style=\"text-align:center\"><p>foo[]bar</p></div><p>extra</p>",
 1.18943 +	[true,true,true],
 1.18944 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18945 +["<p>foo[]bar<p>extra",
 1.18946 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.18947 +	"<div style=\"text-align:center\"><p>foo[]bar</p></div><p>extra</p>",
 1.18948 +	[true,true,true],
 1.18949 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18950 +["<p>foo[bar]baz<p>extra",
 1.18951 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18952 +	"<div style=\"text-align:center\"><p>foo[bar]baz</p></div><p>extra</p>",
 1.18953 +	[true,true,true],
 1.18954 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18955 +["<p>foo[bar]baz<p>extra",
 1.18956 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18957 +	"<div style=\"text-align:center\"><p>foo[bar]baz</p></div><p>extra</p>",
 1.18958 +	[true,true,true],
 1.18959 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18960 +["<p>foo[bar]baz<p>extra",
 1.18961 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.18962 +	"<div style=\"text-align:center\"><p>foo[bar]baz</p></div><p>extra</p>",
 1.18963 +	[true,true,true],
 1.18964 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18965 +["<p>foo[bar]baz<p>extra",
 1.18966 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.18967 +	"<div style=\"text-align:center\"><p>foo[bar]baz</p></div><p>extra</p>",
 1.18968 +	[true,true,true],
 1.18969 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18970 +["<h1>foo[bar]baz</h1><p>extra",
 1.18971 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18972 +	"<div style=\"text-align:center\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 1.18973 +	[true,true,true],
 1.18974 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18975 +["<h1>foo[bar]baz</h1><p>extra",
 1.18976 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18977 +	"<div style=\"text-align:center\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 1.18978 +	[true,true,true],
 1.18979 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18980 +["<h1>foo[bar]baz</h1><p>extra",
 1.18981 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.18982 +	"<div style=\"text-align:center\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 1.18983 +	[true,true,true],
 1.18984 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18985 +["<h1>foo[bar]baz</h1><p>extra",
 1.18986 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.18987 +	"<div style=\"text-align:center\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 1.18988 +	[true,true,true],
 1.18989 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18990 +["<pre>foo[bar]baz</pre><p>extra",
 1.18991 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18992 +	"<div style=\"text-align:center\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 1.18993 +	[true,true,true],
 1.18994 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.18995 +["<pre>foo[bar]baz</pre><p>extra",
 1.18996 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.18997 +	"<div style=\"text-align:center\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 1.18998 +	[true,true,true],
 1.18999 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19000 +["<pre>foo[bar]baz</pre><p>extra",
 1.19001 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19002 +	"<div style=\"text-align:center\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 1.19003 +	[true,true,true],
 1.19004 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19005 +["<pre>foo[bar]baz</pre><p>extra",
 1.19006 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19007 +	"<div style=\"text-align:center\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 1.19008 +	[true,true,true],
 1.19009 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19010 +["<xmp>foo[bar]baz</xmp><p>extra",
 1.19011 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19012 +	"<div style=\"text-align:center\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 1.19013 +	[true,true,true],
 1.19014 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19015 +["<xmp>foo[bar]baz</xmp><p>extra",
 1.19016 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19017 +	"<div style=\"text-align:center\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 1.19018 +	[true,true,true],
 1.19019 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19020 +["<xmp>foo[bar]baz</xmp><p>extra",
 1.19021 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19022 +	"<div style=\"text-align:center\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 1.19023 +	[true,true,true],
 1.19024 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19025 +["<xmp>foo[bar]baz</xmp><p>extra",
 1.19026 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19027 +	"<div style=\"text-align:center\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 1.19028 +	[true,true,true],
 1.19029 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19030 +["<center><p>[foo]<p>bar</center><p>extra",
 1.19031 +	[["justifycenter",""]],
 1.19032 +	"<center><p>[foo]</p><p>bar</p></center><p>extra</p>",
 1.19033 +	[true],
 1.19034 +	{"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19035 +["<center><p>[foo<p>bar]</center><p>extra",
 1.19036 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19037 +	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.19038 +	[true,true,true],
 1.19039 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19040 +["<center><p>[foo<p>bar]</center><p>extra",
 1.19041 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19042 +	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.19043 +	[true,true,true],
 1.19044 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19045 +["<center><p>[foo<p>bar]</center><p>extra",
 1.19046 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19047 +	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.19048 +	[true,true,true],
 1.19049 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19050 +["<center><p>[foo<p>bar]</center><p>extra",
 1.19051 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19052 +	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.19053 +	[true,true,true],
 1.19054 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19055 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.19056 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19057 +	"<table><tbody><tr><td>foo</td><td><div style=\"text-align:center\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.19058 +	[true,true,true],
 1.19059 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19060 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.19061 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19062 +	"<table><tbody><tr><td>foo</td><td><div style=\"text-align:center\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.19063 +	[true,true,true],
 1.19064 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19065 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.19066 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19067 +	"<table><tbody><tr><td>foo</td><td><div style=\"text-align:center\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.19068 +	[true,true,true],
 1.19069 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19070 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.19071 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19072 +	"<table><tbody><tr><td>foo</td><td><div style=\"text-align:center\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.19073 +	[true,true,true],
 1.19074 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19075 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19076 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19077 +	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19078 +	[true,true,true],
 1.19079 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19080 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19081 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19082 +	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19083 +	[true,true,true],
 1.19084 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19085 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19086 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19087 +	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19088 +	[true,true,true],
 1.19089 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19090 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19091 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19092 +	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19093 +	[true,true,true],
 1.19094 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19095 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19096 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19097 +	"<table><tbody><tr>{<td><div style=\"text-align:center\">foo</div></td><td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19098 +	[true,true,true],
 1.19099 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19100 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19101 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19102 +	"<table><tbody><tr>{<td><div style=\"text-align:center\">foo</div></td><td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19103 +	[true,true,true],
 1.19104 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19105 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19106 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19107 +	"<table><tbody><tr>{<td><div style=\"text-align:center\">foo</div></td><td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19108 +	[true,true,true],
 1.19109 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19110 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19111 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19112 +	"<table><tbody><tr>{<td><div style=\"text-align:center\">foo</div></td><td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19113 +	[true,true,true],
 1.19114 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19115 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19116 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19117 +	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.19118 +	[true,true,true],
 1.19119 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19120 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19121 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19122 +	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.19123 +	[true,true,true],
 1.19124 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19125 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19126 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19127 +	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.19128 +	[true,true,true],
 1.19129 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19130 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19131 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19132 +	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.19133 +	[true,true,true],
 1.19134 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19135 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19136 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19137 +	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.19138 +	[true,true,true],
 1.19139 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19140 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19141 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19142 +	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.19143 +	[true,true,true],
 1.19144 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19145 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19146 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19147 +	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.19148 +	[true,true,true],
 1.19149 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19150 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19151 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19152 +	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.19153 +	[true,true,true],
 1.19154 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19155 +["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.19156 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19157 +	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.19158 +	[true,true,true],
 1.19159 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19160 +["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.19161 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19162 +	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.19163 +	[true,true,true],
 1.19164 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19165 +["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.19166 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19167 +	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.19168 +	[true,true,true],
 1.19169 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19170 +["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.19171 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19172 +	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.19173 +	[true,true,true],
 1.19174 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19175 +["<table align=center><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.19176 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19177 +	"<table align=\"center\"><tbody><tr><td>foo</td><td><div style=\"text-align:center\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.19178 +	[true,true,true],
 1.19179 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19180 +["<table align=center><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.19181 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19182 +	"<table align=\"center\"><tbody><tr><td>foo</td><td><div style=\"text-align:center\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.19183 +	[true,true,true],
 1.19184 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19185 +["<table align=center><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.19186 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19187 +	"<table align=\"center\"><tbody><tr><td>foo</td><td><div style=\"text-align:center\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.19188 +	[true,true,true],
 1.19189 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19190 +["<table align=center><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.19191 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19192 +	"<table align=\"center\"><tbody><tr><td>foo</td><td><div style=\"text-align:center\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.19193 +	[true,true,true],
 1.19194 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19195 +["<table align=center><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19196 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19197 +	"<table align=\"center\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19198 +	[true,true,true],
 1.19199 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19200 +["<table align=center><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19201 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19202 +	"<table align=\"center\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19203 +	[true,true,true],
 1.19204 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19205 +["<table align=center><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19206 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19207 +	"<table align=\"center\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19208 +	[true,true,true],
 1.19209 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19210 +["<table align=center><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19211 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19212 +	"<table align=\"center\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19213 +	[true,true,true],
 1.19214 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19215 +["<table align=center><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19216 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19217 +	"<table align=\"center\"><tbody><tr>{<td><div style=\"text-align:center\">foo</div></td><td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19218 +	[true,true,true],
 1.19219 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19220 +["<table align=center><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19221 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19222 +	"<table align=\"center\"><tbody><tr>{<td><div style=\"text-align:center\">foo</div></td><td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19223 +	[true,true,true],
 1.19224 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19225 +["<table align=center><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19226 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19227 +	"<table align=\"center\"><tbody><tr>{<td><div style=\"text-align:center\">foo</div></td><td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19228 +	[true,true,true],
 1.19229 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19230 +["<table align=center><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19231 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19232 +	"<table align=\"center\"><tbody><tr>{<td><div style=\"text-align:center\">foo</div></td><td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19233 +	[true,true,true],
 1.19234 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19235 +["<table align=center><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19236 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19237 +	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.19238 +	[true,true,true],
 1.19239 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19240 +["<table align=center><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19241 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19242 +	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.19243 +	[true,true,true],
 1.19244 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19245 +["<table align=center><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19246 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19247 +	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.19248 +	[true,true,true],
 1.19249 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19250 +["<table align=center><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19251 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19252 +	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.19253 +	[true,true,true],
 1.19254 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19255 +["<table align=center data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19256 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19257 +	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.19258 +	[true,true,true],
 1.19259 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19260 +["<table align=center data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19261 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19262 +	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.19263 +	[true,true,true],
 1.19264 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19265 +["<table align=center data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19266 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19267 +	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.19268 +	[true,true,true],
 1.19269 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19270 +["<table align=center data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19271 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19272 +	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.19273 +	[true,true,true],
 1.19274 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19275 +["{<table align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.19276 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19277 +	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.19278 +	[true,true,true],
 1.19279 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19280 +["{<table align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.19281 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19282 +	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.19283 +	[true,true,true],
 1.19284 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19285 +["{<table align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.19286 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19287 +	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.19288 +	[true,true,true],
 1.19289 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19290 +["{<table align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.19291 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19292 +	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.19293 +	[true,true,true],
 1.19294 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19295 +["<table><tbody align=center><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.19296 +	[["justifycenter",""]],
 1.19297 +	"<table><tbody align=\"center\"><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.19298 +	[true],
 1.19299 +	{"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19300 +["<table><tbody align=center><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19301 +	[["justifycenter",""]],
 1.19302 +	"<table><tbody align=\"center\"><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19303 +	[true],
 1.19304 +	{"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19305 +["<table><tbody align=center><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19306 +	[["justifycenter",""]],
 1.19307 +	"<table><tbody align=\"center\"><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19308 +	[true],
 1.19309 +	{"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19310 +["<table><tbody align=center data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19311 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19312 +	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.19313 +	[true,true,true],
 1.19314 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19315 +["<table><tbody align=center data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19316 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19317 +	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.19318 +	[true,true,true],
 1.19319 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19320 +["<table><tbody align=center data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19321 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19322 +	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.19323 +	[true,true,true],
 1.19324 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19325 +["<table><tbody align=center data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19326 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19327 +	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.19328 +	[true,true,true],
 1.19329 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19330 +["<table data-start=0 data-end=1><tbody align=center><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19331 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19332 +	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.19333 +	[true,true,true],
 1.19334 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19335 +["<table data-start=0 data-end=1><tbody align=center><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19336 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19337 +	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.19338 +	[true,true,true],
 1.19339 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19340 +["<table data-start=0 data-end=1><tbody align=center><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19341 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19342 +	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.19343 +	[true,true,true],
 1.19344 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19345 +["<table data-start=0 data-end=1><tbody align=center><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.19346 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19347 +	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.19348 +	[true,true,true],
 1.19349 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19350 +["{<table><tbody align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.19351 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19352 +	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.19353 +	[true,true,true],
 1.19354 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19355 +["{<table><tbody align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.19356 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19357 +	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.19358 +	[true,true,true],
 1.19359 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19360 +["{<table><tbody align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.19361 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19362 +	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.19363 +	[true,true,true],
 1.19364 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19365 +["{<table><tbody align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.19366 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19367 +	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.19368 +	[true,true,true],
 1.19369 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19370 +["<table><tbody><tr align=center><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.19371 +	[["justifycenter",""]],
 1.19372 +	"<table><tbody><tr align=\"center\"><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.19373 +	[true],
 1.19374 +	{"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19375 +["<table><tbody><tr align=center data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19376 +	[["justifycenter",""]],
 1.19377 +	"<table><tbody><tr align=\"center\"><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19378 +	[true],
 1.19379 +	{"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19380 +["<table><tbody><tr align=center data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.19381 +	[["justifycenter",""]],
 1.19382 +	"<table><tbody><tr align=\"center\">{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.19383 +	[true],
 1.19384 +	{"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19385 +["<table><tbody data-start=0 data-end=1><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 1.19386 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19387 +	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.19388 +	[true,true,true],
 1.19389 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19390 +["<table><tbody data-start=0 data-end=1><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 1.19391 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19392 +	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.19393 +	[true,true,true],
 1.19394 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19395 +["<table><tbody data-start=0 data-end=1><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 1.19396 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19397 +	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.19398 +	[true,true,true],
 1.19399 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19400 +["<table><tbody data-start=0 data-end=1><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 1.19401 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19402 +	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.19403 +	[true,true,true],
 1.19404 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19405 +["<table data-start=0 data-end=1><tbody><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 1.19406 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19407 +	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.19408 +	[true,true,true],
 1.19409 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19410 +["<table data-start=0 data-end=1><tbody><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 1.19411 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19412 +	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.19413 +	[true,true,true],
 1.19414 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19415 +["<table data-start=0 data-end=1><tbody><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 1.19416 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19417 +	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.19418 +	[true,true,true],
 1.19419 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19420 +["<table data-start=0 data-end=1><tbody><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 1.19421 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19422 +	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.19423 +	[true,true,true],
 1.19424 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19425 +["{<table><tr align=center><td>foo<td>bar<td>baz</table>}<p>extra",
 1.19426 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19427 +	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.19428 +	[true,true,true],
 1.19429 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19430 +["{<table><tr align=center><td>foo<td>bar<td>baz</table>}<p>extra",
 1.19431 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19432 +	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.19433 +	[true,true,true],
 1.19434 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19435 +["{<table><tr align=center><td>foo<td>bar<td>baz</table>}<p>extra",
 1.19436 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19437 +	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.19438 +	[true,true,true],
 1.19439 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19440 +["{<table><tr align=center><td>foo<td>bar<td>baz</table>}<p>extra",
 1.19441 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19442 +	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.19443 +	[true,true,true],
 1.19444 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19445 +["<div align=center><p>[foo]<p>bar</div><p>extra",
 1.19446 +	[["justifycenter",""]],
 1.19447 +	"<div align=\"center\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 1.19448 +	[true],
 1.19449 +	{"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19450 +["<div align=center><p>[foo<p>bar}</div><p>extra",
 1.19451 +	[["stylewithcss","true"],["justifycenter",""]],
 1.19452 +	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.19453 +	[true,true],
 1.19454 +	{"stylewithcss":[false,false,"",false,true,""],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19455 +["<div align=center><p>[foo<p>bar}</div><p>extra",
 1.19456 +	[["stylewithcss","false"],["justifycenter",""]],
 1.19457 +	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.19458 +	[true,true],
 1.19459 +	{"stylewithcss":[false,true,"",false,false,""],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19460 +["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 1.19461 +	[["justifycenter",""]],
 1.19462 +	"<div style=\"text-align:center\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 1.19463 +	[true],
 1.19464 +	{"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19465 +["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 1.19466 +	[["justifycenter",""]],
 1.19467 +	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.19468 +	[true],
 1.19469 +	{"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19470 +["<div align=justify><p>[foo]<p>bar</div><p>extra",
 1.19471 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19472 +	"<div align=\"justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19473 +	[true,true,true],
 1.19474 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"justify",false,true,"center"]}],
 1.19475 +["<div align=justify><p>[foo]<p>bar</div><p>extra",
 1.19476 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19477 +	"<div align=\"justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19478 +	[true,true,true],
 1.19479 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"justify",false,true,"center"]}],
 1.19480 +["<div align=justify><p>[foo]<p>bar</div><p>extra",
 1.19481 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19482 +	"<div align=\"justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19483 +	[true,true,true],
 1.19484 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"justify",false,true,"center"]}],
 1.19485 +["<div align=justify><p>[foo]<p>bar</div><p>extra",
 1.19486 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19487 +	"<div align=\"justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19488 +	[true,true,true],
 1.19489 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"justify",false,true,"center"]}],
 1.19490 +["<div align=justify><p>[foo<p>bar}</div><p>extra",
 1.19491 +	[["stylewithcss","true"],["justifycenter",""]],
 1.19492 +	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.19493 +	[true,true],
 1.19494 +	{"stylewithcss":[false,false,"",false,true,""],"justifycenter":[false,false,"justify",false,true,"center"]}],
 1.19495 +["<div align=justify><p>[foo<p>bar}</div><p>extra",
 1.19496 +	[["stylewithcss","false"],["justifycenter",""]],
 1.19497 +	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.19498 +	[true,true],
 1.19499 +	{"stylewithcss":[false,true,"",false,false,""],"justifycenter":[false,false,"justify",false,true,"center"]}],
 1.19500 +["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 1.19501 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19502 +	"<div style=\"text-align:justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19503 +	[true,true,true],
 1.19504 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"justify",false,true,"center"]}],
 1.19505 +["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 1.19506 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19507 +	"<div style=\"text-align:justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19508 +	[true,true,true],
 1.19509 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"justify",false,true,"center"]}],
 1.19510 +["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 1.19511 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19512 +	"<div style=\"text-align:justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19513 +	[true,true,true],
 1.19514 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"justify",false,true,"center"]}],
 1.19515 +["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 1.19516 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19517 +	"<div style=\"text-align:justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19518 +	[true,true,true],
 1.19519 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"justify",false,true,"center"]}],
 1.19520 +["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 1.19521 +	[["justifycenter",""]],
 1.19522 +	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.19523 +	[true],
 1.19524 +	{"justifycenter":[false,false,"justify",false,true,"center"]}],
 1.19525 +["<div align=left><p>[foo]<p>bar</div><p>extra",
 1.19526 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19527 +	"<div align=\"left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19528 +	[true,true,true],
 1.19529 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19530 +["<div align=left><p>[foo]<p>bar</div><p>extra",
 1.19531 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19532 +	"<div align=\"left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19533 +	[true,true,true],
 1.19534 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19535 +["<div align=left><p>[foo]<p>bar</div><p>extra",
 1.19536 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19537 +	"<div align=\"left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19538 +	[true,true,true],
 1.19539 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19540 +["<div align=left><p>[foo]<p>bar</div><p>extra",
 1.19541 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19542 +	"<div align=\"left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19543 +	[true,true,true],
 1.19544 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19545 +["<div align=left><p>[foo<p>bar}</div><p>extra",
 1.19546 +	[["stylewithcss","true"],["justifycenter",""]],
 1.19547 +	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.19548 +	[true,true],
 1.19549 +	{"stylewithcss":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19550 +["<div align=left><p>[foo<p>bar}</div><p>extra",
 1.19551 +	[["stylewithcss","false"],["justifycenter",""]],
 1.19552 +	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.19553 +	[true,true],
 1.19554 +	{"stylewithcss":[false,true,"",false,false,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19555 +["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 1.19556 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19557 +	"<div style=\"text-align:left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19558 +	[true,true,true],
 1.19559 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19560 +["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 1.19561 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19562 +	"<div style=\"text-align:left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19563 +	[true,true,true],
 1.19564 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19565 +["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 1.19566 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19567 +	"<div style=\"text-align:left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19568 +	[true,true,true],
 1.19569 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19570 +["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 1.19571 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19572 +	"<div style=\"text-align:left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19573 +	[true,true,true],
 1.19574 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19575 +["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 1.19576 +	[["justifycenter",""]],
 1.19577 +	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.19578 +	[true],
 1.19579 +	{"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19580 +["<div align=right><p>[foo]<p>bar</div><p>extra",
 1.19581 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19582 +	"<div align=\"right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19583 +	[true,true,true],
 1.19584 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"right",false,true,"center"]}],
 1.19585 +["<div align=right><p>[foo]<p>bar</div><p>extra",
 1.19586 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19587 +	"<div align=\"right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19588 +	[true,true,true],
 1.19589 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"right",false,true,"center"]}],
 1.19590 +["<div align=right><p>[foo]<p>bar</div><p>extra",
 1.19591 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19592 +	"<div align=\"right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19593 +	[true,true,true],
 1.19594 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"right",false,true,"center"]}],
 1.19595 +["<div align=right><p>[foo]<p>bar</div><p>extra",
 1.19596 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19597 +	"<div align=\"right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19598 +	[true,true,true],
 1.19599 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"right",false,true,"center"]}],
 1.19600 +["<div align=right><p>[foo<p>bar}</div><p>extra",
 1.19601 +	[["stylewithcss","true"],["justifycenter",""]],
 1.19602 +	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.19603 +	[true,true],
 1.19604 +	{"stylewithcss":[false,false,"",false,true,""],"justifycenter":[false,false,"right",false,true,"center"]}],
 1.19605 +["<div align=right><p>[foo<p>bar}</div><p>extra",
 1.19606 +	[["stylewithcss","false"],["justifycenter",""]],
 1.19607 +	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.19608 +	[true,true],
 1.19609 +	{"stylewithcss":[false,true,"",false,false,""],"justifycenter":[false,false,"right",false,true,"center"]}],
 1.19610 +["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 1.19611 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19612 +	"<div style=\"text-align:right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19613 +	[true,true,true],
 1.19614 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"right",false,true,"center"]}],
 1.19615 +["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 1.19616 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19617 +	"<div style=\"text-align:right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19618 +	[true,true,true],
 1.19619 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"right",false,true,"center"]}],
 1.19620 +["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 1.19621 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19622 +	"<div style=\"text-align:right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19623 +	[true,true,true],
 1.19624 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"right",false,true,"center"]}],
 1.19625 +["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 1.19626 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19627 +	"<div style=\"text-align:right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.19628 +	[true,true,true],
 1.19629 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"right",false,true,"center"]}],
 1.19630 +["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 1.19631 +	[["justifycenter",""]],
 1.19632 +	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.19633 +	[true],
 1.19634 +	{"justifycenter":[false,false,"right",false,true,"center"]}],
 1.19635 +["<center>foo</center>[bar]<p>extra",
 1.19636 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19637 +	"<center>foo</center><div style=\"text-align:center\">[bar]</div><p>extra</p>",
 1.19638 +	[true,true,true],
 1.19639 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19640 +["<center>foo</center>[bar]<p>extra",
 1.19641 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19642 +	"<center>foo</center><div style=\"text-align:center\">[bar]</div><p>extra</p>",
 1.19643 +	[true,true,true],
 1.19644 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19645 +["<center>foo</center>[bar]<p>extra",
 1.19646 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19647 +	"<center>foo</center><div style=\"text-align:center\">[bar]</div><p>extra</p>",
 1.19648 +	[true,true,true],
 1.19649 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19650 +["<center>foo</center>[bar]<p>extra",
 1.19651 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19652 +	"<center>foo</center><div style=\"text-align:center\">[bar]</div><p>extra</p>",
 1.19653 +	[true,true,true],
 1.19654 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19655 +["[foo]<center>bar</center><p>extra",
 1.19656 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19657 +	"<div style=\"text-align:center\">[foo]</div><center>bar</center><p>extra</p>",
 1.19658 +	[true,true,true],
 1.19659 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19660 +["[foo]<center>bar</center><p>extra",
 1.19661 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19662 +	"<div style=\"text-align:center\">[foo]</div><center>bar</center><p>extra</p>",
 1.19663 +	[true,true,true],
 1.19664 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19665 +["[foo]<center>bar</center><p>extra",
 1.19666 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19667 +	"<div style=\"text-align:center\">[foo]</div><center>bar</center><p>extra</p>",
 1.19668 +	[true,true,true],
 1.19669 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19670 +["[foo]<center>bar</center><p>extra",
 1.19671 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19672 +	"<div style=\"text-align:center\">[foo]</div><center>bar</center><p>extra</p>",
 1.19673 +	[true,true,true],
 1.19674 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19675 +["<center>foo</center>[bar]<center>baz</center><p>extra",
 1.19676 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19677 +	"<center>foo</center><div style=\"text-align:center\">[bar]</div><center>baz</center><p>extra</p>",
 1.19678 +	[true,true,true],
 1.19679 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19680 +["<center>foo</center>[bar]<center>baz</center><p>extra",
 1.19681 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19682 +	"<center>foo</center><div style=\"text-align:center\">[bar]</div><center>baz</center><p>extra</p>",
 1.19683 +	[true,true,true],
 1.19684 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19685 +["<center>foo</center>[bar]<center>baz</center><p>extra",
 1.19686 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19687 +	"<center>foo</center><div style=\"text-align:center\">[bar]</div><center>baz</center><p>extra</p>",
 1.19688 +	[true,true,true],
 1.19689 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19690 +["<center>foo</center>[bar]<center>baz</center><p>extra",
 1.19691 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19692 +	"<center>foo</center><div style=\"text-align:center\">[bar]</div><center>baz</center><p>extra</p>",
 1.19693 +	[true,true,true],
 1.19694 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19695 +["<div align=center>foo</div>[bar]<p>extra",
 1.19696 +	[["justifycenter",""]],
 1.19697 +	"<div align=\"center\">foo<br>[bar]</div><p>extra</p>",
 1.19698 +	[true],
 1.19699 +	{"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19700 +["[foo]<div align=center>bar</div><p>extra",
 1.19701 +	[["justifycenter",""]],
 1.19702 +	"<div align=\"center\">[foo]<br>bar</div><p>extra</p>",
 1.19703 +	[true],
 1.19704 +	{"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19705 +["<div align=center>foo</div>[bar]<div align=center>baz</div><p>extra",
 1.19706 +	[["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19707 +	"<div align=\"center\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.19708 +	[true,true],
 1.19709 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19710 +["<div align=center>foo</div>[bar]<div align=center>baz</div><p>extra",
 1.19711 +	[["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19712 +	"<div align=\"center\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.19713 +	[true,true],
 1.19714 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19715 +["<div align=center><p>foo</div><p>[bar]<p>extra",
 1.19716 +	[["justifycenter",""]],
 1.19717 +	"<div align=\"center\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
 1.19718 +	[true],
 1.19719 +	{"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19720 +["<p>[foo]<div align=center><p>bar</div><p>extra",
 1.19721 +	[["justifycenter",""]],
 1.19722 +	"<div align=\"center\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 1.19723 +	[true],
 1.19724 +	{"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19725 +["<div align=center><p>foo</div><p>[bar]<div align=center><p>baz</div><p>extra",
 1.19726 +	[["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19727 +	"<div align=\"center\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.19728 +	[true,true],
 1.19729 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19730 +["<div align=center><p>foo</div><p>[bar]<div align=center><p>baz</div><p>extra",
 1.19731 +	[["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19732 +	"<div align=\"center\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.19733 +	[true,true],
 1.19734 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19735 +["<div style=text-align:center>foo</div>[bar]<p>extra",
 1.19736 +	[["justifycenter",""]],
 1.19737 +	"<div style=\"text-align:center\">foo<br>[bar]</div><p>extra</p>",
 1.19738 +	[true],
 1.19739 +	{"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19740 +["[foo]<div style=text-align:center>bar</div><p>extra",
 1.19741 +	[["justifycenter",""]],
 1.19742 +	"<div style=\"text-align:center\">[foo]<br>bar</div><p>extra</p>",
 1.19743 +	[true],
 1.19744 +	{"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19745 +["<div style=text-align:center>foo</div>[bar]<div style=text-align:center>baz</div><p>extra",
 1.19746 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19747 +	"<div style=\"text-align:center\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.19748 +	[true,true,true],
 1.19749 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19750 +["<div style=text-align:center>foo</div>[bar]<div style=text-align:center>baz</div><p>extra",
 1.19751 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19752 +	"<div style=\"text-align:center\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.19753 +	[true,true,true],
 1.19754 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19755 +["<div style=text-align:center>foo</div>[bar]<div style=text-align:center>baz</div><p>extra",
 1.19756 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19757 +	"<div style=\"text-align:center\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.19758 +	[true,true,true],
 1.19759 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19760 +["<div style=text-align:center>foo</div>[bar]<div style=text-align:center>baz</div><p>extra",
 1.19761 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19762 +	"<div style=\"text-align:center\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.19763 +	[true,true,true],
 1.19764 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19765 +["<div style=text-align:center><p>foo</div><p>[bar]<p>extra",
 1.19766 +	[["justifycenter",""]],
 1.19767 +	"<div style=\"text-align:center\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
 1.19768 +	[true],
 1.19769 +	{"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19770 +["<p>[foo]<div style=text-align:center><p>bar</div><p>extra",
 1.19771 +	[["justifycenter",""]],
 1.19772 +	"<div style=\"text-align:center\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 1.19773 +	[true],
 1.19774 +	{"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19775 +["<div style=text-align:center><p>foo</div><p>[bar]<div style=text-align:center><p>baz</div><p>extra",
 1.19776 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19777 +	"<div style=\"text-align:center\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.19778 +	[true,true,true],
 1.19779 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19780 +["<div style=text-align:center><p>foo</div><p>[bar]<div style=text-align:center><p>baz</div><p>extra",
 1.19781 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19782 +	"<div style=\"text-align:center\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.19783 +	[true,true,true],
 1.19784 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19785 +["<div style=text-align:center><p>foo</div><p>[bar]<div style=text-align:center><p>baz</div><p>extra",
 1.19786 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19787 +	"<div style=\"text-align:center\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.19788 +	[true,true,true],
 1.19789 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19790 +["<div style=text-align:center><p>foo</div><p>[bar]<div style=text-align:center><p>baz</div><p>extra",
 1.19791 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19792 +	"<div style=\"text-align:center\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.19793 +	[true,true,true],
 1.19794 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19795 +["<p align=center>foo<p>[bar]<p>extra",
 1.19796 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19797 +	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p>extra</p>",
 1.19798 +	[true,true,true],
 1.19799 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19800 +["<p align=center>foo<p>[bar]<p>extra",
 1.19801 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19802 +	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p>extra</p>",
 1.19803 +	[true,true,true],
 1.19804 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19805 +["<p align=center>foo<p>[bar]<p>extra",
 1.19806 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19807 +	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p>extra</p>",
 1.19808 +	[true,true,true],
 1.19809 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19810 +["<p align=center>foo<p>[bar]<p>extra",
 1.19811 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19812 +	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p>extra</p>",
 1.19813 +	[true,true,true],
 1.19814 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19815 +["<p>[foo]<p align=center>bar<p>extra",
 1.19816 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19817 +	"<div style=\"text-align:center\"><p>[foo]</p></div><p align=\"center\">bar</p><p>extra</p>",
 1.19818 +	[true,true,true],
 1.19819 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19820 +["<p>[foo]<p align=center>bar<p>extra",
 1.19821 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19822 +	"<div style=\"text-align:center\"><p>[foo]</p></div><p align=\"center\">bar</p><p>extra</p>",
 1.19823 +	[true,true,true],
 1.19824 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19825 +["<p>[foo]<p align=center>bar<p>extra",
 1.19826 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19827 +	"<div style=\"text-align:center\"><p>[foo]</p></div><p align=\"center\">bar</p><p>extra</p>",
 1.19828 +	[true,true,true],
 1.19829 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19830 +["<p>[foo]<p align=center>bar<p>extra",
 1.19831 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19832 +	"<div style=\"text-align:center\"><p>[foo]</p></div><p align=\"center\">bar</p><p>extra</p>",
 1.19833 +	[true,true,true],
 1.19834 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19835 +["<p align=center>foo<p>[bar]<p align=center>baz<p>extra",
 1.19836 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19837 +	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p align=\"center\">baz</p><p>extra</p>",
 1.19838 +	[true,true,true],
 1.19839 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19840 +["<p align=center>foo<p>[bar]<p align=center>baz<p>extra",
 1.19841 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19842 +	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p align=\"center\">baz</p><p>extra</p>",
 1.19843 +	[true,true,true],
 1.19844 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19845 +["<p align=center>foo<p>[bar]<p align=center>baz<p>extra",
 1.19846 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19847 +	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p align=\"center\">baz</p><p>extra</p>",
 1.19848 +	[true,true,true],
 1.19849 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19850 +["<p align=center>foo<p>[bar]<p align=center>baz<p>extra",
 1.19851 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19852 +	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p align=\"center\">baz</p><p>extra</p>",
 1.19853 +	[true,true,true],
 1.19854 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19855 +["<center>[foo</center>bar]<p>extra",
 1.19856 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19857 +	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
 1.19858 +	[true,true,true],
 1.19859 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.19860 +["<center>[foo</center>bar]<p>extra",
 1.19861 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19862 +	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
 1.19863 +	[true,true,true],
 1.19864 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.19865 +["<center>[foo</center>bar]<p>extra",
 1.19866 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19867 +	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
 1.19868 +	[true,true,true],
 1.19869 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.19870 +["<center>[foo</center>bar]<p>extra",
 1.19871 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19872 +	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
 1.19873 +	[true,true,true],
 1.19874 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.19875 +["<center>fo[o</center>b]ar<p>extra",
 1.19876 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19877 +	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
 1.19878 +	[true,true,true],
 1.19879 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.19880 +["<center>fo[o</center>b]ar<p>extra",
 1.19881 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19882 +	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
 1.19883 +	[true,true,true],
 1.19884 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.19885 +["<center>fo[o</center>b]ar<p>extra",
 1.19886 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19887 +	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
 1.19888 +	[true,true,true],
 1.19889 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.19890 +["<center>fo[o</center>b]ar<p>extra",
 1.19891 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19892 +	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
 1.19893 +	[true,true,true],
 1.19894 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.19895 +["<div align=center>[foo</div>bar]<p>extra",
 1.19896 +	[["stylewithcss","true"],["justifycenter",""]],
 1.19897 +	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
 1.19898 +	[true,true],
 1.19899 +	{"stylewithcss":[false,false,"",false,true,""],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.19900 +["<div align=center>[foo</div>bar]<p>extra",
 1.19901 +	[["stylewithcss","false"],["justifycenter",""]],
 1.19902 +	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
 1.19903 +	[true,true],
 1.19904 +	{"stylewithcss":[false,true,"",false,false,""],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.19905 +["<div align=center>fo[o</div>b]ar<p>extra",
 1.19906 +	[["stylewithcss","true"],["justifycenter",""]],
 1.19907 +	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
 1.19908 +	[true,true],
 1.19909 +	{"stylewithcss":[false,false,"",false,true,""],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.19910 +["<div align=center>fo[o</div>b]ar<p>extra",
 1.19911 +	[["stylewithcss","false"],["justifycenter",""]],
 1.19912 +	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
 1.19913 +	[true,true],
 1.19914 +	{"stylewithcss":[false,true,"",false,false,""],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.19915 +["<div style=text-align:center>[foo</div>bar]<p>extra",
 1.19916 +	[["justifycenter",""]],
 1.19917 +	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
 1.19918 +	[true],
 1.19919 +	{"justifycenter":[true,false,"center",false,true,"center"]}],
 1.19920 +["<div style=text-align:center>fo[o</div>b]ar<p>extra",
 1.19921 +	[["justifycenter",""]],
 1.19922 +	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
 1.19923 +	[true],
 1.19924 +	{"justifycenter":[true,false,"center",false,true,"center"]}],
 1.19925 +["<span style=text-align:center>[foo]</span><p>extra",
 1.19926 +	[["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19927 +	"<div style=\"text-align:center\">[foo]</div><p>extra</p>",
 1.19928 +	[true,true],
 1.19929 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19930 +["<span style=text-align:center>[foo]</span><p>extra",
 1.19931 +	[["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19932 +	"<div style=\"text-align:center\">[foo]</div><p>extra</p>",
 1.19933 +	[true,true],
 1.19934 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19935 +["<span style=text-align:center>f[o]o</span><p>extra",
 1.19936 +	[["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19937 +	"<div style=\"text-align:center\">f[o]o</div><p>extra</p>",
 1.19938 +	[true,true],
 1.19939 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19940 +["<span style=text-align:center>f[o]o</span><p>extra",
 1.19941 +	[["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19942 +	"<div style=\"text-align:center\">f[o]o</div><p>extra</p>",
 1.19943 +	[true,true],
 1.19944 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19945 +["<div style=text-align:center>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 1.19946 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19947 +	"<div style=\"text-align:center\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:center\">baz]</div><p>extra</p>",
 1.19948 +	[true,true,true],
 1.19949 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19950 +["<div style=text-align:center>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 1.19951 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19952 +	"<div style=\"text-align:center\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:center\">baz]</div><p>extra</p>",
 1.19953 +	[true,true,true],
 1.19954 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19955 +["<div style=text-align:center>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 1.19956 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19957 +	"<div style=\"text-align:center\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:center\">baz]</div><p>extra</p>",
 1.19958 +	[true,true,true],
 1.19959 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19960 +["<div style=text-align:center>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 1.19961 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19962 +	"<div style=\"text-align:center\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:center\">baz]</div><p>extra</p>",
 1.19963 +	[true,true,true],
 1.19964 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.19965 +["<div align=nonsense><p>[foo]</div><p>extra",
 1.19966 +	[["stylewithcss","true"],["justifycenter",""]],
 1.19967 +	"<div style=\"text-align:center\"><p>[foo]</p></div><p>extra</p>",
 1.19968 +	[true,true],
 1.19969 +	{"stylewithcss":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19970 +["<div align=nonsense><p>[foo]</div><p>extra",
 1.19971 +	[["stylewithcss","false"],["justifycenter",""]],
 1.19972 +	"<div style=\"text-align:center\"><p>[foo]</p></div><p>extra</p>",
 1.19973 +	[true,true],
 1.19974 +	{"stylewithcss":[false,true,"",false,false,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19975 +["<div style=text-align:inherit><p>[foo]</div><p>extra",
 1.19976 +	[["justifycenter",""]],
 1.19977 +	"<div style=\"text-align:center\"><p>[foo]</p></div><p>extra</p>",
 1.19978 +	[true],
 1.19979 +	{"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19980 +["<quasit align=right><p>[foo]</p></quasit><p>extra",
 1.19981 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19982 +	"<div style=\"text-align:center\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 1.19983 +	[true,true,true],
 1.19984 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19985 +["<quasit align=right><p>[foo]</p></quasit><p>extra",
 1.19986 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.19987 +	"<div style=\"text-align:center\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 1.19988 +	[true,true,true],
 1.19989 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19990 +["<quasit align=right><p>[foo]</p></quasit><p>extra",
 1.19991 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19992 +	"<div style=\"text-align:center\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 1.19993 +	[true,true,true],
 1.19994 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.19995 +["<quasit align=right><p>[foo]</p></quasit><p>extra",
 1.19996 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.19997 +	"<div style=\"text-align:center\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 1.19998 +	[true,true,true],
 1.19999 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20000 +["<div align=center>{<div align=left>foo</div>}</div>",
 1.20001 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20002 +	"<div style=\"text-align:center\">{foo}</div>",
 1.20003 +	[true,true,true],
 1.20004 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20005 +["<div align=center>{<div align=left>foo</div>}</div>",
 1.20006 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20007 +	"<div style=\"text-align:center\">{foo}</div>",
 1.20008 +	[true,true,true],
 1.20009 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20010 +["<div align=center>{<div align=left>foo</div>}</div>",
 1.20011 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20012 +	"<div style=\"text-align:center\">{foo}</div>",
 1.20013 +	[true,true,true],
 1.20014 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20015 +["<div align=center>{<div align=left>foo</div>}</div>",
 1.20016 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20017 +	"<div style=\"text-align:center\">{foo}</div>",
 1.20018 +	[true,true,true],
 1.20019 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20020 +["<div align=left>{<div align=center>foo</div>}</div>",
 1.20021 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20022 +	"<div style=\"text-align:center\">{foo}</div>",
 1.20023 +	[true,true,true],
 1.20024 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.20025 +["<div align=left>{<div align=center>foo</div>}</div>",
 1.20026 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20027 +	"<div style=\"text-align:center\">{foo}</div>",
 1.20028 +	[true,true,true],
 1.20029 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.20030 +["<div align=left>{<div align=center>foo</div>}</div>",
 1.20031 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20032 +	"<div style=\"text-align:center\">{foo}</div>",
 1.20033 +	[true,true,true],
 1.20034 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.20035 +["<div align=left>{<div align=center>foo</div>}</div>",
 1.20036 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20037 +	"<div style=\"text-align:center\">{foo}</div>",
 1.20038 +	[true,true,true],
 1.20039 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.20040 +["<div align=center>{<div align=left>foo</div>bar}</div>",
 1.20041 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20042 +	"<div style=\"text-align:center\">{foo<br>bar}</div>",
 1.20043 +	[true,true,true],
 1.20044 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[true,false,"left",false,true,"center"]}],
 1.20045 +["<div align=center>{<div align=left>foo</div>bar}</div>",
 1.20046 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20047 +	"<div style=\"text-align:center\">{foo<br>bar}</div>",
 1.20048 +	[true,true,true],
 1.20049 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[true,false,"left",false,true,"center"]}],
 1.20050 +["<div align=center>{<div align=left>foo</div>bar}</div>",
 1.20051 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20052 +	"<div style=\"text-align:center\">{foo<br>bar}</div>",
 1.20053 +	[true,true,true],
 1.20054 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[true,false,"left",false,true,"center"]}],
 1.20055 +["<div align=center>{<div align=left>foo</div>bar}</div>",
 1.20056 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20057 +	"<div style=\"text-align:center\">{foo<br>bar}</div>",
 1.20058 +	[true,true,true],
 1.20059 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[true,false,"left",false,true,"center"]}],
 1.20060 +["<div align=left>{<div align=center>foo</div>bar}</div>",
 1.20061 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20062 +	"<div style=\"text-align:center\">{foo<br>bar}</div>",
 1.20063 +	[true,true,true],
 1.20064 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.20065 +["<div align=left>{<div align=center>foo</div>bar}</div>",
 1.20066 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20067 +	"<div style=\"text-align:center\">{foo<br>bar}</div>",
 1.20068 +	[true,true,true],
 1.20069 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.20070 +["<div align=left>{<div align=center>foo</div>bar}</div>",
 1.20071 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20072 +	"<div style=\"text-align:center\">{foo<br>bar}</div>",
 1.20073 +	[true,true,true],
 1.20074 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.20075 +["<div align=left>{<div align=center>foo</div>bar}</div>",
 1.20076 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20077 +	"<div style=\"text-align:center\">{foo<br>bar}</div>",
 1.20078 +	[true,true,true],
 1.20079 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.20080 +["<div align=center>{<div align=left>foo</div><img src=/img/lion.svg>}</div>",
 1.20081 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20082 +	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
 1.20083 +	[true,true,true],
 1.20084 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[true,false,"left",false,true,"center"]}],
 1.20085 +["<div align=center>{<div align=left>foo</div><img src=/img/lion.svg>}</div>",
 1.20086 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20087 +	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
 1.20088 +	[true,true,true],
 1.20089 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[true,false,"left",false,true,"center"]}],
 1.20090 +["<div align=center>{<div align=left>foo</div><img src=/img/lion.svg>}</div>",
 1.20091 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20092 +	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
 1.20093 +	[true,true,true],
 1.20094 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[true,false,"left",false,true,"center"]}],
 1.20095 +["<div align=center>{<div align=left>foo</div><img src=/img/lion.svg>}</div>",
 1.20096 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20097 +	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
 1.20098 +	[true,true,true],
 1.20099 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[true,false,"left",false,true,"center"]}],
 1.20100 +["<div align=left>{<div align=center>foo</div><img src=/img/lion.svg>}</div>",
 1.20101 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20102 +	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
 1.20103 +	[true,true,true],
 1.20104 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.20105 +["<div align=left>{<div align=center>foo</div><img src=/img/lion.svg>}</div>",
 1.20106 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20107 +	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
 1.20108 +	[true,true,true],
 1.20109 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.20110 +["<div align=left>{<div align=center>foo</div><img src=/img/lion.svg>}</div>",
 1.20111 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20112 +	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
 1.20113 +	[true,true,true],
 1.20114 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.20115 +["<div align=left>{<div align=center>foo</div><img src=/img/lion.svg>}</div>",
 1.20116 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20117 +	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
 1.20118 +	[true,true,true],
 1.20119 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[true,false,"center",false,true,"center"]}],
 1.20120 +["<div align=center>{<div align=left>foo</div><!-- bar -->}</div>",
 1.20121 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20122 +	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
 1.20123 +	[true,true,true],
 1.20124 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20125 +["<div align=center>{<div align=left>foo</div><!-- bar -->}</div>",
 1.20126 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20127 +	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
 1.20128 +	[true,true,true],
 1.20129 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20130 +["<div align=center>{<div align=left>foo</div><!-- bar -->}</div>",
 1.20131 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20132 +	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
 1.20133 +	[true,true,true],
 1.20134 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20135 +["<div align=center>{<div align=left>foo</div><!-- bar -->}</div>",
 1.20136 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20137 +	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
 1.20138 +	[true,true,true],
 1.20139 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20140 +["<div align=left>{<div align=center>foo</div><!-- bar -->}</div>",
 1.20141 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20142 +	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
 1.20143 +	[true,true,true],
 1.20144 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.20145 +["<div align=left>{<div align=center>foo</div><!-- bar -->}</div>",
 1.20146 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20147 +	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
 1.20148 +	[true,true,true],
 1.20149 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.20150 +["<div align=left>{<div align=center>foo</div><!-- bar -->}</div>",
 1.20151 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20152 +	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
 1.20153 +	[true,true,true],
 1.20154 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.20155 +["<div align=left>{<div align=center>foo</div><!-- bar -->}</div>",
 1.20156 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20157 +	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
 1.20158 +	[true,true,true],
 1.20159 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 1.20160 +["<div style=text-align:start>[foo]</div><p>extra",
 1.20161 +	[["justifycenter",""]],
 1.20162 +	"<div style=\"text-align:center\">[foo]</div><p>extra</p>",
 1.20163 +	[true],
 1.20164 +	{"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20165 +["<div style=text-align:end>[foo]</div><p>extra",
 1.20166 +	[["justifycenter",""]],
 1.20167 +	"<div style=\"text-align:center\">[foo]</div><p>extra</p>",
 1.20168 +	[true],
 1.20169 +	{"justifycenter":[false,false,"right",false,true,"center"]}],
 1.20170 +["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 1.20171 +	[["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20172 +	"<div style=\"text-align:center\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 1.20173 +	[true,true],
 1.20174 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"right",false,true,"center"]}],
 1.20175 +["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 1.20176 +	[["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20177 +	"<div style=\"text-align:center\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 1.20178 +	[true,true],
 1.20179 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"right",false,true,"center"]}],
 1.20180 +["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 1.20181 +	[["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20182 +	"<div style=\"text-align:center\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 1.20183 +	[true,true],
 1.20184 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20185 +["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 1.20186 +	[["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20187 +	"<div style=\"text-align:center\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 1.20188 +	[true,true],
 1.20189 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20190 +["<div style=text-align:center><p>foo</div> <p>[bar]",
 1.20191 +	[["justifycenter",""]],
 1.20192 +	"<div style=\"text-align:center\"><p>foo</p> <p>[bar]</p></div>",
 1.20193 +	[true],
 1.20194 +	{"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20195 +["<div align=center><p>foo</div> <p>[bar]",
 1.20196 +	[["justifycenter",""]],
 1.20197 +	"<div align=\"center\"><p>foo</p> <p>[bar]</p></div>",
 1.20198 +	[true],
 1.20199 +	{"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20200 +["<center><p>foo</center> <p>[bar]",
 1.20201 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20202 +	"<center><p>foo</p></center><div style=\"text-align:center\"> <p>[bar]</p></div>",
 1.20203 +	[true,true,true],
 1.20204 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20205 +["<center><p>foo</center> <p>[bar]",
 1.20206 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20207 +	"<center><p>foo</p></center><div style=\"text-align:center\"> <p>[bar]</p></div>",
 1.20208 +	[true,true,true],
 1.20209 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20210 +["<center><p>foo</center> <p>[bar]",
 1.20211 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20212 +	"<center><p>foo</p></center><div style=\"text-align:center\"> <p>[bar]</p></div>",
 1.20213 +	[true,true,true],
 1.20214 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20215 +["<center><p>foo</center> <p>[bar]",
 1.20216 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20217 +	"<center><p>foo</p></center><div style=\"text-align:center\"> <p>[bar]</p></div>",
 1.20218 +	[true,true,true],
 1.20219 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20220 +["<p>[foo]</p> <div style=text-align:center><p>bar</div>",
 1.20221 +	[["justifycenter",""]],
 1.20222 +	"<div style=\"text-align:center\"><p>[foo]</p> <p>bar</p></div>",
 1.20223 +	[true],
 1.20224 +	{"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20225 +["<p>[foo]</p> <div align=center><p>bar</div>",
 1.20226 +	[["justifycenter",""]],
 1.20227 +	"<div align=\"center\"><p>[foo]</p> <p>bar</p></div>",
 1.20228 +	[true],
 1.20229 +	{"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20230 +["<p>[foo]</p> <center><p>bar</center>",
 1.20231 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20232 +	"<div style=\"text-align:center\"><p>[foo]</p> </div><center><p>bar</p></center>",
 1.20233 +	[true,true,true],
 1.20234 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20235 +["<p>[foo]</p> <center><p>bar</center>",
 1.20236 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20237 +	"<div style=\"text-align:center\"><p>[foo]</p> </div><center><p>bar</p></center>",
 1.20238 +	[true,true,true],
 1.20239 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20240 +["<p>[foo]</p> <center><p>bar</center>",
 1.20241 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20242 +	"<div style=\"text-align:center\"><p>[foo]</p> </div><center><p>bar</p></center>",
 1.20243 +	[true,true,true],
 1.20244 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20245 +["<p>[foo]</p> <center><p>bar</center>",
 1.20246 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20247 +	"<div style=\"text-align:center\"><p>[foo]</p> </div><center><p>bar</p></center>",
 1.20248 +	[true,true,true],
 1.20249 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20250 +["<div style=text-align:center><p>foo</div> <p>[bar]</p> <div style=text-align:center><p>baz</div>",
 1.20251 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20252 +	"<div style=\"text-align:center\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.20253 +	[true,true,true],
 1.20254 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20255 +["<div style=text-align:center><p>foo</div> <p>[bar]</p> <div style=text-align:center><p>baz</div>",
 1.20256 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20257 +	"<div style=\"text-align:center\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.20258 +	[true,true,true],
 1.20259 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20260 +["<div style=text-align:center><p>foo</div> <p>[bar]</p> <div style=text-align:center><p>baz</div>",
 1.20261 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20262 +	"<div style=\"text-align:center\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.20263 +	[true,true,true],
 1.20264 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20265 +["<div style=text-align:center><p>foo</div> <p>[bar]</p> <div style=text-align:center><p>baz</div>",
 1.20266 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20267 +	"<div style=\"text-align:center\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.20268 +	[true,true,true],
 1.20269 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20270 +["<div align=center><p>foo</div> <p>[bar]</p> <div align=center><p>baz</div>",
 1.20271 +	[["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20272 +	"<div align=\"center\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.20273 +	[true,true],
 1.20274 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20275 +["<div align=center><p>foo</div> <p>[bar]</p> <div align=center><p>baz</div>",
 1.20276 +	[["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20277 +	"<div align=\"center\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.20278 +	[true,true],
 1.20279 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20280 +["<center><p>foo</center> <p>[bar]</p> <center><p>baz</center>",
 1.20281 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20282 +	"<center><p>foo</p></center><div style=\"text-align:center\"> <p>[bar]</p> </div><center><p>baz</p></center>",
 1.20283 +	[true,true,true],
 1.20284 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20285 +["<center><p>foo</center> <p>[bar]</p> <center><p>baz</center>",
 1.20286 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 1.20287 +	"<center><p>foo</p></center><div style=\"text-align:center\"> <p>[bar]</p> </div><center><p>baz</p></center>",
 1.20288 +	[true,true,true],
 1.20289 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20290 +["<center><p>foo</center> <p>[bar]</p> <center><p>baz</center>",
 1.20291 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20292 +	"<center><p>foo</p></center><div style=\"text-align:center\"> <p>[bar]</p> </div><center><p>baz</p></center>",
 1.20293 +	[true,true,true],
 1.20294 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20295 +["<center><p>foo</center> <p>[bar]</p> <center><p>baz</center>",
 1.20296 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 1.20297 +	"<center><p>foo</p></center><div style=\"text-align:center\"> <p>[bar]</p> </div><center><p>baz</p></center>",
 1.20298 +	[true,true,true],
 1.20299 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.20300 +["foo[]bar<p>extra",
 1.20301 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20302 +	"<div style=\"text-align:justify\">foo[]bar</div><p>extra</p>",
 1.20303 +	[true,true,true],
 1.20304 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20305 +["foo[]bar<p>extra",
 1.20306 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20307 +	"<div style=\"text-align:justify\">foo[]bar</div><p>extra</p>",
 1.20308 +	[true,true,true],
 1.20309 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20310 +["foo[]bar<p>extra",
 1.20311 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20312 +	"<div style=\"text-align:justify\">foo[]bar</div><p>extra</p>",
 1.20313 +	[true,true,true],
 1.20314 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20315 +["foo[]bar<p>extra",
 1.20316 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20317 +	"<div style=\"text-align:justify\">foo[]bar</div><p>extra</p>",
 1.20318 +	[true,true,true],
 1.20319 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20320 +["<span>foo</span>{}<span>bar</span><p>extra",
 1.20321 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20322 +	"<div style=\"text-align:justify\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 1.20323 +	[true,true,true],
 1.20324 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20325 +["<span>foo</span>{}<span>bar</span><p>extra",
 1.20326 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20327 +	"<div style=\"text-align:justify\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 1.20328 +	[true,true,true],
 1.20329 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20330 +["<span>foo</span>{}<span>bar</span><p>extra",
 1.20331 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20332 +	"<div style=\"text-align:justify\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 1.20333 +	[true,true,true],
 1.20334 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20335 +["<span>foo</span>{}<span>bar</span><p>extra",
 1.20336 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20337 +	"<div style=\"text-align:justify\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 1.20338 +	[true,true,true],
 1.20339 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20340 +["<span>foo[</span><span>]bar</span><p>extra",
 1.20341 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20342 +	"<div style=\"text-align:justify\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 1.20343 +	[true,true,true],
 1.20344 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20345 +["<span>foo[</span><span>]bar</span><p>extra",
 1.20346 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20347 +	"<div style=\"text-align:justify\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 1.20348 +	[true,true,true],
 1.20349 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20350 +["<span>foo[</span><span>]bar</span><p>extra",
 1.20351 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20352 +	"<div style=\"text-align:justify\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 1.20353 +	[true,true,true],
 1.20354 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20355 +["<span>foo[</span><span>]bar</span><p>extra",
 1.20356 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20357 +	"<div style=\"text-align:justify\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 1.20358 +	[true,true,true],
 1.20359 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20360 +["foo[bar]baz<p>extra",
 1.20361 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20362 +	"<div style=\"text-align:justify\">foo[bar]baz</div><p>extra</p>",
 1.20363 +	[true,true,true],
 1.20364 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20365 +["foo[bar]baz<p>extra",
 1.20366 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20367 +	"<div style=\"text-align:justify\">foo[bar]baz</div><p>extra</p>",
 1.20368 +	[true,true,true],
 1.20369 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20370 +["foo[bar]baz<p>extra",
 1.20371 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20372 +	"<div style=\"text-align:justify\">foo[bar]baz</div><p>extra</p>",
 1.20373 +	[true,true,true],
 1.20374 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20375 +["foo[bar]baz<p>extra",
 1.20376 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20377 +	"<div style=\"text-align:justify\">foo[bar]baz</div><p>extra</p>",
 1.20378 +	[true,true,true],
 1.20379 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20380 +["foo[bar<b>baz]qoz</b>quz<p>extra",
 1.20381 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20382 +	"<div style=\"text-align:justify\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 1.20383 +	[true,true,true],
 1.20384 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20385 +["foo[bar<b>baz]qoz</b>quz<p>extra",
 1.20386 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20387 +	"<div style=\"text-align:justify\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 1.20388 +	[true,true,true],
 1.20389 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20390 +["foo[bar<b>baz]qoz</b>quz<p>extra",
 1.20391 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20392 +	"<div style=\"text-align:justify\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 1.20393 +	[true,true,true],
 1.20394 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20395 +["foo[bar<b>baz]qoz</b>quz<p>extra",
 1.20396 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20397 +	"<div style=\"text-align:justify\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 1.20398 +	[true,true,true],
 1.20399 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20400 +["<p>foo[]bar<p>extra",
 1.20401 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20402 +	"<div style=\"text-align:justify\"><p>foo[]bar</p></div><p>extra</p>",
 1.20403 +	[true,true,true],
 1.20404 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20405 +["<p>foo[]bar<p>extra",
 1.20406 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20407 +	"<div style=\"text-align:justify\"><p>foo[]bar</p></div><p>extra</p>",
 1.20408 +	[true,true,true],
 1.20409 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20410 +["<p>foo[]bar<p>extra",
 1.20411 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20412 +	"<div style=\"text-align:justify\"><p>foo[]bar</p></div><p>extra</p>",
 1.20413 +	[true,true,true],
 1.20414 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20415 +["<p>foo[]bar<p>extra",
 1.20416 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20417 +	"<div style=\"text-align:justify\"><p>foo[]bar</p></div><p>extra</p>",
 1.20418 +	[true,true,true],
 1.20419 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20420 +["<p>foo[bar]baz<p>extra",
 1.20421 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20422 +	"<div style=\"text-align:justify\"><p>foo[bar]baz</p></div><p>extra</p>",
 1.20423 +	[true,true,true],
 1.20424 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20425 +["<p>foo[bar]baz<p>extra",
 1.20426 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20427 +	"<div style=\"text-align:justify\"><p>foo[bar]baz</p></div><p>extra</p>",
 1.20428 +	[true,true,true],
 1.20429 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20430 +["<p>foo[bar]baz<p>extra",
 1.20431 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20432 +	"<div style=\"text-align:justify\"><p>foo[bar]baz</p></div><p>extra</p>",
 1.20433 +	[true,true,true],
 1.20434 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20435 +["<p>foo[bar]baz<p>extra",
 1.20436 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20437 +	"<div style=\"text-align:justify\"><p>foo[bar]baz</p></div><p>extra</p>",
 1.20438 +	[true,true,true],
 1.20439 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20440 +["<h1>foo[bar]baz</h1><p>extra",
 1.20441 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20442 +	"<div style=\"text-align:justify\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 1.20443 +	[true,true,true],
 1.20444 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20445 +["<h1>foo[bar]baz</h1><p>extra",
 1.20446 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20447 +	"<div style=\"text-align:justify\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 1.20448 +	[true,true,true],
 1.20449 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20450 +["<h1>foo[bar]baz</h1><p>extra",
 1.20451 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20452 +	"<div style=\"text-align:justify\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 1.20453 +	[true,true,true],
 1.20454 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20455 +["<h1>foo[bar]baz</h1><p>extra",
 1.20456 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20457 +	"<div style=\"text-align:justify\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 1.20458 +	[true,true,true],
 1.20459 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20460 +["<pre>foo[bar]baz</pre><p>extra",
 1.20461 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20462 +	"<div style=\"text-align:justify\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 1.20463 +	[true,true,true],
 1.20464 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20465 +["<pre>foo[bar]baz</pre><p>extra",
 1.20466 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20467 +	"<div style=\"text-align:justify\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 1.20468 +	[true,true,true],
 1.20469 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20470 +["<pre>foo[bar]baz</pre><p>extra",
 1.20471 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20472 +	"<div style=\"text-align:justify\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 1.20473 +	[true,true,true],
 1.20474 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20475 +["<pre>foo[bar]baz</pre><p>extra",
 1.20476 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20477 +	"<div style=\"text-align:justify\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 1.20478 +	[true,true,true],
 1.20479 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20480 +["<xmp>foo[bar]baz</xmp><p>extra",
 1.20481 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20482 +	"<div style=\"text-align:justify\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 1.20483 +	[true,true,true],
 1.20484 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20485 +["<xmp>foo[bar]baz</xmp><p>extra",
 1.20486 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20487 +	"<div style=\"text-align:justify\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 1.20488 +	[true,true,true],
 1.20489 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20490 +["<xmp>foo[bar]baz</xmp><p>extra",
 1.20491 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20492 +	"<div style=\"text-align:justify\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 1.20493 +	[true,true,true],
 1.20494 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20495 +["<xmp>foo[bar]baz</xmp><p>extra",
 1.20496 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20497 +	"<div style=\"text-align:justify\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 1.20498 +	[true,true,true],
 1.20499 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20500 +["<center><p>[foo]<p>bar</center><p>extra",
 1.20501 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20502 +	"<center><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 1.20503 +	[true,true,true],
 1.20504 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20505 +["<center><p>[foo]<p>bar</center><p>extra",
 1.20506 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20507 +	"<center><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 1.20508 +	[true,true,true],
 1.20509 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20510 +["<center><p>[foo]<p>bar</center><p>extra",
 1.20511 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20512 +	"<center><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 1.20513 +	[true,true,true],
 1.20514 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20515 +["<center><p>[foo]<p>bar</center><p>extra",
 1.20516 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20517 +	"<center><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 1.20518 +	[true,true,true],
 1.20519 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20520 +["<center><p>[foo<p>bar]</center><p>extra",
 1.20521 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20522 +	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.20523 +	[true,true,true],
 1.20524 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20525 +["<center><p>[foo<p>bar]</center><p>extra",
 1.20526 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20527 +	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.20528 +	[true,true,true],
 1.20529 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20530 +["<center><p>[foo<p>bar]</center><p>extra",
 1.20531 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20532 +	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.20533 +	[true,true,true],
 1.20534 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20535 +["<center><p>[foo<p>bar]</center><p>extra",
 1.20536 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20537 +	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.20538 +	[true,true,true],
 1.20539 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20540 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.20541 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20542 +	"<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>",
 1.20543 +	[true,true,true],
 1.20544 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20545 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.20546 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20547 +	"<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>",
 1.20548 +	[true,true,true],
 1.20549 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20550 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.20551 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20552 +	"<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>",
 1.20553 +	[true,true,true],
 1.20554 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20555 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.20556 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20557 +	"<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>",
 1.20558 +	[true,true,true],
 1.20559 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20560 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20561 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20562 +	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.20563 +	[true,true,true],
 1.20564 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20565 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20566 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20567 +	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.20568 +	[true,true,true],
 1.20569 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20570 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20571 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20572 +	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.20573 +	[true,true,true],
 1.20574 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20575 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20576 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20577 +	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.20578 +	[true,true,true],
 1.20579 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20580 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20581 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20582 +	"<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>",
 1.20583 +	[true,true,true],
 1.20584 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20585 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20586 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20587 +	"<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>",
 1.20588 +	[true,true,true],
 1.20589 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20590 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20591 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20592 +	"<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>",
 1.20593 +	[true,true,true],
 1.20594 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20595 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20596 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20597 +	"<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>",
 1.20598 +	[true,true,true],
 1.20599 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20600 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20601 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20602 +	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.20603 +	[true,true,true],
 1.20604 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20605 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20606 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20607 +	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.20608 +	[true,true,true],
 1.20609 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20610 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20611 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20612 +	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.20613 +	[true,true,true],
 1.20614 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20615 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20616 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20617 +	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.20618 +	[true,true,true],
 1.20619 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20620 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20621 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20622 +	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.20623 +	[true,true,true],
 1.20624 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20625 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20626 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20627 +	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.20628 +	[true,true,true],
 1.20629 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20630 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20631 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20632 +	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.20633 +	[true,true,true],
 1.20634 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20635 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20636 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20637 +	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.20638 +	[true,true,true],
 1.20639 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20640 +["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.20641 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20642 +	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.20643 +	[true,true,true],
 1.20644 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20645 +["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.20646 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20647 +	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.20648 +	[true,true,true],
 1.20649 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20650 +["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.20651 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20652 +	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.20653 +	[true,true,true],
 1.20654 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20655 +["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.20656 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20657 +	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.20658 +	[true,true,true],
 1.20659 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20660 +["<table align=justify><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.20661 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20662 +	"<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>",
 1.20663 +	[true,true,true],
 1.20664 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20665 +["<table align=justify><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.20666 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20667 +	"<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>",
 1.20668 +	[true,true,true],
 1.20669 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20670 +["<table align=justify><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.20671 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20672 +	"<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>",
 1.20673 +	[true,true,true],
 1.20674 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20675 +["<table align=justify><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.20676 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20677 +	"<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>",
 1.20678 +	[true,true,true],
 1.20679 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20680 +["<table align=justify><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20681 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20682 +	"<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>",
 1.20683 +	[true,true,true],
 1.20684 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20685 +["<table align=justify><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20686 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20687 +	"<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>",
 1.20688 +	[true,true,true],
 1.20689 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20690 +["<table align=justify><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20691 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20692 +	"<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>",
 1.20693 +	[true,true,true],
 1.20694 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20695 +["<table align=justify><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20696 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20697 +	"<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>",
 1.20698 +	[true,true,true],
 1.20699 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20700 +["<table align=justify><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20701 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20702 +	"<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>",
 1.20703 +	[true,true,true],
 1.20704 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20705 +["<table align=justify><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20706 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20707 +	"<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>",
 1.20708 +	[true,true,true],
 1.20709 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20710 +["<table align=justify><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20711 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20712 +	"<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>",
 1.20713 +	[true,true,true],
 1.20714 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20715 +["<table align=justify><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20716 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20717 +	"<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>",
 1.20718 +	[true,true,true],
 1.20719 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20720 +["<table align=justify><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20721 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20722 +	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.20723 +	[true,true,true],
 1.20724 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20725 +["<table align=justify><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20726 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20727 +	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.20728 +	[true,true,true],
 1.20729 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20730 +["<table align=justify><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20731 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20732 +	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.20733 +	[true,true,true],
 1.20734 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20735 +["<table align=justify><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20736 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20737 +	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.20738 +	[true,true,true],
 1.20739 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20740 +["<table align=justify data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20741 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20742 +	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.20743 +	[true,true,true],
 1.20744 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20745 +["<table align=justify data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20746 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20747 +	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.20748 +	[true,true,true],
 1.20749 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20750 +["<table align=justify data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20751 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20752 +	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.20753 +	[true,true,true],
 1.20754 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20755 +["<table align=justify data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20756 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20757 +	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.20758 +	[true,true,true],
 1.20759 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20760 +["{<table align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.20761 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20762 +	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.20763 +	[true,true,true],
 1.20764 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20765 +["{<table align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.20766 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20767 +	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.20768 +	[true,true,true],
 1.20769 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20770 +["{<table align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.20771 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20772 +	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.20773 +	[true,true,true],
 1.20774 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20775 +["{<table align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.20776 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20777 +	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.20778 +	[true,true,true],
 1.20779 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.20780 +["<table><tbody align=justify><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.20781 +	[["justifyfull",""]],
 1.20782 +	"<table><tbody align=\"justify\"><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.20783 +	[true],
 1.20784 +	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20785 +["<table><tbody align=justify><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20786 +	[["justifyfull",""]],
 1.20787 +	"<table><tbody align=\"justify\"><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.20788 +	[true],
 1.20789 +	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20790 +["<table><tbody align=justify><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20791 +	[["justifyfull",""]],
 1.20792 +	"<table><tbody align=\"justify\"><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.20793 +	[true],
 1.20794 +	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20795 +["<table><tbody align=justify data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20796 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20797 +	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.20798 +	[true,true,true],
 1.20799 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20800 +["<table><tbody align=justify data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20801 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20802 +	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.20803 +	[true,true,true],
 1.20804 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20805 +["<table><tbody align=justify data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20806 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20807 +	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.20808 +	[true,true,true],
 1.20809 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20810 +["<table><tbody align=justify data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20811 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20812 +	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.20813 +	[true,true,true],
 1.20814 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20815 +["<table data-start=0 data-end=1><tbody align=justify><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20816 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20817 +	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.20818 +	[true,true,true],
 1.20819 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20820 +["<table data-start=0 data-end=1><tbody align=justify><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20821 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20822 +	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.20823 +	[true,true,true],
 1.20824 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20825 +["<table data-start=0 data-end=1><tbody align=justify><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20826 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20827 +	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.20828 +	[true,true,true],
 1.20829 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20830 +["<table data-start=0 data-end=1><tbody align=justify><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.20831 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20832 +	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.20833 +	[true,true,true],
 1.20834 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20835 +["{<table><tbody align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.20836 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20837 +	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.20838 +	[true,true,true],
 1.20839 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20840 +["{<table><tbody align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.20841 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20842 +	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.20843 +	[true,true,true],
 1.20844 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20845 +["{<table><tbody align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.20846 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20847 +	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.20848 +	[true,true,true],
 1.20849 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20850 +["{<table><tbody align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.20851 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20852 +	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.20853 +	[true,true,true],
 1.20854 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20855 +["<table><tbody><tr align=justify><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.20856 +	[["justifyfull",""]],
 1.20857 +	"<table><tbody><tr align=\"justify\"><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.20858 +	[true],
 1.20859 +	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20860 +["<table><tbody><tr align=justify data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20861 +	[["justifyfull",""]],
 1.20862 +	"<table><tbody><tr align=\"justify\"><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.20863 +	[true],
 1.20864 +	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20865 +["<table><tbody><tr align=justify data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.20866 +	[["justifyfull",""]],
 1.20867 +	"<table><tbody><tr align=\"justify\">{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.20868 +	[true],
 1.20869 +	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20870 +["<table><tbody data-start=0 data-end=1><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 1.20871 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20872 +	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.20873 +	[true,true,true],
 1.20874 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20875 +["<table><tbody data-start=0 data-end=1><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 1.20876 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20877 +	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.20878 +	[true,true,true],
 1.20879 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20880 +["<table><tbody data-start=0 data-end=1><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 1.20881 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20882 +	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.20883 +	[true,true,true],
 1.20884 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20885 +["<table><tbody data-start=0 data-end=1><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 1.20886 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20887 +	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.20888 +	[true,true,true],
 1.20889 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20890 +["<table data-start=0 data-end=1><tbody><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 1.20891 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20892 +	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.20893 +	[true,true,true],
 1.20894 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20895 +["<table data-start=0 data-end=1><tbody><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 1.20896 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20897 +	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.20898 +	[true,true,true],
 1.20899 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20900 +["<table data-start=0 data-end=1><tbody><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 1.20901 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20902 +	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.20903 +	[true,true,true],
 1.20904 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20905 +["<table data-start=0 data-end=1><tbody><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 1.20906 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20907 +	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.20908 +	[true,true,true],
 1.20909 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20910 +["{<table><tr align=justify><td>foo<td>bar<td>baz</table>}<p>extra",
 1.20911 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20912 +	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.20913 +	[true,true,true],
 1.20914 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20915 +["{<table><tr align=justify><td>foo<td>bar<td>baz</table>}<p>extra",
 1.20916 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20917 +	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.20918 +	[true,true,true],
 1.20919 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20920 +["{<table><tr align=justify><td>foo<td>bar<td>baz</table>}<p>extra",
 1.20921 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20922 +	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.20923 +	[true,true,true],
 1.20924 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20925 +["{<table><tr align=justify><td>foo<td>bar<td>baz</table>}<p>extra",
 1.20926 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20927 +	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.20928 +	[true,true,true],
 1.20929 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20930 +["<div align=center><p>[foo]<p>bar</div><p>extra",
 1.20931 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20932 +	"<div align=\"center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.20933 +	[true,true,true],
 1.20934 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20935 +["<div align=center><p>[foo]<p>bar</div><p>extra",
 1.20936 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20937 +	"<div align=\"center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.20938 +	[true,true,true],
 1.20939 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20940 +["<div align=center><p>[foo]<p>bar</div><p>extra",
 1.20941 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20942 +	"<div align=\"center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.20943 +	[true,true,true],
 1.20944 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20945 +["<div align=center><p>[foo]<p>bar</div><p>extra",
 1.20946 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20947 +	"<div align=\"center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.20948 +	[true,true,true],
 1.20949 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20950 +["<div align=center><p>[foo<p>bar}</div><p>extra",
 1.20951 +	[["stylewithcss","true"],["justifyfull",""]],
 1.20952 +	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.20953 +	[true,true],
 1.20954 +	{"stylewithcss":[false,false,"",false,true,""],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20955 +["<div align=center><p>[foo<p>bar}</div><p>extra",
 1.20956 +	[["stylewithcss","false"],["justifyfull",""]],
 1.20957 +	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.20958 +	[true,true],
 1.20959 +	{"stylewithcss":[false,true,"",false,false,""],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20960 +["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 1.20961 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20962 +	"<div style=\"text-align:center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.20963 +	[true,true,true],
 1.20964 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20965 +["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 1.20966 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.20967 +	"<div style=\"text-align:center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.20968 +	[true,true,true],
 1.20969 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20970 +["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 1.20971 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20972 +	"<div style=\"text-align:center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.20973 +	[true,true,true],
 1.20974 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20975 +["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 1.20976 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.20977 +	"<div style=\"text-align:center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.20978 +	[true,true,true],
 1.20979 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20980 +["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 1.20981 +	[["justifyfull",""]],
 1.20982 +	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.20983 +	[true],
 1.20984 +	{"justifyfull":[false,false,"center",false,true,"justify"]}],
 1.20985 +["<div align=justify><p>[foo]<p>bar</div><p>extra",
 1.20986 +	[["justifyfull",""]],
 1.20987 +	"<div align=\"justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 1.20988 +	[true],
 1.20989 +	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20990 +["<div align=justify><p>[foo<p>bar}</div><p>extra",
 1.20991 +	[["stylewithcss","true"],["justifyfull",""]],
 1.20992 +	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.20993 +	[true,true],
 1.20994 +	{"stylewithcss":[false,false,"",false,true,""],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.20995 +["<div align=justify><p>[foo<p>bar}</div><p>extra",
 1.20996 +	[["stylewithcss","false"],["justifyfull",""]],
 1.20997 +	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.20998 +	[true,true],
 1.20999 +	{"stylewithcss":[false,true,"",false,false,""],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.21000 +["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 1.21001 +	[["justifyfull",""]],
 1.21002 +	"<div style=\"text-align:justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 1.21003 +	[true],
 1.21004 +	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.21005 +["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 1.21006 +	[["justifyfull",""]],
 1.21007 +	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.21008 +	[true],
 1.21009 +	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.21010 +["<div align=left><p>[foo]<p>bar</div><p>extra",
 1.21011 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21012 +	"<div align=\"left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21013 +	[true,true,true],
 1.21014 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21015 +["<div align=left><p>[foo]<p>bar</div><p>extra",
 1.21016 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21017 +	"<div align=\"left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21018 +	[true,true,true],
 1.21019 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21020 +["<div align=left><p>[foo]<p>bar</div><p>extra",
 1.21021 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21022 +	"<div align=\"left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21023 +	[true,true,true],
 1.21024 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21025 +["<div align=left><p>[foo]<p>bar</div><p>extra",
 1.21026 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21027 +	"<div align=\"left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21028 +	[true,true,true],
 1.21029 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21030 +["<div align=left><p>[foo<p>bar}</div><p>extra",
 1.21031 +	[["stylewithcss","true"],["justifyfull",""]],
 1.21032 +	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.21033 +	[true,true],
 1.21034 +	{"stylewithcss":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21035 +["<div align=left><p>[foo<p>bar}</div><p>extra",
 1.21036 +	[["stylewithcss","false"],["justifyfull",""]],
 1.21037 +	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.21038 +	[true,true],
 1.21039 +	{"stylewithcss":[false,true,"",false,false,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21040 +["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 1.21041 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21042 +	"<div style=\"text-align:left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21043 +	[true,true,true],
 1.21044 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21045 +["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 1.21046 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21047 +	"<div style=\"text-align:left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21048 +	[true,true,true],
 1.21049 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21050 +["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 1.21051 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21052 +	"<div style=\"text-align:left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21053 +	[true,true,true],
 1.21054 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21055 +["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 1.21056 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21057 +	"<div style=\"text-align:left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21058 +	[true,true,true],
 1.21059 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21060 +["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 1.21061 +	[["justifyfull",""]],
 1.21062 +	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.21063 +	[true],
 1.21064 +	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21065 +["<div align=right><p>[foo]<p>bar</div><p>extra",
 1.21066 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21067 +	"<div align=\"right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21068 +	[true,true,true],
 1.21069 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 1.21070 +["<div align=right><p>[foo]<p>bar</div><p>extra",
 1.21071 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21072 +	"<div align=\"right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21073 +	[true,true,true],
 1.21074 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 1.21075 +["<div align=right><p>[foo]<p>bar</div><p>extra",
 1.21076 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21077 +	"<div align=\"right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21078 +	[true,true,true],
 1.21079 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 1.21080 +["<div align=right><p>[foo]<p>bar</div><p>extra",
 1.21081 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21082 +	"<div align=\"right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21083 +	[true,true,true],
 1.21084 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 1.21085 +["<div align=right><p>[foo<p>bar}</div><p>extra",
 1.21086 +	[["stylewithcss","true"],["justifyfull",""]],
 1.21087 +	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.21088 +	[true,true],
 1.21089 +	{"stylewithcss":[false,false,"",false,true,""],"justifyfull":[false,false,"right",false,true,"justify"]}],
 1.21090 +["<div align=right><p>[foo<p>bar}</div><p>extra",
 1.21091 +	[["stylewithcss","false"],["justifyfull",""]],
 1.21092 +	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.21093 +	[true,true],
 1.21094 +	{"stylewithcss":[false,true,"",false,false,""],"justifyfull":[false,false,"right",false,true,"justify"]}],
 1.21095 +["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 1.21096 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21097 +	"<div style=\"text-align:right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21098 +	[true,true,true],
 1.21099 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 1.21100 +["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 1.21101 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21102 +	"<div style=\"text-align:right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21103 +	[true,true,true],
 1.21104 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 1.21105 +["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 1.21106 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21107 +	"<div style=\"text-align:right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21108 +	[true,true,true],
 1.21109 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 1.21110 +["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 1.21111 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21112 +	"<div style=\"text-align:right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21113 +	[true,true,true],
 1.21114 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 1.21115 +["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 1.21116 +	[["justifyfull",""]],
 1.21117 +	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.21118 +	[true],
 1.21119 +	{"justifyfull":[false,false,"right",false,true,"justify"]}],
 1.21120 +["<div align=justify>foo</div>[bar]<p>extra",
 1.21121 +	[["justifyfull",""]],
 1.21122 +	"<div align=\"justify\">foo<br>[bar]</div><p>extra</p>",
 1.21123 +	[true],
 1.21124 +	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21125 +["[foo]<div align=justify>bar</div><p>extra",
 1.21126 +	[["justifyfull",""]],
 1.21127 +	"<div align=\"justify\">[foo]<br>bar</div><p>extra</p>",
 1.21128 +	[true],
 1.21129 +	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21130 +["<div align=justify>foo</div>[bar]<div align=justify>baz</div><p>extra",
 1.21131 +	[["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21132 +	"<div align=\"justify\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.21133 +	[true,true],
 1.21134 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21135 +["<div align=justify>foo</div>[bar]<div align=justify>baz</div><p>extra",
 1.21136 +	[["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21137 +	"<div align=\"justify\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.21138 +	[true,true],
 1.21139 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21140 +["<div align=justify><p>foo</div><p>[bar]<p>extra",
 1.21141 +	[["justifyfull",""]],
 1.21142 +	"<div align=\"justify\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
 1.21143 +	[true],
 1.21144 +	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21145 +["<p>[foo]<div align=justify><p>bar</div><p>extra",
 1.21146 +	[["justifyfull",""]],
 1.21147 +	"<div align=\"justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 1.21148 +	[true],
 1.21149 +	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21150 +["<div align=justify><p>foo</div><p>[bar]<div align=justify><p>baz</div><p>extra",
 1.21151 +	[["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21152 +	"<div align=\"justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.21153 +	[true,true],
 1.21154 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21155 +["<div align=justify><p>foo</div><p>[bar]<div align=justify><p>baz</div><p>extra",
 1.21156 +	[["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21157 +	"<div align=\"justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.21158 +	[true,true],
 1.21159 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21160 +["<div style=text-align:justify>foo</div>[bar]<p>extra",
 1.21161 +	[["justifyfull",""]],
 1.21162 +	"<div style=\"text-align:justify\">foo<br>[bar]</div><p>extra</p>",
 1.21163 +	[true],
 1.21164 +	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21165 +["[foo]<div style=text-align:justify>bar</div><p>extra",
 1.21166 +	[["justifyfull",""]],
 1.21167 +	"<div style=\"text-align:justify\">[foo]<br>bar</div><p>extra</p>",
 1.21168 +	[true],
 1.21169 +	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21170 +["<div style=text-align:justify>foo</div>[bar]<div style=text-align:justify>baz</div><p>extra",
 1.21171 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21172 +	"<div style=\"text-align:justify\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.21173 +	[true,true,true],
 1.21174 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21175 +["<div style=text-align:justify>foo</div>[bar]<div style=text-align:justify>baz</div><p>extra",
 1.21176 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21177 +	"<div style=\"text-align:justify\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.21178 +	[true,true,true],
 1.21179 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21180 +["<div style=text-align:justify>foo</div>[bar]<div style=text-align:justify>baz</div><p>extra",
 1.21181 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21182 +	"<div style=\"text-align:justify\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.21183 +	[true,true,true],
 1.21184 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21185 +["<div style=text-align:justify>foo</div>[bar]<div style=text-align:justify>baz</div><p>extra",
 1.21186 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21187 +	"<div style=\"text-align:justify\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.21188 +	[true,true,true],
 1.21189 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21190 +["<div style=text-align:justify><p>foo</div><p>[bar]<p>extra",
 1.21191 +	[["justifyfull",""]],
 1.21192 +	"<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
 1.21193 +	[true],
 1.21194 +	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21195 +["<p>[foo]<div style=text-align:justify><p>bar</div><p>extra",
 1.21196 +	[["justifyfull",""]],
 1.21197 +	"<div style=\"text-align:justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 1.21198 +	[true],
 1.21199 +	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21200 +["<div style=text-align:justify><p>foo</div><p>[bar]<div style=text-align:justify><p>baz</div><p>extra",
 1.21201 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21202 +	"<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.21203 +	[true,true,true],
 1.21204 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21205 +["<div style=text-align:justify><p>foo</div><p>[bar]<div style=text-align:justify><p>baz</div><p>extra",
 1.21206 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21207 +	"<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.21208 +	[true,true,true],
 1.21209 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21210 +["<div style=text-align:justify><p>foo</div><p>[bar]<div style=text-align:justify><p>baz</div><p>extra",
 1.21211 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21212 +	"<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.21213 +	[true,true,true],
 1.21214 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21215 +["<div style=text-align:justify><p>foo</div><p>[bar]<div style=text-align:justify><p>baz</div><p>extra",
 1.21216 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21217 +	"<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.21218 +	[true,true,true],
 1.21219 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21220 +["<p align=justify>foo<p>[bar]<p>extra",
 1.21221 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21222 +	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p>extra</p>",
 1.21223 +	[true,true,true],
 1.21224 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21225 +["<p align=justify>foo<p>[bar]<p>extra",
 1.21226 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21227 +	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p>extra</p>",
 1.21228 +	[true,true,true],
 1.21229 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21230 +["<p align=justify>foo<p>[bar]<p>extra",
 1.21231 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21232 +	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p>extra</p>",
 1.21233 +	[true,true,true],
 1.21234 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21235 +["<p align=justify>foo<p>[bar]<p>extra",
 1.21236 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21237 +	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p>extra</p>",
 1.21238 +	[true,true,true],
 1.21239 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21240 +["<p>[foo]<p align=justify>bar<p>extra",
 1.21241 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21242 +	"<div style=\"text-align:justify\"><p>[foo]</p></div><p align=\"justify\">bar</p><p>extra</p>",
 1.21243 +	[true,true,true],
 1.21244 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21245 +["<p>[foo]<p align=justify>bar<p>extra",
 1.21246 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21247 +	"<div style=\"text-align:justify\"><p>[foo]</p></div><p align=\"justify\">bar</p><p>extra</p>",
 1.21248 +	[true,true,true],
 1.21249 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21250 +["<p>[foo]<p align=justify>bar<p>extra",
 1.21251 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21252 +	"<div style=\"text-align:justify\"><p>[foo]</p></div><p align=\"justify\">bar</p><p>extra</p>",
 1.21253 +	[true,true,true],
 1.21254 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21255 +["<p>[foo]<p align=justify>bar<p>extra",
 1.21256 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21257 +	"<div style=\"text-align:justify\"><p>[foo]</p></div><p align=\"justify\">bar</p><p>extra</p>",
 1.21258 +	[true,true,true],
 1.21259 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21260 +["<p align=justify>foo<p>[bar]<p align=justify>baz<p>extra",
 1.21261 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21262 +	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p align=\"justify\">baz</p><p>extra</p>",
 1.21263 +	[true,true,true],
 1.21264 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21265 +["<p align=justify>foo<p>[bar]<p align=justify>baz<p>extra",
 1.21266 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21267 +	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p align=\"justify\">baz</p><p>extra</p>",
 1.21268 +	[true,true,true],
 1.21269 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21270 +["<p align=justify>foo<p>[bar]<p align=justify>baz<p>extra",
 1.21271 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21272 +	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p align=\"justify\">baz</p><p>extra</p>",
 1.21273 +	[true,true,true],
 1.21274 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21275 +["<p align=justify>foo<p>[bar]<p align=justify>baz<p>extra",
 1.21276 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21277 +	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p align=\"justify\">baz</p><p>extra</p>",
 1.21278 +	[true,true,true],
 1.21279 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21280 +["<div align=justify>[foo</div>bar]<p>extra",
 1.21281 +	[["stylewithcss","true"],["justifyfull",""]],
 1.21282 +	"<div style=\"text-align:justify\">[foo<br>bar]</div><p>extra</p>",
 1.21283 +	[true,true],
 1.21284 +	{"stylewithcss":[false,false,"",false,true,""],"justifyfull":[true,false,"justify",false,true,"justify"]}],
 1.21285 +["<div align=justify>[foo</div>bar]<p>extra",
 1.21286 +	[["stylewithcss","false"],["justifyfull",""]],
 1.21287 +	"<div style=\"text-align:justify\">[foo<br>bar]</div><p>extra</p>",
 1.21288 +	[true,true],
 1.21289 +	{"stylewithcss":[false,true,"",false,false,""],"justifyfull":[true,false,"justify",false,true,"justify"]}],
 1.21290 +["<div align=justify>fo[o</div>b]ar<p>extra",
 1.21291 +	[["stylewithcss","true"],["justifyfull",""]],
 1.21292 +	"<div style=\"text-align:justify\">fo[o<br>b]ar</div><p>extra</p>",
 1.21293 +	[true,true],
 1.21294 +	{"stylewithcss":[false,false,"",false,true,""],"justifyfull":[true,false,"justify",false,true,"justify"]}],
 1.21295 +["<div align=justify>fo[o</div>b]ar<p>extra",
 1.21296 +	[["stylewithcss","false"],["justifyfull",""]],
 1.21297 +	"<div style=\"text-align:justify\">fo[o<br>b]ar</div><p>extra</p>",
 1.21298 +	[true,true],
 1.21299 +	{"stylewithcss":[false,true,"",false,false,""],"justifyfull":[true,false,"justify",false,true,"justify"]}],
 1.21300 +["<div style=text-align:justify>[foo</div>bar]<p>extra",
 1.21301 +	[["justifyfull",""]],
 1.21302 +	"<div style=\"text-align:justify\">[foo<br>bar]</div><p>extra</p>",
 1.21303 +	[true],
 1.21304 +	{"justifyfull":[true,false,"justify",false,true,"justify"]}],
 1.21305 +["<div style=text-align:justify>fo[o</div>b]ar<p>extra",
 1.21306 +	[["justifyfull",""]],
 1.21307 +	"<div style=\"text-align:justify\">fo[o<br>b]ar</div><p>extra</p>",
 1.21308 +	[true],
 1.21309 +	{"justifyfull":[true,false,"justify",false,true,"justify"]}],
 1.21310 +["<span style=text-align:justify>[foo]</span><p>extra",
 1.21311 +	[["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21312 +	"<div style=\"text-align:justify\">[foo]</div><p>extra</p>",
 1.21313 +	[true,true],
 1.21314 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21315 +["<span style=text-align:justify>[foo]</span><p>extra",
 1.21316 +	[["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21317 +	"<div style=\"text-align:justify\">[foo]</div><p>extra</p>",
 1.21318 +	[true,true],
 1.21319 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21320 +["<span style=text-align:justify>f[o]o</span><p>extra",
 1.21321 +	[["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21322 +	"<div style=\"text-align:justify\">f[o]o</div><p>extra</p>",
 1.21323 +	[true,true],
 1.21324 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21325 +["<span style=text-align:justify>f[o]o</span><p>extra",
 1.21326 +	[["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21327 +	"<div style=\"text-align:justify\">f[o]o</div><p>extra</p>",
 1.21328 +	[true,true],
 1.21329 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21330 +["<div style=text-align:justify>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 1.21331 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21332 +	"<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>",
 1.21333 +	[true,true,true],
 1.21334 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.21335 +["<div style=text-align:justify>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 1.21336 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21337 +	"<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>",
 1.21338 +	[true,true,true],
 1.21339 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.21340 +["<div style=text-align:justify>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 1.21341 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21342 +	"<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>",
 1.21343 +	[true,true,true],
 1.21344 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.21345 +["<div style=text-align:justify>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 1.21346 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21347 +	"<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>",
 1.21348 +	[true,true,true],
 1.21349 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 1.21350 +["<div align=nonsense><p>[foo]</div><p>extra",
 1.21351 +	[["stylewithcss","true"],["justifyfull",""]],
 1.21352 +	"<div style=\"text-align:justify\"><p>[foo]</p></div><p>extra</p>",
 1.21353 +	[true,true],
 1.21354 +	{"stylewithcss":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21355 +["<div align=nonsense><p>[foo]</div><p>extra",
 1.21356 +	[["stylewithcss","false"],["justifyfull",""]],
 1.21357 +	"<div style=\"text-align:justify\"><p>[foo]</p></div><p>extra</p>",
 1.21358 +	[true,true],
 1.21359 +	{"stylewithcss":[false,true,"",false,false,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21360 +["<div style=text-align:inherit><p>[foo]</div><p>extra",
 1.21361 +	[["justifyfull",""]],
 1.21362 +	"<div style=\"text-align:justify\"><p>[foo]</p></div><p>extra</p>",
 1.21363 +	[true],
 1.21364 +	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21365 +["<quasit align=center><p>[foo]</p></quasit><p>extra",
 1.21366 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21367 +	"<div style=\"text-align:justify\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 1.21368 +	[true,true,true],
 1.21369 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21370 +["<quasit align=center><p>[foo]</p></quasit><p>extra",
 1.21371 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21372 +	"<div style=\"text-align:justify\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 1.21373 +	[true,true,true],
 1.21374 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21375 +["<quasit align=center><p>[foo]</p></quasit><p>extra",
 1.21376 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21377 +	"<div style=\"text-align:justify\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 1.21378 +	[true,true,true],
 1.21379 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21380 +["<quasit align=center><p>[foo]</p></quasit><p>extra",
 1.21381 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21382 +	"<div style=\"text-align:justify\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 1.21383 +	[true,true,true],
 1.21384 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21385 +["<div style=text-align:start>[foo]</div><p>extra",
 1.21386 +	[["justifyfull",""]],
 1.21387 +	"<div style=\"text-align:justify\">[foo]</div><p>extra</p>",
 1.21388 +	[true],
 1.21389 +	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21390 +["<div style=text-align:end>[foo]</div><p>extra",
 1.21391 +	[["justifyfull",""]],
 1.21392 +	"<div style=\"text-align:justify\">[foo]</div><p>extra</p>",
 1.21393 +	[true],
 1.21394 +	{"justifyfull":[false,false,"right",false,true,"justify"]}],
 1.21395 +["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 1.21396 +	[["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21397 +	"<div style=\"text-align:justify\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 1.21398 +	[true,true],
 1.21399 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 1.21400 +["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 1.21401 +	[["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21402 +	"<div style=\"text-align:justify\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 1.21403 +	[true,true],
 1.21404 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 1.21405 +["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 1.21406 +	[["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21407 +	"<div style=\"text-align:justify\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 1.21408 +	[true,true],
 1.21409 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21410 +["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 1.21411 +	[["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21412 +	"<div style=\"text-align:justify\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 1.21413 +	[true,true],
 1.21414 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21415 +["<div style=text-align:justify><p>foo</div> <p>[bar]",
 1.21416 +	[["justifyfull",""]],
 1.21417 +	"<div style=\"text-align:justify\"><p>foo</p> <p>[bar]</p></div>",
 1.21418 +	[true],
 1.21419 +	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21420 +["<div align=justify><p>foo</div> <p>[bar]",
 1.21421 +	[["justifyfull",""]],
 1.21422 +	"<div align=\"justify\"><p>foo</p> <p>[bar]</p></div>",
 1.21423 +	[true],
 1.21424 +	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21425 +["<p>[foo]</p> <div style=text-align:justify><p>bar</div>",
 1.21426 +	[["justifyfull",""]],
 1.21427 +	"<div style=\"text-align:justify\"><p>[foo]</p> <p>bar</p></div>",
 1.21428 +	[true],
 1.21429 +	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21430 +["<p>[foo]</p> <div align=justify><p>bar</div>",
 1.21431 +	[["justifyfull",""]],
 1.21432 +	"<div align=\"justify\"><p>[foo]</p> <p>bar</p></div>",
 1.21433 +	[true],
 1.21434 +	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21435 +["<div style=text-align:justify><p>foo</div> <p>[bar]</p> <div style=text-align:justify><p>baz</div>",
 1.21436 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21437 +	"<div style=\"text-align:justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.21438 +	[true,true,true],
 1.21439 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21440 +["<div style=text-align:justify><p>foo</div> <p>[bar]</p> <div style=text-align:justify><p>baz</div>",
 1.21441 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21442 +	"<div style=\"text-align:justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.21443 +	[true,true,true],
 1.21444 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21445 +["<div style=text-align:justify><p>foo</div> <p>[bar]</p> <div style=text-align:justify><p>baz</div>",
 1.21446 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21447 +	"<div style=\"text-align:justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.21448 +	[true,true,true],
 1.21449 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21450 +["<div style=text-align:justify><p>foo</div> <p>[bar]</p> <div style=text-align:justify><p>baz</div>",
 1.21451 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21452 +	"<div style=\"text-align:justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.21453 +	[true,true,true],
 1.21454 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21455 +["<div align=justify><p>foo</div> <p>[bar]</p> <div align=justify><p>baz</div>",
 1.21456 +	[["defaultparagraphseparator","div"],["justifyfull",""]],
 1.21457 +	"<div align=\"justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.21458 +	[true,true],
 1.21459 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21460 +["<div align=justify><p>foo</div> <p>[bar]</p> <div align=justify><p>baz</div>",
 1.21461 +	[["defaultparagraphseparator","p"],["justifyfull",""]],
 1.21462 +	"<div align=\"justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.21463 +	[true,true],
 1.21464 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.21465 +["foo[]bar<p>extra",
 1.21466 +	[["justifyleft",""]],
 1.21467 +	"foo[]bar<p>extra</p>",
 1.21468 +	[true],
 1.21469 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21470 +["<span>foo</span>{}<span>bar</span><p>extra",
 1.21471 +	[["justifyleft",""]],
 1.21472 +	"<span>foo</span>{}<span>bar</span><p>extra</p>",
 1.21473 +	[true],
 1.21474 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21475 +["<span>foo[</span><span>]bar</span><p>extra",
 1.21476 +	[["justifyleft",""]],
 1.21477 +	"<span>foo[</span><span>]bar</span><p>extra</p>",
 1.21478 +	[true],
 1.21479 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21480 +["foo[bar]baz<p>extra",
 1.21481 +	[["justifyleft",""]],
 1.21482 +	"foo[bar]baz<p>extra</p>",
 1.21483 +	[true],
 1.21484 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21485 +["foo[bar<b>baz]qoz</b>quz<p>extra",
 1.21486 +	[["justifyleft",""]],
 1.21487 +	"foo[bar<b>baz]qoz</b>quz<p>extra</p>",
 1.21488 +	[true],
 1.21489 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21490 +["<p>foo[]bar<p>extra",
 1.21491 +	[["justifyleft",""]],
 1.21492 +	"<p>foo[]bar</p><p>extra</p>",
 1.21493 +	[true],
 1.21494 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21495 +["<p>foo[bar]baz<p>extra",
 1.21496 +	[["justifyleft",""]],
 1.21497 +	"<p>foo[bar]baz</p><p>extra</p>",
 1.21498 +	[true],
 1.21499 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21500 +["<h1>foo[bar]baz</h1><p>extra",
 1.21501 +	[["justifyleft",""]],
 1.21502 +	"<h1>foo[bar]baz</h1><p>extra</p>",
 1.21503 +	[true],
 1.21504 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21505 +["<pre>foo[bar]baz</pre><p>extra",
 1.21506 +	[["justifyleft",""]],
 1.21507 +	"<pre>foo[bar]baz</pre><p>extra</p>",
 1.21508 +	[true],
 1.21509 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21510 +["<xmp>foo[bar]baz</xmp><p>extra",
 1.21511 +	[["justifyleft",""]],
 1.21512 +	"<xmp>foo[bar]baz</xmp><p>extra</p>",
 1.21513 +	[true],
 1.21514 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21515 +["<center><p>[foo]<p>bar</center><p>extra",
 1.21516 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21517 +	"<center><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 1.21518 +	[true,true,true],
 1.21519 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21520 +["<center><p>[foo]<p>bar</center><p>extra",
 1.21521 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21522 +	"<center><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 1.21523 +	[true,true,true],
 1.21524 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21525 +["<center><p>[foo]<p>bar</center><p>extra",
 1.21526 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21527 +	"<center><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 1.21528 +	[true,true,true],
 1.21529 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21530 +["<center><p>[foo]<p>bar</center><p>extra",
 1.21531 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21532 +	"<center><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 1.21533 +	[true,true,true],
 1.21534 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21535 +["<center><p>[foo<p>bar]</center><p>extra",
 1.21536 +	[["justifyleft",""]],
 1.21537 +	"<p>[foo</p><p>bar]</p><p>extra</p>",
 1.21538 +	[true],
 1.21539 +	{"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21540 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.21541 +	[["justifyleft",""]],
 1.21542 +	"<table><tbody><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.21543 +	[true],
 1.21544 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21545 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.21546 +	[["justifyleft",""]],
 1.21547 +	"<table><tbody><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.21548 +	[true],
 1.21549 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21550 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.21551 +	[["justifyleft",""]],
 1.21552 +	"<table><tbody><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.21553 +	[true],
 1.21554 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21555 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.21556 +	[["justifyleft",""]],
 1.21557 +	"<table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table><p>extra</p>",
 1.21558 +	[true],
 1.21559 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21560 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.21561 +	[["justifyleft",""]],
 1.21562 +	"<table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table><p>extra</p>",
 1.21563 +	[true],
 1.21564 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21565 +["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.21566 +	[["justifyleft",""]],
 1.21567 +	"{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}<p>extra</p>",
 1.21568 +	[true],
 1.21569 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21570 +["<table align=left><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.21571 +	[["justifyleft",""]],
 1.21572 +	"<table align=\"left\"><tbody><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.21573 +	[true],
 1.21574 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21575 +["<table align=left><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.21576 +	[["justifyleft",""]],
 1.21577 +	"<table align=\"left\"><tbody><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.21578 +	[true],
 1.21579 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21580 +["<table align=left><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.21581 +	[["justifyleft",""]],
 1.21582 +	"<table align=\"left\"><tbody><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.21583 +	[true],
 1.21584 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21585 +["<table align=left><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.21586 +	[["justifyleft",""]],
 1.21587 +	"<table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table><p>extra</p>",
 1.21588 +	[true],
 1.21589 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21590 +["<table align=left data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.21591 +	[["justifyleft",""]],
 1.21592 +	"<table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table><p>extra</p>",
 1.21593 +	[true],
 1.21594 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21595 +["{<table align=left><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.21596 +	[["justifyleft",""]],
 1.21597 +	"{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}<p>extra</p>",
 1.21598 +	[true],
 1.21599 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21600 +["<table><tbody align=left><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.21601 +	[["justifyleft",""]],
 1.21602 +	"<table><tbody align=\"left\"><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.21603 +	[true],
 1.21604 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21605 +["<table><tbody align=left><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.21606 +	[["justifyleft",""]],
 1.21607 +	"<table><tbody align=\"left\"><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.21608 +	[true],
 1.21609 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21610 +["<table><tbody align=left><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.21611 +	[["justifyleft",""]],
 1.21612 +	"<table><tbody align=\"left\"><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.21613 +	[true],
 1.21614 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21615 +["<table><tbody align=left data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.21616 +	[["justifyleft",""]],
 1.21617 +	"<table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table><p>extra</p>",
 1.21618 +	[true],
 1.21619 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21620 +["<table data-start=0 data-end=1><tbody align=left><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.21621 +	[["justifyleft",""]],
 1.21622 +	"<table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table><p>extra</p>",
 1.21623 +	[true],
 1.21624 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21625 +["{<table><tbody align=left><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.21626 +	[["justifyleft",""]],
 1.21627 +	"{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}<p>extra</p>",
 1.21628 +	[true],
 1.21629 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21630 +["<table><tbody><tr align=left><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.21631 +	[["justifyleft",""]],
 1.21632 +	"<table><tbody><tr align=\"left\"><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.21633 +	[true],
 1.21634 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21635 +["<table><tbody><tr align=left data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.21636 +	[["justifyleft",""]],
 1.21637 +	"<table><tbody><tr align=\"left\"><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.21638 +	[true],
 1.21639 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21640 +["<table><tbody><tr align=left data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.21641 +	[["justifyleft",""]],
 1.21642 +	"<table><tbody><tr align=\"left\">{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.21643 +	[true],
 1.21644 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21645 +["<table><tbody data-start=0 data-end=1><tr align=left><td>foo<td>bar<td>baz</table><p>extra",
 1.21646 +	[["justifyleft",""]],
 1.21647 +	"<table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table><p>extra</p>",
 1.21648 +	[true],
 1.21649 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21650 +["<table data-start=0 data-end=1><tbody><tr align=left><td>foo<td>bar<td>baz</table><p>extra",
 1.21651 +	[["justifyleft",""]],
 1.21652 +	"<table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table><p>extra</p>",
 1.21653 +	[true],
 1.21654 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21655 +["{<table><tr align=left><td>foo<td>bar<td>baz</table>}<p>extra",
 1.21656 +	[["justifyleft",""]],
 1.21657 +	"{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}<p>extra</p>",
 1.21658 +	[true],
 1.21659 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21660 +["<div align=center><p>[foo]<p>bar</div><p>extra",
 1.21661 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21662 +	"<div align=\"center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21663 +	[true,true,true],
 1.21664 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21665 +["<div align=center><p>[foo]<p>bar</div><p>extra",
 1.21666 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21667 +	"<div align=\"center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21668 +	[true,true,true],
 1.21669 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21670 +["<div align=center><p>[foo]<p>bar</div><p>extra",
 1.21671 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21672 +	"<div align=\"center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21673 +	[true,true,true],
 1.21674 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21675 +["<div align=center><p>[foo]<p>bar</div><p>extra",
 1.21676 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21677 +	"<div align=\"center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21678 +	[true,true,true],
 1.21679 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21680 +["<div align=center><p>[foo<p>bar}</div><p>extra",
 1.21681 +	[["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21682 +	"<p>[foo</p><p>bar}</p><p>extra</p>",
 1.21683 +	[true,true],
 1.21684 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21685 +["<div align=center><p>[foo<p>bar}</div><p>extra",
 1.21686 +	[["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21687 +	"<p>[foo</p><p>bar}</p><p>extra</p>",
 1.21688 +	[true,true],
 1.21689 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21690 +["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 1.21691 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21692 +	"<div style=\"text-align:center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21693 +	[true,true,true],
 1.21694 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21695 +["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 1.21696 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21697 +	"<div style=\"text-align:center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21698 +	[true,true,true],
 1.21699 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21700 +["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 1.21701 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21702 +	"<div style=\"text-align:center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21703 +	[true,true,true],
 1.21704 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21705 +["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 1.21706 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21707 +	"<div style=\"text-align:center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21708 +	[true,true,true],
 1.21709 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21710 +["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 1.21711 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21712 +	"<p>[foo</p><p>bar]</p><p>extra</p>",
 1.21713 +	[true,true,true],
 1.21714 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21715 +["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 1.21716 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21717 +	"<p>[foo</p><p>bar]</p><p>extra</p>",
 1.21718 +	[true,true,true],
 1.21719 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21720 +["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 1.21721 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21722 +	"<p>[foo</p><p>bar]</p><p>extra</p>",
 1.21723 +	[true,true,true],
 1.21724 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21725 +["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 1.21726 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21727 +	"<p>[foo</p><p>bar]</p><p>extra</p>",
 1.21728 +	[true,true,true],
 1.21729 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 1.21730 +["<div align=justify><p>[foo]<p>bar</div><p>extra",
 1.21731 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21732 +	"<div align=\"justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21733 +	[true,true,true],
 1.21734 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 1.21735 +["<div align=justify><p>[foo]<p>bar</div><p>extra",
 1.21736 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21737 +	"<div align=\"justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21738 +	[true,true,true],
 1.21739 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 1.21740 +["<div align=justify><p>[foo]<p>bar</div><p>extra",
 1.21741 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21742 +	"<div align=\"justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21743 +	[true,true,true],
 1.21744 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 1.21745 +["<div align=justify><p>[foo]<p>bar</div><p>extra",
 1.21746 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21747 +	"<div align=\"justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21748 +	[true,true,true],
 1.21749 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 1.21750 +["<div align=justify><p>[foo<p>bar}</div><p>extra",
 1.21751 +	[["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21752 +	"<p>[foo</p><p>bar}</p><p>extra</p>",
 1.21753 +	[true,true],
 1.21754 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 1.21755 +["<div align=justify><p>[foo<p>bar}</div><p>extra",
 1.21756 +	[["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21757 +	"<p>[foo</p><p>bar}</p><p>extra</p>",
 1.21758 +	[true,true],
 1.21759 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 1.21760 +["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 1.21761 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21762 +	"<div style=\"text-align:justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21763 +	[true,true,true],
 1.21764 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 1.21765 +["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 1.21766 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21767 +	"<div style=\"text-align:justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21768 +	[true,true,true],
 1.21769 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 1.21770 +["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 1.21771 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21772 +	"<div style=\"text-align:justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21773 +	[true,true,true],
 1.21774 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 1.21775 +["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 1.21776 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21777 +	"<div style=\"text-align:justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21778 +	[true,true,true],
 1.21779 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 1.21780 +["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 1.21781 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21782 +	"<p>[foo</p><p>bar]</p><p>extra</p>",
 1.21783 +	[true,true,true],
 1.21784 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 1.21785 +["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 1.21786 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21787 +	"<p>[foo</p><p>bar]</p><p>extra</p>",
 1.21788 +	[true,true,true],
 1.21789 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 1.21790 +["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 1.21791 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21792 +	"<p>[foo</p><p>bar]</p><p>extra</p>",
 1.21793 +	[true,true,true],
 1.21794 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 1.21795 +["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 1.21796 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21797 +	"<p>[foo</p><p>bar]</p><p>extra</p>",
 1.21798 +	[true,true,true],
 1.21799 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 1.21800 +["<div align=left><p>[foo]<p>bar</div><p>extra",
 1.21801 +	[["justifyleft",""]],
 1.21802 +	"<div align=\"left\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 1.21803 +	[true],
 1.21804 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21805 +["<div align=left><p>[foo<p>bar}</div><p>extra",
 1.21806 +	[["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21807 +	"<p>[foo</p><p>bar}</p><p>extra</p>",
 1.21808 +	[true,true],
 1.21809 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21810 +["<div align=left><p>[foo<p>bar}</div><p>extra",
 1.21811 +	[["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21812 +	"<p>[foo</p><p>bar}</p><p>extra</p>",
 1.21813 +	[true,true],
 1.21814 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21815 +["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 1.21816 +	[["justifyleft",""]],
 1.21817 +	"<div style=\"text-align:left\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 1.21818 +	[true],
 1.21819 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21820 +["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 1.21821 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21822 +	"<p>[foo</p><p>bar]</p><p>extra</p>",
 1.21823 +	[true,true,true],
 1.21824 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21825 +["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 1.21826 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21827 +	"<p>[foo</p><p>bar]</p><p>extra</p>",
 1.21828 +	[true,true,true],
 1.21829 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21830 +["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 1.21831 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21832 +	"<p>[foo</p><p>bar]</p><p>extra</p>",
 1.21833 +	[true,true,true],
 1.21834 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21835 +["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 1.21836 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21837 +	"<p>[foo</p><p>bar]</p><p>extra</p>",
 1.21838 +	[true,true,true],
 1.21839 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21840 +["<div align=right><p>[foo]<p>bar</div><p>extra",
 1.21841 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21842 +	"<div align=\"right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21843 +	[true,true,true],
 1.21844 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.21845 +["<div align=right><p>[foo]<p>bar</div><p>extra",
 1.21846 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21847 +	"<div align=\"right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21848 +	[true,true,true],
 1.21849 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.21850 +["<div align=right><p>[foo]<p>bar</div><p>extra",
 1.21851 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21852 +	"<div align=\"right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21853 +	[true,true,true],
 1.21854 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.21855 +["<div align=right><p>[foo]<p>bar</div><p>extra",
 1.21856 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21857 +	"<div align=\"right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21858 +	[true,true,true],
 1.21859 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.21860 +["<div align=right><p>[foo<p>bar}</div><p>extra",
 1.21861 +	[["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21862 +	"<p>[foo</p><p>bar}</p><p>extra</p>",
 1.21863 +	[true,true],
 1.21864 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.21865 +["<div align=right><p>[foo<p>bar}</div><p>extra",
 1.21866 +	[["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21867 +	"<p>[foo</p><p>bar}</p><p>extra</p>",
 1.21868 +	[true,true],
 1.21869 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.21870 +["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 1.21871 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21872 +	"<div style=\"text-align:right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21873 +	[true,true,true],
 1.21874 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.21875 +["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 1.21876 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21877 +	"<div style=\"text-align:right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21878 +	[true,true,true],
 1.21879 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.21880 +["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 1.21881 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21882 +	"<div style=\"text-align:right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21883 +	[true,true,true],
 1.21884 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.21885 +["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 1.21886 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21887 +	"<div style=\"text-align:right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.21888 +	[true,true,true],
 1.21889 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.21890 +["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 1.21891 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21892 +	"<p>[foo</p><p>bar]</p><p>extra</p>",
 1.21893 +	[true,true,true],
 1.21894 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.21895 +["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 1.21896 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21897 +	"<p>[foo</p><p>bar]</p><p>extra</p>",
 1.21898 +	[true,true,true],
 1.21899 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.21900 +["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 1.21901 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21902 +	"<p>[foo</p><p>bar]</p><p>extra</p>",
 1.21903 +	[true,true,true],
 1.21904 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.21905 +["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 1.21906 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21907 +	"<p>[foo</p><p>bar]</p><p>extra</p>",
 1.21908 +	[true,true,true],
 1.21909 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.21910 +["<div align=left>foo</div>[bar]<p>extra",
 1.21911 +	[["justifyleft",""]],
 1.21912 +	"<div align=\"left\">foo</div>[bar]<p>extra</p>",
 1.21913 +	[true],
 1.21914 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21915 +["[foo]<div align=left>bar</div><p>extra",
 1.21916 +	[["justifyleft",""]],
 1.21917 +	"[foo]<div align=\"left\">bar</div><p>extra</p>",
 1.21918 +	[true],
 1.21919 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21920 +["<div align=left>foo</div>[bar]<div align=left>baz</div><p>extra",
 1.21921 +	[["justifyleft",""]],
 1.21922 +	"<div align=\"left\">foo</div>[bar]<div align=\"left\">baz</div><p>extra</p>",
 1.21923 +	[true],
 1.21924 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21925 +["<div align=left><p>foo</div><p>[bar]<p>extra",
 1.21926 +	[["justifyleft",""]],
 1.21927 +	"<div align=\"left\"><p>foo</p></div><p>[bar]</p><p>extra</p>",
 1.21928 +	[true],
 1.21929 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21930 +["<p>[foo]<div align=left><p>bar</div><p>extra",
 1.21931 +	[["justifyleft",""]],
 1.21932 +	"<p>[foo]</p><div align=\"left\"><p>bar</p></div><p>extra</p>",
 1.21933 +	[true],
 1.21934 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21935 +["<div align=left><p>foo</div><p>[bar]<div align=left><p>baz</div><p>extra",
 1.21936 +	[["justifyleft",""]],
 1.21937 +	"<div align=\"left\"><p>foo</p></div><p>[bar]</p><div align=\"left\"><p>baz</p></div><p>extra</p>",
 1.21938 +	[true],
 1.21939 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21940 +["<div style=text-align:left>foo</div>[bar]<p>extra",
 1.21941 +	[["justifyleft",""]],
 1.21942 +	"<div style=\"text-align:left\">foo</div>[bar]<p>extra</p>",
 1.21943 +	[true],
 1.21944 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21945 +["[foo]<div style=text-align:left>bar</div><p>extra",
 1.21946 +	[["justifyleft",""]],
 1.21947 +	"[foo]<div style=\"text-align:left\">bar</div><p>extra</p>",
 1.21948 +	[true],
 1.21949 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21950 +["<div style=text-align:left>foo</div>[bar]<div style=text-align:left>baz</div><p>extra",
 1.21951 +	[["justifyleft",""]],
 1.21952 +	"<div style=\"text-align:left\">foo</div>[bar]<div style=\"text-align:left\">baz</div><p>extra</p>",
 1.21953 +	[true],
 1.21954 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21955 +["<div style=text-align:left><p>foo</div><p>[bar]<p>extra",
 1.21956 +	[["justifyleft",""]],
 1.21957 +	"<div style=\"text-align:left\"><p>foo</p></div><p>[bar]</p><p>extra</p>",
 1.21958 +	[true],
 1.21959 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21960 +["<p>[foo]<div style=text-align:left><p>bar</div><p>extra",
 1.21961 +	[["justifyleft",""]],
 1.21962 +	"<p>[foo]</p><div style=\"text-align:left\"><p>bar</p></div><p>extra</p>",
 1.21963 +	[true],
 1.21964 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21965 +["<div style=text-align:left><p>foo</div><p>[bar]<div style=text-align:left><p>baz</div><p>extra",
 1.21966 +	[["justifyleft",""]],
 1.21967 +	"<div style=\"text-align:left\"><p>foo</p></div><p>[bar]</p><div style=\"text-align:left\"><p>baz</p></div><p>extra</p>",
 1.21968 +	[true],
 1.21969 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21970 +["<p align=left>foo<p>[bar]<p>extra",
 1.21971 +	[["justifyleft",""]],
 1.21972 +	"<p align=\"left\">foo</p><p>[bar]</p><p>extra</p>",
 1.21973 +	[true],
 1.21974 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21975 +["<p>[foo]<p align=left>bar<p>extra",
 1.21976 +	[["justifyleft",""]],
 1.21977 +	"<p>[foo]</p><p align=\"left\">bar</p><p>extra</p>",
 1.21978 +	[true],
 1.21979 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21980 +["<p align=left>foo<p>[bar]<p align=left>baz<p>extra",
 1.21981 +	[["justifyleft",""]],
 1.21982 +	"<p align=\"left\">foo</p><p>[bar]</p><p align=\"left\">baz</p><p>extra</p>",
 1.21983 +	[true],
 1.21984 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21985 +["<div align=left>[foo</div>bar]<p>extra",
 1.21986 +	[["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21987 +	"[foo<br>bar]<p>extra</p>",
 1.21988 +	[true,true],
 1.21989 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21990 +["<div align=left>[foo</div>bar]<p>extra",
 1.21991 +	[["defaultparagraphseparator","p"],["justifyleft",""]],
 1.21992 +	"[foo<br>bar]<p>extra</p>",
 1.21993 +	[true,true],
 1.21994 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.21995 +["<div align=left>fo[o</div>b]ar<p>extra",
 1.21996 +	[["defaultparagraphseparator","div"],["justifyleft",""]],
 1.21997 +	"fo[o<br>b]ar<p>extra</p>",
 1.21998 +	[true,true],
 1.21999 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22000 +["<div align=left>fo[o</div>b]ar<p>extra",
 1.22001 +	[["defaultparagraphseparator","p"],["justifyleft",""]],
 1.22002 +	"fo[o<br>b]ar<p>extra</p>",
 1.22003 +	[true,true],
 1.22004 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22005 +["<div style=text-align:left>[foo</div>bar]<p>extra",
 1.22006 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.22007 +	"[foo<br>bar]<p>extra</p>",
 1.22008 +	[true,true,true],
 1.22009 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22010 +["<div style=text-align:left>[foo</div>bar]<p>extra",
 1.22011 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.22012 +	"[foo<br>bar]<p>extra</p>",
 1.22013 +	[true,true,true],
 1.22014 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22015 +["<div style=text-align:left>[foo</div>bar]<p>extra",
 1.22016 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.22017 +	"[foo<br>bar]<p>extra</p>",
 1.22018 +	[true,true,true],
 1.22019 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22020 +["<div style=text-align:left>[foo</div>bar]<p>extra",
 1.22021 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.22022 +	"[foo<br>bar]<p>extra</p>",
 1.22023 +	[true,true,true],
 1.22024 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22025 +["<div style=text-align:left>fo[o</div>b]ar<p>extra",
 1.22026 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.22027 +	"fo[o<br>b]ar<p>extra</p>",
 1.22028 +	[true,true,true],
 1.22029 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22030 +["<div style=text-align:left>fo[o</div>b]ar<p>extra",
 1.22031 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.22032 +	"fo[o<br>b]ar<p>extra</p>",
 1.22033 +	[true,true,true],
 1.22034 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22035 +["<div style=text-align:left>fo[o</div>b]ar<p>extra",
 1.22036 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.22037 +	"fo[o<br>b]ar<p>extra</p>",
 1.22038 +	[true,true,true],
 1.22039 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22040 +["<div style=text-align:left>fo[o</div>b]ar<p>extra",
 1.22041 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.22042 +	"fo[o<br>b]ar<p>extra</p>",
 1.22043 +	[true,true,true],
 1.22044 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22045 +["<span style=text-align:left>[foo]</span><p>extra",
 1.22046 +	[["stylewithcss","true"],["justifyleft",""]],
 1.22047 +	"[foo]<p>extra</p>",
 1.22048 +	[true,true],
 1.22049 +	{"stylewithcss":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22050 +["<span style=text-align:left>[foo]</span><p>extra",
 1.22051 +	[["stylewithcss","false"],["justifyleft",""]],
 1.22052 +	"[foo]<p>extra</p>",
 1.22053 +	[true,true],
 1.22054 +	{"stylewithcss":[false,true,"",false,false,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22055 +["<span style=text-align:left>f[o]o</span><p>extra",
 1.22056 +	[["stylewithcss","true"],["justifyleft",""]],
 1.22057 +	"f[o]o<p>extra</p>",
 1.22058 +	[true,true],
 1.22059 +	{"stylewithcss":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22060 +["<span style=text-align:left>f[o]o</span><p>extra",
 1.22061 +	[["stylewithcss","false"],["justifyleft",""]],
 1.22062 +	"f[o]o<p>extra</p>",
 1.22063 +	[true,true],
 1.22064 +	{"stylewithcss":[false,true,"",false,false,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22065 +["<div style=text-align:left>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 1.22066 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.22067 +	"[foo<div style=\"text-align:left\" contenteditable=\"false\">bar</div>baz]<p>extra</p>",
 1.22068 +	[true,true,true],
 1.22069 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22070 +["<div style=text-align:left>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 1.22071 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.22072 +	"[foo<div style=\"text-align:left\" contenteditable=\"false\">bar</div>baz]<p>extra</p>",
 1.22073 +	[true,true,true],
 1.22074 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22075 +["<div style=text-align:left>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 1.22076 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.22077 +	"[foo<div style=\"text-align:left\" contenteditable=\"false\">bar</div>baz]<p>extra</p>",
 1.22078 +	[true,true,true],
 1.22079 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22080 +["<div style=text-align:left>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 1.22081 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.22082 +	"[foo<div style=\"text-align:left\" contenteditable=\"false\">bar</div>baz]<p>extra</p>",
 1.22083 +	[true,true,true],
 1.22084 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22085 +["<div align=nonsense><p>[foo]</div><p>extra",
 1.22086 +	[["defaultparagraphseparator","div"],["justifyleft",""]],
 1.22087 +	"<p>[foo]</p><p>extra</p>",
 1.22088 +	[true,true],
 1.22089 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22090 +["<div align=nonsense><p>[foo]</div><p>extra",
 1.22091 +	[["defaultparagraphseparator","p"],["justifyleft",""]],
 1.22092 +	"<p>[foo]</p><p>extra</p>",
 1.22093 +	[true,true],
 1.22094 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22095 +["<div style=text-align:inherit><p>[foo]</div><p>extra",
 1.22096 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.22097 +	"<p>[foo]</p><p>extra</p>",
 1.22098 +	[true,true,true],
 1.22099 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22100 +["<div style=text-align:inherit><p>[foo]</div><p>extra",
 1.22101 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.22102 +	"<p>[foo]</p><p>extra</p>",
 1.22103 +	[true,true,true],
 1.22104 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22105 +["<div style=text-align:inherit><p>[foo]</div><p>extra",
 1.22106 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.22107 +	"<p>[foo]</p><p>extra</p>",
 1.22108 +	[true,true,true],
 1.22109 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22110 +["<div style=text-align:inherit><p>[foo]</div><p>extra",
 1.22111 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.22112 +	"<p>[foo]</p><p>extra</p>",
 1.22113 +	[true,true,true],
 1.22114 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22115 +["<quasit align=center><p>[foo]</p></quasit><p>extra",
 1.22116 +	[["justifyleft",""]],
 1.22117 +	"<quasit><p>[foo]</p></quasit><p>extra</p>",
 1.22118 +	[true],
 1.22119 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22120 +["<div style=text-align:start>[foo]</div><p>extra",
 1.22121 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.22122 +	"[foo]<p>extra</p>",
 1.22123 +	[true,true,true],
 1.22124 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22125 +["<div style=text-align:start>[foo]</div><p>extra",
 1.22126 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.22127 +	"[foo]<p>extra</p>",
 1.22128 +	[true,true,true],
 1.22129 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22130 +["<div style=text-align:start>[foo]</div><p>extra",
 1.22131 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.22132 +	"[foo]<p>extra</p>",
 1.22133 +	[true,true,true],
 1.22134 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22135 +["<div style=text-align:start>[foo]</div><p>extra",
 1.22136 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.22137 +	"[foo]<p>extra</p>",
 1.22138 +	[true,true,true],
 1.22139 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22140 +["<div style=text-align:end>[foo]</div><p>extra",
 1.22141 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.22142 +	"[foo]<p>extra</p>",
 1.22143 +	[true,true,true],
 1.22144 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.22145 +["<div style=text-align:end>[foo]</div><p>extra",
 1.22146 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 1.22147 +	"[foo]<p>extra</p>",
 1.22148 +	[true,true,true],
 1.22149 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.22150 +["<div style=text-align:end>[foo]</div><p>extra",
 1.22151 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.22152 +	"[foo]<p>extra</p>",
 1.22153 +	[true,true,true],
 1.22154 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.22155 +["<div style=text-align:end>[foo]</div><p>extra",
 1.22156 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 1.22157 +	"[foo]<p>extra</p>",
 1.22158 +	[true,true,true],
 1.22159 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.22160 +["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 1.22161 +	[["defaultparagraphseparator","div"],["justifyleft",""]],
 1.22162 +	"<div style=\"text-align:left\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 1.22163 +	[true,true],
 1.22164 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.22165 +["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 1.22166 +	[["defaultparagraphseparator","p"],["justifyleft",""]],
 1.22167 +	"<div style=\"text-align:left\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 1.22168 +	[true,true],
 1.22169 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 1.22170 +["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 1.22171 +	[["defaultparagraphseparator","div"],["justifyleft",""]],
 1.22172 +	"<div style=\"text-align:left\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 1.22173 +	[true,true],
 1.22174 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22175 +["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 1.22176 +	[["defaultparagraphseparator","p"],["justifyleft",""]],
 1.22177 +	"<div style=\"text-align:left\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 1.22178 +	[true,true],
 1.22179 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22180 +["<div style=text-align:left><p>foo</div> <p>[bar]",
 1.22181 +	[["justifyleft",""]],
 1.22182 +	"<div style=\"text-align:left\"><p>foo</p></div> <p>[bar]</p>",
 1.22183 +	[true],
 1.22184 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22185 +["<div align=left><p>foo</div> <p>[bar]",
 1.22186 +	[["justifyleft",""]],
 1.22187 +	"<div align=\"left\"><p>foo</p></div> <p>[bar]</p>",
 1.22188 +	[true],
 1.22189 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22190 +["<p>[foo]</p> <div style=text-align:left><p>bar</div>",
 1.22191 +	[["justifyleft",""]],
 1.22192 +	"<p>[foo]</p> <div style=\"text-align:left\"><p>bar</p></div>",
 1.22193 +	[true],
 1.22194 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22195 +["<p>[foo]</p> <div align=left><p>bar</div>",
 1.22196 +	[["justifyleft",""]],
 1.22197 +	"<p>[foo]</p> <div align=\"left\"><p>bar</p></div>",
 1.22198 +	[true],
 1.22199 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22200 +["<div style=text-align:left><p>foo</div> <p>[bar]</p> <div style=text-align:left><p>baz</div>",
 1.22201 +	[["justifyleft",""]],
 1.22202 +	"<div style=\"text-align:left\"><p>foo</p></div> <p>[bar]</p> <div style=\"text-align:left\"><p>baz</p></div>",
 1.22203 +	[true],
 1.22204 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22205 +["<div align=left><p>foo</div> <p>[bar]</p> <div align=left><p>baz</div>",
 1.22206 +	[["justifyleft",""]],
 1.22207 +	"<div align=\"left\"><p>foo</p></div> <p>[bar]</p> <div align=\"left\"><p>baz</p></div>",
 1.22208 +	[true],
 1.22209 +	{"justifyleft":[false,true,"left",false,true,"left"]}],
 1.22210 +["foo[]bar<p>extra",
 1.22211 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22212 +	"<div style=\"text-align:right\">foo[]bar</div><p>extra</p>",
 1.22213 +	[true,true,true],
 1.22214 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22215 +["foo[]bar<p>extra",
 1.22216 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22217 +	"<div style=\"text-align:right\">foo[]bar</div><p>extra</p>",
 1.22218 +	[true,true,true],
 1.22219 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22220 +["foo[]bar<p>extra",
 1.22221 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22222 +	"<div style=\"text-align:right\">foo[]bar</div><p>extra</p>",
 1.22223 +	[true,true,true],
 1.22224 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22225 +["foo[]bar<p>extra",
 1.22226 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22227 +	"<div style=\"text-align:right\">foo[]bar</div><p>extra</p>",
 1.22228 +	[true,true,true],
 1.22229 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22230 +["<span>foo</span>{}<span>bar</span><p>extra",
 1.22231 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22232 +	"<div style=\"text-align:right\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 1.22233 +	[true,true,true],
 1.22234 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22235 +["<span>foo</span>{}<span>bar</span><p>extra",
 1.22236 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22237 +	"<div style=\"text-align:right\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 1.22238 +	[true,true,true],
 1.22239 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22240 +["<span>foo</span>{}<span>bar</span><p>extra",
 1.22241 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22242 +	"<div style=\"text-align:right\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 1.22243 +	[true,true,true],
 1.22244 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22245 +["<span>foo</span>{}<span>bar</span><p>extra",
 1.22246 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22247 +	"<div style=\"text-align:right\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 1.22248 +	[true,true,true],
 1.22249 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22250 +["<span>foo[</span><span>]bar</span><p>extra",
 1.22251 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22252 +	"<div style=\"text-align:right\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 1.22253 +	[true,true,true],
 1.22254 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22255 +["<span>foo[</span><span>]bar</span><p>extra",
 1.22256 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22257 +	"<div style=\"text-align:right\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 1.22258 +	[true,true,true],
 1.22259 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22260 +["<span>foo[</span><span>]bar</span><p>extra",
 1.22261 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22262 +	"<div style=\"text-align:right\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 1.22263 +	[true,true,true],
 1.22264 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22265 +["<span>foo[</span><span>]bar</span><p>extra",
 1.22266 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22267 +	"<div style=\"text-align:right\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 1.22268 +	[true,true,true],
 1.22269 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22270 +["foo[bar]baz<p>extra",
 1.22271 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22272 +	"<div style=\"text-align:right\">foo[bar]baz</div><p>extra</p>",
 1.22273 +	[true,true,true],
 1.22274 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22275 +["foo[bar]baz<p>extra",
 1.22276 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22277 +	"<div style=\"text-align:right\">foo[bar]baz</div><p>extra</p>",
 1.22278 +	[true,true,true],
 1.22279 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22280 +["foo[bar]baz<p>extra",
 1.22281 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22282 +	"<div style=\"text-align:right\">foo[bar]baz</div><p>extra</p>",
 1.22283 +	[true,true,true],
 1.22284 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22285 +["foo[bar]baz<p>extra",
 1.22286 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22287 +	"<div style=\"text-align:right\">foo[bar]baz</div><p>extra</p>",
 1.22288 +	[true,true,true],
 1.22289 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22290 +["foo[bar<b>baz]qoz</b>quz<p>extra",
 1.22291 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22292 +	"<div style=\"text-align:right\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 1.22293 +	[true,true,true],
 1.22294 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22295 +["foo[bar<b>baz]qoz</b>quz<p>extra",
 1.22296 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22297 +	"<div style=\"text-align:right\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 1.22298 +	[true,true,true],
 1.22299 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22300 +["foo[bar<b>baz]qoz</b>quz<p>extra",
 1.22301 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22302 +	"<div style=\"text-align:right\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 1.22303 +	[true,true,true],
 1.22304 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22305 +["foo[bar<b>baz]qoz</b>quz<p>extra",
 1.22306 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22307 +	"<div style=\"text-align:right\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 1.22308 +	[true,true,true],
 1.22309 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22310 +["<p>foo[]bar<p>extra",
 1.22311 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22312 +	"<div style=\"text-align:right\"><p>foo[]bar</p></div><p>extra</p>",
 1.22313 +	[true,true,true],
 1.22314 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22315 +["<p>foo[]bar<p>extra",
 1.22316 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22317 +	"<div style=\"text-align:right\"><p>foo[]bar</p></div><p>extra</p>",
 1.22318 +	[true,true,true],
 1.22319 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22320 +["<p>foo[]bar<p>extra",
 1.22321 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22322 +	"<div style=\"text-align:right\"><p>foo[]bar</p></div><p>extra</p>",
 1.22323 +	[true,true,true],
 1.22324 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22325 +["<p>foo[]bar<p>extra",
 1.22326 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22327 +	"<div style=\"text-align:right\"><p>foo[]bar</p></div><p>extra</p>",
 1.22328 +	[true,true,true],
 1.22329 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22330 +["<p>foo[bar]baz<p>extra",
 1.22331 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22332 +	"<div style=\"text-align:right\"><p>foo[bar]baz</p></div><p>extra</p>",
 1.22333 +	[true,true,true],
 1.22334 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22335 +["<p>foo[bar]baz<p>extra",
 1.22336 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22337 +	"<div style=\"text-align:right\"><p>foo[bar]baz</p></div><p>extra</p>",
 1.22338 +	[true,true,true],
 1.22339 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22340 +["<p>foo[bar]baz<p>extra",
 1.22341 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22342 +	"<div style=\"text-align:right\"><p>foo[bar]baz</p></div><p>extra</p>",
 1.22343 +	[true,true,true],
 1.22344 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22345 +["<p>foo[bar]baz<p>extra",
 1.22346 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22347 +	"<div style=\"text-align:right\"><p>foo[bar]baz</p></div><p>extra</p>",
 1.22348 +	[true,true,true],
 1.22349 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22350 +["<h1>foo[bar]baz</h1><p>extra",
 1.22351 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22352 +	"<div style=\"text-align:right\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 1.22353 +	[true,true,true],
 1.22354 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22355 +["<h1>foo[bar]baz</h1><p>extra",
 1.22356 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22357 +	"<div style=\"text-align:right\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 1.22358 +	[true,true,true],
 1.22359 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22360 +["<h1>foo[bar]baz</h1><p>extra",
 1.22361 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22362 +	"<div style=\"text-align:right\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 1.22363 +	[true,true,true],
 1.22364 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22365 +["<h1>foo[bar]baz</h1><p>extra",
 1.22366 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22367 +	"<div style=\"text-align:right\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 1.22368 +	[true,true,true],
 1.22369 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22370 +["<pre>foo[bar]baz</pre><p>extra",
 1.22371 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22372 +	"<div style=\"text-align:right\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 1.22373 +	[true,true,true],
 1.22374 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22375 +["<pre>foo[bar]baz</pre><p>extra",
 1.22376 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22377 +	"<div style=\"text-align:right\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 1.22378 +	[true,true,true],
 1.22379 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22380 +["<pre>foo[bar]baz</pre><p>extra",
 1.22381 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22382 +	"<div style=\"text-align:right\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 1.22383 +	[true,true,true],
 1.22384 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22385 +["<pre>foo[bar]baz</pre><p>extra",
 1.22386 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22387 +	"<div style=\"text-align:right\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 1.22388 +	[true,true,true],
 1.22389 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22390 +["<xmp>foo[bar]baz</xmp><p>extra",
 1.22391 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22392 +	"<div style=\"text-align:right\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 1.22393 +	[true,true,true],
 1.22394 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22395 +["<xmp>foo[bar]baz</xmp><p>extra",
 1.22396 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22397 +	"<div style=\"text-align:right\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 1.22398 +	[true,true,true],
 1.22399 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22400 +["<xmp>foo[bar]baz</xmp><p>extra",
 1.22401 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22402 +	"<div style=\"text-align:right\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 1.22403 +	[true,true,true],
 1.22404 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22405 +["<xmp>foo[bar]baz</xmp><p>extra",
 1.22406 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22407 +	"<div style=\"text-align:right\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 1.22408 +	[true,true,true],
 1.22409 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22410 +["<center><p>[foo]<p>bar</center><p>extra",
 1.22411 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22412 +	"<center><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 1.22413 +	[true,true,true],
 1.22414 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22415 +["<center><p>[foo]<p>bar</center><p>extra",
 1.22416 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22417 +	"<center><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 1.22418 +	[true,true,true],
 1.22419 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22420 +["<center><p>[foo]<p>bar</center><p>extra",
 1.22421 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22422 +	"<center><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 1.22423 +	[true,true,true],
 1.22424 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22425 +["<center><p>[foo]<p>bar</center><p>extra",
 1.22426 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22427 +	"<center><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 1.22428 +	[true,true,true],
 1.22429 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22430 +["<center><p>[foo<p>bar]</center><p>extra",
 1.22431 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22432 +	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.22433 +	[true,true,true],
 1.22434 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22435 +["<center><p>[foo<p>bar]</center><p>extra",
 1.22436 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22437 +	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.22438 +	[true,true,true],
 1.22439 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22440 +["<center><p>[foo<p>bar]</center><p>extra",
 1.22441 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22442 +	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.22443 +	[true,true,true],
 1.22444 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22445 +["<center><p>[foo<p>bar]</center><p>extra",
 1.22446 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22447 +	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.22448 +	[true,true,true],
 1.22449 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22450 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.22451 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22452 +	"<table><tbody><tr><td>foo</td><td><div style=\"text-align:right\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.22453 +	[true,true,true],
 1.22454 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22455 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.22456 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22457 +	"<table><tbody><tr><td>foo</td><td><div style=\"text-align:right\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.22458 +	[true,true,true],
 1.22459 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22460 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.22461 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22462 +	"<table><tbody><tr><td>foo</td><td><div style=\"text-align:right\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.22463 +	[true,true,true],
 1.22464 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22465 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.22466 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22467 +	"<table><tbody><tr><td>foo</td><td><div style=\"text-align:right\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.22468 +	[true,true,true],
 1.22469 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22470 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22471 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22472 +	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22473 +	[true,true,true],
 1.22474 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22475 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22476 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22477 +	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22478 +	[true,true,true],
 1.22479 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22480 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22481 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22482 +	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22483 +	[true,true,true],
 1.22484 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22485 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22486 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22487 +	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22488 +	[true,true,true],
 1.22489 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22490 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22491 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22492 +	"<table><tbody><tr>{<td><div style=\"text-align:right\">foo</div></td><td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22493 +	[true,true,true],
 1.22494 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22495 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22496 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22497 +	"<table><tbody><tr>{<td><div style=\"text-align:right\">foo</div></td><td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22498 +	[true,true,true],
 1.22499 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22500 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22501 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22502 +	"<table><tbody><tr>{<td><div style=\"text-align:right\">foo</div></td><td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22503 +	[true,true,true],
 1.22504 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22505 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22506 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22507 +	"<table><tbody><tr>{<td><div style=\"text-align:right\">foo</div></td><td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22508 +	[true,true,true],
 1.22509 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22510 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22511 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22512 +	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.22513 +	[true,true,true],
 1.22514 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22515 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22516 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22517 +	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.22518 +	[true,true,true],
 1.22519 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22520 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22521 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22522 +	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.22523 +	[true,true,true],
 1.22524 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22525 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22526 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22527 +	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.22528 +	[true,true,true],
 1.22529 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22530 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22531 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22532 +	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.22533 +	[true,true,true],
 1.22534 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22535 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22536 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22537 +	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.22538 +	[true,true,true],
 1.22539 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22540 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22541 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22542 +	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.22543 +	[true,true,true],
 1.22544 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22545 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22546 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22547 +	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.22548 +	[true,true,true],
 1.22549 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22550 +["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.22551 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22552 +	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.22553 +	[true,true,true],
 1.22554 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22555 +["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.22556 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22557 +	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.22558 +	[true,true,true],
 1.22559 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22560 +["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.22561 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22562 +	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.22563 +	[true,true,true],
 1.22564 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22565 +["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.22566 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22567 +	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.22568 +	[true,true,true],
 1.22569 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22570 +["<table align=right><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.22571 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22572 +	"<table align=\"right\"><tbody><tr><td>foo</td><td><div style=\"text-align:right\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.22573 +	[true,true,true],
 1.22574 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22575 +["<table align=right><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.22576 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22577 +	"<table align=\"right\"><tbody><tr><td>foo</td><td><div style=\"text-align:right\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.22578 +	[true,true,true],
 1.22579 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22580 +["<table align=right><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.22581 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22582 +	"<table align=\"right\"><tbody><tr><td>foo</td><td><div style=\"text-align:right\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.22583 +	[true,true,true],
 1.22584 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22585 +["<table align=right><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.22586 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22587 +	"<table align=\"right\"><tbody><tr><td>foo</td><td><div style=\"text-align:right\">b[a]r</div></td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.22588 +	[true,true,true],
 1.22589 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22590 +["<table align=right><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22591 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22592 +	"<table align=\"right\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22593 +	[true,true,true],
 1.22594 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22595 +["<table align=right><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22596 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22597 +	"<table align=\"right\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22598 +	[true,true,true],
 1.22599 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22600 +["<table align=right><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22601 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22602 +	"<table align=\"right\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22603 +	[true,true,true],
 1.22604 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22605 +["<table align=right><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22606 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22607 +	"<table align=\"right\"><tbody><tr><td>foo</td>{<td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22608 +	[true,true,true],
 1.22609 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22610 +["<table align=right><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22611 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22612 +	"<table align=\"right\"><tbody><tr>{<td><div style=\"text-align:right\">foo</div></td><td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22613 +	[true,true,true],
 1.22614 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22615 +["<table align=right><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22616 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22617 +	"<table align=\"right\"><tbody><tr>{<td><div style=\"text-align:right\">foo</div></td><td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22618 +	[true,true,true],
 1.22619 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22620 +["<table align=right><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22621 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22622 +	"<table align=\"right\"><tbody><tr>{<td><div style=\"text-align:right\">foo</div></td><td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22623 +	[true,true,true],
 1.22624 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22625 +["<table align=right><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22626 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22627 +	"<table align=\"right\"><tbody><tr>{<td><div style=\"text-align:right\">foo</div></td><td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22628 +	[true,true,true],
 1.22629 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22630 +["<table align=right><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22631 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22632 +	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.22633 +	[true,true,true],
 1.22634 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22635 +["<table align=right><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22636 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22637 +	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.22638 +	[true,true,true],
 1.22639 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22640 +["<table align=right><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22641 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22642 +	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.22643 +	[true,true,true],
 1.22644 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22645 +["<table align=right><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22646 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22647 +	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.22648 +	[true,true,true],
 1.22649 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22650 +["<table align=right data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22651 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22652 +	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.22653 +	[true,true,true],
 1.22654 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22655 +["<table align=right data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22656 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22657 +	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.22658 +	[true,true,true],
 1.22659 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22660 +["<table align=right data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22661 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22662 +	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.22663 +	[true,true,true],
 1.22664 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22665 +["<table align=right data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22666 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22667 +	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.22668 +	[true,true,true],
 1.22669 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22670 +["{<table align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.22671 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22672 +	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.22673 +	[true,true,true],
 1.22674 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22675 +["{<table align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.22676 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22677 +	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.22678 +	[true,true,true],
 1.22679 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22680 +["{<table align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.22681 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22682 +	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.22683 +	[true,true,true],
 1.22684 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22685 +["{<table align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.22686 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22687 +	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.22688 +	[true,true,true],
 1.22689 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22690 +["<table><tbody align=right><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.22691 +	[["justifyright",""]],
 1.22692 +	"<table><tbody align=\"right\"><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.22693 +	[true],
 1.22694 +	{"justifyright":[false,true,"right",false,true,"right"]}],
 1.22695 +["<table><tbody align=right><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22696 +	[["justifyright",""]],
 1.22697 +	"<table><tbody align=\"right\"><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22698 +	[true],
 1.22699 +	{"justifyright":[false,true,"right",false,true,"right"]}],
 1.22700 +["<table><tbody align=right><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22701 +	[["justifyright",""]],
 1.22702 +	"<table><tbody align=\"right\"><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22703 +	[true],
 1.22704 +	{"justifyright":[false,true,"right",false,true,"right"]}],
 1.22705 +["<table><tbody align=right data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22706 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22707 +	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.22708 +	[true,true,true],
 1.22709 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22710 +["<table><tbody align=right data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22711 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22712 +	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.22713 +	[true,true,true],
 1.22714 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22715 +["<table><tbody align=right data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22716 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22717 +	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.22718 +	[true,true,true],
 1.22719 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22720 +["<table><tbody align=right data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22721 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22722 +	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.22723 +	[true,true,true],
 1.22724 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22725 +["<table data-start=0 data-end=1><tbody align=right><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22726 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22727 +	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.22728 +	[true,true,true],
 1.22729 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22730 +["<table data-start=0 data-end=1><tbody align=right><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22731 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22732 +	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.22733 +	[true,true,true],
 1.22734 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22735 +["<table data-start=0 data-end=1><tbody align=right><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22736 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22737 +	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.22738 +	[true,true,true],
 1.22739 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22740 +["<table data-start=0 data-end=1><tbody align=right><tr><td>foo<td>bar<td>baz</table><p>extra",
 1.22741 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22742 +	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.22743 +	[true,true,true],
 1.22744 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22745 +["{<table><tbody align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.22746 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22747 +	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.22748 +	[true,true,true],
 1.22749 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22750 +["{<table><tbody align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.22751 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22752 +	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.22753 +	[true,true,true],
 1.22754 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22755 +["{<table><tbody align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.22756 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22757 +	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.22758 +	[true,true,true],
 1.22759 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22760 +["{<table><tbody align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 1.22761 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22762 +	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.22763 +	[true,true,true],
 1.22764 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22765 +["<table><tbody><tr align=right><td>foo<td>b[a]r<td>baz</table><p>extra",
 1.22766 +	[["justifyright",""]],
 1.22767 +	"<table><tbody><tr align=\"right\"><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 1.22768 +	[true],
 1.22769 +	{"justifyright":[false,true,"right",false,true,"right"]}],
 1.22770 +["<table><tbody><tr align=right data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22771 +	[["justifyright",""]],
 1.22772 +	"<table><tbody><tr align=\"right\"><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22773 +	[true],
 1.22774 +	{"justifyright":[false,true,"right",false,true,"right"]}],
 1.22775 +["<table><tbody><tr align=right data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 1.22776 +	[["justifyright",""]],
 1.22777 +	"<table><tbody><tr align=\"right\">{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 1.22778 +	[true],
 1.22779 +	{"justifyright":[false,true,"right",false,true,"right"]}],
 1.22780 +["<table><tbody data-start=0 data-end=1><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 1.22781 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22782 +	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.22783 +	[true,true,true],
 1.22784 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22785 +["<table><tbody data-start=0 data-end=1><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 1.22786 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22787 +	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.22788 +	[true,true,true],
 1.22789 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22790 +["<table><tbody data-start=0 data-end=1><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 1.22791 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22792 +	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.22793 +	[true,true,true],
 1.22794 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22795 +["<table><tbody data-start=0 data-end=1><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 1.22796 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22797 +	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 1.22798 +	[true,true,true],
 1.22799 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22800 +["<table data-start=0 data-end=1><tbody><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 1.22801 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22802 +	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.22803 +	[true,true,true],
 1.22804 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22805 +["<table data-start=0 data-end=1><tbody><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 1.22806 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22807 +	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.22808 +	[true,true,true],
 1.22809 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22810 +["<table data-start=0 data-end=1><tbody><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 1.22811 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22812 +	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.22813 +	[true,true,true],
 1.22814 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22815 +["<table data-start=0 data-end=1><tbody><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 1.22816 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22817 +	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 1.22818 +	[true,true,true],
 1.22819 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22820 +["{<table><tr align=right><td>foo<td>bar<td>baz</table>}<p>extra",
 1.22821 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22822 +	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.22823 +	[true,true,true],
 1.22824 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22825 +["{<table><tr align=right><td>foo<td>bar<td>baz</table>}<p>extra",
 1.22826 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22827 +	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.22828 +	[true,true,true],
 1.22829 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22830 +["{<table><tr align=right><td>foo<td>bar<td>baz</table>}<p>extra",
 1.22831 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22832 +	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.22833 +	[true,true,true],
 1.22834 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22835 +["{<table><tr align=right><td>foo<td>bar<td>baz</table>}<p>extra",
 1.22836 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22837 +	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 1.22838 +	[true,true,true],
 1.22839 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.22840 +["<div align=center><p>[foo]<p>bar</div><p>extra",
 1.22841 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22842 +	"<div align=\"center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22843 +	[true,true,true],
 1.22844 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22845 +["<div align=center><p>[foo]<p>bar</div><p>extra",
 1.22846 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22847 +	"<div align=\"center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22848 +	[true,true,true],
 1.22849 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22850 +["<div align=center><p>[foo]<p>bar</div><p>extra",
 1.22851 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22852 +	"<div align=\"center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22853 +	[true,true,true],
 1.22854 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22855 +["<div align=center><p>[foo]<p>bar</div><p>extra",
 1.22856 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22857 +	"<div align=\"center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22858 +	[true,true,true],
 1.22859 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22860 +["<div align=center><p>[foo<p>bar}</div><p>extra",
 1.22861 +	[["stylewithcss","true"],["justifyright",""]],
 1.22862 +	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.22863 +	[true,true],
 1.22864 +	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22865 +["<div align=center><p>[foo<p>bar}</div><p>extra",
 1.22866 +	[["stylewithcss","false"],["justifyright",""]],
 1.22867 +	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.22868 +	[true,true],
 1.22869 +	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22870 +["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 1.22871 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22872 +	"<div style=\"text-align:center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22873 +	[true,true,true],
 1.22874 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22875 +["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 1.22876 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22877 +	"<div style=\"text-align:center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22878 +	[true,true,true],
 1.22879 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22880 +["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 1.22881 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22882 +	"<div style=\"text-align:center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22883 +	[true,true,true],
 1.22884 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22885 +["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 1.22886 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22887 +	"<div style=\"text-align:center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22888 +	[true,true,true],
 1.22889 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"center",false,true,"right"]}],
 1.22890 +["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 1.22891 +	[["justifyright",""]],
 1.22892 +	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.22893 +	[true],
 1.22894 +	{"justifyright":[false,false,"center",false,true,"right"]}],
 1.22895 +["<div align=justify><p>[foo]<p>bar</div><p>extra",
 1.22896 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22897 +	"<div align=\"justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22898 +	[true,true,true],
 1.22899 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"justify",false,true,"right"]}],
 1.22900 +["<div align=justify><p>[foo]<p>bar</div><p>extra",
 1.22901 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22902 +	"<div align=\"justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22903 +	[true,true,true],
 1.22904 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"justify",false,true,"right"]}],
 1.22905 +["<div align=justify><p>[foo]<p>bar</div><p>extra",
 1.22906 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22907 +	"<div align=\"justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22908 +	[true,true,true],
 1.22909 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"justify",false,true,"right"]}],
 1.22910 +["<div align=justify><p>[foo]<p>bar</div><p>extra",
 1.22911 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22912 +	"<div align=\"justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22913 +	[true,true,true],
 1.22914 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"justify",false,true,"right"]}],
 1.22915 +["<div align=justify><p>[foo<p>bar}</div><p>extra",
 1.22916 +	[["stylewithcss","true"],["justifyright",""]],
 1.22917 +	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.22918 +	[true,true],
 1.22919 +	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[false,false,"justify",false,true,"right"]}],
 1.22920 +["<div align=justify><p>[foo<p>bar}</div><p>extra",
 1.22921 +	[["stylewithcss","false"],["justifyright",""]],
 1.22922 +	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.22923 +	[true,true],
 1.22924 +	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[false,false,"justify",false,true,"right"]}],
 1.22925 +["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 1.22926 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22927 +	"<div style=\"text-align:justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22928 +	[true,true,true],
 1.22929 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"justify",false,true,"right"]}],
 1.22930 +["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 1.22931 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22932 +	"<div style=\"text-align:justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22933 +	[true,true,true],
 1.22934 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"justify",false,true,"right"]}],
 1.22935 +["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 1.22936 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22937 +	"<div style=\"text-align:justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22938 +	[true,true,true],
 1.22939 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"justify",false,true,"right"]}],
 1.22940 +["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 1.22941 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22942 +	"<div style=\"text-align:justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22943 +	[true,true,true],
 1.22944 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"justify",false,true,"right"]}],
 1.22945 +["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 1.22946 +	[["justifyright",""]],
 1.22947 +	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.22948 +	[true],
 1.22949 +	{"justifyright":[false,false,"justify",false,true,"right"]}],
 1.22950 +["<div align=left><p>[foo]<p>bar</div><p>extra",
 1.22951 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22952 +	"<div align=\"left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22953 +	[true,true,true],
 1.22954 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22955 +["<div align=left><p>[foo]<p>bar</div><p>extra",
 1.22956 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22957 +	"<div align=\"left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22958 +	[true,true,true],
 1.22959 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22960 +["<div align=left><p>[foo]<p>bar</div><p>extra",
 1.22961 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22962 +	"<div align=\"left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22963 +	[true,true,true],
 1.22964 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22965 +["<div align=left><p>[foo]<p>bar</div><p>extra",
 1.22966 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22967 +	"<div align=\"left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22968 +	[true,true,true],
 1.22969 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22970 +["<div align=left><p>[foo<p>bar}</div><p>extra",
 1.22971 +	[["stylewithcss","true"],["justifyright",""]],
 1.22972 +	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.22973 +	[true,true],
 1.22974 +	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22975 +["<div align=left><p>[foo<p>bar}</div><p>extra",
 1.22976 +	[["stylewithcss","false"],["justifyright",""]],
 1.22977 +	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.22978 +	[true,true],
 1.22979 +	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22980 +["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 1.22981 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22982 +	"<div style=\"text-align:left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22983 +	[true,true,true],
 1.22984 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22985 +["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 1.22986 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.22987 +	"<div style=\"text-align:left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22988 +	[true,true,true],
 1.22989 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22990 +["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 1.22991 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22992 +	"<div style=\"text-align:left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22993 +	[true,true,true],
 1.22994 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.22995 +["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 1.22996 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.22997 +	"<div style=\"text-align:left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 1.22998 +	[true,true,true],
 1.22999 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23000 +["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 1.23001 +	[["justifyright",""]],
 1.23002 +	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.23003 +	[true],
 1.23004 +	{"justifyright":[false,false,"left",false,true,"right"]}],
 1.23005 +["<div align=right><p>[foo]<p>bar</div><p>extra",
 1.23006 +	[["justifyright",""]],
 1.23007 +	"<div align=\"right\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 1.23008 +	[true],
 1.23009 +	{"justifyright":[false,true,"right",false,true,"right"]}],
 1.23010 +["<div align=right><p>[foo<p>bar}</div><p>extra",
 1.23011 +	[["stylewithcss","true"],["justifyright",""]],
 1.23012 +	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.23013 +	[true,true],
 1.23014 +	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[false,true,"right",false,true,"right"]}],
 1.23015 +["<div align=right><p>[foo<p>bar}</div><p>extra",
 1.23016 +	[["stylewithcss","false"],["justifyright",""]],
 1.23017 +	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 1.23018 +	[true,true],
 1.23019 +	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[false,true,"right",false,true,"right"]}],
 1.23020 +["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 1.23021 +	[["justifyright",""]],
 1.23022 +	"<div style=\"text-align:right\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 1.23023 +	[true],
 1.23024 +	{"justifyright":[false,true,"right",false,true,"right"]}],
 1.23025 +["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 1.23026 +	[["justifyright",""]],
 1.23027 +	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 1.23028 +	[true],
 1.23029 +	{"justifyright":[false,true,"right",false,true,"right"]}],
 1.23030 +["<div align=right>foo</div>[bar]<p>extra",
 1.23031 +	[["justifyright",""]],
 1.23032 +	"<div align=\"right\">foo<br>[bar]</div><p>extra</p>",
 1.23033 +	[true],
 1.23034 +	{"justifyright":[false,false,"left",false,true,"right"]}],
 1.23035 +["[foo]<div align=right>bar</div><p>extra",
 1.23036 +	[["justifyright",""]],
 1.23037 +	"<div align=\"right\">[foo]<br>bar</div><p>extra</p>",
 1.23038 +	[true],
 1.23039 +	{"justifyright":[false,false,"left",false,true,"right"]}],
 1.23040 +["<div align=right>foo</div>[bar]<div align=right>baz</div><p>extra",
 1.23041 +	[["defaultparagraphseparator","div"],["justifyright",""]],
 1.23042 +	"<div align=\"right\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.23043 +	[true,true],
 1.23044 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23045 +["<div align=right>foo</div>[bar]<div align=right>baz</div><p>extra",
 1.23046 +	[["defaultparagraphseparator","p"],["justifyright",""]],
 1.23047 +	"<div align=\"right\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.23048 +	[true,true],
 1.23049 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23050 +["<div align=right><p>foo</div><p>[bar]<p>extra",
 1.23051 +	[["justifyright",""]],
 1.23052 +	"<div align=\"right\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
 1.23053 +	[true],
 1.23054 +	{"justifyright":[false,false,"left",false,true,"right"]}],
 1.23055 +["<p>[foo]<div align=right><p>bar</div><p>extra",
 1.23056 +	[["justifyright",""]],
 1.23057 +	"<div align=\"right\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 1.23058 +	[true],
 1.23059 +	{"justifyright":[false,false,"left",false,true,"right"]}],
 1.23060 +["<div align=right><p>foo</div><p>[bar]<div align=right><p>baz</div><p>extra",
 1.23061 +	[["defaultparagraphseparator","div"],["justifyright",""]],
 1.23062 +	"<div align=\"right\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.23063 +	[true,true],
 1.23064 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23065 +["<div align=right><p>foo</div><p>[bar]<div align=right><p>baz</div><p>extra",
 1.23066 +	[["defaultparagraphseparator","p"],["justifyright",""]],
 1.23067 +	"<div align=\"right\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.23068 +	[true,true],
 1.23069 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23070 +["<div style=text-align:right>foo</div>[bar]<p>extra",
 1.23071 +	[["justifyright",""]],
 1.23072 +	"<div style=\"text-align:right\">foo<br>[bar]</div><p>extra</p>",
 1.23073 +	[true],
 1.23074 +	{"justifyright":[false,false,"left",false,true,"right"]}],
 1.23075 +["[foo]<div style=text-align:right>bar</div><p>extra",
 1.23076 +	[["justifyright",""]],
 1.23077 +	"<div style=\"text-align:right\">[foo]<br>bar</div><p>extra</p>",
 1.23078 +	[true],
 1.23079 +	{"justifyright":[false,false,"left",false,true,"right"]}],
 1.23080 +["<div style=text-align:right>foo</div>[bar]<div style=text-align:right>baz</div><p>extra",
 1.23081 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.23082 +	"<div style=\"text-align:right\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.23083 +	[true,true,true],
 1.23084 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23085 +["<div style=text-align:right>foo</div>[bar]<div style=text-align:right>baz</div><p>extra",
 1.23086 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.23087 +	"<div style=\"text-align:right\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.23088 +	[true,true,true],
 1.23089 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23090 +["<div style=text-align:right>foo</div>[bar]<div style=text-align:right>baz</div><p>extra",
 1.23091 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.23092 +	"<div style=\"text-align:right\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.23093 +	[true,true,true],
 1.23094 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23095 +["<div style=text-align:right>foo</div>[bar]<div style=text-align:right>baz</div><p>extra",
 1.23096 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.23097 +	"<div style=\"text-align:right\">foo<br>[bar]<br>baz</div><p>extra</p>",
 1.23098 +	[true,true,true],
 1.23099 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23100 +["<div style=text-align:right><p>foo</div><p>[bar]<p>extra",
 1.23101 +	[["justifyright",""]],
 1.23102 +	"<div style=\"text-align:right\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
 1.23103 +	[true],
 1.23104 +	{"justifyright":[false,false,"left",false,true,"right"]}],
 1.23105 +["<p>[foo]<div style=text-align:right><p>bar</div><p>extra",
 1.23106 +	[["justifyright",""]],
 1.23107 +	"<div style=\"text-align:right\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 1.23108 +	[true],
 1.23109 +	{"justifyright":[false,false,"left",false,true,"right"]}],
 1.23110 +["<div style=text-align:right><p>foo</div><p>[bar]<div style=text-align:right><p>baz</div><p>extra",
 1.23111 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.23112 +	"<div style=\"text-align:right\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.23113 +	[true,true,true],
 1.23114 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23115 +["<div style=text-align:right><p>foo</div><p>[bar]<div style=text-align:right><p>baz</div><p>extra",
 1.23116 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.23117 +	"<div style=\"text-align:right\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.23118 +	[true,true,true],
 1.23119 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23120 +["<div style=text-align:right><p>foo</div><p>[bar]<div style=text-align:right><p>baz</div><p>extra",
 1.23121 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.23122 +	"<div style=\"text-align:right\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.23123 +	[true,true,true],
 1.23124 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23125 +["<div style=text-align:right><p>foo</div><p>[bar]<div style=text-align:right><p>baz</div><p>extra",
 1.23126 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.23127 +	"<div style=\"text-align:right\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 1.23128 +	[true,true,true],
 1.23129 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23130 +["<p align=right>foo<p>[bar]<p>extra",
 1.23131 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.23132 +	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p>extra</p>",
 1.23133 +	[true,true,true],
 1.23134 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23135 +["<p align=right>foo<p>[bar]<p>extra",
 1.23136 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.23137 +	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p>extra</p>",
 1.23138 +	[true,true,true],
 1.23139 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23140 +["<p align=right>foo<p>[bar]<p>extra",
 1.23141 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.23142 +	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p>extra</p>",
 1.23143 +	[true,true,true],
 1.23144 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23145 +["<p align=right>foo<p>[bar]<p>extra",
 1.23146 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.23147 +	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p>extra</p>",
 1.23148 +	[true,true,true],
 1.23149 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23150 +["<p>[foo]<p align=right>bar<p>extra",
 1.23151 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.23152 +	"<div style=\"text-align:right\"><p>[foo]</p></div><p align=\"right\">bar</p><p>extra</p>",
 1.23153 +	[true,true,true],
 1.23154 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23155 +["<p>[foo]<p align=right>bar<p>extra",
 1.23156 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.23157 +	"<div style=\"text-align:right\"><p>[foo]</p></div><p align=\"right\">bar</p><p>extra</p>",
 1.23158 +	[true,true,true],
 1.23159 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23160 +["<p>[foo]<p align=right>bar<p>extra",
 1.23161 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.23162 +	"<div style=\"text-align:right\"><p>[foo]</p></div><p align=\"right\">bar</p><p>extra</p>",
 1.23163 +	[true,true,true],
 1.23164 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23165 +["<p>[foo]<p align=right>bar<p>extra",
 1.23166 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.23167 +	"<div style=\"text-align:right\"><p>[foo]</p></div><p align=\"right\">bar</p><p>extra</p>",
 1.23168 +	[true,true,true],
 1.23169 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23170 +["<p align=right>foo<p>[bar]<p align=right>baz<p>extra",
 1.23171 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.23172 +	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p align=\"right\">baz</p><p>extra</p>",
 1.23173 +	[true,true,true],
 1.23174 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23175 +["<p align=right>foo<p>[bar]<p align=right>baz<p>extra",
 1.23176 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.23177 +	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p align=\"right\">baz</p><p>extra</p>",
 1.23178 +	[true,true,true],
 1.23179 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23180 +["<p align=right>foo<p>[bar]<p align=right>baz<p>extra",
 1.23181 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.23182 +	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p align=\"right\">baz</p><p>extra</p>",
 1.23183 +	[true,true,true],
 1.23184 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23185 +["<p align=right>foo<p>[bar]<p align=right>baz<p>extra",
 1.23186 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.23187 +	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p align=\"right\">baz</p><p>extra</p>",
 1.23188 +	[true,true,true],
 1.23189 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23190 +["<div align=right>[foo</div>bar]<p>extra",
 1.23191 +	[["stylewithcss","true"],["justifyright",""]],
 1.23192 +	"<div style=\"text-align:right\">[foo<br>bar]</div><p>extra</p>",
 1.23193 +	[true,true],
 1.23194 +	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[true,false,"right",false,true,"right"]}],
 1.23195 +["<div align=right>[foo</div>bar]<p>extra",
 1.23196 +	[["stylewithcss","false"],["justifyright",""]],
 1.23197 +	"<div style=\"text-align:right\">[foo<br>bar]</div><p>extra</p>",
 1.23198 +	[true,true],
 1.23199 +	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[true,false,"right",false,true,"right"]}],
 1.23200 +["<div align=right>fo[o</div>b]ar<p>extra",
 1.23201 +	[["stylewithcss","true"],["justifyright",""]],
 1.23202 +	"<div style=\"text-align:right\">fo[o<br>b]ar</div><p>extra</p>",
 1.23203 +	[true,true],
 1.23204 +	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[true,false,"right",false,true,"right"]}],
 1.23205 +["<div align=right>fo[o</div>b]ar<p>extra",
 1.23206 +	[["stylewithcss","false"],["justifyright",""]],
 1.23207 +	"<div style=\"text-align:right\">fo[o<br>b]ar</div><p>extra</p>",
 1.23208 +	[true,true],
 1.23209 +	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[true,false,"right",false,true,"right"]}],
 1.23210 +["<div style=text-align:right>[foo</div>bar]<p>extra",
 1.23211 +	[["justifyright",""]],
 1.23212 +	"<div style=\"text-align:right\">[foo<br>bar]</div><p>extra</p>",
 1.23213 +	[true],
 1.23214 +	{"justifyright":[true,false,"right",false,true,"right"]}],
 1.23215 +["<div style=text-align:right>fo[o</div>b]ar<p>extra",
 1.23216 +	[["justifyright",""]],
 1.23217 +	"<div style=\"text-align:right\">fo[o<br>b]ar</div><p>extra</p>",
 1.23218 +	[true],
 1.23219 +	{"justifyright":[true,false,"right",false,true,"right"]}],
 1.23220 +["<span style=text-align:right>[foo]</span><p>extra",
 1.23221 +	[["defaultparagraphseparator","div"],["justifyright",""]],
 1.23222 +	"<div style=\"text-align:right\">[foo]</div><p>extra</p>",
 1.23223 +	[true,true],
 1.23224 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23225 +["<span style=text-align:right>[foo]</span><p>extra",
 1.23226 +	[["defaultparagraphseparator","p"],["justifyright",""]],
 1.23227 +	"<div style=\"text-align:right\">[foo]</div><p>extra</p>",
 1.23228 +	[true,true],
 1.23229 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23230 +["<span style=text-align:right>f[o]o</span><p>extra",
 1.23231 +	[["defaultparagraphseparator","div"],["justifyright",""]],
 1.23232 +	"<div style=\"text-align:right\">f[o]o</div><p>extra</p>",
 1.23233 +	[true,true],
 1.23234 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23235 +["<span style=text-align:right>f[o]o</span><p>extra",
 1.23236 +	[["defaultparagraphseparator","p"],["justifyright",""]],
 1.23237 +	"<div style=\"text-align:right\">f[o]o</div><p>extra</p>",
 1.23238 +	[true,true],
 1.23239 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23240 +["<div style=text-align:right>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 1.23241 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.23242 +	"<div style=\"text-align:right\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:right\">baz]</div><p>extra</p>",
 1.23243 +	[true,true,true],
 1.23244 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.23245 +["<div style=text-align:right>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 1.23246 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.23247 +	"<div style=\"text-align:right\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:right\">baz]</div><p>extra</p>",
 1.23248 +	[true,true,true],
 1.23249 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.23250 +["<div style=text-align:right>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 1.23251 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.23252 +	"<div style=\"text-align:right\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:right\">baz]</div><p>extra</p>",
 1.23253 +	[true,true,true],
 1.23254 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.23255 +["<div style=text-align:right>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 1.23256 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.23257 +	"<div style=\"text-align:right\">[foo</div><div style=\"text-align:left\" contenteditable=\"false\">bar</div><div style=\"text-align:right\">baz]</div><p>extra</p>",
 1.23258 +	[true,true,true],
 1.23259 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 1.23260 +["<div align=nonsense><p>[foo]</div><p>extra",
 1.23261 +	[["stylewithcss","true"],["justifyright",""]],
 1.23262 +	"<div style=\"text-align:right\"><p>[foo]</p></div><p>extra</p>",
 1.23263 +	[true,true],
 1.23264 +	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23265 +["<div align=nonsense><p>[foo]</div><p>extra",
 1.23266 +	[["stylewithcss","false"],["justifyright",""]],
 1.23267 +	"<div style=\"text-align:right\"><p>[foo]</p></div><p>extra</p>",
 1.23268 +	[true,true],
 1.23269 +	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23270 +["<div style=text-align:inherit><p>[foo]</div><p>extra",
 1.23271 +	[["justifyright",""]],
 1.23272 +	"<div style=\"text-align:right\"><p>[foo]</p></div><p>extra</p>",
 1.23273 +	[true],
 1.23274 +	{"justifyright":[false,false,"left",false,true,"right"]}],
 1.23275 +["<quasit align=center><p>[foo]</p></quasit><p>extra",
 1.23276 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.23277 +	"<div style=\"text-align:right\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 1.23278 +	[true,true,true],
 1.23279 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23280 +["<quasit align=center><p>[foo]</p></quasit><p>extra",
 1.23281 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.23282 +	"<div style=\"text-align:right\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 1.23283 +	[true,true,true],
 1.23284 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23285 +["<quasit align=center><p>[foo]</p></quasit><p>extra",
 1.23286 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.23287 +	"<div style=\"text-align:right\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 1.23288 +	[true,true,true],
 1.23289 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23290 +["<quasit align=center><p>[foo]</p></quasit><p>extra",
 1.23291 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.23292 +	"<div style=\"text-align:right\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 1.23293 +	[true,true,true],
 1.23294 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23295 +["<div style=text-align:start>[foo]</div><p>extra",
 1.23296 +	[["justifyright",""]],
 1.23297 +	"<div style=\"text-align:right\">[foo]</div><p>extra</p>",
 1.23298 +	[true],
 1.23299 +	{"justifyright":[false,false,"left",false,true,"right"]}],
 1.23300 +["<div style=text-align:end>[foo]</div><p>extra",
 1.23301 +	[["justifyright",""]],
 1.23302 +	"<div style=\"text-align:right\">[foo]</div><p>extra</p>",
 1.23303 +	[true],
 1.23304 +	{"justifyright":[false,true,"right",false,true,"right"]}],
 1.23305 +["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 1.23306 +	[["stylewithcss","true"],["justifyright",""]],
 1.23307 +	"<div dir=\"rtl\">[foo]</div><p>extra</p>",
 1.23308 +	[true,true],
 1.23309 +	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[false,true,"right",false,true,"right"]}],
 1.23310 +["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 1.23311 +	[["stylewithcss","false"],["justifyright",""]],
 1.23312 +	"<div dir=\"rtl\">[foo]</div><p>extra</p>",
 1.23313 +	[true,true],
 1.23314 +	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[false,true,"right",false,true,"right"]}],
 1.23315 +["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 1.23316 +	[["stylewithcss","true"],["justifyright",""]],
 1.23317 +	"<div dir=\"rtl\">[foo]</div><p>extra</p>",
 1.23318 +	[true,true],
 1.23319 +	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23320 +["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 1.23321 +	[["stylewithcss","false"],["justifyright",""]],
 1.23322 +	"<div dir=\"rtl\">[foo]</div><p>extra</p>",
 1.23323 +	[true,true],
 1.23324 +	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23325 +["<div style=text-align:right><p>foo</div> <p>[bar]",
 1.23326 +	[["justifyright",""]],
 1.23327 +	"<div style=\"text-align:right\"><p>foo</p> <p>[bar]</p></div>",
 1.23328 +	[true],
 1.23329 +	{"justifyright":[false,false,"left",false,true,"right"]}],
 1.23330 +["<div align=right><p>foo</div> <p>[bar]",
 1.23331 +	[["justifyright",""]],
 1.23332 +	"<div align=\"right\"><p>foo</p> <p>[bar]</p></div>",
 1.23333 +	[true],
 1.23334 +	{"justifyright":[false,false,"left",false,true,"right"]}],
 1.23335 +["<p>[foo]</p> <div style=text-align:right><p>bar</div>",
 1.23336 +	[["justifyright",""]],
 1.23337 +	"<div style=\"text-align:right\"><p>[foo]</p> <p>bar</p></div>",
 1.23338 +	[true],
 1.23339 +	{"justifyright":[false,false,"left",false,true,"right"]}],
 1.23340 +["<p>[foo]</p> <div align=right><p>bar</div>",
 1.23341 +	[["justifyright",""]],
 1.23342 +	"<div align=\"right\"><p>[foo]</p> <p>bar</p></div>",
 1.23343 +	[true],
 1.23344 +	{"justifyright":[false,false,"left",false,true,"right"]}],
 1.23345 +["<div style=text-align:right><p>foo</div> <p>[bar]</p> <div style=text-align:right><p>baz</div>",
 1.23346 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.23347 +	"<div style=\"text-align:right\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.23348 +	[true,true,true],
 1.23349 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23350 +["<div style=text-align:right><p>foo</div> <p>[bar]</p> <div style=text-align:right><p>baz</div>",
 1.23351 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 1.23352 +	"<div style=\"text-align:right\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.23353 +	[true,true,true],
 1.23354 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23355 +["<div style=text-align:right><p>foo</div> <p>[bar]</p> <div style=text-align:right><p>baz</div>",
 1.23356 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.23357 +	"<div style=\"text-align:right\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.23358 +	[true,true,true],
 1.23359 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23360 +["<div style=text-align:right><p>foo</div> <p>[bar]</p> <div style=text-align:right><p>baz</div>",
 1.23361 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 1.23362 +	"<div style=\"text-align:right\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.23363 +	[true,true,true],
 1.23364 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23365 +["<div align=right><p>foo</div> <p>[bar]</p> <div align=right><p>baz</div>",
 1.23366 +	[["defaultparagraphseparator","div"],["justifyright",""]],
 1.23367 +	"<div align=\"right\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.23368 +	[true,true],
 1.23369 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23370 +["<div align=right><p>foo</div> <p>[bar]</p> <div align=right><p>baz</div>",
 1.23371 +	[["defaultparagraphseparator","p"],["justifyright",""]],
 1.23372 +	"<div align=\"right\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 1.23373 +	[true,true],
 1.23374 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.23375 +["<blockquote><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 1.23376 +	[["outdent",""]],
 1.23377 +	"<p>foo[bar]</p><blockquote><p>baz</p></blockquote><p>extra</p>",
 1.23378 +	[true],
 1.23379 +	{"outdent":[false,false,"",false,false,""]}],
 1.23380 +["<blockquote><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 1.23381 +	[["outdent",""]],
 1.23382 +	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
 1.23383 +	[true],
 1.23384 +	{"outdent":[false,false,"",false,false,""]}],
 1.23385 +["<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 1.23386 +	[["outdent",""]],
 1.23387 +	"<p>foo[bar]</p><p>baz</p><p>extra</p>",
 1.23388 +	[true],
 1.23389 +	{"outdent":[false,false,"",false,false,""]}],
 1.23390 +["<blockquote><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 1.23391 +	[["outdent",""]],
 1.23392 +	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
 1.23393 +	[true],
 1.23394 +	{"outdent":[false,false,"",false,false,""]}],
 1.23395 +["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 1.23396 +	[["stylewithcss","true"],["outdent",""]],
 1.23397 +	"<p>foo[bar]</p><blockquote><p>baz</p></blockquote><p>extra</p>",
 1.23398 +	[true,true],
 1.23399 +	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 1.23400 +["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 1.23401 +	[["stylewithcss","false"],["outdent",""]],
 1.23402 +	"<p>foo[bar]</p><blockquote><p>baz</p></blockquote><p>extra</p>",
 1.23403 +	[true,true],
 1.23404 +	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 1.23405 +["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 1.23406 +	[["stylewithcss","true"],["outdent",""]],
 1.23407 +	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
 1.23408 +	[true,true],
 1.23409 +	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 1.23410 +["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 1.23411 +	[["stylewithcss","false"],["outdent",""]],
 1.23412 +	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
 1.23413 +	[true,true],
 1.23414 +	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 1.23415 +["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 1.23416 +	[["stylewithcss","true"],["outdent",""]],
 1.23417 +	"<p>foo[bar]</p><p>baz</p><p>extra</p>",
 1.23418 +	[true,true],
 1.23419 +	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 1.23420 +["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 1.23421 +	[["stylewithcss","false"],["outdent",""]],
 1.23422 +	"<p>foo[bar]</p><p>baz</p><p>extra</p>",
 1.23423 +	[true,true],
 1.23424 +	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 1.23425 +["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 1.23426 +	[["stylewithcss","true"],["outdent",""]],
 1.23427 +	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
 1.23428 +	[true,true],
 1.23429 +	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 1.23430 +["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 1.23431 +	[["stylewithcss","false"],["outdent",""]],
 1.23432 +	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
 1.23433 +	[true,true],
 1.23434 +	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 1.23435 +["<p style=\"margin-left: 40px\">foo[bar]</p><p style=\"margin-left: 40px\">baz</p><p>extra",
 1.23436 +	[["outdent",""]],
 1.23437 +	"<p style=\"margin-left:40px\">foo[bar]</p><p style=\"margin-left:40px\">baz</p><p>extra</p>",
 1.23438 +	[true],
 1.23439 +	{"outdent":[false,false,"",false,false,""]}],
 1.23440 +["<p style=\"margin-left: 40px\">foo[bar</p><p style=\"margin-left: 40px\">b]az</p><p>extra",
 1.23441 +	[["outdent",""]],
 1.23442 +	"<p style=\"margin-left:40px\">foo[bar</p><p style=\"margin-left:40px\">b]az</p><p>extra</p>",
 1.23443 +	[true],
 1.23444 +	{"outdent":[false,false,"",false,false,""]}],
 1.23445 +["<p style=\"margin-left: 40px\">foo[bar]</p><p>baz</p><p>extra",
 1.23446 +	[["outdent",""]],
 1.23447 +	"<p style=\"margin-left:40px\">foo[bar]</p><p>baz</p><p>extra</p>",
 1.23448 +	[true],
 1.23449 +	{"outdent":[false,false,"",false,false,""]}],
 1.23450 +["<p style=\"margin-left: 40px\">foo[bar</p><p>b]az</p><p>extra",
 1.23451 +	[["outdent",""]],
 1.23452 +	"<p style=\"margin-left:40px\">foo[bar</p><p>b]az</p><p>extra</p>",
 1.23453 +	[true],
 1.23454 +	{"outdent":[false,false,"",false,false,""]}],
 1.23455 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 1.23456 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["outdent",""]],
 1.23457 +	"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div><p>extra</p>",
 1.23458 +	[true,true,true],
 1.23459 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23460 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 1.23461 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["outdent",""]],
 1.23462 +	"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div><p>extra</p>",
 1.23463 +	[true,true,true],
 1.23464 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23465 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 1.23466 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["outdent",""]],
 1.23467 +	"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div><p>extra</p>",
 1.23468 +	[true,true,true],
 1.23469 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23470 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 1.23471 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["outdent",""]],
 1.23472 +	"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div><p>extra</p>",
 1.23473 +	[true,true,true],
 1.23474 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23475 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 1.23476 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["outdent",""]],
 1.23477 +	"<div class=\"webkit-indent-blockquote\"><p>foo[bar</p><p>b]az</p></div><p>extra</p>",
 1.23478 +	[true,true,true],
 1.23479 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23480 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 1.23481 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["outdent",""]],
 1.23482 +	"<div class=\"webkit-indent-blockquote\"><p>foo[bar</p><p>b]az</p></div><p>extra</p>",
 1.23483 +	[true,true,true],
 1.23484 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23485 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 1.23486 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["outdent",""]],
 1.23487 +	"<div class=\"webkit-indent-blockquote\"><p>foo[bar</p><p>b]az</p></div><p>extra</p>",
 1.23488 +	[true,true,true],
 1.23489 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23490 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 1.23491 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["outdent",""]],
 1.23492 +	"<div class=\"webkit-indent-blockquote\"><p>foo[bar</p><p>b]az</p></div><p>extra</p>",
 1.23493 +	[true,true,true],
 1.23494 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23495 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 1.23496 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["outdent",""]],
 1.23497 +	"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p></div><p>baz</p><p>extra</p>",
 1.23498 +	[true,true,true],
 1.23499 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23500 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 1.23501 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["outdent",""]],
 1.23502 +	"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p></div><p>baz</p><p>extra</p>",
 1.23503 +	[true,true,true],
 1.23504 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23505 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 1.23506 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["outdent",""]],
 1.23507 +	"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p></div><p>baz</p><p>extra</p>",
 1.23508 +	[true,true,true],
 1.23509 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23510 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 1.23511 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["outdent",""]],
 1.23512 +	"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p></div><p>baz</p><p>extra</p>",
 1.23513 +	[true,true,true],
 1.23514 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23515 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 1.23516 +	[["stylewithcss","true"],["defaultparagraphseparator","div"],["outdent",""]],
 1.23517 +	"<div class=\"webkit-indent-blockquote\"><p>foo[bar</p></div><p>b]az</p><p>extra</p>",
 1.23518 +	[true,true,true],
 1.23519 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23520 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 1.23521 +	[["stylewithcss","false"],["defaultparagraphseparator","div"],["outdent",""]],
 1.23522 +	"<div class=\"webkit-indent-blockquote\"><p>foo[bar</p></div><p>b]az</p><p>extra</p>",
 1.23523 +	[true,true,true],
 1.23524 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23525 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 1.23526 +	[["stylewithcss","true"],["defaultparagraphseparator","p"],["outdent",""]],
 1.23527 +	"<div class=\"webkit-indent-blockquote\"><p>foo[bar</p></div><p>b]az</p><p>extra</p>",
 1.23528 +	[true,true,true],
 1.23529 +	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23530 +["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 1.23531 +	[["stylewithcss","false"],["defaultparagraphseparator","p"],["outdent",""]],
 1.23532 +	"<div class=\"webkit-indent-blockquote\"><p>foo[bar</p></div><p>b]az</p><p>extra</p>",
 1.23533 +	[true,true,true],
 1.23534 +	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23535 +["<blockquote><blockquote>foo[bar]baz</blockquote></blockquote>",
 1.23536 +	[["outdent",""]],
 1.23537 +	"<blockquote>foo[bar]baz</blockquote>",
 1.23538 +	[true],
 1.23539 +	{"outdent":[false,false,"",false,false,""]}],
 1.23540 +["<blockquote><blockquote data-abc=def>foo[bar]baz</blockquote></blockquote>",
 1.23541 +	[["outdent",""]],
 1.23542 +	"<blockquote data-abc=\"def\">foo[bar]baz</blockquote>",
 1.23543 +	[true],
 1.23544 +	{"outdent":[false,false,"",false,false,""]}],
 1.23545 +["<blockquote data-abc=def><blockquote>foo[bar]baz</blockquote></blockquote>",
 1.23546 +	[["outdent",""]],
 1.23547 +	"<blockquote data-abc=\"def\">foo[bar]baz</blockquote>",
 1.23548 +	[true],
 1.23549 +	{"outdent":[false,false,"",false,false,""]}],
 1.23550 +["<blockquote><div>foo[bar]baz</div></blockquote>",
 1.23551 +	[["outdent",""]],
 1.23552 +	"<div>foo[bar]baz</div>",
 1.23553 +	[true],
 1.23554 +	{"outdent":[false,false,"",false,false,""]}],
 1.23555 +["<blockquote><div id=abc>foo[bar]baz</div></blockquote>",
 1.23556 +	[["outdent",""]],
 1.23557 +	"<div id=\"abc\">foo[bar]baz</div>",
 1.23558 +	[true],
 1.23559 +	{"outdent":[false,false,"",false,false,""]}],
 1.23560 +["<blockquote id=abc>foo[bar]baz</blockquote>",
 1.23561 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23562 +	"<div id=\"abc\">foo[bar]baz</div>",
 1.23563 +	[true,true],
 1.23564 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23565 +["<blockquote id=abc>foo[bar]baz</blockquote>",
 1.23566 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23567 +	"<div id=\"abc\">foo[bar]baz</div>",
 1.23568 +	[true,true],
 1.23569 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23570 +["<blockquote style=\"color: blue\">foo[bar]baz</blockquote>",
 1.23571 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23572 +	"<div style=\"color:rgb(0, 0, 255)\">foo[bar]baz</div>",
 1.23573 +	[true,true],
 1.23574 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23575 +["<blockquote style=\"color: blue\">foo[bar]baz</blockquote>",
 1.23576 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23577 +	"<div style=\"color:rgb(0, 0, 255)\">foo[bar]baz</div>",
 1.23578 +	[true,true],
 1.23579 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23580 +["<blockquote><blockquote><p>foo[bar]<p>baz</blockquote></blockquote>",
 1.23581 +	[["outdent",""]],
 1.23582 +	"<blockquote><p>foo[bar]</p><blockquote><p>baz</p></blockquote></blockquote>",
 1.23583 +	[true],
 1.23584 +	{"outdent":[false,false,"",false,false,""]}],
 1.23585 +["<blockquote><blockquote data-abc=def><p>foo[bar]<p>baz</blockquote></blockquote>",
 1.23586 +	[["outdent",""]],
 1.23587 +	"<blockquote data-abc=\"def\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></blockquote>",
 1.23588 +	[true],
 1.23589 +	{"outdent":[false,false,"",false,false,""]}],
 1.23590 +["<blockquote data-abc=def><blockquote><p>foo[bar]<p>baz</blockquote></blockquote>",
 1.23591 +	[["outdent",""]],
 1.23592 +	"<blockquote data-abc=\"def\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></blockquote>",
 1.23593 +	[true],
 1.23594 +	{"outdent":[false,false,"",false,false,""]}],
 1.23595 +["<blockquote><div><p>foo[bar]<p>baz</div></blockquote>",
 1.23596 +	[["outdent",""]],
 1.23597 +	"<div><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
 1.23598 +	[true],
 1.23599 +	{"outdent":[false,false,"",false,false,""]}],
 1.23600 +["<blockquote><div id=abc><p>foo[bar]<p>baz</div></blockquote>",
 1.23601 +	[["outdent",""]],
 1.23602 +	"<div id=\"abc\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
 1.23603 +	[true],
 1.23604 +	{"outdent":[false,false,"",false,false,""]}],
 1.23605 +["<blockquote id=abc><p>foo[bar]<p>baz</blockquote>",
 1.23606 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23607 +	"<div id=\"abc\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
 1.23608 +	[true,true],
 1.23609 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23610 +["<blockquote id=abc><p>foo[bar]<p>baz</blockquote>",
 1.23611 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23612 +	"<div id=\"abc\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
 1.23613 +	[true,true],
 1.23614 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23615 +["<blockquote style=\"color: blue\"><p>foo[bar]<p>baz</blockquote>",
 1.23616 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23617 +	"<div style=\"color:rgb(0, 0, 255)\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
 1.23618 +	[true,true],
 1.23619 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23620 +["<blockquote style=\"color: blue\"><p>foo[bar]<p>baz</blockquote>",
 1.23621 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23622 +	"<div style=\"color:rgb(0, 0, 255)\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
 1.23623 +	[true,true],
 1.23624 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23625 +["<blockquote><p><b>foo[bar]</b><p>baz</blockquote>",
 1.23626 +	[["outdent",""]],
 1.23627 +	"<p><b>foo[bar]</b></p><blockquote><p>baz</p></blockquote>",
 1.23628 +	[true],
 1.23629 +	{"outdent":[false,false,"",false,false,""]}],
 1.23630 +["<blockquote><p><strong>foo[bar]</strong><p>baz</blockquote>",
 1.23631 +	[["outdent",""]],
 1.23632 +	"<p><strong>foo[bar]</strong></p><blockquote><p>baz</p></blockquote>",
 1.23633 +	[true],
 1.23634 +	{"outdent":[false,false,"",false,false,""]}],
 1.23635 +["<blockquote><p><span>foo[bar]</span><p>baz</blockquote>",
 1.23636 +	[["outdent",""]],
 1.23637 +	"<p><span>foo[bar]</span></p><blockquote><p>baz</p></blockquote>",
 1.23638 +	[true],
 1.23639 +	{"outdent":[false,false,"",false,false,""]}],
 1.23640 +["<blockquote><blockquote style=\"color: blue\"><p>foo[bar]</blockquote><p>baz</blockquote>",
 1.23641 +	[["outdent",""]],
 1.23642 +	"<blockquote style=\"color:rgb(0, 0, 255)\"><p>foo[bar]</p></blockquote><blockquote><p>baz</p></blockquote>",
 1.23643 +	[true],
 1.23644 +	{"outdent":[false,false,"",false,false,""]}],
 1.23645 +["<blockquote style=\"color: blue\"><blockquote><p>foo[bar]</blockquote><p>baz</blockquote>",
 1.23646 +	[["outdent",""]],
 1.23647 +	"<blockquote style=\"color:rgb(0, 0, 255)\"><p>foo[bar]</p><p>baz</p></blockquote>",
 1.23648 +	[true],
 1.23649 +	{"outdent":[false,false,"",false,false,""]}],
 1.23650 +["<ol><li>foo<li>[bar]<li>baz</ol>",
 1.23651 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23652 +	"<ol><li>foo</li></ol><div>[bar]</div><ol><li>baz</li></ol>",
 1.23653 +	[true,true],
 1.23654 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23655 +["<ol><li>foo<li>[bar]<li>baz</ol>",
 1.23656 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23657 +	"<ol><li>foo</li></ol><p>[bar]</p><ol><li>baz</li></ol>",
 1.23658 +	[true,true],
 1.23659 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23660 +["<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>",
 1.23661 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23662 +	"<ol><li>foo</li>{</ol><div>bar</div>}<ol><li>baz</li></ol>",
 1.23663 +	[true,true],
 1.23664 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23665 +["<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>",
 1.23666 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23667 +	"<ol><li>foo</li>{</ol><p>bar</p>}<ol><li>baz</li></ol>",
 1.23668 +	[true,true],
 1.23669 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23670 +["<ol><li>foo</ol>[bar]",
 1.23671 +	[["outdent",""]],
 1.23672 +	"<ol><li>foo</li></ol>[bar]",
 1.23673 +	[true],
 1.23674 +	{"outdent":[false,false,"",false,false,""]}],
 1.23675 +["<ol><li>[foo]<br>bar<li>baz</ol>",
 1.23676 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23677 +	"<div>[foo]<br>bar</div><ol><li>baz</li></ol>",
 1.23678 +	[true,true],
 1.23679 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23680 +["<ol><li>[foo]<br>bar<li>baz</ol>",
 1.23681 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23682 +	"<p>[foo]<br>bar</p><ol><li>baz</li></ol>",
 1.23683 +	[true,true],
 1.23684 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23685 +["<ol><li>foo<br>[bar]<li>baz</ol>",
 1.23686 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23687 +	"<div>foo<br>[bar]</div><ol><li>baz</li></ol>",
 1.23688 +	[true,true],
 1.23689 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23690 +["<ol><li>foo<br>[bar]<li>baz</ol>",
 1.23691 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23692 +	"<p>foo<br>[bar]</p><ol><li>baz</li></ol>",
 1.23693 +	[true,true],
 1.23694 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23695 +["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 1.23696 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23697 +	"<div>[foo]</div><div>bar</div><ol><li>baz</li></ol>",
 1.23698 +	[true,true],
 1.23699 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23700 +["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 1.23701 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23702 +	"<div>[foo]</div><p>bar</p><ol><li>baz</li></ol>",
 1.23703 +	[true,true],
 1.23704 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23705 +["<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>",
 1.23706 +	[["outdent",""]],
 1.23707 +	"<ol><li>foo</li><li>[bar]</li><ol><li>baz</li></ol><li>quz</li></ol>",
 1.23708 +	[true],
 1.23709 +	{"outdent":[false,false,"",false,false,""]}],
 1.23710 +["<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>",
 1.23711 +	[["outdent",""]],
 1.23712 +	"<ol><li>foo</li><ol><li>bar</li></ol><li>[baz]</li><li>quz</li></ol>",
 1.23713 +	[true],
 1.23714 +	{"outdent":[false,false,"",false,false,""]}],
 1.23715 +["<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>",
 1.23716 +	[["outdent",""]],
 1.23717 +	"<ol><li>foo</li><li>[bar]</li><ol><li>baz</li></ol><li>quz</li></ol>",
 1.23718 +	[true],
 1.23719 +	{"outdent":[false,false,"",false,false,""]}],
 1.23720 +["<ol><li>foo</li><ol data-start=0 data-end=1><li>bar<li>baz</ol><li>quz</ol>",
 1.23721 +	[["outdent",""]],
 1.23722 +	"<ol><li>foo</li>{<li>bar</li>}<ol><li>baz</li></ol><li>quz</li></ol>",
 1.23723 +	[true],
 1.23724 +	{"outdent":[false,false,"",false,false,""]}],
 1.23725 +["<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>",
 1.23726 +	[["outdent",""]],
 1.23727 +	"<ol><li>foo</li><ol><li>bar</li></ol><li>[baz]</li><li>quz</li></ol>",
 1.23728 +	[true],
 1.23729 +	{"outdent":[false,false,"",false,false,""]}],
 1.23730 +["<ol><li>foo</li><ol data-start=1 data-end=2><li>bar<li>baz</ol><li>quz</ol>",
 1.23731 +	[["outdent",""]],
 1.23732 +	"<ol><li>foo</li><ol><li>bar</li></ol>{<li>baz</li>}<li>quz</li></ol>",
 1.23733 +	[true],
 1.23734 +	{"outdent":[false,false,"",false,false,""]}],
 1.23735 +["<ol><li>foo<ol><li>b[a]r</ol><li>baz</ol>",
 1.23736 +	[["outdent",""]],
 1.23737 +	"<ol><li>foo</li><li>b[a]r</li><li>baz</li></ol>",
 1.23738 +	[true],
 1.23739 +	{"outdent":[false,false,"",false,false,""]}],
 1.23740 +["<ol><li>foo</li><ol><li>b[a]r</ol><li>baz</ol>",
 1.23741 +	[["outdent",""]],
 1.23742 +	"<ol><li>foo</li><li>b[a]r</li><li>baz</li></ol>",
 1.23743 +	[true],
 1.23744 +	{"outdent":[false,false,"",false,false,""]}],
 1.23745 +["<ol><li>foo{<ol><li>bar</ol>}<li>baz</ol>",
 1.23746 +	[["outdent",""]],
 1.23747 +	"<ol><li>foo</li>{<li>bar</li>}<li>baz</li></ol>",
 1.23748 +	[true],
 1.23749 +	{"outdent":[false,false,"",false,false,""]}],
 1.23750 +["<ol><li>foo</li>{<ol><li>bar</ol>}<li>baz</ol>",
 1.23751 +	[["outdent",""]],
 1.23752 +	"<ol><li>foo</li>{<li>bar</li>}<li>baz</li></ol>",
 1.23753 +	[true],
 1.23754 +	{"outdent":[false,false,"",false,false,""]}],
 1.23755 +["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
 1.23756 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23757 +	"<div>[foo]</div><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 1.23758 +	[true,true],
 1.23759 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23760 +["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
 1.23761 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23762 +	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 1.23763 +	[true,true],
 1.23764 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23765 +["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
 1.23766 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23767 +	"<div>[foo]</div><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 1.23768 +	[true,true],
 1.23769 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23770 +["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
 1.23771 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23772 +	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 1.23773 +	[true,true],
 1.23774 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23775 +["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
 1.23776 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23777 +	"<ol><li>foo</li></ol><div>[bar]</div><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 1.23778 +	[true,true],
 1.23779 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23780 +["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
 1.23781 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23782 +	"<ol><li>foo</li></ol><p>[bar]</p><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 1.23783 +	[true,true],
 1.23784 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23785 +["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
 1.23786 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23787 +	"<ol><li>foo</li></ol><div>[bar]</div><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 1.23788 +	[true,true],
 1.23789 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23790 +["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
 1.23791 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23792 +	"<ol><li>foo</li></ol><p>[bar]</p><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 1.23793 +	[true,true],
 1.23794 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23795 +["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
 1.23796 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23797 +	"<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li></ol><div>[quz]</div>",
 1.23798 +	[true,true],
 1.23799 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23800 +["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
 1.23801 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23802 +	"<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li></ol><p>[quz]</p>",
 1.23803 +	[true,true],
 1.23804 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23805 +["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
 1.23806 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23807 +	"<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol></ol><div>[quz]</div>",
 1.23808 +	[true,true],
 1.23809 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23810 +["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
 1.23811 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23812 +	"<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol></ol><p>[quz]</p>",
 1.23813 +	[true,true],
 1.23814 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23815 +["<ol><li>foo<li>b[ar<li>baz]</ol>",
 1.23816 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23817 +	"<ol><li>foo</li></ol><div>b[ar</div><div>baz]</div>",
 1.23818 +	[true,true],
 1.23819 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23820 +["<ol><li>foo<li>b[ar<li>baz]</ol>",
 1.23821 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23822 +	"<ol><li>foo</li></ol><p>b[ar</p><p>baz]</p>",
 1.23823 +	[true,true],
 1.23824 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23825 +["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
 1.23826 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23827 +	"<div>[foo</div><ol><li>bar]</li><li>baz</li></ol>",
 1.23828 +	[true,true],
 1.23829 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23830 +["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
 1.23831 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23832 +	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
 1.23833 +	[true,true],
 1.23834 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23835 +["<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>",
 1.23836 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23837 +	"<div>[foo</div><ol><li>bar]</li><li>baz</li></ol>",
 1.23838 +	[true,true],
 1.23839 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23840 +["<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>",
 1.23841 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23842 +	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
 1.23843 +	[true,true],
 1.23844 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23845 +["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
 1.23846 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23847 +	"<ol><li>foo</li><li>b[ar</li></ol><div>b]az</div>",
 1.23848 +	[true,true],
 1.23849 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23850 +["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
 1.23851 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23852 +	"<ol><li>foo</li><li>b[ar</li></ol><p>b]az</p>",
 1.23853 +	[true,true],
 1.23854 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23855 +["<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>",
 1.23856 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23857 +	"<ol><li>foo</li><li>b[ar</li></ol><div>b]az</div>",
 1.23858 +	[true,true],
 1.23859 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23860 +["<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>",
 1.23861 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23862 +	"<ol><li>foo</li><li>b[ar</li></ol><p>b]az</p>",
 1.23863 +	[true,true],
 1.23864 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23865 +["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
 1.23866 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23867 +	"<div>[foo</div><ol><li>bar</li></ol><div>baz]</div><p>extra</p>",
 1.23868 +	[true,true],
 1.23869 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23870 +["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
 1.23871 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23872 +	"<p>[foo</p><ol><li>bar</li></ol><p>baz]</p><p>extra</p>",
 1.23873 +	[true,true],
 1.23874 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23875 +["<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra",
 1.23876 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23877 +	"<div>[foo</div><ol><li>bar</li></ol><div>baz]</div><p>extra</p>",
 1.23878 +	[true,true],
 1.23879 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23880 +["<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra",
 1.23881 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23882 +	"<p>[foo</p><ol><li>bar</li></ol><p>baz]</p><p>extra</p>",
 1.23883 +	[true,true],
 1.23884 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23885 +["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
 1.23886 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23887 +	"<div>[foo]</div><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 1.23888 +	[true,true],
 1.23889 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23890 +["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
 1.23891 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23892 +	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 1.23893 +	[true,true],
 1.23894 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23895 +["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
 1.23896 +	[["outdent",""]],
 1.23897 +	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
 1.23898 +	[true],
 1.23899 +	{"outdent":[false,false,"",false,false,""]}],
 1.23900 +["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
 1.23901 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23902 +	"<ol><li>foo</li><ol><li>bar</li></ol></ol><div>[baz]</div>",
 1.23903 +	[true,true],
 1.23904 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23905 +["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
 1.23906 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23907 +	"<ol><li>foo</li><ol><li>bar</li></ol></ol><p>[baz]</p>",
 1.23908 +	[true,true],
 1.23909 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23910 +["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 1.23911 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23912 +	"<div>[foo</div><ol><li>bar]</li><li>baz</li></ol>",
 1.23913 +	[true,true],
 1.23914 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23915 +["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 1.23916 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23917 +	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
 1.23918 +	[true,true],
 1.23919 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23920 +["foo<ol start=5><li>[bar]</ol>baz",
 1.23921 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23922 +	"foo<div>[bar]</div>baz",
 1.23923 +	[true,true],
 1.23924 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23925 +["foo<ol start=5><li>[bar]</ol>baz",
 1.23926 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23927 +	"foo<p>[bar]</p>baz",
 1.23928 +	[true,true],
 1.23929 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23930 +["foo<ol id=abc><li>[bar]</ol>baz",
 1.23931 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23932 +	"foo<div id=\"abc\"><div>[bar]</div></div>baz",
 1.23933 +	[true,true],
 1.23934 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23935 +["foo<ol id=abc><li>[bar]</ol>baz",
 1.23936 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23937 +	"foo<div id=\"abc\"><p>[bar]</p></div>baz",
 1.23938 +	[true,true],
 1.23939 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23940 +["foo<ol style=color:blue><li>[bar]</ol>baz",
 1.23941 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23942 +	"foo<div style=\"color:rgb(0, 0, 255)\"><div>[bar]</div></div>baz",
 1.23943 +	[true,true],
 1.23944 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23945 +["foo<ol style=color:blue><li>[bar]</ol>baz",
 1.23946 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23947 +	"foo<div style=\"color:rgb(0, 0, 255)\"><p>[bar]</p></div>baz",
 1.23948 +	[true,true],
 1.23949 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23950 +["foo<ol><li value=5>[bar]</ol>baz",
 1.23951 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23952 +	"foo<div value=\"5\">[bar]</div>baz",
 1.23953 +	[true,true],
 1.23954 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23955 +["foo<ol><li value=5>[bar]</ol>baz",
 1.23956 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23957 +	"foo<p value=\"5\">[bar]</p>baz",
 1.23958 +	[true,true],
 1.23959 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23960 +["foo<ol><li id=abc>[bar]</ol>baz",
 1.23961 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23962 +	"foo<div id=\"abc\">[bar]</div>baz",
 1.23963 +	[true,true],
 1.23964 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23965 +["foo<ol><li id=abc>[bar]</ol>baz",
 1.23966 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23967 +	"foo<p id=\"abc\">[bar]</p>baz",
 1.23968 +	[true,true],
 1.23969 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23970 +["foo<ol><li style=color:blue>[bar]</ol>baz",
 1.23971 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.23972 +	"foo<div style=\"color:rgb(0, 0, 255)\">[bar]</div>baz",
 1.23973 +	[true,true],
 1.23974 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.23975 +["foo<ol><li style=color:blue>[bar]</ol>baz",
 1.23976 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.23977 +	"foo<p style=\"color:rgb(0, 0, 255)\">[bar]</p>baz",
 1.23978 +	[true,true],
 1.23979 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.23980 +["<ol><li>foo</li><ol><li value=5>[bar]</ol></ol>",
 1.23981 +	[["outdent",""]],
 1.23982 +	"<ol><li>foo</li><li value=\"5\">[bar]</li></ol>",
 1.23983 +	[true],
 1.23984 +	{"outdent":[false,false,"",false,false,""]}],
 1.23985 +["<ul><li>foo</li><ol><li value=5>[bar]</ol></ul>",
 1.23986 +	[["outdent",""]],
 1.23987 +	"<ul><li>foo</li><li value=\"5\">[bar]</li></ul>",
 1.23988 +	[true],
 1.23989 +	{"outdent":[false,false,"",false,false,""]}],
 1.23990 +["<ol><li>foo</li><ol start=5><li>[bar]</ol><li>baz</ol>",
 1.23991 +	[["outdent",""]],
 1.23992 +	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
 1.23993 +	[true],
 1.23994 +	{"outdent":[false,false,"",false,false,""]}],
 1.23995 +["<ol><li>foo</li><ol id=abc><li>[bar]</ol><li>baz</ol>",
 1.23996 +	[["outdent",""]],
 1.23997 +	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
 1.23998 +	[true],
 1.23999 +	{"outdent":[false,false,"",false,false,""]}],
 1.24000 +["<ol><li>foo</li><ol style=color:blue><li>[bar]</ol><li>baz</ol>",
 1.24001 +	[["stylewithcss","true"],["outdent",""]],
 1.24002 +	"<ol><li>foo</li><li><span style=\"color:rgb(0, 0, 255)\">[bar]</span></li><li>baz</li></ol>",
 1.24003 +	[true,true],
 1.24004 +	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 1.24005 +["<ol><li>foo</li><ol style=color:blue><li>[bar]</ol><li>baz</ol>",
 1.24006 +	[["stylewithcss","false"],["outdent",""]],
 1.24007 +	"<ol><li>foo</li><li><font color=\"#0000ff\">[bar]</font></li><li>baz</li></ol>",
 1.24008 +	[true,true],
 1.24009 +	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 1.24010 +["<ol><li>foo</li><ol style=text-indent:1em><li>[bar]</ol><li>baz</ol>",
 1.24011 +	[["stylewithcss","true"],["outdent",""]],
 1.24012 +	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
 1.24013 +	[true,true],
 1.24014 +	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 1.24015 +["<ol><li>foo</li><ol style=text-indent:1em><li>[bar]</ol><li>baz</ol>",
 1.24016 +	[["stylewithcss","false"],["outdent",""]],
 1.24017 +	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
 1.24018 +	[true,true],
 1.24019 +	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 1.24020 +["<ol><li>foo</li><ol start=5><li>[bar<li>baz]</ol><li>quz</ol>",
 1.24021 +	[["outdent",""]],
 1.24022 +	"<ol><li>foo</li><li>[bar</li><li>baz]</li><li>quz</li></ol>",
 1.24023 +	[true],
 1.24024 +	{"outdent":[false,false,"",false,false,""]}],
 1.24025 +["<ol><li>foo</li><ol id=abc><li>[bar<li>baz]</ol><li>quz</ol>",
 1.24026 +	[["outdent",""]],
 1.24027 +	"<ol><li>foo</li><li>[bar</li><li>baz]</li><li>quz</li></ol>",
 1.24028 +	[true],
 1.24029 +	{"outdent":[false,false,"",false,false,""]}],
 1.24030 +["<ol><li>foo</li><ol style=color:blue><li>[bar<li>baz]</ol><li>quz</ol>",
 1.24031 +	[["stylewithcss","true"],["outdent",""]],
 1.24032 +	"<ol><li>foo</li><li><span style=\"color:rgb(0, 0, 255)\">[bar</span></li><li><span style=\"color:rgb(0, 0, 255)\">baz]</span></li><li>quz</li></ol>",
 1.24033 +	[true,true],
 1.24034 +	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 1.24035 +["<ol><li>foo</li><ol style=color:blue><li>[bar<li>baz]</ol><li>quz</ol>",
 1.24036 +	[["stylewithcss","false"],["outdent",""]],
 1.24037 +	"<ol><li>foo</li><li><font color=\"#0000ff\">[bar</font></li><li><font color=\"#0000ff\">baz]</font></li><li>quz</li></ol>",
 1.24038 +	[true,true],
 1.24039 +	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 1.24040 +["<ol><li>foo</li><ol style=text-indent:1em><li>[bar<li>baz]</ol><li>quz</ol>",
 1.24041 +	[["stylewithcss","true"],["outdent",""]],
 1.24042 +	"<ol><li>foo</li><li>[bar</li><li>baz]</li><li>quz</li></ol>",
 1.24043 +	[true,true],
 1.24044 +	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 1.24045 +["<ol><li>foo</li><ol style=text-indent:1em><li>[bar<li>baz]</ol><li>quz</ol>",
 1.24046 +	[["stylewithcss","false"],["outdent",""]],
 1.24047 +	"<ol><li>foo</li><li>[bar</li><li>baz]</li><li>quz</li></ol>",
 1.24048 +	[true,true],
 1.24049 +	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 1.24050 +["<blockquote><ol><li>[foo]</ol></blockquote><p>extra",
 1.24051 +	[["outdent",""]],
 1.24052 +	"<ol><li>[foo]</li></ol><p>extra</p>",
 1.24053 +	[true],
 1.24054 +	{"outdent":[false,false,"",false,false,""]}],
 1.24055 +["<blockquote>foo<ol><li>[bar]</ol>baz</blockquote><p>extra",
 1.24056 +	[["outdent",""]],
 1.24057 +	"<blockquote>foo</blockquote><ol><li>[bar]</li></ol><blockquote>baz</blockquote><p>extra</p>",
 1.24058 +	[true],
 1.24059 +	{"outdent":[false,false,"",false,false,""]}],
 1.24060 +["<blockquote><ol><li>foo</li><ol><li>[bar]</ol><li>baz</ol></blockquote><p>extra",
 1.24061 +	[["outdent",""]],
 1.24062 +	"<blockquote><ol><li>foo</li><li>[bar]</li><li>baz</li></ol></blockquote><p>extra</p>",
 1.24063 +	[true],
 1.24064 +	{"outdent":[false,false,"",false,false,""]}],
 1.24065 +["<ol><li><h1>[foo]</h1></ol>",
 1.24066 +	[["outdent",""]],
 1.24067 +	"<h1>[foo]</h1>",
 1.24068 +	[true],
 1.24069 +	{"outdent":[false,false,"",false,false,""]}],
 1.24070 +["<ol><li><xmp>[foo]</xmp></li></ol>",
 1.24071 +	[["outdent",""]],
 1.24072 +	"<xmp>[foo]</xmp>",
 1.24073 +	[true],
 1.24074 +	{"outdent":[false,false,"",false,false,""]}],
 1.24075 +["<blockquote><ol><li>foo<div><ol><li>[bar]</ol></div><li>baz</ol></blockquote>",
 1.24076 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.24077 +	"<blockquote><ol><li>foo</li><li>[bar]</li><li>baz</li></ol></blockquote>",
 1.24078 +	[true,true],
 1.24079 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.24080 +["<blockquote><ol><li>foo<div><ol><li>[bar]</ol></div><li>baz</ol></blockquote>",
 1.24081 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.24082 +	"<blockquote><ol><li>foo</li><li>[bar]</li><li>baz</li></ol></blockquote>",
 1.24083 +	[true,true],
 1.24084 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.24085 +["<blockquote> <p>[foo]</p></blockquote>",
 1.24086 +	[["outdent",""]],
 1.24087 +	" <p>[foo]</p>",
 1.24088 +	[true],
 1.24089 +	{"outdent":[false,false,"",false,false,""]}],
 1.24090 +["<blockquote><p>[foo]</p> </blockquote>",
 1.24091 +	[["outdent",""]],
 1.24092 +	"<p>[foo]</p> ",
 1.24093 +	[true],
 1.24094 +	{"outdent":[false,false,"",false,false,""]}],
 1.24095 +["<blockquote> <p>[foo]</p> </blockquote>",
 1.24096 +	[["outdent",""]],
 1.24097 +	" <p>[foo]</p> ",
 1.24098 +	[true],
 1.24099 +	{"outdent":[false,false,"",false,false,""]}],
 1.24100 +["<ol> <li>[foo]</li></ol>",
 1.24101 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.24102 +	" <div>[foo]</div>",
 1.24103 +	[true,true],
 1.24104 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.24105 +["<ol> <li>[foo]</li></ol>",
 1.24106 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.24107 +	" <p>[foo]</p>",
 1.24108 +	[true,true],
 1.24109 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.24110 +["<ol><li>[foo]</li> </ol>",
 1.24111 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.24112 +	"<div>[foo]</div> ",
 1.24113 +	[true,true],
 1.24114 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.24115 +["<ol><li>[foo]</li> </ol>",
 1.24116 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.24117 +	"<p>[foo]</p> ",
 1.24118 +	[true,true],
 1.24119 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.24120 +["<ol> <li>[foo]</li> </ol>",
 1.24121 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.24122 +	" <div>[foo]</div> ",
 1.24123 +	[true,true],
 1.24124 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.24125 +["<ol> <li>[foo]</li> </ol>",
 1.24126 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.24127 +	" <p>[foo]</p> ",
 1.24128 +	[true,true],
 1.24129 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.24130 +["<ul> <li>[foo]</li></ul>",
 1.24131 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.24132 +	" <div>[foo]</div>",
 1.24133 +	[true,true],
 1.24134 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.24135 +["<ul> <li>[foo]</li></ul>",
 1.24136 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.24137 +	" <p>[foo]</p>",
 1.24138 +	[true,true],
 1.24139 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.24140 +["<ul><li>[foo]</li> </ul>",
 1.24141 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.24142 +	"<div>[foo]</div> ",
 1.24143 +	[true,true],
 1.24144 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.24145 +["<ul><li>[foo]</li> </ul>",
 1.24146 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.24147 +	"<p>[foo]</p> ",
 1.24148 +	[true,true],
 1.24149 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.24150 +["<ul> <li>[foo]</li> </ul>",
 1.24151 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.24152 +	" <div>[foo]</div> ",
 1.24153 +	[true,true],
 1.24154 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.24155 +["<ul> <li>[foo]</li> </ul>",
 1.24156 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.24157 +	" <p>[foo]</p> ",
 1.24158 +	[true,true],
 1.24159 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.24160 +["<blockquote> <p>[foo]</p> <p>bar</p> <p>baz</p></blockquote>",
 1.24161 +	[["outdent",""]],
 1.24162 +	" <p>[foo]</p><blockquote> <p>bar</p> <p>baz</p></blockquote>",
 1.24163 +	[true],
 1.24164 +	{"outdent":[false,false,"",false,false,""]}],
 1.24165 +["<blockquote> <p>foo</p> <p>[bar]</p> <p>baz</p></blockquote>",
 1.24166 +	[["outdent",""]],
 1.24167 +	"<blockquote> <p>foo</p> </blockquote><p>[bar]</p><blockquote> <p>baz</p></blockquote>",
 1.24168 +	[true],
 1.24169 +	{"outdent":[false,false,"",false,false,""]}],
 1.24170 +["<blockquote> <p>foo</p> <p>bar</p> <p>[baz]</p></blockquote>",
 1.24171 +	[["outdent",""]],
 1.24172 +	"<blockquote> <p>foo</p> <p>bar</p> </blockquote><p>[baz]</p>",
 1.24173 +	[true],
 1.24174 +	{"outdent":[false,false,"",false,false,""]}],
 1.24175 +["<ol> <li>[foo]</li> <li>bar</li> <li>baz</li></ol>",
 1.24176 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.24177 +	" <div>[foo]</div> <ol><li>bar</li> <li>baz</li></ol>",
 1.24178 +	[true,true],
 1.24179 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.24180 +["<ol> <li>[foo]</li> <li>bar</li> <li>baz</li></ol>",
 1.24181 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.24182 +	" <p>[foo]</p> <ol><li>bar</li> <li>baz</li></ol>",
 1.24183 +	[true,true],
 1.24184 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.24185 +["<ol> <li>foo</li> <li>[bar]</li> <li>baz</li></ol>",
 1.24186 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.24187 +	"<ol> <li>foo</li></ol> <div>[bar]</div> <ol><li>baz</li></ol>",
 1.24188 +	[true,true],
 1.24189 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.24190 +["<ol> <li>foo</li> <li>[bar]</li> <li>baz</li></ol>",
 1.24191 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.24192 +	"<ol> <li>foo</li></ol> <p>[bar]</p> <ol><li>baz</li></ol>",
 1.24193 +	[true,true],
 1.24194 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.24195 +["<ol> <li>foo</li> <li>bar</li> <li>[baz]</li></ol>",
 1.24196 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.24197 +	"<ol> <li>foo</li> <li>bar</li></ol> <div>[baz]</div>",
 1.24198 +	[true,true],
 1.24199 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.24200 +["<ol> <li>foo</li> <li>bar</li> <li>[baz]</li></ol>",
 1.24201 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.24202 +	"<ol> <li>foo</li> <li>bar</li></ol> <p>[baz]</p>",
 1.24203 +	[true,true],
 1.24204 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.24205 +["<ul> <li>[foo]</li> <li>bar</li> <li>baz</li></ul>",
 1.24206 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.24207 +	" <div>[foo]</div> <ul><li>bar</li> <li>baz</li></ul>",
 1.24208 +	[true,true],
 1.24209 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.24210 +["<ul> <li>[foo]</li> <li>bar</li> <li>baz</li></ul>",
 1.24211 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.24212 +	" <p>[foo]</p> <ul><li>bar</li> <li>baz</li></ul>",
 1.24213 +	[true,true],
 1.24214 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.24215 +["<ul> <li>foo</li> <li>[bar]</li> <li>baz</li></ul>",
 1.24216 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.24217 +	"<ul> <li>foo</li></ul> <div>[bar]</div> <ul><li>baz</li></ul>",
 1.24218 +	[true,true],
 1.24219 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.24220 +["<ul> <li>foo</li> <li>[bar]</li> <li>baz</li></ul>",
 1.24221 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.24222 +	"<ul> <li>foo</li></ul> <p>[bar]</p> <ul><li>baz</li></ul>",
 1.24223 +	[true,true],
 1.24224 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.24225 +["<ul> <li>foo</li> <li>bar</li> <li>[baz]</li></ul>",
 1.24226 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.24227 +	"<ul> <li>foo</li> <li>bar</li></ul> <div>[baz]</div>",
 1.24228 +	[true,true],
 1.24229 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.24230 +["<ul> <li>foo</li> <li>bar</li> <li>[baz]</li></ul>",
 1.24231 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.24232 +	"<ul> <li>foo</li> <li>bar</li></ul> <p>[baz]</p>",
 1.24233 +	[true,true],
 1.24234 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.24235 +["<ol><li>[]a<table><tr><td><br></table></ol>",
 1.24236 +	[["defaultparagraphseparator","div"],["outdent",""]],
 1.24237 +	"<div>[]a</div><table><tbody><tr><td><br></td></tr></tbody></table>",
 1.24238 +	[true,true],
 1.24239 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 1.24240 +["<ol><li>[]a<table><tr><td><br></table></ol>",
 1.24241 +	[["defaultparagraphseparator","p"],["outdent",""]],
 1.24242 +	"<p>[]a</p><table><tbody><tr><td><br></td></tr></tbody></table>",
 1.24243 +	[true,true],
 1.24244 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 1.24245 +["<blockquote><span>foo<br>[bar]</span></blockquote>",
 1.24246 +	[["outdent",""]],
 1.24247 +	"<blockquote>foo</blockquote><span>[bar]</span>",
 1.24248 +	[true],
 1.24249 +	{"outdent":[false,false,"",false,false,""]}],
 1.24250 +["foo[]bar",
 1.24251 +	[["removeformat",""]],
 1.24252 +	"foo[]bar",
 1.24253 +	[true],
 1.24254 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24255 +["<span>foo</span>{}<span>bar</span>",
 1.24256 +	[["removeformat",""]],
 1.24257 +	"<span>foo</span>{}<span>bar</span>",
 1.24258 +	[true],
 1.24259 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24260 +["<span>foo[</span><span>]bar</span>",
 1.24261 +	[["removeformat",""]],
 1.24262 +	"<span>foo[</span><span>]bar</span>",
 1.24263 +	[true],
 1.24264 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24265 +["[foo<b>bar</b>baz]",
 1.24266 +	[["stylewithcss","true"],["removeformat",""]],
 1.24267 +	"[foobarbaz]",
 1.24268 +	[true,true],
 1.24269 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24270 +["[foo<b>bar</b>baz]",
 1.24271 +	[["stylewithcss","false"],["removeformat",""]],
 1.24272 +	"[foobarbaz]",
 1.24273 +	[true,true],
 1.24274 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24275 +["foo[<b>bar</b>baz]",
 1.24276 +	[["stylewithcss","true"],["removeformat",""]],
 1.24277 +	"foo[barbaz]",
 1.24278 +	[true,true],
 1.24279 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24280 +["foo[<b>bar</b>baz]",
 1.24281 +	[["stylewithcss","false"],["removeformat",""]],
 1.24282 +	"foo[barbaz]",
 1.24283 +	[true,true],
 1.24284 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24285 +["foo[<b>bar</b>]baz",
 1.24286 +	[["stylewithcss","true"],["removeformat",""]],
 1.24287 +	"foo[bar]baz",
 1.24288 +	[true,true],
 1.24289 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24290 +["foo[<b>bar</b>]baz",
 1.24291 +	[["stylewithcss","false"],["removeformat",""]],
 1.24292 +	"foo[bar]baz",
 1.24293 +	[true,true],
 1.24294 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24295 +["foo<b>[bar]</b>baz",
 1.24296 +	[["stylewithcss","true"],["removeformat",""]],
 1.24297 +	"foo[bar]baz",
 1.24298 +	[true,true],
 1.24299 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24300 +["foo<b>[bar]</b>baz",
 1.24301 +	[["stylewithcss","false"],["removeformat",""]],
 1.24302 +	"foo[bar]baz",
 1.24303 +	[true,true],
 1.24304 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24305 +["foo<b>b[a]r</b>baz",
 1.24306 +	[["stylewithcss","true"],["removeformat",""]],
 1.24307 +	"foo<b>b</b>[a]<b>r</b>baz",
 1.24308 +	[true,true],
 1.24309 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24310 +["foo<b>b[a]r</b>baz",
 1.24311 +	[["stylewithcss","false"],["removeformat",""]],
 1.24312 +	"foo<b>b</b>[a]<b>r</b>baz",
 1.24313 +	[true,true],
 1.24314 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24315 +["[foo<strong>bar</strong>baz]",
 1.24316 +	[["removeformat",""]],
 1.24317 +	"[foobarbaz]",
 1.24318 +	[true],
 1.24319 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24320 +["[foo<span style=\"font-weight: bold\">bar</span>baz]",
 1.24321 +	[["stylewithcss","true"],["removeformat",""]],
 1.24322 +	"[foobarbaz]",
 1.24323 +	[true,true],
 1.24324 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24325 +["[foo<span style=\"font-weight: bold\">bar</span>baz]",
 1.24326 +	[["stylewithcss","false"],["removeformat",""]],
 1.24327 +	"[foobarbaz]",
 1.24328 +	[true,true],
 1.24329 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24330 +["foo<span style=\"font-weight: bold\">b[a]r</span>baz",
 1.24331 +	[["stylewithcss","true"],["removeformat",""]],
 1.24332 +	"foo<span style=\"font-weight:bold\">b</span>[a]<span style=\"font-weight:bold\">r</span>baz",
 1.24333 +	[true,true],
 1.24334 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24335 +["foo<span style=\"font-weight: bold\">b[a]r</span>baz",
 1.24336 +	[["stylewithcss","false"],["removeformat",""]],
 1.24337 +	"foo<span style=\"font-weight:bold\">b</span>[a]<span style=\"font-weight:bold\">r</span>baz",
 1.24338 +	[true,true],
 1.24339 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24340 +["[foo<span style=\"font-variant: small-caps\">bar</span>baz]",
 1.24341 +	[["stylewithcss","true"],["removeformat",""]],
 1.24342 +	"[foobarbaz]",
 1.24343 +	[true,true],
 1.24344 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24345 +["[foo<span style=\"font-variant: small-caps\">bar</span>baz]",
 1.24346 +	[["stylewithcss","false"],["removeformat",""]],
 1.24347 +	"[foobarbaz]",
 1.24348 +	[true,true],
 1.24349 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24350 +["foo<span style=\"font-variant: small-caps\">b[a]r</span>baz",
 1.24351 +	[["stylewithcss","true"],["removeformat",""]],
 1.24352 +	"foo<span style=\"font-variant:small-caps\">b</span>[a]<span style=\"font-variant:small-caps\">r</span>baz",
 1.24353 +	[true,true],
 1.24354 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24355 +["foo<span style=\"font-variant: small-caps\">b[a]r</span>baz",
 1.24356 +	[["stylewithcss","false"],["removeformat",""]],
 1.24357 +	"foo<span style=\"font-variant:small-caps\">b</span>[a]<span style=\"font-variant:small-caps\">r</span>baz",
 1.24358 +	[true,true],
 1.24359 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24360 +["[foo<b id=foo>bar</b>baz]",
 1.24361 +	[["stylewithcss","true"],["removeformat",""]],
 1.24362 +	"[foobarbaz]",
 1.24363 +	[true,true],
 1.24364 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24365 +["[foo<b id=foo>bar</b>baz]",
 1.24366 +	[["stylewithcss","false"],["removeformat",""]],
 1.24367 +	"[foobarbaz]",
 1.24368 +	[true,true],
 1.24369 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24370 +["foo<b id=foo>b[a]r</b>baz",
 1.24371 +	[["stylewithcss","true"],["removeformat",""]],
 1.24372 +	"foo<b id=\"foo\">b</b>[a]<b>r</b>baz",
 1.24373 +	[true,true],
 1.24374 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24375 +["foo<b id=foo>b[a]r</b>baz",
 1.24376 +	[["stylewithcss","false"],["removeformat",""]],
 1.24377 +	"foo<b id=\"foo\">b</b>[a]<b>r</b>baz",
 1.24378 +	[true,true],
 1.24379 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24380 +["[foo<a>bar</a>baz]",
 1.24381 +	[["removeformat",""]],
 1.24382 +	"[foo<a>bar</a>baz]",
 1.24383 +	[true],
 1.24384 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24385 +["foo<a>b[a]r</a>baz",
 1.24386 +	[["removeformat",""]],
 1.24387 +	"foo<a>b[a]r</a>baz",
 1.24388 +	[true],
 1.24389 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24390 +["[foo<a href=foo>bar</a>baz]",
 1.24391 +	[["removeformat",""]],
 1.24392 +	"[foo<a href=\"foo\">bar</a>baz]",
 1.24393 +	[true],
 1.24394 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24395 +["foo<a href=foo>b[a]r</a>baz",
 1.24396 +	[["removeformat",""]],
 1.24397 +	"foo<a href=\"foo\">b[a]r</a>baz",
 1.24398 +	[true],
 1.24399 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24400 +["[foo<abbr>bar</abbr>baz]",
 1.24401 +	[["removeformat",""]],
 1.24402 +	"[foobarbaz]",
 1.24403 +	[true],
 1.24404 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24405 +["foo<abbr>b[a]r</abbr>baz",
 1.24406 +	[["removeformat",""]],
 1.24407 +	"foo<abbr>b</abbr>[a]<abbr>r</abbr>baz",
 1.24408 +	[true],
 1.24409 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24410 +["[foo<acronym>bar</acronym>baz]",
 1.24411 +	[["removeformat",""]],
 1.24412 +	"[foobarbaz]",
 1.24413 +	[true],
 1.24414 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24415 +["foo<acronym>b[a]r</acronym>baz",
 1.24416 +	[["removeformat",""]],
 1.24417 +	"foo<acronym>b</acronym>[a]<acronym>r</acronym>baz",
 1.24418 +	[true],
 1.24419 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24420 +["[foo<b>bar</b>baz]",
 1.24421 +	[["stylewithcss","true"],["removeformat",""]],
 1.24422 +	"[foobarbaz]",
 1.24423 +	[true,true],
 1.24424 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24425 +["[foo<b>bar</b>baz]",
 1.24426 +	[["stylewithcss","false"],["removeformat",""]],
 1.24427 +	"[foobarbaz]",
 1.24428 +	[true,true],
 1.24429 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24430 +["foo<b>b[a]r</b>baz",
 1.24431 +	[["stylewithcss","true"],["removeformat",""]],
 1.24432 +	"foo<b>b</b>[a]<b>r</b>baz",
 1.24433 +	[true,true],
 1.24434 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24435 +["foo<b>b[a]r</b>baz",
 1.24436 +	[["stylewithcss","false"],["removeformat",""]],
 1.24437 +	"foo<b>b</b>[a]<b>r</b>baz",
 1.24438 +	[true,true],
 1.24439 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24440 +["[foo<bdi dir=rtl>bar</bdi>baz]",
 1.24441 +	[["removeformat",""]],
 1.24442 +	"[foobarbaz]",
 1.24443 +	[true],
 1.24444 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24445 +["foo<bdi dir=rtl>b[a]r</bdi>baz",
 1.24446 +	[["removeformat",""]],
 1.24447 +	"foo<bdi dir=\"rtl\">b</bdi>[a]<bdi dir=\"rtl\">r</bdi>baz",
 1.24448 +	[true],
 1.24449 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24450 +["[foo<bdo dir=rtl>bar</bdo>baz]",
 1.24451 +	[["removeformat",""]],
 1.24452 +	"[foobarbaz]",
 1.24453 +	[true],
 1.24454 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24455 +["foo<bdo dir=rtl>b[a]r</bdo>baz",
 1.24456 +	[["removeformat",""]],
 1.24457 +	"foo<bdo dir=\"rtl\">b</bdo>[a]<bdo dir=\"rtl\">r</bdo>baz",
 1.24458 +	[true],
 1.24459 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24460 +["[foo<big>bar</big>baz]",
 1.24461 +	[["removeformat",""]],
 1.24462 +	"[foobarbaz]",
 1.24463 +	[true],
 1.24464 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24465 +["foo<big>b[a]r</big>baz",
 1.24466 +	[["removeformat",""]],
 1.24467 +	"foo<big>b</big>[a]<big>r</big>baz",
 1.24468 +	[true],
 1.24469 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24470 +["[foo<blink>bar</blink>baz]",
 1.24471 +	[["removeformat",""]],
 1.24472 +	"[foobarbaz]",
 1.24473 +	[true],
 1.24474 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24475 +["foo<blink>b[a]r</blink>baz",
 1.24476 +	[["removeformat",""]],
 1.24477 +	"foo<blink>b</blink>[a]<blink>r</blink>baz",
 1.24478 +	[true],
 1.24479 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24480 +["[foo<cite>bar</cite>baz]",
 1.24481 +	[["removeformat",""]],
 1.24482 +	"[foobarbaz]",
 1.24483 +	[true],
 1.24484 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24485 +["foo<cite>b[a]r</cite>baz",
 1.24486 +	[["removeformat",""]],
 1.24487 +	"foo<cite>b</cite>[a]<cite>r</cite>baz",
 1.24488 +	[true],
 1.24489 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24490 +["[foo<code>bar</code>baz]",
 1.24491 +	[["removeformat",""]],
 1.24492 +	"[foobarbaz]",
 1.24493 +	[true],
 1.24494 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24495 +["foo<code>b[a]r</code>baz",
 1.24496 +	[["removeformat",""]],
 1.24497 +	"foo<code>b</code>[a]<code>r</code>baz",
 1.24498 +	[true],
 1.24499 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24500 +["[foo<del>bar</del>baz]",
 1.24501 +	[["removeformat",""]],
 1.24502 +	"[foo<del>bar</del>baz]",
 1.24503 +	[true],
 1.24504 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24505 +["foo<del>b[a]r</del>baz",
 1.24506 +	[["removeformat",""]],
 1.24507 +	"foo<del>b[a]r</del>baz",
 1.24508 +	[true],
 1.24509 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24510 +["[foo<dfn>bar</dfn>baz]",
 1.24511 +	[["removeformat",""]],
 1.24512 +	"[foobarbaz]",
 1.24513 +	[true],
 1.24514 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24515 +["foo<dfn>b[a]r</dfn>baz",
 1.24516 +	[["removeformat",""]],
 1.24517 +	"foo<dfn>b</dfn>[a]<dfn>r</dfn>baz",
 1.24518 +	[true],
 1.24519 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24520 +["[foo<em>bar</em>baz]",
 1.24521 +	[["removeformat",""]],
 1.24522 +	"[foobarbaz]",
 1.24523 +	[true],
 1.24524 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24525 +["foo<em>b[a]r</em>baz",
 1.24526 +	[["removeformat",""]],
 1.24527 +	"foo<em>b</em>[a]<em>r</em>baz",
 1.24528 +	[true],
 1.24529 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24530 +["[foo<font>bar</font>baz]",
 1.24531 +	[["stylewithcss","true"],["removeformat",""]],
 1.24532 +	"[foobarbaz]",
 1.24533 +	[true,true],
 1.24534 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24535 +["[foo<font>bar</font>baz]",
 1.24536 +	[["stylewithcss","false"],["removeformat",""]],
 1.24537 +	"[foobarbaz]",
 1.24538 +	[true,true],
 1.24539 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24540 +["foo<font>b[a]r</font>baz",
 1.24541 +	[["stylewithcss","true"],["removeformat",""]],
 1.24542 +	"foo<font>b</font>[a]<font>r</font>baz",
 1.24543 +	[true,true],
 1.24544 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24545 +["foo<font>b[a]r</font>baz",
 1.24546 +	[["stylewithcss","false"],["removeformat",""]],
 1.24547 +	"foo<font>b</font>[a]<font>r</font>baz",
 1.24548 +	[true,true],
 1.24549 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24550 +["[foo<font color=blue>bar</font>baz]",
 1.24551 +	[["stylewithcss","true"],["removeformat",""]],
 1.24552 +	"[foobarbaz]",
 1.24553 +	[true,true],
 1.24554 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24555 +["[foo<font color=blue>bar</font>baz]",
 1.24556 +	[["stylewithcss","false"],["removeformat",""]],
 1.24557 +	"[foobarbaz]",
 1.24558 +	[true,true],
 1.24559 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24560 +["foo<font color=blue>b[a]r</font>baz",
 1.24561 +	[["stylewithcss","true"],["removeformat",""]],
 1.24562 +	"foo<font color=\"blue\">b</font>[a]<font color=\"blue\">r</font>baz",
 1.24563 +	[true,true],
 1.24564 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24565 +["foo<font color=blue>b[a]r</font>baz",
 1.24566 +	[["stylewithcss","false"],["removeformat",""]],
 1.24567 +	"foo<font color=\"blue\">b</font>[a]<font color=\"blue\">r</font>baz",
 1.24568 +	[true,true],
 1.24569 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24570 +["[foo<i>bar</i>baz]",
 1.24571 +	[["stylewithcss","true"],["removeformat",""]],
 1.24572 +	"[foobarbaz]",
 1.24573 +	[true,true],
 1.24574 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24575 +["[foo<i>bar</i>baz]",
 1.24576 +	[["stylewithcss","false"],["removeformat",""]],
 1.24577 +	"[foobarbaz]",
 1.24578 +	[true,true],
 1.24579 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24580 +["foo<i>b[a]r</i>baz",
 1.24581 +	[["stylewithcss","true"],["removeformat",""]],
 1.24582 +	"foo<i>b</i>[a]<i>r</i>baz",
 1.24583 +	[true,true],
 1.24584 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24585 +["foo<i>b[a]r</i>baz",
 1.24586 +	[["stylewithcss","false"],["removeformat",""]],
 1.24587 +	"foo<i>b</i>[a]<i>r</i>baz",
 1.24588 +	[true,true],
 1.24589 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24590 +["[foo<ins>bar</ins>baz]",
 1.24591 +	[["removeformat",""]],
 1.24592 +	"[foobarbaz]",
 1.24593 +	[true],
 1.24594 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24595 +["foo<ins>b[a]r</ins>baz",
 1.24596 +	[["removeformat",""]],
 1.24597 +	"foo<ins>b</ins>[a]<ins>r</ins>baz",
 1.24598 +	[true],
 1.24599 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24600 +["[foo<kbd>bar</kbd>baz]",
 1.24601 +	[["removeformat",""]],
 1.24602 +	"[foobarbaz]",
 1.24603 +	[true],
 1.24604 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24605 +["foo<kbd>b[a]r</kbd>baz",
 1.24606 +	[["removeformat",""]],
 1.24607 +	"foo<kbd>b</kbd>[a]<kbd>r</kbd>baz",
 1.24608 +	[true],
 1.24609 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24610 +["[foo<mark>bar</mark>baz]",
 1.24611 +	[["removeformat",""]],
 1.24612 +	"[foobarbaz]",
 1.24613 +	[true],
 1.24614 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24615 +["foo<mark>b[a]r</mark>baz",
 1.24616 +	[["removeformat",""]],
 1.24617 +	"foo<mark>b</mark>[a]<mark>r</mark>baz",
 1.24618 +	[true],
 1.24619 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24620 +["[foo<nobr>bar</nobr>baz]",
 1.24621 +	[["removeformat",""]],
 1.24622 +	"[foobarbaz]",
 1.24623 +	[true],
 1.24624 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24625 +["foo<nobr>b[a]r</nobr>baz",
 1.24626 +	[["removeformat",""]],
 1.24627 +	"foo<nobr>b</nobr>[a]<nobr>r</nobr>baz",
 1.24628 +	[true],
 1.24629 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24630 +["[foo<q>bar</q>baz]",
 1.24631 +	[["removeformat",""]],
 1.24632 +	"[foobarbaz]",
 1.24633 +	[true],
 1.24634 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24635 +["foo<q>b[a]r</q>baz",
 1.24636 +	[["removeformat",""]],
 1.24637 +	"foo<q>b</q>[a]<q>r</q>baz",
 1.24638 +	[true],
 1.24639 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24640 +["[foo<samp>bar</samp>baz]",
 1.24641 +	[["removeformat",""]],
 1.24642 +	"[foobarbaz]",
 1.24643 +	[true],
 1.24644 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24645 +["foo<samp>b[a]r</samp>baz",
 1.24646 +	[["removeformat",""]],
 1.24647 +	"foo<samp>b</samp>[a]<samp>r</samp>baz",
 1.24648 +	[true],
 1.24649 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24650 +["[foo<s>bar</s>baz]",
 1.24651 +	[["stylewithcss","true"],["removeformat",""]],
 1.24652 +	"[foobarbaz]",
 1.24653 +	[true,true],
 1.24654 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24655 +["[foo<s>bar</s>baz]",
 1.24656 +	[["stylewithcss","false"],["removeformat",""]],
 1.24657 +	"[foobarbaz]",
 1.24658 +	[true,true],
 1.24659 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24660 +["foo<s>b[a]r</s>baz",
 1.24661 +	[["stylewithcss","true"],["removeformat",""]],
 1.24662 +	"foo<s>b</s>[a]<s>r</s>baz",
 1.24663 +	[true,true],
 1.24664 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24665 +["foo<s>b[a]r</s>baz",
 1.24666 +	[["stylewithcss","false"],["removeformat",""]],
 1.24667 +	"foo<s>b</s>[a]<s>r</s>baz",
 1.24668 +	[true,true],
 1.24669 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24670 +["[foo<small>bar</small>baz]",
 1.24671 +	[["removeformat",""]],
 1.24672 +	"[foobarbaz]",
 1.24673 +	[true],
 1.24674 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24675 +["foo<small>b[a]r</small>baz",
 1.24676 +	[["removeformat",""]],
 1.24677 +	"foo<small>b</small>[a]<small>r</small>baz",
 1.24678 +	[true],
 1.24679 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24680 +["[foo<span>bar</span>baz]",
 1.24681 +	[["removeformat",""]],
 1.24682 +	"[foobarbaz]",
 1.24683 +	[true],
 1.24684 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24685 +["foo<span>b[a]r</span>baz",
 1.24686 +	[["removeformat",""]],
 1.24687 +	"foo<span>b</span>[a]<span>r</span>baz",
 1.24688 +	[true],
 1.24689 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24690 +["[foo<strike>bar</strike>baz]",
 1.24691 +	[["stylewithcss","true"],["removeformat",""]],
 1.24692 +	"[foobarbaz]",
 1.24693 +	[true,true],
 1.24694 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24695 +["[foo<strike>bar</strike>baz]",
 1.24696 +	[["stylewithcss","false"],["removeformat",""]],
 1.24697 +	"[foobarbaz]",
 1.24698 +	[true,true],
 1.24699 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24700 +["foo<strike>b[a]r</strike>baz",
 1.24701 +	[["stylewithcss","true"],["removeformat",""]],
 1.24702 +	"foo<strike>b</strike>[a]<strike>r</strike>baz",
 1.24703 +	[true,true],
 1.24704 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24705 +["foo<strike>b[a]r</strike>baz",
 1.24706 +	[["stylewithcss","false"],["removeformat",""]],
 1.24707 +	"foo<strike>b</strike>[a]<strike>r</strike>baz",
 1.24708 +	[true,true],
 1.24709 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24710 +["[foo<strong>bar</strong>baz]",
 1.24711 +	[["removeformat",""]],
 1.24712 +	"[foobarbaz]",
 1.24713 +	[true],
 1.24714 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24715 +["foo<strong>b[a]r</strong>baz",
 1.24716 +	[["removeformat",""]],
 1.24717 +	"foo<strong>b</strong>[a]<strong>r</strong>baz",
 1.24718 +	[true],
 1.24719 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24720 +["[foo<sub>bar</sub>baz]",
 1.24721 +	[["stylewithcss","true"],["removeformat",""]],
 1.24722 +	"[foobarbaz]",
 1.24723 +	[true,true],
 1.24724 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24725 +["[foo<sub>bar</sub>baz]",
 1.24726 +	[["stylewithcss","false"],["removeformat",""]],
 1.24727 +	"[foobarbaz]",
 1.24728 +	[true,true],
 1.24729 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24730 +["foo<sub>b[a]r</sub>baz",
 1.24731 +	[["stylewithcss","true"],["removeformat",""]],
 1.24732 +	"foo<sub>b</sub>[a]<sub>r</sub>baz",
 1.24733 +	[true,true],
 1.24734 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24735 +["foo<sub>b[a]r</sub>baz",
 1.24736 +	[["stylewithcss","false"],["removeformat",""]],
 1.24737 +	"foo<sub>b</sub>[a]<sub>r</sub>baz",
 1.24738 +	[true,true],
 1.24739 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24740 +["[foo<sup>bar</sup>baz]",
 1.24741 +	[["stylewithcss","true"],["removeformat",""]],
 1.24742 +	"[foobarbaz]",
 1.24743 +	[true,true],
 1.24744 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24745 +["[foo<sup>bar</sup>baz]",
 1.24746 +	[["stylewithcss","false"],["removeformat",""]],
 1.24747 +	"[foobarbaz]",
 1.24748 +	[true,true],
 1.24749 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24750 +["foo<sup>b[a]r</sup>baz",
 1.24751 +	[["stylewithcss","true"],["removeformat",""]],
 1.24752 +	"foo<sup>b</sup>[a]<sup>r</sup>baz",
 1.24753 +	[true,true],
 1.24754 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24755 +["foo<sup>b[a]r</sup>baz",
 1.24756 +	[["stylewithcss","false"],["removeformat",""]],
 1.24757 +	"foo<sup>b</sup>[a]<sup>r</sup>baz",
 1.24758 +	[true,true],
 1.24759 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24760 +["[foo<tt>bar</tt>baz]",
 1.24761 +	[["removeformat",""]],
 1.24762 +	"[foobarbaz]",
 1.24763 +	[true],
 1.24764 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24765 +["foo<tt>b[a]r</tt>baz",
 1.24766 +	[["removeformat",""]],
 1.24767 +	"foo<tt>b</tt>[a]<tt>r</tt>baz",
 1.24768 +	[true],
 1.24769 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24770 +["[foo<u>bar</u>baz]",
 1.24771 +	[["stylewithcss","true"],["removeformat",""]],
 1.24772 +	"[foobarbaz]",
 1.24773 +	[true,true],
 1.24774 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24775 +["[foo<u>bar</u>baz]",
 1.24776 +	[["stylewithcss","false"],["removeformat",""]],
 1.24777 +	"[foobarbaz]",
 1.24778 +	[true,true],
 1.24779 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24780 +["foo<u>b[a]r</u>baz",
 1.24781 +	[["stylewithcss","true"],["removeformat",""]],
 1.24782 +	"foo<u>b</u>[a]<u>r</u>baz",
 1.24783 +	[true,true],
 1.24784 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24785 +["foo<u>b[a]r</u>baz",
 1.24786 +	[["stylewithcss","false"],["removeformat",""]],
 1.24787 +	"foo<u>b</u>[a]<u>r</u>baz",
 1.24788 +	[true,true],
 1.24789 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24790 +["[foo<var>bar</var>baz]",
 1.24791 +	[["removeformat",""]],
 1.24792 +	"[foobarbaz]",
 1.24793 +	[true],
 1.24794 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24795 +["foo<var>b[a]r</var>baz",
 1.24796 +	[["removeformat",""]],
 1.24797 +	"foo<var>b</var>[a]<var>r</var>baz",
 1.24798 +	[true],
 1.24799 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24800 +["[foo<br>bar]",
 1.24801 +	[["removeformat",""]],
 1.24802 +	"[foo<br>bar]",
 1.24803 +	[true],
 1.24804 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24805 +["[foo<hr>bar]",
 1.24806 +	[["removeformat",""]],
 1.24807 +	"[foo<hr>bar]",
 1.24808 +	[true],
 1.24809 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24810 +["[foo<wbr>bar]",
 1.24811 +	[["removeformat",""]],
 1.24812 +	"[foo<wbr>bar]",
 1.24813 +	[true],
 1.24814 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24815 +["[foo<img>bar]",
 1.24816 +	[["removeformat",""]],
 1.24817 +	"[foo<img>bar]",
 1.24818 +	[true],
 1.24819 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24820 +["[foo<img src=abc>bar]",
 1.24821 +	[["removeformat",""]],
 1.24822 +	"[foo<img src=\"abc\">bar]",
 1.24823 +	[true],
 1.24824 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24825 +["[foo<video></video>bar]",
 1.24826 +	[["removeformat",""]],
 1.24827 +	"[foo<video></video>bar]",
 1.24828 +	[true],
 1.24829 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24830 +["[foo<video src=abc></video>bar]",
 1.24831 +	[["removeformat",""]],
 1.24832 +	"[foo<video src=\"abc\"></video>bar]",
 1.24833 +	[true],
 1.24834 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24835 +["[foo<svg><circle fill=blue r=20 cx=20 cy=20 /></svg>bar]",
 1.24836 +	[["removeformat",""]],
 1.24837 +	"[foo<svg><circle fill=\"blue\" r=\"20\" cx=\"20\" cy=\"20\"></circle></svg>bar]",
 1.24838 +	[true],
 1.24839 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24840 +["[foo<nonexistentelement>bar</nonexistentelement>baz]",
 1.24841 +	[["removeformat",""]],
 1.24842 +	"[foo<nonexistentelement>bar</nonexistentelement>baz]",
 1.24843 +	[true],
 1.24844 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24845 +["foo<nonexistentelement>b[a]r</nonexistentelement>baz",
 1.24846 +	[["removeformat",""]],
 1.24847 +	"foo<nonexistentelement>b[a]r</nonexistentelement>baz",
 1.24848 +	[true],
 1.24849 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24850 +["[foo<nonexistentelement style=\"display: block\">bar</nonexistentelement>baz]",
 1.24851 +	[["removeformat",""]],
 1.24852 +	"[foo<nonexistentelement style=\"display:block\">bar</nonexistentelement>baz]",
 1.24853 +	[true],
 1.24854 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24855 +["foo<nonexistentelement style=\"display: block\">b[a]r</nonexistentelement>baz",
 1.24856 +	[["removeformat",""]],
 1.24857 +	"foo<nonexistentelement style=\"display:block\">b[a]r</nonexistentelement>baz",
 1.24858 +	[true],
 1.24859 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24860 +["[foo<span id=foo>bar</span>baz]",
 1.24861 +	[["removeformat",""]],
 1.24862 +	"[foobarbaz]",
 1.24863 +	[true],
 1.24864 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24865 +["foo<span id=foo>b[a]r</span>baz",
 1.24866 +	[["removeformat",""]],
 1.24867 +	"foo<span id=\"foo\">b</span>[a]<span>r</span>baz",
 1.24868 +	[true],
 1.24869 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24870 +["[foo<span class=foo>bar</span>baz]",
 1.24871 +	[["removeformat",""]],
 1.24872 +	"[foobarbaz]",
 1.24873 +	[true],
 1.24874 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24875 +["foo<span class=foo>b[a]r</span>baz",
 1.24876 +	[["removeformat",""]],
 1.24877 +	"foo<span class=\"foo\">b</span>[a]<span class=\"foo\">r</span>baz",
 1.24878 +	[true],
 1.24879 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24880 +["[foo<b style=\"font-weight: normal\">bar</b>baz]",
 1.24881 +	[["stylewithcss","true"],["removeformat",""]],
 1.24882 +	"[foobarbaz]",
 1.24883 +	[true,true],
 1.24884 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24885 +["[foo<b style=\"font-weight: normal\">bar</b>baz]",
 1.24886 +	[["stylewithcss","false"],["removeformat",""]],
 1.24887 +	"[foobarbaz]",
 1.24888 +	[true,true],
 1.24889 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24890 +["foo<b style=\"font-weight: normal\">b[a]r</b>baz",
 1.24891 +	[["stylewithcss","true"],["removeformat",""]],
 1.24892 +	"foo<b style=\"font-weight:normal\">b</b>[a]<b style=\"font-weight:normal\">r</b>baz",
 1.24893 +	[true,true],
 1.24894 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24895 +["foo<b style=\"font-weight: normal\">b[a]r</b>baz",
 1.24896 +	[["stylewithcss","false"],["removeformat",""]],
 1.24897 +	"foo<b style=\"font-weight:normal\">b</b>[a]<b style=\"font-weight:normal\">r</b>baz",
 1.24898 +	[true,true],
 1.24899 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24900 +["<p style=\"background-color: aqua\">foo[bar]baz</p>",
 1.24901 +	[["removeformat",""]],
 1.24902 +	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
 1.24903 +	[true],
 1.24904 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24905 +["<p><span style=\"background-color: aqua\">foo[bar]baz</span></p>",
 1.24906 +	[["stylewithcss","true"],["removeformat",""]],
 1.24907 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>[bar]<span style=\"background-color:rgb(0, 255, 255)\">baz</span></p>",
 1.24908 +	[true,true],
 1.24909 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24910 +["<p><span style=\"background-color: aqua\">foo[bar]baz</span></p>",
 1.24911 +	[["stylewithcss","false"],["removeformat",""]],
 1.24912 +	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>[bar]<span style=\"background-color:rgb(0, 255, 255)\">baz</span></p>",
 1.24913 +	[true,true],
 1.24914 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24915 +["<p style=\"font-weight: bold\">foo[bar]baz</p>",
 1.24916 +	[["stylewithcss","true"],["removeformat",""]],
 1.24917 +	"<p><span style=\"font-weight:bold\">foo</span>[bar]<span style=\"font-weight:bold\">baz</span></p>",
 1.24918 +	[true,true],
 1.24919 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24920 +["<p style=\"font-weight: bold\">foo[bar]baz</p>",
 1.24921 +	[["stylewithcss","false"],["removeformat",""]],
 1.24922 +	"<p><b>foo</b>[bar]<b>baz</b></p>",
 1.24923 +	[true,true],
 1.24924 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24925 +["<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>",
 1.24926 +	[["stylewithcss","true"],["removeformat",""]],
 1.24927 +	"<p><span style=\"font-weight:bold\">foo</span>[bar]<span style=\"font-weight:bold\">baz</span></p>",
 1.24928 +	[true,true],
 1.24929 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24930 +["<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>",
 1.24931 +	[["stylewithcss","false"],["removeformat",""]],
 1.24932 +	"<p><b>foo</b>[bar]<b>baz</b></p>",
 1.24933 +	[true,true],
 1.24934 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24935 +["<p style=\"font-variant: small-caps\">foo[bar]baz</p>",
 1.24936 +	[["removeformat",""]],
 1.24937 +	"<p style=\"font-variant:small-caps\">foo[bar]baz</p>",
 1.24938 +	[true],
 1.24939 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24940 +["{<p style=\"font-variant: small-caps\">foobarbaz</p>}",
 1.24941 +	[["removeformat",""]],
 1.24942 +	"{<p style=\"font-variant:small-caps\">foobarbaz</p>}",
 1.24943 +	[true],
 1.24944 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24945 +["<p style=\"text-indent: 2em\">foo[bar]baz</p>",
 1.24946 +	[["removeformat",""]],
 1.24947 +	"<p style=\"text-indent:2em\">foo[bar]baz</p>",
 1.24948 +	[true],
 1.24949 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24950 +["{<p style=\"text-indent: 2em\">foobarbaz</p>}",
 1.24951 +	[["removeformat",""]],
 1.24952 +	"{<p style=\"text-indent:2em\">foobarbaz</p>}",
 1.24953 +	[true],
 1.24954 +	{"removeformat":[false,false,"",false,false,""]}],
 1.24955 +["<table data-start=0 data-end=1><tr><td><b>foo</b></table>",
 1.24956 +	[["stylewithcss","true"],["removeformat",""]],
 1.24957 +	"<table>{<tbody><tr><td>foo</td></tr></tbody>}</table>",
 1.24958 +	[true,true],
 1.24959 +	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 1.24960 +["<table data-start=0 data-end=1><tr><td><b>foo</b></table>",
 1.24961 +	[["stylewithcss","false"],["removeformat",""]],
 1.24962 +	"<table>{<tbody><tr><td>foo</td></tr></tbody>}</table>",
 1.24963 +	[true,true],
 1.24964 +	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 1.24965 +["foo[]bar",
 1.24966 +	[["strikethrough",""]],
 1.24967 +	"foo[]bar",
 1.24968 +	[true],
 1.24969 +	{"strikethrough":[false,false,"",false,true,""]}],
 1.24970 +["<p>[foo</p> <p>bar]</p>",
 1.24971 +	[["stylewithcss","true"],["strikethrough",""]],
 1.24972 +	"<p><span style=\"text-decoration:line-through\">[foo</span></p> <p><span style=\"text-decoration:line-through\">bar]</span></p>",
 1.24973 +	[true,true],
 1.24974 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.24975 +["<p>[foo</p> <p>bar]</p>",
 1.24976 +	[["stylewithcss","false"],["strikethrough",""]],
 1.24977 +	"<p><s>[foo</s></p> <p><s>bar]</s></p>",
 1.24978 +	[true,true],
 1.24979 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.24980 +["<span>[foo</span> <span>bar]</span>",
 1.24981 +	[["stylewithcss","true"],["strikethrough",""]],
 1.24982 +	"<span style=\"text-decoration:line-through\"><span>[foo</span> <span>bar]</span></span>",
 1.24983 +	[true,true],
 1.24984 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.24985 +["<span>[foo</span> <span>bar]</span>",
 1.24986 +	[["stylewithcss","false"],["strikethrough",""]],
 1.24987 +	"<s><span>[foo</span> <span>bar]</span></s>",
 1.24988 +	[true,true],
 1.24989 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.24990 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 1.24991 +	[["stylewithcss","true"],["strikethrough",""]],
 1.24992 +	"<p><span style=\"text-decoration:line-through\">[foo</span></p><p> <span style=\"text-decoration:line-through\"><span>bar</span></span> </p><p><span style=\"text-decoration:line-through\">baz]</span></p>",
 1.24993 +	[true,true],
 1.24994 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.24995 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 1.24996 +	[["stylewithcss","false"],["strikethrough",""]],
 1.24997 +	"<p><s>[foo</s></p><p> <s><span>bar</span></s> </p><p><s>baz]</s></p>",
 1.24998 +	[true,true],
 1.24999 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25000 +["<p>[foo<p><br><p>bar]",
 1.25001 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25002 +	"<p><span style=\"text-decoration:line-through\">[foo</span></p><p><span style=\"text-decoration:line-through\"><br></span></p><p><span style=\"text-decoration:line-through\">bar]</span></p>",
 1.25003 +	[true,true],
 1.25004 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25005 +["<p>[foo<p><br><p>bar]",
 1.25006 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25007 +	"<p><s>[foo</s></p><p><s><br></s></p><p><s>bar]</s></p>",
 1.25008 +	[true,true],
 1.25009 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25010 +["<b>foo[]bar</b>",
 1.25011 +	[["strikethrough",""]],
 1.25012 +	"<b>foo[]bar</b>",
 1.25013 +	[true],
 1.25014 +	{"strikethrough":[false,false,"",false,true,""]}],
 1.25015 +["<i>foo[]bar</i>",
 1.25016 +	[["strikethrough",""]],
 1.25017 +	"<i>foo[]bar</i>",
 1.25018 +	[true],
 1.25019 +	{"strikethrough":[false,false,"",false,true,""]}],
 1.25020 +["<span>foo</span>{}<span>bar</span>",
 1.25021 +	[["strikethrough",""]],
 1.25022 +	"<span>foo</span>{}<span>bar</span>",
 1.25023 +	[true],
 1.25024 +	{"strikethrough":[false,false,"",false,true,""]}],
 1.25025 +["<span>foo[</span><span>]bar</span>",
 1.25026 +	[["strikethrough",""]],
 1.25027 +	"<span>foo[</span><span>]bar</span>",
 1.25028 +	[true],
 1.25029 +	{"strikethrough":[false,false,"",false,true,""]}],
 1.25030 +["foo[bar]baz",
 1.25031 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25032 +	"foo<span style=\"text-decoration:line-through\">[bar]</span>baz",
 1.25033 +	[true,true],
 1.25034 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25035 +["foo[bar]baz",
 1.25036 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25037 +	"foo<s>[bar]</s>baz",
 1.25038 +	[true,true],
 1.25039 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25040 +["foo[bar<b>baz]qoz</b>quz",
 1.25041 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25042 +	"foo<span style=\"text-decoration:line-through\">[bar</span><b><span style=\"text-decoration:line-through\">baz]</span>qoz</b>quz",
 1.25043 +	[true,true],
 1.25044 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25045 +["foo[bar<b>baz]qoz</b>quz",
 1.25046 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25047 +	"foo<s>[bar</s><b><s>baz]</s>qoz</b>quz",
 1.25048 +	[true,true],
 1.25049 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25050 +["foo[bar<i>baz]qoz</i>quz",
 1.25051 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25052 +	"foo<span style=\"text-decoration:line-through\">[bar</span><i><span style=\"text-decoration:line-through\">baz]</span>qoz</i>quz",
 1.25053 +	[true,true],
 1.25054 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25055 +["foo[bar<i>baz]qoz</i>quz",
 1.25056 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25057 +	"foo<s>[bar</s><i><s>baz]</s>qoz</i>quz",
 1.25058 +	[true,true],
 1.25059 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25060 +["{<p><p> <p>foo</p>}",
 1.25061 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25062 +	"{<p></p><p> </p><p><span style=\"text-decoration:line-through\">foo</span></p>}",
 1.25063 +	[true,true],
 1.25064 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25065 +["{<p><p> <p>foo</p>}",
 1.25066 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25067 +	"{<p></p><p> </p><p><s>foo</s></p>}",
 1.25068 +	[true,true],
 1.25069 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25070 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 1.25071 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25072 +	"<table><tbody><tr><td>foo</td><td>b<span style=\"text-decoration:line-through\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
 1.25073 +	[true,true],
 1.25074 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25075 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 1.25076 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25077 +	"<table><tbody><tr><td>foo</td><td>b<s>[a]</s>r</td><td>baz</td></tr></tbody></table>",
 1.25078 +	[true,true],
 1.25079 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25080 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 1.25081 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25082 +	"<table><tbody><tr><td>foo</td>{<td><span style=\"text-decoration:line-through\">bar</span></td>}<td>baz</td></tr></tbody></table>",
 1.25083 +	[true,true],
 1.25084 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25085 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 1.25086 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25087 +	"<table><tbody><tr><td>foo</td>{<td><s>bar</s></td>}<td>baz</td></tr></tbody></table>",
 1.25088 +	[true,true],
 1.25089 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25090 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 1.25091 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25092 +	"<table><tbody><tr>{<td><span style=\"text-decoration:line-through\">foo</span></td><td><span style=\"text-decoration:line-through\">bar</span></td>}<td>baz</td></tr></tbody></table>",
 1.25093 +	[true,true],
 1.25094 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25095 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 1.25096 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25097 +	"<table><tbody><tr>{<td><s>foo</s></td><td><s>bar</s></td>}<td>baz</td></tr></tbody></table>",
 1.25098 +	[true,true],
 1.25099 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25100 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 1.25101 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25102 +	"<table><tbody>{<tr><td><span style=\"text-decoration:line-through\">foo</span></td><td><span style=\"text-decoration:line-through\">bar</span></td><td><span style=\"text-decoration:line-through\">baz</span></td></tr>}</tbody></table>",
 1.25103 +	[true,true],
 1.25104 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25105 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 1.25106 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25107 +	"<table><tbody>{<tr><td><s>foo</s></td><td><s>bar</s></td><td><s>baz</s></td></tr>}</tbody></table>",
 1.25108 +	[true,true],
 1.25109 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25110 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 1.25111 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25112 +	"<table>{<tbody><tr><td><span style=\"text-decoration:line-through\">foo</span></td><td><span style=\"text-decoration:line-through\">bar</span></td><td><span style=\"text-decoration:line-through\">baz</span></td></tr></tbody>}</table>",
 1.25113 +	[true,true],
 1.25114 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25115 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 1.25116 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25117 +	"<table>{<tbody><tr><td><s>foo</s></td><td><s>bar</s></td><td><s>baz</s></td></tr></tbody>}</table>",
 1.25118 +	[true,true],
 1.25119 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25120 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
 1.25121 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25122 +	"{<table><tbody><tr><td><span style=\"text-decoration:line-through\">foo</span></td><td><span style=\"text-decoration:line-through\">bar</span></td><td><span style=\"text-decoration:line-through\">baz</span></td></tr></tbody></table>}",
 1.25123 +	[true,true],
 1.25124 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25125 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
 1.25126 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25127 +	"{<table><tbody><tr><td><s>foo</s></td><td><s>bar</s></td><td><s>baz</s></td></tr></tbody></table>}",
 1.25128 +	[true,true],
 1.25129 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25130 +["foo<u>[bar]</u>baz",
 1.25131 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25132 +	"foo<span style=\"text-decoration:line-through\"><u>[bar]</u></span>baz",
 1.25133 +	[true,true],
 1.25134 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25135 +["foo<u>[bar]</u>baz",
 1.25136 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25137 +	"foo<s><u>[bar]</u></s>baz",
 1.25138 +	[true,true],
 1.25139 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25140 +["foo<span style=\"text-decoration: underline\">[bar]</span>baz",
 1.25141 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25142 +	"foo<span style=\"text-decoration:line-through\"><span style=\"text-decoration:underline\">[bar]</span></span>baz",
 1.25143 +	[true,true],
 1.25144 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25145 +["foo<span style=\"text-decoration: underline\">[bar]</span>baz",
 1.25146 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25147 +	"foo<s><span style=\"text-decoration:underline\">[bar]</span></s>baz",
 1.25148 +	[true,true],
 1.25149 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25150 +["<u>foo[bar]baz</u>",
 1.25151 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25152 +	"<u>foo<span style=\"text-decoration:line-through\">[bar]</span>baz</u>",
 1.25153 +	[true,true],
 1.25154 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25155 +["<u>foo[bar]baz</u>",
 1.25156 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25157 +	"<u>foo<s>[bar]</s>baz</u>",
 1.25158 +	[true,true],
 1.25159 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25160 +["<u>foo[b<span style=\"color:blue\">ar]ba</span>z</u>",
 1.25161 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25162 +	"<u>foo<span style=\"text-decoration:line-through\">[b</span><span style=\"color:rgb(0, 0, 255)\"><span style=\"text-decoration:line-through\">ar]</span>ba</span>z</u>",
 1.25163 +	[true,true],
 1.25164 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25165 +["<u>foo[b<span style=\"color:blue\">ar]ba</span>z</u>",
 1.25166 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25167 +	"<u>foo<s>[b</s><span style=\"color:rgb(0, 0, 255)\"><s>ar]</s>ba</span>z</u>",
 1.25168 +	[true,true],
 1.25169 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25170 +["<u>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</u>",
 1.25171 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25172 +	"<u>foo<span style=\"text-decoration:line-through\">[b</span><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><span style=\"text-decoration:line-through\">ar]</span>ba</span>z</u>",
 1.25173 +	[true,true],
 1.25174 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25175 +["<u>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</u>",
 1.25176 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25177 +	"<u>foo<s>[b</s><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><s>ar]</s>ba</span>z</u>",
 1.25178 +	[true,true],
 1.25179 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25180 +["<u>foo[b<span style=\"font-size:3em\">ar]ba</span>z</u>",
 1.25181 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25182 +	"<u>foo<span style=\"text-decoration:line-through\">[b</span><span style=\"font-size:3em\"><span style=\"text-decoration:line-through\">ar]</span>ba</span>z</u>",
 1.25183 +	[true,true],
 1.25184 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25185 +["<u>foo[b<span style=\"font-size:3em\">ar]ba</span>z</u>",
 1.25186 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25187 +	"<u>foo<s>[b</s><span style=\"font-size:3em\"><s>ar]</s>ba</span>z</u>",
 1.25188 +	[true,true],
 1.25189 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25190 +["<u>foo[b<i>ar]ba</i>z</u>",
 1.25191 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25192 +	"<u>foo<span style=\"text-decoration:line-through\">[b</span><i><span style=\"text-decoration:line-through\">ar]</span>ba</i>z</u>",
 1.25193 +	[true,true],
 1.25194 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25195 +["<u>foo[b<i>ar]ba</i>z</u>",
 1.25196 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25197 +	"<u>foo<s>[b</s><i><s>ar]</s>ba</i>z</u>",
 1.25198 +	[true,true],
 1.25199 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25200 +["<p style=\"text-decoration: underline\">foo[bar]baz</p>",
 1.25201 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25202 +	"<p style=\"text-decoration:underline\">foo<span style=\"text-decoration:line-through\">[bar]</span>baz</p>",
 1.25203 +	[true,true],
 1.25204 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25205 +["<p style=\"text-decoration: underline\">foo[bar]baz</p>",
 1.25206 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25207 +	"<p style=\"text-decoration:underline\">foo<s>[bar]</s>baz</p>",
 1.25208 +	[true,true],
 1.25209 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25210 +["foo<s>[bar]</s>baz",
 1.25211 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25212 +	"foo[bar]baz",
 1.25213 +	[true,true],
 1.25214 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25215 +["foo<s>[bar]</s>baz",
 1.25216 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25217 +	"foo[bar]baz",
 1.25218 +	[true,true],
 1.25219 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25220 +["foo<span style=\"text-decoration: line-through\">[bar]</span>baz",
 1.25221 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25222 +	"foo[bar]baz",
 1.25223 +	[true,true],
 1.25224 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25225 +["foo<span style=\"text-decoration: line-through\">[bar]</span>baz",
 1.25226 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25227 +	"foo[bar]baz",
 1.25228 +	[true,true],
 1.25229 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25230 +["<s>foo[bar]baz</s>",
 1.25231 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25232 +	"<span style=\"text-decoration:line-through\">foo</span>[bar]<span style=\"text-decoration:line-through\">baz</span>",
 1.25233 +	[true,true],
 1.25234 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25235 +["<s>foo[bar]baz</s>",
 1.25236 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25237 +	"<s>foo</s>[bar]<s>baz</s>",
 1.25238 +	[true,true],
 1.25239 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25240 +["<s>foo[b<span style=\"color:blue\">ar]ba</span>z</s>",
 1.25241 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25242 +	"<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"color:rgb(0, 0, 255)\">ar]<span style=\"text-decoration:line-through\">ba</span></span><span style=\"text-decoration:line-through\">z</span>",
 1.25243 +	[true,true],
 1.25244 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25245 +["<s>foo[b<span style=\"color:blue\">ar]ba</span>z</s>",
 1.25246 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25247 +	"<s>foo</s>[b<span style=\"color:rgb(0, 0, 255)\">ar]<s>ba</s></span><s>z</s>",
 1.25248 +	[true,true],
 1.25249 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25250 +["<s>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</s>",
 1.25251 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25252 +	"<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]<span style=\"text-decoration:line-through\">ba</span></span><span style=\"text-decoration:line-through\">z</span>",
 1.25253 +	[true,true],
 1.25254 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25255 +["<s>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</s>",
 1.25256 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25257 +	"<s>foo</s>[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]<s>ba</s></span><s>z</s>",
 1.25258 +	[true,true],
 1.25259 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25260 +["<s>foo[b<span style=\"font-size:3em\">ar]ba</span>z</s>",
 1.25261 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25262 +	"<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"font-size:3em\">ar]<span style=\"text-decoration:line-through\">ba</span></span><span style=\"text-decoration:line-through\">z</span>",
 1.25263 +	[true,true],
 1.25264 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25265 +["<s>foo[b<span style=\"font-size:3em\">ar]ba</span>z</s>",
 1.25266 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25267 +	"<s>foo</s>[b<span style=\"font-size:3em\">ar]<s>ba</s></span><s>z</s>",
 1.25268 +	[true,true],
 1.25269 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25270 +["<s>foo[b<i>ar]ba</i>z</s>",
 1.25271 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25272 +	"<span style=\"text-decoration:line-through\">foo</span>[b<i>ar]<span style=\"text-decoration:line-through\">ba</span></i><span style=\"text-decoration:line-through\">z</span>",
 1.25273 +	[true,true],
 1.25274 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25275 +["<s>foo[b<i>ar]ba</i>z</s>",
 1.25276 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25277 +	"<s>foo</s>[b<i>ar]<s>ba</s></i><s>z</s>",
 1.25278 +	[true,true],
 1.25279 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25280 +["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 1.25281 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25282 +	"<p><span style=\"text-decoration:line-through\">foo</span>[bar]<span style=\"text-decoration:line-through\">baz</span></p>",
 1.25283 +	[true,true],
 1.25284 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25285 +["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 1.25286 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25287 +	"<p><s>foo</s>[bar]<s>baz</s></p>",
 1.25288 +	[true,true],
 1.25289 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25290 +["foo<strike>[bar]</strike>baz",
 1.25291 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25292 +	"foo[bar]baz",
 1.25293 +	[true,true],
 1.25294 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25295 +["foo<strike>[bar]</strike>baz",
 1.25296 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25297 +	"foo[bar]baz",
 1.25298 +	[true,true],
 1.25299 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25300 +["<strike>foo[bar]baz</strike>",
 1.25301 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25302 +	"<span style=\"text-decoration:line-through\">foo</span>[bar]<span style=\"text-decoration:line-through\">baz</span>",
 1.25303 +	[true,true],
 1.25304 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25305 +["<strike>foo[bar]baz</strike>",
 1.25306 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25307 +	"<s>foo</s>[bar]<s>baz</s>",
 1.25308 +	[true,true],
 1.25309 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25310 +["<strike>foo[b<span style=\"color:blue\">ar]ba</span>z</strike>",
 1.25311 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25312 +	"<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"color:rgb(0, 0, 255)\">ar]<span style=\"text-decoration:line-through\">ba</span></span><span style=\"text-decoration:line-through\">z</span>",
 1.25313 +	[true,true],
 1.25314 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25315 +["<strike>foo[b<span style=\"color:blue\">ar]ba</span>z</strike>",
 1.25316 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25317 +	"<s>foo</s>[b<span style=\"color:rgb(0, 0, 255)\">ar]<s>ba</s></span><s>z</s>",
 1.25318 +	[true,true],
 1.25319 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25320 +["<strike>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</strike>",
 1.25321 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25322 +	"<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]<span style=\"text-decoration:line-through\">ba</span></span><span style=\"text-decoration:line-through\">z</span>",
 1.25323 +	[true,true],
 1.25324 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25325 +["<strike>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</strike>",
 1.25326 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25327 +	"<s>foo</s>[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]<s>ba</s></span><s>z</s>",
 1.25328 +	[true,true],
 1.25329 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25330 +["<strike>foo[b<span style=\"font-size:3em\">ar]ba</span>z</strike>",
 1.25331 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25332 +	"<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"font-size:3em\">ar]<span style=\"text-decoration:line-through\">ba</span></span><span style=\"text-decoration:line-through\">z</span>",
 1.25333 +	[true,true],
 1.25334 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25335 +["<strike>foo[b<span style=\"font-size:3em\">ar]ba</span>z</strike>",
 1.25336 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25337 +	"<s>foo</s>[b<span style=\"font-size:3em\">ar]<s>ba</s></span><s>z</s>",
 1.25338 +	[true,true],
 1.25339 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25340 +["<strike>foo[b<i>ar]ba</i>z</strike>",
 1.25341 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25342 +	"<span style=\"text-decoration:line-through\">foo</span>[b<i>ar]<span style=\"text-decoration:line-through\">ba</span></i><span style=\"text-decoration:line-through\">z</span>",
 1.25343 +	[true,true],
 1.25344 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25345 +["<strike>foo[b<i>ar]ba</i>z</strike>",
 1.25346 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25347 +	"<s>foo</s>[b<i>ar]<s>ba</s></i><s>z</s>",
 1.25348 +	[true,true],
 1.25349 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25350 +["foo<ins>[bar]</ins>baz",
 1.25351 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25352 +	"foo<span style=\"text-decoration:line-through\"><ins>[bar]</ins></span>baz",
 1.25353 +	[true,true],
 1.25354 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25355 +["foo<ins>[bar]</ins>baz",
 1.25356 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25357 +	"foo<s><ins>[bar]</ins></s>baz",
 1.25358 +	[true,true],
 1.25359 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25360 +["<ins>foo[bar]baz</ins>",
 1.25361 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25362 +	"<ins>foo<span style=\"text-decoration:line-through\">[bar]</span>baz</ins>",
 1.25363 +	[true,true],
 1.25364 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25365 +["<ins>foo[bar]baz</ins>",
 1.25366 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25367 +	"<ins>foo<s>[bar]</s>baz</ins>",
 1.25368 +	[true,true],
 1.25369 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25370 +["<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins>",
 1.25371 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25372 +	"<ins>foo<span style=\"text-decoration:line-through\">[b</span><span style=\"color:rgb(0, 0, 255)\"><span style=\"text-decoration:line-through\">ar]</span>ba</span>z</ins>",
 1.25373 +	[true,true],
 1.25374 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25375 +["<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins>",
 1.25376 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25377 +	"<ins>foo<s>[b</s><span style=\"color:rgb(0, 0, 255)\"><s>ar]</s>ba</span>z</ins>",
 1.25378 +	[true,true],
 1.25379 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25380 +["<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</ins>",
 1.25381 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25382 +	"<ins>foo<span style=\"text-decoration:line-through\">[b</span><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><span style=\"text-decoration:line-through\">ar]</span>ba</span>z</ins>",
 1.25383 +	[true,true],
 1.25384 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25385 +["<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</ins>",
 1.25386 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25387 +	"<ins>foo<s>[b</s><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><s>ar]</s>ba</span>z</ins>",
 1.25388 +	[true,true],
 1.25389 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25390 +["<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ins>",
 1.25391 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25392 +	"<ins>foo<span style=\"text-decoration:line-through\">[b</span><span style=\"font-size:3em\"><span style=\"text-decoration:line-through\">ar]</span>ba</span>z</ins>",
 1.25393 +	[true,true],
 1.25394 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25395 +["<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ins>",
 1.25396 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25397 +	"<ins>foo<s>[b</s><span style=\"font-size:3em\"><s>ar]</s>ba</span>z</ins>",
 1.25398 +	[true,true],
 1.25399 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25400 +["<ins>foo[b<i>ar]ba</i>z</ins>",
 1.25401 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25402 +	"<ins>foo<span style=\"text-decoration:line-through\">[b</span><i><span style=\"text-decoration:line-through\">ar]</span>ba</i>z</ins>",
 1.25403 +	[true,true],
 1.25404 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25405 +["<ins>foo[b<i>ar]ba</i>z</ins>",
 1.25406 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25407 +	"<ins>foo<s>[b</s><i><s>ar]</s>ba</i>z</ins>",
 1.25408 +	[true,true],
 1.25409 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25410 +["foo<del>[bar]</del>baz",
 1.25411 +	[["strikethrough",""]],
 1.25412 +	"foo<del>[bar]</del>baz",
 1.25413 +	[true],
 1.25414 +	{"strikethrough":[false,true,"",false,true,""]}],
 1.25415 +["<del>foo[bar]baz</del>",
 1.25416 +	[["strikethrough",""]],
 1.25417 +	"<del>foo[bar]baz</del>",
 1.25418 +	[true],
 1.25419 +	{"strikethrough":[false,true,"",false,true,""]}],
 1.25420 +["<del>foo[b<span style=\"color:blue\">ar]ba</span>z</del>",
 1.25421 +	[["strikethrough",""]],
 1.25422 +	"<del>foo[b<span style=\"color:rgb(0, 0, 255)\">ar]ba</span>z</del>",
 1.25423 +	[true],
 1.25424 +	{"strikethrough":[false,true,"",false,true,""]}],
 1.25425 +["<del>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</del>",
 1.25426 +	[["strikethrough",""]],
 1.25427 +	"<del>foo[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]ba</span>z</del>",
 1.25428 +	[true],
 1.25429 +	{"strikethrough":[false,true,"",false,true,""]}],
 1.25430 +["<del>foo[b<span style=\"font-size:3em\">ar]ba</span>z</del>",
 1.25431 +	[["strikethrough",""]],
 1.25432 +	"<del>foo[b<span style=\"font-size:3em\">ar]ba</span>z</del>",
 1.25433 +	[true],
 1.25434 +	{"strikethrough":[false,true,"",false,true,""]}],
 1.25435 +["<del>foo[b<i>ar]ba</i>z</del>",
 1.25436 +	[["strikethrough",""]],
 1.25437 +	"<del>foo[b<i>ar]ba</i>z</del>",
 1.25438 +	[true],
 1.25439 +	{"strikethrough":[false,true,"",false,true,""]}],
 1.25440 +["foo<span style=\"text-decoration: underline line-through\">[bar]</span>baz",
 1.25441 +	[["strikethrough",""]],
 1.25442 +	"foo<span style=\"text-decoration:underline\">[bar]</span>baz",
 1.25443 +	[true],
 1.25444 +	{"strikethrough":[false,true,"",false,false,""]}],
 1.25445 +["foo<span style=\"text-decoration: underline line-through\">b[a]r</span>baz",
 1.25446 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25447 +	"foo<span style=\"text-decoration:underline\"><span style=\"text-decoration:line-through\">b</span>[a]<span style=\"text-decoration:line-through\">r</span></span>baz",
 1.25448 +	[true,true],
 1.25449 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25450 +["foo<span style=\"text-decoration: underline line-through\">b[a]r</span>baz",
 1.25451 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25452 +	"foo<span style=\"text-decoration:underline\"><s>b</s>[a]<s>r</s></span>baz",
 1.25453 +	[true,true],
 1.25454 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25455 +["foo<s style=\"text-decoration: underline\">[bar]</s>baz",
 1.25456 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25457 +	"foo<span style=\"text-decoration:line-through\"><s style=\"text-decoration:underline\">[bar]</s></span>baz",
 1.25458 +	[true,true],
 1.25459 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25460 +["foo<s style=\"text-decoration: underline\">[bar]</s>baz",
 1.25461 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25462 +	"foo<s><s style=\"text-decoration:underline\">[bar]</s></s>baz",
 1.25463 +	[true,true],
 1.25464 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25465 +["foo<s style=\"text-decoration: underline\">b[a]r</s>baz",
 1.25466 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25467 +	"foo<s style=\"text-decoration:underline\">b<span style=\"text-decoration:line-through\">[a]</span>r</s>baz",
 1.25468 +	[true,true],
 1.25469 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25470 +["foo<s style=\"text-decoration: underline\">b[a]r</s>baz",
 1.25471 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25472 +	"foo<s style=\"text-decoration:underline\">b<s>[a]</s>r</s>baz",
 1.25473 +	[true,true],
 1.25474 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25475 +["foo<u style=\"text-decoration: line-through\">[bar]</u>baz",
 1.25476 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25477 +	"foo[bar]baz",
 1.25478 +	[true,true],
 1.25479 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25480 +["foo<u style=\"text-decoration: line-through\">[bar]</u>baz",
 1.25481 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25482 +	"foo[bar]baz",
 1.25483 +	[true,true],
 1.25484 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25485 +["foo<u style=\"text-decoration: line-through\">b[a]r</u>baz",
 1.25486 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25487 +	"foo<span style=\"text-decoration:line-through\">b</span>[a]<span style=\"text-decoration:line-through\">r</span>baz",
 1.25488 +	[true,true],
 1.25489 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25490 +["foo<u style=\"text-decoration: line-through\">b[a]r</u>baz",
 1.25491 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25492 +	"foo<s>b</s>[a]<s>r</s>baz",
 1.25493 +	[true,true],
 1.25494 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25495 +["foo<s style=\"text-decoration: overline\">[bar]</s>baz",
 1.25496 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25497 +	"foo<span style=\"text-decoration:line-through\"><s style=\"text-decoration:overline\">[bar]</s></span>baz",
 1.25498 +	[true,true],
 1.25499 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25500 +["foo<s style=\"text-decoration: overline\">[bar]</s>baz",
 1.25501 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25502 +	"foo<s><s style=\"text-decoration:overline\">[bar]</s></s>baz",
 1.25503 +	[true,true],
 1.25504 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25505 +["foo<s style=\"text-decoration: overline\">b[a]r</s>baz",
 1.25506 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25507 +	"foo<s style=\"text-decoration:overline\">b<span style=\"text-decoration:line-through\">[a]</span>r</s>baz",
 1.25508 +	[true,true],
 1.25509 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25510 +["foo<s style=\"text-decoration: overline\">b[a]r</s>baz",
 1.25511 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25512 +	"foo<s style=\"text-decoration:overline\">b<s>[a]</s>r</s>baz",
 1.25513 +	[true,true],
 1.25514 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25515 +["foo<u style=\"text-decoration: overline\">[bar]</u>baz",
 1.25516 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25517 +	"foo<span style=\"text-decoration:line-through\"><u style=\"text-decoration:overline\">[bar]</u></span>baz",
 1.25518 +	[true,true],
 1.25519 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25520 +["foo<u style=\"text-decoration: overline\">[bar]</u>baz",
 1.25521 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25522 +	"foo<s><u style=\"text-decoration:overline\">[bar]</u></s>baz",
 1.25523 +	[true,true],
 1.25524 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25525 +["foo<u style=\"text-decoration: overline\">b[a]r</u>baz",
 1.25526 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25527 +	"foo<u style=\"text-decoration:overline\">b<span style=\"text-decoration:line-through\">[a]</span>r</u>baz",
 1.25528 +	[true,true],
 1.25529 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25530 +["foo<u style=\"text-decoration: overline\">b[a]r</u>baz",
 1.25531 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25532 +	"foo<u style=\"text-decoration:overline\">b<s>[a]</s>r</u>baz",
 1.25533 +	[true,true],
 1.25534 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25535 +["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 1.25536 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25537 +	"<p><span style=\"text-decoration:line-through\">foo</span>[bar]<span style=\"text-decoration:line-through\">baz</span></p>",
 1.25538 +	[true,true],
 1.25539 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25540 +["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 1.25541 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25542 +	"<p><s>foo</s>[bar]<s>baz</s></p>",
 1.25543 +	[true,true],
 1.25544 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25545 +["<p style=\"text-decoration: overline\">foo[bar]baz</p>",
 1.25546 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25547 +	"<p style=\"text-decoration:overline\">foo<span style=\"text-decoration:line-through\">[bar]</span>baz</p>",
 1.25548 +	[true,true],
 1.25549 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25550 +["<p style=\"text-decoration: overline\">foo[bar]baz</p>",
 1.25551 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25552 +	"<p style=\"text-decoration:overline\">foo<s>[bar]</s>baz</p>",
 1.25553 +	[true,true],
 1.25554 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25555 +["foo<span class=\"underline\">[bar]</span>baz",
 1.25556 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25557 +	"foo<span style=\"text-decoration:line-through\"><span class=\"underline\">[bar]</span></span>baz",
 1.25558 +	[true,true],
 1.25559 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25560 +["foo<span class=\"underline\">[bar]</span>baz",
 1.25561 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25562 +	"foo<s><span class=\"underline\">[bar]</span></s>baz",
 1.25563 +	[true,true],
 1.25564 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25565 +["foo<span class=\"underline\">b[a]r</span>baz",
 1.25566 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25567 +	"foo<span class=\"underline\">b<span style=\"text-decoration:line-through\">[a]</span>r</span>baz",
 1.25568 +	[true,true],
 1.25569 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25570 +["foo<span class=\"underline\">b[a]r</span>baz",
 1.25571 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25572 +	"foo<span class=\"underline\">b<s>[a]</s>r</span>baz",
 1.25573 +	[true,true],
 1.25574 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 1.25575 +["foo<span class=\"line-through\">[bar]</span>baz",
 1.25576 +	[["strikethrough",""]],
 1.25577 +	"foo<span class=\"line-through\">[bar]</span>baz",
 1.25578 +	[true],
 1.25579 +	{"strikethrough":[false,true,"",false,true,""]}],
 1.25580 +["foo<span class=\"line-through\">b[a]r</span>baz",
 1.25581 +	[["strikethrough",""]],
 1.25582 +	"foo<span class=\"line-through\">b[a]r</span>baz",
 1.25583 +	[true],
 1.25584 +	{"strikethrough":[false,true,"",false,true,""]}],
 1.25585 +["foo<span class=\"underline-and-line-through\">[bar]</span>baz",
 1.25586 +	[["strikethrough",""]],
 1.25587 +	"foo<span class=\"underline-and-line-through\">[bar]</span>baz",
 1.25588 +	[true],
 1.25589 +	{"strikethrough":[false,true,"",false,true,""]}],
 1.25590 +["foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
 1.25591 +	[["strikethrough",""]],
 1.25592 +	"foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
 1.25593 +	[true],
 1.25594 +	{"strikethrough":[false,true,"",false,true,""]}],
 1.25595 +["fo[o<s>b]ar</s>baz",
 1.25596 +	[["strikethrough",""]],
 1.25597 +	"fo<s>[ob]ar</s>baz",
 1.25598 +	[true],
 1.25599 +	{"strikethrough":[true,false,"",false,true,""]}],
 1.25600 +["foo<s>ba[r</s>b]az",
 1.25601 +	[["strikethrough",""]],
 1.25602 +	"foo<s>ba[rb]</s>az",
 1.25603 +	[true],
 1.25604 +	{"strikethrough":[true,false,"",false,true,""]}],
 1.25605 +["fo[o<s>bar</s>b]az",
 1.25606 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25607 +	"fo<span style=\"text-decoration:line-through\">[obarb]</span>az",
 1.25608 +	[true,true],
 1.25609 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[true,false,"",false,true,""]}],
 1.25610 +["fo[o<s>bar</s>b]az",
 1.25611 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25612 +	"fo<s>[obarb]</s>az",
 1.25613 +	[true,true],
 1.25614 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[true,false,"",false,true,""]}],
 1.25615 +["foo[<s>b]ar</s>baz",
 1.25616 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25617 +	"foo[b]<span style=\"text-decoration:line-through\">ar</span>baz",
 1.25618 +	[true,true],
 1.25619 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25620 +["foo[<s>b]ar</s>baz",
 1.25621 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25622 +	"foo[b]<s>ar</s>baz",
 1.25623 +	[true,true],
 1.25624 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25625 +["foo<s>ba[r</s>]baz",
 1.25626 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25627 +	"foo<span style=\"text-decoration:line-through\">ba</span>[r]baz",
 1.25628 +	[true,true],
 1.25629 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25630 +["foo<s>ba[r</s>]baz",
 1.25631 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25632 +	"foo<s>ba</s>[r]baz",
 1.25633 +	[true,true],
 1.25634 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25635 +["foo[<s>bar</s>]baz",
 1.25636 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25637 +	"foo[bar]baz",
 1.25638 +	[true,true],
 1.25639 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25640 +["foo[<s>bar</s>]baz",
 1.25641 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25642 +	"foo[bar]baz",
 1.25643 +	[true,true],
 1.25644 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25645 +["foo<s>[bar]</s>baz",
 1.25646 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25647 +	"foo[bar]baz",
 1.25648 +	[true,true],
 1.25649 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25650 +["foo<s>[bar]</s>baz",
 1.25651 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25652 +	"foo[bar]baz",
 1.25653 +	[true,true],
 1.25654 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25655 +["foo{<s>bar</s>}baz",
 1.25656 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25657 +	"foo{bar}baz",
 1.25658 +	[true,true],
 1.25659 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25660 +["foo{<s>bar</s>}baz",
 1.25661 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25662 +	"foo{bar}baz",
 1.25663 +	[true,true],
 1.25664 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25665 +["fo[o<span style=text-decoration:line-through>b]ar</span>baz",
 1.25666 +	[["strikethrough",""]],
 1.25667 +	"fo<span style=\"text-decoration:line-through\">[ob]ar</span>baz",
 1.25668 +	[true],
 1.25669 +	{"strikethrough":[true,false,"",false,true,""]}],
 1.25670 +["<strike>fo[o</strike><s>b]ar</s>",
 1.25671 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25672 +	"<span style=\"text-decoration:line-through\">fo</span>[ob]<span style=\"text-decoration:line-through\">ar</span>",
 1.25673 +	[true,true],
 1.25674 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25675 +["<strike>fo[o</strike><s>b]ar</s>",
 1.25676 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25677 +	"<s>fo</s>[ob]<s>ar</s>",
 1.25678 +	[true,true],
 1.25679 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 1.25680 +["<s>fo[o</s><del>b]ar</del>",
 1.25681 +	[["stylewithcss","true"],["strikethrough",""]],
 1.25682 +	"<span style=\"text-decoration:line-through\">fo</span>[o<del>b]ar</del>",
 1.25683 +	[true,true],
 1.25684 +	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",true,false,""]}],
 1.25685 +["<s>fo[o</s><del>b]ar</del>",
 1.25686 +	[["stylewithcss","false"],["strikethrough",""]],
 1.25687 +	"<s>fo</s>[o<del>b]ar</del>",
 1.25688 +	[true,true],
 1.25689 +	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",true,false,""]}],
 1.25690 +["foo[]bar",
 1.25691 +	[["subscript",""]],
 1.25692 +	"foo[]bar",
 1.25693 +	[true],
 1.25694 +	{"subscript":[false,false,"",false,true,""]}],
 1.25695 +["<p>[foo</p> <p>bar]</p>",
 1.25696 +	[["stylewithcss","true"],["subscript",""]],
 1.25697 +	"<p><sub>[foo</sub></p> <p><sub>bar]</sub></p>",
 1.25698 +	[true,true],
 1.25699 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25700 +["<p>[foo</p> <p>bar]</p>",
 1.25701 +	[["stylewithcss","false"],["subscript",""]],
 1.25702 +	"<p><sub>[foo</sub></p> <p><sub>bar]</sub></p>",
 1.25703 +	[true,true],
 1.25704 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25705 +["<span>[foo</span> <span>bar]</span>",
 1.25706 +	[["stylewithcss","true"],["subscript",""]],
 1.25707 +	"<sub><span>[foo</span> <span>bar]</span></sub>",
 1.25708 +	[true,true],
 1.25709 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25710 +["<span>[foo</span> <span>bar]</span>",
 1.25711 +	[["stylewithcss","false"],["subscript",""]],
 1.25712 +	"<sub><span>[foo</span> <span>bar]</span></sub>",
 1.25713 +	[true,true],
 1.25714 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25715 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 1.25716 +	[["stylewithcss","true"],["subscript",""]],
 1.25717 +	"<p><sub>[foo</sub></p><p> <sub><span>bar</span></sub> </p><p><sub>baz]</sub></p>",
 1.25718 +	[true,true],
 1.25719 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25720 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 1.25721 +	[["stylewithcss","false"],["subscript",""]],
 1.25722 +	"<p><sub>[foo</sub></p><p> <sub><span>bar</span></sub> </p><p><sub>baz]</sub></p>",
 1.25723 +	[true,true],
 1.25724 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25725 +["<p>[foo<p><br><p>bar]",
 1.25726 +	[["stylewithcss","true"],["subscript",""]],
 1.25727 +	"<p><sub>[foo</sub></p><p><sub><br></sub></p><p><sub>bar]</sub></p>",
 1.25728 +	[true,true],
 1.25729 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25730 +["<p>[foo<p><br><p>bar]",
 1.25731 +	[["stylewithcss","false"],["subscript",""]],
 1.25732 +	"<p><sub>[foo</sub></p><p><sub><br></sub></p><p><sub>bar]</sub></p>",
 1.25733 +	[true,true],
 1.25734 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25735 +["<b>foo[]bar</b>",
 1.25736 +	[["subscript",""]],
 1.25737 +	"<b>foo[]bar</b>",
 1.25738 +	[true],
 1.25739 +	{"subscript":[false,false,"",false,true,""]}],
 1.25740 +["<i>foo[]bar</i>",
 1.25741 +	[["subscript",""]],
 1.25742 +	"<i>foo[]bar</i>",
 1.25743 +	[true],
 1.25744 +	{"subscript":[false,false,"",false,true,""]}],
 1.25745 +["<span>foo</span>{}<span>bar</span>",
 1.25746 +	[["subscript",""]],
 1.25747 +	"<span>foo</span>{}<span>bar</span>",
 1.25748 +	[true],
 1.25749 +	{"subscript":[false,false,"",false,true,""]}],
 1.25750 +["<span>foo[</span><span>]bar</span>",
 1.25751 +	[["subscript",""]],
 1.25752 +	"<span>foo[</span><span>]bar</span>",
 1.25753 +	[true],
 1.25754 +	{"subscript":[false,false,"",false,true,""]}],
 1.25755 +["foo[bar]baz",
 1.25756 +	[["stylewithcss","true"],["subscript",""]],
 1.25757 +	"foo<sub>[bar]</sub>baz",
 1.25758 +	[true,true],
 1.25759 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25760 +["foo[bar]baz",
 1.25761 +	[["stylewithcss","false"],["subscript",""]],
 1.25762 +	"foo<sub>[bar]</sub>baz",
 1.25763 +	[true,true],
 1.25764 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25765 +["foo[bar<b>baz]qoz</b>quz",
 1.25766 +	[["stylewithcss","true"],["subscript",""]],
 1.25767 +	"foo<sub>[bar</sub><b><sub>baz]</sub>qoz</b>quz",
 1.25768 +	[true,true],
 1.25769 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25770 +["foo[bar<b>baz]qoz</b>quz",
 1.25771 +	[["stylewithcss","false"],["subscript",""]],
 1.25772 +	"foo<sub>[bar</sub><b><sub>baz]</sub>qoz</b>quz",
 1.25773 +	[true,true],
 1.25774 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25775 +["foo[bar<i>baz]qoz</i>quz",
 1.25776 +	[["stylewithcss","true"],["subscript",""]],
 1.25777 +	"foo<sub>[bar</sub><i><sub>baz]</sub>qoz</i>quz",
 1.25778 +	[true,true],
 1.25779 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25780 +["foo[bar<i>baz]qoz</i>quz",
 1.25781 +	[["stylewithcss","false"],["subscript",""]],
 1.25782 +	"foo<sub>[bar</sub><i><sub>baz]</sub>qoz</i>quz",
 1.25783 +	[true,true],
 1.25784 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25785 +["{<p><p> <p>foo</p>}",
 1.25786 +	[["stylewithcss","true"],["subscript",""]],
 1.25787 +	"{<p></p><p> </p><p><sub>foo</sub></p>}",
 1.25788 +	[true,true],
 1.25789 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25790 +["{<p><p> <p>foo</p>}",
 1.25791 +	[["stylewithcss","false"],["subscript",""]],
 1.25792 +	"{<p></p><p> </p><p><sub>foo</sub></p>}",
 1.25793 +	[true,true],
 1.25794 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25795 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 1.25796 +	[["stylewithcss","true"],["subscript",""]],
 1.25797 +	"<table><tbody><tr><td>foo</td><td>b<sub>[a]</sub>r</td><td>baz</td></tr></tbody></table>",
 1.25798 +	[true,true],
 1.25799 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25800 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 1.25801 +	[["stylewithcss","false"],["subscript",""]],
 1.25802 +	"<table><tbody><tr><td>foo</td><td>b<sub>[a]</sub>r</td><td>baz</td></tr></tbody></table>",
 1.25803 +	[true,true],
 1.25804 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25805 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 1.25806 +	[["stylewithcss","true"],["subscript",""]],
 1.25807 +	"<table><tbody><tr><td>foo</td>{<td><sub>bar</sub></td>}<td>baz</td></tr></tbody></table>",
 1.25808 +	[true,true],
 1.25809 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25810 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 1.25811 +	[["stylewithcss","false"],["subscript",""]],
 1.25812 +	"<table><tbody><tr><td>foo</td>{<td><sub>bar</sub></td>}<td>baz</td></tr></tbody></table>",
 1.25813 +	[true,true],
 1.25814 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25815 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 1.25816 +	[["stylewithcss","true"],["subscript",""]],
 1.25817 +	"<table><tbody><tr>{<td><sub>foo</sub></td><td><sub>bar</sub></td>}<td>baz</td></tr></tbody></table>",
 1.25818 +	[true,true],
 1.25819 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25820 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 1.25821 +	[["stylewithcss","false"],["subscript",""]],
 1.25822 +	"<table><tbody><tr>{<td><sub>foo</sub></td><td><sub>bar</sub></td>}<td>baz</td></tr></tbody></table>",
 1.25823 +	[true,true],
 1.25824 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25825 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 1.25826 +	[["stylewithcss","true"],["subscript",""]],
 1.25827 +	"<table><tbody>{<tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr>}</tbody></table>",
 1.25828 +	[true,true],
 1.25829 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25830 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 1.25831 +	[["stylewithcss","false"],["subscript",""]],
 1.25832 +	"<table><tbody>{<tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr>}</tbody></table>",
 1.25833 +	[true,true],
 1.25834 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25835 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 1.25836 +	[["stylewithcss","true"],["subscript",""]],
 1.25837 +	"<table>{<tbody><tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr></tbody>}</table>",
 1.25838 +	[true,true],
 1.25839 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25840 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 1.25841 +	[["stylewithcss","false"],["subscript",""]],
 1.25842 +	"<table>{<tbody><tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr></tbody>}</table>",
 1.25843 +	[true,true],
 1.25844 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25845 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
 1.25846 +	[["stylewithcss","true"],["subscript",""]],
 1.25847 +	"{<table><tbody><tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr></tbody></table>}",
 1.25848 +	[true,true],
 1.25849 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25850 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
 1.25851 +	[["stylewithcss","false"],["subscript",""]],
 1.25852 +	"{<table><tbody><tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr></tbody></table>}",
 1.25853 +	[true,true],
 1.25854 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25855 +["foo<sub>[bar]</sub>baz",
 1.25856 +	[["stylewithcss","true"],["subscript",""]],
 1.25857 +	"foo[bar]baz",
 1.25858 +	[true,true],
 1.25859 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,true,"",false,false,""]}],
 1.25860 +["foo<sub>[bar]</sub>baz",
 1.25861 +	[["stylewithcss","false"],["subscript",""]],
 1.25862 +	"foo[bar]baz",
 1.25863 +	[true,true],
 1.25864 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,true,"",false,false,""]}],
 1.25865 +["foo<sub>b[a]r</sub>baz",
 1.25866 +	[["stylewithcss","true"],["subscript",""]],
 1.25867 +	"foo<sub>b</sub>[a]<sub>r</sub>baz",
 1.25868 +	[true,true],
 1.25869 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,true,"",false,false,""]}],
 1.25870 +["foo<sub>b[a]r</sub>baz",
 1.25871 +	[["stylewithcss","false"],["subscript",""]],
 1.25872 +	"foo<sub>b</sub>[a]<sub>r</sub>baz",
 1.25873 +	[true,true],
 1.25874 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,true,"",false,false,""]}],
 1.25875 +["foo<sup>[bar]</sup>baz",
 1.25876 +	[["stylewithcss","true"],["subscript",""]],
 1.25877 +	"foo<sub>[bar]</sub>baz",
 1.25878 +	[true,true],
 1.25879 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25880 +["foo<sup>[bar]</sup>baz",
 1.25881 +	[["stylewithcss","false"],["subscript",""]],
 1.25882 +	"foo<sub>[bar]</sub>baz",
 1.25883 +	[true,true],
 1.25884 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25885 +["foo<sup>b[a]r</sup>baz",
 1.25886 +	[["stylewithcss","true"],["subscript",""]],
 1.25887 +	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 1.25888 +	[true,true],
 1.25889 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25890 +["foo<sup>b[a]r</sup>baz",
 1.25891 +	[["stylewithcss","false"],["subscript",""]],
 1.25892 +	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 1.25893 +	[true,true],
 1.25894 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25895 +["foo<span style=vertical-align:sub>[bar]</span>baz",
 1.25896 +	[["stylewithcss","true"],["subscript",""]],
 1.25897 +	"foo<sub><span style=\"vertical-align:sub\">[bar]</span></sub>baz",
 1.25898 +	[true,true],
 1.25899 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25900 +["foo<span style=vertical-align:sub>[bar]</span>baz",
 1.25901 +	[["stylewithcss","false"],["subscript",""]],
 1.25902 +	"foo<sub><span style=\"vertical-align:sub\">[bar]</span></sub>baz",
 1.25903 +	[true,true],
 1.25904 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25905 +["foo<span style=vertical-align:super>[bar]</span>baz",
 1.25906 +	[["stylewithcss","true"],["subscript",""]],
 1.25907 +	"foo<sub><span style=\"vertical-align:super\">[bar]</span></sub>baz",
 1.25908 +	[true,true],
 1.25909 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25910 +["foo<span style=vertical-align:super>[bar]</span>baz",
 1.25911 +	[["stylewithcss","false"],["subscript",""]],
 1.25912 +	"foo<sub><span style=\"vertical-align:super\">[bar]</span></sub>baz",
 1.25913 +	[true,true],
 1.25914 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25915 +["foo<sub><sub>[bar]</sub></sub>baz",
 1.25916 +	[["stylewithcss","true"],["subscript",""]],
 1.25917 +	"foo[bar]baz",
 1.25918 +	[true,true],
 1.25919 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,true,"",false,false,""]}],
 1.25920 +["foo<sub><sub>[bar]</sub></sub>baz",
 1.25921 +	[["stylewithcss","false"],["subscript",""]],
 1.25922 +	"foo[bar]baz",
 1.25923 +	[true,true],
 1.25924 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,true,"",false,false,""]}],
 1.25925 +["foo<sub><sub>b[a]r</sub></sub>baz",
 1.25926 +	[["subscript",""]],
 1.25927 +	"foo<sub>b</sub>[a]<sub>r</sub>baz",
 1.25928 +	[true],
 1.25929 +	{"subscript":[false,true,"",false,false,""]}],
 1.25930 +["foo<sub>b<sub>[a]</sub>r</sub>baz",
 1.25931 +	[["subscript",""]],
 1.25932 +	"foo<sub>b</sub>[a]<sub>r</sub>baz",
 1.25933 +	[true],
 1.25934 +	{"subscript":[false,true,"",false,false,""]}],
 1.25935 +["foo<sup><sup>[bar]</sup></sup>baz",
 1.25936 +	[["stylewithcss","true"],["subscript",""]],
 1.25937 +	"foo<sub>[bar]</sub>baz",
 1.25938 +	[true,true],
 1.25939 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25940 +["foo<sup><sup>[bar]</sup></sup>baz",
 1.25941 +	[["stylewithcss","false"],["subscript",""]],
 1.25942 +	"foo<sub>[bar]</sub>baz",
 1.25943 +	[true,true],
 1.25944 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25945 +["foo<sup><sup>b[a]r</sup></sup>baz",
 1.25946 +	[["stylewithcss","true"],["subscript",""]],
 1.25947 +	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 1.25948 +	[true,true],
 1.25949 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25950 +["foo<sup><sup>b[a]r</sup></sup>baz",
 1.25951 +	[["stylewithcss","false"],["subscript",""]],
 1.25952 +	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 1.25953 +	[true,true],
 1.25954 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25955 +["foo<sup>b<sup>[a]</sup>r</sup>baz",
 1.25956 +	[["stylewithcss","true"],["subscript",""]],
 1.25957 +	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 1.25958 +	[true,true],
 1.25959 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.25960 +["foo<sup>b<sup>[a]</sup>r</sup>baz",
 1.25961 +	[["stylewithcss","false"],["subscript",""]],
 1.25962 +	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 1.25963 +	[true,true],
 1.25964 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.25965 +["foo<sub><sup>[bar]</sup></sub>baz",
 1.25966 +	[["stylewithcss","true"],["subscript",""]],
 1.25967 +	"foo<sub>[bar]</sub>baz",
 1.25968 +	[true,true],
 1.25969 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[true,false,"",false,true,""]}],
 1.25970 +["foo<sub><sup>[bar]</sup></sub>baz",
 1.25971 +	[["stylewithcss","false"],["subscript",""]],
 1.25972 +	"foo<sub>[bar]</sub>baz",
 1.25973 +	[true,true],
 1.25974 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[true,false,"",false,true,""]}],
 1.25975 +["foo<sub><sup>b[a]r</sup></sub>baz",
 1.25976 +	[["stylewithcss","true"],["subscript",""]],
 1.25977 +	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 1.25978 +	[true,true],
 1.25979 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[true,false,"",false,true,""]}],
 1.25980 +["foo<sub><sup>b[a]r</sup></sub>baz",
 1.25981 +	[["stylewithcss","false"],["subscript",""]],
 1.25982 +	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 1.25983 +	[true,true],
 1.25984 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[true,false,"",false,true,""]}],
 1.25985 +["foo<sub>b<sup>[a]</sup>r</sub>baz",
 1.25986 +	[["stylewithcss","true"],["subscript",""]],
 1.25987 +	"foo<sub>b[a]r</sub>baz",
 1.25988 +	[true,true],
 1.25989 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[true,false,"",false,true,""]}],
 1.25990 +["foo<sub>b<sup>[a]</sup>r</sub>baz",
 1.25991 +	[["stylewithcss","false"],["subscript",""]],
 1.25992 +	"foo<sub>b[a]r</sub>baz",
 1.25993 +	[true,true],
 1.25994 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[true,false,"",false,true,""]}],
 1.25995 +["foo<sup><sub>[bar]</sub></sup>baz",
 1.25996 +	[["stylewithcss","true"],["subscript",""]],
 1.25997 +	"foo<sub>[bar]</sub>baz",
 1.25998 +	[true,true],
 1.25999 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[true,false,"",false,true,""]}],
 1.26000 +["foo<sup><sub>[bar]</sub></sup>baz",
 1.26001 +	[["stylewithcss","false"],["subscript",""]],
 1.26002 +	"foo<sub>[bar]</sub>baz",
 1.26003 +	[true,true],
 1.26004 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[true,false,"",false,true,""]}],
 1.26005 +["foo<sup><sub>b[a]r</sub></sup>baz",
 1.26006 +	[["stylewithcss","true"],["subscript",""]],
 1.26007 +	"foo<sub>b[a]r</sub>baz",
 1.26008 +	[true,true],
 1.26009 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[true,false,"",false,true,""]}],
 1.26010 +["foo<sup><sub>b[a]r</sub></sup>baz",
 1.26011 +	[["stylewithcss","false"],["subscript",""]],
 1.26012 +	"foo<sub>b[a]r</sub>baz",
 1.26013 +	[true,true],
 1.26014 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[true,false,"",false,true,""]}],
 1.26015 +["foo<sup>b<sub>[a]</sub>r</sup>baz",
 1.26016 +	[["stylewithcss","true"],["subscript",""]],
 1.26017 +	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 1.26018 +	[true,true],
 1.26019 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[true,false,"",false,true,""]}],
 1.26020 +["foo<sup>b<sub>[a]</sub>r</sup>baz",
 1.26021 +	[["stylewithcss","false"],["subscript",""]],
 1.26022 +	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 1.26023 +	[true,true],
 1.26024 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[true,false,"",false,true,""]}],
 1.26025 +["fo[o<sub>b]ar</sub>baz",
 1.26026 +	[["subscript",""]],
 1.26027 +	"fo<sub>[ob]ar</sub>baz",
 1.26028 +	[true],
 1.26029 +	{"subscript":[true,false,"",false,true,""]}],
 1.26030 +["foo<sub>ba[r</sub>b]az",
 1.26031 +	[["subscript",""]],
 1.26032 +	"foo<sub>ba[rb]</sub>az",
 1.26033 +	[true],
 1.26034 +	{"subscript":[true,false,"",false,true,""]}],
 1.26035 +["fo[o<sub>bar</sub>b]az",
 1.26036 +	[["subscript",""]],
 1.26037 +	"fo<sub>[obarb]</sub>az",
 1.26038 +	[true],
 1.26039 +	{"subscript":[true,false,"",false,true,""]}],
 1.26040 +["foo[<sub>b]ar</sub>baz",
 1.26041 +	[["subscript",""]],
 1.26042 +	"foo[b]<sub>ar</sub>baz",
 1.26043 +	[true],
 1.26044 +	{"subscript":[false,true,"",false,false,""]}],
 1.26045 +["foo<sub>ba[r</sub>]baz",
 1.26046 +	[["subscript",""]],
 1.26047 +	"foo<sub>ba</sub>[r]baz",
 1.26048 +	[true],
 1.26049 +	{"subscript":[false,true,"",false,false,""]}],
 1.26050 +["foo[<sub>bar</sub>]baz",
 1.26051 +	[["stylewithcss","true"],["subscript",""]],
 1.26052 +	"foo[bar]baz",
 1.26053 +	[true,true],
 1.26054 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,true,"",false,false,""]}],
 1.26055 +["foo[<sub>bar</sub>]baz",
 1.26056 +	[["stylewithcss","false"],["subscript",""]],
 1.26057 +	"foo[bar]baz",
 1.26058 +	[true,true],
 1.26059 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,true,"",false,false,""]}],
 1.26060 +["foo<sub>[bar]</sub>baz",
 1.26061 +	[["stylewithcss","true"],["subscript",""]],
 1.26062 +	"foo[bar]baz",
 1.26063 +	[true,true],
 1.26064 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,true,"",false,false,""]}],
 1.26065 +["foo<sub>[bar]</sub>baz",
 1.26066 +	[["stylewithcss","false"],["subscript",""]],
 1.26067 +	"foo[bar]baz",
 1.26068 +	[true,true],
 1.26069 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,true,"",false,false,""]}],
 1.26070 +["foo{<sub>bar</sub>}baz",
 1.26071 +	[["stylewithcss","true"],["subscript",""]],
 1.26072 +	"foo{bar}baz",
 1.26073 +	[true,true],
 1.26074 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,true,"",false,false,""]}],
 1.26075 +["foo{<sub>bar</sub>}baz",
 1.26076 +	[["stylewithcss","false"],["subscript",""]],
 1.26077 +	"foo{bar}baz",
 1.26078 +	[true,true],
 1.26079 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,true,"",false,false,""]}],
 1.26080 +["<sub>fo[o</sub><sup>b]ar</sup>",
 1.26081 +	[["subscript",""]],
 1.26082 +	"<sub>fo[ob]</sub><sup>ar</sup>",
 1.26083 +	[true],
 1.26084 +	{"subscript":[true,false,"",false,true,""]}],
 1.26085 +["<sub>fo[o</sub><span style=vertical-align:sub>b]ar</span>",
 1.26086 +	[["stylewithcss","true"],["subscript",""]],
 1.26087 +	"<sub>fo[o</sub><span style=\"vertical-align:sub\"><sub>b]</sub>ar</span>",
 1.26088 +	[true,true],
 1.26089 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[true,false,"",false,true,""]}],
 1.26090 +["<sub>fo[o</sub><span style=vertical-align:sub>b]ar</span>",
 1.26091 +	[["stylewithcss","false"],["subscript",""]],
 1.26092 +	"<sub>fo[o</sub><span style=\"vertical-align:sub\"><sub>b]</sub>ar</span>",
 1.26093 +	[true,true],
 1.26094 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[true,false,"",false,true,""]}],
 1.26095 +["foo<span style=vertical-align:top>[bar]</span>baz",
 1.26096 +	[["stylewithcss","true"],["subscript",""]],
 1.26097 +	"foo<sub><span style=\"vertical-align:top\">[bar]</span></sub>baz",
 1.26098 +	[true,true],
 1.26099 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 1.26100 +["foo<span style=vertical-align:top>[bar]</span>baz",
 1.26101 +	[["stylewithcss","false"],["subscript",""]],
 1.26102 +	"foo<sub><span style=\"vertical-align:top\">[bar]</span></sub>baz",
 1.26103 +	[true,true],
 1.26104 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 1.26105 +["<sub>fo[o</sub><span style=vertical-align:top>b]ar</span>",
 1.26106 +	[["stylewithcss","true"],["subscript",""]],
 1.26107 +	"<sub>fo[o</sub><span style=\"vertical-align:top\"><sub>b]</sub>ar</span>",
 1.26108 +	[true,true],
 1.26109 +	{"stylewithcss":[false,false,"",false,true,""],"subscript":[true,false,"",false,true,""]}],
 1.26110 +["<sub>fo[o</sub><span style=vertical-align:top>b]ar</span>",
 1.26111 +	[["stylewithcss","false"],["subscript",""]],
 1.26112 +	"<sub>fo[o</sub><span style=\"vertical-align:top\"><sub>b]</sub>ar</span>",
 1.26113 +	[true,true],
 1.26114 +	{"stylewithcss":[false,true,"",false,false,""],"subscript":[true,false,"",false,true,""]}],
 1.26115 +["foo[]bar",
 1.26116 +	[["superscript",""]],
 1.26117 +	"foo[]bar",
 1.26118 +	[true],
 1.26119 +	{"superscript":[false,false,"",false,true,""]}],
 1.26120 +["<p>[foo</p> <p>bar]</p>",
 1.26121 +	[["stylewithcss","true"],["superscript",""]],
 1.26122 +	"<p><sup>[foo</sup></p> <p><sup>bar]</sup></p>",
 1.26123 +	[true,true],
 1.26124 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26125 +["<p>[foo</p> <p>bar]</p>",
 1.26126 +	[["stylewithcss","false"],["superscript",""]],
 1.26127 +	"<p><sup>[foo</sup></p> <p><sup>bar]</sup></p>",
 1.26128 +	[true,true],
 1.26129 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26130 +["<span>[foo</span> <span>bar]</span>",
 1.26131 +	[["stylewithcss","true"],["superscript",""]],
 1.26132 +	"<sup><span>[foo</span> <span>bar]</span></sup>",
 1.26133 +	[true,true],
 1.26134 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26135 +["<span>[foo</span> <span>bar]</span>",
 1.26136 +	[["stylewithcss","false"],["superscript",""]],
 1.26137 +	"<sup><span>[foo</span> <span>bar]</span></sup>",
 1.26138 +	[true,true],
 1.26139 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26140 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 1.26141 +	[["stylewithcss","true"],["superscript",""]],
 1.26142 +	"<p><sup>[foo</sup></p><p> <sup><span>bar</span></sup> </p><p><sup>baz]</sup></p>",
 1.26143 +	[true,true],
 1.26144 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26145 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 1.26146 +	[["stylewithcss","false"],["superscript",""]],
 1.26147 +	"<p><sup>[foo</sup></p><p> <sup><span>bar</span></sup> </p><p><sup>baz]</sup></p>",
 1.26148 +	[true,true],
 1.26149 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26150 +["<p>[foo<p><br><p>bar]",
 1.26151 +	[["stylewithcss","true"],["superscript",""]],
 1.26152 +	"<p><sup>[foo</sup></p><p><sup><br></sup></p><p><sup>bar]</sup></p>",
 1.26153 +	[true,true],
 1.26154 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26155 +["<p>[foo<p><br><p>bar]",
 1.26156 +	[["stylewithcss","false"],["superscript",""]],
 1.26157 +	"<p><sup>[foo</sup></p><p><sup><br></sup></p><p><sup>bar]</sup></p>",
 1.26158 +	[true,true],
 1.26159 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26160 +["<b>foo[]bar</b>",
 1.26161 +	[["superscript",""]],
 1.26162 +	"<b>foo[]bar</b>",
 1.26163 +	[true],
 1.26164 +	{"superscript":[false,false,"",false,true,""]}],
 1.26165 +["<i>foo[]bar</i>",
 1.26166 +	[["superscript",""]],
 1.26167 +	"<i>foo[]bar</i>",
 1.26168 +	[true],
 1.26169 +	{"superscript":[false,false,"",false,true,""]}],
 1.26170 +["<span>foo</span>{}<span>bar</span>",
 1.26171 +	[["superscript",""]],
 1.26172 +	"<span>foo</span>{}<span>bar</span>",
 1.26173 +	[true],
 1.26174 +	{"superscript":[false,false,"",false,true,""]}],
 1.26175 +["<span>foo[</span><span>]bar</span>",
 1.26176 +	[["superscript",""]],
 1.26177 +	"<span>foo[</span><span>]bar</span>",
 1.26178 +	[true],
 1.26179 +	{"superscript":[false,false,"",false,true,""]}],
 1.26180 +["foo[bar]baz",
 1.26181 +	[["stylewithcss","true"],["superscript",""]],
 1.26182 +	"foo<sup>[bar]</sup>baz",
 1.26183 +	[true,true],
 1.26184 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26185 +["foo[bar]baz",
 1.26186 +	[["stylewithcss","false"],["superscript",""]],
 1.26187 +	"foo<sup>[bar]</sup>baz",
 1.26188 +	[true,true],
 1.26189 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26190 +["foo[bar<b>baz]qoz</b>quz",
 1.26191 +	[["stylewithcss","true"],["superscript",""]],
 1.26192 +	"foo<sup>[bar</sup><b><sup>baz]</sup>qoz</b>quz",
 1.26193 +	[true,true],
 1.26194 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26195 +["foo[bar<b>baz]qoz</b>quz",
 1.26196 +	[["stylewithcss","false"],["superscript",""]],
 1.26197 +	"foo<sup>[bar</sup><b><sup>baz]</sup>qoz</b>quz",
 1.26198 +	[true,true],
 1.26199 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26200 +["foo[bar<i>baz]qoz</i>quz",
 1.26201 +	[["stylewithcss","true"],["superscript",""]],
 1.26202 +	"foo<sup>[bar</sup><i><sup>baz]</sup>qoz</i>quz",
 1.26203 +	[true,true],
 1.26204 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26205 +["foo[bar<i>baz]qoz</i>quz",
 1.26206 +	[["stylewithcss","false"],["superscript",""]],
 1.26207 +	"foo<sup>[bar</sup><i><sup>baz]</sup>qoz</i>quz",
 1.26208 +	[true,true],
 1.26209 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26210 +["{<p><p> <p>foo</p>}",
 1.26211 +	[["stylewithcss","true"],["superscript",""]],
 1.26212 +	"{<p></p><p> </p><p><sup>foo</sup></p>}",
 1.26213 +	[true,true],
 1.26214 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26215 +["{<p><p> <p>foo</p>}",
 1.26216 +	[["stylewithcss","false"],["superscript",""]],
 1.26217 +	"{<p></p><p> </p><p><sup>foo</sup></p>}",
 1.26218 +	[true,true],
 1.26219 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26220 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 1.26221 +	[["stylewithcss","true"],["superscript",""]],
 1.26222 +	"<table><tbody><tr><td>foo</td><td>b<sup>[a]</sup>r</td><td>baz</td></tr></tbody></table>",
 1.26223 +	[true,true],
 1.26224 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26225 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 1.26226 +	[["stylewithcss","false"],["superscript",""]],
 1.26227 +	"<table><tbody><tr><td>foo</td><td>b<sup>[a]</sup>r</td><td>baz</td></tr></tbody></table>",
 1.26228 +	[true,true],
 1.26229 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26230 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 1.26231 +	[["stylewithcss","true"],["superscript",""]],
 1.26232 +	"<table><tbody><tr><td>foo</td>{<td><sup>bar</sup></td>}<td>baz</td></tr></tbody></table>",
 1.26233 +	[true,true],
 1.26234 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26235 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 1.26236 +	[["stylewithcss","false"],["superscript",""]],
 1.26237 +	"<table><tbody><tr><td>foo</td>{<td><sup>bar</sup></td>}<td>baz</td></tr></tbody></table>",
 1.26238 +	[true,true],
 1.26239 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26240 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 1.26241 +	[["stylewithcss","true"],["superscript",""]],
 1.26242 +	"<table><tbody><tr>{<td><sup>foo</sup></td><td><sup>bar</sup></td>}<td>baz</td></tr></tbody></table>",
 1.26243 +	[true,true],
 1.26244 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26245 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 1.26246 +	[["stylewithcss","false"],["superscript",""]],
 1.26247 +	"<table><tbody><tr>{<td><sup>foo</sup></td><td><sup>bar</sup></td>}<td>baz</td></tr></tbody></table>",
 1.26248 +	[true,true],
 1.26249 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26250 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 1.26251 +	[["stylewithcss","true"],["superscript",""]],
 1.26252 +	"<table><tbody>{<tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr>}</tbody></table>",
 1.26253 +	[true,true],
 1.26254 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26255 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 1.26256 +	[["stylewithcss","false"],["superscript",""]],
 1.26257 +	"<table><tbody>{<tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr>}</tbody></table>",
 1.26258 +	[true,true],
 1.26259 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26260 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 1.26261 +	[["stylewithcss","true"],["superscript",""]],
 1.26262 +	"<table>{<tbody><tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr></tbody>}</table>",
 1.26263 +	[true,true],
 1.26264 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26265 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 1.26266 +	[["stylewithcss","false"],["superscript",""]],
 1.26267 +	"<table>{<tbody><tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr></tbody>}</table>",
 1.26268 +	[true,true],
 1.26269 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26270 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
 1.26271 +	[["stylewithcss","true"],["superscript",""]],
 1.26272 +	"{<table><tbody><tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr></tbody></table>}",
 1.26273 +	[true,true],
 1.26274 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26275 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
 1.26276 +	[["stylewithcss","false"],["superscript",""]],
 1.26277 +	"{<table><tbody><tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr></tbody></table>}",
 1.26278 +	[true,true],
 1.26279 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26280 +["foo<sub>[bar]</sub>baz",
 1.26281 +	[["stylewithcss","true"],["superscript",""]],
 1.26282 +	"foo<sup>[bar]</sup>baz",
 1.26283 +	[true,true],
 1.26284 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26285 +["foo<sub>[bar]</sub>baz",
 1.26286 +	[["stylewithcss","false"],["superscript",""]],
 1.26287 +	"foo<sup>[bar]</sup>baz",
 1.26288 +	[true,true],
 1.26289 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26290 +["foo<sub>b[a]r</sub>baz",
 1.26291 +	[["stylewithcss","true"],["superscript",""]],
 1.26292 +	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 1.26293 +	[true,true],
 1.26294 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26295 +["foo<sub>b[a]r</sub>baz",
 1.26296 +	[["stylewithcss","false"],["superscript",""]],
 1.26297 +	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 1.26298 +	[true,true],
 1.26299 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26300 +["foo<sup>[bar]</sup>baz",
 1.26301 +	[["stylewithcss","true"],["superscript",""]],
 1.26302 +	"foo[bar]baz",
 1.26303 +	[true,true],
 1.26304 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"",false,false,""]}],
 1.26305 +["foo<sup>[bar]</sup>baz",
 1.26306 +	[["stylewithcss","false"],["superscript",""]],
 1.26307 +	"foo[bar]baz",
 1.26308 +	[true,true],
 1.26309 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"",false,false,""]}],
 1.26310 +["foo<sup>b[a]r</sup>baz",
 1.26311 +	[["stylewithcss","true"],["superscript",""]],
 1.26312 +	"foo<sup>b</sup>[a]<sup>r</sup>baz",
 1.26313 +	[true,true],
 1.26314 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"",false,false,""]}],
 1.26315 +["foo<sup>b[a]r</sup>baz",
 1.26316 +	[["stylewithcss","false"],["superscript",""]],
 1.26317 +	"foo<sup>b</sup>[a]<sup>r</sup>baz",
 1.26318 +	[true,true],
 1.26319 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"",false,false,""]}],
 1.26320 +["foo<span style=vertical-align:sub>[bar]</span>baz",
 1.26321 +	[["stylewithcss","true"],["superscript",""]],
 1.26322 +	"foo<sup><span style=\"vertical-align:sub\">[bar]</span></sup>baz",
 1.26323 +	[true,true],
 1.26324 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26325 +["foo<span style=vertical-align:sub>[bar]</span>baz",
 1.26326 +	[["stylewithcss","false"],["superscript",""]],
 1.26327 +	"foo<sup><span style=\"vertical-align:sub\">[bar]</span></sup>baz",
 1.26328 +	[true,true],
 1.26329 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26330 +["foo<span style=vertical-align:super>[bar]</span>baz",
 1.26331 +	[["stylewithcss","true"],["superscript",""]],
 1.26332 +	"foo<sup><span style=\"vertical-align:super\">[bar]</span></sup>baz",
 1.26333 +	[true,true],
 1.26334 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26335 +["foo<span style=vertical-align:super>[bar]</span>baz",
 1.26336 +	[["stylewithcss","false"],["superscript",""]],
 1.26337 +	"foo<sup><span style=\"vertical-align:super\">[bar]</span></sup>baz",
 1.26338 +	[true,true],
 1.26339 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26340 +["foo<sub><sub>[bar]</sub></sub>baz",
 1.26341 +	[["stylewithcss","true"],["superscript",""]],
 1.26342 +	"foo<sup>[bar]</sup>baz",
 1.26343 +	[true,true],
 1.26344 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26345 +["foo<sub><sub>[bar]</sub></sub>baz",
 1.26346 +	[["stylewithcss","false"],["superscript",""]],
 1.26347 +	"foo<sup>[bar]</sup>baz",
 1.26348 +	[true,true],
 1.26349 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26350 +["foo<sub><sub>b[a]r</sub></sub>baz",
 1.26351 +	[["stylewithcss","true"],["superscript",""]],
 1.26352 +	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 1.26353 +	[true,true],
 1.26354 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26355 +["foo<sub><sub>b[a]r</sub></sub>baz",
 1.26356 +	[["stylewithcss","false"],["superscript",""]],
 1.26357 +	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 1.26358 +	[true,true],
 1.26359 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26360 +["foo<sub>b<sub>[a]</sub>r</sub>baz",
 1.26361 +	[["stylewithcss","true"],["superscript",""]],
 1.26362 +	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 1.26363 +	[true,true],
 1.26364 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26365 +["foo<sub>b<sub>[a]</sub>r</sub>baz",
 1.26366 +	[["stylewithcss","false"],["superscript",""]],
 1.26367 +	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 1.26368 +	[true,true],
 1.26369 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26370 +["foo<sup><sup>[bar]</sup></sup>baz",
 1.26371 +	[["stylewithcss","true"],["superscript",""]],
 1.26372 +	"foo[bar]baz",
 1.26373 +	[true,true],
 1.26374 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"",false,false,""]}],
 1.26375 +["foo<sup><sup>[bar]</sup></sup>baz",
 1.26376 +	[["stylewithcss","false"],["superscript",""]],
 1.26377 +	"foo[bar]baz",
 1.26378 +	[true,true],
 1.26379 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"",false,false,""]}],
 1.26380 +["foo<sup><sup>b[a]r</sup></sup>baz",
 1.26381 +	[["superscript",""]],
 1.26382 +	"foo<sup>b</sup>[a]<sup>r</sup>baz",
 1.26383 +	[true],
 1.26384 +	{"superscript":[false,true,"",false,false,""]}],
 1.26385 +["foo<sup>b<sup>[a]</sup>r</sup>baz",
 1.26386 +	[["superscript",""]],
 1.26387 +	"foo<sup>b</sup>[a]<sup>r</sup>baz",
 1.26388 +	[true],
 1.26389 +	{"superscript":[false,true,"",false,false,""]}],
 1.26390 +["foo<sub><sup>[bar]</sup></sub>baz",
 1.26391 +	[["stylewithcss","true"],["superscript",""]],
 1.26392 +	"foo<sup>[bar]</sup>baz",
 1.26393 +	[true,true],
 1.26394 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"",false,true,""]}],
 1.26395 +["foo<sub><sup>[bar]</sup></sub>baz",
 1.26396 +	[["stylewithcss","false"],["superscript",""]],
 1.26397 +	"foo<sup>[bar]</sup>baz",
 1.26398 +	[true,true],
 1.26399 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"",false,true,""]}],
 1.26400 +["foo<sub><sup>b[a]r</sup></sub>baz",
 1.26401 +	[["stylewithcss","true"],["superscript",""]],
 1.26402 +	"foo<sup>b[a]r</sup>baz",
 1.26403 +	[true,true],
 1.26404 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"",false,true,""]}],
 1.26405 +["foo<sub><sup>b[a]r</sup></sub>baz",
 1.26406 +	[["stylewithcss","false"],["superscript",""]],
 1.26407 +	"foo<sup>b[a]r</sup>baz",
 1.26408 +	[true,true],
 1.26409 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"",false,true,""]}],
 1.26410 +["foo<sub>b<sup>[a]</sup>r</sub>baz",
 1.26411 +	[["stylewithcss","true"],["superscript",""]],
 1.26412 +	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 1.26413 +	[true,true],
 1.26414 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"",false,true,""]}],
 1.26415 +["foo<sub>b<sup>[a]</sup>r</sub>baz",
 1.26416 +	[["stylewithcss","false"],["superscript",""]],
 1.26417 +	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 1.26418 +	[true,true],
 1.26419 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"",false,true,""]}],
 1.26420 +["foo<sup><sub>[bar]</sub></sup>baz",
 1.26421 +	[["stylewithcss","true"],["superscript",""]],
 1.26422 +	"foo<sup>[bar]</sup>baz",
 1.26423 +	[true,true],
 1.26424 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"",false,true,""]}],
 1.26425 +["foo<sup><sub>[bar]</sub></sup>baz",
 1.26426 +	[["stylewithcss","false"],["superscript",""]],
 1.26427 +	"foo<sup>[bar]</sup>baz",
 1.26428 +	[true,true],
 1.26429 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"",false,true,""]}],
 1.26430 +["foo<sup><sub>b[a]r</sub></sup>baz",
 1.26431 +	[["stylewithcss","true"],["superscript",""]],
 1.26432 +	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 1.26433 +	[true,true],
 1.26434 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"",false,true,""]}],
 1.26435 +["foo<sup><sub>b[a]r</sub></sup>baz",
 1.26436 +	[["stylewithcss","false"],["superscript",""]],
 1.26437 +	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 1.26438 +	[true,true],
 1.26439 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"",false,true,""]}],
 1.26440 +["foo<sup>b<sub>[a]</sub>r</sup>baz",
 1.26441 +	[["stylewithcss","true"],["superscript",""]],
 1.26442 +	"foo<sup>b[a]r</sup>baz",
 1.26443 +	[true,true],
 1.26444 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"",false,true,""]}],
 1.26445 +["foo<sup>b<sub>[a]</sub>r</sup>baz",
 1.26446 +	[["stylewithcss","false"],["superscript",""]],
 1.26447 +	"foo<sup>b[a]r</sup>baz",
 1.26448 +	[true,true],
 1.26449 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"",false,true,""]}],
 1.26450 +["fo[o<sup>b]ar</sup>baz",
 1.26451 +	[["superscript",""]],
 1.26452 +	"fo<sup>[ob]ar</sup>baz",
 1.26453 +	[true],
 1.26454 +	{"superscript":[true,false,"",false,true,""]}],
 1.26455 +["foo<sup>ba[r</sup>b]az",
 1.26456 +	[["superscript",""]],
 1.26457 +	"foo<sup>ba[rb]</sup>az",
 1.26458 +	[true],
 1.26459 +	{"superscript":[true,false,"",false,true,""]}],
 1.26460 +["fo[o<sup>bar</sup>b]az",
 1.26461 +	[["superscript",""]],
 1.26462 +	"fo<sup>[obarb]</sup>az",
 1.26463 +	[true],
 1.26464 +	{"superscript":[true,false,"",false,true,""]}],
 1.26465 +["foo[<sup>b]ar</sup>baz",
 1.26466 +	[["superscript",""]],
 1.26467 +	"foo[b]<sup>ar</sup>baz",
 1.26468 +	[true],
 1.26469 +	{"superscript":[false,true,"",false,false,""]}],
 1.26470 +["foo<sup>ba[r</sup>]baz",
 1.26471 +	[["superscript",""]],
 1.26472 +	"foo<sup>ba</sup>[r]baz",
 1.26473 +	[true],
 1.26474 +	{"superscript":[false,true,"",false,false,""]}],
 1.26475 +["foo[<sup>bar</sup>]baz",
 1.26476 +	[["stylewithcss","true"],["superscript",""]],
 1.26477 +	"foo[bar]baz",
 1.26478 +	[true,true],
 1.26479 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"",false,false,""]}],
 1.26480 +["foo[<sup>bar</sup>]baz",
 1.26481 +	[["stylewithcss","false"],["superscript",""]],
 1.26482 +	"foo[bar]baz",
 1.26483 +	[true,true],
 1.26484 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"",false,false,""]}],
 1.26485 +["foo<sup>[bar]</sup>baz",
 1.26486 +	[["stylewithcss","true"],["superscript",""]],
 1.26487 +	"foo[bar]baz",
 1.26488 +	[true,true],
 1.26489 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"",false,false,""]}],
 1.26490 +["foo<sup>[bar]</sup>baz",
 1.26491 +	[["stylewithcss","false"],["superscript",""]],
 1.26492 +	"foo[bar]baz",
 1.26493 +	[true,true],
 1.26494 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"",false,false,""]}],
 1.26495 +["foo{<sup>bar</sup>}baz",
 1.26496 +	[["stylewithcss","true"],["superscript",""]],
 1.26497 +	"foo{bar}baz",
 1.26498 +	[true,true],
 1.26499 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"",false,false,""]}],
 1.26500 +["foo{<sup>bar</sup>}baz",
 1.26501 +	[["stylewithcss","false"],["superscript",""]],
 1.26502 +	"foo{bar}baz",
 1.26503 +	[true,true],
 1.26504 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"",false,false,""]}],
 1.26505 +["<sup>fo[o</sup><sub>b]ar</sub>",
 1.26506 +	[["superscript",""]],
 1.26507 +	"<sup>fo[ob]</sup><sub>ar</sub>",
 1.26508 +	[true],
 1.26509 +	{"superscript":[true,false,"",false,true,""]}],
 1.26510 +["<sup>fo[o</sup><span style=vertical-align:super>b]ar</span>",
 1.26511 +	[["stylewithcss","true"],["superscript",""]],
 1.26512 +	"<sup>fo[o</sup><span style=\"vertical-align:super\"><sup>b]</sup>ar</span>",
 1.26513 +	[true,true],
 1.26514 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"",false,true,""]}],
 1.26515 +["<sup>fo[o</sup><span style=vertical-align:super>b]ar</span>",
 1.26516 +	[["stylewithcss","false"],["superscript",""]],
 1.26517 +	"<sup>fo[o</sup><span style=\"vertical-align:super\"><sup>b]</sup>ar</span>",
 1.26518 +	[true,true],
 1.26519 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"",false,true,""]}],
 1.26520 +["foo<span style=vertical-align:bottom>[bar]</span>baz",
 1.26521 +	[["stylewithcss","true"],["superscript",""]],
 1.26522 +	"foo<sup><span style=\"vertical-align:bottom\">[bar]</span></sup>baz",
 1.26523 +	[true,true],
 1.26524 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 1.26525 +["foo<span style=vertical-align:bottom>[bar]</span>baz",
 1.26526 +	[["stylewithcss","false"],["superscript",""]],
 1.26527 +	"foo<sup><span style=\"vertical-align:bottom\">[bar]</span></sup>baz",
 1.26528 +	[true,true],
 1.26529 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 1.26530 +["<sup>fo[o</sup><span style=vertical-align:bottom>b]ar</span>",
 1.26531 +	[["stylewithcss","true"],["superscript",""]],
 1.26532 +	"<sup>fo[o</sup><span style=\"vertical-align:bottom\"><sup>b]</sup>ar</span>",
 1.26533 +	[true,true],
 1.26534 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"",false,true,""]}],
 1.26535 +["<sup>fo[o</sup><span style=vertical-align:bottom>b]ar</span>",
 1.26536 +	[["stylewithcss","false"],["superscript",""]],
 1.26537 +	"<sup>fo[o</sup><span style=\"vertical-align:bottom\"><sup>b]</sup>ar</span>",
 1.26538 +	[true,true],
 1.26539 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"",false,true,""]}],
 1.26540 +["foo<sup>[bar]<br></sup>",
 1.26541 +	[["stylewithcss","true"],["superscript",""]],
 1.26542 +	"foo[bar]<br>",
 1.26543 +	[true,true],
 1.26544 +	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"",false,false,""]}],
 1.26545 +["foo<sup>[bar]<br></sup>",
 1.26546 +	[["stylewithcss","false"],["superscript",""]],
 1.26547 +	"foo[bar]<br>",
 1.26548 +	[true,true],
 1.26549 +	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"",false,false,""]}],
 1.26550 +["foo[]bar",
 1.26551 +	[["underline",""]],
 1.26552 +	"foo[]bar",
 1.26553 +	[true],
 1.26554 +	{"underline":[false,false,"",false,true,""]}],
 1.26555 +["<p>[foo</p> <p>bar]</p>",
 1.26556 +	[["stylewithcss","true"],["underline",""]],
 1.26557 +	"<p><span style=\"text-decoration:underline\">[foo</span></p> <p><span style=\"text-decoration:underline\">bar]</span></p>",
 1.26558 +	[true,true],
 1.26559 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26560 +["<p>[foo</p> <p>bar]</p>",
 1.26561 +	[["stylewithcss","false"],["underline",""]],
 1.26562 +	"<p><u>[foo</u></p> <p><u>bar]</u></p>",
 1.26563 +	[true,true],
 1.26564 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26565 +["<span>[foo</span> <span>bar]</span>",
 1.26566 +	[["stylewithcss","true"],["underline",""]],
 1.26567 +	"<span style=\"text-decoration:underline\"><span>[foo</span> <span>bar]</span></span>",
 1.26568 +	[true,true],
 1.26569 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26570 +["<span>[foo</span> <span>bar]</span>",
 1.26571 +	[["stylewithcss","false"],["underline",""]],
 1.26572 +	"<u><span>[foo</span> <span>bar]</span></u>",
 1.26573 +	[true,true],
 1.26574 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26575 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 1.26576 +	[["stylewithcss","true"],["underline",""]],
 1.26577 +	"<p><span style=\"text-decoration:underline\">[foo</span></p><p> <span style=\"text-decoration:underline\"><span>bar</span></span> </p><p><span style=\"text-decoration:underline\">baz]</span></p>",
 1.26578 +	[true,true],
 1.26579 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26580 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 1.26581 +	[["stylewithcss","false"],["underline",""]],
 1.26582 +	"<p><u>[foo</u></p><p> <u><span>bar</span></u> </p><p><u>baz]</u></p>",
 1.26583 +	[true,true],
 1.26584 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26585 +["<p>[foo<p><br><p>bar]",
 1.26586 +	[["stylewithcss","true"],["underline",""]],
 1.26587 +	"<p><span style=\"text-decoration:underline\">[foo</span></p><p><span style=\"text-decoration:underline\"><br></span></p><p><span style=\"text-decoration:underline\">bar]</span></p>",
 1.26588 +	[true,true],
 1.26589 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26590 +["<p>[foo<p><br><p>bar]",
 1.26591 +	[["stylewithcss","false"],["underline",""]],
 1.26592 +	"<p><u>[foo</u></p><p><u><br></u></p><p><u>bar]</u></p>",
 1.26593 +	[true,true],
 1.26594 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26595 +["<b>foo[]bar</b>",
 1.26596 +	[["underline",""]],
 1.26597 +	"<b>foo[]bar</b>",
 1.26598 +	[true],
 1.26599 +	{"underline":[false,false,"",false,true,""]}],
 1.26600 +["<i>foo[]bar</i>",
 1.26601 +	[["underline",""]],
 1.26602 +	"<i>foo[]bar</i>",
 1.26603 +	[true],
 1.26604 +	{"underline":[false,false,"",false,true,""]}],
 1.26605 +["<span>foo</span>{}<span>bar</span>",
 1.26606 +	[["underline",""]],
 1.26607 +	"<span>foo</span>{}<span>bar</span>",
 1.26608 +	[true],
 1.26609 +	{"underline":[false,false,"",false,true,""]}],
 1.26610 +["<span>foo[</span><span>]bar</span>",
 1.26611 +	[["underline",""]],
 1.26612 +	"<span>foo[</span><span>]bar</span>",
 1.26613 +	[true],
 1.26614 +	{"underline":[false,false,"",false,true,""]}],
 1.26615 +["foo[bar]baz",
 1.26616 +	[["stylewithcss","true"],["underline",""]],
 1.26617 +	"foo<span style=\"text-decoration:underline\">[bar]</span>baz",
 1.26618 +	[true,true],
 1.26619 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26620 +["foo[bar]baz",
 1.26621 +	[["stylewithcss","false"],["underline",""]],
 1.26622 +	"foo<u>[bar]</u>baz",
 1.26623 +	[true,true],
 1.26624 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26625 +["foo[bar<b>baz]qoz</b>quz",
 1.26626 +	[["stylewithcss","true"],["underline",""]],
 1.26627 +	"foo<span style=\"text-decoration:underline\">[bar</span><b><span style=\"text-decoration:underline\">baz]</span>qoz</b>quz",
 1.26628 +	[true,true],
 1.26629 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26630 +["foo[bar<b>baz]qoz</b>quz",
 1.26631 +	[["stylewithcss","false"],["underline",""]],
 1.26632 +	"foo<u>[bar</u><b><u>baz]</u>qoz</b>quz",
 1.26633 +	[true,true],
 1.26634 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26635 +["foo[bar<i>baz]qoz</i>quz",
 1.26636 +	[["stylewithcss","true"],["underline",""]],
 1.26637 +	"foo<span style=\"text-decoration:underline\">[bar</span><i><span style=\"text-decoration:underline\">baz]</span>qoz</i>quz",
 1.26638 +	[true,true],
 1.26639 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26640 +["foo[bar<i>baz]qoz</i>quz",
 1.26641 +	[["stylewithcss","false"],["underline",""]],
 1.26642 +	"foo<u>[bar</u><i><u>baz]</u>qoz</i>quz",
 1.26643 +	[true,true],
 1.26644 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26645 +["{<p><p> <p>foo</p>}",
 1.26646 +	[["stylewithcss","true"],["underline",""]],
 1.26647 +	"{<p></p><p> </p><p><span style=\"text-decoration:underline\">foo</span></p>}",
 1.26648 +	[true,true],
 1.26649 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26650 +["{<p><p> <p>foo</p>}",
 1.26651 +	[["stylewithcss","false"],["underline",""]],
 1.26652 +	"{<p></p><p> </p><p><u>foo</u></p>}",
 1.26653 +	[true,true],
 1.26654 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26655 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 1.26656 +	[["stylewithcss","true"],["underline",""]],
 1.26657 +	"<table><tbody><tr><td>foo</td><td>b<span style=\"text-decoration:underline\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
 1.26658 +	[true,true],
 1.26659 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26660 +["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 1.26661 +	[["stylewithcss","false"],["underline",""]],
 1.26662 +	"<table><tbody><tr><td>foo</td><td>b<u>[a]</u>r</td><td>baz</td></tr></tbody></table>",
 1.26663 +	[true,true],
 1.26664 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26665 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 1.26666 +	[["stylewithcss","true"],["underline",""]],
 1.26667 +	"<table><tbody><tr><td>foo</td>{<td><span style=\"text-decoration:underline\">bar</span></td>}<td>baz</td></tr></tbody></table>",
 1.26668 +	[true,true],
 1.26669 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26670 +["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 1.26671 +	[["stylewithcss","false"],["underline",""]],
 1.26672 +	"<table><tbody><tr><td>foo</td>{<td><u>bar</u></td>}<td>baz</td></tr></tbody></table>",
 1.26673 +	[true,true],
 1.26674 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26675 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 1.26676 +	[["stylewithcss","true"],["underline",""]],
 1.26677 +	"<table><tbody><tr>{<td><span style=\"text-decoration:underline\">foo</span></td><td><span style=\"text-decoration:underline\">bar</span></td>}<td>baz</td></tr></tbody></table>",
 1.26678 +	[true,true],
 1.26679 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26680 +["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 1.26681 +	[["stylewithcss","false"],["underline",""]],
 1.26682 +	"<table><tbody><tr>{<td><u>foo</u></td><td><u>bar</u></td>}<td>baz</td></tr></tbody></table>",
 1.26683 +	[true,true],
 1.26684 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26685 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 1.26686 +	[["stylewithcss","true"],["underline",""]],
 1.26687 +	"<table><tbody>{<tr><td><span style=\"text-decoration:underline\">foo</span></td><td><span style=\"text-decoration:underline\">bar</span></td><td><span style=\"text-decoration:underline\">baz</span></td></tr>}</tbody></table>",
 1.26688 +	[true,true],
 1.26689 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26690 +["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 1.26691 +	[["stylewithcss","false"],["underline",""]],
 1.26692 +	"<table><tbody>{<tr><td><u>foo</u></td><td><u>bar</u></td><td><u>baz</u></td></tr>}</tbody></table>",
 1.26693 +	[true,true],
 1.26694 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26695 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 1.26696 +	[["stylewithcss","true"],["underline",""]],
 1.26697 +	"<table>{<tbody><tr><td><span style=\"text-decoration:underline\">foo</span></td><td><span style=\"text-decoration:underline\">bar</span></td><td><span style=\"text-decoration:underline\">baz</span></td></tr></tbody>}</table>",
 1.26698 +	[true,true],
 1.26699 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26700 +["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 1.26701 +	[["stylewithcss","false"],["underline",""]],
 1.26702 +	"<table>{<tbody><tr><td><u>foo</u></td><td><u>bar</u></td><td><u>baz</u></td></tr></tbody>}</table>",
 1.26703 +	[true,true],
 1.26704 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26705 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
 1.26706 +	[["stylewithcss","true"],["underline",""]],
 1.26707 +	"{<table><tbody><tr><td><span style=\"text-decoration:underline\">foo</span></td><td><span style=\"text-decoration:underline\">bar</span></td><td><span style=\"text-decoration:underline\">baz</span></td></tr></tbody></table>}",
 1.26708 +	[true,true],
 1.26709 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26710 +["{<table><tr><td>foo<td>bar<td>baz</table>}",
 1.26711 +	[["stylewithcss","false"],["underline",""]],
 1.26712 +	"{<table><tbody><tr><td><u>foo</u></td><td><u>bar</u></td><td><u>baz</u></td></tr></tbody></table>}",
 1.26713 +	[true,true],
 1.26714 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26715 +["foo<u>[bar]</u>baz",
 1.26716 +	[["stylewithcss","true"],["underline",""]],
 1.26717 +	"foo[bar]baz",
 1.26718 +	[true,true],
 1.26719 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 1.26720 +["foo<u>[bar]</u>baz",
 1.26721 +	[["stylewithcss","false"],["underline",""]],
 1.26722 +	"foo[bar]baz",
 1.26723 +	[true,true],
 1.26724 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 1.26725 +["foo<span style=\"text-decoration: underline\">[bar]</span>baz",
 1.26726 +	[["stylewithcss","true"],["underline",""]],
 1.26727 +	"foo[bar]baz",
 1.26728 +	[true,true],
 1.26729 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 1.26730 +["foo<span style=\"text-decoration: underline\">[bar]</span>baz",
 1.26731 +	[["stylewithcss","false"],["underline",""]],
 1.26732 +	"foo[bar]baz",
 1.26733 +	[true,true],
 1.26734 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 1.26735 +["<u>foo[bar]baz</u>",
 1.26736 +	[["stylewithcss","true"],["underline",""]],
 1.26737 +	"<span style=\"text-decoration:underline\">foo</span>[bar]<span style=\"text-decoration:underline\">baz</span>",
 1.26738 +	[true,true],
 1.26739 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 1.26740 +["<u>foo[bar]baz</u>",
 1.26741 +	[["stylewithcss","false"],["underline",""]],
 1.26742 +	"<u>foo</u>[bar]<u>baz</u>",
 1.26743 +	[true,true],
 1.26744 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 1.26745 +["<u>foo[b<span style=\"color:blue\">ar]ba</span>z</u>",
 1.26746 +	[["stylewithcss","true"],["underline",""]],
 1.26747 +	"<span style=\"text-decoration:underline\">foo</span>[b<span style=\"color:rgb(0, 0, 255)\">ar]<span style=\"text-decoration:underline\">ba</span></span><span style=\"text-decoration:underline\">z</span>",
 1.26748 +	[true,true],
 1.26749 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 1.26750 +["<u>foo[b<span style=\"color:blue\">ar]ba</span>z</u>",
 1.26751 +	[["stylewithcss","false"],["underline",""]],
 1.26752 +	"<u>foo</u>[b<span style=\"color:rgb(0, 0, 255)\">ar]<u>ba</u></span><u>z</u>",
 1.26753 +	[true,true],
 1.26754 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 1.26755 +["<u>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</u>",
 1.26756 +	[["stylewithcss","true"],["underline",""]],
 1.26757 +	"<span style=\"text-decoration:underline\">foo</span>[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]<span style=\"text-decoration:underline\">ba</span></span><span style=\"text-decoration:underline\">z</span>",
 1.26758 +	[true,true],
 1.26759 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 1.26760 +["<u>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</u>",
 1.26761 +	[["stylewithcss","false"],["underline",""]],
 1.26762 +	"<u>foo</u>[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]<u>ba</u></span><u>z</u>",
 1.26763 +	[true,true],
 1.26764 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 1.26765 +["<u>foo[b<span style=\"font-size:3em\">ar]ba</span>z</u>",
 1.26766 +	[["stylewithcss","true"],["underline",""]],
 1.26767 +	"<span style=\"text-decoration:underline\">foo</span>[b<span style=\"font-size:3em\">ar]<span style=\"text-decoration:underline\">ba</span></span><span style=\"text-decoration:underline\">z</span>",
 1.26768 +	[true,true],
 1.26769 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 1.26770 +["<u>foo[b<span style=\"font-size:3em\">ar]ba</span>z</u>",
 1.26771 +	[["stylewithcss","false"],["underline",""]],
 1.26772 +	"<u>foo</u>[b<span style=\"font-size:3em\">ar]<u>ba</u></span><u>z</u>",
 1.26773 +	[true,true],
 1.26774 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 1.26775 +["<u>foo[b<i>ar]ba</i>z</u>",
 1.26776 +	[["stylewithcss","true"],["underline",""]],
 1.26777 +	"<span style=\"text-decoration:underline\">foo</span>[b<i>ar]<span style=\"text-decoration:underline\">ba</span></i><span style=\"text-decoration:underline\">z</span>",
 1.26778 +	[true,true],
 1.26779 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 1.26780 +["<u>foo[b<i>ar]ba</i>z</u>",
 1.26781 +	[["stylewithcss","false"],["underline",""]],
 1.26782 +	"<u>foo</u>[b<i>ar]<u>ba</u></i><u>z</u>",
 1.26783 +	[true,true],
 1.26784 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 1.26785 +["<p style=\"text-decoration: underline\">foo[bar]baz</p>",
 1.26786 +	[["stylewithcss","true"],["underline",""]],
 1.26787 +	"<p><span style=\"text-decoration:underline\">foo</span>[bar]<span style=\"text-decoration:underline\">baz</span></p>",
 1.26788 +	[true,true],
 1.26789 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 1.26790 +["<p style=\"text-decoration: underline\">foo[bar]baz</p>",
 1.26791 +	[["stylewithcss","false"],["underline",""]],
 1.26792 +	"<p><u>foo</u>[bar]<u>baz</u></p>",
 1.26793 +	[true,true],
 1.26794 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 1.26795 +["foo<s>[bar]</s>baz",
 1.26796 +	[["stylewithcss","true"],["underline",""]],
 1.26797 +	"foo<span style=\"text-decoration:underline\"><s>[bar]</s></span>baz",
 1.26798 +	[true,true],
 1.26799 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26800 +["foo<s>[bar]</s>baz",
 1.26801 +	[["stylewithcss","false"],["underline",""]],
 1.26802 +	"foo<u><s>[bar]</s></u>baz",
 1.26803 +	[true,true],
 1.26804 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26805 +["foo<span style=\"text-decoration: line-through\">[bar]</span>baz",
 1.26806 +	[["stylewithcss","true"],["underline",""]],
 1.26807 +	"foo<span style=\"text-decoration:underline\"><span style=\"text-decoration:line-through\">[bar]</span></span>baz",
 1.26808 +	[true,true],
 1.26809 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26810 +["foo<span style=\"text-decoration: line-through\">[bar]</span>baz",
 1.26811 +	[["stylewithcss","false"],["underline",""]],
 1.26812 +	"foo<u><span style=\"text-decoration:line-through\">[bar]</span></u>baz",
 1.26813 +	[true,true],
 1.26814 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26815 +["<s>foo[bar]baz</s>",
 1.26816 +	[["stylewithcss","true"],["underline",""]],
 1.26817 +	"<s>foo<span style=\"text-decoration:underline\">[bar]</span>baz</s>",
 1.26818 +	[true,true],
 1.26819 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26820 +["<s>foo[bar]baz</s>",
 1.26821 +	[["stylewithcss","false"],["underline",""]],
 1.26822 +	"<s>foo<u>[bar]</u>baz</s>",
 1.26823 +	[true,true],
 1.26824 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26825 +["<s>foo[b<span style=\"color:blue\">ar]ba</span>z</s>",
 1.26826 +	[["stylewithcss","true"],["underline",""]],
 1.26827 +	"<s>foo<span style=\"text-decoration:underline\">[b</span><span style=\"color:rgb(0, 0, 255)\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</s>",
 1.26828 +	[true,true],
 1.26829 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26830 +["<s>foo[b<span style=\"color:blue\">ar]ba</span>z</s>",
 1.26831 +	[["stylewithcss","false"],["underline",""]],
 1.26832 +	"<s>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\"><u>ar]</u>ba</span>z</s>",
 1.26833 +	[true,true],
 1.26834 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26835 +["<s>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</s>",
 1.26836 +	[["stylewithcss","true"],["underline",""]],
 1.26837 +	"<s>foo<span style=\"text-decoration:underline\">[b</span><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</s>",
 1.26838 +	[true,true],
 1.26839 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26840 +["<s>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</s>",
 1.26841 +	[["stylewithcss","false"],["underline",""]],
 1.26842 +	"<s>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><u>ar]</u>ba</span>z</s>",
 1.26843 +	[true,true],
 1.26844 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26845 +["<s>foo[b<span style=\"font-size:3em\">ar]ba</span>z</s>",
 1.26846 +	[["stylewithcss","true"],["underline",""]],
 1.26847 +	"<s>foo<span style=\"text-decoration:underline\">[b</span><span style=\"font-size:3em\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</s>",
 1.26848 +	[true,true],
 1.26849 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26850 +["<s>foo[b<span style=\"font-size:3em\">ar]ba</span>z</s>",
 1.26851 +	[["stylewithcss","false"],["underline",""]],
 1.26852 +	"<s>foo<u>[b</u><span style=\"font-size:3em\"><u>ar]</u>ba</span>z</s>",
 1.26853 +	[true,true],
 1.26854 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26855 +["<s>foo[b<i>ar]ba</i>z</s>",
 1.26856 +	[["stylewithcss","true"],["underline",""]],
 1.26857 +	"<s>foo<span style=\"text-decoration:underline\">[b</span><i><span style=\"text-decoration:underline\">ar]</span>ba</i>z</s>",
 1.26858 +	[true,true],
 1.26859 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26860 +["<s>foo[b<i>ar]ba</i>z</s>",
 1.26861 +	[["stylewithcss","false"],["underline",""]],
 1.26862 +	"<s>foo<u>[b</u><i><u>ar]</u>ba</i>z</s>",
 1.26863 +	[true,true],
 1.26864 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26865 +["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 1.26866 +	[["stylewithcss","true"],["underline",""]],
 1.26867 +	"<p style=\"text-decoration:line-through\">foo<span style=\"text-decoration:underline\">[bar]</span>baz</p>",
 1.26868 +	[true,true],
 1.26869 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26870 +["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 1.26871 +	[["stylewithcss","false"],["underline",""]],
 1.26872 +	"<p style=\"text-decoration:line-through\">foo<u>[bar]</u>baz</p>",
 1.26873 +	[true,true],
 1.26874 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26875 +["foo<strike>[bar]</strike>baz",
 1.26876 +	[["stylewithcss","true"],["underline",""]],
 1.26877 +	"foo<span style=\"text-decoration:underline\"><strike>[bar]</strike></span>baz",
 1.26878 +	[true,true],
 1.26879 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26880 +["foo<strike>[bar]</strike>baz",
 1.26881 +	[["stylewithcss","false"],["underline",""]],
 1.26882 +	"foo<u><strike>[bar]</strike></u>baz",
 1.26883 +	[true,true],
 1.26884 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26885 +["<strike>foo[bar]baz</strike>",
 1.26886 +	[["stylewithcss","true"],["underline",""]],
 1.26887 +	"<strike>foo<span style=\"text-decoration:underline\">[bar]</span>baz</strike>",
 1.26888 +	[true,true],
 1.26889 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26890 +["<strike>foo[bar]baz</strike>",
 1.26891 +	[["stylewithcss","false"],["underline",""]],
 1.26892 +	"<strike>foo<u>[bar]</u>baz</strike>",
 1.26893 +	[true,true],
 1.26894 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26895 +["<strike>foo[b<span style=\"color:blue\">ar]ba</span>z</strike>",
 1.26896 +	[["stylewithcss","true"],["underline",""]],
 1.26897 +	"<strike>foo<span style=\"text-decoration:underline\">[b</span><span style=\"color:rgb(0, 0, 255)\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</strike>",
 1.26898 +	[true,true],
 1.26899 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26900 +["<strike>foo[b<span style=\"color:blue\">ar]ba</span>z</strike>",
 1.26901 +	[["stylewithcss","false"],["underline",""]],
 1.26902 +	"<strike>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\"><u>ar]</u>ba</span>z</strike>",
 1.26903 +	[true,true],
 1.26904 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26905 +["<strike>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</strike>",
 1.26906 +	[["stylewithcss","true"],["underline",""]],
 1.26907 +	"<strike>foo<span style=\"text-decoration:underline\">[b</span><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</strike>",
 1.26908 +	[true,true],
 1.26909 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26910 +["<strike>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</strike>",
 1.26911 +	[["stylewithcss","false"],["underline",""]],
 1.26912 +	"<strike>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><u>ar]</u>ba</span>z</strike>",
 1.26913 +	[true,true],
 1.26914 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26915 +["<strike>foo[b<span style=\"font-size:3em\">ar]ba</span>z</strike>",
 1.26916 +	[["stylewithcss","true"],["underline",""]],
 1.26917 +	"<strike>foo<span style=\"text-decoration:underline\">[b</span><span style=\"font-size:3em\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</strike>",
 1.26918 +	[true,true],
 1.26919 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26920 +["<strike>foo[b<span style=\"font-size:3em\">ar]ba</span>z</strike>",
 1.26921 +	[["stylewithcss","false"],["underline",""]],
 1.26922 +	"<strike>foo<u>[b</u><span style=\"font-size:3em\"><u>ar]</u>ba</span>z</strike>",
 1.26923 +	[true,true],
 1.26924 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26925 +["<strike>foo[b<i>ar]ba</i>z</strike>",
 1.26926 +	[["stylewithcss","true"],["underline",""]],
 1.26927 +	"<strike>foo<span style=\"text-decoration:underline\">[b</span><i><span style=\"text-decoration:underline\">ar]</span>ba</i>z</strike>",
 1.26928 +	[true,true],
 1.26929 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26930 +["<strike>foo[b<i>ar]ba</i>z</strike>",
 1.26931 +	[["stylewithcss","false"],["underline",""]],
 1.26932 +	"<strike>foo<u>[b</u><i><u>ar]</u>ba</i>z</strike>",
 1.26933 +	[true,true],
 1.26934 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26935 +["foo<ins>[bar]</ins>baz",
 1.26936 +	[["underline",""]],
 1.26937 +	"foo<ins>[bar]</ins>baz",
 1.26938 +	[true],
 1.26939 +	{"underline":[false,true,"",false,true,""]}],
 1.26940 +["<ins>foo[bar]baz</ins>",
 1.26941 +	[["underline",""]],
 1.26942 +	"<ins>foo[bar]baz</ins>",
 1.26943 +	[true],
 1.26944 +	{"underline":[false,true,"",false,true,""]}],
 1.26945 +["<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins>",
 1.26946 +	[["underline",""]],
 1.26947 +	"<ins>foo[b<span style=\"color:rgb(0, 0, 255)\">ar]ba</span>z</ins>",
 1.26948 +	[true],
 1.26949 +	{"underline":[false,true,"",false,true,""]}],
 1.26950 +["<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</ins>",
 1.26951 +	[["underline",""]],
 1.26952 +	"<ins>foo[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]ba</span>z</ins>",
 1.26953 +	[true],
 1.26954 +	{"underline":[false,true,"",false,true,""]}],
 1.26955 +["<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ins>",
 1.26956 +	[["underline",""]],
 1.26957 +	"<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ins>",
 1.26958 +	[true],
 1.26959 +	{"underline":[false,true,"",false,true,""]}],
 1.26960 +["<ins>foo[b<i>ar]ba</i>z</ins>",
 1.26961 +	[["underline",""]],
 1.26962 +	"<ins>foo[b<i>ar]ba</i>z</ins>",
 1.26963 +	[true],
 1.26964 +	{"underline":[false,true,"",false,true,""]}],
 1.26965 +["foo<del>[bar]</del>baz",
 1.26966 +	[["stylewithcss","true"],["underline",""]],
 1.26967 +	"foo<span style=\"text-decoration:underline\"><del>[bar]</del></span>baz",
 1.26968 +	[true,true],
 1.26969 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26970 +["foo<del>[bar]</del>baz",
 1.26971 +	[["stylewithcss","false"],["underline",""]],
 1.26972 +	"foo<u><del>[bar]</del></u>baz",
 1.26973 +	[true,true],
 1.26974 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26975 +["<del>foo[bar]baz</del>",
 1.26976 +	[["stylewithcss","true"],["underline",""]],
 1.26977 +	"<del>foo<span style=\"text-decoration:underline\">[bar]</span>baz</del>",
 1.26978 +	[true,true],
 1.26979 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26980 +["<del>foo[bar]baz</del>",
 1.26981 +	[["stylewithcss","false"],["underline",""]],
 1.26982 +	"<del>foo<u>[bar]</u>baz</del>",
 1.26983 +	[true,true],
 1.26984 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26985 +["<del>foo[b<span style=\"color:blue\">ar]ba</span>z</del>",
 1.26986 +	[["stylewithcss","true"],["underline",""]],
 1.26987 +	"<del>foo<span style=\"text-decoration:underline\">[b</span><span style=\"color:rgb(0, 0, 255)\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</del>",
 1.26988 +	[true,true],
 1.26989 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.26990 +["<del>foo[b<span style=\"color:blue\">ar]ba</span>z</del>",
 1.26991 +	[["stylewithcss","false"],["underline",""]],
 1.26992 +	"<del>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\"><u>ar]</u>ba</span>z</del>",
 1.26993 +	[true,true],
 1.26994 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.26995 +["<del>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</del>",
 1.26996 +	[["stylewithcss","true"],["underline",""]],
 1.26997 +	"<del>foo<span style=\"text-decoration:underline\">[b</span><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</del>",
 1.26998 +	[true,true],
 1.26999 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.27000 +["<del>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</del>",
 1.27001 +	[["stylewithcss","false"],["underline",""]],
 1.27002 +	"<del>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><u>ar]</u>ba</span>z</del>",
 1.27003 +	[true,true],
 1.27004 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.27005 +["<del>foo[b<span style=\"font-size:3em\">ar]ba</span>z</del>",
 1.27006 +	[["stylewithcss","true"],["underline",""]],
 1.27007 +	"<del>foo<span style=\"text-decoration:underline\">[b</span><span style=\"font-size:3em\"><span style=\"text-decoration:underline\">ar]</span>ba</span>z</del>",
 1.27008 +	[true,true],
 1.27009 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.27010 +["<del>foo[b<span style=\"font-size:3em\">ar]ba</span>z</del>",
 1.27011 +	[["stylewithcss","false"],["underline",""]],
 1.27012 +	"<del>foo<u>[b</u><span style=\"font-size:3em\"><u>ar]</u>ba</span>z</del>",
 1.27013 +	[true,true],
 1.27014 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.27015 +["<del>foo[b<i>ar]ba</i>z</del>",
 1.27016 +	[["stylewithcss","true"],["underline",""]],
 1.27017 +	"<del>foo<span style=\"text-decoration:underline\">[b</span><i><span style=\"text-decoration:underline\">ar]</span>ba</i>z</del>",
 1.27018 +	[true,true],
 1.27019 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.27020 +["<del>foo[b<i>ar]ba</i>z</del>",
 1.27021 +	[["stylewithcss","false"],["underline",""]],
 1.27022 +	"<del>foo<u>[b</u><i><u>ar]</u>ba</i>z</del>",
 1.27023 +	[true,true],
 1.27024 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.27025 +["foo<span style=\"text-decoration: underline line-through\">[bar]</span>baz",
 1.27026 +	[["underline",""]],
 1.27027 +	"foo<span style=\"text-decoration:line-through\">[bar]</span>baz",
 1.27028 +	[true],
 1.27029 +	{"underline":[false,true,"",false,false,""]}],
 1.27030 +["foo<span style=\"text-decoration: underline line-through\">b[a]r</span>baz",
 1.27031 +	[["stylewithcss","true"],["underline",""]],
 1.27032 +	"foo<span style=\"text-decoration:line-through\"><span style=\"text-decoration:underline\">b</span>[a]<span style=\"text-decoration:underline\">r</span></span>baz",
 1.27033 +	[true,true],
 1.27034 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 1.27035 +["foo<span style=\"text-decoration: underline line-through\">b[a]r</span>baz",
 1.27036 +	[["stylewithcss","false"],["underline",""]],
 1.27037 +	"foo<span style=\"text-decoration:line-through\"><u>b</u>[a]<u>r</u></span>baz",
 1.27038 +	[true,true],
 1.27039 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 1.27040 +["foo<s style=\"text-decoration: underline\">[bar]</s>baz",
 1.27041 +	[["stylewithcss","true"],["underline",""]],
 1.27042 +	"foo[bar]baz",
 1.27043 +	[true,true],
 1.27044 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 1.27045 +["foo<s style=\"text-decoration: underline\">[bar]</s>baz",
 1.27046 +	[["stylewithcss","false"],["underline",""]],
 1.27047 +	"foo[bar]baz",
 1.27048 +	[true,true],
 1.27049 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 1.27050 +["foo<s style=\"text-decoration: underline\">b[a]r</s>baz",
 1.27051 +	[["stylewithcss","true"],["underline",""]],
 1.27052 +	"foo<span style=\"text-decoration:underline\">b</span>[a]<span style=\"text-decoration:underline\">r</span>baz",
 1.27053 +	[true,true],
 1.27054 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 1.27055 +["foo<s style=\"text-decoration: underline\">b[a]r</s>baz",
 1.27056 +	[["stylewithcss","false"],["underline",""]],
 1.27057 +	"foo<u>b</u>[a]<u>r</u>baz",
 1.27058 +	[true,true],
 1.27059 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 1.27060 +["foo<u style=\"text-decoration: line-through\">[bar]</u>baz",
 1.27061 +	[["stylewithcss","true"],["underline",""]],
 1.27062 +	"foo<span style=\"text-decoration:underline\"><u style=\"text-decoration:line-through\">[bar]</u></span>baz",
 1.27063 +	[true,true],
 1.27064 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.27065 +["foo<u style=\"text-decoration: line-through\">[bar]</u>baz",
 1.27066 +	[["stylewithcss","false"],["underline",""]],
 1.27067 +	"foo<u><u style=\"text-decoration:line-through\">[bar]</u></u>baz",
 1.27068 +	[true,true],
 1.27069 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.27070 +["foo<u style=\"text-decoration: line-through\">b[a]r</u>baz",
 1.27071 +	[["stylewithcss","true"],["underline",""]],
 1.27072 +	"foo<u style=\"text-decoration:line-through\">b<span style=\"text-decoration:underline\">[a]</span>r</u>baz",
 1.27073 +	[true,true],
 1.27074 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.27075 +["foo<u style=\"text-decoration: line-through\">b[a]r</u>baz",
 1.27076 +	[["stylewithcss","false"],["underline",""]],
 1.27077 +	"foo<u style=\"text-decoration:line-through\">b<u>[a]</u>r</u>baz",
 1.27078 +	[true,true],
 1.27079 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.27080 +["foo<s style=\"text-decoration: overline\">[bar]</s>baz",
 1.27081 +	[["stylewithcss","true"],["underline",""]],
 1.27082 +	"foo<span style=\"text-decoration:underline\"><s style=\"text-decoration:overline\">[bar]</s></span>baz",
 1.27083 +	[true,true],
 1.27084 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.27085 +["foo<s style=\"text-decoration: overline\">[bar]</s>baz",
 1.27086 +	[["stylewithcss","false"],["underline",""]],
 1.27087 +	"foo<u><s style=\"text-decoration:overline\">[bar]</s></u>baz",
 1.27088 +	[true,true],
 1.27089 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.27090 +["foo<s style=\"text-decoration: overline\">b[a]r</s>baz",
 1.27091 +	[["stylewithcss","true"],["underline",""]],
 1.27092 +	"foo<s style=\"text-decoration:overline\">b<span style=\"text-decoration:underline\">[a]</span>r</s>baz",
 1.27093 +	[true,true],
 1.27094 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.27095 +["foo<s style=\"text-decoration: overline\">b[a]r</s>baz",
 1.27096 +	[["stylewithcss","false"],["underline",""]],
 1.27097 +	"foo<s style=\"text-decoration:overline\">b<u>[a]</u>r</s>baz",
 1.27098 +	[true,true],
 1.27099 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.27100 +["foo<u style=\"text-decoration: overline\">[bar]</u>baz",
 1.27101 +	[["stylewithcss","true"],["underline",""]],
 1.27102 +	"foo<span style=\"text-decoration:underline\"><u style=\"text-decoration:overline\">[bar]</u></span>baz",
 1.27103 +	[true,true],
 1.27104 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.27105 +["foo<u style=\"text-decoration: overline\">[bar]</u>baz",
 1.27106 +	[["stylewithcss","false"],["underline",""]],
 1.27107 +	"foo<u><u style=\"text-decoration:overline\">[bar]</u></u>baz",
 1.27108 +	[true,true],
 1.27109 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.27110 +["foo<u style=\"text-decoration: overline\">b[a]r</u>baz",
 1.27111 +	[["stylewithcss","true"],["underline",""]],
 1.27112 +	"foo<u style=\"text-decoration:overline\">b<span style=\"text-decoration:underline\">[a]</span>r</u>baz",
 1.27113 +	[true,true],
 1.27114 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.27115 +["foo<u style=\"text-decoration: overline\">b[a]r</u>baz",
 1.27116 +	[["stylewithcss","false"],["underline",""]],
 1.27117 +	"foo<u style=\"text-decoration:overline\">b<u>[a]</u>r</u>baz",
 1.27118 +	[true,true],
 1.27119 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.27120 +["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 1.27121 +	[["stylewithcss","true"],["underline",""]],
 1.27122 +	"<p style=\"text-decoration:line-through\">foo<span style=\"text-decoration:underline\">[bar]</span>baz</p>",
 1.27123 +	[true,true],
 1.27124 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.27125 +["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 1.27126 +	[["stylewithcss","false"],["underline",""]],
 1.27127 +	"<p style=\"text-decoration:line-through\">foo<u>[bar]</u>baz</p>",
 1.27128 +	[true,true],
 1.27129 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.27130 +["<p style=\"text-decoration: overline\">foo[bar]baz</p>",
 1.27131 +	[["stylewithcss","true"],["underline",""]],
 1.27132 +	"<p style=\"text-decoration:overline\">foo<span style=\"text-decoration:underline\">[bar]</span>baz</p>",
 1.27133 +	[true,true],
 1.27134 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.27135 +["<p style=\"text-decoration: overline\">foo[bar]baz</p>",
 1.27136 +	[["stylewithcss","false"],["underline",""]],
 1.27137 +	"<p style=\"text-decoration:overline\">foo<u>[bar]</u>baz</p>",
 1.27138 +	[true,true],
 1.27139 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.27140 +["foo<span class=\"underline\">[bar]</span>baz",
 1.27141 +	[["underline",""]],
 1.27142 +	"foo<span class=\"underline\">[bar]</span>baz",
 1.27143 +	[true],
 1.27144 +	{"underline":[false,true,"",false,true,""]}],
 1.27145 +["foo<span class=\"underline\">b[a]r</span>baz",
 1.27146 +	[["underline",""]],
 1.27147 +	"foo<span class=\"underline\">b[a]r</span>baz",
 1.27148 +	[true],
 1.27149 +	{"underline":[false,true,"",false,true,""]}],
 1.27150 +["foo<span class=\"line-through\">[bar]</span>baz",
 1.27151 +	[["stylewithcss","true"],["underline",""]],
 1.27152 +	"foo<span style=\"text-decoration:underline\"><span class=\"line-through\">[bar]</span></span>baz",
 1.27153 +	[true,true],
 1.27154 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.27155 +["foo<span class=\"line-through\">[bar]</span>baz",
 1.27156 +	[["stylewithcss","false"],["underline",""]],
 1.27157 +	"foo<u><span class=\"line-through\">[bar]</span></u>baz",
 1.27158 +	[true,true],
 1.27159 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.27160 +["foo<span class=\"line-through\">b[a]r</span>baz",
 1.27161 +	[["stylewithcss","true"],["underline",""]],
 1.27162 +	"foo<span class=\"line-through\">b<span style=\"text-decoration:underline\">[a]</span>r</span>baz",
 1.27163 +	[true,true],
 1.27164 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 1.27165 +["foo<span class=\"line-through\">b[a]r</span>baz",
 1.27166 +	[["stylewithcss","false"],["underline",""]],
 1.27167 +	"foo<span class=\"line-through\">b<u>[a]</u>r</span>baz",
 1.27168 +	[true,true],
 1.27169 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 1.27170 +["foo<span class=\"underline-and-line-through\">[bar]</span>baz",
 1.27171 +	[["underline",""]],
 1.27172 +	"foo<span class=\"underline-and-line-through\">[bar]</span>baz",
 1.27173 +	[true],
 1.27174 +	{"underline":[false,true,"",false,true,""]}],
 1.27175 +["foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
 1.27176 +	[["underline",""]],
 1.27177 +	"foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
 1.27178 +	[true],
 1.27179 +	{"underline":[false,true,"",false,true,""]}],
 1.27180 +["fo[o<u>b]ar</u>baz",
 1.27181 +	[["underline",""]],
 1.27182 +	"fo<u>[ob]ar</u>baz",
 1.27183 +	[true],
 1.27184 +	{"underline":[true,false,"",false,true,""]}],
 1.27185 +["foo<u>ba[r</u>b]az",
 1.27186 +	[["underline",""]],
 1.27187 +	"foo<u>ba[rb]</u>az",
 1.27188 +	[true],
 1.27189 +	{"underline":[true,false,"",false,true,""]}],
 1.27190 +["fo[o<u>bar</u>b]az",
 1.27191 +	[["stylewithcss","true"],["underline",""]],
 1.27192 +	"fo<span style=\"text-decoration:underline\">[obarb]</span>az",
 1.27193 +	[true,true],
 1.27194 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[true,false,"",false,true,""]}],
 1.27195 +["fo[o<u>bar</u>b]az",
 1.27196 +	[["stylewithcss","false"],["underline",""]],
 1.27197 +	"fo<u>[obarb]</u>az",
 1.27198 +	[true,true],
 1.27199 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[true,false,"",false,true,""]}],
 1.27200 +["foo[<u>b]ar</u>baz",
 1.27201 +	[["stylewithcss","true"],["underline",""]],
 1.27202 +	"foo[b]<span style=\"text-decoration:underline\">ar</span>baz",
 1.27203 +	[true,true],
 1.27204 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 1.27205 +["foo[<u>b]ar</u>baz",
 1.27206 +	[["stylewithcss","false"],["underline",""]],
 1.27207 +	"foo[b]<u>ar</u>baz",
 1.27208 +	[true,true],
 1.27209 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 1.27210 +["foo<u>ba[r</u>]baz",
 1.27211 +	[["stylewithcss","true"],["underline",""]],
 1.27212 +	"foo<span style=\"text-decoration:underline\">ba</span>[r]baz",
 1.27213 +	[true,true],
 1.27214 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 1.27215 +["foo<u>ba[r</u>]baz",
 1.27216 +	[["stylewithcss","false"],["underline",""]],
 1.27217 +	"foo<u>ba</u>[r]baz",
 1.27218 +	[true,true],
 1.27219 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 1.27220 +["foo[<u>bar</u>]baz",
 1.27221 +	[["stylewithcss","true"],["underline",""]],
 1.27222 +	"foo[bar]baz",
 1.27223 +	[true,true],
 1.27224 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 1.27225 +["foo[<u>bar</u>]baz",
 1.27226 +	[["stylewithcss","false"],["underline",""]],
 1.27227 +	"foo[bar]baz",
 1.27228 +	[true,true],
 1.27229 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 1.27230 +["foo<u>[bar]</u>baz",
 1.27231 +	[["stylewithcss","true"],["underline",""]],
 1.27232 +	"foo[bar]baz",
 1.27233 +	[true,true],
 1.27234 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 1.27235 +["foo<u>[bar]</u>baz",
 1.27236 +	[["stylewithcss","false"],["underline",""]],
 1.27237 +	"foo[bar]baz",
 1.27238 +	[true,true],
 1.27239 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 1.27240 +["foo{<u>bar</u>}baz",
 1.27241 +	[["stylewithcss","true"],["underline",""]],
 1.27242 +	"foo{bar}baz",
 1.27243 +	[true,true],
 1.27244 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 1.27245 +["foo{<u>bar</u>}baz",
 1.27246 +	[["stylewithcss","false"],["underline",""]],
 1.27247 +	"foo{bar}baz",
 1.27248 +	[true,true],
 1.27249 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 1.27250 +["fo[o<span style=text-decoration:underline>b]ar</span>baz",
 1.27251 +	[["underline",""]],
 1.27252 +	"fo<span style=\"text-decoration:underline\">[ob]ar</span>baz",
 1.27253 +	[true],
 1.27254 +	{"underline":[true,false,"",false,true,""]}],
 1.27255 +["<ins>fo[o</ins><u>b]ar</u>",
 1.27256 +	[["stylewithcss","true"],["underline",""]],
 1.27257 +	"<ins>fo[o</ins>b]<span style=\"text-decoration:underline\">ar</span>",
 1.27258 +	[true,true],
 1.27259 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",true,false,""]}],
 1.27260 +["<ins>fo[o</ins><u>b]ar</u>",
 1.27261 +	[["stylewithcss","false"],["underline",""]],
 1.27262 +	"<ins>fo[o</ins>b]<u>ar</u>",
 1.27263 +	[true,true],
 1.27264 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",true,false,""]}],
 1.27265 +["<u>fo[o</u><ins>b]ar</ins>",
 1.27266 +	[["stylewithcss","true"],["underline",""]],
 1.27267 +	"<span style=\"text-decoration:underline\">fo</span>[o<ins>b]ar</ins>",
 1.27268 +	[true,true],
 1.27269 +	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",true,false,""]}],
 1.27270 +["<u>fo[o</u><ins>b]ar</ins>",
 1.27271 +	[["stylewithcss","false"],["underline",""]],
 1.27272 +	"<u>fo</u>[o<ins>b]ar</ins>",
 1.27273 +	[true,true],
 1.27274 +	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",true,false,""]}],
 1.27275 +["foo[]bar",
 1.27276 +	[["unlink",""]],
 1.27277 +	"foo[]bar",
 1.27278 +	[true],
 1.27279 +	{"unlink":[false,false,"",false,false,""]}],
 1.27280 +["<p>[foo</p> <p>bar]</p>",
 1.27281 +	[["unlink",""]],
 1.27282 +	"<p>[foo</p> <p>bar]</p>",
 1.27283 +	[true],
 1.27284 +	{"unlink":[false,false,"",false,false,""]}],
 1.27285 +["<span>[foo</span> <span>bar]</span>",
 1.27286 +	[["unlink",""]],
 1.27287 +	"<span>[foo</span> <span>bar]</span>",
 1.27288 +	[true],
 1.27289 +	{"unlink":[false,false,"",false,false,""]}],
 1.27290 +["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 1.27291 +	[["unlink",""]],
 1.27292 +	"<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 1.27293 +	[true],
 1.27294 +	{"unlink":[false,false,"",false,false,""]}],
 1.27295 +["<b>foo[]bar</b>",
 1.27296 +	[["unlink",""]],
 1.27297 +	"<b>foo[]bar</b>",
 1.27298 +	[true],
 1.27299 +	{"unlink":[false,false,"",false,false,""]}],
 1.27300 +["<i>foo[]bar</i>",
 1.27301 +	[["unlink",""]],
 1.27302 +	"<i>foo[]bar</i>",
 1.27303 +	[true],
 1.27304 +	{"unlink":[false,false,"",false,false,""]}],
 1.27305 +["<span>foo</span>{}<span>bar</span>",
 1.27306 +	[["unlink",""]],
 1.27307 +	"<span>foo</span>{}<span>bar</span>",
 1.27308 +	[true],
 1.27309 +	{"unlink":[false,false,"",false,false,""]}],
 1.27310 +["<span>foo[</span><span>]bar</span>",
 1.27311 +	[["unlink",""]],
 1.27312 +	"<span>foo[</span><span>]bar</span>",
 1.27313 +	[true],
 1.27314 +	{"unlink":[false,false,"",false,false,""]}],
 1.27315 +["foo[bar]baz",
 1.27316 +	[["unlink",""]],
 1.27317 +	"foo[bar]baz",
 1.27318 +	[true],
 1.27319 +	{"unlink":[false,false,"",false,false,""]}],
 1.27320 +["foo[bar<b>baz]qoz</b>quz",
 1.27321 +	[["unlink",""]],
 1.27322 +	"foo[bar<b>baz]qoz</b>quz",
 1.27323 +	[true],
 1.27324 +	{"unlink":[false,false,"",false,false,""]}],
 1.27325 +["foo[bar<i>baz]qoz</i>quz",
 1.27326 +	[["unlink",""]],
 1.27327 +	"foo[bar<i>baz]qoz</i>quz",
 1.27328 +	[true],
 1.27329 +	{"unlink":[false,false,"",false,false,""]}],
 1.27330 +["{<p><p> <p>foo</p>}",
 1.27331 +	[["unlink",""]],
 1.27332 +	"{<p></p><p> </p><p>foo</p>}",
 1.27333 +	[true],
 1.27334 +	{"unlink":[false,false,"",false,false,""]}],
 1.27335 +["<a href=http://www.google.com/>foo[bar]baz</a>",
 1.27336 +	[["unlink",""]],
 1.27337 +	"foo[bar]baz",
 1.27338 +	[true],
 1.27339 +	{"unlink":[false,false,"",false,false,""]}],
 1.27340 +["<a href=http://www.google.com/>foo[barbaz</a>}",
 1.27341 +	[["unlink",""]],
 1.27342 +	"foo[barbaz}",
 1.27343 +	[true],
 1.27344 +	{"unlink":[false,false,"",false,false,""]}],
 1.27345 +["{<a href=http://www.google.com/>foobar]baz</a>",
 1.27346 +	[["unlink",""]],
 1.27347 +	"{foobar]baz",
 1.27348 +	[true],
 1.27349 +	{"unlink":[false,false,"",false,false,""]}],
 1.27350 +["{<a href=http://www.google.com/>foobarbaz</a>}",
 1.27351 +	[["unlink",""]],
 1.27352 +	"{foobarbaz}",
 1.27353 +	[true],
 1.27354 +	{"unlink":[false,false,"",false,false,""]}],
 1.27355 +["<a href=http://www.google.com/>[foobarbaz]</a>",
 1.27356 +	[["unlink",""]],
 1.27357 +	"[foobarbaz]",
 1.27358 +	[true],
 1.27359 +	{"unlink":[false,false,"",false,false,""]}],
 1.27360 +["foo<a href=http://www.google.com/>b[]ar</a>baz",
 1.27361 +	[["unlink",""]],
 1.27362 +	"foob[]arbaz",
 1.27363 +	[true],
 1.27364 +	{"unlink":[false,false,"",false,false,""]}],
 1.27365 +["foo<a href=http://www.google.com/>[bar]</a>baz",
 1.27366 +	[["unlink",""]],
 1.27367 +	"foo[bar]baz",
 1.27368 +	[true],
 1.27369 +	{"unlink":[false,false,"",false,false,""]}],
 1.27370 +["foo[<a href=http://www.google.com/>bar</a>]baz",
 1.27371 +	[["unlink",""]],
 1.27372 +	"foo[bar]baz",
 1.27373 +	[true],
 1.27374 +	{"unlink":[false,false,"",false,false,""]}],
 1.27375 +["foo<a href=http://www.google.com/>[bar</a>baz]",
 1.27376 +	[["unlink",""]],
 1.27377 +	"foo[barbaz]",
 1.27378 +	[true],
 1.27379 +	{"unlink":[false,false,"",false,false,""]}],
 1.27380 +["[foo<a href=http://www.google.com/>bar]</a>baz",
 1.27381 +	[["unlink",""]],
 1.27382 +	"[foobar]baz",
 1.27383 +	[true],
 1.27384 +	{"unlink":[false,false,"",false,false,""]}],
 1.27385 +["[foo<a href=http://www.google.com/>bar</a>baz]",
 1.27386 +	[["unlink",""]],
 1.27387 +	"[foobarbaz]",
 1.27388 +	[true],
 1.27389 +	{"unlink":[false,false,"",false,false,""]}],
 1.27390 +["<a id=foo href=http://www.google.com/>foobar[]baz</a>",
 1.27391 +	[["unlink",""]],
 1.27392 +	"<a id=\"foo\">foobar[]baz</a>",
 1.27393 +	[true],
 1.27394 +	{"unlink":[false,false,"",false,false,""]}],
 1.27395 +["<a id=foo href=http://www.google.com/>foo[bar]baz</a>",
 1.27396 +	[["unlink",""]],
 1.27397 +	"<a id=\"foo\">foo[bar]baz</a>",
 1.27398 +	[true],
 1.27399 +	{"unlink":[false,false,"",false,false,""]}],
 1.27400 +["<a id=foo href=http://www.google.com/>[foobarbaz]</a>",
 1.27401 +	[["unlink",""]],
 1.27402 +	"<a id=\"foo\">[foobarbaz]</a>",
 1.27403 +	[true],
 1.27404 +	{"unlink":[false,false,"",false,false,""]}],
 1.27405 +["foo<a id=foo href=http://www.google.com/>[bar]</a>baz",
 1.27406 +	[["unlink",""]],
 1.27407 +	"foo<a id=\"foo\">[bar]</a>baz",
 1.27408 +	[true],
 1.27409 +	{"unlink":[false,false,"",false,false,""]}],
 1.27410 +["foo[<a id=foo href=http://www.google.com/>bar</a>]baz",
 1.27411 +	[["unlink",""]],
 1.27412 +	"foo[<a id=\"foo\">bar</a>]baz",
 1.27413 +	[true],
 1.27414 +	{"unlink":[false,false,"",false,false,""]}],
 1.27415 +["[foo<a id=foo href=http://www.google.com/>bar</a>baz]",
 1.27416 +	[["unlink",""]],
 1.27417 +	"[foo<a id=\"foo\">bar</a>baz]",
 1.27418 +	[true],
 1.27419 +	{"unlink":[false,false,"",false,false,""]}],
 1.27420 +["<a name=foo>foobar[]baz</a>",
 1.27421 +	[["unlink",""]],
 1.27422 +	"<a name=\"foo\">foobar[]baz</a>",
 1.27423 +	[true],
 1.27424 +	{"unlink":[false,false,"",false,false,""]}],
 1.27425 +["<a name=foo>foo[bar]baz</a>",
 1.27426 +	[["unlink",""]],
 1.27427 +	"<a name=\"foo\">foo[bar]baz</a>",
 1.27428 +	[true],
 1.27429 +	{"unlink":[false,false,"",false,false,""]}],
 1.27430 +["<a name=foo>[foobarbaz]</a>",
 1.27431 +	[["unlink",""]],
 1.27432 +	"<a name=\"foo\">[foobarbaz]</a>",
 1.27433 +	[true],
 1.27434 +	{"unlink":[false,false,"",false,false,""]}],
 1.27435 +["foo<a name=foo>[bar]</a>baz",
 1.27436 +	[["unlink",""]],
 1.27437 +	"foo<a name=\"foo\">[bar]</a>baz",
 1.27438 +	[true],
 1.27439 +	{"unlink":[false,false,"",false,false,""]}],
 1.27440 +["foo[<a name=foo>bar</a>]baz",
 1.27441 +	[["unlink",""]],
 1.27442 +	"foo[<a name=\"foo\">bar</a>]baz",
 1.27443 +	[true],
 1.27444 +	{"unlink":[false,false,"",false,false,""]}],
 1.27445 +["[foo<a name=foo>bar</a>baz]",
 1.27446 +	[["unlink",""]],
 1.27447 +	"[foo<a name=\"foo\">bar</a>baz]",
 1.27448 +	[true],
 1.27449 +	{"unlink":[false,false,"",false,false,""]}],
 1.27450 +["foo[bar]baz",
 1.27451 +	[["defaultparagraphseparator",""]],
 1.27452 +	"foo[bar]baz",
 1.27453 +	[false],
 1.27454 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 1.27455 +["foo[bar]baz",
 1.27456 +	[["defaultparagraphseparator","div"]],
 1.27457 +	"foo[bar]baz",
 1.27458 +	[true],
 1.27459 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 1.27460 +["foo[bar]baz",
 1.27461 +	[["defaultparagraphseparator","p"]],
 1.27462 +	"foo[bar]baz",
 1.27463 +	[true],
 1.27464 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"]}],
 1.27465 +["foo[bar]baz",
 1.27466 +	[["defaultparagraphseparator","DIV"]],
 1.27467 +	"foo[bar]baz",
 1.27468 +	[true],
 1.27469 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 1.27470 +["foo[bar]baz",
 1.27471 +	[["defaultparagraphseparator","P"]],
 1.27472 +	"foo[bar]baz",
 1.27473 +	[true],
 1.27474 +	{"defaultparagraphseparator":[false,false,"div",false,false,"p"]}],
 1.27475 +["foo[bar]baz",
 1.27476 +	[["defaultparagraphseparator"," div "]],
 1.27477 +	"foo[bar]baz",
 1.27478 +	[false],
 1.27479 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 1.27480 +["foo[bar]baz",
 1.27481 +	[["defaultparagraphseparator"," p "]],
 1.27482 +	"foo[bar]baz",
 1.27483 +	[false],
 1.27484 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 1.27485 +["foo[bar]baz",
 1.27486 +	[["defaultparagraphseparator","<div>"]],
 1.27487 +	"foo[bar]baz",
 1.27488 +	[false],
 1.27489 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 1.27490 +["foo[bar]baz",
 1.27491 +	[["defaultparagraphseparator","<p>"]],
 1.27492 +	"foo[bar]baz",
 1.27493 +	[false],
 1.27494 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 1.27495 +["foo[bar]baz",
 1.27496 +	[["defaultparagraphseparator","li"]],
 1.27497 +	"foo[bar]baz",
 1.27498 +	[false],
 1.27499 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 1.27500 +["foo[bar]baz",
 1.27501 +	[["defaultparagraphseparator","blockquote"]],
 1.27502 +	"foo[bar]baz",
 1.27503 +	[false],
 1.27504 +	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 1.27505 +["foo[bar]baz",
 1.27506 +	[["selectall",""]],
 1.27507 +	"foo[bar]baz",
 1.27508 +	[true],
 1.27509 +	{"selectall":[false,false,"",false,false,""]}],
 1.27510 +["foo[bar]baz",
 1.27511 +	[["stylewithcss","true"]],
 1.27512 +	"foo[bar]baz",
 1.27513 +	[true],
 1.27514 +	{"stylewithcss":[false,false,"",false,true,""]}],
 1.27515 +["foo[bar]baz",
 1.27516 +	[["stylewithcss","TRUE"]],
 1.27517 +	"foo[bar]baz",
 1.27518 +	[true],
 1.27519 +	{"stylewithcss":[false,true,"",false,true,""]}],
 1.27520 +["foo[bar]baz",
 1.27521 +	[["stylewithcss","TrUe"]],
 1.27522 +	"foo[bar]baz",
 1.27523 +	[true],
 1.27524 +	{"stylewithcss":[false,true,"",false,true,""]}],
 1.27525 +["foo[bar]baz",
 1.27526 +	[["stylewithcss","true "]],
 1.27527 +	"foo[bar]baz",
 1.27528 +	[true],
 1.27529 +	{"stylewithcss":[false,true,"",false,true,""]}],
 1.27530 +["foo[bar]baz",
 1.27531 +	[["stylewithcss"," true"]],
 1.27532 +	"foo[bar]baz",
 1.27533 +	[true],
 1.27534 +	{"stylewithcss":[false,true,"",false,true,""]}],
 1.27535 +["foo[bar]baz",
 1.27536 +	[["stylewithcss","truer"]],
 1.27537 +	"foo[bar]baz",
 1.27538 +	[true],
 1.27539 +	{"stylewithcss":[false,true,"",false,true,""]}],
 1.27540 +["foo[bar]baz",
 1.27541 +	[["stylewithcss"," true "]],
 1.27542 +	"foo[bar]baz",
 1.27543 +	[true],
 1.27544 +	{"stylewithcss":[false,true,"",false,true,""]}],
 1.27545 +["foo[bar]baz",
 1.27546 +	[["stylewithcss"," TrUe"]],
 1.27547 +	"foo[bar]baz",
 1.27548 +	[true],
 1.27549 +	{"stylewithcss":[false,true,"",false,true,""]}],
 1.27550 +["foo[bar]baz",
 1.27551 +	[["stylewithcss",""]],
 1.27552 +	"foo[bar]baz",
 1.27553 +	[true],
 1.27554 +	{"stylewithcss":[false,true,"",false,true,""]}],
 1.27555 +["foo[bar]baz",
 1.27556 +	[["stylewithcss"," "]],
 1.27557 +	"foo[bar]baz",
 1.27558 +	[true],
 1.27559 +	{"stylewithcss":[false,true,"",false,true,""]}],
 1.27560 +["foo[bar]baz",
 1.27561 +	[["stylewithcss","false"]],
 1.27562 +	"foo[bar]baz",
 1.27563 +	[true],
 1.27564 +	{"stylewithcss":[false,true,"",false,false,""]}],
 1.27565 +["foo[bar]baz",
 1.27566 +	[["stylewithcss","FALSE"]],
 1.27567 +	"foo[bar]baz",
 1.27568 +	[true],
 1.27569 +	{"stylewithcss":[false,false,"",false,false,""]}],
 1.27570 +["foo[bar]baz",
 1.27571 +	[["stylewithcss","FaLsE"]],
 1.27572 +	"foo[bar]baz",
 1.27573 +	[true],
 1.27574 +	{"stylewithcss":[false,false,"",false,false,""]}],
 1.27575 +["foo[bar]baz",
 1.27576 +	[["stylewithcss"," false"]],
 1.27577 +	"foo[bar]baz",
 1.27578 +	[true],
 1.27579 +	{"stylewithcss":[false,false,"",false,true,""]}],
 1.27580 +["foo[bar]baz",
 1.27581 +	[["stylewithcss","false "]],
 1.27582 +	"foo[bar]baz",
 1.27583 +	[true],
 1.27584 +	{"stylewithcss":[false,true,"",false,true,""]}],
 1.27585 +["foo[bar]baz",
 1.27586 +	[["stylewithcss","falser"]],
 1.27587 +	"foo[bar]baz",
 1.27588 +	[true],
 1.27589 +	{"stylewithcss":[false,true,"",false,true,""]}],
 1.27590 +["foo[bar]baz",
 1.27591 +	[["stylewithcss","falsé"]],
 1.27592 +	"foo[bar]baz",
 1.27593 +	[true],
 1.27594 +	{"stylewithcss":[false,true,"",false,true,""]}],
 1.27595 +["foo[bar]baz",
 1.27596 +	[["usecss","true"]],
 1.27597 +	"foo[bar]baz",
 1.27598 +	[true],
 1.27599 +	{"usecss":[false,false,"",false,false,""]}],
 1.27600 +["foo[bar]baz",
 1.27601 +	[["usecss","TRUE"]],
 1.27602 +	"foo[bar]baz",
 1.27603 +	[true],
 1.27604 +	{"usecss":[false,false,"",false,false,""]}],
 1.27605 +["foo[bar]baz",
 1.27606 +	[["usecss","TrUe"]],
 1.27607 +	"foo[bar]baz",
 1.27608 +	[true],
 1.27609 +	{"usecss":[false,false,"",false,false,""]}],
 1.27610 +["foo[bar]baz",
 1.27611 +	[["usecss","true "]],
 1.27612 +	"foo[bar]baz",
 1.27613 +	[true],
 1.27614 +	{"usecss":[false,false,"",false,false,""]}],
 1.27615 +["foo[bar]baz",
 1.27616 +	[["usecss"," true"]],
 1.27617 +	"foo[bar]baz",
 1.27618 +	[true],
 1.27619 +	{"usecss":[false,false,"",false,false,""]}],
 1.27620 +["foo[bar]baz",
 1.27621 +	[["usecss","truer"]],
 1.27622 +	"foo[bar]baz",
 1.27623 +	[true],
 1.27624 +	{"usecss":[false,false,"",false,false,""]}],
 1.27625 +["foo[bar]baz",
 1.27626 +	[["usecss"," true "]],
 1.27627 +	"foo[bar]baz",
 1.27628 +	[true],
 1.27629 +	{"usecss":[false,false,"",false,false,""]}],
 1.27630 +["foo[bar]baz",
 1.27631 +	[["usecss"," TrUe"]],
 1.27632 +	"foo[bar]baz",
 1.27633 +	[true],
 1.27634 +	{"usecss":[false,false,"",false,false,""]}],
 1.27635 +["foo[bar]baz",
 1.27636 +	[["usecss",""]],
 1.27637 +	"foo[bar]baz",
 1.27638 +	[true],
 1.27639 +	{"usecss":[false,false,"",false,false,""]}],
 1.27640 +["foo[bar]baz",
 1.27641 +	[["usecss"," "]],
 1.27642 +	"foo[bar]baz",
 1.27643 +	[true],
 1.27644 +	{"usecss":[false,false,"",false,false,""]}],
 1.27645 +["foo[bar]baz",
 1.27646 +	[["usecss","false"]],
 1.27647 +	"foo[bar]baz",
 1.27648 +	[true],
 1.27649 +	{"usecss":[false,false,"",false,false,""]}],
 1.27650 +["foo[bar]baz",
 1.27651 +	[["usecss","FALSE"]],
 1.27652 +	"foo[bar]baz",
 1.27653 +	[true],
 1.27654 +	{"usecss":[false,false,"",false,false,""]}],
 1.27655 +["foo[bar]baz",
 1.27656 +	[["usecss","FaLsE"]],
 1.27657 +	"foo[bar]baz",
 1.27658 +	[true],
 1.27659 +	{"usecss":[false,false,"",false,false,""]}],
 1.27660 +["foo[bar]baz",
 1.27661 +	[["usecss"," false"]],
 1.27662 +	"foo[bar]baz",
 1.27663 +	[true],
 1.27664 +	{"usecss":[false,false,"",false,false,""]}],
 1.27665 +["foo[bar]baz",
 1.27666 +	[["usecss","false "]],
 1.27667 +	"foo[bar]baz",
 1.27668 +	[true],
 1.27669 +	{"usecss":[false,false,"",false,false,""]}],
 1.27670 +["foo[bar]baz",
 1.27671 +	[["usecss","falser"]],
 1.27672 +	"foo[bar]baz",
 1.27673 +	[true],
 1.27674 +	{"usecss":[false,false,"",false,false,""]}],
 1.27675 +["foo[bar]baz",
 1.27676 +	[["usecss","falsé"]],
 1.27677 +	"foo[bar]baz",
 1.27678 +	[true],
 1.27679 +	{"usecss":[false,false,"",false,false,""]}],
 1.27680 +["foo[bar]baz",
 1.27681 +	[["quasit",""]],
 1.27682 +	"foo[bar]baz",
 1.27683 +	[false],
 1.27684 +	{"quasit":[false,false,"",false,false,""]}],
 1.27685 +["foo[]bar",
 1.27686 +	[["bold",""],["inserttext","a"]],
 1.27687 +	"foo<b>a[]</b>bar",
 1.27688 +	[true,true],
 1.27689 +	{"bold":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.27690 +["foo[]bar",
 1.27691 +	[["bold",""],["delete",""]],
 1.27692 +	"fo[]bar",
 1.27693 +	[true,true],
 1.27694 +	{"bold":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 1.27695 +["foo[]bar",
 1.27696 +	[["bold",""],["delete",""],["inserttext","a"]],
 1.27697 +	"fo<b>a[]</b>bar",
 1.27698 +	[true,true,true],
 1.27699 +	{"bold":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.27700 +["foo[]bar",
 1.27701 +	[["bold",""],["formatblock","<div>"]],
 1.27702 +	"<div>foo[]bar</div>",
 1.27703 +	[true,true],
 1.27704 +	{"bold":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 1.27705 +["foo[]bar",
 1.27706 +	[["bold",""],["formatblock","<div>"],["inserttext","a"]],
 1.27707 +	"<div>foo<b>a[]</b>bar</div>",
 1.27708 +	[true,true,true],
 1.27709 +	{"bold":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 1.27710 +["foo[]bar",
 1.27711 +	[["bold",""],["forwarddelete",""]],
 1.27712 +	"foo[]ar",
 1.27713 +	[true,true],
 1.27714 +	{"bold":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 1.27715 +["foo[]bar",
 1.27716 +	[["bold",""],["forwarddelete",""],["inserttext","a"]],
 1.27717 +	"foo<b>a[]</b>ar",
 1.27718 +	[true,true,true],
 1.27719 +	{"bold":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.27720 +["foo[]bar",
 1.27721 +	[["bold",""],["indent",""]],
 1.27722 +	"<blockquote>foo[]bar</blockquote>",
 1.27723 +	[true,true],
 1.27724 +	{"bold":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 1.27725 +["foo[]bar",
 1.27726 +	[["bold",""],["indent",""],["inserttext","a"]],
 1.27727 +	"<blockquote>foo<b>a[]</b>bar</blockquote>",
 1.27728 +	[true,true,true],
 1.27729 +	{"bold":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.27730 +["foo[]bar",
 1.27731 +	[["bold",""],["inserthorizontalrule",""]],
 1.27732 +	"foo<hr>{}bar",
 1.27733 +	[true,true],
 1.27734 +	{"bold":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.27735 +["foo[]bar",
 1.27736 +	[["bold",""],["inserthorizontalrule",""],["inserttext","a"]],
 1.27737 +	"foo<hr><b>a[]</b>bar",
 1.27738 +	[true,true,true],
 1.27739 +	{"bold":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.27740 +["foo[]bar",
 1.27741 +	[["bold",""],["inserthtml","ab<b>c</b>d"]],
 1.27742 +	"fooab<b>c</b>d{}bar",
 1.27743 +	[true,true],
 1.27744 +	{"bold":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.27745 +["foo[]bar",
 1.27746 +	[["bold",""],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 1.27747 +	"fooab<b>c</b>d<b>a[]</b>bar",
 1.27748 +	[true,true,true],
 1.27749 +	{"bold":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.27750 +["foo[]bar",
 1.27751 +	[["bold",""],["insertimage","/img/lion.svg"]],
 1.27752 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.27753 +	[true,true],
 1.27754 +	{"bold":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 1.27755 +["foo[]bar",
 1.27756 +	[["bold",""],["insertimage","/img/lion.svg"],["inserttext","a"]],
 1.27757 +	"foo<img src=\"/img/lion.svg\"><b>a[]</b>bar",
 1.27758 +	[true,true,true],
 1.27759 +	{"bold":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.27760 +["foo[]bar",
 1.27761 +	[["bold",""],["insertlinebreak",""]],
 1.27762 +	"foo<br>{}bar",
 1.27763 +	[true,true],
 1.27764 +	{"bold":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 1.27765 +["foo[]bar",
 1.27766 +	[["bold",""],["insertlinebreak",""],["inserttext","a"]],
 1.27767 +	"foo<br><b>a[]</b>bar",
 1.27768 +	[true,true,true],
 1.27769 +	{"bold":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.27770 +["foo[]bar",
 1.27771 +	[["bold",""],["insertorderedlist",""]],
 1.27772 +	"<ol><li>foo[]bar</li></ol>",
 1.27773 +	[true,true],
 1.27774 +	{"bold":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 1.27775 +["foo[]bar",
 1.27776 +	[["bold",""],["insertorderedlist",""],["inserttext","a"]],
 1.27777 +	"<ol><li>foo<b>a[]</b>bar</li></ol>",
 1.27778 +	[true,true,true],
 1.27779 +	{"bold":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.27780 +["foo[]bar",
 1.27781 +	[["bold",""],["insertparagraph",""]],
 1.27782 +	"<p>foo</p><p>{}bar</p>",
 1.27783 +	[true,true],
 1.27784 +	{"bold":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 1.27785 +["foo[]bar",
 1.27786 +	[["bold",""],["insertparagraph",""],["inserttext","a"]],
 1.27787 +	"<p>foo</p><p><b>a[]</b>bar</p>",
 1.27788 +	[true,true,true],
 1.27789 +	{"bold":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.27790 +["foo[]bar",
 1.27791 +	[["bold",""],["insertunorderedlist",""]],
 1.27792 +	"<ul><li>foo[]bar</li></ul>",
 1.27793 +	[true,true],
 1.27794 +	{"bold":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.27795 +["foo[]bar",
 1.27796 +	[["bold",""],["insertunorderedlist",""],["inserttext","a"]],
 1.27797 +	"<ul><li>foo<b>a[]</b>bar</li></ul>",
 1.27798 +	[true,true,true],
 1.27799 +	{"bold":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.27800 +["foo[]bar",
 1.27801 +	[["bold",""],["justifycenter",""]],
 1.27802 +	"<div style=\"text-align:center\">foo[]bar</div>",
 1.27803 +	[true,true],
 1.27804 +	{"bold":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.27805 +["foo[]bar",
 1.27806 +	[["bold",""],["justifycenter",""],["inserttext","a"]],
 1.27807 +	"<div style=\"text-align:center\">foo<b>a[]</b>bar</div>",
 1.27808 +	[true,true,true],
 1.27809 +	{"bold":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 1.27810 +["foo[]bar",
 1.27811 +	[["bold",""],["justifyfull",""]],
 1.27812 +	"<div style=\"text-align:justify\">foo[]bar</div>",
 1.27813 +	[true,true],
 1.27814 +	{"bold":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.27815 +["foo[]bar",
 1.27816 +	[["bold",""],["justifyfull",""],["inserttext","a"]],
 1.27817 +	"<div style=\"text-align:justify\">foo<b>a[]</b>bar</div>",
 1.27818 +	[true,true,true],
 1.27819 +	{"bold":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 1.27820 +["foo[]bar",
 1.27821 +	[["bold",""],["justifyleft",""]],
 1.27822 +	"foo[]bar",
 1.27823 +	[true,true],
 1.27824 +	{"bold":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.27825 +["foo[]bar",
 1.27826 +	[["bold",""],["justifyleft",""],["inserttext","a"]],
 1.27827 +	"foo<b>a[]</b>bar",
 1.27828 +	[true,true,true],
 1.27829 +	{"bold":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 1.27830 +["foo[]bar",
 1.27831 +	[["bold",""],["justifyright",""]],
 1.27832 +	"<div style=\"text-align:right\">foo[]bar</div>",
 1.27833 +	[true,true],
 1.27834 +	{"bold":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 1.27835 +["foo[]bar",
 1.27836 +	[["bold",""],["justifyright",""],["inserttext","a"]],
 1.27837 +	"<div style=\"text-align:right\">foo<b>a[]</b>bar</div>",
 1.27838 +	[true,true,true],
 1.27839 +	{"bold":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 1.27840 +["foo[]bar",
 1.27841 +	[["bold",""],["outdent",""]],
 1.27842 +	"foo[]bar",
 1.27843 +	[true,true],
 1.27844 +	{"bold":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 1.27845 +["foo[]bar",
 1.27846 +	[["bold",""],["outdent",""],["inserttext","a"]],
 1.27847 +	"foo<b>a[]</b>bar",
 1.27848 +	[true,true,true],
 1.27849 +	{"bold":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.27850 +["foo[]bar",
 1.27851 +	[["italic",""],["inserttext","a"]],
 1.27852 +	"foo<i>a[]</i>bar",
 1.27853 +	[true,true],
 1.27854 +	{"italic":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.27855 +["foo[]bar",
 1.27856 +	[["italic",""],["delete",""]],
 1.27857 +	"fo[]bar",
 1.27858 +	[true,true],
 1.27859 +	{"italic":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 1.27860 +["foo[]bar",
 1.27861 +	[["italic",""],["delete",""],["inserttext","a"]],
 1.27862 +	"fo<i>a[]</i>bar",
 1.27863 +	[true,true,true],
 1.27864 +	{"italic":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.27865 +["foo[]bar",
 1.27866 +	[["italic",""],["formatblock","<div>"]],
 1.27867 +	"<div>foo[]bar</div>",
 1.27868 +	[true,true],
 1.27869 +	{"italic":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 1.27870 +["foo[]bar",
 1.27871 +	[["italic",""],["formatblock","<div>"],["inserttext","a"]],
 1.27872 +	"<div>foo<i>a[]</i>bar</div>",
 1.27873 +	[true,true,true],
 1.27874 +	{"italic":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 1.27875 +["foo[]bar",
 1.27876 +	[["italic",""],["forwarddelete",""]],
 1.27877 +	"foo[]ar",
 1.27878 +	[true,true],
 1.27879 +	{"italic":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 1.27880 +["foo[]bar",
 1.27881 +	[["italic",""],["forwarddelete",""],["inserttext","a"]],
 1.27882 +	"foo<i>a[]</i>ar",
 1.27883 +	[true,true,true],
 1.27884 +	{"italic":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.27885 +["foo[]bar",
 1.27886 +	[["italic",""],["indent",""]],
 1.27887 +	"<blockquote>foo[]bar</blockquote>",
 1.27888 +	[true,true],
 1.27889 +	{"italic":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 1.27890 +["foo[]bar",
 1.27891 +	[["italic",""],["indent",""],["inserttext","a"]],
 1.27892 +	"<blockquote>foo<i>a[]</i>bar</blockquote>",
 1.27893 +	[true,true,true],
 1.27894 +	{"italic":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.27895 +["foo[]bar",
 1.27896 +	[["italic",""],["inserthorizontalrule",""]],
 1.27897 +	"foo<hr>{}bar",
 1.27898 +	[true,true],
 1.27899 +	{"italic":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.27900 +["foo[]bar",
 1.27901 +	[["italic",""],["inserthorizontalrule",""],["inserttext","a"]],
 1.27902 +	"foo<hr><i>a[]</i>bar",
 1.27903 +	[true,true,true],
 1.27904 +	{"italic":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.27905 +["foo[]bar",
 1.27906 +	[["italic",""],["inserthtml","ab<b>c</b>d"]],
 1.27907 +	"fooab<b>c</b>d{}bar",
 1.27908 +	[true,true],
 1.27909 +	{"italic":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.27910 +["foo[]bar",
 1.27911 +	[["italic",""],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 1.27912 +	"fooab<b>c</b>d<i>a[]</i>bar",
 1.27913 +	[true,true,true],
 1.27914 +	{"italic":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.27915 +["foo[]bar",
 1.27916 +	[["italic",""],["insertimage","/img/lion.svg"]],
 1.27917 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.27918 +	[true,true],
 1.27919 +	{"italic":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 1.27920 +["foo[]bar",
 1.27921 +	[["italic",""],["insertimage","/img/lion.svg"],["inserttext","a"]],
 1.27922 +	"foo<img src=\"/img/lion.svg\"><i>a[]</i>bar",
 1.27923 +	[true,true,true],
 1.27924 +	{"italic":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.27925 +["foo[]bar",
 1.27926 +	[["italic",""],["insertlinebreak",""]],
 1.27927 +	"foo<br>{}bar",
 1.27928 +	[true,true],
 1.27929 +	{"italic":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 1.27930 +["foo[]bar",
 1.27931 +	[["italic",""],["insertlinebreak",""],["inserttext","a"]],
 1.27932 +	"foo<br><i>a[]</i>bar",
 1.27933 +	[true,true,true],
 1.27934 +	{"italic":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.27935 +["foo[]bar",
 1.27936 +	[["italic",""],["insertorderedlist",""]],
 1.27937 +	"<ol><li>foo[]bar</li></ol>",
 1.27938 +	[true,true],
 1.27939 +	{"italic":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 1.27940 +["foo[]bar",
 1.27941 +	[["italic",""],["insertorderedlist",""],["inserttext","a"]],
 1.27942 +	"<ol><li>foo<i>a[]</i>bar</li></ol>",
 1.27943 +	[true,true,true],
 1.27944 +	{"italic":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.27945 +["foo[]bar",
 1.27946 +	[["italic",""],["insertparagraph",""]],
 1.27947 +	"<p>foo</p><p>{}bar</p>",
 1.27948 +	[true,true],
 1.27949 +	{"italic":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 1.27950 +["foo[]bar",
 1.27951 +	[["italic",""],["insertparagraph",""],["inserttext","a"]],
 1.27952 +	"<p>foo</p><p><i>a[]</i>bar</p>",
 1.27953 +	[true,true,true],
 1.27954 +	{"italic":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.27955 +["foo[]bar",
 1.27956 +	[["italic",""],["insertunorderedlist",""]],
 1.27957 +	"<ul><li>foo[]bar</li></ul>",
 1.27958 +	[true,true],
 1.27959 +	{"italic":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.27960 +["foo[]bar",
 1.27961 +	[["italic",""],["insertunorderedlist",""],["inserttext","a"]],
 1.27962 +	"<ul><li>foo<i>a[]</i>bar</li></ul>",
 1.27963 +	[true,true,true],
 1.27964 +	{"italic":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.27965 +["foo[]bar",
 1.27966 +	[["italic",""],["justifycenter",""]],
 1.27967 +	"<div style=\"text-align:center\">foo[]bar</div>",
 1.27968 +	[true,true],
 1.27969 +	{"italic":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.27970 +["foo[]bar",
 1.27971 +	[["italic",""],["justifycenter",""],["inserttext","a"]],
 1.27972 +	"<div style=\"text-align:center\">foo<i>a[]</i>bar</div>",
 1.27973 +	[true,true,true],
 1.27974 +	{"italic":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 1.27975 +["foo[]bar",
 1.27976 +	[["italic",""],["justifyfull",""]],
 1.27977 +	"<div style=\"text-align:justify\">foo[]bar</div>",
 1.27978 +	[true,true],
 1.27979 +	{"italic":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.27980 +["foo[]bar",
 1.27981 +	[["italic",""],["justifyfull",""],["inserttext","a"]],
 1.27982 +	"<div style=\"text-align:justify\">foo<i>a[]</i>bar</div>",
 1.27983 +	[true,true,true],
 1.27984 +	{"italic":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 1.27985 +["foo[]bar",
 1.27986 +	[["italic",""],["justifyleft",""]],
 1.27987 +	"foo[]bar",
 1.27988 +	[true,true],
 1.27989 +	{"italic":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.27990 +["foo[]bar",
 1.27991 +	[["italic",""],["justifyleft",""],["inserttext","a"]],
 1.27992 +	"foo<i>a[]</i>bar",
 1.27993 +	[true,true,true],
 1.27994 +	{"italic":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 1.27995 +["foo[]bar",
 1.27996 +	[["italic",""],["justifyright",""]],
 1.27997 +	"<div style=\"text-align:right\">foo[]bar</div>",
 1.27998 +	[true,true],
 1.27999 +	{"italic":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 1.28000 +["foo[]bar",
 1.28001 +	[["italic",""],["justifyright",""],["inserttext","a"]],
 1.28002 +	"<div style=\"text-align:right\">foo<i>a[]</i>bar</div>",
 1.28003 +	[true,true,true],
 1.28004 +	{"italic":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 1.28005 +["foo[]bar",
 1.28006 +	[["italic",""],["outdent",""]],
 1.28007 +	"foo[]bar",
 1.28008 +	[true,true],
 1.28009 +	{"italic":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 1.28010 +["foo[]bar",
 1.28011 +	[["italic",""],["outdent",""],["inserttext","a"]],
 1.28012 +	"foo<i>a[]</i>bar",
 1.28013 +	[true,true,true],
 1.28014 +	{"italic":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28015 +["foo[]bar",
 1.28016 +	[["strikethrough",""],["inserttext","a"]],
 1.28017 +	"foo<s>a[]</s>bar",
 1.28018 +	[true,true],
 1.28019 +	{"strikethrough":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.28020 +["foo[]bar",
 1.28021 +	[["strikethrough",""],["delete",""]],
 1.28022 +	"fo[]bar",
 1.28023 +	[true,true],
 1.28024 +	{"strikethrough":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 1.28025 +["foo[]bar",
 1.28026 +	[["strikethrough",""],["delete",""],["inserttext","a"]],
 1.28027 +	"fo<s>a[]</s>bar",
 1.28028 +	[true,true,true],
 1.28029 +	{"strikethrough":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28030 +["foo[]bar",
 1.28031 +	[["strikethrough",""],["formatblock","<div>"]],
 1.28032 +	"<div>foo[]bar</div>",
 1.28033 +	[true,true],
 1.28034 +	{"strikethrough":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 1.28035 +["foo[]bar",
 1.28036 +	[["strikethrough",""],["formatblock","<div>"],["inserttext","a"]],
 1.28037 +	"<div>foo<s>a[]</s>bar</div>",
 1.28038 +	[true,true,true],
 1.28039 +	{"strikethrough":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 1.28040 +["foo[]bar",
 1.28041 +	[["strikethrough",""],["forwarddelete",""]],
 1.28042 +	"foo[]ar",
 1.28043 +	[true,true],
 1.28044 +	{"strikethrough":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 1.28045 +["foo[]bar",
 1.28046 +	[["strikethrough",""],["forwarddelete",""],["inserttext","a"]],
 1.28047 +	"foo<s>a[]</s>ar",
 1.28048 +	[true,true,true],
 1.28049 +	{"strikethrough":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28050 +["foo[]bar",
 1.28051 +	[["strikethrough",""],["indent",""]],
 1.28052 +	"<blockquote>foo[]bar</blockquote>",
 1.28053 +	[true,true],
 1.28054 +	{"strikethrough":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 1.28055 +["foo[]bar",
 1.28056 +	[["strikethrough",""],["indent",""],["inserttext","a"]],
 1.28057 +	"<blockquote>foo<s>a[]</s>bar</blockquote>",
 1.28058 +	[true,true,true],
 1.28059 +	{"strikethrough":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28060 +["foo[]bar",
 1.28061 +	[["strikethrough",""],["inserthorizontalrule",""]],
 1.28062 +	"foo<hr>{}bar",
 1.28063 +	[true,true],
 1.28064 +	{"strikethrough":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.28065 +["foo[]bar",
 1.28066 +	[["strikethrough",""],["inserthorizontalrule",""],["inserttext","a"]],
 1.28067 +	"foo<hr><s>a[]</s>bar",
 1.28068 +	[true,true,true],
 1.28069 +	{"strikethrough":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28070 +["foo[]bar",
 1.28071 +	[["strikethrough",""],["inserthtml","ab<b>c</b>d"]],
 1.28072 +	"fooab<b>c</b>d{}bar",
 1.28073 +	[true,true],
 1.28074 +	{"strikethrough":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.28075 +["foo[]bar",
 1.28076 +	[["strikethrough",""],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 1.28077 +	"fooab<b>c</b>d<s>a[]</s>bar",
 1.28078 +	[true,true,true],
 1.28079 +	{"strikethrough":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28080 +["foo[]bar",
 1.28081 +	[["strikethrough",""],["insertimage","/img/lion.svg"]],
 1.28082 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.28083 +	[true,true],
 1.28084 +	{"strikethrough":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 1.28085 +["foo[]bar",
 1.28086 +	[["strikethrough",""],["insertimage","/img/lion.svg"],["inserttext","a"]],
 1.28087 +	"foo<img src=\"/img/lion.svg\"><s>a[]</s>bar",
 1.28088 +	[true,true,true],
 1.28089 +	{"strikethrough":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28090 +["foo[]bar",
 1.28091 +	[["strikethrough",""],["insertlinebreak",""]],
 1.28092 +	"foo<br>{}bar",
 1.28093 +	[true,true],
 1.28094 +	{"strikethrough":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 1.28095 +["foo[]bar",
 1.28096 +	[["strikethrough",""],["insertlinebreak",""],["inserttext","a"]],
 1.28097 +	"foo<br><s>a[]</s>bar",
 1.28098 +	[true,true,true],
 1.28099 +	{"strikethrough":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28100 +["foo[]bar",
 1.28101 +	[["strikethrough",""],["insertorderedlist",""]],
 1.28102 +	"<ol><li>foo[]bar</li></ol>",
 1.28103 +	[true,true],
 1.28104 +	{"strikethrough":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 1.28105 +["foo[]bar",
 1.28106 +	[["strikethrough",""],["insertorderedlist",""],["inserttext","a"]],
 1.28107 +	"<ol><li>foo<s>a[]</s>bar</li></ol>",
 1.28108 +	[true,true,true],
 1.28109 +	{"strikethrough":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.28110 +["foo[]bar",
 1.28111 +	[["strikethrough",""],["insertparagraph",""]],
 1.28112 +	"<p>foo</p><p>{}bar</p>",
 1.28113 +	[true,true],
 1.28114 +	{"strikethrough":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 1.28115 +["foo[]bar",
 1.28116 +	[["strikethrough",""],["insertparagraph",""],["inserttext","a"]],
 1.28117 +	"<p>foo</p><p><s>a[]</s>bar</p>",
 1.28118 +	[true,true,true],
 1.28119 +	{"strikethrough":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28120 +["foo[]bar",
 1.28121 +	[["strikethrough",""],["insertunorderedlist",""]],
 1.28122 +	"<ul><li>foo[]bar</li></ul>",
 1.28123 +	[true,true],
 1.28124 +	{"strikethrough":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.28125 +["foo[]bar",
 1.28126 +	[["strikethrough",""],["insertunorderedlist",""],["inserttext","a"]],
 1.28127 +	"<ul><li>foo<s>a[]</s>bar</li></ul>",
 1.28128 +	[true,true,true],
 1.28129 +	{"strikethrough":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.28130 +["foo[]bar",
 1.28131 +	[["strikethrough",""],["justifycenter",""]],
 1.28132 +	"<div style=\"text-align:center\">foo[]bar</div>",
 1.28133 +	[true,true],
 1.28134 +	{"strikethrough":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.28135 +["foo[]bar",
 1.28136 +	[["strikethrough",""],["justifycenter",""],["inserttext","a"]],
 1.28137 +	"<div style=\"text-align:center\">foo<s>a[]</s>bar</div>",
 1.28138 +	[true,true,true],
 1.28139 +	{"strikethrough":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 1.28140 +["foo[]bar",
 1.28141 +	[["strikethrough",""],["justifyfull",""]],
 1.28142 +	"<div style=\"text-align:justify\">foo[]bar</div>",
 1.28143 +	[true,true],
 1.28144 +	{"strikethrough":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.28145 +["foo[]bar",
 1.28146 +	[["strikethrough",""],["justifyfull",""],["inserttext","a"]],
 1.28147 +	"<div style=\"text-align:justify\">foo<s>a[]</s>bar</div>",
 1.28148 +	[true,true,true],
 1.28149 +	{"strikethrough":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 1.28150 +["foo[]bar",
 1.28151 +	[["strikethrough",""],["justifyleft",""]],
 1.28152 +	"foo[]bar",
 1.28153 +	[true,true],
 1.28154 +	{"strikethrough":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.28155 +["foo[]bar",
 1.28156 +	[["strikethrough",""],["justifyleft",""],["inserttext","a"]],
 1.28157 +	"foo<s>a[]</s>bar",
 1.28158 +	[true,true,true],
 1.28159 +	{"strikethrough":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 1.28160 +["foo[]bar",
 1.28161 +	[["strikethrough",""],["justifyright",""]],
 1.28162 +	"<div style=\"text-align:right\">foo[]bar</div>",
 1.28163 +	[true,true],
 1.28164 +	{"strikethrough":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 1.28165 +["foo[]bar",
 1.28166 +	[["strikethrough",""],["justifyright",""],["inserttext","a"]],
 1.28167 +	"<div style=\"text-align:right\">foo<s>a[]</s>bar</div>",
 1.28168 +	[true,true,true],
 1.28169 +	{"strikethrough":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 1.28170 +["foo[]bar",
 1.28171 +	[["strikethrough",""],["outdent",""]],
 1.28172 +	"foo[]bar",
 1.28173 +	[true,true],
 1.28174 +	{"strikethrough":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 1.28175 +["foo[]bar",
 1.28176 +	[["strikethrough",""],["outdent",""],["inserttext","a"]],
 1.28177 +	"foo<s>a[]</s>bar",
 1.28178 +	[true,true,true],
 1.28179 +	{"strikethrough":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28180 +["foo[]bar",
 1.28181 +	[["subscript",""],["inserttext","a"]],
 1.28182 +	"foo<sub>a[]</sub>bar",
 1.28183 +	[true,true],
 1.28184 +	{"subscript":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.28185 +["foo[]bar",
 1.28186 +	[["subscript",""],["delete",""]],
 1.28187 +	"fo[]bar",
 1.28188 +	[true,true],
 1.28189 +	{"subscript":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 1.28190 +["foo[]bar",
 1.28191 +	[["subscript",""],["delete",""],["inserttext","a"]],
 1.28192 +	"fo<sub><font size=\"3\">a[]</font></sub>bar",
 1.28193 +	[true,true,true],
 1.28194 +	{"subscript":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28195 +["foo[]bar",
 1.28196 +	[["subscript",""],["formatblock","<div>"]],
 1.28197 +	"<div>foo[]bar</div>",
 1.28198 +	[true,true],
 1.28199 +	{"subscript":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 1.28200 +["foo[]bar",
 1.28201 +	[["subscript",""],["formatblock","<div>"],["inserttext","a"]],
 1.28202 +	"<div>foo<sub>a[]</sub>bar</div>",
 1.28203 +	[true,true,true],
 1.28204 +	{"subscript":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 1.28205 +["foo[]bar",
 1.28206 +	[["subscript",""],["forwarddelete",""]],
 1.28207 +	"foo[]ar",
 1.28208 +	[true,true],
 1.28209 +	{"subscript":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 1.28210 +["foo[]bar",
 1.28211 +	[["subscript",""],["forwarddelete",""],["inserttext","a"]],
 1.28212 +	"foo<sub><font size=\"3\">a[]</font></sub>ar",
 1.28213 +	[true,true,true],
 1.28214 +	{"subscript":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28215 +["foo[]bar",
 1.28216 +	[["subscript",""],["indent",""]],
 1.28217 +	"<blockquote>foo[]bar</blockquote>",
 1.28218 +	[true,true],
 1.28219 +	{"subscript":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 1.28220 +["foo[]bar",
 1.28221 +	[["subscript",""],["indent",""],["inserttext","a"]],
 1.28222 +	"<blockquote>foo<sub>a[]</sub>bar</blockquote>",
 1.28223 +	[true,true,true],
 1.28224 +	{"subscript":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28225 +["foo[]bar",
 1.28226 +	[["subscript",""],["inserthorizontalrule",""]],
 1.28227 +	"foo<hr>{}bar",
 1.28228 +	[true,true],
 1.28229 +	{"subscript":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.28230 +["foo[]bar",
 1.28231 +	[["subscript",""],["inserthorizontalrule",""],["inserttext","a"]],
 1.28232 +	"foo<hr><sub>a[]</sub>bar",
 1.28233 +	[true,true,true],
 1.28234 +	{"subscript":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28235 +["foo[]bar",
 1.28236 +	[["subscript",""],["inserthtml","ab<b>c</b>d"]],
 1.28237 +	"fooab<b>c</b>d{}bar",
 1.28238 +	[true,true],
 1.28239 +	{"subscript":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.28240 +["foo[]bar",
 1.28241 +	[["subscript",""],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 1.28242 +	"fooab<b>c</b>d<sub>a[]</sub>bar",
 1.28243 +	[true,true,true],
 1.28244 +	{"subscript":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28245 +["foo[]bar",
 1.28246 +	[["subscript",""],["insertimage","/img/lion.svg"]],
 1.28247 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.28248 +	[true,true],
 1.28249 +	{"subscript":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 1.28250 +["foo[]bar",
 1.28251 +	[["subscript",""],["insertimage","/img/lion.svg"],["inserttext","a"]],
 1.28252 +	"foo<img src=\"/img/lion.svg\"><sub>a[]</sub>bar",
 1.28253 +	[true,true,true],
 1.28254 +	{"subscript":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28255 +["foo[]bar",
 1.28256 +	[["subscript",""],["insertlinebreak",""]],
 1.28257 +	"foo<br>{}bar",
 1.28258 +	[true,true],
 1.28259 +	{"subscript":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 1.28260 +["foo[]bar",
 1.28261 +	[["subscript",""],["insertlinebreak",""],["inserttext","a"]],
 1.28262 +	"foo<br><sub>a[]</sub>bar",
 1.28263 +	[true,true,true],
 1.28264 +	{"subscript":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28265 +["foo[]bar",
 1.28266 +	[["subscript",""],["insertorderedlist",""]],
 1.28267 +	"<ol><li>foo[]bar</li></ol>",
 1.28268 +	[true,true],
 1.28269 +	{"subscript":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 1.28270 +["foo[]bar",
 1.28271 +	[["subscript",""],["insertorderedlist",""],["inserttext","a"]],
 1.28272 +	"<ol><li>foo<sub>a[]</sub>bar</li></ol>",
 1.28273 +	[true,true,true],
 1.28274 +	{"subscript":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.28275 +["foo[]bar",
 1.28276 +	[["subscript",""],["insertparagraph",""]],
 1.28277 +	"<p>foo</p><p>{}bar</p>",
 1.28278 +	[true,true],
 1.28279 +	{"subscript":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 1.28280 +["foo[]bar",
 1.28281 +	[["subscript",""],["insertparagraph",""],["inserttext","a"]],
 1.28282 +	"<p>foo</p><p><sub>a[]</sub>bar</p>",
 1.28283 +	[true,true,true],
 1.28284 +	{"subscript":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28285 +["foo[]bar",
 1.28286 +	[["subscript",""],["insertunorderedlist",""]],
 1.28287 +	"<ul><li>foo[]bar</li></ul>",
 1.28288 +	[true,true],
 1.28289 +	{"subscript":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.28290 +["foo[]bar",
 1.28291 +	[["subscript",""],["insertunorderedlist",""],["inserttext","a"]],
 1.28292 +	"<ul><li>foo<sub>a[]</sub>bar</li></ul>",
 1.28293 +	[true,true,true],
 1.28294 +	{"subscript":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.28295 +["foo[]bar",
 1.28296 +	[["subscript",""],["justifycenter",""]],
 1.28297 +	"<div style=\"text-align:center\">foo[]bar</div>",
 1.28298 +	[true,true],
 1.28299 +	{"subscript":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.28300 +["foo[]bar",
 1.28301 +	[["subscript",""],["justifycenter",""],["inserttext","a"]],
 1.28302 +	"<div style=\"text-align:center\">foo<sub>a[]</sub>bar</div>",
 1.28303 +	[true,true,true],
 1.28304 +	{"subscript":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 1.28305 +["foo[]bar",
 1.28306 +	[["subscript",""],["justifyfull",""]],
 1.28307 +	"<div style=\"text-align:justify\">foo[]bar</div>",
 1.28308 +	[true,true],
 1.28309 +	{"subscript":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.28310 +["foo[]bar",
 1.28311 +	[["subscript",""],["justifyfull",""],["inserttext","a"]],
 1.28312 +	"<div style=\"text-align:justify\">foo<sub>a[]</sub>bar</div>",
 1.28313 +	[true,true,true],
 1.28314 +	{"subscript":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 1.28315 +["foo[]bar",
 1.28316 +	[["subscript",""],["justifyleft",""]],
 1.28317 +	"foo[]bar",
 1.28318 +	[true,true],
 1.28319 +	{"subscript":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.28320 +["foo[]bar",
 1.28321 +	[["subscript",""],["justifyleft",""],["inserttext","a"]],
 1.28322 +	"foo<sub>a[]</sub>bar",
 1.28323 +	[true,true,true],
 1.28324 +	{"subscript":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 1.28325 +["foo[]bar",
 1.28326 +	[["subscript",""],["justifyright",""]],
 1.28327 +	"<div style=\"text-align:right\">foo[]bar</div>",
 1.28328 +	[true,true],
 1.28329 +	{"subscript":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 1.28330 +["foo[]bar",
 1.28331 +	[["subscript",""],["justifyright",""],["inserttext","a"]],
 1.28332 +	"<div style=\"text-align:right\">foo<sub>a[]</sub>bar</div>",
 1.28333 +	[true,true,true],
 1.28334 +	{"subscript":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 1.28335 +["foo[]bar",
 1.28336 +	[["subscript",""],["outdent",""]],
 1.28337 +	"foo[]bar",
 1.28338 +	[true,true],
 1.28339 +	{"subscript":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 1.28340 +["foo[]bar",
 1.28341 +	[["subscript",""],["outdent",""],["inserttext","a"]],
 1.28342 +	"foo<sub>a[]</sub>bar",
 1.28343 +	[true,true,true],
 1.28344 +	{"subscript":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28345 +["foo[]bar",
 1.28346 +	[["superscript",""],["inserttext","a"]],
 1.28347 +	"foo<sup>a[]</sup>bar",
 1.28348 +	[true,true],
 1.28349 +	{"superscript":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.28350 +["foo[]bar",
 1.28351 +	[["superscript",""],["delete",""]],
 1.28352 +	"fo[]bar",
 1.28353 +	[true,true],
 1.28354 +	{"superscript":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 1.28355 +["foo[]bar",
 1.28356 +	[["superscript",""],["delete",""],["inserttext","a"]],
 1.28357 +	"fo<sup><font size=\"3\">a[]</font></sup>bar",
 1.28358 +	[true,true,true],
 1.28359 +	{"superscript":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28360 +["foo[]bar",
 1.28361 +	[["superscript",""],["formatblock","<div>"]],
 1.28362 +	"<div>foo[]bar</div>",
 1.28363 +	[true,true],
 1.28364 +	{"superscript":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 1.28365 +["foo[]bar",
 1.28366 +	[["superscript",""],["formatblock","<div>"],["inserttext","a"]],
 1.28367 +	"<div>foo<sup>a[]</sup>bar</div>",
 1.28368 +	[true,true,true],
 1.28369 +	{"superscript":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 1.28370 +["foo[]bar",
 1.28371 +	[["superscript",""],["forwarddelete",""]],
 1.28372 +	"foo[]ar",
 1.28373 +	[true,true],
 1.28374 +	{"superscript":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 1.28375 +["foo[]bar",
 1.28376 +	[["superscript",""],["forwarddelete",""],["inserttext","a"]],
 1.28377 +	"foo<sup><font size=\"3\">a[]</font></sup>ar",
 1.28378 +	[true,true,true],
 1.28379 +	{"superscript":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28380 +["foo[]bar",
 1.28381 +	[["superscript",""],["indent",""]],
 1.28382 +	"<blockquote>foo[]bar</blockquote>",
 1.28383 +	[true,true],
 1.28384 +	{"superscript":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 1.28385 +["foo[]bar",
 1.28386 +	[["superscript",""],["indent",""],["inserttext","a"]],
 1.28387 +	"<blockquote>foo<sup>a[]</sup>bar</blockquote>",
 1.28388 +	[true,true,true],
 1.28389 +	{"superscript":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28390 +["foo[]bar",
 1.28391 +	[["superscript",""],["inserthorizontalrule",""]],
 1.28392 +	"foo<hr>{}bar",
 1.28393 +	[true,true],
 1.28394 +	{"superscript":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.28395 +["foo[]bar",
 1.28396 +	[["superscript",""],["inserthorizontalrule",""],["inserttext","a"]],
 1.28397 +	"foo<hr><sup>a[]</sup>bar",
 1.28398 +	[true,true,true],
 1.28399 +	{"superscript":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28400 +["foo[]bar",
 1.28401 +	[["superscript",""],["inserthtml","ab<b>c</b>d"]],
 1.28402 +	"fooab<b>c</b>d{}bar",
 1.28403 +	[true,true],
 1.28404 +	{"superscript":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.28405 +["foo[]bar",
 1.28406 +	[["superscript",""],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 1.28407 +	"fooab<b>c</b>d<sup>a[]</sup>bar",
 1.28408 +	[true,true,true],
 1.28409 +	{"superscript":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28410 +["foo[]bar",
 1.28411 +	[["superscript",""],["insertimage","/img/lion.svg"]],
 1.28412 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.28413 +	[true,true],
 1.28414 +	{"superscript":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 1.28415 +["foo[]bar",
 1.28416 +	[["superscript",""],["insertimage","/img/lion.svg"],["inserttext","a"]],
 1.28417 +	"foo<img src=\"/img/lion.svg\"><sup>a[]</sup>bar",
 1.28418 +	[true,true,true],
 1.28419 +	{"superscript":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28420 +["foo[]bar",
 1.28421 +	[["superscript",""],["insertlinebreak",""]],
 1.28422 +	"foo<br>{}bar",
 1.28423 +	[true,true],
 1.28424 +	{"superscript":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 1.28425 +["foo[]bar",
 1.28426 +	[["superscript",""],["insertlinebreak",""],["inserttext","a"]],
 1.28427 +	"foo<br><sup>a[]</sup>bar",
 1.28428 +	[true,true,true],
 1.28429 +	{"superscript":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28430 +["foo[]bar",
 1.28431 +	[["superscript",""],["insertorderedlist",""]],
 1.28432 +	"<ol><li>foo[]bar</li></ol>",
 1.28433 +	[true,true],
 1.28434 +	{"superscript":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 1.28435 +["foo[]bar",
 1.28436 +	[["superscript",""],["insertorderedlist",""],["inserttext","a"]],
 1.28437 +	"<ol><li>foo<sup>a[]</sup>bar</li></ol>",
 1.28438 +	[true,true,true],
 1.28439 +	{"superscript":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.28440 +["foo[]bar",
 1.28441 +	[["superscript",""],["insertparagraph",""]],
 1.28442 +	"<p>foo</p><p>{}bar</p>",
 1.28443 +	[true,true],
 1.28444 +	{"superscript":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 1.28445 +["foo[]bar",
 1.28446 +	[["superscript",""],["insertparagraph",""],["inserttext","a"]],
 1.28447 +	"<p>foo</p><p><sup>a[]</sup>bar</p>",
 1.28448 +	[true,true,true],
 1.28449 +	{"superscript":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28450 +["foo[]bar",
 1.28451 +	[["superscript",""],["insertunorderedlist",""]],
 1.28452 +	"<ul><li>foo[]bar</li></ul>",
 1.28453 +	[true,true],
 1.28454 +	{"superscript":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.28455 +["foo[]bar",
 1.28456 +	[["superscript",""],["insertunorderedlist",""],["inserttext","a"]],
 1.28457 +	"<ul><li>foo<sup>a[]</sup>bar</li></ul>",
 1.28458 +	[true,true,true],
 1.28459 +	{"superscript":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.28460 +["foo[]bar",
 1.28461 +	[["superscript",""],["justifycenter",""]],
 1.28462 +	"<div style=\"text-align:center\">foo[]bar</div>",
 1.28463 +	[true,true],
 1.28464 +	{"superscript":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.28465 +["foo[]bar",
 1.28466 +	[["superscript",""],["justifycenter",""],["inserttext","a"]],
 1.28467 +	"<div style=\"text-align:center\">foo<sup>a[]</sup>bar</div>",
 1.28468 +	[true,true,true],
 1.28469 +	{"superscript":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 1.28470 +["foo[]bar",
 1.28471 +	[["superscript",""],["justifyfull",""]],
 1.28472 +	"<div style=\"text-align:justify\">foo[]bar</div>",
 1.28473 +	[true,true],
 1.28474 +	{"superscript":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.28475 +["foo[]bar",
 1.28476 +	[["superscript",""],["justifyfull",""],["inserttext","a"]],
 1.28477 +	"<div style=\"text-align:justify\">foo<sup>a[]</sup>bar</div>",
 1.28478 +	[true,true,true],
 1.28479 +	{"superscript":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 1.28480 +["foo[]bar",
 1.28481 +	[["superscript",""],["justifyleft",""]],
 1.28482 +	"foo[]bar",
 1.28483 +	[true,true],
 1.28484 +	{"superscript":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.28485 +["foo[]bar",
 1.28486 +	[["superscript",""],["justifyleft",""],["inserttext","a"]],
 1.28487 +	"foo<sup>a[]</sup>bar",
 1.28488 +	[true,true,true],
 1.28489 +	{"superscript":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 1.28490 +["foo[]bar",
 1.28491 +	[["superscript",""],["justifyright",""]],
 1.28492 +	"<div style=\"text-align:right\">foo[]bar</div>",
 1.28493 +	[true,true],
 1.28494 +	{"superscript":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 1.28495 +["foo[]bar",
 1.28496 +	[["superscript",""],["justifyright",""],["inserttext","a"]],
 1.28497 +	"<div style=\"text-align:right\">foo<sup>a[]</sup>bar</div>",
 1.28498 +	[true,true,true],
 1.28499 +	{"superscript":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 1.28500 +["foo[]bar",
 1.28501 +	[["superscript",""],["outdent",""]],
 1.28502 +	"foo[]bar",
 1.28503 +	[true,true],
 1.28504 +	{"superscript":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 1.28505 +["foo[]bar",
 1.28506 +	[["superscript",""],["outdent",""],["inserttext","a"]],
 1.28507 +	"foo<sup>a[]</sup>bar",
 1.28508 +	[true,true,true],
 1.28509 +	{"superscript":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28510 +["foo[]bar",
 1.28511 +	[["underline",""],["inserttext","a"]],
 1.28512 +	"foo<u>a[]</u>bar",
 1.28513 +	[true,true],
 1.28514 +	{"underline":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.28515 +["foo[]bar",
 1.28516 +	[["underline",""],["delete",""]],
 1.28517 +	"fo[]bar",
 1.28518 +	[true,true],
 1.28519 +	{"underline":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 1.28520 +["foo[]bar",
 1.28521 +	[["underline",""],["delete",""],["inserttext","a"]],
 1.28522 +	"fo<u>a[]</u>bar",
 1.28523 +	[true,true,true],
 1.28524 +	{"underline":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28525 +["foo[]bar",
 1.28526 +	[["underline",""],["formatblock","<div>"]],
 1.28527 +	"<div>foo[]bar</div>",
 1.28528 +	[true,true],
 1.28529 +	{"underline":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 1.28530 +["foo[]bar",
 1.28531 +	[["underline",""],["formatblock","<div>"],["inserttext","a"]],
 1.28532 +	"<div>foo<u>a[]</u>bar</div>",
 1.28533 +	[true,true,true],
 1.28534 +	{"underline":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 1.28535 +["foo[]bar",
 1.28536 +	[["underline",""],["forwarddelete",""]],
 1.28537 +	"foo[]ar",
 1.28538 +	[true,true],
 1.28539 +	{"underline":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 1.28540 +["foo[]bar",
 1.28541 +	[["underline",""],["forwarddelete",""],["inserttext","a"]],
 1.28542 +	"foo<u>a[]</u>ar",
 1.28543 +	[true,true,true],
 1.28544 +	{"underline":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28545 +["foo[]bar",
 1.28546 +	[["underline",""],["indent",""]],
 1.28547 +	"<blockquote>foo[]bar</blockquote>",
 1.28548 +	[true,true],
 1.28549 +	{"underline":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 1.28550 +["foo[]bar",
 1.28551 +	[["underline",""],["indent",""],["inserttext","a"]],
 1.28552 +	"<blockquote>foo<u>a[]</u>bar</blockquote>",
 1.28553 +	[true,true,true],
 1.28554 +	{"underline":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28555 +["foo[]bar",
 1.28556 +	[["underline",""],["inserthorizontalrule",""]],
 1.28557 +	"foo<hr>{}bar",
 1.28558 +	[true,true],
 1.28559 +	{"underline":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.28560 +["foo[]bar",
 1.28561 +	[["underline",""],["inserthorizontalrule",""],["inserttext","a"]],
 1.28562 +	"foo<hr><u>a[]</u>bar",
 1.28563 +	[true,true,true],
 1.28564 +	{"underline":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28565 +["foo[]bar",
 1.28566 +	[["underline",""],["inserthtml","ab<b>c</b>d"]],
 1.28567 +	"fooab<b>c</b>d{}bar",
 1.28568 +	[true,true],
 1.28569 +	{"underline":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 1.28570 +["foo[]bar",
 1.28571 +	[["underline",""],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 1.28572 +	"fooab<b>c</b>d<u>a[]</u>bar",
 1.28573 +	[true,true,true],
 1.28574 +	{"underline":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28575 +["foo[]bar",
 1.28576 +	[["underline",""],["insertimage","/img/lion.svg"]],
 1.28577 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.28578 +	[true,true],
 1.28579 +	{"underline":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 1.28580 +["foo[]bar",
 1.28581 +	[["underline",""],["insertimage","/img/lion.svg"],["inserttext","a"]],
 1.28582 +	"foo<img src=\"/img/lion.svg\"><u>a[]</u>bar",
 1.28583 +	[true,true,true],
 1.28584 +	{"underline":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28585 +["foo[]bar",
 1.28586 +	[["underline",""],["insertlinebreak",""]],
 1.28587 +	"foo<br>{}bar",
 1.28588 +	[true,true],
 1.28589 +	{"underline":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 1.28590 +["foo[]bar",
 1.28591 +	[["underline",""],["insertlinebreak",""],["inserttext","a"]],
 1.28592 +	"foo<br><u>a[]</u>bar",
 1.28593 +	[true,true,true],
 1.28594 +	{"underline":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28595 +["foo[]bar",
 1.28596 +	[["underline",""],["insertorderedlist",""]],
 1.28597 +	"<ol><li>foo[]bar</li></ol>",
 1.28598 +	[true,true],
 1.28599 +	{"underline":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 1.28600 +["foo[]bar",
 1.28601 +	[["underline",""],["insertorderedlist",""],["inserttext","a"]],
 1.28602 +	"<ol><li>foo<u>a[]</u>bar</li></ol>",
 1.28603 +	[true,true,true],
 1.28604 +	{"underline":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.28605 +["foo[]bar",
 1.28606 +	[["underline",""],["insertparagraph",""]],
 1.28607 +	"<p>foo</p><p>{}bar</p>",
 1.28608 +	[true,true],
 1.28609 +	{"underline":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 1.28610 +["foo[]bar",
 1.28611 +	[["underline",""],["insertparagraph",""],["inserttext","a"]],
 1.28612 +	"<p>foo</p><p><u>a[]</u>bar</p>",
 1.28613 +	[true,true,true],
 1.28614 +	{"underline":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28615 +["foo[]bar",
 1.28616 +	[["underline",""],["insertunorderedlist",""]],
 1.28617 +	"<ul><li>foo[]bar</li></ul>",
 1.28618 +	[true,true],
 1.28619 +	{"underline":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.28620 +["foo[]bar",
 1.28621 +	[["underline",""],["insertunorderedlist",""],["inserttext","a"]],
 1.28622 +	"<ul><li>foo<u>a[]</u>bar</li></ul>",
 1.28623 +	[true,true,true],
 1.28624 +	{"underline":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.28625 +["foo[]bar",
 1.28626 +	[["underline",""],["justifycenter",""]],
 1.28627 +	"<div style=\"text-align:center\">foo[]bar</div>",
 1.28628 +	[true,true],
 1.28629 +	{"underline":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.28630 +["foo[]bar",
 1.28631 +	[["underline",""],["justifycenter",""],["inserttext","a"]],
 1.28632 +	"<div style=\"text-align:center\">foo<u>a[]</u>bar</div>",
 1.28633 +	[true,true,true],
 1.28634 +	{"underline":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 1.28635 +["foo[]bar",
 1.28636 +	[["underline",""],["justifyfull",""]],
 1.28637 +	"<div style=\"text-align:justify\">foo[]bar</div>",
 1.28638 +	[true,true],
 1.28639 +	{"underline":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.28640 +["foo[]bar",
 1.28641 +	[["underline",""],["justifyfull",""],["inserttext","a"]],
 1.28642 +	"<div style=\"text-align:justify\">foo<u>a[]</u>bar</div>",
 1.28643 +	[true,true,true],
 1.28644 +	{"underline":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 1.28645 +["foo[]bar",
 1.28646 +	[["underline",""],["justifyleft",""]],
 1.28647 +	"foo[]bar",
 1.28648 +	[true,true],
 1.28649 +	{"underline":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.28650 +["foo[]bar",
 1.28651 +	[["underline",""],["justifyleft",""],["inserttext","a"]],
 1.28652 +	"foo<u>a[]</u>bar",
 1.28653 +	[true,true,true],
 1.28654 +	{"underline":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 1.28655 +["foo[]bar",
 1.28656 +	[["underline",""],["justifyright",""]],
 1.28657 +	"<div style=\"text-align:right\">foo[]bar</div>",
 1.28658 +	[true,true],
 1.28659 +	{"underline":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 1.28660 +["foo[]bar",
 1.28661 +	[["underline",""],["justifyright",""],["inserttext","a"]],
 1.28662 +	"<div style=\"text-align:right\">foo<u>a[]</u>bar</div>",
 1.28663 +	[true,true,true],
 1.28664 +	{"underline":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 1.28665 +["foo[]bar",
 1.28666 +	[["underline",""],["outdent",""]],
 1.28667 +	"foo[]bar",
 1.28668 +	[true,true],
 1.28669 +	{"underline":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 1.28670 +["foo[]bar",
 1.28671 +	[["underline",""],["outdent",""],["inserttext","a"]],
 1.28672 +	"foo<u>a[]</u>bar",
 1.28673 +	[true,true,true],
 1.28674 +	{"underline":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28675 +["foo[]bar",
 1.28676 +	[["backcolor","#00FFFF"],["inserttext","a"]],
 1.28677 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 1.28678 +	[true,true],
 1.28679 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserttext":[false,false,"",false,false,""]}],
 1.28680 +["foo[]bar",
 1.28681 +	[["backcolor","#00FFFF"],["delete",""]],
 1.28682 +	"fo[]bar",
 1.28683 +	[true,true],
 1.28684 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"delete":[false,false,"",false,false,""]}],
 1.28685 +["foo[]bar",
 1.28686 +	[["backcolor","#00FFFF"],["delete",""],["inserttext","a"]],
 1.28687 +	"fo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 1.28688 +	[true,true,true],
 1.28689 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28690 +["foo[]bar",
 1.28691 +	[["backcolor","#00FFFF"],["formatblock","<div>"]],
 1.28692 +	"<div>foo[]bar</div>",
 1.28693 +	[true,true],
 1.28694 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"formatblock":[false,false,"",false,false,"div"]}],
 1.28695 +["foo[]bar",
 1.28696 +	[["backcolor","#00FFFF"],["formatblock","<div>"],["inserttext","a"]],
 1.28697 +	"<div>foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</div>",
 1.28698 +	[true,true,true],
 1.28699 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 1.28700 +["foo[]bar",
 1.28701 +	[["backcolor","#00FFFF"],["forwarddelete",""]],
 1.28702 +	"foo[]ar",
 1.28703 +	[true,true],
 1.28704 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"forwarddelete":[false,false,"",false,false,""]}],
 1.28705 +["foo[]bar",
 1.28706 +	[["backcolor","#00FFFF"],["forwarddelete",""],["inserttext","a"]],
 1.28707 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>ar",
 1.28708 +	[true,true,true],
 1.28709 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28710 +["foo[]bar",
 1.28711 +	[["backcolor","#00FFFF"],["indent",""]],
 1.28712 +	"<blockquote>foo[]bar</blockquote>",
 1.28713 +	[true,true],
 1.28714 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"indent":[false,false,"",false,false,""]}],
 1.28715 +["foo[]bar",
 1.28716 +	[["backcolor","#00FFFF"],["indent",""],["inserttext","a"]],
 1.28717 +	"<blockquote>foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</blockquote>",
 1.28718 +	[true,true,true],
 1.28719 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28720 +["foo[]bar",
 1.28721 +	[["backcolor","#00FFFF"],["inserthorizontalrule",""]],
 1.28722 +	"foo<hr>{}bar",
 1.28723 +	[true,true],
 1.28724 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.28725 +["foo[]bar",
 1.28726 +	[["backcolor","#00FFFF"],["inserthorizontalrule",""],["inserttext","a"]],
 1.28727 +	"foo<hr><span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 1.28728 +	[true,true,true],
 1.28729 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28730 +["foo[]bar",
 1.28731 +	[["backcolor","#00FFFF"],["inserthtml","ab<b>c</b>d"]],
 1.28732 +	"fooab<b>c</b>d{}bar",
 1.28733 +	[true,true],
 1.28734 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserthtml":[false,false,"",false,false,""]}],
 1.28735 +["foo[]bar",
 1.28736 +	[["backcolor","#00FFFF"],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 1.28737 +	"fooab<b>c</b>d<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 1.28738 +	[true,true,true],
 1.28739 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28740 +["foo[]bar",
 1.28741 +	[["backcolor","#00FFFF"],["insertimage","/img/lion.svg"]],
 1.28742 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.28743 +	[true,true],
 1.28744 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertimage":[false,false,"",false,false,""]}],
 1.28745 +["foo[]bar",
 1.28746 +	[["backcolor","#00FFFF"],["insertimage","/img/lion.svg"],["inserttext","a"]],
 1.28747 +	"foo<img src=\"/img/lion.svg\"><span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 1.28748 +	[true,true,true],
 1.28749 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28750 +["foo[]bar",
 1.28751 +	[["backcolor","#00FFFF"],["insertlinebreak",""]],
 1.28752 +	"foo<br>{}bar",
 1.28753 +	[true,true],
 1.28754 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertlinebreak":[false,false,"",false,false,""]}],
 1.28755 +["foo[]bar",
 1.28756 +	[["backcolor","#00FFFF"],["insertlinebreak",""],["inserttext","a"]],
 1.28757 +	"foo<br><span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 1.28758 +	[true,true,true],
 1.28759 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28760 +["foo[]bar",
 1.28761 +	[["backcolor","#00FFFF"],["insertorderedlist",""]],
 1.28762 +	"<ol><li>foo[]bar</li></ol>",
 1.28763 +	[true,true],
 1.28764 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.28765 +["foo[]bar",
 1.28766 +	[["backcolor","#00FFFF"],["insertorderedlist",""],["inserttext","a"]],
 1.28767 +	"<ol><li>foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</li></ol>",
 1.28768 +	[true,true,true],
 1.28769 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.28770 +["foo[]bar",
 1.28771 +	[["backcolor","#00FFFF"],["insertparagraph",""]],
 1.28772 +	"<p>foo</p><p>{}bar</p>",
 1.28773 +	[true,true],
 1.28774 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertparagraph":[false,false,"",false,false,""]}],
 1.28775 +["foo[]bar",
 1.28776 +	[["backcolor","#00FFFF"],["insertparagraph",""],["inserttext","a"]],
 1.28777 +	"<p>foo</p><p><span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</p>",
 1.28778 +	[true,true,true],
 1.28779 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28780 +["foo[]bar",
 1.28781 +	[["backcolor","#00FFFF"],["insertunorderedlist",""]],
 1.28782 +	"<ul><li>foo[]bar</li></ul>",
 1.28783 +	[true,true],
 1.28784 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.28785 +["foo[]bar",
 1.28786 +	[["backcolor","#00FFFF"],["insertunorderedlist",""],["inserttext","a"]],
 1.28787 +	"<ul><li>foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</li></ul>",
 1.28788 +	[true,true,true],
 1.28789 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.28790 +["foo[]bar",
 1.28791 +	[["backcolor","#00FFFF"],["justifycenter",""]],
 1.28792 +	"<div style=\"text-align:center\">foo[]bar</div>",
 1.28793 +	[true,true],
 1.28794 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.28795 +["foo[]bar",
 1.28796 +	[["backcolor","#00FFFF"],["justifycenter",""],["inserttext","a"]],
 1.28797 +	"<div style=\"text-align:center\">foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</div>",
 1.28798 +	[true,true,true],
 1.28799 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 1.28800 +["foo[]bar",
 1.28801 +	[["backcolor","#00FFFF"],["justifyfull",""]],
 1.28802 +	"<div style=\"text-align:justify\">foo[]bar</div>",
 1.28803 +	[true,true],
 1.28804 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.28805 +["foo[]bar",
 1.28806 +	[["backcolor","#00FFFF"],["justifyfull",""],["inserttext","a"]],
 1.28807 +	"<div style=\"text-align:justify\">foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</div>",
 1.28808 +	[true,true,true],
 1.28809 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 1.28810 +["foo[]bar",
 1.28811 +	[["backcolor","#00FFFF"],["justifyleft",""]],
 1.28812 +	"foo[]bar",
 1.28813 +	[true,true],
 1.28814 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.28815 +["foo[]bar",
 1.28816 +	[["backcolor","#00FFFF"],["justifyleft",""],["inserttext","a"]],
 1.28817 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 1.28818 +	[true,true,true],
 1.28819 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 1.28820 +["foo[]bar",
 1.28821 +	[["backcolor","#00FFFF"],["justifyright",""]],
 1.28822 +	"<div style=\"text-align:right\">foo[]bar</div>",
 1.28823 +	[true,true],
 1.28824 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.28825 +["foo[]bar",
 1.28826 +	[["backcolor","#00FFFF"],["justifyright",""],["inserttext","a"]],
 1.28827 +	"<div style=\"text-align:right\">foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</div>",
 1.28828 +	[true,true,true],
 1.28829 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 1.28830 +["foo[]bar",
 1.28831 +	[["backcolor","#00FFFF"],["outdent",""]],
 1.28832 +	"foo[]bar",
 1.28833 +	[true,true],
 1.28834 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"outdent":[false,false,"",false,false,""]}],
 1.28835 +["foo[]bar",
 1.28836 +	[["backcolor","#00FFFF"],["outdent",""],["inserttext","a"]],
 1.28837 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 1.28838 +	[true,true,true],
 1.28839 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28840 +["foo[]bar",
 1.28841 +	[["createlink","http://www.google.com/"],["inserttext","a"]],
 1.28842 +	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 1.28843 +	[true,true],
 1.28844 +	{"createlink":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28845 +["foo[]bar",
 1.28846 +	[["createlink","http://www.google.com/"],["delete",""]],
 1.28847 +	"fo[]bar",
 1.28848 +	[true,true],
 1.28849 +	{"createlink":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
 1.28850 +["foo[]bar",
 1.28851 +	[["createlink","http://www.google.com/"],["delete",""],["inserttext","a"]],
 1.28852 +	"fo<a href=\"http://www.google.com/\"><font color=\"#000000\">a[]</font></a>bar",
 1.28853 +	[true,true,true],
 1.28854 +	{"createlink":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28855 +["foo[]bar",
 1.28856 +	[["createlink","http://www.google.com/"],["formatblock","<div>"]],
 1.28857 +	"<div>foo[]bar</div>",
 1.28858 +	[true,true],
 1.28859 +	{"createlink":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
 1.28860 +["foo[]bar",
 1.28861 +	[["createlink","http://www.google.com/"],["formatblock","<div>"],["inserttext","a"]],
 1.28862 +	"<div>foo<a href=\"http://www.google.com/\">a[]</a>bar</div>",
 1.28863 +	[true,true,true],
 1.28864 +	{"createlink":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 1.28865 +["foo[]bar",
 1.28866 +	[["createlink","http://www.google.com/"],["forwarddelete",""]],
 1.28867 +	"foo[]ar",
 1.28868 +	[true,true],
 1.28869 +	{"createlink":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
 1.28870 +["foo[]bar",
 1.28871 +	[["createlink","http://www.google.com/"],["forwarddelete",""],["inserttext","a"]],
 1.28872 +	"foo<a href=\"http://www.google.com/\"><font color=\"#000000\">a[]</font></a>ar",
 1.28873 +	[true,true,true],
 1.28874 +	{"createlink":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28875 +["foo[]bar",
 1.28876 +	[["createlink","http://www.google.com/"],["indent",""]],
 1.28877 +	"<blockquote>foo[]bar</blockquote>",
 1.28878 +	[true,true],
 1.28879 +	{"createlink":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
 1.28880 +["foo[]bar",
 1.28881 +	[["createlink","http://www.google.com/"],["indent",""],["inserttext","a"]],
 1.28882 +	"<blockquote>foo<a href=\"http://www.google.com/\">a[]</a>bar</blockquote>",
 1.28883 +	[true,true,true],
 1.28884 +	{"createlink":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28885 +["foo[]bar",
 1.28886 +	[["createlink","http://www.google.com/"],["inserthorizontalrule",""]],
 1.28887 +	"foo<hr>{}bar",
 1.28888 +	[true,true],
 1.28889 +	{"createlink":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.28890 +["foo[]bar",
 1.28891 +	[["createlink","http://www.google.com/"],["inserthorizontalrule",""],["inserttext","a"]],
 1.28892 +	"foo<hr><a href=\"http://www.google.com/\">a[]</a>bar",
 1.28893 +	[true,true,true],
 1.28894 +	{"createlink":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28895 +["foo[]bar",
 1.28896 +	[["createlink","http://www.google.com/"],["inserthtml","ab<b>c</b>d"]],
 1.28897 +	"fooab<b>c</b>d{}bar",
 1.28898 +	[true,true],
 1.28899 +	{"createlink":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 1.28900 +["foo[]bar",
 1.28901 +	[["createlink","http://www.google.com/"],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 1.28902 +	"fooab<b>c</b>d<a href=\"http://www.google.com/\">a[]</a>bar",
 1.28903 +	[true,true,true],
 1.28904 +	{"createlink":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28905 +["foo[]bar",
 1.28906 +	[["createlink","http://www.google.com/"],["insertimage","/img/lion.svg"]],
 1.28907 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.28908 +	[true,true],
 1.28909 +	{"createlink":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
 1.28910 +["foo[]bar",
 1.28911 +	[["createlink","http://www.google.com/"],["insertimage","/img/lion.svg"],["inserttext","a"]],
 1.28912 +	"foo<img src=\"/img/lion.svg\"><a href=\"http://www.google.com/\">a[]</a>bar",
 1.28913 +	[true,true,true],
 1.28914 +	{"createlink":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28915 +["foo[]bar",
 1.28916 +	[["createlink","http://www.google.com/"],["insertlinebreak",""]],
 1.28917 +	"foo<br>{}bar",
 1.28918 +	[true,true],
 1.28919 +	{"createlink":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
 1.28920 +["foo[]bar",
 1.28921 +	[["createlink","http://www.google.com/"],["insertlinebreak",""],["inserttext","a"]],
 1.28922 +	"foo<br><a href=\"http://www.google.com/\">a[]</a>bar",
 1.28923 +	[true,true,true],
 1.28924 +	{"createlink":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28925 +["foo[]bar",
 1.28926 +	[["createlink","http://www.google.com/"],["insertorderedlist",""]],
 1.28927 +	"<ol><li>foo[]bar</li></ol>",
 1.28928 +	[true,true],
 1.28929 +	{"createlink":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
 1.28930 +["foo[]bar",
 1.28931 +	[["createlink","http://www.google.com/"],["insertorderedlist",""],["inserttext","a"]],
 1.28932 +	"<ol><li>foo<a href=\"http://www.google.com/\">a[]</a>bar</li></ol>",
 1.28933 +	[true,true,true],
 1.28934 +	{"createlink":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.28935 +["foo[]bar",
 1.28936 +	[["createlink","http://www.google.com/"],["insertparagraph",""]],
 1.28937 +	"<p>foo</p><p>{}bar</p>",
 1.28938 +	[true,true],
 1.28939 +	{"createlink":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
 1.28940 +["foo[]bar",
 1.28941 +	[["createlink","http://www.google.com/"],["insertparagraph",""],["inserttext","a"]],
 1.28942 +	"<p>foo</p><p><a href=\"http://www.google.com/\">a[]</a>bar</p>",
 1.28943 +	[true,true,true],
 1.28944 +	{"createlink":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.28945 +["foo[]bar",
 1.28946 +	[["createlink","http://www.google.com/"],["insertunorderedlist",""]],
 1.28947 +	"<ul><li>foo[]bar</li></ul>",
 1.28948 +	[true,true],
 1.28949 +	{"createlink":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.28950 +["foo[]bar",
 1.28951 +	[["createlink","http://www.google.com/"],["insertunorderedlist",""],["inserttext","a"]],
 1.28952 +	"<ul><li>foo<a href=\"http://www.google.com/\">a[]</a>bar</li></ul>",
 1.28953 +	[true,true,true],
 1.28954 +	{"createlink":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.28955 +["foo[]bar",
 1.28956 +	[["createlink","http://www.google.com/"],["justifycenter",""]],
 1.28957 +	"<div style=\"text-align:center\">foo[]bar</div>",
 1.28958 +	[true,true],
 1.28959 +	{"createlink":[false,false,"",false,false,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.28960 +["foo[]bar",
 1.28961 +	[["createlink","http://www.google.com/"],["justifycenter",""],["inserttext","a"]],
 1.28962 +	"<div style=\"text-align:center\">foo<a href=\"http://www.google.com/\">a[]</a>bar</div>",
 1.28963 +	[true,true,true],
 1.28964 +	{"createlink":[false,false,"",false,false,""],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 1.28965 +["foo[]bar",
 1.28966 +	[["createlink","http://www.google.com/"],["justifyfull",""]],
 1.28967 +	"<div style=\"text-align:justify\">foo[]bar</div>",
 1.28968 +	[true,true],
 1.28969 +	{"createlink":[false,false,"",false,false,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.28970 +["foo[]bar",
 1.28971 +	[["createlink","http://www.google.com/"],["justifyfull",""],["inserttext","a"]],
 1.28972 +	"<div style=\"text-align:justify\">foo<a href=\"http://www.google.com/\">a[]</a>bar</div>",
 1.28973 +	[true,true,true],
 1.28974 +	{"createlink":[false,false,"",false,false,""],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 1.28975 +["foo[]bar",
 1.28976 +	[["createlink","http://www.google.com/"],["justifyleft",""]],
 1.28977 +	"foo[]bar",
 1.28978 +	[true,true],
 1.28979 +	{"createlink":[false,false,"",false,false,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.28980 +["foo[]bar",
 1.28981 +	[["createlink","http://www.google.com/"],["justifyleft",""],["inserttext","a"]],
 1.28982 +	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 1.28983 +	[true,true,true],
 1.28984 +	{"createlink":[false,false,"",false,false,""],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 1.28985 +["foo[]bar",
 1.28986 +	[["createlink","http://www.google.com/"],["justifyright",""]],
 1.28987 +	"<div style=\"text-align:right\">foo[]bar</div>",
 1.28988 +	[true,true],
 1.28989 +	{"createlink":[false,false,"",false,false,""],"justifyright":[false,false,"left",false,true,"right"]}],
 1.28990 +["foo[]bar",
 1.28991 +	[["createlink","http://www.google.com/"],["justifyright",""],["inserttext","a"]],
 1.28992 +	"<div style=\"text-align:right\">foo<a href=\"http://www.google.com/\">a[]</a>bar</div>",
 1.28993 +	[true,true,true],
 1.28994 +	{"createlink":[false,false,"",false,false,""],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 1.28995 +["foo[]bar",
 1.28996 +	[["createlink","http://www.google.com/"],["outdent",""]],
 1.28997 +	"foo[]bar",
 1.28998 +	[true,true],
 1.28999 +	{"createlink":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 1.29000 +["foo[]bar",
 1.29001 +	[["createlink","http://www.google.com/"],["outdent",""],["inserttext","a"]],
 1.29002 +	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 1.29003 +	[true,true,true],
 1.29004 +	{"createlink":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29005 +["foo[]bar",
 1.29006 +	[["fontname","sans-serif"],["inserttext","a"]],
 1.29007 +	"foo<font face=\"sans-serif\">a[]</font>bar",
 1.29008 +	[true,true],
 1.29009 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"inserttext":[false,false,"",false,false,""]}],
 1.29010 +["foo[]bar",
 1.29011 +	[["fontname","sans-serif"],["delete",""]],
 1.29012 +	"fo[]bar",
 1.29013 +	[true,true],
 1.29014 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"delete":[false,false,"",false,false,""]}],
 1.29015 +["foo[]bar",
 1.29016 +	[["fontname","sans-serif"],["delete",""],["inserttext","a"]],
 1.29017 +	"fo<font face=\"sans-serif\">a[]</font>bar",
 1.29018 +	[true,true,true],
 1.29019 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29020 +["foo[]bar",
 1.29021 +	[["fontname","sans-serif"],["formatblock","<div>"]],
 1.29022 +	"<div>foo[]bar</div>",
 1.29023 +	[true,true],
 1.29024 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"formatblock":[false,false,"",false,false,"div"]}],
 1.29025 +["foo[]bar",
 1.29026 +	[["fontname","sans-serif"],["formatblock","<div>"],["inserttext","a"]],
 1.29027 +	"<div>foo<font face=\"sans-serif\">a[]</font>bar</div>",
 1.29028 +	[true,true,true],
 1.29029 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 1.29030 +["foo[]bar",
 1.29031 +	[["fontname","sans-serif"],["forwarddelete",""]],
 1.29032 +	"foo[]ar",
 1.29033 +	[true,true],
 1.29034 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"forwarddelete":[false,false,"",false,false,""]}],
 1.29035 +["foo[]bar",
 1.29036 +	[["fontname","sans-serif"],["forwarddelete",""],["inserttext","a"]],
 1.29037 +	"foo<font face=\"sans-serif\">a[]</font>ar",
 1.29038 +	[true,true,true],
 1.29039 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29040 +["foo[]bar",
 1.29041 +	[["fontname","sans-serif"],["indent",""]],
 1.29042 +	"<blockquote>foo[]bar</blockquote>",
 1.29043 +	[true,true],
 1.29044 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"indent":[false,false,"",false,false,""]}],
 1.29045 +["foo[]bar",
 1.29046 +	[["fontname","sans-serif"],["indent",""],["inserttext","a"]],
 1.29047 +	"<blockquote>foo<font face=\"sans-serif\">a[]</font>bar</blockquote>",
 1.29048 +	[true,true,true],
 1.29049 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29050 +["foo[]bar",
 1.29051 +	[["fontname","sans-serif"],["inserthorizontalrule",""]],
 1.29052 +	"foo<hr>{}bar",
 1.29053 +	[true,true],
 1.29054 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.29055 +["foo[]bar",
 1.29056 +	[["fontname","sans-serif"],["inserthorizontalrule",""],["inserttext","a"]],
 1.29057 +	"foo<hr><font face=\"sans-serif\">a[]</font>bar",
 1.29058 +	[true,true,true],
 1.29059 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29060 +["foo[]bar",
 1.29061 +	[["fontname","sans-serif"],["inserthtml","ab<b>c</b>d"]],
 1.29062 +	"fooab<b>c</b>d{}bar",
 1.29063 +	[true,true],
 1.29064 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"inserthtml":[false,false,"",false,false,""]}],
 1.29065 +["foo[]bar",
 1.29066 +	[["fontname","sans-serif"],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 1.29067 +	"fooab<b>c</b>d<font face=\"sans-serif\">a[]</font>bar",
 1.29068 +	[true,true,true],
 1.29069 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29070 +["foo[]bar",
 1.29071 +	[["fontname","sans-serif"],["insertimage","/img/lion.svg"]],
 1.29072 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.29073 +	[true,true],
 1.29074 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertimage":[false,false,"",false,false,""]}],
 1.29075 +["foo[]bar",
 1.29076 +	[["fontname","sans-serif"],["insertimage","/img/lion.svg"],["inserttext","a"]],
 1.29077 +	"foo<img src=\"/img/lion.svg\"><font face=\"sans-serif\">a[]</font>bar",
 1.29078 +	[true,true,true],
 1.29079 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29080 +["foo[]bar",
 1.29081 +	[["fontname","sans-serif"],["insertlinebreak",""]],
 1.29082 +	"foo<br>{}bar",
 1.29083 +	[true,true],
 1.29084 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertlinebreak":[false,false,"",false,false,""]}],
 1.29085 +["foo[]bar",
 1.29086 +	[["fontname","sans-serif"],["insertlinebreak",""],["inserttext","a"]],
 1.29087 +	"foo<br><font face=\"sans-serif\">a[]</font>bar",
 1.29088 +	[true,true,true],
 1.29089 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29090 +["foo[]bar",
 1.29091 +	[["fontname","sans-serif"],["insertorderedlist",""]],
 1.29092 +	"<ol><li>foo[]bar</li></ol>",
 1.29093 +	[true,true],
 1.29094 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.29095 +["foo[]bar",
 1.29096 +	[["fontname","sans-serif"],["insertorderedlist",""],["inserttext","a"]],
 1.29097 +	"<ol><li>foo<font face=\"sans-serif\">a[]</font>bar</li></ol>",
 1.29098 +	[true,true,true],
 1.29099 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.29100 +["foo[]bar",
 1.29101 +	[["fontname","sans-serif"],["insertparagraph",""]],
 1.29102 +	"<p>foo</p><p>{}bar</p>",
 1.29103 +	[true,true],
 1.29104 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertparagraph":[false,false,"",false,false,""]}],
 1.29105 +["foo[]bar",
 1.29106 +	[["fontname","sans-serif"],["insertparagraph",""],["inserttext","a"]],
 1.29107 +	"<p>foo</p><p><font face=\"sans-serif\">a[]</font>bar</p>",
 1.29108 +	[true,true,true],
 1.29109 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29110 +["foo[]bar",
 1.29111 +	[["fontname","sans-serif"],["insertunorderedlist",""]],
 1.29112 +	"<ul><li>foo[]bar</li></ul>",
 1.29113 +	[true,true],
 1.29114 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.29115 +["foo[]bar",
 1.29116 +	[["fontname","sans-serif"],["insertunorderedlist",""],["inserttext","a"]],
 1.29117 +	"<ul><li>foo<font face=\"sans-serif\">a[]</font>bar</li></ul>",
 1.29118 +	[true,true,true],
 1.29119 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.29120 +["foo[]bar",
 1.29121 +	[["fontname","sans-serif"],["justifycenter",""]],
 1.29122 +	"<div style=\"text-align:center\">foo[]bar</div>",
 1.29123 +	[true,true],
 1.29124 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.29125 +["foo[]bar",
 1.29126 +	[["fontname","sans-serif"],["justifycenter",""],["inserttext","a"]],
 1.29127 +	"<div style=\"text-align:center\">foo<font face=\"sans-serif\">a[]</font>bar</div>",
 1.29128 +	[true,true,true],
 1.29129 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 1.29130 +["foo[]bar",
 1.29131 +	[["fontname","sans-serif"],["justifyfull",""]],
 1.29132 +	"<div style=\"text-align:justify\">foo[]bar</div>",
 1.29133 +	[true,true],
 1.29134 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.29135 +["foo[]bar",
 1.29136 +	[["fontname","sans-serif"],["justifyfull",""],["inserttext","a"]],
 1.29137 +	"<div style=\"text-align:justify\">foo<font face=\"sans-serif\">a[]</font>bar</div>",
 1.29138 +	[true,true,true],
 1.29139 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 1.29140 +["foo[]bar",
 1.29141 +	[["fontname","sans-serif"],["justifyleft",""]],
 1.29142 +	"foo[]bar",
 1.29143 +	[true,true],
 1.29144 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.29145 +["foo[]bar",
 1.29146 +	[["fontname","sans-serif"],["justifyleft",""],["inserttext","a"]],
 1.29147 +	"foo<font face=\"sans-serif\">a[]</font>bar",
 1.29148 +	[true,true,true],
 1.29149 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 1.29150 +["foo[]bar",
 1.29151 +	[["fontname","sans-serif"],["justifyright",""]],
 1.29152 +	"<div style=\"text-align:right\">foo[]bar</div>",
 1.29153 +	[true,true],
 1.29154 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.29155 +["foo[]bar",
 1.29156 +	[["fontname","sans-serif"],["justifyright",""],["inserttext","a"]],
 1.29157 +	"<div style=\"text-align:right\">foo<font face=\"sans-serif\">a[]</font>bar</div>",
 1.29158 +	[true,true,true],
 1.29159 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 1.29160 +["foo[]bar",
 1.29161 +	[["fontname","sans-serif"],["outdent",""]],
 1.29162 +	"foo[]bar",
 1.29163 +	[true,true],
 1.29164 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"outdent":[false,false,"",false,false,""]}],
 1.29165 +["foo[]bar",
 1.29166 +	[["fontname","sans-serif"],["outdent",""],["inserttext","a"]],
 1.29167 +	"foo<font face=\"sans-serif\">a[]</font>bar",
 1.29168 +	[true,true,true],
 1.29169 +	{"fontname":[false,false,"serif",false,false,"sans-serif"],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29170 +["foo[]bar",
 1.29171 +	[["fontsize","4"],["inserttext","a"]],
 1.29172 +	"foo<font size=\"4\">a[]</font>bar",
 1.29173 +	[true,true],
 1.29174 +	{"fontsize":[false,false,"3",false,false,"4"],"inserttext":[false,false,"",false,false,""]}],
 1.29175 +["foo[]bar",
 1.29176 +	[["fontsize","4"],["delete",""]],
 1.29177 +	"fo[]bar",
 1.29178 +	[true,true],
 1.29179 +	{"fontsize":[false,false,"3",false,false,"4"],"delete":[false,false,"",false,false,""]}],
 1.29180 +["foo[]bar",
 1.29181 +	[["fontsize","4"],["delete",""],["inserttext","a"]],
 1.29182 +	"fo<font size=\"4\">a[]</font>bar",
 1.29183 +	[true,true,true],
 1.29184 +	{"fontsize":[false,false,"3",false,false,"4"],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29185 +["foo[]bar",
 1.29186 +	[["fontsize","4"],["formatblock","<div>"]],
 1.29187 +	"<div>foo[]bar</div>",
 1.29188 +	[true,true],
 1.29189 +	{"fontsize":[false,false,"3",false,false,"4"],"formatblock":[false,false,"",false,false,"div"]}],
 1.29190 +["foo[]bar",
 1.29191 +	[["fontsize","4"],["formatblock","<div>"],["inserttext","a"]],
 1.29192 +	"<div>foo<font size=\"4\">a[]</font>bar</div>",
 1.29193 +	[true,true,true],
 1.29194 +	{"fontsize":[false,false,"3",false,false,"4"],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 1.29195 +["foo[]bar",
 1.29196 +	[["fontsize","4"],["forwarddelete",""]],
 1.29197 +	"foo[]ar",
 1.29198 +	[true,true],
 1.29199 +	{"fontsize":[false,false,"3",false,false,"4"],"forwarddelete":[false,false,"",false,false,""]}],
 1.29200 +["foo[]bar",
 1.29201 +	[["fontsize","4"],["forwarddelete",""],["inserttext","a"]],
 1.29202 +	"foo<font size=\"4\">a[]</font>ar",
 1.29203 +	[true,true,true],
 1.29204 +	{"fontsize":[false,false,"3",false,false,"4"],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29205 +["foo[]bar",
 1.29206 +	[["fontsize","4"],["indent",""]],
 1.29207 +	"<blockquote>foo[]bar</blockquote>",
 1.29208 +	[true,true],
 1.29209 +	{"fontsize":[false,false,"3",false,false,"4"],"indent":[false,false,"",false,false,""]}],
 1.29210 +["foo[]bar",
 1.29211 +	[["fontsize","4"],["indent",""],["inserttext","a"]],
 1.29212 +	"<blockquote>foo<font size=\"4\">a[]</font>bar</blockquote>",
 1.29213 +	[true,true,true],
 1.29214 +	{"fontsize":[false,false,"3",false,false,"4"],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29215 +["foo[]bar",
 1.29216 +	[["fontsize","4"],["inserthorizontalrule",""]],
 1.29217 +	"foo<hr>{}bar",
 1.29218 +	[true,true],
 1.29219 +	{"fontsize":[false,false,"3",false,false,"4"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.29220 +["foo[]bar",
 1.29221 +	[["fontsize","4"],["inserthorizontalrule",""],["inserttext","a"]],
 1.29222 +	"foo<hr><font size=\"4\">a[]</font>bar",
 1.29223 +	[true,true,true],
 1.29224 +	{"fontsize":[false,false,"3",false,false,"4"],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29225 +["foo[]bar",
 1.29226 +	[["fontsize","4"],["inserthtml","ab<b>c</b>d"]],
 1.29227 +	"fooab<b>c</b>d{}bar",
 1.29228 +	[true,true],
 1.29229 +	{"fontsize":[false,false,"3",false,false,"4"],"inserthtml":[false,false,"",false,false,""]}],
 1.29230 +["foo[]bar",
 1.29231 +	[["fontsize","4"],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 1.29232 +	"fooab<b>c</b>d<font size=\"4\">a[]</font>bar",
 1.29233 +	[true,true,true],
 1.29234 +	{"fontsize":[false,false,"3",false,false,"4"],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29235 +["foo[]bar",
 1.29236 +	[["fontsize","4"],["insertimage","/img/lion.svg"]],
 1.29237 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.29238 +	[true,true],
 1.29239 +	{"fontsize":[false,false,"3",false,false,"4"],"insertimage":[false,false,"",false,false,""]}],
 1.29240 +["foo[]bar",
 1.29241 +	[["fontsize","4"],["insertimage","/img/lion.svg"],["inserttext","a"]],
 1.29242 +	"foo<img src=\"/img/lion.svg\"><font size=\"4\">a[]</font>bar",
 1.29243 +	[true,true,true],
 1.29244 +	{"fontsize":[false,false,"3",false,false,"4"],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29245 +["foo[]bar",
 1.29246 +	[["fontsize","4"],["insertlinebreak",""]],
 1.29247 +	"foo<br>{}bar",
 1.29248 +	[true,true],
 1.29249 +	{"fontsize":[false,false,"3",false,false,"4"],"insertlinebreak":[false,false,"",false,false,""]}],
 1.29250 +["foo[]bar",
 1.29251 +	[["fontsize","4"],["insertlinebreak",""],["inserttext","a"]],
 1.29252 +	"foo<br><font size=\"4\">a[]</font>bar",
 1.29253 +	[true,true,true],
 1.29254 +	{"fontsize":[false,false,"3",false,false,"4"],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29255 +["foo[]bar",
 1.29256 +	[["fontsize","4"],["insertorderedlist",""]],
 1.29257 +	"<ol><li>foo[]bar</li></ol>",
 1.29258 +	[true,true],
 1.29259 +	{"fontsize":[false,false,"3",false,false,"4"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.29260 +["foo[]bar",
 1.29261 +	[["fontsize","4"],["insertorderedlist",""],["inserttext","a"]],
 1.29262 +	"<ol><li>foo<font size=\"4\">a[]</font>bar</li></ol>",
 1.29263 +	[true,true,true],
 1.29264 +	{"fontsize":[false,false,"3",false,false,"4"],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.29265 +["foo[]bar",
 1.29266 +	[["fontsize","4"],["insertparagraph",""]],
 1.29267 +	"<p>foo</p><p>{}bar</p>",
 1.29268 +	[true,true],
 1.29269 +	{"fontsize":[false,false,"3",false,false,"4"],"insertparagraph":[false,false,"",false,false,""]}],
 1.29270 +["foo[]bar",
 1.29271 +	[["fontsize","4"],["insertparagraph",""],["inserttext","a"]],
 1.29272 +	"<p>foo</p><p><font size=\"4\">a[]</font>bar</p>",
 1.29273 +	[true,true,true],
 1.29274 +	{"fontsize":[false,false,"3",false,false,"4"],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29275 +["foo[]bar",
 1.29276 +	[["fontsize","4"],["insertunorderedlist",""]],
 1.29277 +	"<ul><li>foo[]bar</li></ul>",
 1.29278 +	[true,true],
 1.29279 +	{"fontsize":[false,false,"3",false,false,"4"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.29280 +["foo[]bar",
 1.29281 +	[["fontsize","4"],["insertunorderedlist",""],["inserttext","a"]],
 1.29282 +	"<ul><li>foo<font size=\"4\">a[]</font>bar</li></ul>",
 1.29283 +	[true,true,true],
 1.29284 +	{"fontsize":[false,false,"3",false,false,"4"],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.29285 +["foo[]bar",
 1.29286 +	[["fontsize","4"],["justifycenter",""]],
 1.29287 +	"<div style=\"text-align:center\">foo[]bar</div>",
 1.29288 +	[true,true],
 1.29289 +	{"fontsize":[false,false,"3",false,false,"4"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.29290 +["foo[]bar",
 1.29291 +	[["fontsize","4"],["justifycenter",""],["inserttext","a"]],
 1.29292 +	"<div style=\"text-align:center\">foo<font size=\"4\">a[]</font>bar</div>",
 1.29293 +	[true,true,true],
 1.29294 +	{"fontsize":[false,false,"3",false,false,"4"],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 1.29295 +["foo[]bar",
 1.29296 +	[["fontsize","4"],["justifyfull",""]],
 1.29297 +	"<div style=\"text-align:justify\">foo[]bar</div>",
 1.29298 +	[true,true],
 1.29299 +	{"fontsize":[false,false,"3",false,false,"4"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.29300 +["foo[]bar",
 1.29301 +	[["fontsize","4"],["justifyfull",""],["inserttext","a"]],
 1.29302 +	"<div style=\"text-align:justify\">foo<font size=\"4\">a[]</font>bar</div>",
 1.29303 +	[true,true,true],
 1.29304 +	{"fontsize":[false,false,"3",false,false,"4"],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 1.29305 +["foo[]bar",
 1.29306 +	[["fontsize","4"],["justifyleft",""]],
 1.29307 +	"foo[]bar",
 1.29308 +	[true,true],
 1.29309 +	{"fontsize":[false,false,"3",false,false,"4"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.29310 +["foo[]bar",
 1.29311 +	[["fontsize","4"],["justifyleft",""],["inserttext","a"]],
 1.29312 +	"foo<font size=\"4\">a[]</font>bar",
 1.29313 +	[true,true,true],
 1.29314 +	{"fontsize":[false,false,"3",false,false,"4"],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 1.29315 +["foo[]bar",
 1.29316 +	[["fontsize","4"],["justifyright",""]],
 1.29317 +	"<div style=\"text-align:right\">foo[]bar</div>",
 1.29318 +	[true,true],
 1.29319 +	{"fontsize":[false,false,"3",false,false,"4"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.29320 +["foo[]bar",
 1.29321 +	[["fontsize","4"],["justifyright",""],["inserttext","a"]],
 1.29322 +	"<div style=\"text-align:right\">foo<font size=\"4\">a[]</font>bar</div>",
 1.29323 +	[true,true,true],
 1.29324 +	{"fontsize":[false,false,"3",false,false,"4"],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 1.29325 +["foo[]bar",
 1.29326 +	[["fontsize","4"],["outdent",""]],
 1.29327 +	"foo[]bar",
 1.29328 +	[true,true],
 1.29329 +	{"fontsize":[false,false,"3",false,false,"4"],"outdent":[false,false,"",false,false,""]}],
 1.29330 +["foo[]bar",
 1.29331 +	[["fontsize","4"],["outdent",""],["inserttext","a"]],
 1.29332 +	"foo<font size=\"4\">a[]</font>bar",
 1.29333 +	[true,true,true],
 1.29334 +	{"fontsize":[false,false,"3",false,false,"4"],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29335 +["foo[]bar",
 1.29336 +	[["forecolor","#0000FF"],["inserttext","a"]],
 1.29337 +	"foo<font color=\"#0000ff\">a[]</font>bar",
 1.29338 +	[true,true],
 1.29339 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"inserttext":[false,false,"",false,false,""]}],
 1.29340 +["foo[]bar",
 1.29341 +	[["forecolor","#0000FF"],["delete",""]],
 1.29342 +	"fo[]bar",
 1.29343 +	[true,true],
 1.29344 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"delete":[false,false,"",false,false,""]}],
 1.29345 +["foo[]bar",
 1.29346 +	[["forecolor","#0000FF"],["delete",""],["inserttext","a"]],
 1.29347 +	"fo<font color=\"#0000ff\">a[]</font>bar",
 1.29348 +	[true,true,true],
 1.29349 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29350 +["foo[]bar",
 1.29351 +	[["forecolor","#0000FF"],["formatblock","<div>"]],
 1.29352 +	"<div>foo[]bar</div>",
 1.29353 +	[true,true],
 1.29354 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"formatblock":[false,false,"",false,false,"div"]}],
 1.29355 +["foo[]bar",
 1.29356 +	[["forecolor","#0000FF"],["formatblock","<div>"],["inserttext","a"]],
 1.29357 +	"<div>foo<font color=\"#0000ff\">a[]</font>bar</div>",
 1.29358 +	[true,true,true],
 1.29359 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 1.29360 +["foo[]bar",
 1.29361 +	[["forecolor","#0000FF"],["forwarddelete",""]],
 1.29362 +	"foo[]ar",
 1.29363 +	[true,true],
 1.29364 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"forwarddelete":[false,false,"",false,false,""]}],
 1.29365 +["foo[]bar",
 1.29366 +	[["forecolor","#0000FF"],["forwarddelete",""],["inserttext","a"]],
 1.29367 +	"foo<font color=\"#0000ff\">a[]</font>ar",
 1.29368 +	[true,true,true],
 1.29369 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29370 +["foo[]bar",
 1.29371 +	[["forecolor","#0000FF"],["indent",""]],
 1.29372 +	"<blockquote>foo[]bar</blockquote>",
 1.29373 +	[true,true],
 1.29374 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"indent":[false,false,"",false,false,""]}],
 1.29375 +["foo[]bar",
 1.29376 +	[["forecolor","#0000FF"],["indent",""],["inserttext","a"]],
 1.29377 +	"<blockquote>foo<font color=\"#0000ff\">a[]</font>bar</blockquote>",
 1.29378 +	[true,true,true],
 1.29379 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29380 +["foo[]bar",
 1.29381 +	[["forecolor","#0000FF"],["inserthorizontalrule",""]],
 1.29382 +	"foo<hr>{}bar",
 1.29383 +	[true,true],
 1.29384 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.29385 +["foo[]bar",
 1.29386 +	[["forecolor","#0000FF"],["inserthorizontalrule",""],["inserttext","a"]],
 1.29387 +	"foo<hr><font color=\"#0000ff\">a[]</font>bar",
 1.29388 +	[true,true,true],
 1.29389 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29390 +["foo[]bar",
 1.29391 +	[["forecolor","#0000FF"],["inserthtml","ab<b>c</b>d"]],
 1.29392 +	"fooab<b>c</b>d{}bar",
 1.29393 +	[true,true],
 1.29394 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"inserthtml":[false,false,"",false,false,""]}],
 1.29395 +["foo[]bar",
 1.29396 +	[["forecolor","#0000FF"],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 1.29397 +	"fooab<b>c</b>d<font color=\"#0000ff\">a[]</font>bar",
 1.29398 +	[true,true,true],
 1.29399 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29400 +["foo[]bar",
 1.29401 +	[["forecolor","#0000FF"],["insertimage","/img/lion.svg"]],
 1.29402 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.29403 +	[true,true],
 1.29404 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertimage":[false,false,"",false,false,""]}],
 1.29405 +["foo[]bar",
 1.29406 +	[["forecolor","#0000FF"],["insertimage","/img/lion.svg"],["inserttext","a"]],
 1.29407 +	"foo<img src=\"/img/lion.svg\"><font color=\"#0000ff\">a[]</font>bar",
 1.29408 +	[true,true,true],
 1.29409 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29410 +["foo[]bar",
 1.29411 +	[["forecolor","#0000FF"],["insertlinebreak",""]],
 1.29412 +	"foo<br>{}bar",
 1.29413 +	[true,true],
 1.29414 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertlinebreak":[false,false,"",false,false,""]}],
 1.29415 +["foo[]bar",
 1.29416 +	[["forecolor","#0000FF"],["insertlinebreak",""],["inserttext","a"]],
 1.29417 +	"foo<br><font color=\"#0000ff\">a[]</font>bar",
 1.29418 +	[true,true,true],
 1.29419 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29420 +["foo[]bar",
 1.29421 +	[["forecolor","#0000FF"],["insertorderedlist",""]],
 1.29422 +	"<ol><li>foo[]bar</li></ol>",
 1.29423 +	[true,true],
 1.29424 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.29425 +["foo[]bar",
 1.29426 +	[["forecolor","#0000FF"],["insertorderedlist",""],["inserttext","a"]],
 1.29427 +	"<ol><li>foo<font color=\"#0000ff\">a[]</font>bar</li></ol>",
 1.29428 +	[true,true,true],
 1.29429 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.29430 +["foo[]bar",
 1.29431 +	[["forecolor","#0000FF"],["insertparagraph",""]],
 1.29432 +	"<p>foo</p><p>{}bar</p>",
 1.29433 +	[true,true],
 1.29434 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertparagraph":[false,false,"",false,false,""]}],
 1.29435 +["foo[]bar",
 1.29436 +	[["forecolor","#0000FF"],["insertparagraph",""],["inserttext","a"]],
 1.29437 +	"<p>foo</p><p><font color=\"#0000ff\">a[]</font>bar</p>",
 1.29438 +	[true,true,true],
 1.29439 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29440 +["foo[]bar",
 1.29441 +	[["forecolor","#0000FF"],["insertunorderedlist",""]],
 1.29442 +	"<ul><li>foo[]bar</li></ul>",
 1.29443 +	[true,true],
 1.29444 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.29445 +["foo[]bar",
 1.29446 +	[["forecolor","#0000FF"],["insertunorderedlist",""],["inserttext","a"]],
 1.29447 +	"<ul><li>foo<font color=\"#0000ff\">a[]</font>bar</li></ul>",
 1.29448 +	[true,true,true],
 1.29449 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.29450 +["foo[]bar",
 1.29451 +	[["forecolor","#0000FF"],["justifycenter",""]],
 1.29452 +	"<div style=\"text-align:center\">foo[]bar</div>",
 1.29453 +	[true,true],
 1.29454 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.29455 +["foo[]bar",
 1.29456 +	[["forecolor","#0000FF"],["justifycenter",""],["inserttext","a"]],
 1.29457 +	"<div style=\"text-align:center\">foo<font color=\"#0000ff\">a[]</font>bar</div>",
 1.29458 +	[true,true,true],
 1.29459 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 1.29460 +["foo[]bar",
 1.29461 +	[["forecolor","#0000FF"],["justifyfull",""]],
 1.29462 +	"<div style=\"text-align:justify\">foo[]bar</div>",
 1.29463 +	[true,true],
 1.29464 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.29465 +["foo[]bar",
 1.29466 +	[["forecolor","#0000FF"],["justifyfull",""],["inserttext","a"]],
 1.29467 +	"<div style=\"text-align:justify\">foo<font color=\"#0000ff\">a[]</font>bar</div>",
 1.29468 +	[true,true,true],
 1.29469 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 1.29470 +["foo[]bar",
 1.29471 +	[["forecolor","#0000FF"],["justifyleft",""]],
 1.29472 +	"foo[]bar",
 1.29473 +	[true,true],
 1.29474 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.29475 +["foo[]bar",
 1.29476 +	[["forecolor","#0000FF"],["justifyleft",""],["inserttext","a"]],
 1.29477 +	"foo<font color=\"#0000ff\">a[]</font>bar",
 1.29478 +	[true,true,true],
 1.29479 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 1.29480 +["foo[]bar",
 1.29481 +	[["forecolor","#0000FF"],["justifyright",""]],
 1.29482 +	"<div style=\"text-align:right\">foo[]bar</div>",
 1.29483 +	[true,true],
 1.29484 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.29485 +["foo[]bar",
 1.29486 +	[["forecolor","#0000FF"],["justifyright",""],["inserttext","a"]],
 1.29487 +	"<div style=\"text-align:right\">foo<font color=\"#0000ff\">a[]</font>bar</div>",
 1.29488 +	[true,true,true],
 1.29489 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 1.29490 +["foo[]bar",
 1.29491 +	[["forecolor","#0000FF"],["outdent",""]],
 1.29492 +	"foo[]bar",
 1.29493 +	[true,true],
 1.29494 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"outdent":[false,false,"",false,false,""]}],
 1.29495 +["foo[]bar",
 1.29496 +	[["forecolor","#0000FF"],["outdent",""],["inserttext","a"]],
 1.29497 +	"foo<font color=\"#0000ff\">a[]</font>bar",
 1.29498 +	[true,true,true],
 1.29499 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29500 +["foo[]bar",
 1.29501 +	[["hilitecolor","#00FFFF"],["inserttext","a"]],
 1.29502 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 1.29503 +	[true,true],
 1.29504 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserttext":[false,false,"",false,false,""]}],
 1.29505 +["foo[]bar",
 1.29506 +	[["hilitecolor","#00FFFF"],["delete",""]],
 1.29507 +	"fo[]bar",
 1.29508 +	[true,true],
 1.29509 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"delete":[false,false,"",false,false,""]}],
 1.29510 +["foo[]bar",
 1.29511 +	[["hilitecolor","#00FFFF"],["delete",""],["inserttext","a"]],
 1.29512 +	"fo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 1.29513 +	[true,true,true],
 1.29514 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29515 +["foo[]bar",
 1.29516 +	[["hilitecolor","#00FFFF"],["formatblock","<div>"]],
 1.29517 +	"<div>foo[]bar</div>",
 1.29518 +	[true,true],
 1.29519 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"formatblock":[false,false,"",false,false,"div"]}],
 1.29520 +["foo[]bar",
 1.29521 +	[["hilitecolor","#00FFFF"],["formatblock","<div>"],["inserttext","a"]],
 1.29522 +	"<div>foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</div>",
 1.29523 +	[true,true,true],
 1.29524 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 1.29525 +["foo[]bar",
 1.29526 +	[["hilitecolor","#00FFFF"],["forwarddelete",""]],
 1.29527 +	"foo[]ar",
 1.29528 +	[true,true],
 1.29529 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"forwarddelete":[false,false,"",false,false,""]}],
 1.29530 +["foo[]bar",
 1.29531 +	[["hilitecolor","#00FFFF"],["forwarddelete",""],["inserttext","a"]],
 1.29532 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>ar",
 1.29533 +	[true,true,true],
 1.29534 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29535 +["foo[]bar",
 1.29536 +	[["hilitecolor","#00FFFF"],["indent",""]],
 1.29537 +	"<blockquote>foo[]bar</blockquote>",
 1.29538 +	[true,true],
 1.29539 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"indent":[false,false,"",false,false,""]}],
 1.29540 +["foo[]bar",
 1.29541 +	[["hilitecolor","#00FFFF"],["indent",""],["inserttext","a"]],
 1.29542 +	"<blockquote>foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</blockquote>",
 1.29543 +	[true,true,true],
 1.29544 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29545 +["foo[]bar",
 1.29546 +	[["hilitecolor","#00FFFF"],["inserthorizontalrule",""]],
 1.29547 +	"foo<hr>{}bar",
 1.29548 +	[true,true],
 1.29549 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 1.29550 +["foo[]bar",
 1.29551 +	[["hilitecolor","#00FFFF"],["inserthorizontalrule",""],["inserttext","a"]],
 1.29552 +	"foo<hr><span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 1.29553 +	[true,true,true],
 1.29554 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29555 +["foo[]bar",
 1.29556 +	[["hilitecolor","#00FFFF"],["inserthtml","ab<b>c</b>d"]],
 1.29557 +	"fooab<b>c</b>d{}bar",
 1.29558 +	[true,true],
 1.29559 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserthtml":[false,false,"",false,false,""]}],
 1.29560 +["foo[]bar",
 1.29561 +	[["hilitecolor","#00FFFF"],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 1.29562 +	"fooab<b>c</b>d<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 1.29563 +	[true,true,true],
 1.29564 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29565 +["foo[]bar",
 1.29566 +	[["hilitecolor","#00FFFF"],["insertimage","/img/lion.svg"]],
 1.29567 +	"foo<img src=\"/img/lion.svg\">{}bar",
 1.29568 +	[true,true],
 1.29569 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertimage":[false,false,"",false,false,""]}],
 1.29570 +["foo[]bar",
 1.29571 +	[["hilitecolor","#00FFFF"],["insertimage","/img/lion.svg"],["inserttext","a"]],
 1.29572 +	"foo<img src=\"/img/lion.svg\"><span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 1.29573 +	[true,true,true],
 1.29574 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29575 +["foo[]bar",
 1.29576 +	[["hilitecolor","#00FFFF"],["insertlinebreak",""]],
 1.29577 +	"foo<br>{}bar",
 1.29578 +	[true,true],
 1.29579 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertlinebreak":[false,false,"",false,false,""]}],
 1.29580 +["foo[]bar",
 1.29581 +	[["hilitecolor","#00FFFF"],["insertlinebreak",""],["inserttext","a"]],
 1.29582 +	"foo<br><span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 1.29583 +	[true,true,true],
 1.29584 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29585 +["foo[]bar",
 1.29586 +	[["hilitecolor","#00FFFF"],["insertorderedlist",""]],
 1.29587 +	"<ol><li>foo[]bar</li></ol>",
 1.29588 +	[true,true],
 1.29589 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertorderedlist":[false,false,"",false,true,""]}],
 1.29590 +["foo[]bar",
 1.29591 +	[["hilitecolor","#00FFFF"],["insertorderedlist",""],["inserttext","a"]],
 1.29592 +	"<ol><li>foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</li></ol>",
 1.29593 +	[true,true,true],
 1.29594 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.29595 +["foo[]bar",
 1.29596 +	[["hilitecolor","#00FFFF"],["insertparagraph",""]],
 1.29597 +	"<p>foo</p><p>{}bar</p>",
 1.29598 +	[true,true],
 1.29599 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertparagraph":[false,false,"",false,false,""]}],
 1.29600 +["foo[]bar",
 1.29601 +	[["hilitecolor","#00FFFF"],["insertparagraph",""],["inserttext","a"]],
 1.29602 +	"<p>foo</p><p><span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</p>",
 1.29603 +	[true,true,true],
 1.29604 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29605 +["foo[]bar",
 1.29606 +	[["hilitecolor","#00FFFF"],["insertunorderedlist",""]],
 1.29607 +	"<ul><li>foo[]bar</li></ul>",
 1.29608 +	[true,true],
 1.29609 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertunorderedlist":[false,false,"",false,true,""]}],
 1.29610 +["foo[]bar",
 1.29611 +	[["hilitecolor","#00FFFF"],["insertunorderedlist",""],["inserttext","a"]],
 1.29612 +	"<ul><li>foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</li></ul>",
 1.29613 +	[true,true,true],
 1.29614 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.29615 +["foo[]bar",
 1.29616 +	[["hilitecolor","#00FFFF"],["justifycenter",""]],
 1.29617 +	"<div style=\"text-align:center\">foo[]bar</div>",
 1.29618 +	[true,true],
 1.29619 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifycenter":[false,false,"left",false,true,"center"]}],
 1.29620 +["foo[]bar",
 1.29621 +	[["hilitecolor","#00FFFF"],["justifycenter",""],["inserttext","a"]],
 1.29622 +	"<div style=\"text-align:center\">foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</div>",
 1.29623 +	[true,true,true],
 1.29624 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 1.29625 +["foo[]bar",
 1.29626 +	[["hilitecolor","#00FFFF"],["justifyfull",""]],
 1.29627 +	"<div style=\"text-align:justify\">foo[]bar</div>",
 1.29628 +	[true,true],
 1.29629 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 1.29630 +["foo[]bar",
 1.29631 +	[["hilitecolor","#00FFFF"],["justifyfull",""],["inserttext","a"]],
 1.29632 +	"<div style=\"text-align:justify\">foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</div>",
 1.29633 +	[true,true,true],
 1.29634 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 1.29635 +["foo[]bar",
 1.29636 +	[["hilitecolor","#00FFFF"],["justifyleft",""]],
 1.29637 +	"foo[]bar",
 1.29638 +	[true,true],
 1.29639 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyleft":[false,true,"left",false,true,"left"]}],
 1.29640 +["foo[]bar",
 1.29641 +	[["hilitecolor","#00FFFF"],["justifyleft",""],["inserttext","a"]],
 1.29642 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 1.29643 +	[true,true,true],
 1.29644 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 1.29645 +["foo[]bar",
 1.29646 +	[["hilitecolor","#00FFFF"],["justifyright",""]],
 1.29647 +	"<div style=\"text-align:right\">foo[]bar</div>",
 1.29648 +	[true,true],
 1.29649 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyright":[false,false,"left",false,true,"right"]}],
 1.29650 +["foo[]bar",
 1.29651 +	[["hilitecolor","#00FFFF"],["justifyright",""],["inserttext","a"]],
 1.29652 +	"<div style=\"text-align:right\">foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</div>",
 1.29653 +	[true,true,true],
 1.29654 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 1.29655 +["foo[]bar",
 1.29656 +	[["hilitecolor","#00FFFF"],["outdent",""]],
 1.29657 +	"foo[]bar",
 1.29658 +	[true,true],
 1.29659 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"outdent":[false,false,"",false,false,""]}],
 1.29660 +["foo[]bar",
 1.29661 +	[["hilitecolor","#00FFFF"],["outdent",""],["inserttext","a"]],
 1.29662 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 1.29663 +	[true,true,true],
 1.29664 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29665 +["foo[]bar",
 1.29666 +	[["superscript",""],["subscript",""],["inserttext","a"]],
 1.29667 +	"foo<sub>a[]</sub>bar",
 1.29668 +	[true,true,true],
 1.29669 +	{"superscript":[false,false,"",false,false,""],"subscript":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.29670 +["foo[]bar",
 1.29671 +	[["subscript",""],["superscript",""],["inserttext","a"]],
 1.29672 +	"foo<sup>a[]</sup>bar",
 1.29673 +	[true,true,true],
 1.29674 +	{"subscript":[false,false,"",false,false,""],"superscript":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.29675 +["foo[]bar",
 1.29676 +	[["createlink","http://www.google.com/"],["forecolor","#0000FF"],["inserttext","a"]],
 1.29677 +	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 1.29678 +	[true,true,true],
 1.29679 +	{"createlink":[false,false,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"inserttext":[false,false,"",false,false,""]}],
 1.29680 +["foo[]bar",
 1.29681 +	[["forecolor","#0000FF"],["createlink","http://www.google.com/"],["inserttext","a"]],
 1.29682 +	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 1.29683 +	[true,true,true],
 1.29684 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"createlink":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29685 +["foo[]bar",
 1.29686 +	[["createlink","http://www.google.com/"],["forecolor","blue"],["inserttext","a"]],
 1.29687 +	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 1.29688 +	[true,true,true],
 1.29689 +	{"createlink":[false,false,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"inserttext":[false,false,"",false,false,""]}],
 1.29690 +["foo[]bar",
 1.29691 +	[["forecolor","blue"],["createlink","http://www.google.com/"],["inserttext","a"]],
 1.29692 +	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 1.29693 +	[true,true,true],
 1.29694 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"createlink":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29695 +["foo[]bar",
 1.29696 +	[["createlink","http://www.google.com/"],["forecolor","brown"],["inserttext","a"]],
 1.29697 +	"foo<a href=\"http://www.google.com/\"><font color=\"#a52a2a\">a[]</font></a>bar",
 1.29698 +	[true,true,true],
 1.29699 +	{"createlink":[false,false,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(165, 42, 42)"],"inserttext":[false,false,"",false,false,""]}],
 1.29700 +["foo[]bar",
 1.29701 +	[["forecolor","brown"],["createlink","http://www.google.com/"],["inserttext","a"]],
 1.29702 +	"foo<a href=\"http://www.google.com/\"><font color=\"#a52a2a\">a[]</font></a>bar",
 1.29703 +	[true,true,true],
 1.29704 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(165, 42, 42)"],"createlink":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29705 +["foo[]bar",
 1.29706 +	[["createlink","http://www.google.com/"],["forecolor","black"],["inserttext","a"]],
 1.29707 +	"foo<a href=\"http://www.google.com/\"><font color=\"#000000\">a[]</font></a>bar",
 1.29708 +	[true,true,true],
 1.29709 +	{"createlink":[false,false,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"],"inserttext":[false,false,"",false,false,""]}],
 1.29710 +["foo[]bar",
 1.29711 +	[["forecolor","black"],["createlink","http://www.google.com/"],["inserttext","a"]],
 1.29712 +	"foo<a href=\"http://www.google.com/\"><font color=\"#000000\">a[]</font></a>bar",
 1.29713 +	[true,true,true],
 1.29714 +	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"],"createlink":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29715 +["foo[]bar",
 1.29716 +	[["createlink","http://www.google.com/"],["underline",""],["inserttext","a"]],
 1.29717 +	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 1.29718 +	[true,true,true],
 1.29719 +	{"createlink":[false,false,"",false,false,""],"underline":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.29720 +["foo[]bar",
 1.29721 +	[["underline",""],["createlink","http://www.google.com/"],["inserttext","a"]],
 1.29722 +	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 1.29723 +	[true,true,true],
 1.29724 +	{"underline":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29725 +["foo[]bar",
 1.29726 +	[["createlink","http://www.google.com/"],["underline",""],["underline",""],["inserttext","a"]],
 1.29727 +	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 1.29728 +	[true,true,true,true],
 1.29729 +	{"createlink":[false,false,"",false,false,""],"underline":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.29730 +["foo[]bar",
 1.29731 +	[["underline",""],["underline",""],["createlink","http://www.google.com/"],["inserttext","a"]],
 1.29732 +	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 1.29733 +	[true,true,true,true],
 1.29734 +	{"underline":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29735 +["foo[]bar",
 1.29736 +	[["subscript",""],["fontsize","2"],["inserttext","a"]],
 1.29737 +	"foo<sub>a[]</sub>bar",
 1.29738 +	[true,true,true],
 1.29739 +	{"subscript":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"2"],"inserttext":[false,false,"",false,false,""]}],
 1.29740 +["foo[]bar",
 1.29741 +	[["fontsize","2"],["subscript",""],["inserttext","a"]],
 1.29742 +	"foo<sub>a[]</sub>bar",
 1.29743 +	[true,true,true],
 1.29744 +	{"fontsize":[false,false,"3",false,false,"2"],"subscript":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.29745 +["foo[]bar",
 1.29746 +	[["subscript",""],["fontsize","3"],["inserttext","a"]],
 1.29747 +	"foo<sub><font size=\"3\">a[]</font></sub>bar",
 1.29748 +	[true,true,true],
 1.29749 +	{"subscript":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"3"],"inserttext":[false,false,"",false,false,""]}],
 1.29750 +["foo[]bar",
 1.29751 +	[["fontsize","3"],["subscript",""],["inserttext","a"]],
 1.29752 +	"foo<sub><font size=\"3\">a[]</font></sub>bar",
 1.29753 +	[true,true,true],
 1.29754 +	{"fontsize":[false,false,"3",false,false,"3"],"subscript":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 1.29755 +["foo[]bar",
 1.29756 +	[["hilitecolor","aqua"],["backcolor","tan"],["inserttext","a"]],
 1.29757 +	"foo<span style=\"background-color:rgb(210, 180, 140)\">a[]</span>bar",
 1.29758 +	[true,true,true],
 1.29759 +	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(210, 180, 140)"],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(210, 180, 140)"],"inserttext":[false,false,"",false,false,""]}],
 1.29760 +["foo[]bar",
 1.29761 +	[["backcolor","tan"],["hilitecolor","aqua"],["inserttext","a"]],
 1.29762 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 1.29763 +	[true,true,true],
 1.29764 +	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserttext":[false,false,"",false,false,""]}],
 1.29765 +["foo<b>[bar]</b>baz",
 1.29766 +	[["delete",""],["inserttext","a"]],
 1.29767 +	"foo<b>a[]</b>baz",
 1.29768 +	[true,true],
 1.29769 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29770 +["foo<i>[bar]</i>baz",
 1.29771 +	[["delete",""],["inserttext","a"]],
 1.29772 +	"foo<i>a[]</i>baz",
 1.29773 +	[true,true],
 1.29774 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29775 +["foo<s>[bar]</s>baz",
 1.29776 +	[["delete",""],["inserttext","a"]],
 1.29777 +	"foo<s>a[]</s>baz",
 1.29778 +	[true,true],
 1.29779 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29780 +["foo<sub>[bar]</sub>baz",
 1.29781 +	[["delete",""],["inserttext","a"]],
 1.29782 +	"foo<sub>a[]</sub>baz",
 1.29783 +	[true,true],
 1.29784 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29785 +["foo<sup>[bar]</sup>baz",
 1.29786 +	[["delete",""],["inserttext","a"]],
 1.29787 +	"foo<sup>a[]</sup>baz",
 1.29788 +	[true,true],
 1.29789 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29790 +["foo<u>[bar]</u>baz",
 1.29791 +	[["delete",""],["inserttext","a"]],
 1.29792 +	"foo<u>a[]</u>baz",
 1.29793 +	[true,true],
 1.29794 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29795 +["foo<a href=http://www.google.com>[bar]</a>baz",
 1.29796 +	[["delete",""],["inserttext","a"]],
 1.29797 +	"foo<a href=\"http://www.google.com\">a[]</a>baz",
 1.29798 +	[true,true],
 1.29799 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29800 +["foo<font face=sans-serif>[bar]</font>baz",
 1.29801 +	[["delete",""],["inserttext","a"]],
 1.29802 +	"foo<font face=\"sans-serif\">a[]</font>baz",
 1.29803 +	[true,true],
 1.29804 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29805 +["foo<font size=4>[bar]</font>baz",
 1.29806 +	[["delete",""],["inserttext","a"]],
 1.29807 +	"foo<font size=\"4\">a[]</font>baz",
 1.29808 +	[true,true],
 1.29809 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29810 +["foo<font color=#0000FF>[bar]</font>baz",
 1.29811 +	[["delete",""],["inserttext","a"]],
 1.29812 +	"foo<font color=\"#0000ff\">a[]</font>baz",
 1.29813 +	[true,true],
 1.29814 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29815 +["foo<span style=background-color:#00FFFF>[bar]</span>baz",
 1.29816 +	[["delete",""],["inserttext","a"]],
 1.29817 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>baz",
 1.29818 +	[true,true],
 1.29819 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29820 +["foo<a href=http://www.google.com><font color=blue>[bar]</font></a>baz",
 1.29821 +	[["delete",""],["inserttext","a"]],
 1.29822 +	"foo<a href=\"http://www.google.com\">a[]</a>baz",
 1.29823 +	[true,true],
 1.29824 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29825 +["foo<font color=blue><a href=http://www.google.com>[bar]</a></font>baz",
 1.29826 +	[["delete",""],["inserttext","a"]],
 1.29827 +	"foo<a href=\"http://www.google.com\">a[]</a>baz",
 1.29828 +	[true,true],
 1.29829 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29830 +["foo<a href=http://www.google.com><font color=brown>[bar]</font></a>baz",
 1.29831 +	[["delete",""],["inserttext","a"]],
 1.29832 +	"foo<a href=\"http://www.google.com\"><font color=\"#a52a2a\">a[]</font></a>baz",
 1.29833 +	[true,true],
 1.29834 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29835 +["foo<font color=brown><a href=http://www.google.com>[bar]</a></font>baz",
 1.29836 +	[["delete",""],["inserttext","a"]],
 1.29837 +	"foo<a href=\"http://www.google.com\">a[]</a>baz",
 1.29838 +	[true,true],
 1.29839 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29840 +["foo<a href=http://www.google.com><font color=black>[bar]</font></a>baz",
 1.29841 +	[["delete",""],["inserttext","a"]],
 1.29842 +	"foo<a href=\"http://www.google.com\"><font color=\"#000000\">a[]</font></a>baz",
 1.29843 +	[true,true],
 1.29844 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29845 +["foo<a href=http://www.google.com><u>[bar]</u></a>baz",
 1.29846 +	[["delete",""],["inserttext","a"]],
 1.29847 +	"foo<a href=\"http://www.google.com\">a[]</a>baz",
 1.29848 +	[true,true],
 1.29849 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29850 +["foo<u><a href=http://www.google.com>[bar]</a></u>baz",
 1.29851 +	[["delete",""],["inserttext","a"]],
 1.29852 +	"foo<a href=\"http://www.google.com\">a[]</a>baz",
 1.29853 +	[true,true],
 1.29854 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29855 +["foo<sub><font size=2>[bar]</font></sub>baz",
 1.29856 +	[["delete",""],["inserttext","a"]],
 1.29857 +	"foo<sub>a[]</sub>baz",
 1.29858 +	[true,true],
 1.29859 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29860 +["foo<font size=2><sub>[bar]</sub></font>baz",
 1.29861 +	[["delete",""],["inserttext","a"]],
 1.29862 +	"foo<sub><font size=\"1\">a[]</font></sub>baz",
 1.29863 +	[true,true],
 1.29864 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29865 +["foo<sub><font size=3>[bar]</font></sub>baz",
 1.29866 +	[["delete",""],["inserttext","a"]],
 1.29867 +	"foo<sub><font size=\"3\">a[]</font></sub>baz",
 1.29868 +	[true,true],
 1.29869 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29870 +["foo<font size=3><sub>[bar]</sub></font>baz",
 1.29871 +	[["delete",""],["inserttext","a"]],
 1.29872 +	"foo<sub>a[]</sub>baz",
 1.29873 +	[true,true],
 1.29874 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29875 +["[foo<b>bar]</b>baz",
 1.29876 +	[["delete",""],["inserttext","a"]],
 1.29877 +	"a[]baz",
 1.29878 +	[true,true],
 1.29879 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29880 +["[foo<i>bar]</i>baz",
 1.29881 +	[["delete",""],["inserttext","a"]],
 1.29882 +	"a[]baz",
 1.29883 +	[true,true],
 1.29884 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29885 +["[foo<s>bar]</s>baz",
 1.29886 +	[["delete",""],["inserttext","a"]],
 1.29887 +	"a[]baz",
 1.29888 +	[true,true],
 1.29889 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29890 +["[foo<sub>bar]</sub>baz",
 1.29891 +	[["delete",""],["inserttext","a"]],
 1.29892 +	"a[]baz",
 1.29893 +	[true,true],
 1.29894 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29895 +["[foo<sup>bar]</sup>baz",
 1.29896 +	[["delete",""],["inserttext","a"]],
 1.29897 +	"a[]baz",
 1.29898 +	[true,true],
 1.29899 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29900 +["[foo<u>bar]</u>baz",
 1.29901 +	[["delete",""],["inserttext","a"]],
 1.29902 +	"a[]baz",
 1.29903 +	[true,true],
 1.29904 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29905 +["[foo<a href=http://www.google.com>bar]</a>baz",
 1.29906 +	[["delete",""],["inserttext","a"]],
 1.29907 +	"a[]baz",
 1.29908 +	[true,true],
 1.29909 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29910 +["[foo<font face=sans-serif>bar]</font>baz",
 1.29911 +	[["delete",""],["inserttext","a"]],
 1.29912 +	"a[]baz",
 1.29913 +	[true,true],
 1.29914 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29915 +["[foo<font size=4>bar]</font>baz",
 1.29916 +	[["delete",""],["inserttext","a"]],
 1.29917 +	"a[]baz",
 1.29918 +	[true,true],
 1.29919 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29920 +["[foo<font color=#0000FF>bar]</font>baz",
 1.29921 +	[["delete",""],["inserttext","a"]],
 1.29922 +	"a[]baz",
 1.29923 +	[true,true],
 1.29924 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29925 +["[foo<span style=background-color:#00FFFF>bar]</span>baz",
 1.29926 +	[["delete",""],["inserttext","a"]],
 1.29927 +	"a[]baz",
 1.29928 +	[true,true],
 1.29929 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29930 +["[foo<a href=http://www.google.com><font color=blue>bar]</font></a>baz",
 1.29931 +	[["delete",""],["inserttext","a"]],
 1.29932 +	"a[]baz",
 1.29933 +	[true,true],
 1.29934 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29935 +["[foo<font color=blue><a href=http://www.google.com>bar]</a></font>baz",
 1.29936 +	[["delete",""],["inserttext","a"]],
 1.29937 +	"a[]baz",
 1.29938 +	[true,true],
 1.29939 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29940 +["[foo<a href=http://www.google.com><font color=brown>bar]</font></a>baz",
 1.29941 +	[["delete",""],["inserttext","a"]],
 1.29942 +	"a[]baz",
 1.29943 +	[true,true],
 1.29944 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29945 +["[foo<font color=brown><a href=http://www.google.com>bar]</a></font>baz",
 1.29946 +	[["delete",""],["inserttext","a"]],
 1.29947 +	"a[]baz",
 1.29948 +	[true,true],
 1.29949 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29950 +["[foo<a href=http://www.google.com><font color=black>bar]</font></a>baz",
 1.29951 +	[["delete",""],["inserttext","a"]],
 1.29952 +	"a[]baz",
 1.29953 +	[true,true],
 1.29954 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29955 +["[foo<a href=http://www.google.com><u>bar]</u></a>baz",
 1.29956 +	[["delete",""],["inserttext","a"]],
 1.29957 +	"a[]baz",
 1.29958 +	[true,true],
 1.29959 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29960 +["[foo<u><a href=http://www.google.com>bar]</a></u>baz",
 1.29961 +	[["delete",""],["inserttext","a"]],
 1.29962 +	"a[]baz",
 1.29963 +	[true,true],
 1.29964 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29965 +["[foo<sub><font size=2>bar]</font></sub>baz",
 1.29966 +	[["delete",""],["inserttext","a"]],
 1.29967 +	"a[]baz",
 1.29968 +	[true,true],
 1.29969 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29970 +["[foo<font size=2><sub>bar]</sub></font>baz",
 1.29971 +	[["delete",""],["inserttext","a"]],
 1.29972 +	"a[]baz",
 1.29973 +	[true,true],
 1.29974 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29975 +["[foo<sub><font size=3>bar]</font></sub>baz",
 1.29976 +	[["delete",""],["inserttext","a"]],
 1.29977 +	"a[]baz",
 1.29978 +	[true,true],
 1.29979 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29980 +["[foo<font size=3><sub>bar]</sub></font>baz",
 1.29981 +	[["delete",""],["inserttext","a"]],
 1.29982 +	"a[]baz",
 1.29983 +	[true,true],
 1.29984 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29985 +["foo<b>[bar</b>baz]",
 1.29986 +	[["delete",""],["inserttext","a"]],
 1.29987 +	"foo<b>a[]</b>",
 1.29988 +	[true,true],
 1.29989 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29990 +["foo<i>[bar</i>baz]",
 1.29991 +	[["delete",""],["inserttext","a"]],
 1.29992 +	"foo<i>a[]</i>",
 1.29993 +	[true,true],
 1.29994 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.29995 +["foo<s>[bar</s>baz]",
 1.29996 +	[["delete",""],["inserttext","a"]],
 1.29997 +	"foo<s>a[]</s>",
 1.29998 +	[true,true],
 1.29999 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30000 +["foo<sub>[bar</sub>baz]",
 1.30001 +	[["delete",""],["inserttext","a"]],
 1.30002 +	"foo<sub>a[]</sub>",
 1.30003 +	[true,true],
 1.30004 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30005 +["foo<sup>[bar</sup>baz]",
 1.30006 +	[["delete",""],["inserttext","a"]],
 1.30007 +	"foo<sup>a[]</sup>",
 1.30008 +	[true,true],
 1.30009 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30010 +["foo<u>[bar</u>baz]",
 1.30011 +	[["delete",""],["inserttext","a"]],
 1.30012 +	"foo<u>a[]</u>",
 1.30013 +	[true,true],
 1.30014 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30015 +["foo<a href=http://www.google.com>[bar</a>baz]",
 1.30016 +	[["delete",""],["inserttext","a"]],
 1.30017 +	"foo<a href=\"http://www.google.com\">a[]</a>",
 1.30018 +	[true,true],
 1.30019 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30020 +["foo<font face=sans-serif>[bar</font>baz]",
 1.30021 +	[["delete",""],["inserttext","a"]],
 1.30022 +	"foo<font face=\"sans-serif\">a[]</font>",
 1.30023 +	[true,true],
 1.30024 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30025 +["foo<font size=4>[bar</font>baz]",
 1.30026 +	[["delete",""],["inserttext","a"]],
 1.30027 +	"foo<font size=\"4\">a[]</font>",
 1.30028 +	[true,true],
 1.30029 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30030 +["foo<font color=#0000FF>[bar</font>baz]",
 1.30031 +	[["delete",""],["inserttext","a"]],
 1.30032 +	"foo<font color=\"#0000ff\">a[]</font>",
 1.30033 +	[true,true],
 1.30034 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30035 +["foo<span style=background-color:#00FFFF>[bar</span>baz]",
 1.30036 +	[["delete",""],["inserttext","a"]],
 1.30037 +	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>",
 1.30038 +	[true,true],
 1.30039 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30040 +["foo<a href=http://www.google.com><font color=blue>[bar</font></a>baz]",
 1.30041 +	[["delete",""],["inserttext","a"]],
 1.30042 +	"foo<a href=\"http://www.google.com\">a[]</a>",
 1.30043 +	[true,true],
 1.30044 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30045 +["foo<font color=blue><a href=http://www.google.com>[bar</a></font>baz]",
 1.30046 +	[["delete",""],["inserttext","a"]],
 1.30047 +	"foo<a href=\"http://www.google.com\">a[]</a>",
 1.30048 +	[true,true],
 1.30049 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30050 +["foo<a href=http://www.google.com><font color=brown>[bar</font></a>baz]",
 1.30051 +	[["delete",""],["inserttext","a"]],
 1.30052 +	"foo<a href=\"http://www.google.com\"><font color=\"#a52a2a\">a[]</font></a>",
 1.30053 +	[true,true],
 1.30054 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30055 +["foo<font color=brown><a href=http://www.google.com>[bar</a></font>baz]",
 1.30056 +	[["delete",""],["inserttext","a"]],
 1.30057 +	"foo<a href=\"http://www.google.com\">a[]</a>",
 1.30058 +	[true,true],
 1.30059 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30060 +["foo<a href=http://www.google.com><font color=black>[bar</font></a>baz]",
 1.30061 +	[["delete",""],["inserttext","a"]],
 1.30062 +	"foo<a href=\"http://www.google.com\"><font color=\"#000000\">a[]</font></a>",
 1.30063 +	[true,true],
 1.30064 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30065 +["foo<a href=http://www.google.com><u>[bar</u></a>baz]",
 1.30066 +	[["delete",""],["inserttext","a"]],
 1.30067 +	"foo<a href=\"http://www.google.com\">a[]</a>",
 1.30068 +	[true,true],
 1.30069 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30070 +["foo<u><a href=http://www.google.com>[bar</a></u>baz]",
 1.30071 +	[["delete",""],["inserttext","a"]],
 1.30072 +	"foo<a href=\"http://www.google.com\">a[]</a>",
 1.30073 +	[true,true],
 1.30074 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30075 +["foo<sub><font size=2>[bar</font></sub>baz]",
 1.30076 +	[["delete",""],["inserttext","a"]],
 1.30077 +	"foo<sub>a[]</sub>",
 1.30078 +	[true,true],
 1.30079 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30080 +["foo<font size=2><sub>[bar</sub></font>baz]",
 1.30081 +	[["delete",""],["inserttext","a"]],
 1.30082 +	"foo<sub><font size=\"1\">a[]</font></sub>",
 1.30083 +	[true,true],
 1.30084 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30085 +["foo<sub><font size=3>[bar</font></sub>baz]",
 1.30086 +	[["delete",""],["inserttext","a"]],
 1.30087 +	"foo<sub><font size=\"3\">a[]</font></sub>",
 1.30088 +	[true,true],
 1.30089 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30090 +["foo<font size=3><sub>[bar</sub></font>baz]",
 1.30091 +	[["delete",""],["inserttext","a"]],
 1.30092 +	"foo<sub>a[]</sub>",
 1.30093 +	[true,true],
 1.30094 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 1.30095 +["<blockquote><font color=blue>[foo]</font></blockquote>",
 1.30096 +	[["delete",""],["inserttext","a"]],
 1.30097 +	"<blockquote><font color=\"blue\">a[]</font></blockquote>",
 1.30098 +	[true,true],
 1.30099 +	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}]
 1.30100 +]

mercurial