dom/imptests/editing/conformancetest/data.js

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 var browserTests = [
     2 ["foo[]bar",
     3 	[["backcolor","#00FFFF"]],
     4 	"foo[]bar",
     5 	[true],
     6 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
     7 ["<p>[foo</p> <p>bar]</p>",
     8 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
     9 	"<p><span style=\"background-color:rgb(0, 255, 255)\">[foo</span></p> <p><span style=\"background-color:rgb(0, 255, 255)\">bar]</span></p>",
    10 	[true,true],
    11 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    12 ["<p>[foo</p> <p>bar]</p>",
    13 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
    14 	"<p><span style=\"background-color:rgb(0, 255, 255)\">[foo</span></p> <p><span style=\"background-color:rgb(0, 255, 255)\">bar]</span></p>",
    15 	[true,true],
    16 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    17 ["<span>[foo</span> <span>bar]</span>",
    18 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
    19 	"<span style=\"background-color:rgb(0, 255, 255)\"><span>[foo</span> <span>bar]</span></span>",
    20 	[true,true],
    21 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    22 ["<span>[foo</span> <span>bar]</span>",
    23 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
    24 	"<span style=\"background-color:rgb(0, 255, 255)\"><span>[foo</span> <span>bar]</span></span>",
    25 	[true,true],
    26 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    27 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
    28 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
    29 	"<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>",
    30 	[true,true],
    31 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    32 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
    33 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
    34 	"<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>",
    35 	[true,true],
    36 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    37 ["<p>[foo<p><br><p>bar]",
    38 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
    39 	"<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>",
    40 	[true,true],
    41 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    42 ["<p>[foo<p><br><p>bar]",
    43 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
    44 	"<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>",
    45 	[true,true],
    46 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    47 ["<b>foo[]bar</b>",
    48 	[["backcolor","#00FFFF"]],
    49 	"<b>foo[]bar</b>",
    50 	[true],
    51 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    52 ["<i>foo[]bar</i>",
    53 	[["backcolor","#00FFFF"]],
    54 	"<i>foo[]bar</i>",
    55 	[true],
    56 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    57 ["<span>foo</span>{}<span>bar</span>",
    58 	[["backcolor","#00FFFF"]],
    59 	"<span>foo</span>{}<span>bar</span>",
    60 	[true],
    61 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    62 ["<span>foo[</span><span>]bar</span>",
    63 	[["backcolor","#00FFFF"]],
    64 	"<span>foo[</span><span>]bar</span>",
    65 	[true],
    66 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    67 ["foo[bar]baz",
    68 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
    69 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
    70 	[true,true],
    71 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    72 ["foo[bar]baz",
    73 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
    74 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
    75 	[true,true],
    76 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    77 ["foo[bar<b>baz]qoz</b>quz",
    78 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
    79 	"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",
    80 	[true,true],
    81 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    82 ["foo[bar<b>baz]qoz</b>quz",
    83 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
    84 	"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",
    85 	[true,true],
    86 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    87 ["foo[bar<i>baz]qoz</i>quz",
    88 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
    89 	"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",
    90 	[true,true],
    91 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    92 ["foo[bar<i>baz]qoz</i>quz",
    93 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
    94 	"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",
    95 	[true,true],
    96 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
    97 ["{<p><p> <p>foo</p>}",
    98 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
    99 	"{<p></p><p> </p><p><span style=\"background-color:rgb(0, 255, 255)\">foo</span></p>}",
   100 	[true,true],
   101 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   102 ["{<p><p> <p>foo</p>}",
   103 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   104 	"{<p></p><p> </p><p><span style=\"background-color:rgb(0, 255, 255)\">foo</span></p>}",
   105 	[true,true],
   106 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   107 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
   108 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   109 	"<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>",
   110 	[true,true],
   111 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   112 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
   113 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   114 	"<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>",
   115 	[true,true],
   116 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   117 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
   118 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   119 	"<table><tbody><tr><td>foo</td>{<td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
   120 	[true,true],
   121 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   122 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
   123 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   124 	"<table><tbody><tr><td>foo</td>{<td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
   125 	[true,true],
   126 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   127 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
   128 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   129 	"<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>",
   130 	[true,true],
   131 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   132 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
   133 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   134 	"<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>",
   135 	[true,true],
   136 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   137 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
   138 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   139 	"<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>",
   140 	[true,true],
   141 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   142 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
   143 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   144 	"<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>",
   145 	[true,true],
   146 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   147 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
   148 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   149 	"<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>",
   150 	[true,true],
   151 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   152 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
   153 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   154 	"<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>",
   155 	[true,true],
   156 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   157 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
   158 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   159 	"{<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>}",
   160 	[true,true],
   161 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   162 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
   163 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   164 	"{<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>}",
   165 	[true,true],
   166 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   167 ["<p style=\"background-color: rgb(0, 255, 255)\">foo[bar]baz</p>",
   168 	[["backcolor","#00FFFF"]],
   169 	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
   170 	[true],
   171 	{"backcolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
   172 ["<p style=\"background-color: #00ffff\">foo[bar]baz</p>",
   173 	[["backcolor","#00FFFF"]],
   174 	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
   175 	[true],
   176 	{"backcolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
   177 ["<p style=\"background-color: aqua\">foo[bar]baz</p>",
   178 	[["backcolor","#00FFFF"]],
   179 	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
   180 	[true],
   181 	{"backcolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
   182 ["{<p style=\"background-color: aqua\">foo</p><p>bar</p>}",
   183 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   184 	"{<p style=\"background-color:rgb(0, 255, 255)\">foo</p><p><span style=\"background-color:rgb(0, 255, 255)\">bar</span></p>}",
   185 	[true,true],
   186 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[true,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
   187 ["{<p style=\"background-color: aqua\">foo</p><p>bar</p>}",
   188 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   189 	"{<p style=\"background-color:rgb(0, 255, 255)\">foo</p><p><span style=\"background-color:rgb(0, 255, 255)\">bar</span></p>}",
   190 	[true,true],
   191 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[true,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
   192 ["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
   193 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   194 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
   195 	[true,true],
   196 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   197 ["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
   198 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   199 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
   200 	[true,true],
   201 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   202 ["<span style=\"background-color: #00ffff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
   203 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   204 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
   205 	[true,true],
   206 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   207 ["<span style=\"background-color: #00ffff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
   208 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   209 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
   210 	[true,true],
   211 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   212 ["<span style=\"background-color: #0ff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
   213 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   214 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
   215 	[true,true],
   216 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   217 ["<span style=\"background-color: #0ff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
   218 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   219 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
   220 	[true,true],
   221 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   222 ["<span style=\"background-color: rgb(0, 255, 255)\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
   223 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   224 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
   225 	[true,true],
   226 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   227 ["<span style=\"background-color: rgb(0, 255, 255)\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
   228 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   229 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
   230 	[true,true],
   231 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   232 ["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">b[ar]</span>baz</span>",
   233 	[["backcolor","#00FFFF"]],
   234 	"<span style=\"background-color:rgb(0, 255, 255)\">foo<span style=\"background-color:rgb(210, 180, 140)\">b</span>[ar]baz</span>",
   235 	[true],
   236 	{"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   237 ["<p style=\"background-color: aqua\">foo<span style=\"background-color: tan\">b[ar]</span>baz</p>",
   238 	[["backcolor","#00FFFF"]],
   239 	"<p style=\"background-color:rgb(0, 255, 255)\">foo<span style=\"background-color:rgb(210, 180, 140)\">b</span>[ar]baz</p>",
   240 	[true],
   241 	{"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   242 ["<div style=\"background-color: aqua\"><p style=\"background-color: tan\">b[ar]</p></div>",
   243 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   244 	"<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>",
   245 	[true,true],
   246 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   247 ["<div style=\"background-color: aqua\"><p style=\"background-color: tan\">b[ar]</p></div>",
   248 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   249 	"<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>",
   250 	[true,true],
   251 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   252 ["<span style=\"display: block; background-color: aqua\"><span style=\"display: block; background-color: tan\">b[ar]</span></span>",
   253 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   254 	"<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>",
   255 	[true,true],
   256 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   257 ["<span style=\"display: block; background-color: aqua\"><span style=\"display: block; background-color: tan\">b[ar]</span></span>",
   258 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   259 	"<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>",
   260 	[true,true],
   261 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   262 ["fo[o<span style=background-color:tan>b]ar</span>baz",
   263 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   264 	"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",
   265 	[true,true],
   266 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   267 ["fo[o<span style=background-color:tan>b]ar</span>baz",
   268 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   269 	"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",
   270 	[true,true],
   271 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   272 ["foo<span style=background-color:tan>ba[r</span>b]az",
   273 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   274 	"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",
   275 	[true,true],
   276 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   277 ["foo<span style=background-color:tan>ba[r</span>b]az",
   278 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   279 	"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",
   280 	[true,true],
   281 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   282 ["fo[o<span style=background-color:tan>bar</span>b]az",
   283 	[["backcolor","#00FFFF"]],
   284 	"fo<span style=\"background-color:rgb(0, 255, 255)\">[obarb]</span>az",
   285 	[true],
   286 	{"backcolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
   287 ["foo[<span style=background-color:tan>b]ar</span>baz",
   288 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   289 	"foo[<span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
   290 	[true,true],
   291 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   292 ["foo[<span style=background-color:tan>b]ar</span>baz",
   293 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   294 	"foo[<span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
   295 	[true,true],
   296 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   297 ["foo<span style=background-color:tan>ba[r</span>]baz",
   298 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   299 	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span>]baz",
   300 	[true,true],
   301 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   302 ["foo<span style=background-color:tan>ba[r</span>]baz",
   303 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   304 	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span>]baz",
   305 	[true,true],
   306 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   307 ["foo[<span style=background-color:tan>bar</span>]baz",
   308 	[["backcolor","#00FFFF"]],
   309 	"foo[<span style=\"background-color:rgb(0, 255, 255)\">bar</span>]baz",
   310 	[true],
   311 	{"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   312 ["foo<span style=background-color:tan>[bar]</span>baz",
   313 	[["backcolor","#00FFFF"]],
   314 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
   315 	[true],
   316 	{"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   317 ["foo{<span style=background-color:tan>bar</span>}baz",
   318 	[["backcolor","#00FFFF"]],
   319 	"foo{<span style=\"background-color:rgb(0, 255, 255)\">bar}</span>baz",
   320 	[true],
   321 	{"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   322 ["<span style=background-color:tan>fo[o</span><span style=background-color:yellow>b]ar</span>",
   323 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   324 	"<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>",
   325 	[true,true],
   326 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   327 ["<span style=background-color:tan>fo[o</span><span style=background-color:yellow>b]ar</span>",
   328 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   329 	"<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>",
   330 	[true,true],
   331 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   332 ["<span style=background-color:tan>fo[o</span><span style=background-color:tan>b]ar</span>",
   333 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   334 	"<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>",
   335 	[true,true],
   336 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   337 ["<span style=background-color:tan>fo[o</span><span style=background-color:tan>b]ar</span>",
   338 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   339 	"<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>",
   340 	[true,true],
   341 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   342 ["<span style=background-color:tan>fo[o<span style=background-color:transparent>b]ar</span></span>",
   343 	[["stylewithcss","true"],["backcolor","#00FFFF"]],
   344 	"<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>",
   345 	[true,true],
   346 	{"stylewithcss":[false,false,"",false,true,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   347 ["<span style=background-color:tan>fo[o<span style=background-color:transparent>b]ar</span></span>",
   348 	[["stylewithcss","false"],["backcolor","#00FFFF"]],
   349 	"<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>",
   350 	[true,true],
   351 	{"stylewithcss":[false,true,"",false,false,""],"backcolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
   352 ["foo[]bar",
   353 	[["bold",""]],
   354 	"foo[]bar",
   355 	[true],
   356 	{"bold":[false,false,"",false,true,""]}],
   357 ["<p>[foo</p> <p>bar]</p>",
   358 	[["stylewithcss","true"],["bold",""]],
   359 	"<p><span style=\"font-weight:bold\">[foo</span></p> <p><span style=\"font-weight:bold\">bar]</span></p>",
   360 	[true,true],
   361 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   362 ["<p>[foo</p> <p>bar]</p>",
   363 	[["stylewithcss","false"],["bold",""]],
   364 	"<p><b>[foo</b></p> <p><b>bar]</b></p>",
   365 	[true,true],
   366 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   367 ["<span>[foo</span> <span>bar]</span>",
   368 	[["stylewithcss","true"],["bold",""]],
   369 	"<span style=\"font-weight:bold\"><span>[foo</span> <span>bar]</span></span>",
   370 	[true,true],
   371 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   372 ["<span>[foo</span> <span>bar]</span>",
   373 	[["stylewithcss","false"],["bold",""]],
   374 	"<b><span>[foo</span> <span>bar]</span></b>",
   375 	[true,true],
   376 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   377 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
   378 	[["stylewithcss","true"],["bold",""]],
   379 	"<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>",
   380 	[true,true],
   381 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   382 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
   383 	[["stylewithcss","false"],["bold",""]],
   384 	"<p><b>[foo</b></p><p> <b><span>bar</span></b> </p><p><b>baz]</b></p>",
   385 	[true,true],
   386 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   387 ["<p>[foo<p><br><p>bar]",
   388 	[["stylewithcss","true"],["bold",""]],
   389 	"<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>",
   390 	[true,true],
   391 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   392 ["<p>[foo<p><br><p>bar]",
   393 	[["stylewithcss","false"],["bold",""]],
   394 	"<p><b>[foo</b></p><p><b><br></b></p><p><b>bar]</b></p>",
   395 	[true,true],
   396 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   397 ["<b>foo[]bar</b>",
   398 	[["bold",""]],
   399 	"<b>foo[]bar</b>",
   400 	[true],
   401 	{"bold":[false,true,"",false,false,""]}],
   402 ["<i>foo[]bar</i>",
   403 	[["bold",""]],
   404 	"<i>foo[]bar</i>",
   405 	[true],
   406 	{"bold":[false,false,"",false,true,""]}],
   407 ["<span>foo</span>{}<span>bar</span>",
   408 	[["bold",""]],
   409 	"<span>foo</span>{}<span>bar</span>",
   410 	[true],
   411 	{"bold":[false,false,"",false,true,""]}],
   412 ["<span>foo[</span><span>]bar</span>",
   413 	[["bold",""]],
   414 	"<span>foo[</span><span>]bar</span>",
   415 	[true],
   416 	{"bold":[false,false,"",false,true,""]}],
   417 ["foo[bar]baz",
   418 	[["stylewithcss","true"],["bold",""]],
   419 	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
   420 	[true,true],
   421 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   422 ["foo[bar]baz",
   423 	[["stylewithcss","false"],["bold",""]],
   424 	"foo<b>[bar]</b>baz",
   425 	[true,true],
   426 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   427 ["foo[bar<b>baz]qoz</b>quz",
   428 	[["bold",""]],
   429 	"foo<b>[barbaz]qoz</b>quz",
   430 	[true],
   431 	{"bold":[true,false,"",false,true,""]}],
   432 ["foo[bar<i>baz]qoz</i>quz",
   433 	[["stylewithcss","true"],["bold",""]],
   434 	"foo<span style=\"font-weight:bold\">[bar</span><i><span style=\"font-weight:bold\">baz]</span>qoz</i>quz",
   435 	[true,true],
   436 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   437 ["foo[bar<i>baz]qoz</i>quz",
   438 	[["stylewithcss","false"],["bold",""]],
   439 	"foo<b>[bar</b><i><b>baz]</b>qoz</i>quz",
   440 	[true,true],
   441 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   442 ["{<p><p> <p>foo</p>}",
   443 	[["stylewithcss","true"],["bold",""]],
   444 	"{<p></p><p> </p><p><span style=\"font-weight:bold\">foo</span></p>}",
   445 	[true,true],
   446 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   447 ["{<p><p> <p>foo</p>}",
   448 	[["stylewithcss","false"],["bold",""]],
   449 	"{<p></p><p> </p><p><b>foo</b></p>}",
   450 	[true,true],
   451 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   452 ["foo<span contenteditable=false>[bar]</span>baz",
   453 	[["bold",""]],
   454 	"foo<span contenteditable=\"false\">[bar]</span>baz",
   455 	[false],
   456 	{"bold":[false,false,"",false,false,""]}],
   457 ["fo[o<span contenteditable=false>bar</span>b]az",
   458 	[["stylewithcss","true"],["bold",""]],
   459 	"fo<span style=\"font-weight:bold\">[o</span><span contenteditable=\"false\">bar</span><span style=\"font-weight:bold\">b]</span>az",
   460 	[true,true],
   461 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   462 ["fo[o<span contenteditable=false>bar</span>b]az",
   463 	[["stylewithcss","false"],["bold",""]],
   464 	"fo<b>[o</b><span contenteditable=\"false\">bar</span><b>b]</b>az",
   465 	[true,true],
   466 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   467 ["foo<span contenteditable=false>ba[r</span>b]az",
   468 	[["bold",""]],
   469 	"foo<span contenteditable=\"false\">ba[r</span>b]az",
   470 	[false],
   471 	{"bold":[false,false,"",false,false,""]}],
   472 ["fo[o<span contenteditable=false>b]ar</span>baz",
   473 	[["bold",""]],
   474 	"fo[o<span contenteditable=\"false\">b]ar</span>baz",
   475 	[false],
   476 	{"bold":[false,false,"",false,false,""]}],
   477 ["fo[<b>o</b><span contenteditable=false>bar</span><b>b</b>]az",
   478 	[["stylewithcss","true"],["bold",""]],
   479 	"fo[o<span contenteditable=\"false\">bar</span>b]az",
   480 	[true,true],
   481 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   482 ["fo[<b>o</b><span contenteditable=false>bar</span><b>b</b>]az",
   483 	[["stylewithcss","false"],["bold",""]],
   484 	"fo[o<span contenteditable=\"false\">bar</span>b]az",
   485 	[true,true],
   486 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   487 ["<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>",
   488 	[["stylewithcss","true"],["bold",""]],
   489 	"<span contenteditable=\"false\">foo<span contenteditable=\"true\"><span style=\"font-weight:bold\">[bar]</span></span>baz</span>",
   490 	[true,true],
   491 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   492 ["<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>",
   493 	[["stylewithcss","false"],["bold",""]],
   494 	"<span contenteditable=\"false\">foo<span contenteditable=\"true\"><b>[bar]</b></span>baz</span>",
   495 	[true,true],
   496 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   497 ["<span contenteditable=false>fo[o<span contenteditable=true>bar</span>b]az</span>",
   498 	[["bold",""]],
   499 	"<span contenteditable=\"false\">fo[o<span contenteditable=\"true\">bar</span>b]az</span>",
   500 	[false],
   501 	{"bold":[false,false,"",false,false,""]}],
   502 ["<span contenteditable=false>foo<span contenteditable=true>ba[r</span>b]az</span>",
   503 	[["bold",""]],
   504 	"<span contenteditable=\"false\">foo<span contenteditable=\"true\">ba[r</span>b]az</span>",
   505 	[false],
   506 	{"bold":[false,false,"",false,false,""]}],
   507 ["<span contenteditable=false>fo[o<span contenteditable=true>b]ar</span>baz</span>",
   508 	[["bold",""]],
   509 	"<span contenteditable=\"false\">fo[o<span contenteditable=\"true\">b]ar</span>baz</span>",
   510 	[false],
   511 	{"bold":[false,false,"",false,false,""]}],
   512 ["<span contenteditable=false>fo[<b>o<span contenteditable=true>bar</span>b</b>]az</span>",
   513 	[["bold",""]],
   514 	"<span contenteditable=\"false\">fo[<b>o<span contenteditable=\"true\">bar</span>b</b>]az</span>",
   515 	[false],
   516 	{"bold":[false,true,"",false,true,""]}],
   517 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
   518 	[["stylewithcss","true"],["bold",""]],
   519 	"<table><tbody><tr><td>foo</td><td>b<span style=\"font-weight:bold\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
   520 	[true,true],
   521 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   522 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
   523 	[["stylewithcss","false"],["bold",""]],
   524 	"<table><tbody><tr><td>foo</td><td>b<b>[a]</b>r</td><td>baz</td></tr></tbody></table>",
   525 	[true,true],
   526 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   527 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
   528 	[["stylewithcss","true"],["bold",""]],
   529 	"<table><tbody><tr><td>foo</td>{<td><span style=\"font-weight:bold\">bar</span></td>}<td>baz</td></tr></tbody></table>",
   530 	[true,true],
   531 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   532 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
   533 	[["stylewithcss","false"],["bold",""]],
   534 	"<table><tbody><tr><td>foo</td>{<td><b>bar</b></td>}<td>baz</td></tr></tbody></table>",
   535 	[true,true],
   536 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   537 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
   538 	[["stylewithcss","true"],["bold",""]],
   539 	"<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>",
   540 	[true,true],
   541 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   542 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
   543 	[["stylewithcss","false"],["bold",""]],
   544 	"<table><tbody><tr>{<td><b>foo</b></td><td><b>bar</b></td>}<td>baz</td></tr></tbody></table>",
   545 	[true,true],
   546 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   547 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
   548 	[["stylewithcss","true"],["bold",""]],
   549 	"<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>",
   550 	[true,true],
   551 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   552 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
   553 	[["stylewithcss","false"],["bold",""]],
   554 	"<table><tbody>{<tr><td><b>foo</b></td><td><b>bar</b></td><td><b>baz</b></td></tr>}</tbody></table>",
   555 	[true,true],
   556 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   557 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
   558 	[["stylewithcss","true"],["bold",""]],
   559 	"<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>",
   560 	[true,true],
   561 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   562 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
   563 	[["stylewithcss","false"],["bold",""]],
   564 	"<table>{<tbody><tr><td><b>foo</b></td><td><b>bar</b></td><td><b>baz</b></td></tr></tbody>}</table>",
   565 	[true,true],
   566 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   567 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
   568 	[["stylewithcss","true"],["bold",""]],
   569 	"{<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>}",
   570 	[true,true],
   571 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   572 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
   573 	[["stylewithcss","false"],["bold",""]],
   574 	"{<table><tbody><tr><td><b>foo</b></td><td><b>bar</b></td><td><b>baz</b></td></tr></tbody></table>}",
   575 	[true,true],
   576 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   577 ["foo<span style=\"font-weight: bold\">[bar]</span>baz",
   578 	[["stylewithcss","true"],["bold",""]],
   579 	"foo[bar]baz",
   580 	[true,true],
   581 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   582 ["foo<span style=\"font-weight: bold\">[bar]</span>baz",
   583 	[["stylewithcss","false"],["bold",""]],
   584 	"foo[bar]baz",
   585 	[true,true],
   586 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   587 ["foo<b>[bar]</b>baz",
   588 	[["stylewithcss","true"],["bold",""]],
   589 	"foo[bar]baz",
   590 	[true,true],
   591 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   592 ["foo<b>[bar]</b>baz",
   593 	[["stylewithcss","false"],["bold",""]],
   594 	"foo[bar]baz",
   595 	[true,true],
   596 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   597 ["foo<b>bar</b>[baz]",
   598 	[["bold",""]],
   599 	"foo<b>bar[baz]</b>",
   600 	[true],
   601 	{"bold":[false,false,"",false,true,""]}],
   602 ["[foo]<b>bar</b>baz",
   603 	[["bold",""]],
   604 	"<b>[foo]bar</b>baz",
   605 	[true],
   606 	{"bold":[false,false,"",false,true,""]}],
   607 ["<b>foo</b>[bar]<b>baz</b>",
   608 	[["stylewithcss","true"],["bold",""]],
   609 	"<b>foo[bar]baz</b>",
   610 	[true,true],
   611 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   612 ["<b>foo</b>[bar]<b>baz</b>",
   613 	[["stylewithcss","false"],["bold",""]],
   614 	"<b>foo[bar]baz</b>",
   615 	[true,true],
   616 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   617 ["foo<strong>bar</strong>[baz]",
   618 	[["bold",""]],
   619 	"foo<strong>bar[baz]</strong>",
   620 	[true],
   621 	{"bold":[false,false,"",false,true,""]}],
   622 ["[foo]<strong>bar</strong>baz",
   623 	[["bold",""]],
   624 	"<strong>[foo]bar</strong>baz",
   625 	[true],
   626 	{"bold":[false,false,"",false,true,""]}],
   627 ["<strong>foo</strong>[bar]<strong>baz</strong>",
   628 	[["bold",""]],
   629 	"<strong>foo[bar]baz</strong>",
   630 	[true],
   631 	{"bold":[false,false,"",false,true,""]}],
   632 ["<b>foo</b>[bar]<strong>baz</strong>",
   633 	[["bold",""]],
   634 	"<b>foo[bar]baz</b>",
   635 	[true],
   636 	{"bold":[false,false,"",false,true,""]}],
   637 ["<strong>foo</strong>[bar]<b>baz</b>",
   638 	[["stylewithcss","true"],["bold",""]],
   639 	"<strong>foo[bar]baz</strong>",
   640 	[true,true],
   641 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   642 ["<strong>foo</strong>[bar]<b>baz</b>",
   643 	[["stylewithcss","false"],["bold",""]],
   644 	"<strong>foo[bar]baz</strong>",
   645 	[true,true],
   646 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   647 ["foo[<b>bar</b>]baz",
   648 	[["stylewithcss","true"],["bold",""]],
   649 	"foo[bar]baz",
   650 	[true,true],
   651 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   652 ["foo[<b>bar</b>]baz",
   653 	[["stylewithcss","false"],["bold",""]],
   654 	"foo[bar]baz",
   655 	[true,true],
   656 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   657 ["foo[<b>bar]</b>baz",
   658 	[["stylewithcss","true"],["bold",""]],
   659 	"foo[bar]baz",
   660 	[true,true],
   661 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   662 ["foo[<b>bar]</b>baz",
   663 	[["stylewithcss","false"],["bold",""]],
   664 	"foo[bar]baz",
   665 	[true,true],
   666 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   667 ["foo<b>[bar</b>]baz",
   668 	[["stylewithcss","true"],["bold",""]],
   669 	"foo[bar]baz",
   670 	[true,true],
   671 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   672 ["foo<b>[bar</b>]baz",
   673 	[["stylewithcss","false"],["bold",""]],
   674 	"foo[bar]baz",
   675 	[true,true],
   676 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   677 ["foo{<b></b>}baz",
   678 	[["bold",""]],
   679 	"foo{<b></b>}baz",
   680 	[true],
   681 	{"bold":[false,false,"",false,true,""]}],
   682 ["foo{<i></i>}baz",
   683 	[["bold",""]],
   684 	"foo{<i></i>}baz",
   685 	[true],
   686 	{"bold":[false,false,"",false,true,""]}],
   687 ["foo{<b><i></i></b>}baz",
   688 	[["bold",""]],
   689 	"foo{<b><i></i></b>}baz",
   690 	[true],
   691 	{"bold":[false,false,"",false,true,""]}],
   692 ["foo{<i><b></b></i>}baz",
   693 	[["bold",""]],
   694 	"foo{<i><b></b></i>}baz",
   695 	[true],
   696 	{"bold":[false,false,"",false,true,""]}],
   697 ["foo<strong>[bar]</strong>baz",
   698 	[["bold",""]],
   699 	"foo[bar]baz",
   700 	[true],
   701 	{"bold":[false,true,"",false,false,""]}],
   702 ["foo[<strong>bar</strong>]baz",
   703 	[["bold",""]],
   704 	"foo[bar]baz",
   705 	[true],
   706 	{"bold":[false,true,"",false,false,""]}],
   707 ["foo[<strong>bar]</strong>baz",
   708 	[["bold",""]],
   709 	"foo[bar]baz",
   710 	[true],
   711 	{"bold":[false,true,"",false,false,""]}],
   712 ["foo<strong>[bar</strong>]baz",
   713 	[["bold",""]],
   714 	"foo[bar]baz",
   715 	[true],
   716 	{"bold":[false,true,"",false,false,""]}],
   717 ["foo<span style=\"font-weight: bold\">[bar]</span>baz",
   718 	[["stylewithcss","true"],["bold",""]],
   719 	"foo[bar]baz",
   720 	[true,true],
   721 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   722 ["foo<span style=\"font-weight: bold\">[bar]</span>baz",
   723 	[["stylewithcss","false"],["bold",""]],
   724 	"foo[bar]baz",
   725 	[true,true],
   726 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   727 ["foo[<span style=\"font-weight: bold\">bar</span>]baz",
   728 	[["stylewithcss","true"],["bold",""]],
   729 	"foo[bar]baz",
   730 	[true,true],
   731 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   732 ["foo[<span style=\"font-weight: bold\">bar</span>]baz",
   733 	[["stylewithcss","false"],["bold",""]],
   734 	"foo[bar]baz",
   735 	[true,true],
   736 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   737 ["foo[<span style=\"font-weight: bold\">bar]</span>baz",
   738 	[["stylewithcss","true"],["bold",""]],
   739 	"foo[bar]baz",
   740 	[true,true],
   741 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   742 ["foo[<span style=\"font-weight: bold\">bar]</span>baz",
   743 	[["stylewithcss","false"],["bold",""]],
   744 	"foo[bar]baz",
   745 	[true,true],
   746 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   747 ["foo<span style=\"font-weight: bold\">[bar</span>]baz",
   748 	[["stylewithcss","true"],["bold",""]],
   749 	"foo[bar]baz",
   750 	[true,true],
   751 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   752 ["foo<span style=\"font-weight: bold\">[bar</span>]baz",
   753 	[["stylewithcss","false"],["bold",""]],
   754 	"foo[bar]baz",
   755 	[true,true],
   756 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   757 ["<b>{<p>foo</p><p>bar</p>}<p>baz</p></b>",
   758 	[["stylewithcss","true"],["bold",""]],
   759 	"{<p>foo</p><p>bar</p>}<p><span style=\"font-weight:bold\">baz</span></p>",
   760 	[true,true],
   761 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   762 ["<b>{<p>foo</p><p>bar</p>}<p>baz</p></b>",
   763 	[["stylewithcss","false"],["bold",""]],
   764 	"{<p>foo</p><p>bar</p>}<p><b>baz</b></p>",
   765 	[true,true],
   766 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   767 ["<b><p>foo[<i>bar</i>}</p><p>baz</p></b>",
   768 	[["stylewithcss","true"],["bold",""]],
   769 	"<p><span style=\"font-weight:bold\">foo[</span><i>bar</i>}</p><p><span style=\"font-weight:bold\">baz</span></p>",
   770 	[true,true],
   771 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   772 ["<b><p>foo[<i>bar</i>}</p><p>baz</p></b>",
   773 	[["stylewithcss","false"],["bold",""]],
   774 	"<p><b>foo[</b><i>bar</i>}</p><p><b>baz</b></p>",
   775 	[true,true],
   776 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   777 ["foo [bar <b>baz] qoz</b> quz sic",
   778 	[["bold",""]],
   779 	"foo <b>[bar baz] qoz</b> quz sic",
   780 	[true],
   781 	{"bold":[true,false,"",false,true,""]}],
   782 ["foo bar <b>baz [qoz</b> quz] sic",
   783 	[["bold",""]],
   784 	"foo bar <b>baz [qoz quz]</b> sic",
   785 	[true],
   786 	{"bold":[true,false,"",false,true,""]}],
   787 ["<b id=purple>bar [baz] qoz</b>",
   788 	[["stylewithcss","true"],["bold",""]],
   789 	"<span id=\"purple\"><span style=\"font-weight:bold\">bar </span>[baz]<span style=\"font-weight:bold\"> qoz</span></span>",
   790 	[true,true],
   791 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   792 ["<b id=purple>bar [baz] qoz</b>",
   793 	[["stylewithcss","false"],["bold",""]],
   794 	"<span id=\"purple\"><b>bar </b>[baz]<b> qoz</b></span>",
   795 	[true,true],
   796 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   797 ["foo<span style=\"font-weight: 100\">[bar]</span>baz",
   798 	[["stylewithcss","true"],["bold",""]],
   799 	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
   800 	[true,true],
   801 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   802 ["foo<span style=\"font-weight: 100\">[bar]</span>baz",
   803 	[["stylewithcss","false"],["bold",""]],
   804 	"foo<b>[bar]</b>baz",
   805 	[true,true],
   806 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   807 ["foo<span style=\"font-weight: 200\">[bar]</span>baz",
   808 	[["stylewithcss","true"],["bold",""]],
   809 	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
   810 	[true,true],
   811 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   812 ["foo<span style=\"font-weight: 200\">[bar]</span>baz",
   813 	[["stylewithcss","false"],["bold",""]],
   814 	"foo<b>[bar]</b>baz",
   815 	[true,true],
   816 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   817 ["foo<span style=\"font-weight: 300\">[bar]</span>baz",
   818 	[["stylewithcss","true"],["bold",""]],
   819 	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
   820 	[true,true],
   821 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   822 ["foo<span style=\"font-weight: 300\">[bar]</span>baz",
   823 	[["stylewithcss","false"],["bold",""]],
   824 	"foo<b>[bar]</b>baz",
   825 	[true,true],
   826 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   827 ["foo<span style=\"font-weight: 400\">[bar]</span>baz",
   828 	[["stylewithcss","true"],["bold",""]],
   829 	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
   830 	[true,true],
   831 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   832 ["foo<span style=\"font-weight: 400\">[bar]</span>baz",
   833 	[["stylewithcss","false"],["bold",""]],
   834 	"foo<b>[bar]</b>baz",
   835 	[true,true],
   836 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   837 ["foo<span style=\"font-weight: 500\">[bar]</span>baz",
   838 	[["stylewithcss","true"],["bold",""]],
   839 	"foo<span style=\"font-weight:bold\">[bar]</span>baz",
   840 	[true,true],
   841 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   842 ["foo<span style=\"font-weight: 500\">[bar]</span>baz",
   843 	[["stylewithcss","false"],["bold",""]],
   844 	"foo<b>[bar]</b>baz",
   845 	[true,true],
   846 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   847 ["foo<span style=\"font-weight: 600\">[bar]</span>baz",
   848 	[["stylewithcss","true"],["bold",""]],
   849 	"foo[bar]baz",
   850 	[true,true],
   851 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   852 ["foo<span style=\"font-weight: 600\">[bar]</span>baz",
   853 	[["stylewithcss","false"],["bold",""]],
   854 	"foo[bar]baz",
   855 	[true,true],
   856 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   857 ["foo<span style=\"font-weight: 700\">[bar]</span>baz",
   858 	[["stylewithcss","true"],["bold",""]],
   859 	"foo[bar]baz",
   860 	[true,true],
   861 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   862 ["foo<span style=\"font-weight: 700\">[bar]</span>baz",
   863 	[["stylewithcss","false"],["bold",""]],
   864 	"foo[bar]baz",
   865 	[true,true],
   866 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   867 ["foo<span style=\"font-weight: 800\">[bar]</span>baz",
   868 	[["stylewithcss","true"],["bold",""]],
   869 	"foo[bar]baz",
   870 	[true,true],
   871 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   872 ["foo<span style=\"font-weight: 800\">[bar]</span>baz",
   873 	[["stylewithcss","false"],["bold",""]],
   874 	"foo[bar]baz",
   875 	[true,true],
   876 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   877 ["foo<span style=\"font-weight: 900\">[bar]</span>baz",
   878 	[["stylewithcss","true"],["bold",""]],
   879 	"foo[bar]baz",
   880 	[true,true],
   881 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   882 ["foo<span style=\"font-weight: 900\">[bar]</span>baz",
   883 	[["stylewithcss","false"],["bold",""]],
   884 	"foo[bar]baz",
   885 	[true,true],
   886 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   887 ["foo<span style=\"font-weight: 400\">[bar</span>]baz",
   888 	[["stylewithcss","true"],["bold",""]],
   889 	"foo<span style=\"font-weight:bold\">[bar</span>]baz",
   890 	[true,true],
   891 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   892 ["foo<span style=\"font-weight: 400\">[bar</span>]baz",
   893 	[["stylewithcss","false"],["bold",""]],
   894 	"foo<b>[bar</b>]baz",
   895 	[true,true],
   896 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   897 ["foo<span style=\"font-weight: 700\">[bar</span>]baz",
   898 	[["stylewithcss","true"],["bold",""]],
   899 	"foo[bar]baz",
   900 	[true,true],
   901 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   902 ["foo<span style=\"font-weight: 700\">[bar</span>]baz",
   903 	[["stylewithcss","false"],["bold",""]],
   904 	"foo[bar]baz",
   905 	[true,true],
   906 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   907 ["foo[<span style=\"font-weight: 400\">bar]</span>baz",
   908 	[["stylewithcss","true"],["bold",""]],
   909 	"foo[<span style=\"font-weight:bold\">bar]</span>baz",
   910 	[true,true],
   911 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   912 ["foo[<span style=\"font-weight: 400\">bar]</span>baz",
   913 	[["stylewithcss","false"],["bold",""]],
   914 	"foo[<b>bar]</b>baz",
   915 	[true,true],
   916 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   917 ["foo[<span style=\"font-weight: 700\">bar]</span>baz",
   918 	[["stylewithcss","true"],["bold",""]],
   919 	"foo[bar]baz",
   920 	[true,true],
   921 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   922 ["foo[<span style=\"font-weight: 700\">bar]</span>baz",
   923 	[["stylewithcss","false"],["bold",""]],
   924 	"foo[bar]baz",
   925 	[true,true],
   926 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   927 ["foo[<span style=\"font-weight: 400\">bar</span>]baz",
   928 	[["stylewithcss","true"],["bold",""]],
   929 	"foo[<span style=\"font-weight:bold\">bar</span>]baz",
   930 	[true,true],
   931 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   932 ["foo[<span style=\"font-weight: 400\">bar</span>]baz",
   933 	[["stylewithcss","false"],["bold",""]],
   934 	"foo[<b>bar</b>]baz",
   935 	[true,true],
   936 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   937 ["foo[<span style=\"font-weight: 700\">bar</span>]baz",
   938 	[["stylewithcss","true"],["bold",""]],
   939 	"foo[bar]baz",
   940 	[true,true],
   941 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   942 ["foo[<span style=\"font-weight: 700\">bar</span>]baz",
   943 	[["stylewithcss","false"],["bold",""]],
   944 	"foo[bar]baz",
   945 	[true,true],
   946 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   947 ["<span style=\"font-weight: 100\">foo[bar]baz</span>",
   948 	[["stylewithcss","true"],["bold",""]],
   949 	"<span style=\"font-weight:100\">foo<span style=\"font-weight:bold\">[bar]</span>baz</span>",
   950 	[true,true],
   951 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   952 ["<span style=\"font-weight: 100\">foo[bar]baz</span>",
   953 	[["stylewithcss","false"],["bold",""]],
   954 	"<span style=\"font-weight:100\">foo<b>[bar]</b>baz</span>",
   955 	[true,true],
   956 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   957 ["<span style=\"font-weight: 400\">foo[bar]baz</span>",
   958 	[["stylewithcss","true"],["bold",""]],
   959 	"<span style=\"font-weight:400\">foo<span style=\"font-weight:bold\">[bar]</span>baz</span>",
   960 	[true,true],
   961 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   962 ["<span style=\"font-weight: 400\">foo[bar]baz</span>",
   963 	[["stylewithcss","false"],["bold",""]],
   964 	"<span style=\"font-weight:400\">foo<b>[bar]</b>baz</span>",
   965 	[true,true],
   966 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   967 ["<span style=\"font-weight: 700\">foo[bar]baz</span>",
   968 	[["stylewithcss","true"],["bold",""]],
   969 	"<span style=\"font-weight:700\">foo</span>[bar]<span style=\"font-weight:700\">baz</span>",
   970 	[true,true],
   971 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   972 ["<span style=\"font-weight: 700\">foo[bar]baz</span>",
   973 	[["stylewithcss","false"],["bold",""]],
   974 	"<b>foo</b>[bar]<b>baz</b>",
   975 	[true,true],
   976 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   977 ["<span style=\"font-weight: 900\">foo[bar]baz</span>",
   978 	[["stylewithcss","true"],["bold",""]],
   979 	"<span style=\"font-weight:900\">foo</span>[bar]<span style=\"font-weight:900\">baz</span>",
   980 	[true,true],
   981 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
   982 ["<span style=\"font-weight: 900\">foo[bar]baz</span>",
   983 	[["stylewithcss","false"],["bold",""]],
   984 	"<span style=\"font-weight:900\">foo</span>[bar]<span style=\"font-weight:900\">baz</span>",
   985 	[true,true],
   986 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
   987 ["{<span style=\"font-weight: 100\">foobar]baz</span>",
   988 	[["stylewithcss","true"],["bold",""]],
   989 	"{<span style=\"font-weight:100\"><span style=\"font-weight:bold\">foobar]</span>baz</span>",
   990 	[true,true],
   991 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
   992 ["{<span style=\"font-weight: 100\">foobar]baz</span>",
   993 	[["stylewithcss","false"],["bold",""]],
   994 	"{<span style=\"font-weight:100\"><b>foobar]</b>baz</span>",
   995 	[true,true],
   996 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
   997 ["{<span style=\"font-weight: 400\">foobar]baz</span>",
   998 	[["stylewithcss","true"],["bold",""]],
   999 	"{<span style=\"font-weight:400\"><span style=\"font-weight:bold\">foobar]</span>baz</span>",
  1000 	[true,true],
  1001 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1002 ["{<span style=\"font-weight: 400\">foobar]baz</span>",
  1003 	[["stylewithcss","false"],["bold",""]],
  1004 	"{<span style=\"font-weight:400\"><b>foobar]</b>baz</span>",
  1005 	[true,true],
  1006 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1007 ["{<span style=\"font-weight: 700\">foobar]baz</span>",
  1008 	[["stylewithcss","true"],["bold",""]],
  1009 	"{foobar]<span style=\"font-weight:700\">baz</span>",
  1010 	[true,true],
  1011 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1012 ["{<span style=\"font-weight: 700\">foobar]baz</span>",
  1013 	[["stylewithcss","false"],["bold",""]],
  1014 	"{foobar]<b>baz</b>",
  1015 	[true,true],
  1016 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1017 ["{<span style=\"font-weight: 900\">foobar]baz</span>",
  1018 	[["bold",""]],
  1019 	"{foobar]<span style=\"font-weight:900\">baz</span>",
  1020 	[true],
  1021 	{"bold":[false,true,"",false,false,""]}],
  1022 ["<span style=\"font-weight: 100\">foo[barbaz</span>}",
  1023 	[["stylewithcss","true"],["bold",""]],
  1024 	"<span style=\"font-weight:100\">foo<span style=\"font-weight:bold\">[barbaz</span></span>}",
  1025 	[true,true],
  1026 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1027 ["<span style=\"font-weight: 100\">foo[barbaz</span>}",
  1028 	[["stylewithcss","false"],["bold",""]],
  1029 	"<span style=\"font-weight:100\">foo<b>[barbaz</b></span>}",
  1030 	[true,true],
  1031 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1032 ["<span style=\"font-weight: 400\">foo[barbaz</span>}",
  1033 	[["stylewithcss","true"],["bold",""]],
  1034 	"<span style=\"font-weight:400\">foo<span style=\"font-weight:bold\">[barbaz</span></span>}",
  1035 	[true,true],
  1036 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1037 ["<span style=\"font-weight: 400\">foo[barbaz</span>}",
  1038 	[["stylewithcss","false"],["bold",""]],
  1039 	"<span style=\"font-weight:400\">foo<b>[barbaz</b></span>}",
  1040 	[true,true],
  1041 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1042 ["<span style=\"font-weight: 700\">foo[barbaz</span>}",
  1043 	[["stylewithcss","true"],["bold",""]],
  1044 	"<span style=\"font-weight:700\">foo</span>[barbaz}",
  1045 	[true,true],
  1046 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1047 ["<span style=\"font-weight: 700\">foo[barbaz</span>}",
  1048 	[["stylewithcss","false"],["bold",""]],
  1049 	"<b>foo</b>[barbaz}",
  1050 	[true,true],
  1051 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1052 ["<span style=\"font-weight: 900\">foo[barbaz</span>}",
  1053 	[["bold",""]],
  1054 	"<span style=\"font-weight:900\">foo</span>[barbaz}",
  1055 	[true],
  1056 	{"bold":[false,true,"",false,false,""]}],
  1057 ["<h3>foo[bar]baz</h3>",
  1058 	[["stylewithcss","true"],["bold",""]],
  1059 	"<h3>foo<span style=\"font-weight:normal\">[bar]</span>baz</h3>",
  1060 	[true,true],
  1061 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1062 ["<h3>foo[bar]baz</h3>",
  1063 	[["stylewithcss","false"],["bold",""]],
  1064 	"<h3>foo<span style=\"font-weight:normal\">[bar]</span>baz</h3>",
  1065 	[true,true],
  1066 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1067 ["{<h3>foobar]baz</h3>",
  1068 	[["stylewithcss","true"],["bold",""]],
  1069 	"{<h3><span style=\"font-weight:normal\">foobar]</span>baz</h3>",
  1070 	[true,true],
  1071 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1072 ["{<h3>foobar]baz</h3>",
  1073 	[["stylewithcss","false"],["bold",""]],
  1074 	"{<h3><span style=\"font-weight:normal\">foobar]</span>baz</h3>",
  1075 	[true,true],
  1076 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1077 ["<h3>foo[barbaz</h3>}",
  1078 	[["stylewithcss","true"],["bold",""]],
  1079 	"<h3>foo<span style=\"font-weight:normal\">[barbaz</span></h3>}",
  1080 	[true,true],
  1081 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1082 ["<h3>foo[barbaz</h3>}",
  1083 	[["stylewithcss","false"],["bold",""]],
  1084 	"<h3>foo<span style=\"font-weight:normal\">[barbaz</span></h3>}",
  1085 	[true,true],
  1086 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1087 ["<h3>[foobarbaz]</h3>",
  1088 	[["stylewithcss","true"],["bold",""]],
  1089 	"<h3><span style=\"font-weight:normal\">[foobarbaz]</span></h3>",
  1090 	[true,true],
  1091 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1092 ["<h3>[foobarbaz]</h3>",
  1093 	[["stylewithcss","false"],["bold",""]],
  1094 	"<h3><span style=\"font-weight:normal\">[foobarbaz]</span></h3>",
  1095 	[true,true],
  1096 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1097 ["{<h3>foobarbaz]</h3>",
  1098 	[["stylewithcss","true"],["bold",""]],
  1099 	"{<h3><span style=\"font-weight:normal\">foobarbaz]</span></h3>",
  1100 	[true,true],
  1101 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1102 ["{<h3>foobarbaz]</h3>",
  1103 	[["stylewithcss","false"],["bold",""]],
  1104 	"{<h3><span style=\"font-weight:normal\">foobarbaz]</span></h3>",
  1105 	[true,true],
  1106 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1107 ["<h3>[foobarbaz</h3>}",
  1108 	[["stylewithcss","true"],["bold",""]],
  1109 	"<h3><span style=\"font-weight:normal\">[foobarbaz</span></h3>}",
  1110 	[true,true],
  1111 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1112 ["<h3>[foobarbaz</h3>}",
  1113 	[["stylewithcss","false"],["bold",""]],
  1114 	"<h3><span style=\"font-weight:normal\">[foobarbaz</span></h3>}",
  1115 	[true,true],
  1116 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1117 ["{<h3>foobarbaz</h3>}",
  1118 	[["stylewithcss","true"],["bold",""]],
  1119 	"{<h3><span style=\"font-weight:normal\">foobarbaz</span></h3>}",
  1120 	[true,true],
  1121 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1122 ["{<h3>foobarbaz</h3>}",
  1123 	[["stylewithcss","false"],["bold",""]],
  1124 	"{<h3><span style=\"font-weight:normal\">foobarbaz</span></h3>}",
  1125 	[true,true],
  1126 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1127 ["<b>foo<span style=\"font-weight: normal\">bar<b>[baz]</b>quz</span>qoz</b>",
  1128 	[["stylewithcss","true"],["bold",""]],
  1129 	"<b>foo<span style=\"font-weight:normal\">bar[baz]quz</span>qoz</b>",
  1130 	[true,true],
  1131 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1132 ["<b>foo<span style=\"font-weight: normal\">bar<b>[baz]</b>quz</span>qoz</b>",
  1133 	[["stylewithcss","false"],["bold",""]],
  1134 	"<b>foo<span style=\"font-weight:normal\">bar[baz]quz</span>qoz</b>",
  1135 	[true,true],
  1136 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1137 ["<b>foo<span style=\"font-weight: normal\">[bar]</span>baz</b>",
  1138 	[["stylewithcss","true"],["bold",""]],
  1139 	"<b>foo[bar]baz</b>",
  1140 	[true,true],
  1141 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1142 ["<b>foo<span style=\"font-weight: normal\">[bar]</span>baz</b>",
  1143 	[["stylewithcss","false"],["bold",""]],
  1144 	"<b>foo[bar]baz</b>",
  1145 	[true,true],
  1146 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1147 ["{<b>foo</b> <b>bar</b>}",
  1148 	[["stylewithcss","true"],["bold",""]],
  1149 	"{<span style=\"font-weight:bold\">foo bar}</span>",
  1150 	[true,true],
  1151 	{"stylewithcss":[false,false,"",false,true,""],"bold":[true,false,"",false,true,""]}],
  1152 ["{<b>foo</b> <b>bar</b>}",
  1153 	[["stylewithcss","false"],["bold",""]],
  1154 	"{<b>foo bar}</b>",
  1155 	[true,true],
  1156 	{"stylewithcss":[false,true,"",false,false,""],"bold":[true,false,"",false,true,""]}],
  1157 ["{<h3>foo</h3><b>bar</b>}",
  1158 	[["stylewithcss","true"],["bold",""]],
  1159 	"{<h3><span style=\"font-weight:normal\">foo</span></h3>bar}",
  1160 	[true,true],
  1161 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1162 ["{<h3>foo</h3><b>bar</b>}",
  1163 	[["stylewithcss","false"],["bold",""]],
  1164 	"{<h3><span style=\"font-weight:normal\">foo</span></h3>bar}",
  1165 	[true,true],
  1166 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1167 ["<i><b>foo</b></i>[bar]<i><b>baz</b></i>",
  1168 	[["stylewithcss","true"],["bold",""]],
  1169 	"<b><i>foo</i>[bar]<i>baz</i></b>",
  1170 	[true,true],
  1171 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1172 ["<i><b>foo</b></i>[bar]<i><b>baz</b></i>",
  1173 	[["stylewithcss","false"],["bold",""]],
  1174 	"<b><i>foo</i>[bar]<i>baz</i></b>",
  1175 	[true,true],
  1176 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1177 ["<i><b>foo</b></i>[bar]<b>baz</b>",
  1178 	[["stylewithcss","true"],["bold",""]],
  1179 	"<b><i>foo</i>[bar]baz</b>",
  1180 	[true,true],
  1181 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1182 ["<i><b>foo</b></i>[bar]<b>baz</b>",
  1183 	[["stylewithcss","false"],["bold",""]],
  1184 	"<b><i>foo</i>[bar]baz</b>",
  1185 	[true,true],
  1186 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1187 ["<b>foo</b>[bar]<i><b>baz</b></i>",
  1188 	[["stylewithcss","true"],["bold",""]],
  1189 	"<b>foo[bar]<i>baz</i></b>",
  1190 	[true,true],
  1191 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1192 ["<b>foo</b>[bar]<i><b>baz</b></i>",
  1193 	[["stylewithcss","false"],["bold",""]],
  1194 	"<b>foo[bar]<i>baz</i></b>",
  1195 	[true,true],
  1196 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1197 ["<font color=blue face=monospace><b>foo</b></font>[bar]",
  1198 	[["bold",""]],
  1199 	"<b><font color=\"blue\" face=\"monospace\">foo</font>[bar]</b>",
  1200 	[true],
  1201 	{"bold":[false,false,"",false,true,""]}],
  1202 ["foo<span style=\"font-weight: normal\"><b>{bar}</b></span>baz",
  1203 	[["stylewithcss","true"],["bold",""]],
  1204 	"foo{bar}baz",
  1205 	[true,true],
  1206 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1207 ["foo<span style=\"font-weight: normal\"><b>{bar}</b></span>baz",
  1208 	[["stylewithcss","false"],["bold",""]],
  1209 	"foo{bar}baz",
  1210 	[true,true],
  1211 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1212 ["[foo<span class=notbold>bar</span>baz]",
  1213 	[["stylewithcss","true"],["bold",""]],
  1214 	"<span style=\"font-weight:bold\">[foo<span class=\"notbold\"><span style=\"font-weight:bold\">bar</span></span>baz]</span>",
  1215 	[true,true],
  1216 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1217 ["[foo<span class=notbold>bar</span>baz]",
  1218 	[["stylewithcss","false"],["bold",""]],
  1219 	"<b>[foo<span class=\"notbold\"><b>bar</b></span>baz]</b>",
  1220 	[true,true],
  1221 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1222 ["<b><span class=notbold>[foo]</span></b>",
  1223 	[["stylewithcss","true"],["bold",""]],
  1224 	"<span class=\"notbold\"><span style=\"font-weight:bold\">[foo]</span></span>",
  1225 	[true,true],
  1226 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1227 ["<b><span class=notbold>[foo]</span></b>",
  1228 	[["stylewithcss","false"],["bold",""]],
  1229 	"<span class=\"notbold\"><b>[foo]</b></span>",
  1230 	[true,true],
  1231 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1232 ["<b><span class=notbold>foo[bar]baz</span></b>",
  1233 	[["stylewithcss","true"],["bold",""]],
  1234 	"<b><span class=\"notbold\">foo<span style=\"font-weight:bold\">[bar]</span>baz</span></b>",
  1235 	[true,true],
  1236 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1237 ["<b><span class=notbold>foo[bar]baz</span></b>",
  1238 	[["stylewithcss","false"],["bold",""]],
  1239 	"<b><span class=\"notbold\">foo<b>[bar]</b>baz</span></b>",
  1240 	[true,true],
  1241 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1242 ["<p style=\"font-weight: bold\">foo[bar]baz</p>",
  1243 	[["stylewithcss","true"],["bold",""]],
  1244 	"<p><span style=\"font-weight:bold\">foo</span>[bar]<span style=\"font-weight:bold\">baz</span></p>",
  1245 	[true,true],
  1246 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1247 ["<p style=\"font-weight: bold\">foo[bar]baz</p>",
  1248 	[["stylewithcss","false"],["bold",""]],
  1249 	"<p><b>foo</b>[bar]<b>baz</b></p>",
  1250 	[true,true],
  1251 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1252 ["fo[o<b>b]ar</b>baz",
  1253 	[["bold",""]],
  1254 	"fo<b>[ob]ar</b>baz",
  1255 	[true],
  1256 	{"bold":[true,false,"",false,true,""]}],
  1257 ["foo<b>ba[r</b>b]az",
  1258 	[["bold",""]],
  1259 	"foo<b>ba[rb]</b>az",
  1260 	[true],
  1261 	{"bold":[true,false,"",false,true,""]}],
  1262 ["fo[o<b>bar</b>b]az",
  1263 	[["stylewithcss","true"],["bold",""]],
  1264 	"fo<span style=\"font-weight:bold\">[obarb]</span>az",
  1265 	[true,true],
  1266 	{"stylewithcss":[false,false,"",false,true,""],"bold":[true,false,"",false,true,""]}],
  1267 ["fo[o<b>bar</b>b]az",
  1268 	[["stylewithcss","false"],["bold",""]],
  1269 	"fo<b>[obarb]</b>az",
  1270 	[true,true],
  1271 	{"stylewithcss":[false,true,"",false,false,""],"bold":[true,false,"",false,true,""]}],
  1272 ["foo[<b>b]ar</b>baz",
  1273 	[["stylewithcss","true"],["bold",""]],
  1274 	"foo[b]<span style=\"font-weight:bold\">ar</span>baz",
  1275 	[true,true],
  1276 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1277 ["foo[<b>b]ar</b>baz",
  1278 	[["stylewithcss","false"],["bold",""]],
  1279 	"foo[b]<b>ar</b>baz",
  1280 	[true,true],
  1281 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1282 ["foo<b>ba[r</b>]baz",
  1283 	[["stylewithcss","true"],["bold",""]],
  1284 	"foo<span style=\"font-weight:bold\">ba</span>[r]baz",
  1285 	[true,true],
  1286 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1287 ["foo<b>ba[r</b>]baz",
  1288 	[["stylewithcss","false"],["bold",""]],
  1289 	"foo<b>ba</b>[r]baz",
  1290 	[true,true],
  1291 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1292 ["foo[<b>bar</b>]baz",
  1293 	[["stylewithcss","true"],["bold",""]],
  1294 	"foo[bar]baz",
  1295 	[true,true],
  1296 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1297 ["foo[<b>bar</b>]baz",
  1298 	[["stylewithcss","false"],["bold",""]],
  1299 	"foo[bar]baz",
  1300 	[true,true],
  1301 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1302 ["foo<b>[bar]</b>baz",
  1303 	[["stylewithcss","true"],["bold",""]],
  1304 	"foo[bar]baz",
  1305 	[true,true],
  1306 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1307 ["foo<b>[bar]</b>baz",
  1308 	[["stylewithcss","false"],["bold",""]],
  1309 	"foo[bar]baz",
  1310 	[true,true],
  1311 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1312 ["foo{<b>bar</b>}baz",
  1313 	[["stylewithcss","true"],["bold",""]],
  1314 	"foo{bar}baz",
  1315 	[true,true],
  1316 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1317 ["foo{<b>bar</b>}baz",
  1318 	[["stylewithcss","false"],["bold",""]],
  1319 	"foo{bar}baz",
  1320 	[true,true],
  1321 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1322 ["fo[o<span style=font-weight:bold>b]ar</span>baz",
  1323 	[["bold",""]],
  1324 	"fo<span style=\"font-weight:bold\">[ob]ar</span>baz",
  1325 	[true],
  1326 	{"bold":[true,false,"",false,true,""]}],
  1327 ["<span style=font-weight:800>fo[o</span><span style=font-weight:900>b]ar</span>",
  1328 	[["bold",""]],
  1329 	"<span style=\"font-weight:800\">fo</span>[ob]<span style=\"font-weight:900\">ar</span>",
  1330 	[true],
  1331 	{"bold":[false,true,"",false,false,""]}],
  1332 ["<span style=font-weight:700>fo[o</span><span style=font-weight:800>b]ar</span>",
  1333 	[["stylewithcss","true"],["bold",""]],
  1334 	"<span style=\"font-weight:700\">fo</span>[ob]<span style=\"font-weight:800\">ar</span>",
  1335 	[true,true],
  1336 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1337 ["<span style=font-weight:700>fo[o</span><span style=font-weight:800>b]ar</span>",
  1338 	[["stylewithcss","false"],["bold",""]],
  1339 	"<b>fo</b>[ob]<span style=\"font-weight:800\">ar</span>",
  1340 	[true,true],
  1341 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1342 ["<span style=font-weight:600>fo[o</span><span style=font-weight:700>b]ar</span>",
  1343 	[["stylewithcss","true"],["bold",""]],
  1344 	"<span style=\"font-weight:600\">fo</span>[ob]<span style=\"font-weight:700\">ar</span>",
  1345 	[true,true],
  1346 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,true,"",false,false,""]}],
  1347 ["<span style=font-weight:600>fo[o</span><span style=font-weight:700>b]ar</span>",
  1348 	[["stylewithcss","false"],["bold",""]],
  1349 	"<span style=\"font-weight:600\">fo</span>[ob]<b>ar</b>",
  1350 	[true,true],
  1351 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,true,"",false,false,""]}],
  1352 ["<span style=font-weight:500>fo[o</span><span style=font-weight:600>b]ar</span>",
  1353 	[["stylewithcss","true"],["bold",""]],
  1354 	"<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>",
  1355 	[true,true],
  1356 	{"stylewithcss":[false,false,"",false,true,""],"bold":[true,false,"",false,true,""]}],
  1357 ["<span style=font-weight:500>fo[o</span><span style=font-weight:600>b]ar</span>",
  1358 	[["stylewithcss","false"],["bold",""]],
  1359 	"<span style=\"font-weight:500\">fo<b>[o</b></span><span style=\"font-weight:600\"><b>b]</b>ar</span>",
  1360 	[true,true],
  1361 	{"stylewithcss":[false,true,"",false,false,""],"bold":[true,false,"",false,true,""]}],
  1362 ["<span style=font-weight:400>fo[o</span><span style=font-weight:500>b]ar</span>",
  1363 	[["stylewithcss","true"],["bold",""]],
  1364 	"<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>",
  1365 	[true,true],
  1366 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1367 ["<span style=font-weight:400>fo[o</span><span style=font-weight:500>b]ar</span>",
  1368 	[["stylewithcss","false"],["bold",""]],
  1369 	"<span style=\"font-weight:400\">fo<b>[o</b></span><span style=\"font-weight:500\"><b>b]</b>ar</span>",
  1370 	[true,true],
  1371 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1372 ["<span style=font-weight:300>fo[o</span><span style=font-weight:400>b]ar</span>",
  1373 	[["stylewithcss","true"],["bold",""]],
  1374 	"<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>",
  1375 	[true,true],
  1376 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1377 ["<span style=font-weight:300>fo[o</span><span style=font-weight:400>b]ar</span>",
  1378 	[["stylewithcss","false"],["bold",""]],
  1379 	"<span style=\"font-weight:300\">fo<b>[o</b></span><span style=\"font-weight:400\"><b>b]</b>ar</span>",
  1380 	[true,true],
  1381 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1382 ["<span style=font-weight:200>fo[o</span><span style=font-weight:300>b]ar</span>",
  1383 	[["stylewithcss","true"],["bold",""]],
  1384 	"<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>",
  1385 	[true,true],
  1386 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1387 ["<span style=font-weight:200>fo[o</span><span style=font-weight:300>b]ar</span>",
  1388 	[["stylewithcss","false"],["bold",""]],
  1389 	"<span style=\"font-weight:200\">fo<b>[o</b></span><span style=\"font-weight:300\"><b>b]</b>ar</span>",
  1390 	[true,true],
  1391 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1392 ["<span style=font-weight:100>fo[o</span><span style=font-weight:200>b]ar</span>",
  1393 	[["stylewithcss","true"],["bold",""]],
  1394 	"<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>",
  1395 	[true,true],
  1396 	{"stylewithcss":[false,false,"",false,true,""],"bold":[false,false,"",false,true,""]}],
  1397 ["<span style=font-weight:100>fo[o</span><span style=font-weight:200>b]ar</span>",
  1398 	[["stylewithcss","false"],["bold",""]],
  1399 	"<span style=\"font-weight:100\">fo<b>[o</b></span><span style=\"font-weight:200\"><b>b]</b>ar</span>",
  1400 	[true,true],
  1401 	{"stylewithcss":[false,true,"",false,false,""],"bold":[false,false,"",false,true,""]}],
  1402 ["foo[]bar",
  1403 	[["createlink","http://www.google.com/"]],
  1404 	"foo[]bar",
  1405 	[true],
  1406 	{"createlink":[false,false,"",false,false,""]}],
  1407 ["<p>[foo</p> <p>bar]</p>",
  1408 	[["createlink","http://www.google.com/"]],
  1409 	"<p><a href=\"http://www.google.com/\">[foo</a></p> <p><a href=\"http://www.google.com/\">bar]</a></p>",
  1410 	[true],
  1411 	{"createlink":[false,false,"",false,false,""]}],
  1412 ["<span>[foo</span> <span>bar]</span>",
  1413 	[["createlink","http://www.google.com/"]],
  1414 	"<a href=\"http://www.google.com/\"><span>[foo</span> <span>bar]</span></a>",
  1415 	[true],
  1416 	{"createlink":[false,false,"",false,false,""]}],
  1417 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
  1418 	[["createlink","http://www.google.com/"]],
  1419 	"<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>",
  1420 	[true],
  1421 	{"createlink":[false,false,"",false,false,""]}],
  1422 ["<p>[foo<p><br><p>bar]",
  1423 	[["createlink","http://www.google.com/"]],
  1424 	"<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>",
  1425 	[true],
  1426 	{"createlink":[false,false,"",false,false,""]}],
  1427 ["<b>foo[]bar</b>",
  1428 	[["createlink","http://www.google.com/"]],
  1429 	"<b>foo[]bar</b>",
  1430 	[true],
  1431 	{"createlink":[false,false,"",false,false,""]}],
  1432 ["<i>foo[]bar</i>",
  1433 	[["createlink","http://www.google.com/"]],
  1434 	"<i>foo[]bar</i>",
  1435 	[true],
  1436 	{"createlink":[false,false,"",false,false,""]}],
  1437 ["<span>foo</span>{}<span>bar</span>",
  1438 	[["createlink","http://www.google.com/"]],
  1439 	"<span>foo</span>{}<span>bar</span>",
  1440 	[true],
  1441 	{"createlink":[false,false,"",false,false,""]}],
  1442 ["<span>foo[</span><span>]bar</span>",
  1443 	[["createlink","http://www.google.com/"]],
  1444 	"<span>foo[</span><span>]bar</span>",
  1445 	[true],
  1446 	{"createlink":[false,false,"",false,false,""]}],
  1447 ["foo[bar]baz",
  1448 	[["createlink","http://www.google.com/"]],
  1449 	"foo<a href=\"http://www.google.com/\">[bar]</a>baz",
  1450 	[true],
  1451 	{"createlink":[false,false,"",false,false,""]}],
  1452 ["foo[bar<b>baz]qoz</b>quz",
  1453 	[["createlink","http://www.google.com/"]],
  1454 	"foo<a href=\"http://www.google.com/\">[bar</a><b><a href=\"http://www.google.com/\">baz]</a>qoz</b>quz",
  1455 	[true],
  1456 	{"createlink":[false,false,"",false,false,""]}],
  1457 ["foo[bar<i>baz]qoz</i>quz",
  1458 	[["createlink","http://www.google.com/"]],
  1459 	"foo<a href=\"http://www.google.com/\">[bar</a><i><a href=\"http://www.google.com/\">baz]</a>qoz</i>quz",
  1460 	[true],
  1461 	{"createlink":[false,false,"",false,false,""]}],
  1462 ["{<p><p> <p>foo</p>}",
  1463 	[["createlink","http://www.google.com/"]],
  1464 	"{<p></p><p> </p><p><a href=\"http://www.google.com/\">foo</a></p>}",
  1465 	[true],
  1466 	{"createlink":[false,false,"",false,false,""]}],
  1467 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  1468 	[["createlink","http://www.google.com/"]],
  1469 	"<table><tbody><tr><td>foo</td><td>b<a href=\"http://www.google.com/\">[a]</a>r</td><td>baz</td></tr></tbody></table>",
  1470 	[true],
  1471 	{"createlink":[false,false,"",false,false,""]}],
  1472 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  1473 	[["createlink","http://www.google.com/"]],
  1474 	"<table><tbody><tr><td>foo</td>{<td><a href=\"http://www.google.com/\">bar</a></td>}<td>baz</td></tr></tbody></table>",
  1475 	[true],
  1476 	{"createlink":[false,false,"",false,false,""]}],
  1477 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  1478 	[["createlink","http://www.google.com/"]],
  1479 	"<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>",
  1480 	[true],
  1481 	{"createlink":[false,false,"",false,false,""]}],
  1482 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  1483 	[["createlink","http://www.google.com/"]],
  1484 	"<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>",
  1485 	[true],
  1486 	{"createlink":[false,false,"",false,false,""]}],
  1487 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  1488 	[["createlink","http://www.google.com/"]],
  1489 	"<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>",
  1490 	[true],
  1491 	{"createlink":[false,false,"",false,false,""]}],
  1492 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
  1493 	[["createlink","http://www.google.com/"]],
  1494 	"{<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>}",
  1495 	[true],
  1496 	{"createlink":[false,false,"",false,false,""]}],
  1497 ["<a href=http://www.google.com/>foo[bar]baz</a>",
  1498 	[["createlink","http://www.google.com/"]],
  1499 	"<a href=\"http://www.google.com/\">foo[bar]baz</a>",
  1500 	[true],
  1501 	{"createlink":[false,false,"",false,false,""]}],
  1502 ["<a href=http://www.google.com/>foo[barbaz</a>}",
  1503 	[["createlink","http://www.google.com/"]],
  1504 	"<a href=\"http://www.google.com/\">foo[barbaz</a>}",
  1505 	[true],
  1506 	{"createlink":[false,false,"",false,false,""]}],
  1507 ["{<a href=http://www.google.com/>foobar]baz</a>",
  1508 	[["createlink","http://www.google.com/"]],
  1509 	"{<a href=\"http://www.google.com/\">foobar]baz</a>",
  1510 	[true],
  1511 	{"createlink":[false,false,"",false,false,""]}],
  1512 ["{<a href=http://www.google.com/>foobarbaz</a>}",
  1513 	[["createlink","http://www.google.com/"]],
  1514 	"{<a href=\"http://www.google.com/\">foobarbaz}</a>",
  1515 	[true],
  1516 	{"createlink":[false,false,"",false,false,""]}],
  1517 ["<a href=http://www.google.com/>[foobarbaz]</a>",
  1518 	[["createlink","http://www.google.com/"]],
  1519 	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
  1520 	[true],
  1521 	{"createlink":[false,false,"",false,false,""]}],
  1522 ["foo<a href=http://www.google.com/>[bar]</a>baz",
  1523 	[["createlink","http://www.google.com/"]],
  1524 	"foo<a href=\"http://www.google.com/\">[bar]</a>baz",
  1525 	[true],
  1526 	{"createlink":[false,false,"",false,false,""]}],
  1527 ["[foo]<a href=http://www.google.com/>bar</a>baz",
  1528 	[["createlink","http://www.google.com/"]],
  1529 	"<a href=\"http://www.google.com/\">[foo]bar</a>baz",
  1530 	[true],
  1531 	{"createlink":[false,false,"",false,false,""]}],
  1532 ["foo<a href=http://www.google.com/>bar</a>[baz]",
  1533 	[["createlink","http://www.google.com/"]],
  1534 	"foo<a href=\"http://www.google.com/\">bar[baz]</a>",
  1535 	[true],
  1536 	{"createlink":[false,false,"",false,false,""]}],
  1537 ["foo[<a href=http://www.google.com/>bar</a>]baz",
  1538 	[["createlink","http://www.google.com/"]],
  1539 	"foo[<a href=\"http://www.google.com/\">bar</a>]baz",
  1540 	[true],
  1541 	{"createlink":[false,false,"",false,false,""]}],
  1542 ["foo<a href=http://www.google.com/>[bar</a>baz]",
  1543 	[["createlink","http://www.google.com/"]],
  1544 	"foo<a href=\"http://www.google.com/\">[barbaz]</a>",
  1545 	[true],
  1546 	{"createlink":[false,false,"",false,false,""]}],
  1547 ["[foo<a href=http://www.google.com/>bar]</a>baz",
  1548 	[["createlink","http://www.google.com/"]],
  1549 	"<a href=\"http://www.google.com/\">[foobar]</a>baz",
  1550 	[true],
  1551 	{"createlink":[false,false,"",false,false,""]}],
  1552 ["[foo<a href=http://www.google.com/>bar</a>baz]",
  1553 	[["createlink","http://www.google.com/"]],
  1554 	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
  1555 	[true],
  1556 	{"createlink":[false,false,"",false,false,""]}],
  1557 ["<a href=otherurl>foo[bar]baz</a>",
  1558 	[["createlink","http://www.google.com/"]],
  1559 	"<a href=\"http://www.google.com/\">foo[bar]baz</a>",
  1560 	[true],
  1561 	{"createlink":[false,false,"",false,false,""]}],
  1562 ["<a href=otherurl>foo[barbaz</a>}",
  1563 	[["createlink","http://www.google.com/"]],
  1564 	"<a href=\"http://www.google.com/\">foo[barbaz</a>}",
  1565 	[true],
  1566 	{"createlink":[false,false,"",false,false,""]}],
  1567 ["{<a href=otherurl>foobar]baz</a>",
  1568 	[["createlink","http://www.google.com/"]],
  1569 	"{<a href=\"http://www.google.com/\">foobar]baz</a>",
  1570 	[true],
  1571 	{"createlink":[false,false,"",false,false,""]}],
  1572 ["{<a href=otherurl>foobarbaz</a>}",
  1573 	[["createlink","http://www.google.com/"]],
  1574 	"{<a href=\"http://www.google.com/\">foobarbaz}</a>",
  1575 	[true],
  1576 	{"createlink":[false,false,"",false,false,""]}],
  1577 ["<a href=otherurl>[foobarbaz]</a>",
  1578 	[["createlink","http://www.google.com/"]],
  1579 	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
  1580 	[true],
  1581 	{"createlink":[false,false,"",false,false,""]}],
  1582 ["foo<a href=otherurl>[bar]</a>baz",
  1583 	[["createlink","http://www.google.com/"]],
  1584 	"foo<a href=\"http://www.google.com/\">[bar]</a>baz",
  1585 	[true],
  1586 	{"createlink":[false,false,"",false,false,""]}],
  1587 ["foo[<a href=otherurl>bar</a>]baz",
  1588 	[["createlink","http://www.google.com/"]],
  1589 	"foo[<a href=\"http://www.google.com/\">bar</a>]baz",
  1590 	[true],
  1591 	{"createlink":[false,false,"",false,false,""]}],
  1592 ["foo<a href=otherurl>[bar</a>baz]",
  1593 	[["createlink","http://www.google.com/"]],
  1594 	"foo<a href=\"http://www.google.com/\">[barbaz]</a>",
  1595 	[true],
  1596 	{"createlink":[false,false,"",false,false,""]}],
  1597 ["[foo<a href=otherurl>bar]</a>baz",
  1598 	[["createlink","http://www.google.com/"]],
  1599 	"<a href=\"http://www.google.com/\">[foobar]</a>baz",
  1600 	[true],
  1601 	{"createlink":[false,false,"",false,false,""]}],
  1602 ["[foo<a href=otherurl>bar</a>baz]",
  1603 	[["createlink","http://www.google.com/"]],
  1604 	"<a href=\"http://www.google.com/\">[foobarbaz]</a>",
  1605 	[true],
  1606 	{"createlink":[false,false,"",false,false,""]}],
  1607 ["<a href=otherurl><b>foo[bar]baz</b></a>",
  1608 	[["createlink","http://www.google.com/"]],
  1609 	"<a href=\"http://www.google.com/\"><b>foo[bar]baz</b></a>",
  1610 	[true],
  1611 	{"createlink":[false,false,"",false,false,""]}],
  1612 ["<a href=otherurl><b>foo[barbaz</b></a>}",
  1613 	[["createlink","http://www.google.com/"]],
  1614 	"<a href=\"http://www.google.com/\"><b>foo[barbaz</b></a>}",
  1615 	[true],
  1616 	{"createlink":[false,false,"",false,false,""]}],
  1617 ["{<a href=otherurl><b>foobar]baz</b></a>",
  1618 	[["createlink","http://www.google.com/"]],
  1619 	"{<a href=\"http://www.google.com/\"><b>foobar]baz</b></a>",
  1620 	[true],
  1621 	{"createlink":[false,false,"",false,false,""]}],
  1622 ["<a href=otherurl><b>[foobarbaz]</b></a>",
  1623 	[["createlink","http://www.google.com/"]],
  1624 	"<a href=\"http://www.google.com/\"><b>[foobarbaz]</b></a>",
  1625 	[true],
  1626 	{"createlink":[false,false,"",false,false,""]}],
  1627 ["<a name=abc>foo[bar]baz</a>",
  1628 	[["createlink","http://www.google.com/"]],
  1629 	"<span name=\"abc\">foo<a href=\"http://www.google.com/\">[bar]</a>baz</span>",
  1630 	[true],
  1631 	{"createlink":[false,false,"",false,false,""]}],
  1632 ["<a name=abc><b>foo[bar]baz</b></a>",
  1633 	[["createlink","http://www.google.com/"]],
  1634 	"<span name=\"abc\"><b>foo<a href=\"http://www.google.com/\">[bar]</a>baz</b></span>",
  1635 	[true],
  1636 	{"createlink":[false,false,"",false,false,""]}],
  1637 ["foo[bar]baz",
  1638 	[["createlink",""]],
  1639 	"foo[bar]baz",
  1640 	[false],
  1641 	{"createlink":[false,false,"",false,false,""]}],
  1642 ["foo[]bar",
  1643 	[["delete",""]],
  1644 	"fo[]bar",
  1645 	[true],
  1646 	{"delete":[false,false,"",false,false,""]}],
  1647 ["<span>foo</span>{}<span>bar</span>",
  1648 	[["delete",""]],
  1649 	"<span>fo[]</span><span>bar</span>",
  1650 	[true],
  1651 	{"delete":[false,false,"",false,false,""]}],
  1652 ["<span>foo[</span><span>]bar</span>",
  1653 	[["delete",""]],
  1654 	"<span>foo[]</span><span>bar</span>",
  1655 	[true],
  1656 	{"delete":[false,false,"",false,false,""]}],
  1657 ["foo<span style=display:none>bar</span>[]baz",
  1658 	[["stylewithcss","true"],["delete",""]],
  1659 	"fo[]baz",
  1660 	[true,true],
  1661 	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  1662 ["foo<span style=display:none>bar</span>[]baz",
  1663 	[["stylewithcss","false"],["delete",""]],
  1664 	"fo[]baz",
  1665 	[true,true],
  1666 	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  1667 ["foo<script>bar</script>[]baz",
  1668 	[["delete",""]],
  1669 	"fo[]baz",
  1670 	[true],
  1671 	{"delete":[false,false,"",false,false,""]}],
  1672 ["fo&ouml;[]bar",
  1673 	[["delete",""]],
  1674 	"fo[]bar",
  1675 	[true],
  1676 	{"delete":[false,false,"",false,false,""]}],
  1677 ["foo&#x308;[]bar",
  1678 	[["delete",""]],
  1679 	"foo[]bar",
  1680 	[true],
  1681 	{"delete":[false,false,"",false,false,""]}],
  1682 ["foo&#x308;&#x327;[]bar",
  1683 	[["delete",""]],
  1684 	"foö[]bar",
  1685 	[true],
  1686 	{"delete":[false,false,"",false,false,""]}],
  1687 ["&ouml;[]bar",
  1688 	[["delete",""]],
  1689 	"{}bar",
  1690 	[true],
  1691 	{"delete":[false,false,"",false,false,""]}],
  1692 ["o&#x308;[]bar",
  1693 	[["delete",""]],
  1694 	"o[]bar",
  1695 	[true],
  1696 	{"delete":[false,false,"",false,false,""]}],
  1697 ["o&#x308;&#x327;[]bar",
  1698 	[["delete",""]],
  1699 	"ö[]bar",
  1700 	[true],
  1701 	{"delete":[false,false,"",false,false,""]}],
  1702 ["&#x5e9;&#x5c1;&#x5b8;[]&#x5dc;&#x5d5;&#x5b9;&#x5dd;",
  1703 	[["delete",""]],
  1704 	"שׁ[]לוֹם",
  1705 	[true],
  1706 	{"delete":[false,false,"",false,false,""]}],
  1707 ["&#x5e9;&#x5c1;&#x5b8;&#x5dc;&#x5d5;&#x5b9;[]&#x5dd;",
  1708 	[["delete",""]],
  1709 	"שָׁלו[]ם",
  1710 	[true],
  1711 	{"delete":[false,false,"",false,false,""]}],
  1712 ["<p>foo</p><p>[]bar</p>",
  1713 	[["defaultparagraphseparator","div"],["delete",""]],
  1714 	"<p>foo{}bar</p>",
  1715 	[true,true],
  1716 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1717 ["<p>foo</p><p>[]bar</p>",
  1718 	[["defaultparagraphseparator","p"],["delete",""]],
  1719 	"<p>foo{}bar</p>",
  1720 	[true,true],
  1721 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1722 ["<p>foo</p>[]bar",
  1723 	[["delete",""]],
  1724 	"<p>foo{}bar</p>",
  1725 	[true],
  1726 	{"delete":[false,false,"",false,false,""]}],
  1727 ["foo<p>[]bar</p>",
  1728 	[["defaultparagraphseparator","div"],["delete",""]],
  1729 	"foo{}bar",
  1730 	[true,true],
  1731 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1732 ["foo<p>[]bar</p>",
  1733 	[["defaultparagraphseparator","p"],["delete",""]],
  1734 	"foo{}bar",
  1735 	[true,true],
  1736 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1737 ["<p>foo<br></p><p>[]bar</p>",
  1738 	[["defaultparagraphseparator","div"],["delete",""]],
  1739 	"<p>foo{}bar</p>",
  1740 	[true,true],
  1741 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1742 ["<p>foo<br></p><p>[]bar</p>",
  1743 	[["defaultparagraphseparator","p"],["delete",""]],
  1744 	"<p>foo{}bar</p>",
  1745 	[true,true],
  1746 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1747 ["<p>foo<br></p>[]bar",
  1748 	[["delete",""]],
  1749 	"<p>foo{}bar</p>",
  1750 	[true],
  1751 	{"delete":[false,false,"",false,false,""]}],
  1752 ["foo<br><p>[]bar</p>",
  1753 	[["defaultparagraphseparator","div"],["delete",""]],
  1754 	"foo{}bar",
  1755 	[true,true],
  1756 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1757 ["foo<br><p>[]bar</p>",
  1758 	[["defaultparagraphseparator","p"],["delete",""]],
  1759 	"foo{}bar",
  1760 	[true,true],
  1761 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1762 ["<p>foo<br><br></p><p>[]bar</p>",
  1763 	[["defaultparagraphseparator","div"],["delete",""]],
  1764 	"<p>foo<br>{}bar</p>",
  1765 	[true,true],
  1766 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1767 ["<p>foo<br><br></p><p>[]bar</p>",
  1768 	[["defaultparagraphseparator","p"],["delete",""]],
  1769 	"<p>foo<br>{}bar</p>",
  1770 	[true,true],
  1771 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1772 ["<p>foo<br><br></p>[]bar",
  1773 	[["delete",""]],
  1774 	"<p>foo<br>{}bar</p>",
  1775 	[true],
  1776 	{"delete":[false,false,"",false,false,""]}],
  1777 ["foo<br><br><p>[]bar</p>",
  1778 	[["delete",""]],
  1779 	"foo<br><p>{}bar</p>",
  1780 	[true],
  1781 	{"delete":[false,false,"",false,false,""]}],
  1782 ["<div><p>foo</p></div><p>[]bar</p>",
  1783 	[["defaultparagraphseparator","div"],["delete",""]],
  1784 	"<div><p>foo{}bar</p></div>",
  1785 	[true,true],
  1786 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1787 ["<div><p>foo</p></div><p>[]bar</p>",
  1788 	[["defaultparagraphseparator","p"],["delete",""]],
  1789 	"<div><p>foo{}bar</p></div>",
  1790 	[true,true],
  1791 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1792 ["<p>foo</p><div><p>[]bar</p></div>",
  1793 	[["defaultparagraphseparator","div"],["delete",""]],
  1794 	"<p>foo{}bar</p>",
  1795 	[true,true],
  1796 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1797 ["<p>foo</p><div><p>[]bar</p></div>",
  1798 	[["defaultparagraphseparator","p"],["delete",""]],
  1799 	"<p>foo{}bar</p>",
  1800 	[true,true],
  1801 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1802 ["<div><p>foo</p></div><div><p>[]bar</p></div>",
  1803 	[["defaultparagraphseparator","div"],["delete",""]],
  1804 	"<div><p>foo{}bar</p></div>",
  1805 	[true,true],
  1806 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1807 ["<div><p>foo</p></div><div><p>[]bar</p></div>",
  1808 	[["defaultparagraphseparator","p"],["delete",""]],
  1809 	"<div><p>foo{}bar</p></div>",
  1810 	[true,true],
  1811 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1812 ["<div><p>foo</p></div>[]bar",
  1813 	[["delete",""]],
  1814 	"<div><p>foo{}bar</p></div>",
  1815 	[true],
  1816 	{"delete":[false,false,"",false,false,""]}],
  1817 ["foo<div><p>[]bar</p></div>",
  1818 	[["defaultparagraphseparator","div"],["delete",""]],
  1819 	"foo{}bar",
  1820 	[true,true],
  1821 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1822 ["foo<div><p>[]bar</p></div>",
  1823 	[["defaultparagraphseparator","p"],["delete",""]],
  1824 	"foo{}bar",
  1825 	[true,true],
  1826 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1827 ["<div>foo</div><div>[]bar</div>",
  1828 	[["defaultparagraphseparator","div"],["delete",""]],
  1829 	"<div>foo{}bar</div>",
  1830 	[true,true],
  1831 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1832 ["<div>foo</div><div>[]bar</div>",
  1833 	[["defaultparagraphseparator","p"],["delete",""]],
  1834 	"<div>foo{}bar</div>",
  1835 	[true,true],
  1836 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1837 ["<pre>foo</pre>[]bar",
  1838 	[["delete",""]],
  1839 	"<pre>foo{}bar</pre>",
  1840 	[true],
  1841 	{"delete":[false,false,"",false,false,""]}],
  1842 ["foo<br>[]bar",
  1843 	[["delete",""]],
  1844 	"foo{}bar",
  1845 	[true],
  1846 	{"delete":[false,false,"",false,false,""]}],
  1847 ["foo<br><b>[]bar</b>",
  1848 	[["delete",""]],
  1849 	"foo{}<b>bar</b>",
  1850 	[true],
  1851 	{"delete":[false,false,"",false,false,""]}],
  1852 ["foo<hr>[]bar",
  1853 	[["delete",""]],
  1854 	"foo{}bar",
  1855 	[true],
  1856 	{"delete":[false,false,"",false,false,""]}],
  1857 ["<p>foo<hr><p>[]bar",
  1858 	[["delete",""]],
  1859 	"<p>foo</p><p>{}bar</p>",
  1860 	[true],
  1861 	{"delete":[false,false,"",false,false,""]}],
  1862 ["<p>foo</p><br><p>[]bar</p>",
  1863 	[["delete",""]],
  1864 	"<p>foo</p><p>{}bar</p>",
  1865 	[true],
  1866 	{"delete":[false,false,"",false,false,""]}],
  1867 ["<p>foo</p><br><br><p>[]bar</p>",
  1868 	[["delete",""]],
  1869 	"<p>foo</p><br><p>{}bar</p>",
  1870 	[true],
  1871 	{"delete":[false,false,"",false,false,""]}],
  1872 ["<p>foo</p><img src=/img/lion.svg><p>[]bar",
  1873 	[["defaultparagraphseparator","div"],["delete",""]],
  1874 	"<p>foo</p><img src=\"/img/lion.svg\">{}bar",
  1875 	[true,true],
  1876 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  1877 ["<p>foo</p><img src=/img/lion.svg><p>[]bar",
  1878 	[["defaultparagraphseparator","p"],["delete",""]],
  1879 	"<p>foo</p><img src=\"/img/lion.svg\">{}bar",
  1880 	[true,true],
  1881 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  1882 ["foo<img src=/img/lion.svg>[]bar",
  1883 	[["delete",""]],
  1884 	"foo{}bar",
  1885 	[true],
  1886 	{"delete":[false,false,"",false,false,""]}],
  1887 ["<a>foo</a>[]bar",
  1888 	[["delete",""]],
  1889 	"foo[]bar",
  1890 	[true],
  1891 	{"delete":[false,false,"",false,false,""]}],
  1892 ["<a href=/>foo</a>[]bar",
  1893 	[["delete",""]],
  1894 	"foo[]bar",
  1895 	[true],
  1896 	{"delete":[false,false,"",false,false,""]}],
  1897 ["<a name=abc>foo</a>[]bar",
  1898 	[["delete",""]],
  1899 	"foo[]bar",
  1900 	[true],
  1901 	{"delete":[false,false,"",false,false,""]}],
  1902 ["<a href=/ name=abc>foo</a>[]bar",
  1903 	[["delete",""]],
  1904 	"foo[]bar",
  1905 	[true],
  1906 	{"delete":[false,false,"",false,false,""]}],
  1907 ["<span><a>foo</a></span>[]bar",
  1908 	[["delete",""]],
  1909 	"<span>foo</span>[]bar",
  1910 	[true],
  1911 	{"delete":[false,false,"",false,false,""]}],
  1912 ["<span><a href=/>foo</a></span>[]bar",
  1913 	[["delete",""]],
  1914 	"<span>foo</span>[]bar",
  1915 	[true],
  1916 	{"delete":[false,false,"",false,false,""]}],
  1917 ["<span><a name=abc>foo</a></span>[]bar",
  1918 	[["delete",""]],
  1919 	"<span>foo</span>[]bar",
  1920 	[true],
  1921 	{"delete":[false,false,"",false,false,""]}],
  1922 ["<span><a href=/ name=abc>foo</a></span>[]bar",
  1923 	[["delete",""]],
  1924 	"<span>foo</span>[]bar",
  1925 	[true],
  1926 	{"delete":[false,false,"",false,false,""]}],
  1927 ["foo<a>[]bar</a>",
  1928 	[["delete",""]],
  1929 	"fo[]<a>bar</a>",
  1930 	[true],
  1931 	{"delete":[false,false,"",false,false,""]}],
  1932 ["foo<a href=/>[]bar</a>",
  1933 	[["delete",""]],
  1934 	"fo[]<a href=\"/\">bar</a>",
  1935 	[true],
  1936 	{"delete":[false,false,"",false,false,""]}],
  1937 ["foo<a name=abc>[]bar</a>",
  1938 	[["delete",""]],
  1939 	"fo[]<a name=\"abc\">bar</a>",
  1940 	[true],
  1941 	{"delete":[false,false,"",false,false,""]}],
  1942 ["foo<a href=/ name=abc>[]bar</a>",
  1943 	[["delete",""]],
  1944 	"fo[]<a href=\"/\" name=\"abc\">bar</a>",
  1945 	[true],
  1946 	{"delete":[false,false,"",false,false,""]}],
  1947 ["foo &nbsp;[]",
  1948 	[["delete",""]],
  1949 	"foo&nbsp;[]",
  1950 	[true],
  1951 	{"delete":[false,false,"",false,false,""]}],
  1952 ["&nbsp;[] foo",
  1953 	[["delete",""]],
  1954 	"{}&nbsp;foo",
  1955 	[true],
  1956 	{"delete":[false,false,"",false,false,""]}],
  1957 ["foo &nbsp;[]bar",
  1958 	[["delete",""]],
  1959 	"foo []bar",
  1960 	[true],
  1961 	{"delete":[false,false,"",false,false,""]}],
  1962 ["foo&nbsp; []bar",
  1963 	[["delete",""]],
  1964 	"foo []bar",
  1965 	[true],
  1966 	{"delete":[false,false,"",false,false,""]}],
  1967 ["foo&nbsp;&nbsp;[]bar",
  1968 	[["delete",""]],
  1969 	"foo []bar",
  1970 	[true],
  1971 	{"delete":[false,false,"",false,false,""]}],
  1972 ["foo  []bar",
  1973 	[["delete",""]],
  1974 	"foo[]bar",
  1975 	[true],
  1976 	{"delete":[false,false,"",false,false,""]}],
  1977 ["foo []&nbsp; bar",
  1978 	[["delete",""]],
  1979 	"foo[]&nbsp; bar",
  1980 	[true],
  1981 	{"delete":[false,false,"",false,false,""]}],
  1982 ["foo &nbsp;[] bar",
  1983 	[["delete",""]],
  1984 	"foo&nbsp;[] bar",
  1985 	[true],
  1986 	{"delete":[false,false,"",false,false,""]}],
  1987 ["foo &nbsp; []bar",
  1988 	[["delete",""]],
  1989 	"foo&nbsp; []bar",
  1990 	[true],
  1991 	{"delete":[false,false,"",false,false,""]}],
  1992 ["foo []<span>&nbsp;</span> bar",
  1993 	[["delete",""]],
  1994 	"foo[]<span>&nbsp;</span> bar",
  1995 	[true],
  1996 	{"delete":[false,false,"",false,false,""]}],
  1997 ["foo <span>&nbsp;</span>[] bar",
  1998 	[["delete",""]],
  1999 	"foo&nbsp;{} bar",
  2000 	[true],
  2001 	{"delete":[false,false,"",false,false,""]}],
  2002 ["foo <span>&nbsp;</span> []bar",
  2003 	[["delete",""]],
  2004 	"foo&nbsp;<span> </span>{}bar",
  2005 	[true],
  2006 	{"delete":[false,false,"",false,false,""]}],
  2007 ["<b>foo </b>&nbsp;[]bar",
  2008 	[["delete",""]],
  2009 	"<b>foo </b>{}bar",
  2010 	[true],
  2011 	{"delete":[false,false,"",false,false,""]}],
  2012 ["<b>foo&nbsp;</b> []bar",
  2013 	[["delete",""]],
  2014 	"<b>foo </b>{}bar",
  2015 	[true],
  2016 	{"delete":[false,false,"",false,false,""]}],
  2017 ["<b>foo&nbsp;</b>&nbsp;[]bar",
  2018 	[["delete",""]],
  2019 	"<b>foo </b>{}bar",
  2020 	[true],
  2021 	{"delete":[false,false,"",false,false,""]}],
  2022 ["<b>foo </b> []bar",
  2023 	[["delete",""]],
  2024 	"<b>foo[]</b>bar",
  2025 	[true],
  2026 	{"delete":[false,false,"",false,false,""]}],
  2027 ["<p>foo </p><p>[] bar</p>",
  2028 	[["defaultparagraphseparator","div"],["delete",""]],
  2029 	"<p>foo{}bar</p>",
  2030 	[true,true],
  2031 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2032 ["<p>foo </p><p>[] bar</p>",
  2033 	[["defaultparagraphseparator","p"],["delete",""]],
  2034 	"<p>foo{}bar</p>",
  2035 	[true,true],
  2036 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2037 ["<pre>foo &nbsp;[]</pre>",
  2038 	[["delete",""]],
  2039 	"<pre>foo []</pre>",
  2040 	[true],
  2041 	{"delete":[false,false,"",false,false,""]}],
  2042 ["<pre>&nbsp;[] foo</pre>",
  2043 	[["delete",""]],
  2044 	"<pre>{} foo</pre>",
  2045 	[true],
  2046 	{"delete":[false,false,"",false,false,""]}],
  2047 ["<pre>foo &nbsp;[]bar</pre>",
  2048 	[["delete",""]],
  2049 	"<pre>foo []bar</pre>",
  2050 	[true],
  2051 	{"delete":[false,false,"",false,false,""]}],
  2052 ["<pre>foo&nbsp; []bar</pre>",
  2053 	[["delete",""]],
  2054 	"<pre>foo&nbsp;[]bar</pre>",
  2055 	[true],
  2056 	{"delete":[false,false,"",false,false,""]}],
  2057 ["<pre>foo  []bar</pre>",
  2058 	[["delete",""]],
  2059 	"<pre>foo []bar</pre>",
  2060 	[true],
  2061 	{"delete":[false,false,"",false,false,""]}],
  2062 ["<div style=white-space:pre>foo &nbsp;[]</div>",
  2063 	[["delete",""]],
  2064 	"<div style=\"white-space:pre\">foo []</div>",
  2065 	[true],
  2066 	{"delete":[false,false,"",false,false,""]}],
  2067 ["<div style=white-space:pre>&nbsp;[] foo</div>",
  2068 	[["delete",""]],
  2069 	"<div style=\"white-space:pre\">{} foo</div>",
  2070 	[true],
  2071 	{"delete":[false,false,"",false,false,""]}],
  2072 ["<div style=white-space:pre>foo &nbsp;[]bar</div>",
  2073 	[["delete",""]],
  2074 	"<div style=\"white-space:pre\">foo []bar</div>",
  2075 	[true],
  2076 	{"delete":[false,false,"",false,false,""]}],
  2077 ["<div style=white-space:pre>foo&nbsp; []bar</div>",
  2078 	[["delete",""]],
  2079 	"<div style=\"white-space:pre\">foo&nbsp;[]bar</div>",
  2080 	[true],
  2081 	{"delete":[false,false,"",false,false,""]}],
  2082 ["<div style=white-space:pre>foo  []bar</div>",
  2083 	[["delete",""]],
  2084 	"<div style=\"white-space:pre\">foo []bar</div>",
  2085 	[true],
  2086 	{"delete":[false,false,"",false,false,""]}],
  2087 ["<div style=white-space:pre-wrap>foo &nbsp;[]</div>",
  2088 	[["delete",""]],
  2089 	"<div style=\"white-space:pre-wrap\">foo []</div>",
  2090 	[true],
  2091 	{"delete":[false,false,"",false,false,""]}],
  2092 ["<div style=white-space:pre-wrap>&nbsp;[] foo</div>",
  2093 	[["delete",""]],
  2094 	"<div style=\"white-space:pre-wrap\">{} foo</div>",
  2095 	[true],
  2096 	{"delete":[false,false,"",false,false,""]}],
  2097 ["<div style=white-space:pre-wrap>foo &nbsp;[]bar</div>",
  2098 	[["delete",""]],
  2099 	"<div style=\"white-space:pre-wrap\">foo []bar</div>",
  2100 	[true],
  2101 	{"delete":[false,false,"",false,false,""]}],
  2102 ["<div style=white-space:pre-wrap>foo&nbsp; []bar</div>",
  2103 	[["delete",""]],
  2104 	"<div style=\"white-space:pre-wrap\">foo&nbsp;[]bar</div>",
  2105 	[true],
  2106 	{"delete":[false,false,"",false,false,""]}],
  2107 ["<div style=white-space:pre-wrap>foo  []bar</div>",
  2108 	[["delete",""]],
  2109 	"<div style=\"white-space:pre-wrap\">foo []bar</div>",
  2110 	[true],
  2111 	{"delete":[false,false,"",false,false,""]}],
  2112 ["<div style=white-space:pre-line>foo &nbsp;[]</div>",
  2113 	[["delete",""]],
  2114 	"<div style=\"white-space:pre-line\">foo&nbsp;[]</div>",
  2115 	[true],
  2116 	{"delete":[false,false,"",false,false,""]}],
  2117 ["<div style=white-space:pre-line>&nbsp;[] foo</div>",
  2118 	[["delete",""]],
  2119 	"<div style=\"white-space:pre-line\">{}&nbsp;foo</div>",
  2120 	[true],
  2121 	{"delete":[false,false,"",false,false,""]}],
  2122 ["<div style=white-space:pre-line>foo &nbsp;[]bar</div>",
  2123 	[["delete",""]],
  2124 	"<div style=\"white-space:pre-line\">foo []bar</div>",
  2125 	[true],
  2126 	{"delete":[false,false,"",false,false,""]}],
  2127 ["<div style=white-space:pre-line>foo&nbsp; []bar</div>",
  2128 	[["delete",""]],
  2129 	"<div style=\"white-space:pre-line\">foo []bar</div>",
  2130 	[true],
  2131 	{"delete":[false,false,"",false,false,""]}],
  2132 ["<div style=white-space:pre-line>foo  []bar</div>",
  2133 	[["delete",""]],
  2134 	"<div style=\"white-space:pre-line\">foo[]bar</div>",
  2135 	[true],
  2136 	{"delete":[false,false,"",false,false,""]}],
  2137 ["<div style=white-space:nowrap>foo &nbsp;[]</div>",
  2138 	[["delete",""]],
  2139 	"<div style=\"white-space:nowrap\">foo&nbsp;[]</div>",
  2140 	[true],
  2141 	{"delete":[false,false,"",false,false,""]}],
  2142 ["<div style=white-space:nowrap>&nbsp;[] foo</div>",
  2143 	[["delete",""]],
  2144 	"<div style=\"white-space:nowrap\">{}&nbsp;foo</div>",
  2145 	[true],
  2146 	{"delete":[false,false,"",false,false,""]}],
  2147 ["<div style=white-space:nowrap>foo &nbsp;[]bar</div>",
  2148 	[["delete",""]],
  2149 	"<div style=\"white-space:nowrap\">foo []bar</div>",
  2150 	[true],
  2151 	{"delete":[false,false,"",false,false,""]}],
  2152 ["<div style=white-space:nowrap>foo&nbsp; []bar</div>",
  2153 	[["delete",""]],
  2154 	"<div style=\"white-space:nowrap\">foo []bar</div>",
  2155 	[true],
  2156 	{"delete":[false,false,"",false,false,""]}],
  2157 ["<div style=white-space:nowrap>foo  []bar</div>",
  2158 	[["delete",""]],
  2159 	"<div style=\"white-space:nowrap\">foo[]bar</div>",
  2160 	[true],
  2161 	{"delete":[false,false,"",false,false,""]}],
  2162 ["foo<table><tr><td>[]bar</table>baz",
  2163 	[["delete",""]],
  2164 	"foo<table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
  2165 	[true],
  2166 	{"delete":[false,false,"",false,false,""]}],
  2167 ["foo<table><tr><td>bar</table>[]baz",
  2168 	[["delete",""]],
  2169 	"foo{<table><tbody><tr><td>bar</td></tr></tbody></table>}baz",
  2170 	[true],
  2171 	{"delete":[false,false,"",false,false,""]}],
  2172 ["<p>foo<table><tr><td>[]bar</table><p>baz",
  2173 	[["delete",""]],
  2174 	"<p>foo</p><table><tbody><tr><td>[]bar</td></tr></tbody></table><p>baz</p>",
  2175 	[true],
  2176 	{"delete":[false,false,"",false,false,""]}],
  2177 ["<p>foo<table><tr><td>bar</table><p>[]baz",
  2178 	[["delete",""]],
  2179 	"<p>foo</p>{<table><tbody><tr><td>bar</td></tr></tbody></table>}<p>baz</p>",
  2180 	[true],
  2181 	{"delete":[false,false,"",false,false,""]}],
  2182 ["<table><tr><td>foo<td>[]bar</table>",
  2183 	[["delete",""]],
  2184 	"<table><tbody><tr><td>foo</td><td>{}bar</td></tr></tbody></table>",
  2185 	[true],
  2186 	{"delete":[false,false,"",false,false,""]}],
  2187 ["<table><tr><td>foo<tr><td>[]bar</table>",
  2188 	[["delete",""]],
  2189 	"<table><tbody><tr><td>foo</td></tr><tr><td>{}bar</td></tr></tbody></table>",
  2190 	[true],
  2191 	{"delete":[false,false,"",false,false,""]}],
  2192 ["foo<br><table><tr><td>[]bar</table>baz",
  2193 	[["delete",""]],
  2194 	"foo<table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
  2195 	[true],
  2196 	{"delete":[false,false,"",false,false,""]}],
  2197 ["foo<table><tr><td>bar<br></table>[]baz",
  2198 	[["delete",""]],
  2199 	"foo{<table><tbody><tr><td>bar<br></td></tr></tbody></table>}baz",
  2200 	[true],
  2201 	{"delete":[false,false,"",false,false,""]}],
  2202 ["<p>foo<br><table><tr><td>[]bar</table><p>baz",
  2203 	[["delete",""]],
  2204 	"<p>foo<br></p><table><tbody><tr><td>[]bar</td></tr></tbody></table><p>baz</p>",
  2205 	[true],
  2206 	{"delete":[false,false,"",false,false,""]}],
  2207 ["<p>foo<table><tr><td>bar<br></table><p>[]baz",
  2208 	[["delete",""]],
  2209 	"<p>foo</p>{<table><tbody><tr><td>bar<br></td></tr></tbody></table>}<p>baz</p>",
  2210 	[true],
  2211 	{"delete":[false,false,"",false,false,""]}],
  2212 ["<table><tr><td>foo<br><td>[]bar</table>",
  2213 	[["delete",""]],
  2214 	"<table><tbody><tr><td>foo</td><td>{}bar</td></tr></tbody></table>",
  2215 	[true],
  2216 	{"delete":[false,false,"",false,false,""]}],
  2217 ["<table><tr><td>foo<br><tr><td>[]bar</table>",
  2218 	[["delete",""]],
  2219 	"<table><tbody><tr><td>foo</td></tr><tr><td>{}bar</td></tr></tbody></table>",
  2220 	[true],
  2221 	{"delete":[false,false,"",false,false,""]}],
  2222 ["foo<br><br><table><tr><td>[]bar</table>baz",
  2223 	[["delete",""]],
  2224 	"foo<br><br><table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
  2225 	[true],
  2226 	{"delete":[false,false,"",false,false,""]}],
  2227 ["foo<table><tr><td>bar<br><br></table>[]baz",
  2228 	[["delete",""]],
  2229 	"foo{<table><tbody><tr><td>bar<br><br></td></tr></tbody></table>}baz",
  2230 	[true],
  2231 	{"delete":[false,false,"",false,false,""]}],
  2232 ["<p>foo<br><br><table><tr><td>[]bar</table><p>baz",
  2233 	[["delete",""]],
  2234 	"<p>foo<br><br></p><table><tbody><tr><td>[]bar</td></tr></tbody></table><p>baz</p>",
  2235 	[true],
  2236 	{"delete":[false,false,"",false,false,""]}],
  2237 ["<p>foo<table><tr><td>bar<br><br></table><p>[]baz",
  2238 	[["delete",""]],
  2239 	"<p>foo</p>{<table><tbody><tr><td>bar<br><br></td></tr></tbody></table>}<p>baz</p>",
  2240 	[true],
  2241 	{"delete":[false,false,"",false,false,""]}],
  2242 ["<table><tr><td>foo<br><br><td>[]bar</table>",
  2243 	[["delete",""]],
  2244 	"<table><tbody><tr><td>foo<br><br></td><td>{}bar</td></tr></tbody></table>",
  2245 	[true],
  2246 	{"delete":[false,false,"",false,false,""]}],
  2247 ["<table><tr><td>foo<br><br><tr><td>[]bar</table>",
  2248 	[["delete",""]],
  2249 	"<table><tbody><tr><td>foo<br><br></td></tr><tr><td>{}bar</td></tr></tbody></table>",
  2250 	[true],
  2251 	{"delete":[false,false,"",false,false,""]}],
  2252 ["foo<hr><table><tr><td>[]bar</table>baz",
  2253 	[["delete",""]],
  2254 	"foo<hr><table><tbody><tr><td>[]bar</td></tr></tbody></table>baz",
  2255 	[true],
  2256 	{"delete":[false,false,"",false,false,""]}],
  2257 ["foo<table><tr><td>bar<hr></table>[]baz",
  2258 	[["delete",""]],
  2259 	"foo{<table><tbody><tr><td>bar<hr></td></tr></tbody></table>}baz",
  2260 	[true],
  2261 	{"delete":[false,false,"",false,false,""]}],
  2262 ["<table><tr><td>foo<hr><td>[]bar</table>",
  2263 	[["delete",""]],
  2264 	"<table><tbody><tr><td>foo<hr></td><td>{}bar</td></tr></tbody></table>",
  2265 	[true],
  2266 	{"delete":[false,false,"",false,false,""]}],
  2267 ["<table><tr><td>foo<hr><tr><td>[]bar</table>",
  2268 	[["delete",""]],
  2269 	"<table><tbody><tr><td>foo<hr></td></tr><tr><td>{}bar</td></tr></tbody></table>",
  2270 	[true],
  2271 	{"delete":[false,false,"",false,false,""]}],
  2272 ["foo<ol><li>[]bar<li>baz</ol>",
  2273 	[["defaultparagraphseparator","div"],["delete",""]],
  2274 	"foo<div>[]bar</div><ol><li>baz</li></ol>",
  2275 	[true,true],
  2276 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2277 ["foo<ol><li>[]bar<li>baz</ol>",
  2278 	[["defaultparagraphseparator","p"],["delete",""]],
  2279 	"foo<p>[]bar</p><ol><li>baz</li></ol>",
  2280 	[true,true],
  2281 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2282 ["foo<br><ol><li>[]bar<li>baz</ol>",
  2283 	[["defaultparagraphseparator","div"],["delete",""]],
  2284 	"foo<div>[]bar</div><ol><li>baz</li></ol>",
  2285 	[true,true],
  2286 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2287 ["foo<br><ol><li>[]bar<li>baz</ol>",
  2288 	[["defaultparagraphseparator","p"],["delete",""]],
  2289 	"foo<p>[]bar</p><ol><li>baz</li></ol>",
  2290 	[true,true],
  2291 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2292 ["foo<br><br><ol><li>[]bar<li>baz</ol>",
  2293 	[["defaultparagraphseparator","div"],["delete",""]],
  2294 	"foo<br><br><div>[]bar</div><ol><li>baz</li></ol>",
  2295 	[true,true],
  2296 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2297 ["foo<br><br><ol><li>[]bar<li>baz</ol>",
  2298 	[["defaultparagraphseparator","p"],["delete",""]],
  2299 	"foo<br><br><p>[]bar</p><ol><li>baz</li></ol>",
  2300 	[true,true],
  2301 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2302 ["<ol><li>foo<li>[]bar</ol>",
  2303 	[["delete",""]],
  2304 	"<ol><li>foo<br>[]bar</li></ol>",
  2305 	[true],
  2306 	{"delete":[false,false,"",false,false,""]}],
  2307 ["<ol><li>foo<br><li>[]bar</ol>",
  2308 	[["delete",""]],
  2309 	"<ol><li>foo<br>[]bar</li></ol>",
  2310 	[true],
  2311 	{"delete":[false,false,"",false,false,""]}],
  2312 ["<ol><li>foo<br><br><li>[]bar</ol>",
  2313 	[["delete",""]],
  2314 	"<ol><li>foo<br><br>[]bar</li></ol>",
  2315 	[true],
  2316 	{"delete":[false,false,"",false,false,""]}],
  2317 ["<ol><li>foo<li>[]bar<br>baz</ol>",
  2318 	[["delete",""]],
  2319 	"<ol><li>foo<br>[]bar<br>baz</li></ol>",
  2320 	[true],
  2321 	{"delete":[false,false,"",false,false,""]}],
  2322 ["<ol><li>foo<br>bar<li>[]baz</ol>",
  2323 	[["delete",""]],
  2324 	"<ol><li>foo<br>bar<br>[]baz</li></ol>",
  2325 	[true],
  2326 	{"delete":[false,false,"",false,false,""]}],
  2327 ["<ol><li><p>foo</p>{}bar</ol>",
  2328 	[["delete",""]],
  2329 	"<ol><li><p>foo{}bar</p></li></ol>",
  2330 	[true],
  2331 	{"delete":[false,false,"",false,false,""]}],
  2332 ["<ol><li><p>foo<li>[]bar</ol>",
  2333 	[["delete",""]],
  2334 	"<ol><li><p>foo</p>[]bar</li></ol>",
  2335 	[true],
  2336 	{"delete":[false,false,"",false,false,""]}],
  2337 ["<ol><li>foo<li><p>[]bar</ol>",
  2338 	[["delete",""]],
  2339 	"<ol><li>foo<p>[]bar</p></li></ol>",
  2340 	[true],
  2341 	{"delete":[false,false,"",false,false,""]}],
  2342 ["<ol><li><p>foo<li><p>[]bar</ol>",
  2343 	[["delete",""]],
  2344 	"<ol><li><p>foo</p><p>[]bar</p></li></ol>",
  2345 	[true],
  2346 	{"delete":[false,false,"",false,false,""]}],
  2347 ["<ol><li>foo<ul><li>[]bar</ul></ol>",
  2348 	[["delete",""]],
  2349 	"<ol><li>foo</li><li>[]bar</li></ol>",
  2350 	[true],
  2351 	{"delete":[false,false,"",false,false,""]}],
  2352 ["foo<ol><ol><li>[]bar</ol></ol>",
  2353 	[["delete",""]],
  2354 	"foo<ol><li>[]bar</li></ol>",
  2355 	[true],
  2356 	{"delete":[false,false,"",false,false,""]}],
  2357 ["foo<div><ol><li>[]bar</ol></div>",
  2358 	[["defaultparagraphseparator","div"],["delete",""]],
  2359 	"foo<div><div>[]bar</div></div>",
  2360 	[true,true],
  2361 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2362 ["foo<div><ol><li>[]bar</ol></div>",
  2363 	[["defaultparagraphseparator","p"],["delete",""]],
  2364 	"foo<div><p>[]bar</p></div>",
  2365 	[true,true],
  2366 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2367 ["foo<dl><dt>[]bar<dd>baz</dl>",
  2368 	[["defaultparagraphseparator","div"],["delete",""]],
  2369 	"foo<div>[]bar</div><dl><dd>baz</dd></dl>",
  2370 	[true,true],
  2371 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2372 ["foo<dl><dt>[]bar<dd>baz</dl>",
  2373 	[["defaultparagraphseparator","p"],["delete",""]],
  2374 	"foo<p>[]bar</p><dl><dd>baz</dd></dl>",
  2375 	[true,true],
  2376 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2377 ["foo<dl><dd>[]bar</dl>",
  2378 	[["defaultparagraphseparator","div"],["delete",""]],
  2379 	"foo<div>[]bar</div>",
  2380 	[true,true],
  2381 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2382 ["foo<dl><dd>[]bar</dl>",
  2383 	[["defaultparagraphseparator","p"],["delete",""]],
  2384 	"foo<p>[]bar</p>",
  2385 	[true,true],
  2386 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2387 ["<dl><dt>foo<dd>[]bar</dl>",
  2388 	[["delete",""]],
  2389 	"<dl><dt>foo<br>[]bar</dt></dl>",
  2390 	[true],
  2391 	{"delete":[false,false,"",false,false,""]}],
  2392 ["<dl><dt>foo<dt>[]bar<dd>baz</dl>",
  2393 	[["delete",""]],
  2394 	"<dl><dt>foo<br>[]bar</dt><dd>baz</dd></dl>",
  2395 	[true],
  2396 	{"delete":[false,false,"",false,false,""]}],
  2397 ["<dl><dt>foo<dd>bar<dd>[]baz</dl>",
  2398 	[["delete",""]],
  2399 	"<dl><dt>foo</dt><dd>bar<br>[]baz</dd></dl>",
  2400 	[true],
  2401 	{"delete":[false,false,"",false,false,""]}],
  2402 ["<ol><li>foo</ol>[]bar",
  2403 	[["delete",""]],
  2404 	"<ol><li>foo{}bar</li></ol>",
  2405 	[true],
  2406 	{"delete":[false,false,"",false,false,""]}],
  2407 ["<ol><li>foo<br></ol>[]bar",
  2408 	[["delete",""]],
  2409 	"<ol><li>foo{}bar</li></ol>",
  2410 	[true],
  2411 	{"delete":[false,false,"",false,false,""]}],
  2412 ["<ol><li>foo<br><br></ol>[]bar",
  2413 	[["delete",""]],
  2414 	"<ol><li>foo<br>{}bar</li></ol>",
  2415 	[true],
  2416 	{"delete":[false,false,"",false,false,""]}],
  2417 ["<ol><li><br></ol>[]bar",
  2418 	[["delete",""]],
  2419 	"<ol><li>{}bar</li></ol>",
  2420 	[true],
  2421 	{"delete":[false,false,"",false,false,""]}],
  2422 ["<ol><li>foo<li><br></ol>[]bar",
  2423 	[["delete",""]],
  2424 	"<ol><li>foo</li><li>{}bar</li></ol>",
  2425 	[true],
  2426 	{"delete":[false,false,"",false,false,""]}],
  2427 ["<ol><li>foo</ol><p>[]bar",
  2428 	[["defaultparagraphseparator","div"],["delete",""]],
  2429 	"<ol><li>foo{}bar</li></ol>",
  2430 	[true,true],
  2431 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2432 ["<ol><li>foo</ol><p>[]bar",
  2433 	[["defaultparagraphseparator","p"],["delete",""]],
  2434 	"<ol><li>foo{}bar</li></ol>",
  2435 	[true,true],
  2436 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2437 ["<ol><li>foo<br></ol><p>[]bar",
  2438 	[["defaultparagraphseparator","div"],["delete",""]],
  2439 	"<ol><li>foo{}bar</li></ol>",
  2440 	[true,true],
  2441 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2442 ["<ol><li>foo<br></ol><p>[]bar",
  2443 	[["defaultparagraphseparator","p"],["delete",""]],
  2444 	"<ol><li>foo{}bar</li></ol>",
  2445 	[true,true],
  2446 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2447 ["<ol><li>foo<br><br></ol><p>[]bar",
  2448 	[["defaultparagraphseparator","div"],["delete",""]],
  2449 	"<ol><li>foo<br>{}bar</li></ol>",
  2450 	[true,true],
  2451 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2452 ["<ol><li>foo<br><br></ol><p>[]bar",
  2453 	[["defaultparagraphseparator","p"],["delete",""]],
  2454 	"<ol><li>foo<br>{}bar</li></ol>",
  2455 	[true,true],
  2456 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2457 ["<ol><li><br></ol><p>[]bar",
  2458 	[["defaultparagraphseparator","div"],["delete",""]],
  2459 	"<ol><li>{}bar</li></ol>",
  2460 	[true,true],
  2461 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2462 ["<ol><li><br></ol><p>[]bar",
  2463 	[["defaultparagraphseparator","p"],["delete",""]],
  2464 	"<ol><li>{}bar</li></ol>",
  2465 	[true,true],
  2466 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2467 ["<ol><li>foo<li><br></ol><p>[]bar",
  2468 	[["defaultparagraphseparator","div"],["delete",""]],
  2469 	"<ol><li>foo</li><li>{}bar</li></ol>",
  2470 	[true,true],
  2471 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2472 ["<ol><li>foo<li><br></ol><p>[]bar",
  2473 	[["defaultparagraphseparator","p"],["delete",""]],
  2474 	"<ol><li>foo</li><li>{}bar</li></ol>",
  2475 	[true,true],
  2476 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2477 ["<ol><li>foo</ol>{}<br>",
  2478 	[["delete",""]],
  2479 	"<ol><li>foo{}</li></ol>",
  2480 	[true],
  2481 	{"delete":[false,false,"",false,false,""]}],
  2482 ["<ol><li>foo<br></ol>{}<br>",
  2483 	[["delete",""]],
  2484 	"<ol><li>foo{}</li></ol>",
  2485 	[true],
  2486 	{"delete":[false,false,"",false,false,""]}],
  2487 ["<ol><li>foo<br><br></ol>{}<br>",
  2488 	[["delete",""]],
  2489 	"<ol><li>foo<br>{}<br></li></ol>",
  2490 	[true],
  2491 	{"delete":[false,false,"",false,false,""]}],
  2492 ["<ol><li><br></ol>{}<br>",
  2493 	[["delete",""]],
  2494 	"<ol><li>{}<br></li></ol>",
  2495 	[true],
  2496 	{"delete":[false,false,"",false,false,""]}],
  2497 ["<ol><li>foo<li><br></ol>{}<br>",
  2498 	[["delete",""]],
  2499 	"<ol><li>foo</li><li>{}<br></li></ol>",
  2500 	[true],
  2501 	{"delete":[false,false,"",false,false,""]}],
  2502 ["<ol><li>foo</ol><p>{}<br>",
  2503 	[["defaultparagraphseparator","div"],["delete",""]],
  2504 	"<ol><li>foo{}</li></ol>",
  2505 	[true,true],
  2506 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2507 ["<ol><li>foo</ol><p>{}<br>",
  2508 	[["defaultparagraphseparator","p"],["delete",""]],
  2509 	"<ol><li>foo{}</li></ol>",
  2510 	[true,true],
  2511 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2512 ["<ol><li>foo<br></ol><p>{}<br>",
  2513 	[["defaultparagraphseparator","div"],["delete",""]],
  2514 	"<ol><li>foo{}</li></ol>",
  2515 	[true,true],
  2516 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2517 ["<ol><li>foo<br></ol><p>{}<br>",
  2518 	[["defaultparagraphseparator","p"],["delete",""]],
  2519 	"<ol><li>foo{}</li></ol>",
  2520 	[true,true],
  2521 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2522 ["<ol><li>foo<br><br></ol><p>{}<br>",
  2523 	[["defaultparagraphseparator","div"],["delete",""]],
  2524 	"<ol><li>foo<br>{}<br></li></ol>",
  2525 	[true,true],
  2526 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2527 ["<ol><li>foo<br><br></ol><p>{}<br>",
  2528 	[["defaultparagraphseparator","p"],["delete",""]],
  2529 	"<ol><li>foo<br>{}<br></li></ol>",
  2530 	[true,true],
  2531 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2532 ["<ol><li><br></ol><p>{}<br>",
  2533 	[["defaultparagraphseparator","div"],["delete",""]],
  2534 	"<ol><li>{}<br></li></ol>",
  2535 	[true,true],
  2536 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2537 ["<ol><li><br></ol><p>{}<br>",
  2538 	[["defaultparagraphseparator","p"],["delete",""]],
  2539 	"<ol><li>{}<br></li></ol>",
  2540 	[true,true],
  2541 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2542 ["<ol><li>foo<li><br></ol><p>{}<br>",
  2543 	[["defaultparagraphseparator","div"],["delete",""]],
  2544 	"<ol><li>foo</li><li>{}<br></li></ol>",
  2545 	[true,true],
  2546 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2547 ["<ol><li>foo<li><br></ol><p>{}<br>",
  2548 	[["defaultparagraphseparator","p"],["delete",""]],
  2549 	"<ol><li>foo</li><li>{}<br></li></ol>",
  2550 	[true,true],
  2551 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2552 ["foo<blockquote>[]bar</blockquote>",
  2553 	[["delete",""]],
  2554 	"foo<br>[]bar",
  2555 	[true],
  2556 	{"delete":[false,false,"",false,false,""]}],
  2557 ["foo<blockquote><blockquote>[]bar</blockquote></blockquote>",
  2558 	[["delete",""]],
  2559 	"foo<blockquote>[]bar</blockquote>",
  2560 	[true],
  2561 	{"delete":[false,false,"",false,false,""]}],
  2562 ["foo<blockquote><div>[]bar</div></blockquote>",
  2563 	[["delete",""]],
  2564 	"foo<div>[]bar</div>",
  2565 	[true],
  2566 	{"delete":[false,false,"",false,false,""]}],
  2567 ["foo<blockquote style=\"color: blue\">[]bar</blockquote>",
  2568 	[["defaultparagraphseparator","div"],["delete",""]],
  2569 	"foo<div style=\"color:rgb(0, 0, 255)\">[]bar</div>",
  2570 	[true,true],
  2571 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2572 ["foo<blockquote style=\"color: blue\">[]bar</blockquote>",
  2573 	[["defaultparagraphseparator","p"],["delete",""]],
  2574 	"foo<div style=\"color:rgb(0, 0, 255)\">[]bar</div>",
  2575 	[true,true],
  2576 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2577 ["foo<blockquote><blockquote><p>[]bar<p>baz</blockquote></blockquote>",
  2578 	[["delete",""]],
  2579 	"foo<blockquote><p>[]bar</p><blockquote><p>baz</p></blockquote></blockquote>",
  2580 	[true],
  2581 	{"delete":[false,false,"",false,false,""]}],
  2582 ["foo<blockquote><div><p>[]bar<p>baz</div></blockquote>",
  2583 	[["delete",""]],
  2584 	"foo<div><p>[]bar</p><blockquote><p>baz</p></blockquote></div>",
  2585 	[true],
  2586 	{"delete":[false,false,"",false,false,""]}],
  2587 ["foo<blockquote style=\"color: blue\"><p>[]bar<p>baz</blockquote>",
  2588 	[["defaultparagraphseparator","div"],["delete",""]],
  2589 	"foo<div style=\"color:rgb(0, 0, 255)\"><p>[]bar</p><blockquote><p>baz</p></blockquote></div>",
  2590 	[true,true],
  2591 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2592 ["foo<blockquote style=\"color: blue\"><p>[]bar<p>baz</blockquote>",
  2593 	[["defaultparagraphseparator","p"],["delete",""]],
  2594 	"foo<div style=\"color:rgb(0, 0, 255)\"><p>[]bar</p><blockquote><p>baz</p></blockquote></div>",
  2595 	[true,true],
  2596 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2597 ["foo<blockquote><p><b>[]bar</b><p>baz</blockquote>",
  2598 	[["delete",""]],
  2599 	"foo<p><b>[]bar</b></p><blockquote><p>baz</p></blockquote>",
  2600 	[true],
  2601 	{"delete":[false,false,"",false,false,""]}],
  2602 ["foo<blockquote><p><strong>[]bar</strong><p>baz</blockquote>",
  2603 	[["delete",""]],
  2604 	"foo<p><strong>[]bar</strong></p><blockquote><p>baz</p></blockquote>",
  2605 	[true],
  2606 	{"delete":[false,false,"",false,false,""]}],
  2607 ["foo<blockquote><p><span>[]bar</span><p>baz</blockquote>",
  2608 	[["delete",""]],
  2609 	"foo<p><span>[]bar</span></p><blockquote><p>baz</p></blockquote>",
  2610 	[true],
  2611 	{"delete":[false,false,"",false,false,""]}],
  2612 ["foo<blockquote><ol><li>[]bar</ol></blockquote><p>extra",
  2613 	[["defaultparagraphseparator","div"],["delete",""]],
  2614 	"foo<blockquote><div>[]bar</div></blockquote><p>extra</p>",
  2615 	[true,true],
  2616 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2617 ["foo<blockquote><ol><li>[]bar</ol></blockquote><p>extra",
  2618 	[["defaultparagraphseparator","p"],["delete",""]],
  2619 	"foo<blockquote><p>[]bar</p></blockquote><p>extra</p>",
  2620 	[true,true],
  2621 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2622 ["foo<blockquote>bar<ol><li>[]baz</ol>quz</blockquote><p>extra",
  2623 	[["defaultparagraphseparator","div"],["delete",""]],
  2624 	"foo<blockquote>bar<div>[]baz</div>quz</blockquote><p>extra</p>",
  2625 	[true,true],
  2626 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2627 ["foo<blockquote>bar<ol><li>[]baz</ol>quz</blockquote><p>extra",
  2628 	[["defaultparagraphseparator","p"],["delete",""]],
  2629 	"foo<blockquote>bar<p>[]baz</p>quz</blockquote><p>extra</p>",
  2630 	[true,true],
  2631 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2632 ["foo<blockquote><ol><li>bar</li><ol><li>[]baz</ol><li>quz</ol></blockquote><p>extra",
  2633 	[["delete",""]],
  2634 	"foo<blockquote><ol><li>bar</li><li>[]baz</li><li>quz</li></ol></blockquote><p>extra</p>",
  2635 	[true],
  2636 	{"delete":[false,false,"",false,false,""]}],
  2637 ["foo<span></span>[]bar",
  2638 	[["delete",""]],
  2639 	"fo[]bar",
  2640 	[true],
  2641 	{"delete":[false,false,"",false,false,""]}],
  2642 ["foo<span><span></span></span>[]bar",
  2643 	[["delete",""]],
  2644 	"fo[]bar",
  2645 	[true],
  2646 	{"delete":[false,false,"",false,false,""]}],
  2647 ["foo<quasit></quasit>[]bar",
  2648 	[["delete",""]],
  2649 	"fo[]bar",
  2650 	[true],
  2651 	{"delete":[false,false,"",false,false,""]}],
  2652 ["foo<br><span></span>[]bar",
  2653 	[["delete",""]],
  2654 	"foo{}bar",
  2655 	[true],
  2656 	{"delete":[false,false,"",false,false,""]}],
  2657 ["<span>foo<span></span></span>[]bar",
  2658 	[["delete",""]],
  2659 	"<span>fo[]</span>bar",
  2660 	[true],
  2661 	{"delete":[false,false,"",false,false,""]}],
  2662 ["foo<span></span><span>[]bar</span>",
  2663 	[["delete",""]],
  2664 	"fo[]<span>bar</span>",
  2665 	[true],
  2666 	{"delete":[false,false,"",false,false,""]}],
  2667 ["foo<div><div><p>[]bar</div></div>",
  2668 	[["defaultparagraphseparator","div"],["delete",""]],
  2669 	"foo{}bar",
  2670 	[true,true],
  2671 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2672 ["foo<div><div><p>[]bar</div></div>",
  2673 	[["defaultparagraphseparator","p"],["delete",""]],
  2674 	"foo{}bar",
  2675 	[true,true],
  2676 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2677 ["foo<div><div><p><!--abc-->[]bar</div></div>",
  2678 	[["defaultparagraphseparator","div"],["delete",""]],
  2679 	"foo{}bar",
  2680 	[true,true],
  2681 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2682 ["foo<div><div><p><!--abc-->[]bar</div></div>",
  2683 	[["defaultparagraphseparator","p"],["delete",""]],
  2684 	"foo{}bar",
  2685 	[true,true],
  2686 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2687 ["foo<div><div><!--abc--><p>[]bar</div></div>",
  2688 	[["defaultparagraphseparator","div"],["delete",""]],
  2689 	"foo{}bar",
  2690 	[true,true],
  2691 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2692 ["foo<div><div><!--abc--><p>[]bar</div></div>",
  2693 	[["defaultparagraphseparator","p"],["delete",""]],
  2694 	"foo{}bar",
  2695 	[true,true],
  2696 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2697 ["foo<div><!--abc--><div><p>[]bar</div></div>",
  2698 	[["defaultparagraphseparator","div"],["delete",""]],
  2699 	"foo{}bar",
  2700 	[true,true],
  2701 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2702 ["foo<div><!--abc--><div><p>[]bar</div></div>",
  2703 	[["defaultparagraphseparator","p"],["delete",""]],
  2704 	"foo{}bar",
  2705 	[true,true],
  2706 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2707 ["foo<!--abc--><div><div><p>[]bar</div></div>",
  2708 	[["defaultparagraphseparator","div"],["delete",""]],
  2709 	"foo{}bar",
  2710 	[true,true],
  2711 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2712 ["foo<!--abc--><div><div><p>[]bar</div></div>",
  2713 	[["defaultparagraphseparator","p"],["delete",""]],
  2714 	"foo{}bar",
  2715 	[true,true],
  2716 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2717 ["<div><div><p>foo</div></div>[]bar",
  2718 	[["delete",""]],
  2719 	"<div><div><p>foo{}bar</p></div></div>",
  2720 	[true],
  2721 	{"delete":[false,false,"",false,false,""]}],
  2722 ["<div><div><p>foo</div></div><!--abc-->[]bar",
  2723 	[["delete",""]],
  2724 	"<div><div><p>foo{}bar</p></div></div>",
  2725 	[true],
  2726 	{"delete":[false,false,"",false,false,""]}],
  2727 ["<div><div><p>foo</div><!--abc--></div>[]bar",
  2728 	[["delete",""]],
  2729 	"<div><div><p>foo{}bar</p></div></div>",
  2730 	[true],
  2731 	{"delete":[false,false,"",false,false,""]}],
  2732 ["<div><div><p>foo</p><!--abc--></div></div>[]bar",
  2733 	[["delete",""]],
  2734 	"<div><div><p>foo{}bar</p></div></div>",
  2735 	[true],
  2736 	{"delete":[false,false,"",false,false,""]}],
  2737 ["<div><div><p>foo<!--abc--></div></div>[]bar",
  2738 	[["delete",""]],
  2739 	"<div><div><p>foo{}bar</p></div></div>",
  2740 	[true],
  2741 	{"delete":[false,false,"",false,false,""]}],
  2742 ["<div><div><p>foo</p></div></div><div><div><div>[]bar</div></div></div>",
  2743 	[["defaultparagraphseparator","div"],["delete",""]],
  2744 	"<div><div><p>foo{}bar</p></div></div>",
  2745 	[true,true],
  2746 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2747 ["<div><div><p>foo</p></div></div><div><div><div>[]bar</div></div></div>",
  2748 	[["defaultparagraphseparator","p"],["delete",""]],
  2749 	"<div><div><p>foo{}bar</p></div></div>",
  2750 	[true,true],
  2751 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2752 ["<div><div><p>foo<!--abc--></p></div></div><div><div><div>[]bar</div></div></div>",
  2753 	[["defaultparagraphseparator","div"],["delete",""]],
  2754 	"<div><div><p>foo{}bar</p></div></div>",
  2755 	[true,true],
  2756 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2757 ["<div><div><p>foo<!--abc--></p></div></div><div><div><div>[]bar</div></div></div>",
  2758 	[["defaultparagraphseparator","p"],["delete",""]],
  2759 	"<div><div><p>foo{}bar</p></div></div>",
  2760 	[true,true],
  2761 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2762 ["<div><div><p>foo</p><!--abc--></div></div><div><div><div>[]bar</div></div></div>",
  2763 	[["defaultparagraphseparator","div"],["delete",""]],
  2764 	"<div><div><p>foo{}bar</p></div></div>",
  2765 	[true,true],
  2766 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2767 ["<div><div><p>foo</p><!--abc--></div></div><div><div><div>[]bar</div></div></div>",
  2768 	[["defaultparagraphseparator","p"],["delete",""]],
  2769 	"<div><div><p>foo{}bar</p></div></div>",
  2770 	[true,true],
  2771 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2772 ["<div><div><p>foo</p></div><!--abc--></div><div><div><div>[]bar</div></div></div>",
  2773 	[["defaultparagraphseparator","div"],["delete",""]],
  2774 	"<div><div><p>foo{}bar</p></div></div>",
  2775 	[true,true],
  2776 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2777 ["<div><div><p>foo</p></div><!--abc--></div><div><div><div>[]bar</div></div></div>",
  2778 	[["defaultparagraphseparator","p"],["delete",""]],
  2779 	"<div><div><p>foo{}bar</p></div></div>",
  2780 	[true,true],
  2781 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2782 ["<div><div><p>foo</p></div></div><!--abc--><div><div><div>[]bar</div></div></div>",
  2783 	[["defaultparagraphseparator","div"],["delete",""]],
  2784 	"<div><div><p>foo{}bar</p></div></div>",
  2785 	[true,true],
  2786 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2787 ["<div><div><p>foo</p></div></div><!--abc--><div><div><div>[]bar</div></div></div>",
  2788 	[["defaultparagraphseparator","p"],["delete",""]],
  2789 	"<div><div><p>foo{}bar</p></div></div>",
  2790 	[true,true],
  2791 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2792 ["<div><div><p>foo</p></div></div><div><!--abc--><div><div>[]bar</div></div></div>",
  2793 	[["defaultparagraphseparator","div"],["delete",""]],
  2794 	"<div><div><p>foo{}bar</p></div></div>",
  2795 	[true,true],
  2796 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2797 ["<div><div><p>foo</p></div></div><div><!--abc--><div><div>[]bar</div></div></div>",
  2798 	[["defaultparagraphseparator","p"],["delete",""]],
  2799 	"<div><div><p>foo{}bar</p></div></div>",
  2800 	[true,true],
  2801 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2802 ["<div><div><p>foo</p></div></div><div><div><!--abc--><div>[]bar</div></div></div>",
  2803 	[["defaultparagraphseparator","div"],["delete",""]],
  2804 	"<div><div><p>foo{}bar</p></div></div>",
  2805 	[true,true],
  2806 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2807 ["<div><div><p>foo</p></div></div><div><div><!--abc--><div>[]bar</div></div></div>",
  2808 	[["defaultparagraphseparator","p"],["delete",""]],
  2809 	"<div><div><p>foo{}bar</p></div></div>",
  2810 	[true,true],
  2811 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2812 ["<div><div><p>foo</p></div></div><div><div><div><!--abc-->[]bar</div></div></div>",
  2813 	[["defaultparagraphseparator","div"],["delete",""]],
  2814 	"<div><div><p>foo{}bar</p></div></div>",
  2815 	[true,true],
  2816 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2817 ["<div><div><p>foo</p></div></div><div><div><div><!--abc-->[]bar</div></div></div>",
  2818 	[["defaultparagraphseparator","p"],["delete",""]],
  2819 	"<div><div><p>foo{}bar</p></div></div>",
  2820 	[true,true],
  2821 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2822 ["<p style=color:blue>foo<p>[]bar",
  2823 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  2824 	"<p><span style=\"color:rgb(0, 0, 255)\">foo{}</span>bar</p>",
  2825 	[true,true,true],
  2826 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2827 ["<p style=color:blue>foo<p>[]bar",
  2828 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  2829 	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
  2830 	[true,true,true],
  2831 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2832 ["<p style=color:blue>foo<p>[]bar",
  2833 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  2834 	"<p><span style=\"color:rgb(0, 0, 255)\">foo{}</span>bar</p>",
  2835 	[true,true,true],
  2836 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2837 ["<p style=color:blue>foo<p>[]bar",
  2838 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  2839 	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
  2840 	[true,true,true],
  2841 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2842 ["<p style=color:blue>foo<p style=color:brown>[]bar",
  2843 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  2844 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  2845 	[true,true,true],
  2846 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2847 ["<p style=color:blue>foo<p style=color:brown>[]bar",
  2848 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  2849 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#a52a2a\">bar</font></p>",
  2850 	[true,true,true],
  2851 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2852 ["<p style=color:blue>foo<p style=color:brown>[]bar",
  2853 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  2854 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  2855 	[true,true,true],
  2856 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2857 ["<p style=color:blue>foo<p style=color:brown>[]bar",
  2858 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  2859 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#a52a2a\">bar</font></p>",
  2860 	[true,true,true],
  2861 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2862 ["<p style=color:blue>foo<p style=color:rgba(0,0,255,1)>[]bar",
  2863 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  2864 	"<p style=\"color:rgb(0, 0, 255)\">foo{}bar</p>",
  2865 	[true,true,true],
  2866 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2867 ["<p style=color:blue>foo<p style=color:rgba(0,0,255,1)>[]bar",
  2868 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  2869 	"<p style=\"color:rgb(0, 0, 255)\">foo{}bar</p>",
  2870 	[true,true,true],
  2871 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2872 ["<p style=color:blue>foo<p style=color:rgba(0,0,255,1)>[]bar",
  2873 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  2874 	"<p style=\"color:rgb(0, 0, 255)\">foo{}bar</p>",
  2875 	[true,true,true],
  2876 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2877 ["<p style=color:blue>foo<p style=color:rgba(0,0,255,1)>[]bar",
  2878 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  2879 	"<p style=\"color:rgb(0, 0, 255)\">foo{}bar</p>",
  2880 	[true,true,true],
  2881 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2882 ["<p style=color:transparent>foo<p style=color:rgba(0,0,0,0)>[]bar",
  2883 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  2884 	"<p style=\"color:rgba(0, 0, 0, 0)\">foo{}bar</p>",
  2885 	[true,true,true],
  2886 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2887 ["<p style=color:transparent>foo<p style=color:rgba(0,0,0,0)>[]bar",
  2888 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  2889 	"<p style=\"color:rgba(0, 0, 0, 0)\">foo{}bar</p>",
  2890 	[true,true,true],
  2891 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2892 ["<p style=color:transparent>foo<p style=color:rgba(0,0,0,0)>[]bar",
  2893 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  2894 	"<p style=\"color:rgba(0, 0, 0, 0)\">foo{}bar</p>",
  2895 	[true,true,true],
  2896 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2897 ["<p style=color:transparent>foo<p style=color:rgba(0,0,0,0)>[]bar",
  2898 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  2899 	"<p style=\"color:rgba(0, 0, 0, 0)\">foo{}bar</p>",
  2900 	[true,true,true],
  2901 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2902 ["<p>foo<p style=color:brown>[]bar",
  2903 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  2904 	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  2905 	[true,true,true],
  2906 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2907 ["<p>foo<p style=color:brown>[]bar",
  2908 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  2909 	"<p>foo{}<font color=\"#a52a2a\">bar</font></p>",
  2910 	[true,true,true],
  2911 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2912 ["<p>foo<p style=color:brown>[]bar",
  2913 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  2914 	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  2915 	[true,true,true],
  2916 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2917 ["<p>foo<p style=color:brown>[]bar",
  2918 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  2919 	"<p>foo{}<font color=\"#a52a2a\">bar</font></p>",
  2920 	[true,true,true],
  2921 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2922 ["<p><font color=blue>foo</font><p>[]bar",
  2923 	[["defaultparagraphseparator","div"],["delete",""]],
  2924 	"<p><font color=\"blue\">foo</font>{}bar</p>",
  2925 	[true,true],
  2926 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2927 ["<p><font color=blue>foo</font><p>[]bar",
  2928 	[["defaultparagraphseparator","p"],["delete",""]],
  2929 	"<p><font color=\"blue\">foo</font>{}bar</p>",
  2930 	[true,true],
  2931 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2932 ["<p><font color=blue>foo</font><p><font color=brown>[]bar</font>",
  2933 	[["defaultparagraphseparator","div"],["delete",""]],
  2934 	"<p><font color=\"blue\">foo</font>{}<font color=\"brown\">bar</font></p>",
  2935 	[true,true],
  2936 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2937 ["<p><font color=blue>foo</font><p><font color=brown>[]bar</font>",
  2938 	[["defaultparagraphseparator","p"],["delete",""]],
  2939 	"<p><font color=\"blue\">foo</font>{}<font color=\"brown\">bar</font></p>",
  2940 	[true,true],
  2941 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2942 ["<p>foo<p><font color=brown>[]bar</font>",
  2943 	[["defaultparagraphseparator","div"],["delete",""]],
  2944 	"<p>foo{}<font color=\"brown\">bar</font></p>",
  2945 	[true,true],
  2946 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2947 ["<p>foo<p><font color=brown>[]bar</font>",
  2948 	[["defaultparagraphseparator","p"],["delete",""]],
  2949 	"<p>foo{}<font color=\"brown\">bar</font></p>",
  2950 	[true,true],
  2951 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2952 ["<p><span style=color:blue>foo</font><p>[]bar",
  2953 	[["defaultparagraphseparator","div"],["delete",""]],
  2954 	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}bar</p>",
  2955 	[true,true],
  2956 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2957 ["<p><span style=color:blue>foo</font><p>[]bar",
  2958 	[["defaultparagraphseparator","p"],["delete",""]],
  2959 	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}bar</p>",
  2960 	[true,true],
  2961 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2962 ["<p><span style=color:blue>foo</font><p><span style=color:brown>[]bar</font>",
  2963 	[["defaultparagraphseparator","div"],["delete",""]],
  2964 	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  2965 	[true,true],
  2966 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2967 ["<p><span style=color:blue>foo</font><p><span style=color:brown>[]bar</font>",
  2968 	[["defaultparagraphseparator","p"],["delete",""]],
  2969 	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  2970 	[true,true],
  2971 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2972 ["<p>foo<p><span style=color:brown>[]bar</font>",
  2973 	[["defaultparagraphseparator","div"],["delete",""]],
  2974 	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  2975 	[true,true],
  2976 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2977 ["<p>foo<p><span style=color:brown>[]bar</font>",
  2978 	[["defaultparagraphseparator","p"],["delete",""]],
  2979 	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  2980 	[true,true],
  2981 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2982 ["<p style=background-color:aqua>foo<p>[]bar",
  2983 	[["defaultparagraphseparator","div"],["delete",""]],
  2984 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  2985 	[true,true],
  2986 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2987 ["<p style=background-color:aqua>foo<p>[]bar",
  2988 	[["defaultparagraphseparator","p"],["delete",""]],
  2989 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  2990 	[true,true],
  2991 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  2992 ["<p style=background-color:aqua>foo<p style=background-color:tan>[]bar",
  2993 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  2994 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  2995 	[true,true,true],
  2996 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  2997 ["<p style=background-color:aqua>foo<p style=background-color:tan>[]bar",
  2998 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  2999 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  3000 	[true,true,true],
  3001 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3002 ["<p style=background-color:aqua>foo<p style=background-color:tan>[]bar",
  3003 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  3004 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  3005 	[true,true,true],
  3006 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3007 ["<p style=background-color:aqua>foo<p style=background-color:tan>[]bar",
  3008 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  3009 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  3010 	[true,true,true],
  3011 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3012 ["<p>foo<p style=background-color:tan>[]bar",
  3013 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  3014 	"<p>foo{}bar</p>",
  3015 	[true,true,true],
  3016 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3017 ["<p>foo<p style=background-color:tan>[]bar",
  3018 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  3019 	"<p>foo{}bar</p>",
  3020 	[true,true,true],
  3021 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3022 ["<p>foo<p style=background-color:tan>[]bar",
  3023 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  3024 	"<p>foo{}bar</p>",
  3025 	[true,true,true],
  3026 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3027 ["<p>foo<p style=background-color:tan>[]bar",
  3028 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  3029 	"<p>foo{}bar</p>",
  3030 	[true,true,true],
  3031 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3032 ["<p><span style=background-color:aqua>foo</font><p>[]bar",
  3033 	[["defaultparagraphseparator","div"],["delete",""]],
  3034 	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}bar</p>",
  3035 	[true,true],
  3036 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3037 ["<p><span style=background-color:aqua>foo</font><p>[]bar",
  3038 	[["defaultparagraphseparator","p"],["delete",""]],
  3039 	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}bar</p>",
  3040 	[true,true],
  3041 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3042 ["<p><span style=background-color:aqua>foo</font><p><span style=background-color:tan>[]bar</font>",
  3043 	[["defaultparagraphseparator","div"],["delete",""]],
  3044 	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
  3045 	[true,true],
  3046 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3047 ["<p><span style=background-color:aqua>foo</font><p><span style=background-color:tan>[]bar</font>",
  3048 	[["defaultparagraphseparator","p"],["delete",""]],
  3049 	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
  3050 	[true,true],
  3051 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3052 ["<p>foo<p><span style=background-color:tan>[]bar</font>",
  3053 	[["defaultparagraphseparator","div"],["delete",""]],
  3054 	"<p>foo{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
  3055 	[true,true],
  3056 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3057 ["<p>foo<p><span style=background-color:tan>[]bar</font>",
  3058 	[["defaultparagraphseparator","p"],["delete",""]],
  3059 	"<p>foo{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
  3060 	[true,true],
  3061 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3062 ["<p style=text-decoration:underline>foo<p>[]bar",
  3063 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  3064 	"<p><span style=\"text-decoration:underline\">foo{}</span>bar</p>",
  3065 	[true,true,true],
  3066 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3067 ["<p style=text-decoration:underline>foo<p>[]bar",
  3068 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  3069 	"<p><u>foo{}</u>bar</p>",
  3070 	[true,true,true],
  3071 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3072 ["<p style=text-decoration:underline>foo<p>[]bar",
  3073 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  3074 	"<p><span style=\"text-decoration:underline\">foo{}</span>bar</p>",
  3075 	[true,true,true],
  3076 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3077 ["<p style=text-decoration:underline>foo<p>[]bar",
  3078 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  3079 	"<p><u>foo{}</u>bar</p>",
  3080 	[true,true,true],
  3081 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3082 ["<p style=text-decoration:underline>foo<p style=text-decoration:line-through>[]bar",
  3083 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  3084 	"<p><span style=\"text-decoration:underline\">foo{}</span><span style=\"text-decoration:line-through\">bar</span></p>",
  3085 	[true,true,true],
  3086 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3087 ["<p style=text-decoration:underline>foo<p style=text-decoration:line-through>[]bar",
  3088 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  3089 	"<p><u>foo{}</u><s>bar</s></p>",
  3090 	[true,true,true],
  3091 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3092 ["<p style=text-decoration:underline>foo<p style=text-decoration:line-through>[]bar",
  3093 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  3094 	"<p><span style=\"text-decoration:underline\">foo{}</span><span style=\"text-decoration:line-through\">bar</span></p>",
  3095 	[true,true,true],
  3096 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3097 ["<p style=text-decoration:underline>foo<p style=text-decoration:line-through>[]bar",
  3098 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  3099 	"<p><u>foo{}</u><s>bar</s></p>",
  3100 	[true,true,true],
  3101 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3102 ["<p>foo<p style=text-decoration:line-through>[]bar",
  3103 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  3104 	"<p>foo{}<span style=\"text-decoration:line-through\">bar</span></p>",
  3105 	[true,true,true],
  3106 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3107 ["<p>foo<p style=text-decoration:line-through>[]bar",
  3108 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  3109 	"<p>foo{}<s>bar</s></p>",
  3110 	[true,true,true],
  3111 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3112 ["<p>foo<p style=text-decoration:line-through>[]bar",
  3113 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  3114 	"<p>foo{}<span style=\"text-decoration:line-through\">bar</span></p>",
  3115 	[true,true,true],
  3116 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3117 ["<p>foo<p style=text-decoration:line-through>[]bar",
  3118 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  3119 	"<p>foo{}<s>bar</s></p>",
  3120 	[true,true,true],
  3121 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3122 ["<p><u>foo</u><p>[]bar",
  3123 	[["defaultparagraphseparator","div"],["delete",""]],
  3124 	"<p><u>foo</u>{}bar</p>",
  3125 	[true,true],
  3126 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3127 ["<p><u>foo</u><p>[]bar",
  3128 	[["defaultparagraphseparator","p"],["delete",""]],
  3129 	"<p><u>foo</u>{}bar</p>",
  3130 	[true,true],
  3131 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3132 ["<p><u>foo</u><p><s>[]bar</s>",
  3133 	[["defaultparagraphseparator","div"],["delete",""]],
  3134 	"<p><u>foo</u>{}<s>bar</s></p>",
  3135 	[true,true],
  3136 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3137 ["<p><u>foo</u><p><s>[]bar</s>",
  3138 	[["defaultparagraphseparator","p"],["delete",""]],
  3139 	"<p><u>foo</u>{}<s>bar</s></p>",
  3140 	[true,true],
  3141 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3142 ["<p>foo<p><s>[]bar</s>",
  3143 	[["defaultparagraphseparator","div"],["delete",""]],
  3144 	"<p>foo{}<s>bar</s></p>",
  3145 	[true,true],
  3146 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3147 ["<p>foo<p><s>[]bar</s>",
  3148 	[["defaultparagraphseparator","p"],["delete",""]],
  3149 	"<p>foo{}<s>bar</s></p>",
  3150 	[true,true],
  3151 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3152 ["<p style=color:blue>foo</p>[]bar",
  3153 	[["stylewithcss","true"],["delete",""]],
  3154 	"<p><span style=\"color:rgb(0, 0, 255)\">foo{}</span>bar</p>",
  3155 	[true,true],
  3156 	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  3157 ["<p style=color:blue>foo</p>[]bar",
  3158 	[["stylewithcss","false"],["delete",""]],
  3159 	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
  3160 	[true,true],
  3161 	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  3162 ["foo<p style=color:brown>[]bar",
  3163 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  3164 	"foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span>",
  3165 	[true,true,true],
  3166 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3167 ["foo<p style=color:brown>[]bar",
  3168 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  3169 	"foo{}<font color=\"#a52a2a\">bar</font>",
  3170 	[true,true,true],
  3171 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3172 ["foo<p style=color:brown>[]bar",
  3173 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  3174 	"foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span>",
  3175 	[true,true,true],
  3176 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3177 ["foo<p style=color:brown>[]bar",
  3178 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  3179 	"foo{}<font color=\"#a52a2a\">bar</font>",
  3180 	[true,true,true],
  3181 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3182 ["<div style=color:blue><p style=color:green>foo</div>[]bar",
  3183 	[["stylewithcss","true"],["delete",""]],
  3184 	"<div><p><span style=\"color:rgb(0, 128, 0)\">foo{}</span>bar</p></div>",
  3185 	[true,true],
  3186 	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  3187 ["<div style=color:blue><p style=color:green>foo</div>[]bar",
  3188 	[["stylewithcss","false"],["delete",""]],
  3189 	"<div><p><font color=\"#008000\">foo{}</font>bar</p></div>",
  3190 	[true,true],
  3191 	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  3192 ["<div style=color:blue><p style=color:green>foo</div><p style=color:brown>[]bar",
  3193 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  3194 	"<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>",
  3195 	[true,true,true],
  3196 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3197 ["<div style=color:blue><p style=color:green>foo</div><p style=color:brown>[]bar",
  3198 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  3199 	"<div style=\"color:rgb(0, 0, 255)\"><p style=\"color:rgb(0, 128, 0)\">foo{}<font color=\"#a52a2a\">bar</font></p></div>",
  3200 	[true,true,true],
  3201 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3202 ["<div style=color:blue><p style=color:green>foo</div><p style=color:brown>[]bar",
  3203 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  3204 	"<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>",
  3205 	[true,true,true],
  3206 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3207 ["<div style=color:blue><p style=color:green>foo</div><p style=color:brown>[]bar",
  3208 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  3209 	"<div style=\"color:rgb(0, 0, 255)\"><p style=\"color:rgb(0, 128, 0)\">foo{}<font color=\"#a52a2a\">bar</font></p></div>",
  3210 	[true,true,true],
  3211 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3212 ["<p style=color:blue>foo<div style=color:brown><p style=color:green>[]bar",
  3213 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  3214 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(0, 128, 0)\">bar</span></p>",
  3215 	[true,true,true],
  3216 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3217 ["<p style=color:blue>foo<div style=color:brown><p style=color:green>[]bar",
  3218 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  3219 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#008000\">bar</font></p>",
  3220 	[true,true,true],
  3221 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3222 ["<p style=color:blue>foo<div style=color:brown><p style=color:green>[]bar",
  3223 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  3224 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(0, 128, 0)\">bar</span></p>",
  3225 	[true,true,true],
  3226 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3227 ["<p style=color:blue>foo<div style=color:brown><p style=color:green>[]bar",
  3228 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  3229 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#008000\">bar</font></p>",
  3230 	[true,true,true],
  3231 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3232 ["foo[bar]baz",
  3233 	[["delete",""]],
  3234 	"foo[]baz",
  3235 	[true],
  3236 	{"delete":[false,false,"",false,false,""]}],
  3237 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
  3238 	[["stylewithcss","true"],["delete",""]],
  3239 	"<p>foo{}baz</p>",
  3240 	[true,true],
  3241 	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  3242 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
  3243 	[["stylewithcss","false"],["delete",""]],
  3244 	"<p>foo{}baz</p>",
  3245 	[true,true],
  3246 	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  3247 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
  3248 	[["stylewithcss","true"],["delete",""]],
  3249 	"<p>foo{}baz</p>",
  3250 	[true,true],
  3251 	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  3252 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
  3253 	[["stylewithcss","false"],["delete",""]],
  3254 	"<p>foo{}baz</p>",
  3255 	[true,true],
  3256 	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  3257 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
  3258 	[["stylewithcss","true"],["delete",""]],
  3259 	"<p>foo{}baz</p>",
  3260 	[true,true],
  3261 	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  3262 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
  3263 	[["stylewithcss","false"],["delete",""]],
  3264 	"<p>foo{}baz</p>",
  3265 	[true,true],
  3266 	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  3267 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
  3268 	[["stylewithcss","true"],["delete",""]],
  3269 	"<p>{}baz</p>",
  3270 	[true,true],
  3271 	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  3272 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
  3273 	[["stylewithcss","false"],["delete",""]],
  3274 	"<p>{}baz</p>",
  3275 	[true,true],
  3276 	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  3277 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
  3278 	[["stylewithcss","true"],["delete",""]],
  3279 	"<p>{}baz</p>",
  3280 	[true,true],
  3281 	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  3282 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
  3283 	[["stylewithcss","false"],["delete",""]],
  3284 	"<p>{}baz</p>",
  3285 	[true,true],
  3286 	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  3287 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
  3288 	[["stylewithcss","true"],["delete",""]],
  3289 	"<p>foo{}</p>",
  3290 	[true,true],
  3291 	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  3292 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
  3293 	[["stylewithcss","false"],["delete",""]],
  3294 	"<p>foo{}</p>",
  3295 	[true,true],
  3296 	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  3297 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
  3298 	[["stylewithcss","true"],["delete",""]],
  3299 	"<p>foo{}</p>",
  3300 	[true,true],
  3301 	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  3302 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
  3303 	[["stylewithcss","false"],["delete",""]],
  3304 	"<p>foo{}</p>",
  3305 	[true,true],
  3306 	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  3307 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
  3308 	[["stylewithcss","true"],["delete",""]],
  3309 	"<p>foo{}quz</p>",
  3310 	[true,true],
  3311 	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  3312 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
  3313 	[["stylewithcss","false"],["delete",""]],
  3314 	"<p>foo{}quz</p>",
  3315 	[true,true],
  3316 	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  3317 ["foo<b>[bar]</b>baz",
  3318 	[["stylewithcss","true"],["delete",""]],
  3319 	"foo{}baz",
  3320 	[true,true],
  3321 	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  3322 ["foo<b>[bar]</b>baz",
  3323 	[["stylewithcss","false"],["delete",""]],
  3324 	"foo{}baz",
  3325 	[true,true],
  3326 	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  3327 ["foo<b>{bar}</b>baz",
  3328 	[["stylewithcss","true"],["delete",""]],
  3329 	"foo{}baz",
  3330 	[true,true],
  3331 	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  3332 ["foo<b>{bar}</b>baz",
  3333 	[["stylewithcss","false"],["delete",""]],
  3334 	"foo{}baz",
  3335 	[true,true],
  3336 	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  3337 ["foo{<b>bar</b>}baz",
  3338 	[["stylewithcss","true"],["delete",""]],
  3339 	"foo{}baz",
  3340 	[true,true],
  3341 	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  3342 ["foo{<b>bar</b>}baz",
  3343 	[["stylewithcss","false"],["delete",""]],
  3344 	"foo{}baz",
  3345 	[true,true],
  3346 	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  3347 ["foo<span>[bar]</span>baz",
  3348 	[["delete",""]],
  3349 	"foo{}baz",
  3350 	[true],
  3351 	{"delete":[false,false,"",false,false,""]}],
  3352 ["foo<span>{bar}</span>baz",
  3353 	[["delete",""]],
  3354 	"foo{}baz",
  3355 	[true],
  3356 	{"delete":[false,false,"",false,false,""]}],
  3357 ["foo{<span>bar</span>}baz",
  3358 	[["delete",""]],
  3359 	"foo{}baz",
  3360 	[true],
  3361 	{"delete":[false,false,"",false,false,""]}],
  3362 ["<b>foo[bar</b><i>baz]quz</i>",
  3363 	[["delete",""]],
  3364 	"<b>foo[]</b><i>quz</i>",
  3365 	[true],
  3366 	{"delete":[false,false,"",false,false,""]}],
  3367 ["<p>foo</p><p>[bar]</p><p>baz</p>",
  3368 	[["delete",""]],
  3369 	"<p>foo</p><p>{}<br></p><p>baz</p>",
  3370 	[true],
  3371 	{"delete":[false,false,"",false,false,""]}],
  3372 ["<p>foo</p><p>{bar}</p><p>baz</p>",
  3373 	[["delete",""]],
  3374 	"<p>foo</p><p>{}<br></p><p>baz</p>",
  3375 	[true],
  3376 	{"delete":[false,false,"",false,false,""]}],
  3377 ["<p>foo</p><p>{bar</p>}<p>baz</p>",
  3378 	[["delete",""]],
  3379 	"<p>foo</p><p>{}<br></p><p>baz</p>",
  3380 	[true],
  3381 	{"delete":[false,false,"",false,false,""]}],
  3382 ["<p>foo</p>{<p>bar}</p><p>baz</p>",
  3383 	[["defaultparagraphseparator","div"],["delete",""]],
  3384 	"<p>foo</p>{}<br><p>baz</p>",
  3385 	[true,true],
  3386 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3387 ["<p>foo</p>{<p>bar}</p><p>baz</p>",
  3388 	[["defaultparagraphseparator","p"],["delete",""]],
  3389 	"<p>foo</p>{}<br><p>baz</p>",
  3390 	[true,true],
  3391 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3392 ["<p>foo</p>{<p>bar</p>}<p>baz</p>",
  3393 	[["defaultparagraphseparator","div"],["delete",""]],
  3394 	"<p>foo</p>{}<p>baz</p>",
  3395 	[true,true],
  3396 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3397 ["<p>foo</p>{<p>bar</p>}<p>baz</p>",
  3398 	[["defaultparagraphseparator","p"],["delete",""]],
  3399 	"<p>foo</p>{}<p>baz</p>",
  3400 	[true,true],
  3401 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3402 ["<p>foo[bar<p>baz]quz",
  3403 	[["defaultparagraphseparator","div"],["delete",""]],
  3404 	"<p>foo{}quz</p>",
  3405 	[true,true],
  3406 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3407 ["<p>foo[bar<p>baz]quz",
  3408 	[["defaultparagraphseparator","p"],["delete",""]],
  3409 	"<p>foo{}quz</p>",
  3410 	[true,true],
  3411 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3412 ["<p>foo[bar<div>baz]quz</div>",
  3413 	[["defaultparagraphseparator","div"],["delete",""]],
  3414 	"<p>foo{}quz</p>",
  3415 	[true,true],
  3416 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3417 ["<p>foo[bar<div>baz]quz</div>",
  3418 	[["defaultparagraphseparator","p"],["delete",""]],
  3419 	"<p>foo{}quz</p>",
  3420 	[true,true],
  3421 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3422 ["<p>foo[bar<h1>baz]quz</h1>",
  3423 	[["delete",""]],
  3424 	"<p>foo{}quz</p>",
  3425 	[true],
  3426 	{"delete":[false,false,"",false,false,""]}],
  3427 ["<div>foo[bar</div><p>baz]quz",
  3428 	[["defaultparagraphseparator","div"],["delete",""]],
  3429 	"<div>foo{}quz</div>",
  3430 	[true,true],
  3431 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3432 ["<div>foo[bar</div><p>baz]quz",
  3433 	[["defaultparagraphseparator","p"],["delete",""]],
  3434 	"<div>foo{}quz</div>",
  3435 	[true,true],
  3436 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3437 ["<blockquote>foo[bar</blockquote><pre>baz]quz</pre>",
  3438 	[["delete",""]],
  3439 	"<blockquote>foo{}quz</blockquote>",
  3440 	[true],
  3441 	{"delete":[false,false,"",false,false,""]}],
  3442 ["<p><b>foo[bar</b><p>baz]quz",
  3443 	[["defaultparagraphseparator","div"],["delete",""]],
  3444 	"<p><b>foo</b>{}quz</p>",
  3445 	[true,true],
  3446 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3447 ["<p><b>foo[bar</b><p>baz]quz",
  3448 	[["defaultparagraphseparator","p"],["delete",""]],
  3449 	"<p><b>foo</b>{}quz</p>",
  3450 	[true,true],
  3451 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3452 ["<div><p>foo[bar</div><p>baz]quz",
  3453 	[["defaultparagraphseparator","div"],["delete",""]],
  3454 	"<div><p>foo{}quz</p></div>",
  3455 	[true,true],
  3456 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3457 ["<div><p>foo[bar</div><p>baz]quz",
  3458 	[["defaultparagraphseparator","p"],["delete",""]],
  3459 	"<div><p>foo{}quz</p></div>",
  3460 	[true,true],
  3461 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3462 ["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
  3463 	[["defaultparagraphseparator","div"],["delete",""]],
  3464 	"<p>foo{}quz</p><blockquote><p>qoz</p></blockquote>",
  3465 	[true,true],
  3466 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3467 ["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
  3468 	[["defaultparagraphseparator","p"],["delete",""]],
  3469 	"<p>foo{}quz</p><blockquote><p>qoz</p></blockquote>",
  3470 	[true,true],
  3471 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3472 ["<p>foo[bar<p style=color:blue>baz]quz",
  3473 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["delete",""]],
  3474 	"<p>foo{}<span style=\"color:rgb(0, 0, 255)\">quz</span></p>",
  3475 	[true,true,true],
  3476 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3477 ["<p>foo[bar<p style=color:blue>baz]quz",
  3478 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["delete",""]],
  3479 	"<p>foo{}<font color=\"#0000ff\">quz</font></p>",
  3480 	[true,true,true],
  3481 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3482 ["<p>foo[bar<p style=color:blue>baz]quz",
  3483 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["delete",""]],
  3484 	"<p>foo{}<span style=\"color:rgb(0, 0, 255)\">quz</span></p>",
  3485 	[true,true,true],
  3486 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3487 ["<p>foo[bar<p style=color:blue>baz]quz",
  3488 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["delete",""]],
  3489 	"<p>foo{}<font color=\"#0000ff\">quz</font></p>",
  3490 	[true,true,true],
  3491 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3492 ["<p>foo[bar<p><b>baz]quz</b>",
  3493 	[["defaultparagraphseparator","div"],["delete",""]],
  3494 	"<p>foo{}<b>quz</b></p>",
  3495 	[true,true],
  3496 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3497 ["<p>foo[bar<p><b>baz]quz</b>",
  3498 	[["defaultparagraphseparator","p"],["delete",""]],
  3499 	"<p>foo{}<b>quz</b></p>",
  3500 	[true,true],
  3501 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3502 ["<div><p>foo<p>[bar<p>baz]</div>",
  3503 	[["defaultparagraphseparator","div"],["delete",""]],
  3504 	"<div><p>foo</p><p>{}<br></p></div>",
  3505 	[true,true],
  3506 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3507 ["<div><p>foo<p>[bar<p>baz]</div>",
  3508 	[["defaultparagraphseparator","p"],["delete",""]],
  3509 	"<div><p>foo</p><p>{}<br></p></div>",
  3510 	[true,true],
  3511 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3512 ["foo[<br>]bar",
  3513 	[["delete",""]],
  3514 	"foo{}bar",
  3515 	[true],
  3516 	{"delete":[false,false,"",false,false,""]}],
  3517 ["<p>foo[</p><p>]bar</p>",
  3518 	[["defaultparagraphseparator","div"],["delete",""]],
  3519 	"<p>foo{}bar</p>",
  3520 	[true,true],
  3521 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3522 ["<p>foo[</p><p>]bar</p>",
  3523 	[["defaultparagraphseparator","p"],["delete",""]],
  3524 	"<p>foo{}bar</p>",
  3525 	[true,true],
  3526 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3527 ["<p>foo[</p><p>]bar<br>baz</p>",
  3528 	[["defaultparagraphseparator","div"],["delete",""]],
  3529 	"<p>foo{}bar<br>baz</p>",
  3530 	[true,true],
  3531 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3532 ["<p>foo[</p><p>]bar<br>baz</p>",
  3533 	[["defaultparagraphseparator","p"],["delete",""]],
  3534 	"<p>foo{}bar<br>baz</p>",
  3535 	[true,true],
  3536 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3537 ["foo[<p>]bar</p>",
  3538 	[["defaultparagraphseparator","div"],["delete",""]],
  3539 	"foo{}bar",
  3540 	[true,true],
  3541 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3542 ["foo[<p>]bar</p>",
  3543 	[["defaultparagraphseparator","p"],["delete",""]],
  3544 	"foo{}bar",
  3545 	[true,true],
  3546 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3547 ["foo{<p>}bar</p>",
  3548 	[["defaultparagraphseparator","div"],["delete",""]],
  3549 	"foo{}bar",
  3550 	[true,true],
  3551 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3552 ["foo{<p>}bar</p>",
  3553 	[["defaultparagraphseparator","p"],["delete",""]],
  3554 	"foo{}bar",
  3555 	[true,true],
  3556 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3557 ["foo[<p>]bar<br>baz</p>",
  3558 	[["delete",""]],
  3559 	"foo{}bar<p>baz</p>",
  3560 	[true],
  3561 	{"delete":[false,false,"",false,false,""]}],
  3562 ["foo[<p>]bar</p>baz",
  3563 	[["defaultparagraphseparator","div"],["delete",""]],
  3564 	"foo{}bar<br>baz",
  3565 	[true,true],
  3566 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3567 ["foo[<p>]bar</p>baz",
  3568 	[["defaultparagraphseparator","p"],["delete",""]],
  3569 	"foo{}bar<br>baz",
  3570 	[true,true],
  3571 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3572 ["foo{<p>bar</p>}baz",
  3573 	[["defaultparagraphseparator","div"],["delete",""]],
  3574 	"foo{}baz",
  3575 	[true,true],
  3576 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3577 ["foo{<p>bar</p>}baz",
  3578 	[["defaultparagraphseparator","p"],["delete",""]],
  3579 	"foo{}baz",
  3580 	[true,true],
  3581 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3582 ["foo<p>{bar</p>}baz",
  3583 	[["delete",""]],
  3584 	"foo<p>{}baz</p>",
  3585 	[true],
  3586 	{"delete":[false,false,"",false,false,""]}],
  3587 ["foo{<p>bar}</p>baz",
  3588 	[["defaultparagraphseparator","div"],["delete",""]],
  3589 	"foo{}<br>baz",
  3590 	[true,true],
  3591 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3592 ["foo{<p>bar}</p>baz",
  3593 	[["defaultparagraphseparator","p"],["delete",""]],
  3594 	"foo{}<br>baz",
  3595 	[true,true],
  3596 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3597 ["<p>foo[</p>]bar",
  3598 	[["delete",""]],
  3599 	"<p>foo{}bar</p>",
  3600 	[true],
  3601 	{"delete":[false,false,"",false,false,""]}],
  3602 ["<p>foo{</p>}bar",
  3603 	[["delete",""]],
  3604 	"<p>foo{}bar</p>",
  3605 	[true],
  3606 	{"delete":[false,false,"",false,false,""]}],
  3607 ["<p>foo[</p>]bar<br>baz",
  3608 	[["delete",""]],
  3609 	"<p>foo{}bar</p>baz",
  3610 	[true],
  3611 	{"delete":[false,false,"",false,false,""]}],
  3612 ["<p>foo[</p>]bar<p>baz</p>",
  3613 	[["delete",""]],
  3614 	"<p>foo{}bar</p><p>baz</p>",
  3615 	[true],
  3616 	{"delete":[false,false,"",false,false,""]}],
  3617 ["foo[<div><p>]bar</div>",
  3618 	[["defaultparagraphseparator","div"],["delete",""]],
  3619 	"foo{}bar",
  3620 	[true,true],
  3621 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3622 ["foo[<div><p>]bar</div>",
  3623 	[["defaultparagraphseparator","p"],["delete",""]],
  3624 	"foo{}bar",
  3625 	[true,true],
  3626 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3627 ["<div><p>foo[</p></div>]bar",
  3628 	[["delete",""]],
  3629 	"<div><p>foo{}bar</p></div>",
  3630 	[true],
  3631 	{"delete":[false,false,"",false,false,""]}],
  3632 ["foo[<div><p>]bar</p>baz</div>",
  3633 	[["defaultparagraphseparator","div"],["delete",""]],
  3634 	"foo{}bar<div>baz</div>",
  3635 	[true,true],
  3636 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3637 ["foo[<div><p>]bar</p>baz</div>",
  3638 	[["defaultparagraphseparator","p"],["delete",""]],
  3639 	"foo{}bar<div>baz</div>",
  3640 	[true,true],
  3641 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3642 ["foo[<div>]bar<p>baz</p></div>",
  3643 	[["delete",""]],
  3644 	"foo{}bar<div><p>baz</p></div>",
  3645 	[true],
  3646 	{"delete":[false,false,"",false,false,""]}],
  3647 ["<div><p>foo</p>bar[</div>]baz",
  3648 	[["delete",""]],
  3649 	"<div><p>foo</p>bar{}baz</div>",
  3650 	[true],
  3651 	{"delete":[false,false,"",false,false,""]}],
  3652 ["<div>foo<p>bar[</p></div>]baz",
  3653 	[["delete",""]],
  3654 	"<div>foo<p>bar{}baz</p></div>",
  3655 	[true],
  3656 	{"delete":[false,false,"",false,false,""]}],
  3657 ["<p>foo<br>{</p>]bar",
  3658 	[["delete",""]],
  3659 	"<p>foo{}bar</p>",
  3660 	[true],
  3661 	{"delete":[false,false,"",false,false,""]}],
  3662 ["<p>foo<br><br>{</p>]bar",
  3663 	[["delete",""]],
  3664 	"<p>foo<br>{}bar</p>",
  3665 	[true],
  3666 	{"delete":[false,false,"",false,false,""]}],
  3667 ["foo<br>{<p>]bar</p>",
  3668 	[["defaultparagraphseparator","div"],["delete",""]],
  3669 	"foo{}bar",
  3670 	[true,true],
  3671 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3672 ["foo<br>{<p>]bar</p>",
  3673 	[["defaultparagraphseparator","p"],["delete",""]],
  3674 	"foo{}bar",
  3675 	[true,true],
  3676 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3677 ["foo<br><br>{<p>]bar</p>",
  3678 	[["defaultparagraphseparator","div"],["delete",""]],
  3679 	"foo<br>{}bar",
  3680 	[true,true],
  3681 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3682 ["foo<br><br>{<p>]bar</p>",
  3683 	[["defaultparagraphseparator","p"],["delete",""]],
  3684 	"foo<br>{}bar",
  3685 	[true,true],
  3686 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3687 ["<p>foo<br>{</p><p>}bar</p>",
  3688 	[["defaultparagraphseparator","div"],["delete",""]],
  3689 	"<p>foo{}bar</p>",
  3690 	[true,true],
  3691 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3692 ["<p>foo<br>{</p><p>}bar</p>",
  3693 	[["defaultparagraphseparator","p"],["delete",""]],
  3694 	"<p>foo{}bar</p>",
  3695 	[true,true],
  3696 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3697 ["<p>foo<br><br>{</p><p>}bar</p>",
  3698 	[["defaultparagraphseparator","div"],["delete",""]],
  3699 	"<p>foo<br>{}bar</p>",
  3700 	[true,true],
  3701 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3702 ["<p>foo<br><br>{</p><p>}bar</p>",
  3703 	[["defaultparagraphseparator","p"],["delete",""]],
  3704 	"<p>foo<br>{}bar</p>",
  3705 	[true,true],
  3706 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3707 ["<table><tbody><tr><th>foo<th>[bar]<th>baz<tr><td>quz<td>qoz<td>qiz</table>",
  3708 	[["delete",""]],
  3709 	"<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>",
  3710 	[true],
  3711 	{"delete":[false,false,"",false,false,""]}],
  3712 ["<table><tbody><tr><th>foo<th>ba[r<th>b]az<tr><td>quz<td>qoz<td>qiz</table>",
  3713 	[["delete",""]],
  3714 	"<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>",
  3715 	[true],
  3716 	{"delete":[false,false,"",false,false,""]}],
  3717 ["<table><tbody><tr><th>fo[o<th>bar<th>b]az<tr><td>quz<td>qoz<td>qiz</table>",
  3718 	[["delete",""]],
  3719 	"<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>",
  3720 	[true],
  3721 	{"delete":[false,false,"",false,false,""]}],
  3722 ["<table><tbody><tr><th>foo<th>bar<th>ba[z<tr><td>q]uz<td>qoz<td>qiz</table>",
  3723 	[["delete",""]],
  3724 	"<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>",
  3725 	[true],
  3726 	{"delete":[false,false,"",false,false,""]}],
  3727 ["<table><tbody><tr><th>[foo<th>bar<th>baz]<tr><td>quz<td>qoz<td>qiz</table>",
  3728 	[["delete",""]],
  3729 	"<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>",
  3730 	[true],
  3731 	{"delete":[false,false,"",false,false,""]}],
  3732 ["<table><tbody><tr><th>[foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz]</table>",
  3733 	[["delete",""]],
  3734 	"<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>",
  3735 	[true],
  3736 	{"delete":[false,false,"",false,false,""]}],
  3737 ["{<table><tbody><tr><th>foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz</table>}",
  3738 	[["delete",""]],
  3739 	"{}<br>",
  3740 	[true],
  3741 	{"delete":[false,false,"",false,false,""]}],
  3742 ["<table><tbody><tr><td>foo<td>ba[r<tr><td>baz<td>quz<tr><td>q]oz<td>qiz</table>",
  3743 	[["delete",""]],
  3744 	"<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>",
  3745 	[true],
  3746 	{"delete":[false,false,"",false,false,""]}],
  3747 ["<p>fo[o<table><tr><td>b]ar</table><p>baz",
  3748 	[["delete",""]],
  3749 	"<p>fo[]</p><table><tbody><tr><td>ar</td></tr></tbody></table><p>baz</p>",
  3750 	[true],
  3751 	{"delete":[false,false,"",false,false,""]}],
  3752 ["<p>foo<table><tr><td>ba[r</table><p>b]az",
  3753 	[["delete",""]],
  3754 	"<p>foo</p><table><tbody><tr><td>ba[]</td></tr></tbody></table><p>az</p>",
  3755 	[true],
  3756 	{"delete":[false,false,"",false,false,""]}],
  3757 ["<p>fo[o<table><tr><td>bar</table><p>b]az",
  3758 	[["defaultparagraphseparator","div"],["delete",""]],
  3759 	"<p>fo{}az</p>",
  3760 	[true,true],
  3761 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3762 ["<p>fo[o<table><tr><td>bar</table><p>b]az",
  3763 	[["defaultparagraphseparator","p"],["delete",""]],
  3764 	"<p>fo{}az</p>",
  3765 	[true,true],
  3766 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3767 ["<p>foo<ol><li>ba[r<li>b]az</ol><p>quz",
  3768 	[["delete",""]],
  3769 	"<p>foo</p><ol><li>ba{}az</li></ol><p>quz</p>",
  3770 	[true],
  3771 	{"delete":[false,false,"",false,false,""]}],
  3772 ["<p>foo<ol><li>bar<li>[baz]</ol><p>quz",
  3773 	[["delete",""]],
  3774 	"<p>foo</p><ol><li>bar</li><li>{}<br></li></ol><p>quz</p>",
  3775 	[true],
  3776 	{"delete":[false,false,"",false,false,""]}],
  3777 ["<p>fo[o<ol><li>b]ar<li>baz</ol><p>quz",
  3778 	[["delete",""]],
  3779 	"<p>fo{}ar</p><ol><li>baz</li></ol><p>quz</p>",
  3780 	[true],
  3781 	{"delete":[false,false,"",false,false,""]}],
  3782 ["<p>foo<ol><li>bar<li>ba[z</ol><p>q]uz",
  3783 	[["defaultparagraphseparator","div"],["delete",""]],
  3784 	"<p>foo</p><ol><li>bar</li><li>ba{}uz</li></ol>",
  3785 	[true,true],
  3786 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3787 ["<p>foo<ol><li>bar<li>ba[z</ol><p>q]uz",
  3788 	[["defaultparagraphseparator","p"],["delete",""]],
  3789 	"<p>foo</p><ol><li>bar</li><li>ba{}uz</li></ol>",
  3790 	[true,true],
  3791 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3792 ["<p>fo[o<ol><li>bar<li>b]az</ol><p>quz",
  3793 	[["delete",""]],
  3794 	"<p>fo{}az</p><p>quz</p>",
  3795 	[true],
  3796 	{"delete":[false,false,"",false,false,""]}],
  3797 ["<p>fo[o<ol><li>bar<li>baz</ol><p>q]uz",
  3798 	[["defaultparagraphseparator","div"],["delete",""]],
  3799 	"<p>fo{}uz</p>",
  3800 	[true,true],
  3801 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3802 ["<p>fo[o<ol><li>bar<li>baz</ol><p>q]uz",
  3803 	[["defaultparagraphseparator","p"],["delete",""]],
  3804 	"<p>fo{}uz</p>",
  3805 	[true,true],
  3806 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3807 ["<ol><li>fo[o</ol><ol><li>b]ar</ol>",
  3808 	[["delete",""]],
  3809 	"<ol><li>fo{}ar</li></ol>",
  3810 	[true],
  3811 	{"delete":[false,false,"",false,false,""]}],
  3812 ["<ol><li>fo[o</ol><ul><li>b]ar</ul>",
  3813 	[["delete",""]],
  3814 	"<ol><li>fo{}ar</li></ol>",
  3815 	[true],
  3816 	{"delete":[false,false,"",false,false,""]}],
  3817 ["foo[<ol><li>]bar</ol>",
  3818 	[["delete",""]],
  3819 	"foo{}bar",
  3820 	[true],
  3821 	{"delete":[false,false,"",false,false,""]}],
  3822 ["<ol><li>foo[<li>]bar</ol>",
  3823 	[["delete",""]],
  3824 	"<ol><li>foo{}bar</li></ol>",
  3825 	[true],
  3826 	{"delete":[false,false,"",false,false,""]}],
  3827 ["foo[<dl><dt>]bar<dd>baz</dl>",
  3828 	[["delete",""]],
  3829 	"foo{}bar<dl><dd>baz</dd></dl>",
  3830 	[true],
  3831 	{"delete":[false,false,"",false,false,""]}],
  3832 ["foo[<dl><dd>]bar</dl>",
  3833 	[["delete",""]],
  3834 	"foo{}bar",
  3835 	[true],
  3836 	{"delete":[false,false,"",false,false,""]}],
  3837 ["<dl><dt>foo[<dd>]bar</dl>",
  3838 	[["delete",""]],
  3839 	"<dl><dt>foo{}bar</dt></dl>",
  3840 	[true],
  3841 	{"delete":[false,false,"",false,false,""]}],
  3842 ["<dl><dt>foo[<dt>]bar<dd>baz</dl>",
  3843 	[["delete",""]],
  3844 	"<dl><dt>foo{}bar</dt><dd>baz</dd></dl>",
  3845 	[true],
  3846 	{"delete":[false,false,"",false,false,""]}],
  3847 ["<dl><dt>foo<dd>bar[<dd>]baz</dl>",
  3848 	[["delete",""]],
  3849 	"<dl><dt>foo</dt><dd>bar{}baz</dd></dl>",
  3850 	[true],
  3851 	{"delete":[false,false,"",false,false,""]}],
  3852 ["<b>foo [&nbsp;</b>bar]",
  3853 	[["delete",""]],
  3854 	"<b>foo&nbsp;[]</b>",
  3855 	[true],
  3856 	{"delete":[false,false,"",false,false,""]}],
  3857 ["foo<b> [&nbsp;bar]</b>",
  3858 	[["delete",""]],
  3859 	"foo<b>&nbsp;[]</b>",
  3860 	[true],
  3861 	{"delete":[false,false,"",false,false,""]}],
  3862 ["<b>[foo&nbsp;] </b>bar",
  3863 	[["delete",""]],
  3864 	"<b>{}&nbsp;</b>bar",
  3865 	[true],
  3866 	{"delete":[false,false,"",false,false,""]}],
  3867 ["[foo<b>&nbsp;] bar</b>",
  3868 	[["delete",""]],
  3869 	"{}<b>&nbsp;bar</b>",
  3870 	[true],
  3871 	{"delete":[false,false,"",false,false,""]}],
  3872 ["<p style=display:inline>fo[o<p style=display:inline>b]ar",
  3873 	[["delete",""]],
  3874 	"<p style=\"display:inline\">fo[]</p><p style=\"display:inline\">ar</p>",
  3875 	[true],
  3876 	{"delete":[false,false,"",false,false,""]}],
  3877 ["<span style=display:block>fo[o</span><span style=display:block>b]ar</span>",
  3878 	[["stylewithcss","true"],["delete",""]],
  3879 	"<span style=\"display:block\">fo{}ar</span>",
  3880 	[true,true],
  3881 	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  3882 ["<span style=display:block>fo[o</span><span style=display:block>b]ar</span>",
  3883 	[["stylewithcss","false"],["delete",""]],
  3884 	"<span style=\"display:block\">fo{}ar</span>",
  3885 	[true,true],
  3886 	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  3887 ["<span style=display:inline-block>fo[o</span><span style=display:inline-block>b]ar</span>",
  3888 	[["delete",""]],
  3889 	"<span style=\"display:inline-block\">fo[]</span><span style=\"display:inline-block\">ar</span>",
  3890 	[true],
  3891 	{"delete":[false,false,"",false,false,""]}],
  3892 ["<span style=display:inline-table>fo[o</span><span style=display:inline-table>b]ar</span>",
  3893 	[["delete",""]],
  3894 	"<span style=\"display:inline-table\">fo[]</span><span style=\"display:inline-table\">ar</span>",
  3895 	[true],
  3896 	{"delete":[false,false,"",false,false,""]}],
  3897 ["<span style=display:none>fo[o</span><span style=display:none>b]ar</span>",
  3898 	[["delete",""]],
  3899 	"<span style=\"display:none\">fo[]</span><span style=\"display:none\">ar</span>",
  3900 	[true],
  3901 	{"delete":[false,false,"",false,false,""]}],
  3902 ["<quasit style=display:block>fo[o</quasit><quasit style=display:block>b]ar</quasit>",
  3903 	[["stylewithcss","true"],["delete",""]],
  3904 	"<quasit style=\"display:block\">fo{}ar</quasit>",
  3905 	[true,true],
  3906 	{"stylewithcss":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
  3907 ["<quasit style=display:block>fo[o</quasit><quasit style=display:block>b]ar</quasit>",
  3908 	[["stylewithcss","false"],["delete",""]],
  3909 	"<quasit style=\"display:block\">fo{}ar</quasit>",
  3910 	[true,true],
  3911 	{"stylewithcss":[false,true,"",false,false,""],"delete":[false,false,"",false,false,""]}],
  3912 ["<ol><li>foo</ol>{}<br><ol><li>bar</ol>",
  3913 	[["delete",""]],
  3914 	"<ol><li>foo{}</li><li>bar</li></ol>",
  3915 	[true],
  3916 	{"delete":[false,false,"",false,false,""]}],
  3917 ["<ol><li>foo</ol><p>{}<br></p><ol><li>bar</ol>",
  3918 	[["defaultparagraphseparator","div"],["delete",""]],
  3919 	"<ol><li>foo{}</li><li>bar</li></ol>",
  3920 	[true,true],
  3921 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3922 ["<ol><li>foo</ol><p>{}<br></p><ol><li>bar</ol>",
  3923 	[["defaultparagraphseparator","p"],["delete",""]],
  3924 	"<ol><li>foo{}</li><li>bar</li></ol>",
  3925 	[true,true],
  3926 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3927 ["<ol><li><p>foo</ol><p>{}<br></p><ol><li>bar</ol>",
  3928 	[["defaultparagraphseparator","div"],["delete",""]],
  3929 	"<ol><li><p>foo{}</p></li><li>bar</li></ol>",
  3930 	[true,true],
  3931 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3932 ["<ol><li><p>foo</ol><p>{}<br></p><ol><li>bar</ol>",
  3933 	[["defaultparagraphseparator","p"],["delete",""]],
  3934 	"<ol><li><p>foo{}</p></li><li>bar</li></ol>",
  3935 	[true,true],
  3936 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3937 ["<ol id=a><li>foo</ol>{}<br><ol><li>bar</ol>",
  3938 	[["delete",""]],
  3939 	"<ol id=\"a\"><li>foo{}</li><li>bar</li></ol>",
  3940 	[true],
  3941 	{"delete":[false,false,"",false,false,""]}],
  3942 ["<ol><li>foo</ol>{}<br><ol id=b><li>bar</ol>",
  3943 	[["delete",""]],
  3944 	"<ol><li>foo{}</li><li>bar</li></ol>",
  3945 	[true],
  3946 	{"delete":[false,false,"",false,false,""]}],
  3947 ["<ol id=a><li>foo</ol>{}<br><ol id=b><li>bar</ol>",
  3948 	[["delete",""]],
  3949 	"<ol id=\"a\"><li>foo{}</li><li>bar</li></ol>",
  3950 	[true],
  3951 	{"delete":[false,false,"",false,false,""]}],
  3952 ["<ol class=a><li>foo</ol>{}<br><ol class=b><li>bar</ol>",
  3953 	[["delete",""]],
  3954 	"<ol class=\"a\"><li>foo{}</li><li>bar</li></ol>",
  3955 	[true],
  3956 	{"delete":[false,false,"",false,false,""]}],
  3957 ["<ol><ol><li>foo</ol><li>{}<br></li><ol><li>bar</ol></ol>",
  3958 	[["delete",""]],
  3959 	"<ol><ol><li>foo{}</li><li>bar</li></ol></ol>",
  3960 	[true],
  3961 	{"delete":[false,false,"",false,false,""]}],
  3962 ["<ol><li>foo[</ol>bar]<ol><li>baz</ol>",
  3963 	[["delete",""]],
  3964 	"<ol><li>foo{}</li><li>baz</li></ol>",
  3965 	[true],
  3966 	{"delete":[false,false,"",false,false,""]}],
  3967 ["<ol><li>foo[</ol><p>bar]<ol><li>baz</ol>",
  3968 	[["defaultparagraphseparator","div"],["delete",""]],
  3969 	"<ol><li>foo{}</li><li>baz</li></ol>",
  3970 	[true,true],
  3971 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3972 ["<ol><li>foo[</ol><p>bar]<ol><li>baz</ol>",
  3973 	[["defaultparagraphseparator","p"],["delete",""]],
  3974 	"<ol><li>foo{}</li><li>baz</li></ol>",
  3975 	[true,true],
  3976 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3977 ["<ol><li><p>foo[</ol><p>bar]<ol><li>baz</ol>",
  3978 	[["defaultparagraphseparator","div"],["delete",""]],
  3979 	"<ol><li><p>foo{}</p></li><li>baz</li></ol>",
  3980 	[true,true],
  3981 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  3982 ["<ol><li><p>foo[</ol><p>bar]<ol><li>baz</ol>",
  3983 	[["defaultparagraphseparator","p"],["delete",""]],
  3984 	"<ol><li><p>foo{}</p></li><li>baz</li></ol>",
  3985 	[true,true],
  3986 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  3987 ["<ol><li>foo[]</ol><ol><li>bar</ol>",
  3988 	[["delete",""]],
  3989 	"<ol><li>fo[]</li></ol><ol><li>bar</li></ol>",
  3990 	[true],
  3991 	{"delete":[false,false,"",false,false,""]}],
  3992 ["<ol><li>foo</ol>[bar<ol><li>]baz</ol>",
  3993 	[["delete",""]],
  3994 	"<ol><li>foo</li></ol>{}baz",
  3995 	[true],
  3996 	{"delete":[false,false,"",false,false,""]}],
  3997 ["<ol><li>foo</ol><p>[bar<ol><li>]baz</ol>",
  3998 	[["delete",""]],
  3999 	"<ol><li>foo</li></ol><p>{}baz</p>",
  4000 	[true],
  4001 	{"delete":[false,false,"",false,false,""]}],
  4002 ["<ol><li>foo</ol><p>[bar<ol><li><p>]baz</ol>",
  4003 	[["defaultparagraphseparator","div"],["delete",""]],
  4004 	"<ol><li>foo</li></ol><p>{}baz</p>",
  4005 	[true,true],
  4006 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  4007 ["<ol><li>foo</ol><p>[bar<ol><li><p>]baz</ol>",
  4008 	[["defaultparagraphseparator","p"],["delete",""]],
  4009 	"<ol><li>foo</li></ol><p>{}baz</p>",
  4010 	[true,true],
  4011 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  4012 ["<ol><li>foo</ol><ol><li>b[]ar</ol>",
  4013 	[["delete",""]],
  4014 	"<ol><li>foo</li></ol><ol><li>{}ar</li></ol>",
  4015 	[true],
  4016 	{"delete":[false,false,"",false,false,""]}],
  4017 ["<ol><ol><li>foo[</ol><li>bar</ol>baz]<ol><li>quz</ol>",
  4018 	[["delete",""]],
  4019 	"<ol><ol><li>foo{}</li></ol><li>quz</li></ol>",
  4020 	[true],
  4021 	{"delete":[false,false,"",false,false,""]}],
  4022 ["<ul><li>foo</ul>{}<br><ul><li>bar</ul>",
  4023 	[["delete",""]],
  4024 	"<ul><li>foo{}</li><li>bar</li></ul>",
  4025 	[true],
  4026 	{"delete":[false,false,"",false,false,""]}],
  4027 ["<ul><li>foo</ul><p>{}<br></p><ul><li>bar</ul>",
  4028 	[["defaultparagraphseparator","div"],["delete",""]],
  4029 	"<ul><li>foo{}</li><li>bar</li></ul>",
  4030 	[true,true],
  4031 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  4032 ["<ul><li>foo</ul><p>{}<br></p><ul><li>bar</ul>",
  4033 	[["defaultparagraphseparator","p"],["delete",""]],
  4034 	"<ul><li>foo{}</li><li>bar</li></ul>",
  4035 	[true,true],
  4036 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  4037 ["<ol><li>foo[<li>bar]</ol><ol><li>baz</ol><ol><li>quz</ol>",
  4038 	[["delete",""]],
  4039 	"<ol><li>foo{}</li><li>baz</li><li>quz</li></ol>",
  4040 	[true],
  4041 	{"delete":[false,false,"",false,false,""]}],
  4042 ["<ol><li>foo</ol>{}<br><ul><li>bar</ul>",
  4043 	[["delete",""]],
  4044 	"<ol><li>foo{}</li></ol><ul><li>bar</li></ul>",
  4045 	[true],
  4046 	{"delete":[false,false,"",false,false,""]}],
  4047 ["<ol><li>foo</ol><p>{}<br></p><ul><li>bar</ul>",
  4048 	[["defaultparagraphseparator","div"],["delete",""]],
  4049 	"<ol><li>foo{}</li></ol><ul><li>bar</li></ul>",
  4050 	[true,true],
  4051 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  4052 ["<ol><li>foo</ol><p>{}<br></p><ul><li>bar</ul>",
  4053 	[["defaultparagraphseparator","p"],["delete",""]],
  4054 	"<ol><li>foo{}</li></ol><ul><li>bar</li></ul>",
  4055 	[true,true],
  4056 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  4057 ["<ul><li>foo</ul>{}<br><ol><li>bar</ol>",
  4058 	[["delete",""]],
  4059 	"<ul><li>foo{}</li></ul><ol><li>bar</li></ol>",
  4060 	[true],
  4061 	{"delete":[false,false,"",false,false,""]}],
  4062 ["<ul><li>foo</ul><p>{}<br></p><ol><li>bar</ol>",
  4063 	[["defaultparagraphseparator","div"],["delete",""]],
  4064 	"<ul><li>foo{}</li></ul><ol><li>bar</li></ol>",
  4065 	[true,true],
  4066 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
  4067 ["<ul><li>foo</ul><p>{}<br></p><ol><li>bar</ol>",
  4068 	[["defaultparagraphseparator","p"],["delete",""]],
  4069 	"<ul><li>foo{}</li></ul><ol><li>bar</li></ol>",
  4070 	[true,true],
  4071 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"delete":[false,false,"",false,false,""]}],
  4072 ["<p><b>[foo]</b>",
  4073 	[["delete",""]],
  4074 	"<p><b>{}<br></b></p>",
  4075 	[true],
  4076 	{"delete":[false,false,"",false,false,""]}],
  4077 ["<p><quasit>[foo]</quasit>",
  4078 	[["delete",""]],
  4079 	"<p><quasit>{}<br></quasit></p>",
  4080 	[true],
  4081 	{"delete":[false,false,"",false,false,""]}],
  4082 ["<p><b><i>[foo]</i></b>",
  4083 	[["delete",""]],
  4084 	"<p><b><i>{}<br></i></b></p>",
  4085 	[true],
  4086 	{"delete":[false,false,"",false,false,""]}],
  4087 ["<p><b>{foo}</b>",
  4088 	[["delete",""]],
  4089 	"<p><b>{}<br></b></p>",
  4090 	[true],
  4091 	{"delete":[false,false,"",false,false,""]}],
  4092 ["<p>{<b>foo</b>}",
  4093 	[["delete",""]],
  4094 	"<p><b>{}<br></b></p>",
  4095 	[true],
  4096 	{"delete":[false,false,"",false,false,""]}],
  4097 ["<p><b>f[]</b>",
  4098 	[["delete",""]],
  4099 	"<p><b>{}<br></b></p>",
  4100 	[true],
  4101 	{"delete":[false,false,"",false,false,""]}],
  4102 ["<b>[foo]</b>",
  4103 	[["delete",""]],
  4104 	"<b>{}<br></b>",
  4105 	[true],
  4106 	{"delete":[false,false,"",false,false,""]}],
  4107 ["<div><b>[foo]</b></div>",
  4108 	[["delete",""]],
  4109 	"<div><b>{}<br></b></div>",
  4110 	[true],
  4111 	{"delete":[false,false,"",false,false,""]}],
  4112 ["foo[]bar",
  4113 	[["fontname","sans-serif"]],
  4114 	"foo[]bar",
  4115 	[true],
  4116 	{"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4117 ["<p>[foo</p> <p>bar]</p>",
  4118 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4119 	"<p><span style=\"font-family:sans-serif\">[foo</span></p> <p><span style=\"font-family:sans-serif\">bar]</span></p>",
  4120 	[true,true],
  4121 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4122 ["<p>[foo</p> <p>bar]</p>",
  4123 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4124 	"<p><font face=\"sans-serif\">[foo</font></p> <p><font face=\"sans-serif\">bar]</font></p>",
  4125 	[true,true],
  4126 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4127 ["<span>[foo</span> <span>bar]</span>",
  4128 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4129 	"<span style=\"font-family:sans-serif\"><span>[foo</span> <span>bar]</span></span>",
  4130 	[true,true],
  4131 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4132 ["<span>[foo</span> <span>bar]</span>",
  4133 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4134 	"<font face=\"sans-serif\"><span>[foo</span> <span>bar]</span></font>",
  4135 	[true,true],
  4136 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4137 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
  4138 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4139 	"<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>",
  4140 	[true,true],
  4141 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4142 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
  4143 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4144 	"<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>",
  4145 	[true,true],
  4146 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4147 ["<p>[foo<p><br><p>bar]",
  4148 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4149 	"<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>",
  4150 	[true,true],
  4151 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4152 ["<p>[foo<p><br><p>bar]",
  4153 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4154 	"<p><font face=\"sans-serif\">[foo</font></p><p><font face=\"sans-serif\"><br></font></p><p><font face=\"sans-serif\">bar]</font></p>",
  4155 	[true,true],
  4156 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4157 ["<b>foo[]bar</b>",
  4158 	[["fontname","sans-serif"]],
  4159 	"<b>foo[]bar</b>",
  4160 	[true],
  4161 	{"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4162 ["<i>foo[]bar</i>",
  4163 	[["fontname","sans-serif"]],
  4164 	"<i>foo[]bar</i>",
  4165 	[true],
  4166 	{"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4167 ["<span>foo</span>{}<span>bar</span>",
  4168 	[["fontname","sans-serif"]],
  4169 	"<span>foo</span>{}<span>bar</span>",
  4170 	[true],
  4171 	{"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4172 ["<span>foo[</span><span>]bar</span>",
  4173 	[["fontname","sans-serif"]],
  4174 	"<span>foo[</span><span>]bar</span>",
  4175 	[true],
  4176 	{"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4177 ["foo[bar]baz",
  4178 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4179 	"foo<span style=\"font-family:sans-serif\">[bar]</span>baz",
  4180 	[true,true],
  4181 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4182 ["foo[bar]baz",
  4183 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4184 	"foo<font face=\"sans-serif\">[bar]</font>baz",
  4185 	[true,true],
  4186 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4187 ["foo[bar<b>baz]qoz</b>quz",
  4188 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4189 	"foo<span style=\"font-family:sans-serif\">[bar</span><b><span style=\"font-family:sans-serif\">baz]</span>qoz</b>quz",
  4190 	[true,true],
  4191 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4192 ["foo[bar<b>baz]qoz</b>quz",
  4193 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4194 	"foo<font face=\"sans-serif\">[bar</font><b><font face=\"sans-serif\">baz]</font>qoz</b>quz",
  4195 	[true,true],
  4196 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4197 ["foo[bar<i>baz]qoz</i>quz",
  4198 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4199 	"foo<span style=\"font-family:sans-serif\">[bar</span><i><span style=\"font-family:sans-serif\">baz]</span>qoz</i>quz",
  4200 	[true,true],
  4201 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4202 ["foo[bar<i>baz]qoz</i>quz",
  4203 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4204 	"foo<font face=\"sans-serif\">[bar</font><i><font face=\"sans-serif\">baz]</font>qoz</i>quz",
  4205 	[true,true],
  4206 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4207 ["{<p><p> <p>foo</p>}",
  4208 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4209 	"{<p></p><p> </p><p><span style=\"font-family:sans-serif\">foo</span></p>}",
  4210 	[true,true],
  4211 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4212 ["{<p><p> <p>foo</p>}",
  4213 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4214 	"{<p></p><p> </p><p><font face=\"sans-serif\">foo</font></p>}",
  4215 	[true,true],
  4216 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4217 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  4218 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4219 	"<table><tbody><tr><td>foo</td><td>b<span style=\"font-family:sans-serif\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
  4220 	[true,true],
  4221 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4222 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  4223 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4224 	"<table><tbody><tr><td>foo</td><td>b<font face=\"sans-serif\">[a]</font>r</td><td>baz</td></tr></tbody></table>",
  4225 	[true,true],
  4226 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4227 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  4228 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4229 	"<table><tbody><tr><td>foo</td>{<td><span style=\"font-family:sans-serif\">bar</span></td>}<td>baz</td></tr></tbody></table>",
  4230 	[true,true],
  4231 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4232 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  4233 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4234 	"<table><tbody><tr><td>foo</td>{<td><font face=\"sans-serif\">bar</font></td>}<td>baz</td></tr></tbody></table>",
  4235 	[true,true],
  4236 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4237 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  4238 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4239 	"<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>",
  4240 	[true,true],
  4241 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4242 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  4243 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4244 	"<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>",
  4245 	[true,true],
  4246 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4247 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  4248 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4249 	"<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>",
  4250 	[true,true],
  4251 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4252 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  4253 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4254 	"<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>",
  4255 	[true,true],
  4256 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4257 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  4258 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4259 	"<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>",
  4260 	[true,true],
  4261 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4262 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  4263 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4264 	"<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>",
  4265 	[true,true],
  4266 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4267 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
  4268 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4269 	"{<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>}",
  4270 	[true,true],
  4271 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4272 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
  4273 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4274 	"{<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>}",
  4275 	[true,true],
  4276 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"serif",false,false,"sans-serif"]}],
  4277 ["foo<code>[bar]</code>baz",
  4278 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4279 	"foo<code><span style=\"font-family:sans-serif\">[bar]</span></code>baz",
  4280 	[true,true],
  4281 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4282 ["foo<code>[bar]</code>baz",
  4283 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4284 	"foo<code><font face=\"sans-serif\">[bar]</font></code>baz",
  4285 	[true,true],
  4286 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4287 ["foo<kbd>[bar]</kbd>baz",
  4288 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4289 	"foo<kbd><span style=\"font-family:sans-serif\">[bar]</span></kbd>baz",
  4290 	[true,true],
  4291 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4292 ["foo<kbd>[bar]</kbd>baz",
  4293 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4294 	"foo<kbd><font face=\"sans-serif\">[bar]</font></kbd>baz",
  4295 	[true,true],
  4296 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4297 ["foo<listing>[bar]</listing>baz",
  4298 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4299 	"foo<listing><span style=\"font-family:sans-serif\">[bar]</span></listing>baz",
  4300 	[true,true],
  4301 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4302 ["foo<listing>[bar]</listing>baz",
  4303 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4304 	"foo<listing><font face=\"sans-serif\">[bar]</font></listing>baz",
  4305 	[true,true],
  4306 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4307 ["foo<pre>[bar]</pre>baz",
  4308 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4309 	"foo<pre><span style=\"font-family:sans-serif\">[bar]</span></pre>baz",
  4310 	[true,true],
  4311 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4312 ["foo<pre>[bar]</pre>baz",
  4313 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4314 	"foo<pre><font face=\"sans-serif\">[bar]</font></pre>baz",
  4315 	[true,true],
  4316 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4317 ["foo<samp>[bar]</samp>baz",
  4318 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4319 	"foo<samp><span style=\"font-family:sans-serif\">[bar]</span></samp>baz",
  4320 	[true,true],
  4321 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4322 ["foo<samp>[bar]</samp>baz",
  4323 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4324 	"foo<samp><font face=\"sans-serif\">[bar]</font></samp>baz",
  4325 	[true,true],
  4326 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4327 ["foo<tt>[bar]</tt>baz",
  4328 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4329 	"foo<tt><span style=\"font-family:sans-serif\">[bar]</span></tt>baz",
  4330 	[true,true],
  4331 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4332 ["foo<tt>[bar]</tt>baz",
  4333 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4334 	"foo<tt><font face=\"sans-serif\">[bar]</font></tt>baz",
  4335 	[true,true],
  4336 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4337 ["foo<code>b[a]r</code>baz",
  4338 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4339 	"foo<code>b<span style=\"font-family:sans-serif\">[a]</span>r</code>baz",
  4340 	[true,true],
  4341 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4342 ["foo<code>b[a]r</code>baz",
  4343 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4344 	"foo<code>b<font face=\"sans-serif\">[a]</font>r</code>baz",
  4345 	[true,true],
  4346 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4347 ["foo<kbd>b[a]r</kbd>baz",
  4348 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4349 	"foo<kbd>b<span style=\"font-family:sans-serif\">[a]</span>r</kbd>baz",
  4350 	[true,true],
  4351 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4352 ["foo<kbd>b[a]r</kbd>baz",
  4353 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4354 	"foo<kbd>b<font face=\"sans-serif\">[a]</font>r</kbd>baz",
  4355 	[true,true],
  4356 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4357 ["foo<listing>b[a]r</listing>baz",
  4358 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4359 	"foo<listing>b<span style=\"font-family:sans-serif\">[a]</span>r</listing>baz",
  4360 	[true,true],
  4361 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4362 ["foo<listing>b[a]r</listing>baz",
  4363 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4364 	"foo<listing>b<font face=\"sans-serif\">[a]</font>r</listing>baz",
  4365 	[true,true],
  4366 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4367 ["foo<pre>b[a]r</pre>baz",
  4368 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4369 	"foo<pre>b<span style=\"font-family:sans-serif\">[a]</span>r</pre>baz",
  4370 	[true,true],
  4371 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4372 ["foo<pre>b[a]r</pre>baz",
  4373 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4374 	"foo<pre>b<font face=\"sans-serif\">[a]</font>r</pre>baz",
  4375 	[true,true],
  4376 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4377 ["foo<samp>b[a]r</samp>baz",
  4378 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4379 	"foo<samp>b<span style=\"font-family:sans-serif\">[a]</span>r</samp>baz",
  4380 	[true,true],
  4381 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4382 ["foo<samp>b[a]r</samp>baz",
  4383 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4384 	"foo<samp>b<font face=\"sans-serif\">[a]</font>r</samp>baz",
  4385 	[true,true],
  4386 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4387 ["foo<tt>b[a]r</tt>baz",
  4388 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4389 	"foo<tt>b<span style=\"font-family:sans-serif\">[a]</span>r</tt>baz",
  4390 	[true,true],
  4391 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4392 ["foo<tt>b[a]r</tt>baz",
  4393 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4394 	"foo<tt>b<font face=\"sans-serif\">[a]</font>r</tt>baz",
  4395 	[true,true],
  4396 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4397 ["[foo<code>bar</code>baz]",
  4398 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4399 	"<span style=\"font-family:sans-serif\">[foo<code><span style=\"font-family:sans-serif\">bar</span></code>baz]</span>",
  4400 	[true,true],
  4401 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4402 ["[foo<code>bar</code>baz]",
  4403 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4404 	"<font face=\"sans-serif\">[foo<code><font face=\"sans-serif\">bar</font></code>baz]</font>",
  4405 	[true,true],
  4406 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4407 ["[foo<kbd>bar</kbd>baz]",
  4408 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4409 	"<span style=\"font-family:sans-serif\">[foo<kbd><span style=\"font-family:sans-serif\">bar</span></kbd>baz]</span>",
  4410 	[true,true],
  4411 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4412 ["[foo<kbd>bar</kbd>baz]",
  4413 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4414 	"<font face=\"sans-serif\">[foo<kbd><font face=\"sans-serif\">bar</font></kbd>baz]</font>",
  4415 	[true,true],
  4416 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4417 ["[foo<listing>bar</listing>baz]",
  4418 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4419 	"<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>",
  4420 	[true,true],
  4421 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4422 ["[foo<listing>bar</listing>baz]",
  4423 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4424 	"<font face=\"sans-serif\">[foo</font><listing><font face=\"sans-serif\">bar</font></listing><font face=\"sans-serif\">baz]</font>",
  4425 	[true,true],
  4426 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4427 ["[foo<pre>bar</pre>baz]",
  4428 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4429 	"<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>",
  4430 	[true,true],
  4431 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4432 ["[foo<pre>bar</pre>baz]",
  4433 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4434 	"<font face=\"sans-serif\">[foo</font><pre><font face=\"sans-serif\">bar</font></pre><font face=\"sans-serif\">baz]</font>",
  4435 	[true,true],
  4436 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4437 ["[foo<samp>bar</samp>baz]",
  4438 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4439 	"<span style=\"font-family:sans-serif\">[foo<samp><span style=\"font-family:sans-serif\">bar</span></samp>baz]</span>",
  4440 	[true,true],
  4441 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4442 ["[foo<samp>bar</samp>baz]",
  4443 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4444 	"<font face=\"sans-serif\">[foo<samp><font face=\"sans-serif\">bar</font></samp>baz]</font>",
  4445 	[true,true],
  4446 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4447 ["[foo<tt>bar</tt>baz]",
  4448 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4449 	"<span style=\"font-family:sans-serif\">[foo<tt><span style=\"font-family:sans-serif\">bar</span></tt>baz]</span>",
  4450 	[true,true],
  4451 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4452 ["[foo<tt>bar</tt>baz]",
  4453 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4454 	"<font face=\"sans-serif\">[foo<tt><font face=\"sans-serif\">bar</font></tt>baz]</font>",
  4455 	[true,true],
  4456 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4457 ["[foo<code>ba]r</code>baz",
  4458 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4459 	"<span style=\"font-family:sans-serif\">[foo</span><code><span style=\"font-family:sans-serif\">ba]</span>r</code>baz",
  4460 	[true,true],
  4461 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4462 ["[foo<code>ba]r</code>baz",
  4463 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4464 	"<font face=\"sans-serif\">[foo</font><code><font face=\"sans-serif\">ba]</font>r</code>baz",
  4465 	[true,true],
  4466 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4467 ["[foo<kbd>ba]r</kbd>baz",
  4468 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4469 	"<span style=\"font-family:sans-serif\">[foo</span><kbd><span style=\"font-family:sans-serif\">ba]</span>r</kbd>baz",
  4470 	[true,true],
  4471 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4472 ["[foo<kbd>ba]r</kbd>baz",
  4473 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4474 	"<font face=\"sans-serif\">[foo</font><kbd><font face=\"sans-serif\">ba]</font>r</kbd>baz",
  4475 	[true,true],
  4476 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4477 ["[foo<listing>ba]r</listing>baz",
  4478 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4479 	"<span style=\"font-family:sans-serif\">[foo</span><listing><span style=\"font-family:sans-serif\">ba]</span>r</listing>baz",
  4480 	[true,true],
  4481 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4482 ["[foo<listing>ba]r</listing>baz",
  4483 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4484 	"<font face=\"sans-serif\">[foo</font><listing><font face=\"sans-serif\">ba]</font>r</listing>baz",
  4485 	[true,true],
  4486 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4487 ["[foo<pre>ba]r</pre>baz",
  4488 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4489 	"<span style=\"font-family:sans-serif\">[foo</span><pre><span style=\"font-family:sans-serif\">ba]</span>r</pre>baz",
  4490 	[true,true],
  4491 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4492 ["[foo<pre>ba]r</pre>baz",
  4493 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4494 	"<font face=\"sans-serif\">[foo</font><pre><font face=\"sans-serif\">ba]</font>r</pre>baz",
  4495 	[true,true],
  4496 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4497 ["[foo<samp>ba]r</samp>baz",
  4498 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4499 	"<span style=\"font-family:sans-serif\">[foo</span><samp><span style=\"font-family:sans-serif\">ba]</span>r</samp>baz",
  4500 	[true,true],
  4501 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4502 ["[foo<samp>ba]r</samp>baz",
  4503 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4504 	"<font face=\"sans-serif\">[foo</font><samp><font face=\"sans-serif\">ba]</font>r</samp>baz",
  4505 	[true,true],
  4506 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4507 ["[foo<tt>ba]r</tt>baz",
  4508 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4509 	"<span style=\"font-family:sans-serif\">[foo</span><tt><span style=\"font-family:sans-serif\">ba]</span>r</tt>baz",
  4510 	[true,true],
  4511 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4512 ["[foo<tt>ba]r</tt>baz",
  4513 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4514 	"<font face=\"sans-serif\">[foo</font><tt><font face=\"sans-serif\">ba]</font>r</tt>baz",
  4515 	[true,true],
  4516 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4517 ["foo<code>b[ar</code>baz]",
  4518 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4519 	"foo<code>b<span style=\"font-family:sans-serif\">[ar</span></code><span style=\"font-family:sans-serif\">baz]</span>",
  4520 	[true,true],
  4521 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  4522 ["foo<code>b[ar</code>baz]",
  4523 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4524 	"foo<code>b<font face=\"sans-serif\">[ar</font></code><font face=\"sans-serif\">baz]</font>",
  4525 	[true,true],
  4526 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  4527 ["foo<kbd>b[ar</kbd>baz]",
  4528 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4529 	"foo<kbd>b<span style=\"font-family:sans-serif\">[ar</span></kbd><span style=\"font-family:sans-serif\">baz]</span>",
  4530 	[true,true],
  4531 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  4532 ["foo<kbd>b[ar</kbd>baz]",
  4533 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4534 	"foo<kbd>b<font face=\"sans-serif\">[ar</font></kbd><font face=\"sans-serif\">baz]</font>",
  4535 	[true,true],
  4536 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  4537 ["foo<listing>b[ar</listing>baz]",
  4538 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4539 	"foo<listing>b<span style=\"font-family:sans-serif\">[ar</span></listing><span style=\"font-family:sans-serif\">baz]</span>",
  4540 	[true,true],
  4541 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  4542 ["foo<listing>b[ar</listing>baz]",
  4543 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4544 	"foo<listing>b<font face=\"sans-serif\">[ar</font></listing><font face=\"sans-serif\">baz]</font>",
  4545 	[true,true],
  4546 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  4547 ["foo<pre>b[ar</pre>baz]",
  4548 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4549 	"foo<pre>b<span style=\"font-family:sans-serif\">[ar</span></pre><span style=\"font-family:sans-serif\">baz]</span>",
  4550 	[true,true],
  4551 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  4552 ["foo<pre>b[ar</pre>baz]",
  4553 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4554 	"foo<pre>b<font face=\"sans-serif\">[ar</font></pre><font face=\"sans-serif\">baz]</font>",
  4555 	[true,true],
  4556 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  4557 ["foo<samp>b[ar</samp>baz]",
  4558 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4559 	"foo<samp>b<span style=\"font-family:sans-serif\">[ar</span></samp><span style=\"font-family:sans-serif\">baz]</span>",
  4560 	[true,true],
  4561 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  4562 ["foo<samp>b[ar</samp>baz]",
  4563 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4564 	"foo<samp>b<font face=\"sans-serif\">[ar</font></samp><font face=\"sans-serif\">baz]</font>",
  4565 	[true,true],
  4566 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  4567 ["foo<tt>b[ar</tt>baz]",
  4568 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4569 	"foo<tt>b<span style=\"font-family:sans-serif\">[ar</span></tt><span style=\"font-family:sans-serif\">baz]</span>",
  4570 	[true,true],
  4571 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  4572 ["foo<tt>b[ar</tt>baz]",
  4573 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4574 	"foo<tt>b<font face=\"sans-serif\">[ar</font></tt><font face=\"sans-serif\">baz]</font>",
  4575 	[true,true],
  4576 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  4577 ["foo<span style=\"font-family: sans-serif\">[bar]</span>baz",
  4578 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4579 	"foo<span style=\"font-family:sans-serif\">[bar]</span>baz",
  4580 	[true,true],
  4581 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"sans-serif",false,false,"sans-serif"]}],
  4582 ["foo<span style=\"font-family: sans-serif\">[bar]</span>baz",
  4583 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4584 	"foo<font face=\"sans-serif\">[bar]</font>baz",
  4585 	[true,true],
  4586 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"sans-serif",false,false,"sans-serif"]}],
  4587 ["foo<span style=\"font-family: sans-serif\">b[a]r</span>baz",
  4588 	[["fontname","sans-serif"]],
  4589 	"foo<span style=\"font-family:sans-serif\">b[a]r</span>baz",
  4590 	[true],
  4591 	{"fontname":[false,false,"sans-serif",false,false,"sans-serif"]}],
  4592 ["foo<span style=\"font-family: monospace\">[bar]</span>baz",
  4593 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4594 	"foo<span style=\"font-family:sans-serif\">[bar]</span>baz",
  4595 	[true,true],
  4596 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4597 ["foo<span style=\"font-family: monospace\">[bar]</span>baz",
  4598 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4599 	"foo<font face=\"sans-serif\">[bar]</font>baz",
  4600 	[true,true],
  4601 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4602 ["foo<span style=\"font-family: monospace\">b[a]r</span>baz",
  4603 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4604 	"foo<span style=\"font-family:monospace\">b<span style=\"font-family:sans-serif\">[a]</span>r</span>baz",
  4605 	[true,true],
  4606 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4607 ["foo<span style=\"font-family: monospace\">b[a]r</span>baz",
  4608 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4609 	"foo<span style=\"font-family:monospace\">b<font face=\"sans-serif\">[a]</font>r</span>baz",
  4610 	[true,true],
  4611 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4612 ["foo<tt contenteditable=false>ba[r</tt>b]az",
  4613 	[["fontname","sans-serif"]],
  4614 	"foo<tt contenteditable=\"false\">ba[r</tt>b]az",
  4615 	[false],
  4616 	{"fontname":[false,false,"serif",false,false,"serif"]}],
  4617 ["fo[o<tt contenteditable=false>b]ar</tt>baz",
  4618 	[["fontname","sans-serif"]],
  4619 	"fo[o<tt contenteditable=\"false\">b]ar</tt>baz",
  4620 	[false],
  4621 	{"fontname":[false,false,"serif",false,false,"serif"]}],
  4622 ["foo<tt>{}<br></tt>bar",
  4623 	[["fontname","sans-serif"]],
  4624 	"foo<tt>{}<br></tt>bar",
  4625 	[true],
  4626 	{"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4627 ["foo<tt>{<br></tt>}bar",
  4628 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4629 	"foo<tt>{<span style=\"font-family:sans-serif\"><br></span></tt>}bar",
  4630 	[true,true],
  4631 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4632 ["foo<tt>{<br></tt>}bar",
  4633 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4634 	"foo<tt>{<font face=\"sans-serif\"><br></font></tt>}bar",
  4635 	[true,true],
  4636 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4637 ["foo<tt>{<br></tt>b]ar",
  4638 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4639 	"foo<tt>{<span style=\"font-family:sans-serif\"><br></span></tt><span style=\"font-family:sans-serif\">b]</span>ar",
  4640 	[true,true],
  4641 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  4642 ["foo<tt>{<br></tt>b]ar",
  4643 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4644 	"foo<tt>{<font face=\"sans-serif\"><br></font></tt><font face=\"sans-serif\">b]</font>ar",
  4645 	[true,true],
  4646 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  4647 ["fo[o<span style=font-family:monospace>b]ar</span>baz",
  4648 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4649 	"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",
  4650 	[true,true],
  4651 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4652 ["fo[o<span style=font-family:monospace>b]ar</span>baz",
  4653 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4654 	"fo<font face=\"sans-serif\">[o</font><span style=\"font-family:monospace\"><font face=\"sans-serif\">b]</font>ar</span>baz",
  4655 	[true,true],
  4656 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4657 ["foo<span style=font-family:monospace>ba[r</span>b]az",
  4658 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4659 	"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",
  4660 	[true,true],
  4661 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  4662 ["foo<span style=font-family:monospace>ba[r</span>b]az",
  4663 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4664 	"foo<span style=\"font-family:monospace\">ba<font face=\"sans-serif\">[r</font></span><font face=\"sans-serif\">b]</font>az",
  4665 	[true,true],
  4666 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"monospace",false,false,"sans-serif"]}],
  4667 ["fo[o<span style=font-family:monospace>bar</span>b]az",
  4668 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4669 	"fo<span style=\"font-family:sans-serif\">[obarb]</span>az",
  4670 	[true,true],
  4671 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4672 ["fo[o<span style=font-family:monospace>bar</span>b]az",
  4673 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4674 	"fo<font face=\"sans-serif\">[obarb]</font>az",
  4675 	[true,true],
  4676 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4677 ["foo[<span style=font-family:monospace>b]ar</span>baz",
  4678 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4679 	"foo[<span style=\"font-family:monospace\"><span style=\"font-family:sans-serif\">b]</span>ar</span>baz",
  4680 	[true,true],
  4681 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4682 ["foo[<span style=font-family:monospace>b]ar</span>baz",
  4683 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4684 	"foo[<span style=\"font-family:monospace\"><font face=\"sans-serif\">b]</font>ar</span>baz",
  4685 	[true,true],
  4686 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4687 ["foo<span style=font-family:monospace>ba[r</span>]baz",
  4688 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4689 	"foo<span style=\"font-family:monospace\">ba<span style=\"font-family:sans-serif\">[r</span></span>]baz",
  4690 	[true,true],
  4691 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4692 ["foo<span style=font-family:monospace>ba[r</span>]baz",
  4693 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4694 	"foo<span style=\"font-family:monospace\">ba<font face=\"sans-serif\">[r</font></span>]baz",
  4695 	[true,true],
  4696 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4697 ["foo[<span style=font-family:monospace>bar</span>]baz",
  4698 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4699 	"foo[<span style=\"font-family:sans-serif\">bar</span>]baz",
  4700 	[true,true],
  4701 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4702 ["foo[<span style=font-family:monospace>bar</span>]baz",
  4703 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4704 	"foo[<font face=\"sans-serif\">bar</font>]baz",
  4705 	[true,true],
  4706 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4707 ["foo<span style=font-family:monospace>[bar]</span>baz",
  4708 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4709 	"foo<span style=\"font-family:sans-serif\">[bar]</span>baz",
  4710 	[true,true],
  4711 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4712 ["foo<span style=font-family:monospace>[bar]</span>baz",
  4713 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4714 	"foo<font face=\"sans-serif\">[bar]</font>baz",
  4715 	[true,true],
  4716 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4717 ["foo{<span style=font-family:monospace>bar</span>}baz",
  4718 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4719 	"foo{<span style=\"font-family:sans-serif\">bar}</span>baz",
  4720 	[true,true],
  4721 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4722 ["foo{<span style=font-family:monospace>bar</span>}baz",
  4723 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4724 	"foo{<font face=\"sans-serif\">bar}</font>baz",
  4725 	[true,true],
  4726 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4727 ["fo[o<code>b]ar</code>",
  4728 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4729 	"fo<span style=\"font-family:sans-serif\">[o</span><code><span style=\"font-family:sans-serif\">b]</span>ar</code>",
  4730 	[true,true],
  4731 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4732 ["fo[o<code>b]ar</code>",
  4733 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4734 	"fo<font face=\"sans-serif\">[o</font><code><font face=\"sans-serif\">b]</font>ar</code>",
  4735 	[true,true],
  4736 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4737 ["fo[o<kbd>b]ar</kbd>",
  4738 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4739 	"fo<span style=\"font-family:sans-serif\">[o</span><kbd><span style=\"font-family:sans-serif\">b]</span>ar</kbd>",
  4740 	[true,true],
  4741 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4742 ["fo[o<kbd>b]ar</kbd>",
  4743 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4744 	"fo<font face=\"sans-serif\">[o</font><kbd><font face=\"sans-serif\">b]</font>ar</kbd>",
  4745 	[true,true],
  4746 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4747 ["fo[o<listing>b]ar</listing>",
  4748 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4749 	"fo<span style=\"font-family:sans-serif\">[o</span><listing><span style=\"font-family:sans-serif\">b]</span>ar</listing>",
  4750 	[true,true],
  4751 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4752 ["fo[o<listing>b]ar</listing>",
  4753 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4754 	"fo<font face=\"sans-serif\">[o</font><listing><font face=\"sans-serif\">b]</font>ar</listing>",
  4755 	[true,true],
  4756 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4757 ["fo[o<pre>b]ar</pre>",
  4758 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4759 	"fo<span style=\"font-family:sans-serif\">[o</span><pre><span style=\"font-family:sans-serif\">b]</span>ar</pre>",
  4760 	[true,true],
  4761 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4762 ["fo[o<pre>b]ar</pre>",
  4763 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4764 	"fo<font face=\"sans-serif\">[o</font><pre><font face=\"sans-serif\">b]</font>ar</pre>",
  4765 	[true,true],
  4766 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4767 ["fo[o<samp>b]ar</samp>",
  4768 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4769 	"fo<span style=\"font-family:sans-serif\">[o</span><samp><span style=\"font-family:sans-serif\">b]</span>ar</samp>",
  4770 	[true,true],
  4771 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4772 ["fo[o<samp>b]ar</samp>",
  4773 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4774 	"fo<font face=\"sans-serif\">[o</font><samp><font face=\"sans-serif\">b]</font>ar</samp>",
  4775 	[true,true],
  4776 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4777 ["fo[o<tt>b]ar</tt>",
  4778 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4779 	"fo<span style=\"font-family:sans-serif\">[o</span><tt><span style=\"font-family:sans-serif\">b]</span>ar</tt>",
  4780 	[true,true],
  4781 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4782 ["fo[o<tt>b]ar</tt>",
  4783 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4784 	"fo<font face=\"sans-serif\">[o</font><tt><font face=\"sans-serif\">b]</font>ar</tt>",
  4785 	[true,true],
  4786 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[true,false,"serif",false,false,"sans-serif"]}],
  4787 ["<tt>fo[o</tt><code>b]ar</code>",
  4788 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4789 	"<tt>fo<span style=\"font-family:sans-serif\">[o</span></tt><code><span style=\"font-family:sans-serif\">b]</span>ar</code>",
  4790 	[true,true],
  4791 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4792 ["<tt>fo[o</tt><code>b]ar</code>",
  4793 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4794 	"<tt>fo<font face=\"sans-serif\">[o</font></tt><code><font face=\"sans-serif\">b]</font>ar</code>",
  4795 	[true,true],
  4796 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4797 ["<pre>fo[o</pre><samp>b]ar</samp>",
  4798 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4799 	"<pre>fo<span style=\"font-family:sans-serif\">[o</span></pre><samp><span style=\"font-family:sans-serif\">b]</span>ar</samp>",
  4800 	[true,true],
  4801 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4802 ["<pre>fo[o</pre><samp>b]ar</samp>",
  4803 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4804 	"<pre>fo<font face=\"sans-serif\">[o</font></pre><samp><font face=\"sans-serif\">b]</font>ar</samp>",
  4805 	[true,true],
  4806 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4807 ["<span style=font-family:monospace>fo[o</span><kbd>b]ar</kbd>",
  4808 	[["stylewithcss","true"],["fontname","sans-serif"]],
  4809 	"<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>",
  4810 	[true,true],
  4811 	{"stylewithcss":[false,false,"",false,true,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4812 ["<span style=font-family:monospace>fo[o</span><kbd>b]ar</kbd>",
  4813 	[["stylewithcss","false"],["fontname","sans-serif"]],
  4814 	"<span style=\"font-family:monospace\">fo<font face=\"sans-serif\">[o</font></span><kbd><font face=\"sans-serif\">b]</font>ar</kbd>",
  4815 	[true,true],
  4816 	{"stylewithcss":[false,true,"",false,false,""],"fontname":[false,false,"monospace",false,false,"sans-serif"]}],
  4817 ["foo[]bar",
  4818 	[["fontsize","4"]],
  4819 	"foo[]bar",
  4820 	[true],
  4821 	{"fontsize":[false,false,"3",false,false,"4"]}],
  4822 ["<p>[foo</p> <p>bar]</p>",
  4823 	[["stylewithcss","true"],["fontsize","4"]],
  4824 	"<p><span style=\"font-size:large\">[foo</span></p> <p><span style=\"font-size:large\">bar]</span></p>",
  4825 	[true,true],
  4826 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  4827 ["<p>[foo</p> <p>bar]</p>",
  4828 	[["stylewithcss","false"],["fontsize","4"]],
  4829 	"<p><font size=\"4\">[foo</font></p> <p><font size=\"4\">bar]</font></p>",
  4830 	[true,true],
  4831 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  4832 ["<span>[foo</span> <span>bar]</span>",
  4833 	[["stylewithcss","true"],["fontsize","4"]],
  4834 	"<span style=\"font-size:large\"><span>[foo</span> <span>bar]</span></span>",
  4835 	[true,true],
  4836 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  4837 ["<span>[foo</span> <span>bar]</span>",
  4838 	[["stylewithcss","false"],["fontsize","4"]],
  4839 	"<font size=\"4\"><span>[foo</span> <span>bar]</span></font>",
  4840 	[true,true],
  4841 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  4842 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
  4843 	[["stylewithcss","true"],["fontsize","4"]],
  4844 	"<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>",
  4845 	[true,true],
  4846 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  4847 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
  4848 	[["stylewithcss","false"],["fontsize","4"]],
  4849 	"<p><font size=\"4\">[foo</font></p><p> <font size=\"4\"><span>bar</span></font> </p><p><font size=\"4\">baz]</font></p>",
  4850 	[true,true],
  4851 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  4852 ["<p>[foo<p><br><p>bar]",
  4853 	[["stylewithcss","true"],["fontsize","4"]],
  4854 	"<p><span style=\"font-size:large\">[foo</span></p><p><br></p><p><span style=\"font-size:large\">bar]</span></p>",
  4855 	[true,true],
  4856 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",true,false,"4"]}],
  4857 ["<p>[foo<p><br><p>bar]",
  4858 	[["stylewithcss","false"],["fontsize","4"]],
  4859 	"<p><font size=\"4\">[foo</font></p><p><br></p><p><font size=\"4\">bar]</font></p>",
  4860 	[true,true],
  4861 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",true,false,"4"]}],
  4862 ["<b>foo[]bar</b>",
  4863 	[["fontsize","4"]],
  4864 	"<b>foo[]bar</b>",
  4865 	[true],
  4866 	{"fontsize":[false,false,"3",false,false,"4"]}],
  4867 ["<i>foo[]bar</i>",
  4868 	[["fontsize","4"]],
  4869 	"<i>foo[]bar</i>",
  4870 	[true],
  4871 	{"fontsize":[false,false,"3",false,false,"4"]}],
  4872 ["<span>foo</span>{}<span>bar</span>",
  4873 	[["fontsize","4"]],
  4874 	"<span>foo</span>{}<span>bar</span>",
  4875 	[true],
  4876 	{"fontsize":[false,false,"3",false,false,"4"]}],
  4877 ["<span>foo[</span><span>]bar</span>",
  4878 	[["fontsize","4"]],
  4879 	"<span>foo[</span><span>]bar</span>",
  4880 	[true],
  4881 	{"fontsize":[false,false,"3",false,false,"4"]}],
  4882 ["foo[bar]baz",
  4883 	[["stylewithcss","true"],["fontsize","4"]],
  4884 	"foo<span style=\"font-size:large\">[bar]</span>baz",
  4885 	[true,true],
  4886 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  4887 ["foo[bar]baz",
  4888 	[["stylewithcss","false"],["fontsize","4"]],
  4889 	"foo<font size=\"4\">[bar]</font>baz",
  4890 	[true,true],
  4891 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  4892 ["foo[bar<b>baz]qoz</b>quz",
  4893 	[["stylewithcss","true"],["fontsize","4"]],
  4894 	"foo<span style=\"font-size:large\">[bar</span><b><span style=\"font-size:large\">baz]</span>qoz</b>quz",
  4895 	[true,true],
  4896 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  4897 ["foo[bar<b>baz]qoz</b>quz",
  4898 	[["stylewithcss","false"],["fontsize","4"]],
  4899 	"foo<font size=\"4\">[bar</font><b><font size=\"4\">baz]</font>qoz</b>quz",
  4900 	[true,true],
  4901 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  4902 ["foo[bar<i>baz]qoz</i>quz",
  4903 	[["stylewithcss","true"],["fontsize","4"]],
  4904 	"foo<span style=\"font-size:large\">[bar</span><i><span style=\"font-size:large\">baz]</span>qoz</i>quz",
  4905 	[true,true],
  4906 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  4907 ["foo[bar<i>baz]qoz</i>quz",
  4908 	[["stylewithcss","false"],["fontsize","4"]],
  4909 	"foo<font size=\"4\">[bar</font><i><font size=\"4\">baz]</font>qoz</i>quz",
  4910 	[true,true],
  4911 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  4912 ["{<p><p> <p>foo</p>}",
  4913 	[["stylewithcss","true"],["fontsize","4"]],
  4914 	"{<p></p><p> </p><p><span style=\"font-size:large\">foo</span></p>}",
  4915 	[true,true],
  4916 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  4917 ["{<p><p> <p>foo</p>}",
  4918 	[["stylewithcss","false"],["fontsize","4"]],
  4919 	"{<p></p><p> </p><p><font size=\"4\">foo</font></p>}",
  4920 	[true,true],
  4921 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  4922 ["foo[bar]baz",
  4923 	[["stylewithcss","true"],["fontsize","1"]],
  4924 	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  4925 	[true,true],
  4926 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  4927 ["foo[bar]baz",
  4928 	[["stylewithcss","false"],["fontsize","1"]],
  4929 	"foo<font size=\"1\">[bar]</font>baz",
  4930 	[true,true],
  4931 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  4932 ["foo[bar]baz",
  4933 	[["stylewithcss","true"],["fontsize","0"]],
  4934 	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  4935 	[true,true],
  4936 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  4937 ["foo[bar]baz",
  4938 	[["stylewithcss","false"],["fontsize","0"]],
  4939 	"foo<font size=\"1\">[bar]</font>baz",
  4940 	[true,true],
  4941 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  4942 ["foo[bar]baz",
  4943 	[["stylewithcss","true"],["fontsize","-5"]],
  4944 	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  4945 	[true,true],
  4946 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  4947 ["foo[bar]baz",
  4948 	[["stylewithcss","false"],["fontsize","-5"]],
  4949 	"foo<font size=\"1\">[bar]</font>baz",
  4950 	[true,true],
  4951 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  4952 ["foo[bar]baz",
  4953 	[["stylewithcss","true"],["fontsize","6"]],
  4954 	"foo<span style=\"font-size:xx-large\">[bar]</span>baz",
  4955 	[true,true],
  4956 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"6"]}],
  4957 ["foo[bar]baz",
  4958 	[["stylewithcss","false"],["fontsize","6"]],
  4959 	"foo<font size=\"6\">[bar]</font>baz",
  4960 	[true,true],
  4961 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"6"]}],
  4962 ["foo[bar]baz",
  4963 	[["stylewithcss","true"],["fontsize","7"]],
  4964 	"foo<font size=\"7\">[bar]</font>baz",
  4965 	[true,true],
  4966 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"7"]}],
  4967 ["foo[bar]baz",
  4968 	[["stylewithcss","false"],["fontsize","7"]],
  4969 	"foo<font size=\"7\">[bar]</font>baz",
  4970 	[true,true],
  4971 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"7"]}],
  4972 ["foo[bar]baz",
  4973 	[["stylewithcss","true"],["fontsize","8"]],
  4974 	"foo<font size=\"7\">[bar]</font>baz",
  4975 	[true,true],
  4976 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"7"]}],
  4977 ["foo[bar]baz",
  4978 	[["stylewithcss","false"],["fontsize","8"]],
  4979 	"foo<font size=\"7\">[bar]</font>baz",
  4980 	[true,true],
  4981 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"7"]}],
  4982 ["foo[bar]baz",
  4983 	[["stylewithcss","true"],["fontsize","100"]],
  4984 	"foo<font size=\"7\">[bar]</font>baz",
  4985 	[true,true],
  4986 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"7"]}],
  4987 ["foo[bar]baz",
  4988 	[["stylewithcss","false"],["fontsize","100"]],
  4989 	"foo<font size=\"7\">[bar]</font>baz",
  4990 	[true,true],
  4991 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"7"]}],
  4992 ["foo[bar]baz",
  4993 	[["fontsize","2em"]],
  4994 	"foo[bar]baz",
  4995 	[false],
  4996 	{"fontsize":[false,false,"3",false,false,"3"]}],
  4997 ["foo[bar]baz",
  4998 	[["fontsize","20pt"]],
  4999 	"foo[bar]baz",
  5000 	[false],
  5001 	{"fontsize":[false,false,"3",false,false,"3"]}],
  5002 ["foo[bar]baz",
  5003 	[["fontsize","xx-large"]],
  5004 	"foo[bar]baz",
  5005 	[false],
  5006 	{"fontsize":[false,false,"3",false,false,"3"]}],
  5007 ["foo[bar]baz",
  5008 	[["stylewithcss","true"],["fontsize"," 1 "]],
  5009 	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  5010 	[true,true],
  5011 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  5012 ["foo[bar]baz",
  5013 	[["stylewithcss","false"],["fontsize"," 1 "]],
  5014 	"foo<font size=\"1\">[bar]</font>baz",
  5015 	[true,true],
  5016 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  5017 ["foo[bar]baz",
  5018 	[["fontsize","1."]],
  5019 	"foo[bar]baz",
  5020 	[false],
  5021 	{"fontsize":[false,false,"3",false,false,"3"]}],
  5022 ["foo[bar]baz",
  5023 	[["stylewithcss","true"],["fontsize","1.0"]],
  5024 	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  5025 	[true,true],
  5026 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  5027 ["foo[bar]baz",
  5028 	[["stylewithcss","false"],["fontsize","1.0"]],
  5029 	"foo<font size=\"1\">[bar]</font>baz",
  5030 	[true,true],
  5031 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  5032 ["foo[bar]baz",
  5033 	[["stylewithcss","true"],["fontsize","1.0e2"]],
  5034 	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  5035 	[true,true],
  5036 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  5037 ["foo[bar]baz",
  5038 	[["stylewithcss","false"],["fontsize","1.0e2"]],
  5039 	"foo<font size=\"1\">[bar]</font>baz",
  5040 	[true,true],
  5041 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  5042 ["foo[bar]baz",
  5043 	[["stylewithcss","true"],["fontsize","1.1"]],
  5044 	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  5045 	[true,true],
  5046 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  5047 ["foo[bar]baz",
  5048 	[["stylewithcss","false"],["fontsize","1.1"]],
  5049 	"foo<font size=\"1\">[bar]</font>baz",
  5050 	[true,true],
  5051 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  5052 ["foo[bar]baz",
  5053 	[["stylewithcss","true"],["fontsize","1.9"]],
  5054 	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  5055 	[true,true],
  5056 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  5057 ["foo[bar]baz",
  5058 	[["stylewithcss","false"],["fontsize","1.9"]],
  5059 	"foo<font size=\"1\">[bar]</font>baz",
  5060 	[true,true],
  5061 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  5062 ["foo[bar]baz",
  5063 	[["fontsize","+0"]],
  5064 	"foo[bar]baz",
  5065 	[true],
  5066 	{"fontsize":[false,false,"3",false,false,"3"]}],
  5067 ["foo[bar]baz",
  5068 	[["stylewithcss","true"],["fontsize","+1"]],
  5069 	"foo<span style=\"font-size:large\">[bar]</span>baz",
  5070 	[true,true],
  5071 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5072 ["foo[bar]baz",
  5073 	[["stylewithcss","false"],["fontsize","+1"]],
  5074 	"foo<font size=\"4\">[bar]</font>baz",
  5075 	[true,true],
  5076 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5077 ["foo[bar]baz",
  5078 	[["stylewithcss","true"],["fontsize","+9"]],
  5079 	"foo<font size=\"7\">[bar]</font>baz",
  5080 	[true,true],
  5081 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"7"]}],
  5082 ["foo[bar]baz",
  5083 	[["stylewithcss","false"],["fontsize","+9"]],
  5084 	"foo<font size=\"7\">[bar]</font>baz",
  5085 	[true,true],
  5086 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"7"]}],
  5087 ["foo[bar]baz",
  5088 	[["fontsize","-0"]],
  5089 	"foo[bar]baz",
  5090 	[true],
  5091 	{"fontsize":[false,false,"3",false,false,"3"]}],
  5092 ["foo[bar]baz",
  5093 	[["stylewithcss","true"],["fontsize","-1"]],
  5094 	"foo<span style=\"font-size:small\">[bar]</span>baz",
  5095 	[true,true],
  5096 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"2"]}],
  5097 ["foo[bar]baz",
  5098 	[["stylewithcss","false"],["fontsize","-1"]],
  5099 	"foo<font size=\"2\">[bar]</font>baz",
  5100 	[true,true],
  5101 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"2"]}],
  5102 ["foo[bar]baz",
  5103 	[["stylewithcss","true"],["fontsize","-9"]],
  5104 	"foo<span style=\"font-size:x-small\">[bar]</span>baz",
  5105 	[true,true],
  5106 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"1"]}],
  5107 ["foo[bar]baz",
  5108 	[["stylewithcss","false"],["fontsize","-9"]],
  5109 	"foo<font size=\"1\">[bar]</font>baz",
  5110 	[true,true],
  5111 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"1"]}],
  5112 ["foo[bar]baz",
  5113 	[["fontsize",""]],
  5114 	"foo[bar]baz",
  5115 	[false],
  5116 	{"fontsize":[false,false,"3",false,false,"3"]}],
  5117 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  5118 	[["stylewithcss","true"],["fontsize","4"]],
  5119 	"<table><tbody><tr><td>foo</td><td>b<span style=\"font-size:large\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
  5120 	[true,true],
  5121 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5122 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  5123 	[["stylewithcss","false"],["fontsize","4"]],
  5124 	"<table><tbody><tr><td>foo</td><td>b<font size=\"4\">[a]</font>r</td><td>baz</td></tr></tbody></table>",
  5125 	[true,true],
  5126 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5127 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  5128 	[["stylewithcss","true"],["fontsize","4"]],
  5129 	"<table><tbody><tr><td>foo</td>{<td><span style=\"font-size:large\">bar</span></td>}<td>baz</td></tr></tbody></table>",
  5130 	[true,true],
  5131 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5132 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  5133 	[["stylewithcss","false"],["fontsize","4"]],
  5134 	"<table><tbody><tr><td>foo</td>{<td><font size=\"4\">bar</font></td>}<td>baz</td></tr></tbody></table>",
  5135 	[true,true],
  5136 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5137 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  5138 	[["stylewithcss","true"],["fontsize","4"]],
  5139 	"<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>",
  5140 	[true,true],
  5141 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5142 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  5143 	[["stylewithcss","false"],["fontsize","4"]],
  5144 	"<table><tbody><tr>{<td><font size=\"4\">foo</font></td><td><font size=\"4\">bar</font></td>}<td>baz</td></tr></tbody></table>",
  5145 	[true,true],
  5146 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5147 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  5148 	[["stylewithcss","true"],["fontsize","4"]],
  5149 	"<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>",
  5150 	[true,true],
  5151 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5152 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  5153 	[["stylewithcss","false"],["fontsize","4"]],
  5154 	"<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>",
  5155 	[true,true],
  5156 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5157 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  5158 	[["stylewithcss","true"],["fontsize","4"]],
  5159 	"<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>",
  5160 	[true,true],
  5161 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5162 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  5163 	[["stylewithcss","false"],["fontsize","4"]],
  5164 	"<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>",
  5165 	[true,true],
  5166 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5167 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
  5168 	[["stylewithcss","true"],["fontsize","4"]],
  5169 	"{<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>}",
  5170 	[true,true],
  5171 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5172 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
  5173 	[["stylewithcss","false"],["fontsize","4"]],
  5174 	"{<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>}",
  5175 	[true,true],
  5176 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5177 ["foo<font size=1>[bar]</font>baz",
  5178 	[["stylewithcss","true"],["fontsize","4"]],
  5179 	"foo<span style=\"font-size:large\">[bar]</span>baz",
  5180 	[true,true],
  5181 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"1",false,false,"4"]}],
  5182 ["foo<font size=1>[bar]</font>baz",
  5183 	[["stylewithcss","false"],["fontsize","4"]],
  5184 	"foo<font size=\"4\">[bar]</font>baz",
  5185 	[true,true],
  5186 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"1",false,false,"4"]}],
  5187 ["<font size=1>foo[bar]baz</font>",
  5188 	[["stylewithcss","true"],["fontsize","4"]],
  5189 	"<font size=\"1\">foo<span style=\"font-size:large\">[bar]</span>baz</font>",
  5190 	[true,true],
  5191 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"1",false,false,"4"]}],
  5192 ["<font size=1>foo[bar]baz</font>",
  5193 	[["stylewithcss","false"],["fontsize","4"]],
  5194 	"<font size=\"1\">foo<font size=\"4\">[bar]</font>baz</font>",
  5195 	[true,true],
  5196 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"1",false,false,"4"]}],
  5197 ["foo<font size=3>[bar]</font>baz",
  5198 	[["stylewithcss","true"],["fontsize","4"]],
  5199 	"foo<span style=\"font-size:large\">[bar]</span>baz",
  5200 	[true,true],
  5201 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5202 ["foo<font size=3>[bar]</font>baz",
  5203 	[["stylewithcss","false"],["fontsize","4"]],
  5204 	"foo<font size=\"4\">[bar]</font>baz",
  5205 	[true,true],
  5206 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5207 ["<font size=3>foo[bar]baz</font>",
  5208 	[["stylewithcss","true"],["fontsize","4"]],
  5209 	"<font size=\"3\">foo<span style=\"font-size:large\">[bar]</span>baz</font>",
  5210 	[true,true],
  5211 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5212 ["<font size=3>foo[bar]baz</font>",
  5213 	[["stylewithcss","false"],["fontsize","4"]],
  5214 	"<font size=\"3\">foo<font size=\"4\">[bar]</font>baz</font>",
  5215 	[true,true],
  5216 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5217 ["foo<font size=4>[bar]</font>baz",
  5218 	[["stylewithcss","true"],["fontsize","4"]],
  5219 	"foo<span style=\"font-size:large\">[bar]</span>baz",
  5220 	[true,true],
  5221 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"4",false,false,"4"]}],
  5222 ["foo<font size=4>[bar]</font>baz",
  5223 	[["stylewithcss","false"],["fontsize","4"]],
  5224 	"foo<font size=\"4\">[bar]</font>baz",
  5225 	[true,true],
  5226 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"4",false,false,"4"]}],
  5227 ["<font size=4>foo[bar]baz</font>",
  5228 	[["fontsize","4"]],
  5229 	"<font size=\"4\">foo[bar]baz</font>",
  5230 	[true],
  5231 	{"fontsize":[false,false,"4",false,false,"4"]}],
  5232 ["foo<font size=+1>[bar]</font>baz",
  5233 	[["stylewithcss","true"],["fontsize","4"]],
  5234 	"foo<span style=\"font-size:large\">[bar]</span>baz",
  5235 	[true,true],
  5236 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"4",false,false,"4"]}],
  5237 ["foo<font size=+1>[bar]</font>baz",
  5238 	[["stylewithcss","false"],["fontsize","4"]],
  5239 	"foo<font size=\"4\">[bar]</font>baz",
  5240 	[true,true],
  5241 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"4",false,false,"4"]}],
  5242 ["<font size=+1>foo[bar]baz</font>",
  5243 	[["fontsize","4"]],
  5244 	"<font size=\"+1\">foo[bar]baz</font>",
  5245 	[true],
  5246 	{"fontsize":[false,false,"4",false,false,"4"]}],
  5247 ["<font size=4>foo<font size=1>b[a]r</font>baz</font>",
  5248 	[["stylewithcss","true"],["fontsize","4"]],
  5249 	"<font size=\"4\">foo<span style=\"font-size:x-small\">b</span>[a]<span style=\"font-size:x-small\">r</span>baz</font>",
  5250 	[true,true],
  5251 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"1",false,false,"4"]}],
  5252 ["<font size=4>foo<font size=1>b[a]r</font>baz</font>",
  5253 	[["stylewithcss","false"],["fontsize","4"]],
  5254 	"<font size=\"4\">foo<font size=\"1\">b</font>[a]<font size=\"1\">r</font>baz</font>",
  5255 	[true,true],
  5256 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"1",false,false,"4"]}],
  5257 ["foo<span style=\"font-size: xx-small\">[bar]</span>baz",
  5258 	[["stylewithcss","true"],["fontsize","4"]],
  5259 	"foo<span style=\"font-size:large\">[bar]</span>baz",
  5260 	[true,true],
  5261 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"1",false,false,"4"]}],
  5262 ["foo<span style=\"font-size: xx-small\">[bar]</span>baz",
  5263 	[["stylewithcss","false"],["fontsize","4"]],
  5264 	"foo<font size=\"4\">[bar]</font>baz",
  5265 	[true,true],
  5266 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"1",false,false,"4"]}],
  5267 ["<span style=\"font-size: xx-small\">foo[bar]baz</span>",
  5268 	[["stylewithcss","true"],["fontsize","4"]],
  5269 	"<span style=\"font-size:xx-small\">foo<span style=\"font-size:large\">[bar]</span>baz</span>",
  5270 	[true,true],
  5271 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"1",false,false,"4"]}],
  5272 ["<span style=\"font-size: xx-small\">foo[bar]baz</span>",
  5273 	[["stylewithcss","false"],["fontsize","4"]],
  5274 	"<span style=\"font-size:xx-small\">foo<font size=\"4\">[bar]</font>baz</span>",
  5275 	[true,true],
  5276 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"1",false,false,"4"]}],
  5277 ["foo<span style=\"font-size: medium\">[bar]</span>baz",
  5278 	[["stylewithcss","true"],["fontsize","4"]],
  5279 	"foo<span style=\"font-size:large\">[bar]</span>baz",
  5280 	[true,true],
  5281 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5282 ["foo<span style=\"font-size: medium\">[bar]</span>baz",
  5283 	[["stylewithcss","false"],["fontsize","4"]],
  5284 	"foo<font size=\"4\">[bar]</font>baz",
  5285 	[true,true],
  5286 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5287 ["<span style=\"font-size: medium\">foo[bar]baz</span>",
  5288 	[["stylewithcss","true"],["fontsize","4"]],
  5289 	"<span style=\"font-size:medium\">foo<span style=\"font-size:large\">[bar]</span>baz</span>",
  5290 	[true,true],
  5291 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5292 ["<span style=\"font-size: medium\">foo[bar]baz</span>",
  5293 	[["stylewithcss","false"],["fontsize","4"]],
  5294 	"<span style=\"font-size:medium\">foo<font size=\"4\">[bar]</font>baz</span>",
  5295 	[true,true],
  5296 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5297 ["foo<span style=\"font-size: large\">[bar]</span>baz",
  5298 	[["stylewithcss","true"],["fontsize","4"]],
  5299 	"foo<span style=\"font-size:large\">[bar]</span>baz",
  5300 	[true,true],
  5301 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"4",false,false,"4"]}],
  5302 ["foo<span style=\"font-size: large\">[bar]</span>baz",
  5303 	[["stylewithcss","false"],["fontsize","4"]],
  5304 	"foo<font size=\"4\">[bar]</font>baz",
  5305 	[true,true],
  5306 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"4",false,false,"4"]}],
  5307 ["<span style=\"font-size: large\">foo[bar]baz</span>",
  5308 	[["fontsize","4"]],
  5309 	"<span style=\"font-size:large\">foo[bar]baz</span>",
  5310 	[true],
  5311 	{"fontsize":[false,false,"4",false,false,"4"]}],
  5312 ["<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>",
  5313 	[["stylewithcss","true"],["fontsize","4"]],
  5314 	"<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>",
  5315 	[true,true],
  5316 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"1",false,false,"4"]}],
  5317 ["<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>",
  5318 	[["stylewithcss","false"],["fontsize","4"]],
  5319 	"<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>",
  5320 	[true,true],
  5321 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"1",false,false,"4"]}],
  5322 ["foo<span style=\"font-size: 2em\">[bar]</span>baz",
  5323 	[["stylewithcss","true"],["fontsize","4"]],
  5324 	"foo<span style=\"font-size:large\">[bar]</span>baz",
  5325 	[true,true],
  5326 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"6",false,false,"4"]}],
  5327 ["foo<span style=\"font-size: 2em\">[bar]</span>baz",
  5328 	[["stylewithcss","false"],["fontsize","4"]],
  5329 	"foo<font size=\"4\">[bar]</font>baz",
  5330 	[true,true],
  5331 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"6",false,false,"4"]}],
  5332 ["<span style=\"font-size: 2em\">foo[bar]baz</span>",
  5333 	[["stylewithcss","true"],["fontsize","4"]],
  5334 	"<span style=\"font-size:2em\">foo<span style=\"font-size:large\">[bar]</span>baz</span>",
  5335 	[true,true],
  5336 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"6",false,false,"4"]}],
  5337 ["<span style=\"font-size: 2em\">foo[bar]baz</span>",
  5338 	[["stylewithcss","false"],["fontsize","4"]],
  5339 	"<span style=\"font-size:2em\">foo<font size=\"4\">[bar]</font>baz</span>",
  5340 	[true,true],
  5341 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"6",false,false,"4"]}],
  5342 ["<p style=\"font-size: xx-small\">foo[bar]baz</p>",
  5343 	[["stylewithcss","true"],["fontsize","4"]],
  5344 	"<p style=\"font-size:xx-small\">foo<span style=\"font-size:large\">[bar]</span>baz</p>",
  5345 	[true,true],
  5346 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"1",false,false,"4"]}],
  5347 ["<p style=\"font-size: xx-small\">foo[bar]baz</p>",
  5348 	[["stylewithcss","false"],["fontsize","4"]],
  5349 	"<p style=\"font-size:xx-small\">foo<font size=\"4\">[bar]</font>baz</p>",
  5350 	[true,true],
  5351 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"1",false,false,"4"]}],
  5352 ["<p style=\"font-size: medium\">foo[bar]baz</p>",
  5353 	[["stylewithcss","true"],["fontsize","4"]],
  5354 	"<p style=\"font-size:medium\">foo<span style=\"font-size:large\">[bar]</span>baz</p>",
  5355 	[true,true],
  5356 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5357 ["<p style=\"font-size: medium\">foo[bar]baz</p>",
  5358 	[["stylewithcss","false"],["fontsize","4"]],
  5359 	"<p style=\"font-size:medium\">foo<font size=\"4\">[bar]</font>baz</p>",
  5360 	[true,true],
  5361 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5362 ["<p style=\"font-size: large\">foo[bar]baz</p>",
  5363 	[["fontsize","4"]],
  5364 	"<p style=\"font-size:large\">foo[bar]baz</p>",
  5365 	[true],
  5366 	{"fontsize":[false,false,"4",false,false,"4"]}],
  5367 ["<p style=\"font-size: 2em\">foo[bar]baz</p>",
  5368 	[["stylewithcss","true"],["fontsize","4"]],
  5369 	"<p style=\"font-size:2em\">foo<span style=\"font-size:large\">[bar]</span>baz</p>",
  5370 	[true,true],
  5371 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"6",false,false,"4"]}],
  5372 ["<p style=\"font-size: 2em\">foo[bar]baz</p>",
  5373 	[["stylewithcss","false"],["fontsize","4"]],
  5374 	"<p style=\"font-size:2em\">foo<font size=\"4\">[bar]</font>baz</p>",
  5375 	[true,true],
  5376 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"6",false,false,"4"]}],
  5377 ["<p style=\"font-size: xx-small\">foo[bar]baz</p>",
  5378 	[["stylewithcss","true"],["fontsize","3"]],
  5379 	"<p><span style=\"font-size:xx-small\">foo</span>[bar]<span style=\"font-size:xx-small\">baz</span></p>",
  5380 	[true,true],
  5381 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"1",false,false,"3"]}],
  5382 ["<p style=\"font-size: xx-small\">foo[bar]baz</p>",
  5383 	[["stylewithcss","false"],["fontsize","3"]],
  5384 	"<p><span style=\"font-size:xx-small\">foo</span>[bar]<span style=\"font-size:xx-small\">baz</span></p>",
  5385 	[true,true],
  5386 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"1",false,false,"3"]}],
  5387 ["<p style=\"font-size: medium\">foo[bar]baz</p>",
  5388 	[["fontsize","3"]],
  5389 	"<p style=\"font-size:medium\">foo[bar]baz</p>",
  5390 	[true],
  5391 	{"fontsize":[false,false,"3",false,false,"3"]}],
  5392 ["<p style=\"font-size: large\">foo[bar]baz</p>",
  5393 	[["stylewithcss","true"],["fontsize","3"]],
  5394 	"<p><span style=\"font-size:large\">foo</span>[bar]<span style=\"font-size:large\">baz</span></p>",
  5395 	[true,true],
  5396 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"4",false,false,"3"]}],
  5397 ["<p style=\"font-size: large\">foo[bar]baz</p>",
  5398 	[["stylewithcss","false"],["fontsize","3"]],
  5399 	"<p><font size=\"4\">foo</font>[bar]<font size=\"4\">baz</font></p>",
  5400 	[true,true],
  5401 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"4",false,false,"3"]}],
  5402 ["<p style=\"font-size: 2em\">foo[bar]baz</p>",
  5403 	[["stylewithcss","true"],["fontsize","3"]],
  5404 	"<p><span style=\"font-size:2em\">foo</span>[bar]<span style=\"font-size:2em\">baz</span></p>",
  5405 	[true,true],
  5406 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"6",false,false,"3"]}],
  5407 ["<p style=\"font-size: 2em\">foo[bar]baz</p>",
  5408 	[["stylewithcss","false"],["fontsize","3"]],
  5409 	"<p><span style=\"font-size:2em\">foo</span>[bar]<span style=\"font-size:2em\">baz</span></p>",
  5410 	[true,true],
  5411 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"6",false,false,"3"]}],
  5412 ["<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>",
  5413 	[["stylewithcss","true"],["fontsize","3"]],
  5414 	"<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>",
  5415 	[true,true],
  5416 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"7",false,false,"3"]}],
  5417 ["<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>",
  5418 	[["stylewithcss","false"],["fontsize","3"]],
  5419 	"<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>",
  5420 	[true,true],
  5421 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"7",false,false,"3"]}],
  5422 ["foo<big>[bar]</big>baz",
  5423 	[["stylewithcss","true"],["fontsize","3"]],
  5424 	"foo<big><span style=\"font-size:medium\">[bar]</span></big>baz",
  5425 	[true,true],
  5426 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"4",false,false,"3"]}],
  5427 ["foo<big>[bar]</big>baz",
  5428 	[["stylewithcss","false"],["fontsize","3"]],
  5429 	"foo<big><font size=\"3\">[bar]</font></big>baz",
  5430 	[true,true],
  5431 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"4",false,false,"3"]}],
  5432 ["foo<big>b[a]r</big>baz",
  5433 	[["stylewithcss","true"],["fontsize","3"]],
  5434 	"foo<big>b<span style=\"font-size:medium\">[a]</span>r</big>baz",
  5435 	[true,true],
  5436 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"4",false,false,"3"]}],
  5437 ["foo<big>b[a]r</big>baz",
  5438 	[["stylewithcss","false"],["fontsize","3"]],
  5439 	"foo<big>b<font size=\"3\">[a]</font>r</big>baz",
  5440 	[true,true],
  5441 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"4",false,false,"3"]}],
  5442 ["foo<small>[bar]</small>baz",
  5443 	[["stylewithcss","true"],["fontsize","3"]],
  5444 	"foo<small><span style=\"font-size:medium\">[bar]</span></small>baz",
  5445 	[true,true],
  5446 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"2",false,false,"3"]}],
  5447 ["foo<small>[bar]</small>baz",
  5448 	[["stylewithcss","false"],["fontsize","3"]],
  5449 	"foo<small><font size=\"3\">[bar]</font></small>baz",
  5450 	[true,true],
  5451 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"2",false,false,"3"]}],
  5452 ["foo<small>b[a]r</small>baz",
  5453 	[["stylewithcss","true"],["fontsize","3"]],
  5454 	"foo<small>b<span style=\"font-size:medium\">[a]</span>r</small>baz",
  5455 	[true,true],
  5456 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"2",false,false,"3"]}],
  5457 ["foo<small>b[a]r</small>baz",
  5458 	[["stylewithcss","false"],["fontsize","3"]],
  5459 	"foo<small>b<font size=\"3\">[a]</font>r</small>baz",
  5460 	[true,true],
  5461 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"2",false,false,"3"]}],
  5462 ["fo[o<font size=2>b]ar</font>baz",
  5463 	[["stylewithcss","true"],["fontsize","4"]],
  5464 	"fo<span style=\"font-size:large\">[o</span><font size=\"2\"><span style=\"font-size:large\">b]</span>ar</font>baz",
  5465 	[true,true],
  5466 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[true,false,"3",false,false,"4"]}],
  5467 ["fo[o<font size=2>b]ar</font>baz",
  5468 	[["stylewithcss","false"],["fontsize","4"]],
  5469 	"fo<font size=\"4\">[o</font><font size=\"2\"><font size=\"4\">b]</font>ar</font>baz",
  5470 	[true,true],
  5471 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[true,false,"3",false,false,"4"]}],
  5472 ["foo<font size=2>ba[r</font>b]az",
  5473 	[["stylewithcss","true"],["fontsize","4"]],
  5474 	"foo<font size=\"2\">ba<span style=\"font-size:large\">[r</span></font><span style=\"font-size:large\">b]</span>az",
  5475 	[true,true],
  5476 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[true,false,"2",false,false,"4"]}],
  5477 ["foo<font size=2>ba[r</font>b]az",
  5478 	[["stylewithcss","false"],["fontsize","4"]],
  5479 	"foo<font size=\"2\">ba<font size=\"4\">[r</font></font><font size=\"4\">b]</font>az",
  5480 	[true,true],
  5481 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[true,false,"2",false,false,"4"]}],
  5482 ["fo[o<font size=2>bar</font>b]az",
  5483 	[["stylewithcss","true"],["fontsize","4"]],
  5484 	"fo<span style=\"font-size:large\">[obarb]</span>az",
  5485 	[true,true],
  5486 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[true,false,"3",false,false,"4"]}],
  5487 ["fo[o<font size=2>bar</font>b]az",
  5488 	[["stylewithcss","false"],["fontsize","4"]],
  5489 	"fo<font size=\"4\">[obarb]</font>az",
  5490 	[true,true],
  5491 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[true,false,"3",false,false,"4"]}],
  5492 ["foo[<font size=2>b]ar</font>baz",
  5493 	[["stylewithcss","true"],["fontsize","4"]],
  5494 	"foo[<font size=\"2\"><span style=\"font-size:large\">b]</span>ar</font>baz",
  5495 	[true,true],
  5496 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"2",false,false,"4"]}],
  5497 ["foo[<font size=2>b]ar</font>baz",
  5498 	[["stylewithcss","false"],["fontsize","4"]],
  5499 	"foo[<font size=\"2\"><font size=\"4\">b]</font>ar</font>baz",
  5500 	[true,true],
  5501 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"2",false,false,"4"]}],
  5502 ["foo<font size=2>ba[r</font>]baz",
  5503 	[["stylewithcss","true"],["fontsize","4"]],
  5504 	"foo<font size=\"2\">ba<span style=\"font-size:large\">[r</span></font>]baz",
  5505 	[true,true],
  5506 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"2",false,false,"4"]}],
  5507 ["foo<font size=2>ba[r</font>]baz",
  5508 	[["stylewithcss","false"],["fontsize","4"]],
  5509 	"foo<font size=\"2\">ba<font size=\"4\">[r</font></font>]baz",
  5510 	[true,true],
  5511 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"2",false,false,"4"]}],
  5512 ["foo[<font size=2>bar</font>]baz",
  5513 	[["stylewithcss","true"],["fontsize","4"]],
  5514 	"foo[<span style=\"font-size:large\">bar</span>]baz",
  5515 	[true,true],
  5516 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"2",false,false,"4"]}],
  5517 ["foo[<font size=2>bar</font>]baz",
  5518 	[["stylewithcss","false"],["fontsize","4"]],
  5519 	"foo[<font size=\"4\">bar</font>]baz",
  5520 	[true,true],
  5521 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"2",false,false,"4"]}],
  5522 ["foo<font size=2>[bar]</font>baz",
  5523 	[["stylewithcss","true"],["fontsize","4"]],
  5524 	"foo<span style=\"font-size:large\">[bar]</span>baz",
  5525 	[true,true],
  5526 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"2",false,false,"4"]}],
  5527 ["foo<font size=2>[bar]</font>baz",
  5528 	[["stylewithcss","false"],["fontsize","4"]],
  5529 	"foo<font size=\"4\">[bar]</font>baz",
  5530 	[true,true],
  5531 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"2",false,false,"4"]}],
  5532 ["foo{<font size=2>bar</font>}baz",
  5533 	[["stylewithcss","true"],["fontsize","4"]],
  5534 	"foo{<span style=\"font-size:large\">bar}</span>baz",
  5535 	[true,true],
  5536 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"2",false,false,"4"]}],
  5537 ["foo{<font size=2>bar</font>}baz",
  5538 	[["stylewithcss","false"],["fontsize","4"]],
  5539 	"foo{<font size=\"4\">bar}</font>baz",
  5540 	[true,true],
  5541 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"2",false,false,"4"]}],
  5542 ["<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>",
  5543 	[["stylewithcss","true"],["fontsize","4"]],
  5544 	"<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>",
  5545 	[true,true],
  5546 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[true,false,"1",false,false,"4"]}],
  5547 ["<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>",
  5548 	[["stylewithcss","false"],["fontsize","4"]],
  5549 	"<font size=\"1\">fo<font size=\"4\">[o</font></font><span style=\"font-size:xx-small\"><font size=\"4\">b]</font>ar</span>",
  5550 	[true,true],
  5551 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[true,false,"1",false,false,"4"]}],
  5552 ["<font size=2>fo[o</font><span style=font-size:small>b]ar</span>",
  5553 	[["stylewithcss","true"],["fontsize","4"]],
  5554 	"<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>",
  5555 	[true,true],
  5556 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"2",false,false,"4"]}],
  5557 ["<font size=2>fo[o</font><span style=font-size:small>b]ar</span>",
  5558 	[["stylewithcss","false"],["fontsize","4"]],
  5559 	"<font size=\"2\">fo<font size=\"4\">[o</font></font><span style=\"font-size:small\"><font size=\"4\">b]</font>ar</span>",
  5560 	[true,true],
  5561 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"2",false,false,"4"]}],
  5562 ["<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>",
  5563 	[["stylewithcss","true"],["fontsize","4"]],
  5564 	"<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>",
  5565 	[true,true],
  5566 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5567 ["<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>",
  5568 	[["stylewithcss","false"],["fontsize","4"]],
  5569 	"<font size=\"3\">fo<font size=\"4\">[o</font></font><span style=\"font-size:medium\"><font size=\"4\">b]</font>ar</span>",
  5570 	[true,true],
  5571 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"3",false,false,"4"]}],
  5572 ["<font size=4>fo[o</font><span style=font-size:large>b]ar</span>",
  5573 	[["fontsize","4"]],
  5574 	"<font size=\"4\">fo[o</font><span style=\"font-size:large\">b]ar</span>",
  5575 	[true],
  5576 	{"fontsize":[false,false,"4",false,false,"4"]}],
  5577 ["<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>",
  5578 	[["stylewithcss","true"],["fontsize","4"]],
  5579 	"<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>",
  5580 	[true,true],
  5581 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"5",false,false,"4"]}],
  5582 ["<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>",
  5583 	[["stylewithcss","false"],["fontsize","4"]],
  5584 	"<font size=\"5\">fo<font size=\"4\">[o</font></font><span style=\"font-size:x-large\"><font size=\"4\">b]</font>ar</span>",
  5585 	[true,true],
  5586 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"5",false,false,"4"]}],
  5587 ["<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>",
  5588 	[["stylewithcss","true"],["fontsize","4"]],
  5589 	"<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>",
  5590 	[true,true],
  5591 	{"stylewithcss":[false,false,"",false,true,""],"fontsize":[false,false,"6",false,false,"4"]}],
  5592 ["<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>",
  5593 	[["stylewithcss","false"],["fontsize","4"]],
  5594 	"<font size=\"6\">fo<font size=\"4\">[o</font></font><span style=\"font-size:xx-large\"><font size=\"4\">b]</font>ar</span>",
  5595 	[true,true],
  5596 	{"stylewithcss":[false,true,"",false,false,""],"fontsize":[false,false,"6",false,false,"4"]}],
  5597 ["foo[]bar",
  5598 	[["forecolor","#0000FF"]],
  5599 	"foo[]bar",
  5600 	[true],
  5601 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5602 ["<p>[foo</p> <p>bar]</p>",
  5603 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5604 	"<p><span style=\"color:rgb(0, 0, 255)\">[foo</span></p> <p><span style=\"color:rgb(0, 0, 255)\">bar]</span></p>",
  5605 	[true,true],
  5606 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5607 ["<p>[foo</p> <p>bar]</p>",
  5608 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5609 	"<p><font color=\"#0000ff\">[foo</font></p> <p><font color=\"#0000ff\">bar]</font></p>",
  5610 	[true,true],
  5611 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5612 ["<span>[foo</span> <span>bar]</span>",
  5613 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5614 	"<span style=\"color:rgb(0, 0, 255)\"><span>[foo</span> <span>bar]</span></span>",
  5615 	[true,true],
  5616 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5617 ["<span>[foo</span> <span>bar]</span>",
  5618 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5619 	"<font color=\"#0000ff\"><span>[foo</span> <span>bar]</span></font>",
  5620 	[true,true],
  5621 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5622 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
  5623 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5624 	"<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>",
  5625 	[true,true],
  5626 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5627 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
  5628 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5629 	"<p><font color=\"#0000ff\">[foo</font></p><p> <font color=\"#0000ff\"><span>bar</span></font> </p><p><font color=\"#0000ff\">baz]</font></p>",
  5630 	[true,true],
  5631 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5632 ["<p>[foo<p><br><p>bar]",
  5633 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5634 	"<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>",
  5635 	[true,true],
  5636 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5637 ["<p>[foo<p><br><p>bar]",
  5638 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5639 	"<p><font color=\"#0000ff\">[foo</font></p><p><font color=\"#0000ff\"><br></font></p><p><font color=\"#0000ff\">bar]</font></p>",
  5640 	[true,true],
  5641 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5642 ["<b>foo[]bar</b>",
  5643 	[["forecolor","#0000FF"]],
  5644 	"<b>foo[]bar</b>",
  5645 	[true],
  5646 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5647 ["<i>foo[]bar</i>",
  5648 	[["forecolor","#0000FF"]],
  5649 	"<i>foo[]bar</i>",
  5650 	[true],
  5651 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5652 ["<span>foo</span>{}<span>bar</span>",
  5653 	[["forecolor","#0000FF"]],
  5654 	"<span>foo</span>{}<span>bar</span>",
  5655 	[true],
  5656 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5657 ["<span>foo[</span><span>]bar</span>",
  5658 	[["forecolor","#0000FF"]],
  5659 	"<span>foo[</span><span>]bar</span>",
  5660 	[true],
  5661 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5662 ["foo[bar]baz",
  5663 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5664 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  5665 	[true,true],
  5666 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5667 ["foo[bar]baz",
  5668 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5669 	"foo<font color=\"#0000ff\">[bar]</font>baz",
  5670 	[true,true],
  5671 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5672 ["foo[bar<b>baz]qoz</b>quz",
  5673 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5674 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar</span><b><span style=\"color:rgb(0, 0, 255)\">baz]</span>qoz</b>quz",
  5675 	[true,true],
  5676 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5677 ["foo[bar<b>baz]qoz</b>quz",
  5678 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5679 	"foo<font color=\"#0000ff\">[bar</font><b><font color=\"#0000ff\">baz]</font>qoz</b>quz",
  5680 	[true,true],
  5681 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5682 ["foo[bar<i>baz]qoz</i>quz",
  5683 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5684 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar</span><i><span style=\"color:rgb(0, 0, 255)\">baz]</span>qoz</i>quz",
  5685 	[true,true],
  5686 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5687 ["foo[bar<i>baz]qoz</i>quz",
  5688 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5689 	"foo<font color=\"#0000ff\">[bar</font><i><font color=\"#0000ff\">baz]</font>qoz</i>quz",
  5690 	[true,true],
  5691 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5692 ["{<p><p> <p>foo</p>}",
  5693 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5694 	"{<p></p><p> </p><p><span style=\"color:rgb(0, 0, 255)\">foo</span></p>}",
  5695 	[true,true],
  5696 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5697 ["{<p><p> <p>foo</p>}",
  5698 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5699 	"{<p></p><p> </p><p><font color=\"#0000ff\">foo</font></p>}",
  5700 	[true,true],
  5701 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5702 ["foo[bar]baz",
  5703 	[["stylewithcss","true"],["forecolor","blue"]],
  5704 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  5705 	[true,true],
  5706 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5707 ["foo[bar]baz",
  5708 	[["stylewithcss","false"],["forecolor","blue"]],
  5709 	"foo<font color=\"#0000ff\">[bar]</font>baz",
  5710 	[true,true],
  5711 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5712 ["foo[bar]baz",
  5713 	[["forecolor","f"]],
  5714 	"foo[bar]baz",
  5715 	[true],
  5716 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"]}],
  5717 ["foo[bar]baz",
  5718 	[["forecolor","#f"]],
  5719 	"foo[bar]baz",
  5720 	[true],
  5721 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"]}],
  5722 ["foo[bar]baz",
  5723 	[["stylewithcss","true"],["forecolor","00f"]],
  5724 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  5725 	[true,true],
  5726 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5727 ["foo[bar]baz",
  5728 	[["stylewithcss","false"],["forecolor","00f"]],
  5729 	"foo<font color=\"#0000ff\">[bar]</font>baz",
  5730 	[true,true],
  5731 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5732 ["foo[bar]baz",
  5733 	[["stylewithcss","true"],["forecolor","#00f"]],
  5734 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  5735 	[true,true],
  5736 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5737 ["foo[bar]baz",
  5738 	[["stylewithcss","false"],["forecolor","#00f"]],
  5739 	"foo<font color=\"#0000ff\">[bar]</font>baz",
  5740 	[true,true],
  5741 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5742 ["foo[bar]baz",
  5743 	[["stylewithcss","true"],["forecolor","0000ff"]],
  5744 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  5745 	[true,true],
  5746 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5747 ["foo[bar]baz",
  5748 	[["stylewithcss","false"],["forecolor","0000ff"]],
  5749 	"foo<font color=\"#0000ff\">[bar]</font>baz",
  5750 	[true,true],
  5751 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5752 ["foo[bar]baz",
  5753 	[["stylewithcss","true"],["forecolor","#0000ff"]],
  5754 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  5755 	[true,true],
  5756 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5757 ["foo[bar]baz",
  5758 	[["stylewithcss","false"],["forecolor","#0000ff"]],
  5759 	"foo<font color=\"#0000ff\">[bar]</font>baz",
  5760 	[true,true],
  5761 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5762 ["foo[bar]baz",
  5763 	[["forecolor","000000fff"]],
  5764 	"foo[bar]baz",
  5765 	[true],
  5766 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"]}],
  5767 ["foo[bar]baz",
  5768 	[["forecolor","#000000fff"]],
  5769 	"foo[bar]baz",
  5770 	[true],
  5771 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"]}],
  5772 ["foo[bar]baz",
  5773 	[["stylewithcss","true"],["forecolor","rgb(0, 0, 255)"]],
  5774 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  5775 	[true,true],
  5776 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5777 ["foo[bar]baz",
  5778 	[["stylewithcss","false"],["forecolor","rgb(0, 0, 255)"]],
  5779 	"foo<font color=\"#0000ff\">[bar]</font>baz",
  5780 	[true,true],
  5781 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5782 ["foo[bar]baz",
  5783 	[["stylewithcss","true"],["forecolor","rgb(0%, 0%, 100%)"]],
  5784 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  5785 	[true,true],
  5786 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5787 ["foo[bar]baz",
  5788 	[["stylewithcss","false"],["forecolor","rgb(0%, 0%, 100%)"]],
  5789 	"foo<font color=\"#0000ff\">[bar]</font>baz",
  5790 	[true,true],
  5791 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5792 ["foo[bar]baz",
  5793 	[["stylewithcss","true"],["forecolor","rgb( 0 ,0 ,255)"]],
  5794 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  5795 	[true,true],
  5796 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5797 ["foo[bar]baz",
  5798 	[["stylewithcss","false"],["forecolor","rgb( 0 ,0 ,255)"]],
  5799 	"foo<font color=\"#0000ff\">[bar]</font>baz",
  5800 	[true,true],
  5801 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5802 ["foo[bar]baz",
  5803 	[["stylewithcss","true"],["forecolor","rgba(0, 0, 255, 0.0)"]],
  5804 	"foo<span style=\"color:rgba(0, 0, 0, 0)\">[bar]</span>baz",
  5805 	[true,true],
  5806 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgba(0, 0, 255, 0)"]}],
  5807 ["foo[bar]baz",
  5808 	[["stylewithcss","false"],["forecolor","rgba(0, 0, 255, 0.0)"]],
  5809 	"foo<span style=\"color:rgba(0, 0, 0, 0)\">[bar]</span>baz",
  5810 	[true,true],
  5811 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgba(0, 0, 255, 0)"]}],
  5812 ["foo[bar]baz",
  5813 	[["stylewithcss","true"],["forecolor","rgb(15, -10, 375)"]],
  5814 	"foo<span style=\"color:rgb(15, 0, 255)\">[bar]</span>baz",
  5815 	[true,true],
  5816 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(15, 0, 255)"]}],
  5817 ["foo[bar]baz",
  5818 	[["stylewithcss","false"],["forecolor","rgb(15, -10, 375)"]],
  5819 	"foo<font color=\"#0f00ff\">[bar]</font>baz",
  5820 	[true,true],
  5821 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(15, 0, 255)"]}],
  5822 ["foo[bar]baz",
  5823 	[["forecolor","rgba(0, 0, 0, 1)"]],
  5824 	"foo[bar]baz",
  5825 	[true],
  5826 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"]}],
  5827 ["foo[bar]baz",
  5828 	[["stylewithcss","true"],["forecolor","rgba(255, 255, 255, 1)"]],
  5829 	"foo<span style=\"color:rgb(255, 255, 255)\">[bar]</span>baz",
  5830 	[true,true],
  5831 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(255, 255, 255)"]}],
  5832 ["foo[bar]baz",
  5833 	[["stylewithcss","false"],["forecolor","rgba(255, 255, 255, 1)"]],
  5834 	"foo<font color=\"#ffffff\">[bar]</font>baz",
  5835 	[true,true],
  5836 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(255, 255, 255)"]}],
  5837 ["foo[bar]baz",
  5838 	[["stylewithcss","true"],["forecolor","rgba(0, 0, 255, 0.5)"]],
  5839 	"foo<span style=\"color:rgba(0, 0, 255, 0.5)\">[bar]</span>baz",
  5840 	[true,true],
  5841 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgba(0, 0, 255, 0.5)"]}],
  5842 ["foo[bar]baz",
  5843 	[["stylewithcss","false"],["forecolor","rgba(0, 0, 255, 0.5)"]],
  5844 	"foo<span style=\"color:rgba(0, 0, 255, 0.5)\">[bar]</span>baz",
  5845 	[true,true],
  5846 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgba(0, 0, 255, 0.5)"]}],
  5847 ["foo[bar]baz",
  5848 	[["stylewithcss","true"],["forecolor","hsl(240, 100%, 50%)"]],
  5849 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  5850 	[true,true],
  5851 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5852 ["foo[bar]baz",
  5853 	[["stylewithcss","false"],["forecolor","hsl(240, 100%, 50%)"]],
  5854 	"foo<font color=\"#0000ff\">[bar]</font>baz",
  5855 	[true,true],
  5856 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5857 ["foo[bar]baz",
  5858 	[["stylewithcss","true"],["forecolor","cornsilk"]],
  5859 	"foo<span style=\"color:rgb(255, 248, 220)\">[bar]</span>baz",
  5860 	[true,true],
  5861 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(255, 248, 220)"]}],
  5862 ["foo[bar]baz",
  5863 	[["stylewithcss","false"],["forecolor","cornsilk"]],
  5864 	"foo<font color=\"#fff8dc\">[bar]</font>baz",
  5865 	[true,true],
  5866 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(255, 248, 220)"]}],
  5867 ["foo[bar]baz",
  5868 	[["forecolor","potato quiche"]],
  5869 	"foo[bar]baz",
  5870 	[true],
  5871 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"]}],
  5872 ["foo[bar]baz",
  5873 	[["stylewithcss","true"],["forecolor","transparent"]],
  5874 	"foo<span style=\"color:rgba(0, 0, 0, 0)\">[bar]</span>baz",
  5875 	[true,true],
  5876 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgba(0, 0, 0, 0)"]}],
  5877 ["foo[bar]baz",
  5878 	[["stylewithcss","false"],["forecolor","transparent"]],
  5879 	"foo<span style=\"color:rgba(0, 0, 0, 0)\">[bar]</span>baz",
  5880 	[true,true],
  5881 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgba(0, 0, 0, 0)"]}],
  5882 ["foo[bar]baz",
  5883 	[["forecolor","currentColor"]],
  5884 	"foo[bar]baz",
  5885 	[false],
  5886 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"]}],
  5887 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  5888 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5889 	"<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>",
  5890 	[true,true],
  5891 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5892 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  5893 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5894 	"<table><tbody><tr><td>foo</td><td>b<font color=\"#0000ff\">[a]</font>r</td><td>baz</td></tr></tbody></table>",
  5895 	[true,true],
  5896 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5897 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  5898 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5899 	"<table><tbody><tr><td>foo</td>{<td><span style=\"color:rgb(0, 0, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
  5900 	[true,true],
  5901 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5902 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  5903 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5904 	"<table><tbody><tr><td>foo</td>{<td><font color=\"#0000ff\">bar</font></td>}<td>baz</td></tr></tbody></table>",
  5905 	[true,true],
  5906 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5907 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  5908 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5909 	"<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>",
  5910 	[true,true],
  5911 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5912 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  5913 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5914 	"<table><tbody><tr>{<td><font color=\"#0000ff\">foo</font></td><td><font color=\"#0000ff\">bar</font></td>}<td>baz</td></tr></tbody></table>",
  5915 	[true,true],
  5916 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5917 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  5918 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5919 	"<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>",
  5920 	[true,true],
  5921 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5922 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  5923 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5924 	"<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>",
  5925 	[true,true],
  5926 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5927 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  5928 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5929 	"<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>",
  5930 	[true,true],
  5931 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5932 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  5933 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5934 	"<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>",
  5935 	[true,true],
  5936 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5937 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
  5938 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5939 	"{<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>}",
  5940 	[true,true],
  5941 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5942 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
  5943 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5944 	"{<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>}",
  5945 	[true,true],
  5946 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  5947 ["foo<font color=blue>[bar]</font>baz",
  5948 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5949 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  5950 	[true,true],
  5951 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  5952 ["foo<font color=blue>[bar]</font>baz",
  5953 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5954 	"foo<font color=\"#0000ff\">[bar]</font>baz",
  5955 	[true,true],
  5956 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  5957 ["foo{<font color=blue>bar</font>}baz",
  5958 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5959 	"foo{<span style=\"color:rgb(0, 0, 255)\">bar}</span>baz",
  5960 	[true,true],
  5961 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  5962 ["foo{<font color=blue>bar</font>}baz",
  5963 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5964 	"foo{<font color=\"#0000ff\">bar}</font>baz",
  5965 	[true,true],
  5966 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  5967 ["<span style=\"color: blue\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
  5968 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5969 	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
  5970 	[true,true],
  5971 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  5972 ["<span style=\"color: blue\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
  5973 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5974 	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
  5975 	[true,true],
  5976 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  5977 ["<span style=\"color: #00f\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
  5978 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5979 	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
  5980 	[true,true],
  5981 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  5982 ["<span style=\"color: #00f\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
  5983 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5984 	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
  5985 	[true,true],
  5986 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  5987 ["<span style=\"color: #0000ff\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
  5988 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5989 	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
  5990 	[true,true],
  5991 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  5992 ["<span style=\"color: #0000ff\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
  5993 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  5994 	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
  5995 	[true,true],
  5996 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  5997 ["<span style=\"color: rgb(0, 0, 255)\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
  5998 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  5999 	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
  6000 	[true,true],
  6001 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6002 ["<span style=\"color: rgb(0, 0, 255)\">foo<span style=\"color: brown\">[bar]</span>baz</span>",
  6003 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6004 	"<span style=\"color:rgb(0, 0, 255)\">foo[bar]baz</span>",
  6005 	[true,true],
  6006 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6007 ["<font color=blue>foo<font color=brown>[bar]</font>baz</font>",
  6008 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6009 	"<font color=\"blue\">foo[bar]baz</font>",
  6010 	[true,true],
  6011 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6012 ["<font color=blue>foo<font color=brown>[bar]</font>baz</font>",
  6013 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6014 	"<font color=\"blue\">foo[bar]baz</font>",
  6015 	[true,true],
  6016 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6017 ["<span style=\"color: rgb(0, 0, 255)\">foo<span style=\"color: brown\">b[ar]</span>baz</span>",
  6018 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6019 	"<span style=\"color:rgb(0, 0, 255)\">foo<span style=\"color:rgb(165, 42, 42)\">b</span>[ar]baz</span>",
  6020 	[true,true],
  6021 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6022 ["<span style=\"color: rgb(0, 0, 255)\">foo<span style=\"color: brown\">b[ar]</span>baz</span>",
  6023 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6024 	"<span style=\"color:rgb(0, 0, 255)\">foo<font color=\"#a52a2a\">b</font>[ar]baz</span>",
  6025 	[true,true],
  6026 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6027 ["foo<span id=purple>ba[r</span>ba]z",
  6028 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6029 	"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",
  6030 	[true,true],
  6031 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[true,false,"rgb(128, 0, 128)",false,false,"rgb(0, 0, 255)"]}],
  6032 ["foo<span id=purple>ba[r</span>ba]z",
  6033 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6034 	"foo<span id=\"purple\">ba<font color=\"#0000ff\">[r</font></span><font color=\"#0000ff\">ba]</font>z",
  6035 	[true,true],
  6036 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[true,false,"rgb(128, 0, 128)",false,false,"rgb(0, 0, 255)"]}],
  6037 ["<span style=\"color: rgb(0, 0, 255)\">foo<span id=purple>b[a]r</span>baz</span>",
  6038 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6039 	"<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>",
  6040 	[true,true],
  6041 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(128, 0, 128)",false,false,"rgb(0, 0, 255)"]}],
  6042 ["<span style=\"color: rgb(0, 0, 255)\">foo<span id=purple>b[a]r</span>baz</span>",
  6043 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6044 	"<span style=\"color:rgb(0, 0, 255)\">foo<span id=\"purple\">b<font color=\"#0000ff\">[a]</font>r</span>baz</span>",
  6045 	[true,true],
  6046 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(128, 0, 128)",false,false,"rgb(0, 0, 255)"]}],
  6047 ["<a href=http://www.google.com>foo[bar]baz</a>",
  6048 	[["forecolor","blue"]],
  6049 	"<a href=\"http://www.google.com\">foo[bar]baz</a>",
  6050 	[true],
  6051 	{"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6052 ["<a href=http://www.google.com>foo[bar]baz</a>",
  6053 	[["forecolor","#0000ff"]],
  6054 	"<a href=\"http://www.google.com\">foo[bar]baz</a>",
  6055 	[true],
  6056 	{"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6057 ["<a href=http://www.google.com>foo[bar]baz</a>",
  6058 	[["forecolor","rgb(0,0,255)"]],
  6059 	"<a href=\"http://www.google.com\">foo[bar]baz</a>",
  6060 	[true],
  6061 	{"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6062 ["<font color=\"blue\">[foo]</font>",
  6063 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6064 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  6065 	[true,true],
  6066 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6067 ["<font color=\"blue\">[foo]</font>",
  6068 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6069 	"<font color=\"#0000ff\">[foo]</font>",
  6070 	[true,true],
  6071 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6072 ["<font color=\"0000ff\">[foo]</font>",
  6073 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6074 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  6075 	[true,true],
  6076 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6077 ["<font color=\"0000ff\">[foo]</font>",
  6078 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6079 	"<font color=\"#0000ff\">[foo]</font>",
  6080 	[true,true],
  6081 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6082 ["<font color=\"#0000ff\">[foo]</font>",
  6083 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6084 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  6085 	[true,true],
  6086 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6087 ["<font color=\"#0000ff\">[foo]</font>",
  6088 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6089 	"<font color=\"#0000ff\">[foo]</font>",
  6090 	[true,true],
  6091 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6092 ["<span style=\"color: blue\">[foo]</span>",
  6093 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6094 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  6095 	[true,true],
  6096 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6097 ["<span style=\"color: blue\">[foo]</span>",
  6098 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6099 	"<font color=\"#0000ff\">[foo]</font>",
  6100 	[true,true],
  6101 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6102 ["<span style=\"color: #0000ff\">[foo]</span>",
  6103 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6104 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  6105 	[true,true],
  6106 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6107 ["<span style=\"color: #0000ff\">[foo]</span>",
  6108 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6109 	"<font color=\"#0000ff\">[foo]</font>",
  6110 	[true,true],
  6111 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6112 ["<span style=\"color: rgb(0, 0, 255)\">[foo]</span>",
  6113 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6114 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  6115 	[true,true],
  6116 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6117 ["<span style=\"color: rgb(0, 0, 255)\">[foo]</span>",
  6118 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6119 	"<font color=\"#0000ff\">[foo]</font>",
  6120 	[true,true],
  6121 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6122 ["<span style=\"color: rgb(0%, 0%, 100%)\">[foo]</span>",
  6123 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6124 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  6125 	[true,true],
  6126 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6127 ["<span style=\"color: rgb(0%, 0%, 100%)\">[foo]</span>",
  6128 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6129 	"<font color=\"#0000ff\">[foo]</font>",
  6130 	[true,true],
  6131 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6132 ["<span style=\"color: rgb( 0 ,0 ,255)\">[foo]</span>",
  6133 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6134 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  6135 	[true,true],
  6136 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6137 ["<span style=\"color: rgb( 0 ,0 ,255)\">[foo]</span>",
  6138 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6139 	"<font color=\"#0000ff\">[foo]</font>",
  6140 	[true,true],
  6141 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6142 ["<span style=\"color: rgba(0, 0, 255, 0.0)\">[foo]</span>",
  6143 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6144 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  6145 	[true,true],
  6146 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgba(0, 0, 255, 0)",false,false,"rgb(0, 0, 255)"]}],
  6147 ["<span style=\"color: rgba(0, 0, 255, 0.0)\">[foo]</span>",
  6148 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6149 	"<font color=\"#0000ff\">[foo]</font>",
  6150 	[true,true],
  6151 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgba(0, 0, 255, 0)",false,false,"rgb(0, 0, 255)"]}],
  6152 ["<span style=\"color: rgb(15, -10, 375)\">[foo]</span>",
  6153 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6154 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  6155 	[true,true],
  6156 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(15, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6157 ["<span style=\"color: rgb(15, -10, 375)\">[foo]</span>",
  6158 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6159 	"<font color=\"#0000ff\">[foo]</font>",
  6160 	[true,true],
  6161 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(15, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6162 ["<span style=\"color: rgba(0, 0, 0, 1)\">[foo]</span>",
  6163 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6164 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  6165 	[true,true],
  6166 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  6167 ["<span style=\"color: rgba(0, 0, 0, 1)\">[foo]</span>",
  6168 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6169 	"<font color=\"#0000ff\">[foo]</font>",
  6170 	[true,true],
  6171 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  6172 ["<span style=\"color: rgba(255, 255, 255, 1)\">[foo]</span>",
  6173 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6174 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  6175 	[true,true],
  6176 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(255, 255, 255)",false,false,"rgb(0, 0, 255)"]}],
  6177 ["<span style=\"color: rgba(255, 255, 255, 1)\">[foo]</span>",
  6178 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6179 	"<font color=\"#0000ff\">[foo]</font>",
  6180 	[true,true],
  6181 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(255, 255, 255)",false,false,"rgb(0, 0, 255)"]}],
  6182 ["<span style=\"color: rgba(0, 0, 255, 0.5)\">[foo]</span>",
  6183 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6184 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  6185 	[true,true],
  6186 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgba(0, 0, 255, 0.5)",false,false,"rgb(0, 0, 255)"]}],
  6187 ["<span style=\"color: rgba(0, 0, 255, 0.5)\">[foo]</span>",
  6188 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6189 	"<font color=\"#0000ff\">[foo]</font>",
  6190 	[true,true],
  6191 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgba(0, 0, 255, 0.5)",false,false,"rgb(0, 0, 255)"]}],
  6192 ["<span style=\"color: hsl(240, 100%, 50%)\">[foo]</span>",
  6193 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6194 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  6195 	[true,true],
  6196 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6197 ["<span style=\"color: hsl(240, 100%, 50%)\">[foo]</span>",
  6198 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6199 	"<font color=\"#0000ff\">[foo]</font>",
  6200 	[true,true],
  6201 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 255)",false,false,"rgb(0, 0, 255)"]}],
  6202 ["<span style=\"color: cornsilk\">[foo]</span>",
  6203 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6204 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  6205 	[true,true],
  6206 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(255, 248, 220)",false,false,"rgb(0, 0, 255)"]}],
  6207 ["<span style=\"color: cornsilk\">[foo]</span>",
  6208 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6209 	"<font color=\"#0000ff\">[foo]</font>",
  6210 	[true,true],
  6211 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(255, 248, 220)",false,false,"rgb(0, 0, 255)"]}],
  6212 ["<span style=\"color: transparent\">[foo]</span>",
  6213 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6214 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  6215 	[true,true],
  6216 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  6217 ["<span style=\"color: transparent\">[foo]</span>",
  6218 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6219 	"<font color=\"#0000ff\">[foo]</font>",
  6220 	[true,true],
  6221 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  6222 ["<span style=\"color: currentColor\">[foo]</span>",
  6223 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6224 	"<span style=\"color:rgb(0, 0, 255)\">[foo]</span>",
  6225 	[true,true],
  6226 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  6227 ["<span style=\"color: currentColor\">[foo]</span>",
  6228 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6229 	"<font color=\"#0000ff\">[foo]</font>",
  6230 	[true,true],
  6231 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  6232 ["fo[o<font color=brown>b]ar</font>baz",
  6233 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6234 	"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",
  6235 	[true,true],
  6236 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[true,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  6237 ["fo[o<font color=brown>b]ar</font>baz",
  6238 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6239 	"fo<font color=\"#0000ff\">[o</font><font color=\"brown\"><font color=\"#0000ff\">b]</font>ar</font>baz",
  6240 	[true,true],
  6241 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[true,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  6242 ["foo<font color=brown>ba[r</font>b]az",
  6243 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6244 	"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",
  6245 	[true,true],
  6246 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[true,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6247 ["foo<font color=brown>ba[r</font>b]az",
  6248 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6249 	"foo<font color=\"brown\">ba<font color=\"#0000ff\">[r</font></font><font color=\"#0000ff\">b]</font>az",
  6250 	[true,true],
  6251 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[true,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6252 ["fo[o<font color=brown>bar</font>b]az",
  6253 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6254 	"fo<span style=\"color:rgb(0, 0, 255)\">[obarb]</span>az",
  6255 	[true,true],
  6256 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[true,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  6257 ["fo[o<font color=brown>bar</font>b]az",
  6258 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6259 	"fo<font color=\"#0000ff\">[obarb]</font>az",
  6260 	[true,true],
  6261 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[true,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"]}],
  6262 ["foo[<font color=brown>b]ar</font>baz",
  6263 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6264 	"foo[<font color=\"brown\"><span style=\"color:rgb(0, 0, 255)\">b]</span>ar</font>baz",
  6265 	[true,true],
  6266 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6267 ["foo[<font color=brown>b]ar</font>baz",
  6268 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6269 	"foo[<font color=\"brown\"><font color=\"#0000ff\">b]</font>ar</font>baz",
  6270 	[true,true],
  6271 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6272 ["foo<font color=brown>ba[r</font>]baz",
  6273 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6274 	"foo<font color=\"brown\">ba<span style=\"color:rgb(0, 0, 255)\">[r</span></font>]baz",
  6275 	[true,true],
  6276 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6277 ["foo<font color=brown>ba[r</font>]baz",
  6278 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6279 	"foo<font color=\"brown\">ba<font color=\"#0000ff\">[r</font></font>]baz",
  6280 	[true,true],
  6281 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6282 ["foo[<font color=brown>bar</font>]baz",
  6283 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6284 	"foo[<span style=\"color:rgb(0, 0, 255)\">bar</span>]baz",
  6285 	[true,true],
  6286 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6287 ["foo[<font color=brown>bar</font>]baz",
  6288 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6289 	"foo[<font color=\"#0000ff\">bar</font>]baz",
  6290 	[true,true],
  6291 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6292 ["foo<font color=brown>[bar]</font>baz",
  6293 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6294 	"foo<span style=\"color:rgb(0, 0, 255)\">[bar]</span>baz",
  6295 	[true,true],
  6296 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6297 ["foo<font color=brown>[bar]</font>baz",
  6298 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6299 	"foo<font color=\"#0000ff\">[bar]</font>baz",
  6300 	[true,true],
  6301 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6302 ["foo{<font color=brown>bar</font>}baz",
  6303 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6304 	"foo{<span style=\"color:rgb(0, 0, 255)\">bar}</span>baz",
  6305 	[true,true],
  6306 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6307 ["foo{<font color=brown>bar</font>}baz",
  6308 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6309 	"foo{<font color=\"#0000ff\">bar}</font>baz",
  6310 	[true,true],
  6311 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6312 ["<font color=brown>fo[o</font><span style=color:brown>b]ar</span>",
  6313 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6314 	"<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>",
  6315 	[true,true],
  6316 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6317 ["<font color=brown>fo[o</font><span style=color:brown>b]ar</span>",
  6318 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6319 	"<font color=\"brown\">fo<font color=\"#0000ff\">[o</font></font><span style=\"color:rgb(165, 42, 42)\"><font color=\"#0000ff\">b]</font>ar</span>",
  6320 	[true,true],
  6321 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[false,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6322 ["<span style=color:brown>fo[o</span><span style=color:#0000ff>b]ar</span>",
  6323 	[["stylewithcss","true"],["forecolor","#0000FF"]],
  6324 	"<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>",
  6325 	[true,true],
  6326 	{"stylewithcss":[false,false,"",false,true,""],"forecolor":[true,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6327 ["<span style=color:brown>fo[o</span><span style=color:#0000ff>b]ar</span>",
  6328 	[["stylewithcss","false"],["forecolor","#0000FF"]],
  6329 	"<span style=\"color:rgb(165, 42, 42)\">fo<font color=\"#0000ff\">[o</font></span><span style=\"color:rgb(0, 0, 255)\">b]ar</span>",
  6330 	[true,true],
  6331 	{"stylewithcss":[false,true,"",false,false,""],"forecolor":[true,false,"rgb(165, 42, 42)",false,false,"rgb(0, 0, 255)"]}],
  6332 ["foo[]bar<p>extra",
  6333 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6334 	"<div>foo[]bar</div><p>extra</p>",
  6335 	[true,true],
  6336 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6337 ["foo[]bar<p>extra",
  6338 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6339 	"<div>foo[]bar</div><p>extra</p>",
  6340 	[true,true],
  6341 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6342 ["<span>foo</span>{}<span>bar</span><p>extra",
  6343 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6344 	"<div><span>foo</span>{}<span>bar</span></div><p>extra</p>",
  6345 	[true,true],
  6346 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6347 ["<span>foo</span>{}<span>bar</span><p>extra",
  6348 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6349 	"<div><span>foo</span>{}<span>bar</span></div><p>extra</p>",
  6350 	[true,true],
  6351 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6352 ["<span>foo[</span><span>]bar</span><p>extra",
  6353 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6354 	"<div><span>foo[</span><span>]bar</span></div><p>extra</p>",
  6355 	[true,true],
  6356 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6357 ["<span>foo[</span><span>]bar</span><p>extra",
  6358 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6359 	"<div><span>foo[</span><span>]bar</span></div><p>extra</p>",
  6360 	[true,true],
  6361 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6362 ["foo[bar]baz<p>extra",
  6363 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6364 	"<div>foo[bar]baz</div><p>extra</p>",
  6365 	[true,true],
  6366 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6367 ["foo[bar]baz<p>extra",
  6368 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6369 	"<div>foo[bar]baz</div><p>extra</p>",
  6370 	[true,true],
  6371 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6372 ["foo]bar[baz<p>extra",
  6373 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6374 	"<div>foo[bar]baz</div><p>extra</p>",
  6375 	[true,true],
  6376 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6377 ["foo]bar[baz<p>extra",
  6378 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6379 	"<div>foo[bar]baz</div><p>extra</p>",
  6380 	[true,true],
  6381 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6382 ["{<p><p> <p>foo</p>}",
  6383 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6384 	"<div>{ foo}</div>",
  6385 	[true,true],
  6386 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"div"]}],
  6387 ["{<p><p> <p>foo</p>}",
  6388 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6389 	"<div>{ foo}</div>",
  6390 	[true,true],
  6391 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"div"]}],
  6392 ["foo[bar<i>baz]qoz</i>quz<p>extra",
  6393 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6394 	"<div>foo[bar<i>baz]qoz</i>quz</div><p>extra</p>",
  6395 	[true,true],
  6396 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6397 ["foo[bar<i>baz]qoz</i>quz<p>extra",
  6398 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6399 	"<div>foo[bar<i>baz]qoz</i>quz</div><p>extra</p>",
  6400 	[true,true],
  6401 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6402 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  6403 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6404 	"<table><tbody><tr><td>foo</td><td><div>b[a]r</div></td><td>baz</td></tr></tbody></table>",
  6405 	[true,true],
  6406 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6407 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  6408 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6409 	"<table><tbody><tr><td>foo</td><td><div>b[a]r</div></td><td>baz</td></tr></tbody></table>",
  6410 	[true,true],
  6411 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6412 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  6413 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6414 	"<table><tbody><tr><td>foo</td>{<td><div>bar</div></td>}<td>baz</td></tr></tbody></table>",
  6415 	[true,true],
  6416 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6417 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  6418 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6419 	"<table><tbody><tr><td>foo</td>{<td><div>bar</div></td>}<td>baz</td></tr></tbody></table>",
  6420 	[true,true],
  6421 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6422 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  6423 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6424 	"<table><tbody><tr>{<td><div>foo</div></td><td><div>bar</div></td>}<td>baz</td></tr></tbody></table>",
  6425 	[true,true],
  6426 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6427 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  6428 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6429 	"<table><tbody><tr>{<td><div>foo</div></td><td><div>bar</div></td>}<td>baz</td></tr></tbody></table>",
  6430 	[true,true],
  6431 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6432 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  6433 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6434 	"<table><tbody>{<tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr>}</tbody></table>",
  6435 	[true,true],
  6436 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6437 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  6438 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6439 	"<table><tbody>{<tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr>}</tbody></table>",
  6440 	[true,true],
  6441 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6442 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  6443 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6444 	"<table>{<tbody><tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr></tbody>}</table>",
  6445 	[true,true],
  6446 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6447 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  6448 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6449 	"<table>{<tbody><tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr></tbody>}</table>",
  6450 	[true,true],
  6451 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6452 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
  6453 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6454 	"{<table><tbody><tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr></tbody></table>}",
  6455 	[true,true],
  6456 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6457 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
  6458 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6459 	"{<table><tbody><tr><td><div>foo</div></td><td><div>bar</div></td><td><div>baz</div></td></tr></tbody></table>}",
  6460 	[true,true],
  6461 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6462 ["<div>[foobar]</div>",
  6463 	[["formatblock","<div>"]],
  6464 	"<div>[foobar]</div>",
  6465 	[true],
  6466 	{"formatblock":[false,false,"div",false,false,"div"]}],
  6467 ["<p>[foobar]</p>",
  6468 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6469 	"<div>[foobar]</div>",
  6470 	[true,true],
  6471 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"div"]}],
  6472 ["<p>[foobar]</p>",
  6473 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6474 	"<div>[foobar]</div>",
  6475 	[true,true],
  6476 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"div"]}],
  6477 ["<blockquote>[foobar]</blockquote>",
  6478 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6479 	"<blockquote><div>[foobar]</div></blockquote>",
  6480 	[true,true],
  6481 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6482 ["<blockquote>[foobar]</blockquote>",
  6483 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6484 	"<blockquote><div>[foobar]</div></blockquote>",
  6485 	[true,true],
  6486 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6487 ["<h1>[foobar]</h1>",
  6488 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6489 	"<div>[foobar]</div>",
  6490 	[true,true],
  6491 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h1",false,false,"div"]}],
  6492 ["<h1>[foobar]</h1>",
  6493 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6494 	"<div>[foobar]</div>",
  6495 	[true,true],
  6496 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h1",false,false,"div"]}],
  6497 ["<h2>[foobar]</h2>",
  6498 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6499 	"<div>[foobar]</div>",
  6500 	[true,true],
  6501 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h2",false,false,"div"]}],
  6502 ["<h2>[foobar]</h2>",
  6503 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6504 	"<div>[foobar]</div>",
  6505 	[true,true],
  6506 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h2",false,false,"div"]}],
  6507 ["<h3>[foobar]</h3>",
  6508 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6509 	"<div>[foobar]</div>",
  6510 	[true,true],
  6511 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h3",false,false,"div"]}],
  6512 ["<h3>[foobar]</h3>",
  6513 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6514 	"<div>[foobar]</div>",
  6515 	[true,true],
  6516 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h3",false,false,"div"]}],
  6517 ["<h4>[foobar]</h4>",
  6518 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6519 	"<div>[foobar]</div>",
  6520 	[true,true],
  6521 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h4",false,false,"div"]}],
  6522 ["<h4>[foobar]</h4>",
  6523 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6524 	"<div>[foobar]</div>",
  6525 	[true,true],
  6526 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h4",false,false,"div"]}],
  6527 ["<h5>[foobar]</h5>",
  6528 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6529 	"<div>[foobar]</div>",
  6530 	[true,true],
  6531 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h5",false,false,"div"]}],
  6532 ["<h5>[foobar]</h5>",
  6533 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6534 	"<div>[foobar]</div>",
  6535 	[true,true],
  6536 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h5",false,false,"div"]}],
  6537 ["<h6>[foobar]</h6>",
  6538 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6539 	"<div>[foobar]</div>",
  6540 	[true,true],
  6541 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h6",false,false,"div"]}],
  6542 ["<h6>[foobar]</h6>",
  6543 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6544 	"<div>[foobar]</div>",
  6545 	[true,true],
  6546 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h6",false,false,"div"]}],
  6547 ["<dl><dt>[foo]<dd>bar</dl>",
  6548 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6549 	"<div>[foo]</div><dl><dd>bar</dd></dl>",
  6550 	[true,true],
  6551 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"dt",false,false,"div"]}],
  6552 ["<dl><dt>[foo]<dd>bar</dl>",
  6553 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6554 	"<div>[foo]</div><dl><dd>bar</dd></dl>",
  6555 	[true,true],
  6556 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"dt",false,false,"div"]}],
  6557 ["<dl><dt>foo<dd>[bar]</dl>",
  6558 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6559 	"<dl><dt>foo</dt></dl><div>[bar]</div>",
  6560 	[true,true],
  6561 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"dd",false,false,"div"]}],
  6562 ["<dl><dt>foo<dd>[bar]</dl>",
  6563 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6564 	"<dl><dt>foo</dt></dl><div>[bar]</div>",
  6565 	[true,true],
  6566 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"dd",false,false,"div"]}],
  6567 ["<dl><dt>[foo<dd>bar]</dl>",
  6568 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6569 	"<div>[foo</div><div>bar]</div>",
  6570 	[true,true],
  6571 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"dt",false,false,"div"]}],
  6572 ["<dl><dt>[foo<dd>bar]</dl>",
  6573 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6574 	"<div>[foo</div><div>bar]</div>",
  6575 	[true,true],
  6576 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"dt",false,false,"div"]}],
  6577 ["<ol><li>[foobar]</ol>",
  6578 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6579 	"<ol><li><div>[foobar]</div></li></ol>",
  6580 	[true,true],
  6581 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6582 ["<ol><li>[foobar]</ol>",
  6583 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6584 	"<ol><li><div>[foobar]</div></li></ol>",
  6585 	[true,true],
  6586 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6587 ["<ul><li>[foobar]</ul>",
  6588 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6589 	"<ul><li><div>[foobar]</div></li></ul>",
  6590 	[true,true],
  6591 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6592 ["<ul><li>[foobar]</ul>",
  6593 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6594 	"<ul><li><div>[foobar]</div></li></ul>",
  6595 	[true,true],
  6596 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6597 ["<address>[foobar]</address>",
  6598 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6599 	"<div>[foobar]</div>",
  6600 	[true,true],
  6601 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"address",false,false,"div"]}],
  6602 ["<address>[foobar]</address>",
  6603 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6604 	"<div>[foobar]</div>",
  6605 	[true,true],
  6606 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"address",false,false,"div"]}],
  6607 ["<pre>[foobar]</pre>",
  6608 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6609 	"<div>[foobar]</div>",
  6610 	[true,true],
  6611 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"pre",false,false,"div"]}],
  6612 ["<pre>[foobar]</pre>",
  6613 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6614 	"<div>[foobar]</div>",
  6615 	[true,true],
  6616 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"pre",false,false,"div"]}],
  6617 ["<article>[foobar]</article>",
  6618 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6619 	"<article><div>[foobar]</div></article>",
  6620 	[true,true],
  6621 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6622 ["<article>[foobar]</article>",
  6623 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6624 	"<article><div>[foobar]</div></article>",
  6625 	[true,true],
  6626 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6627 ["<ins>[foobar]</ins>",
  6628 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6629 	"<div><ins>[foobar]</ins></div>",
  6630 	[true,true],
  6631 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6632 ["<ins>[foobar]</ins>",
  6633 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6634 	"<div><ins>[foobar]</ins></div>",
  6635 	[true,true],
  6636 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6637 ["<del>[foobar]</del>",
  6638 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6639 	"<div><del>[foobar]</del></div>",
  6640 	[true,true],
  6641 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6642 ["<del>[foobar]</del>",
  6643 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6644 	"<div><del>[foobar]</del></div>",
  6645 	[true,true],
  6646 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6647 ["<quasit>[foobar]</quasit>",
  6648 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6649 	"<div><quasit>[foobar]</quasit></div>",
  6650 	[true,true],
  6651 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6652 ["<quasit>[foobar]</quasit>",
  6653 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6654 	"<div><quasit>[foobar]</quasit></div>",
  6655 	[true,true],
  6656 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6657 ["<quasit style=\"display: block\">[foobar]</quasit>",
  6658 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  6659 	"<div><quasit style=\"display:block\">[foobar]</quasit></div>",
  6660 	[true,true],
  6661 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  6662 ["<quasit style=\"display: block\">[foobar]</quasit>",
  6663 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  6664 	"<div><quasit style=\"display:block\">[foobar]</quasit></div>",
  6665 	[true,true],
  6666 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  6667 ["foo[]bar<p>extra",
  6668 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6669 	"<p>foo[]bar</p><p>extra</p>",
  6670 	[true,true],
  6671 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6672 ["foo[]bar<p>extra",
  6673 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6674 	"<p>foo[]bar</p><p>extra</p>",
  6675 	[true,true],
  6676 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6677 ["<span>foo</span>{}<span>bar</span><p>extra",
  6678 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6679 	"<p><span>foo</span>{}<span>bar</span></p><p>extra</p>",
  6680 	[true,true],
  6681 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6682 ["<span>foo</span>{}<span>bar</span><p>extra",
  6683 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6684 	"<p><span>foo</span>{}<span>bar</span></p><p>extra</p>",
  6685 	[true,true],
  6686 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6687 ["<span>foo[</span><span>]bar</span><p>extra",
  6688 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6689 	"<p><span>foo[</span><span>]bar</span></p><p>extra</p>",
  6690 	[true,true],
  6691 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6692 ["<span>foo[</span><span>]bar</span><p>extra",
  6693 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6694 	"<p><span>foo[</span><span>]bar</span></p><p>extra</p>",
  6695 	[true,true],
  6696 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6697 ["foo[bar]baz<p>extra",
  6698 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6699 	"<p>foo[bar]baz</p><p>extra</p>",
  6700 	[true,true],
  6701 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6702 ["foo[bar]baz<p>extra",
  6703 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6704 	"<p>foo[bar]baz</p><p>extra</p>",
  6705 	[true,true],
  6706 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6707 ["foo]bar[baz<p>extra",
  6708 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6709 	"<p>foo[bar]baz</p><p>extra</p>",
  6710 	[true,true],
  6711 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6712 ["foo]bar[baz<p>extra",
  6713 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6714 	"<p>foo[bar]baz</p><p>extra</p>",
  6715 	[true,true],
  6716 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6717 ["{<p><p> <p>foo</p>}",
  6718 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6719 	"<p>{ foo}</p>",
  6720 	[true,true],
  6721 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"p"]}],
  6722 ["{<p><p> <p>foo</p>}",
  6723 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6724 	"<p>{ foo}</p>",
  6725 	[true,true],
  6726 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"p"]}],
  6727 ["foo[bar<i>baz]qoz</i>quz<p>extra",
  6728 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6729 	"<p>foo[bar<i>baz]qoz</i>quz</p><p>extra</p>",
  6730 	[true,true],
  6731 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6732 ["foo[bar<i>baz]qoz</i>quz<p>extra",
  6733 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6734 	"<p>foo[bar<i>baz]qoz</i>quz</p><p>extra</p>",
  6735 	[true,true],
  6736 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6737 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  6738 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6739 	"<table><tbody><tr><td>foo</td><td><p>b[a]r</p></td><td>baz</td></tr></tbody></table>",
  6740 	[true,true],
  6741 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6742 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
  6743 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6744 	"<table><tbody><tr><td>foo</td><td><p>b[a]r</p></td><td>baz</td></tr></tbody></table>",
  6745 	[true,true],
  6746 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6747 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  6748 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6749 	"<table><tbody><tr><td>foo</td>{<td><p>bar</p></td>}<td>baz</td></tr></tbody></table>",
  6750 	[true,true],
  6751 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6752 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
  6753 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6754 	"<table><tbody><tr><td>foo</td>{<td><p>bar</p></td>}<td>baz</td></tr></tbody></table>",
  6755 	[true,true],
  6756 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6757 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  6758 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6759 	"<table><tbody><tr>{<td><p>foo</p></td><td><p>bar</p></td>}<td>baz</td></tr></tbody></table>",
  6760 	[true,true],
  6761 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6762 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
  6763 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6764 	"<table><tbody><tr>{<td><p>foo</p></td><td><p>bar</p></td>}<td>baz</td></tr></tbody></table>",
  6765 	[true,true],
  6766 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6767 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  6768 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6769 	"<table><tbody>{<tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr>}</tbody></table>",
  6770 	[true,true],
  6771 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6772 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
  6773 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6774 	"<table><tbody>{<tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr>}</tbody></table>",
  6775 	[true,true],
  6776 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6777 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  6778 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6779 	"<table>{<tbody><tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr></tbody>}</table>",
  6780 	[true,true],
  6781 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6782 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
  6783 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6784 	"<table>{<tbody><tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr></tbody>}</table>",
  6785 	[true,true],
  6786 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6787 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
  6788 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6789 	"{<table><tbody><tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr></tbody></table>}",
  6790 	[true,true],
  6791 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6792 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
  6793 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6794 	"{<table><tbody><tr><td><p>foo</p></td><td><p>bar</p></td><td><p>baz</p></td></tr></tbody></table>}",
  6795 	[true,true],
  6796 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6797 ["<div>[foobar]</div>",
  6798 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6799 	"<p>[foobar]</p>",
  6800 	[true,true],
  6801 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"p"]}],
  6802 ["<div>[foobar]</div>",
  6803 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6804 	"<p>[foobar]</p>",
  6805 	[true,true],
  6806 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"p"]}],
  6807 ["<p>[foobar]</p>",
  6808 	[["formatblock","<p>"]],
  6809 	"<p>[foobar]</p>",
  6810 	[true],
  6811 	{"formatblock":[false,false,"p",false,false,"p"]}],
  6812 ["<blockquote>[foobar]</blockquote>",
  6813 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6814 	"<blockquote><p>[foobar]</p></blockquote>",
  6815 	[true,true],
  6816 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6817 ["<blockquote>[foobar]</blockquote>",
  6818 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6819 	"<blockquote><p>[foobar]</p></blockquote>",
  6820 	[true,true],
  6821 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6822 ["<h1>[foobar]</h1>",
  6823 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6824 	"<p>[foobar]</p>",
  6825 	[true,true],
  6826 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h1",false,false,"p"]}],
  6827 ["<h1>[foobar]</h1>",
  6828 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6829 	"<p>[foobar]</p>",
  6830 	[true,true],
  6831 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h1",false,false,"p"]}],
  6832 ["<h2>[foobar]</h2>",
  6833 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6834 	"<p>[foobar]</p>",
  6835 	[true,true],
  6836 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h2",false,false,"p"]}],
  6837 ["<h2>[foobar]</h2>",
  6838 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6839 	"<p>[foobar]</p>",
  6840 	[true,true],
  6841 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h2",false,false,"p"]}],
  6842 ["<h3>[foobar]</h3>",
  6843 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6844 	"<p>[foobar]</p>",
  6845 	[true,true],
  6846 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h3",false,false,"p"]}],
  6847 ["<h3>[foobar]</h3>",
  6848 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6849 	"<p>[foobar]</p>",
  6850 	[true,true],
  6851 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h3",false,false,"p"]}],
  6852 ["<h4>[foobar]</h4>",
  6853 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6854 	"<p>[foobar]</p>",
  6855 	[true,true],
  6856 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h4",false,false,"p"]}],
  6857 ["<h4>[foobar]</h4>",
  6858 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6859 	"<p>[foobar]</p>",
  6860 	[true,true],
  6861 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h4",false,false,"p"]}],
  6862 ["<h5>[foobar]</h5>",
  6863 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6864 	"<p>[foobar]</p>",
  6865 	[true,true],
  6866 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h5",false,false,"p"]}],
  6867 ["<h5>[foobar]</h5>",
  6868 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6869 	"<p>[foobar]</p>",
  6870 	[true,true],
  6871 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h5",false,false,"p"]}],
  6872 ["<h6>[foobar]</h6>",
  6873 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6874 	"<p>[foobar]</p>",
  6875 	[true,true],
  6876 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h6",false,false,"p"]}],
  6877 ["<h6>[foobar]</h6>",
  6878 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6879 	"<p>[foobar]</p>",
  6880 	[true,true],
  6881 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h6",false,false,"p"]}],
  6882 ["<dl><dt>[foo]<dd>bar</dl>",
  6883 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6884 	"<p>[foo]</p><dl><dd>bar</dd></dl>",
  6885 	[true,true],
  6886 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"dt",false,false,"p"]}],
  6887 ["<dl><dt>[foo]<dd>bar</dl>",
  6888 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6889 	"<p>[foo]</p><dl><dd>bar</dd></dl>",
  6890 	[true,true],
  6891 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"dt",false,false,"p"]}],
  6892 ["<dl><dt>foo<dd>[bar]</dl>",
  6893 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6894 	"<dl><dt>foo</dt></dl><p>[bar]</p>",
  6895 	[true,true],
  6896 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"dd",false,false,"p"]}],
  6897 ["<dl><dt>foo<dd>[bar]</dl>",
  6898 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6899 	"<dl><dt>foo</dt></dl><p>[bar]</p>",
  6900 	[true,true],
  6901 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"dd",false,false,"p"]}],
  6902 ["<dl><dt>[foo<dd>bar]</dl>",
  6903 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6904 	"<p>[foo</p><p>bar]</p>",
  6905 	[true,true],
  6906 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"dt",false,false,"p"]}],
  6907 ["<dl><dt>[foo<dd>bar]</dl>",
  6908 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6909 	"<p>[foo</p><p>bar]</p>",
  6910 	[true,true],
  6911 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"dt",false,false,"p"]}],
  6912 ["<ol><li>[foobar]</ol>",
  6913 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6914 	"<ol><li><p>[foobar]</p></li></ol>",
  6915 	[true,true],
  6916 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6917 ["<ol><li>[foobar]</ol>",
  6918 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6919 	"<ol><li><p>[foobar]</p></li></ol>",
  6920 	[true,true],
  6921 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6922 ["<ul><li>[foobar]</ul>",
  6923 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6924 	"<ul><li><p>[foobar]</p></li></ul>",
  6925 	[true,true],
  6926 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6927 ["<ul><li>[foobar]</ul>",
  6928 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6929 	"<ul><li><p>[foobar]</p></li></ul>",
  6930 	[true,true],
  6931 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6932 ["<address>[foobar]</address>",
  6933 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6934 	"<p>[foobar]</p>",
  6935 	[true,true],
  6936 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"address",false,false,"p"]}],
  6937 ["<address>[foobar]</address>",
  6938 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6939 	"<p>[foobar]</p>",
  6940 	[true,true],
  6941 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"address",false,false,"p"]}],
  6942 ["<pre>[foobar]</pre>",
  6943 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6944 	"<p>[foobar]</p>",
  6945 	[true,true],
  6946 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"pre",false,false,"p"]}],
  6947 ["<pre>[foobar]</pre>",
  6948 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6949 	"<p>[foobar]</p>",
  6950 	[true,true],
  6951 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"pre",false,false,"p"]}],
  6952 ["<listing>[foobar]</listing>",
  6953 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6954 	"<p>[foobar]</p>",
  6955 	[true,true],
  6956 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6957 ["<listing>[foobar]</listing>",
  6958 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6959 	"<p>[foobar]</p>",
  6960 	[true,true],
  6961 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6962 ["<xmp>[foobar]</xmp>",
  6963 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6964 	"<p>[foobar]</p>",
  6965 	[true,true],
  6966 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6967 ["<xmp>[foobar]</xmp>",
  6968 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6969 	"<p>[foobar]</p>",
  6970 	[true,true],
  6971 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6972 ["<article>[foobar]</article>",
  6973 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6974 	"<article><p>[foobar]</p></article>",
  6975 	[true,true],
  6976 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6977 ["<article>[foobar]</article>",
  6978 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6979 	"<article><p>[foobar]</p></article>",
  6980 	[true,true],
  6981 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6982 ["<ins>[foobar]</ins>",
  6983 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6984 	"<p><ins>[foobar]</ins></p>",
  6985 	[true,true],
  6986 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6987 ["<ins>[foobar]</ins>",
  6988 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6989 	"<p><ins>[foobar]</ins></p>",
  6990 	[true,true],
  6991 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  6992 ["<del>[foobar]</del>",
  6993 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  6994 	"<p><del>[foobar]</del></p>",
  6995 	[true,true],
  6996 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  6997 ["<del>[foobar]</del>",
  6998 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  6999 	"<p><del>[foobar]</del></p>",
  7000 	[true,true],
  7001 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  7002 ["<quasit>[foobar]</quasit>",
  7003 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  7004 	"<p><quasit>[foobar]</quasit></p>",
  7005 	[true,true],
  7006 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  7007 ["<quasit>[foobar]</quasit>",
  7008 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  7009 	"<p><quasit>[foobar]</quasit></p>",
  7010 	[true,true],
  7011 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  7012 ["<quasit style=\"display: block\">[foobar]</quasit>",
  7013 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  7014 	"<p><quasit style=\"display:block\">[foobar]</quasit></p>",
  7015 	[true,true],
  7016 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  7017 ["<quasit style=\"display: block\">[foobar]</quasit>",
  7018 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  7019 	"<p><quasit style=\"display:block\">[foobar]</quasit></p>",
  7020 	[true,true],
  7021 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  7022 ["<blockquote>[foo]</blockquote><p>extra",
  7023 	[["formatblock","<blockquote>"]],
  7024 	"<blockquote>[foo]</blockquote><p>extra</p>",
  7025 	[false],
  7026 	{"formatblock":[false,false,"",false,false,""]}],
  7027 ["<blockquote><p>[foo]<p>bar</blockquote><p>extra",
  7028 	[["formatblock","<blockquote>"]],
  7029 	"<blockquote><p>[foo]</p><p>bar</p></blockquote><p>extra</p>",
  7030 	[false],
  7031 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7032 ["[foo]<blockquote>bar</blockquote><p>extra",
  7033 	[["formatblock","<blockquote>"]],
  7034 	"[foo]<blockquote>bar</blockquote><p>extra</p>",
  7035 	[false],
  7036 	{"formatblock":[false,false,"",false,false,""]}],
  7037 ["<p>[foo<p>bar]<p>baz",
  7038 	[["formatblock","<blockquote>"]],
  7039 	"<p>[foo</p><p>bar]</p><p>baz</p>",
  7040 	[false],
  7041 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7042 ["<section>[foo]</section>",
  7043 	[["formatblock","<blockquote>"]],
  7044 	"<section>[foo]</section>",
  7045 	[false],
  7046 	{"formatblock":[false,false,"",false,false,""]}],
  7047 ["<section><p>[foo]</section>",
  7048 	[["formatblock","<blockquote>"]],
  7049 	"<section><p>[foo]</p></section>",
  7050 	[false],
  7051 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7052 ["<section><hgroup><h1>[foo]</h1><h2>bar</h2></hgroup><p>baz</section>",
  7053 	[["formatblock","<blockquote>"]],
  7054 	"<section><hgroup><h1>[foo]</h1><h2>bar</h2></hgroup><p>baz</p></section>",
  7055 	[false],
  7056 	{"formatblock":[false,false,"h1",false,false,"h1"]}],
  7057 ["<section>[foo]</section>",
  7058 	[["formatblock","<article>"]],
  7059 	"<section>[foo]</section>",
  7060 	[false],
  7061 	{"formatblock":[false,false,"",false,false,""]}],
  7062 ["<div>[foobar]</div>",
  7063 	[["defaultparagraphseparator","div"],["formatblock","<address>"]],
  7064 	"<address>[foobar]</address>",
  7065 	[true,true],
  7066 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"address"]}],
  7067 ["<div>[foobar]</div>",
  7068 	[["defaultparagraphseparator","p"],["formatblock","<address>"]],
  7069 	"<address>[foobar]</address>",
  7070 	[true,true],
  7071 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"address"]}],
  7072 ["<div>[foobar]</div>",
  7073 	[["formatblock","<article>"]],
  7074 	"<div>[foobar]</div>",
  7075 	[false],
  7076 	{"formatblock":[false,false,"div",false,false,"div"]}],
  7077 ["<div>[foobar]</div>",
  7078 	[["formatblock","<blockquote>"]],
  7079 	"<div>[foobar]</div>",
  7080 	[false],
  7081 	{"formatblock":[false,false,"div",false,false,"div"]}],
  7082 ["<div>[foobar]</div>",
  7083 	[["defaultparagraphseparator","div"],["formatblock","<dd>"]],
  7084 	"<dl><dd>[foobar]</dd></dl>",
  7085 	[true,true],
  7086 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"dd"]}],
  7087 ["<div>[foobar]</div>",
  7088 	[["defaultparagraphseparator","p"],["formatblock","<dd>"]],
  7089 	"<dl><dd>[foobar]</dd></dl>",
  7090 	[true,true],
  7091 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"dd"]}],
  7092 ["<div>[foobar]</div>",
  7093 	[["formatblock","<del>"]],
  7094 	"<div>[foobar]</div>",
  7095 	[false],
  7096 	{"formatblock":[false,false,"div",false,false,"div"]}],
  7097 ["<div>[foobar]</div>",
  7098 	[["formatblock","<dl>"]],
  7099 	"<div>[foobar]</div>",
  7100 	[false],
  7101 	{"formatblock":[false,false,"div",false,false,"div"]}],
  7102 ["<div>[foobar]</div>",
  7103 	[["defaultparagraphseparator","div"],["formatblock","<dt>"]],
  7104 	"<dl><dt>[foobar]</dt></dl>",
  7105 	[true,true],
  7106 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"dt"]}],
  7107 ["<div>[foobar]</div>",
  7108 	[["defaultparagraphseparator","p"],["formatblock","<dt>"]],
  7109 	"<dl><dt>[foobar]</dt></dl>",
  7110 	[true,true],
  7111 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"dt"]}],
  7112 ["<div>[foobar]</div>",
  7113 	[["defaultparagraphseparator","div"],["formatblock","<h1>"]],
  7114 	"<h1>[foobar]</h1>",
  7115 	[true,true],
  7116 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"h1"]}],
  7117 ["<div>[foobar]</div>",
  7118 	[["defaultparagraphseparator","p"],["formatblock","<h1>"]],
  7119 	"<h1>[foobar]</h1>",
  7120 	[true,true],
  7121 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"h1"]}],
  7122 ["<div>[foobar]</div>",
  7123 	[["defaultparagraphseparator","div"],["formatblock","<h2>"]],
  7124 	"<h2>[foobar]</h2>",
  7125 	[true,true],
  7126 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"h2"]}],
  7127 ["<div>[foobar]</div>",
  7128 	[["defaultparagraphseparator","p"],["formatblock","<h2>"]],
  7129 	"<h2>[foobar]</h2>",
  7130 	[true,true],
  7131 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"h2"]}],
  7132 ["<div>[foobar]</div>",
  7133 	[["defaultparagraphseparator","div"],["formatblock","<h3>"]],
  7134 	"<h3>[foobar]</h3>",
  7135 	[true,true],
  7136 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"h3"]}],
  7137 ["<div>[foobar]</div>",
  7138 	[["defaultparagraphseparator","p"],["formatblock","<h3>"]],
  7139 	"<h3>[foobar]</h3>",
  7140 	[true,true],
  7141 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"h3"]}],
  7142 ["<div>[foobar]</div>",
  7143 	[["defaultparagraphseparator","div"],["formatblock","<h4>"]],
  7144 	"<h4>[foobar]</h4>",
  7145 	[true,true],
  7146 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"h4"]}],
  7147 ["<div>[foobar]</div>",
  7148 	[["defaultparagraphseparator","p"],["formatblock","<h4>"]],
  7149 	"<h4>[foobar]</h4>",
  7150 	[true,true],
  7151 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"h4"]}],
  7152 ["<div>[foobar]</div>",
  7153 	[["defaultparagraphseparator","div"],["formatblock","<h5>"]],
  7154 	"<h5>[foobar]</h5>",
  7155 	[true,true],
  7156 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"h5"]}],
  7157 ["<div>[foobar]</div>",
  7158 	[["defaultparagraphseparator","p"],["formatblock","<h5>"]],
  7159 	"<h5>[foobar]</h5>",
  7160 	[true,true],
  7161 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"h5"]}],
  7162 ["<div>[foobar]</div>",
  7163 	[["defaultparagraphseparator","div"],["formatblock","<h6>"]],
  7164 	"<h6>[foobar]</h6>",
  7165 	[true,true],
  7166 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"h6"]}],
  7167 ["<div>[foobar]</div>",
  7168 	[["defaultparagraphseparator","p"],["formatblock","<h6>"]],
  7169 	"<h6>[foobar]</h6>",
  7170 	[true,true],
  7171 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"h6"]}],
  7172 ["<div>[foobar]</div>",
  7173 	[["formatblock","<ins>"]],
  7174 	"<div>[foobar]</div>",
  7175 	[false],
  7176 	{"formatblock":[false,false,"div",false,false,"div"]}],
  7177 ["<div>[foobar]</div>",
  7178 	[["formatblock","<li>"]],
  7179 	"<div>[foobar]</div>",
  7180 	[false],
  7181 	{"formatblock":[false,false,"div",false,false,"div"]}],
  7182 ["<div>[foobar]</div>",
  7183 	[["formatblock","<ol>"]],
  7184 	"<div>[foobar]</div>",
  7185 	[false],
  7186 	{"formatblock":[false,false,"div",false,false,"div"]}],
  7187 ["<div>[foobar]</div>",
  7188 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  7189 	"<p>[foobar]</p>",
  7190 	[true,true],
  7191 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"p"]}],
  7192 ["<div>[foobar]</div>",
  7193 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  7194 	"<p>[foobar]</p>",
  7195 	[true,true],
  7196 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"p"]}],
  7197 ["<div>[foobar]</div>",
  7198 	[["defaultparagraphseparator","div"],["formatblock","<pre>"]],
  7199 	"<pre>[foobar]</pre>",
  7200 	[true,true],
  7201 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"pre"]}],
  7202 ["<div>[foobar]</div>",
  7203 	[["defaultparagraphseparator","p"],["formatblock","<pre>"]],
  7204 	"<pre>[foobar]</pre>",
  7205 	[true,true],
  7206 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"pre"]}],
  7207 ["<div>[foobar]</div>",
  7208 	[["formatblock","<ul>"]],
  7209 	"<div>[foobar]</div>",
  7210 	[false],
  7211 	{"formatblock":[false,false,"div",false,false,"div"]}],
  7212 ["<div>[foobar]</div>",
  7213 	[["formatblock","<quasit>"]],
  7214 	"<div>[foobar]</div>",
  7215 	[false],
  7216 	{"formatblock":[false,false,"div",false,false,"div"]}],
  7217 ["<p>[foobar]</p>",
  7218 	[["defaultparagraphseparator","div"],["formatblock","<address>"]],
  7219 	"<address>[foobar]</address>",
  7220 	[true,true],
  7221 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"address"]}],
  7222 ["<p>[foobar]</p>",
  7223 	[["defaultparagraphseparator","p"],["formatblock","<address>"]],
  7224 	"<address>[foobar]</address>",
  7225 	[true,true],
  7226 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"address"]}],
  7227 ["<p>[foobar]</p>",
  7228 	[["formatblock","<article>"]],
  7229 	"<p>[foobar]</p>",
  7230 	[false],
  7231 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7232 ["<p>[foobar]</p>",
  7233 	[["formatblock","<aside>"]],
  7234 	"<p>[foobar]</p>",
  7235 	[false],
  7236 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7237 ["<p>[foobar]</p>",
  7238 	[["formatblock","<blockquote>"]],
  7239 	"<p>[foobar]</p>",
  7240 	[false],
  7241 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7242 ["<p>[foobar]</p>",
  7243 	[["formatblock","<body>"]],
  7244 	"<p>[foobar]</p>",
  7245 	[false],
  7246 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7247 ["<p>[foobar]</p>",
  7248 	[["defaultparagraphseparator","div"],["formatblock","<dd>"]],
  7249 	"<dl><dd>[foobar]</dd></dl>",
  7250 	[true,true],
  7251 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"dd"]}],
  7252 ["<p>[foobar]</p>",
  7253 	[["defaultparagraphseparator","p"],["formatblock","<dd>"]],
  7254 	"<dl><dd>[foobar]</dd></dl>",
  7255 	[true,true],
  7256 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"dd"]}],
  7257 ["<p>[foobar]</p>",
  7258 	[["formatblock","<del>"]],
  7259 	"<p>[foobar]</p>",
  7260 	[false],
  7261 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7262 ["<p>[foobar]</p>",
  7263 	[["formatblock","<details>"]],
  7264 	"<p>[foobar]</p>",
  7265 	[false],
  7266 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7267 ["<p>[foobar]</p>",
  7268 	[["formatblock","<dir>"]],
  7269 	"<p>[foobar]</p>",
  7270 	[false],
  7271 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7272 ["<p>[foobar]</p>",
  7273 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  7274 	"<div>[foobar]</div>",
  7275 	[true,true],
  7276 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"div"]}],
  7277 ["<p>[foobar]</p>",
  7278 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  7279 	"<div>[foobar]</div>",
  7280 	[true,true],
  7281 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"div"]}],
  7282 ["<p>[foobar]</p>",
  7283 	[["formatblock","<dl>"]],
  7284 	"<p>[foobar]</p>",
  7285 	[false],
  7286 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7287 ["<p>[foobar]</p>",
  7288 	[["defaultparagraphseparator","div"],["formatblock","<dt>"]],
  7289 	"<dl><dt>[foobar]</dt></dl>",
  7290 	[true,true],
  7291 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"dt"]}],
  7292 ["<p>[foobar]</p>",
  7293 	[["defaultparagraphseparator","p"],["formatblock","<dt>"]],
  7294 	"<dl><dt>[foobar]</dt></dl>",
  7295 	[true,true],
  7296 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"dt"]}],
  7297 ["<p>[foobar]</p>",
  7298 	[["formatblock","<fieldset>"]],
  7299 	"<p>[foobar]</p>",
  7300 	[false],
  7301 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7302 ["<p>[foobar]</p>",
  7303 	[["formatblock","<figcaption>"]],
  7304 	"<p>[foobar]</p>",
  7305 	[false],
  7306 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7307 ["<p>[foobar]</p>",
  7308 	[["formatblock","<figure>"]],
  7309 	"<p>[foobar]</p>",
  7310 	[false],
  7311 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7312 ["<p>[foobar]</p>",
  7313 	[["formatblock","<footer>"]],
  7314 	"<p>[foobar]</p>",
  7315 	[false],
  7316 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7317 ["<p>[foobar]</p>",
  7318 	[["formatblock","<form>"]],
  7319 	"<p>[foobar]</p>",
  7320 	[false],
  7321 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7322 ["<p>[foobar]</p>",
  7323 	[["defaultparagraphseparator","div"],["formatblock","<h1>"]],
  7324 	"<h1>[foobar]</h1>",
  7325 	[true,true],
  7326 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h1"]}],
  7327 ["<p>[foobar]</p>",
  7328 	[["defaultparagraphseparator","p"],["formatblock","<h1>"]],
  7329 	"<h1>[foobar]</h1>",
  7330 	[true,true],
  7331 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h1"]}],
  7332 ["<p>[foobar]</p>",
  7333 	[["defaultparagraphseparator","div"],["formatblock","<h2>"]],
  7334 	"<h2>[foobar]</h2>",
  7335 	[true,true],
  7336 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h2"]}],
  7337 ["<p>[foobar]</p>",
  7338 	[["defaultparagraphseparator","p"],["formatblock","<h2>"]],
  7339 	"<h2>[foobar]</h2>",
  7340 	[true,true],
  7341 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h2"]}],
  7342 ["<p>[foobar]</p>",
  7343 	[["defaultparagraphseparator","div"],["formatblock","<h3>"]],
  7344 	"<h3>[foobar]</h3>",
  7345 	[true,true],
  7346 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h3"]}],
  7347 ["<p>[foobar]</p>",
  7348 	[["defaultparagraphseparator","p"],["formatblock","<h3>"]],
  7349 	"<h3>[foobar]</h3>",
  7350 	[true,true],
  7351 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h3"]}],
  7352 ["<p>[foobar]</p>",
  7353 	[["defaultparagraphseparator","div"],["formatblock","<h4>"]],
  7354 	"<h4>[foobar]</h4>",
  7355 	[true,true],
  7356 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h4"]}],
  7357 ["<p>[foobar]</p>",
  7358 	[["defaultparagraphseparator","p"],["formatblock","<h4>"]],
  7359 	"<h4>[foobar]</h4>",
  7360 	[true,true],
  7361 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h4"]}],
  7362 ["<p>[foobar]</p>",
  7363 	[["defaultparagraphseparator","div"],["formatblock","<h5>"]],
  7364 	"<h5>[foobar]</h5>",
  7365 	[true,true],
  7366 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h5"]}],
  7367 ["<p>[foobar]</p>",
  7368 	[["defaultparagraphseparator","p"],["formatblock","<h5>"]],
  7369 	"<h5>[foobar]</h5>",
  7370 	[true,true],
  7371 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h5"]}],
  7372 ["<p>[foobar]</p>",
  7373 	[["defaultparagraphseparator","div"],["formatblock","<h6>"]],
  7374 	"<h6>[foobar]</h6>",
  7375 	[true,true],
  7376 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h6"]}],
  7377 ["<p>[foobar]</p>",
  7378 	[["defaultparagraphseparator","p"],["formatblock","<h6>"]],
  7379 	"<h6>[foobar]</h6>",
  7380 	[true,true],
  7381 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h6"]}],
  7382 ["<p>[foobar]</p>",
  7383 	[["formatblock","<header>"]],
  7384 	"<p>[foobar]</p>",
  7385 	[false],
  7386 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7387 ["<p>[foobar]</p>",
  7388 	[["formatblock","<head>"]],
  7389 	"<p>[foobar]</p>",
  7390 	[false],
  7391 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7392 ["<p>[foobar]</p>",
  7393 	[["formatblock","<hgroup>"]],
  7394 	"<p>[foobar]</p>",
  7395 	[false],
  7396 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7397 ["<p>[foobar]</p>",
  7398 	[["formatblock","<hr>"]],
  7399 	"<p>[foobar]</p>",
  7400 	[false],
  7401 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7402 ["<p>[foobar]</p>",
  7403 	[["formatblock","<html>"]],
  7404 	"<p>[foobar]</p>",
  7405 	[false],
  7406 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7407 ["<p>[foobar]</p>",
  7408 	[["formatblock","<ins>"]],
  7409 	"<p>[foobar]</p>",
  7410 	[false],
  7411 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7412 ["<p>[foobar]</p>",
  7413 	[["formatblock","<li>"]],
  7414 	"<p>[foobar]</p>",
  7415 	[false],
  7416 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7417 ["<p>[foobar]</p>",
  7418 	[["formatblock","<listing>"]],
  7419 	"<p>[foobar]</p>",
  7420 	[false],
  7421 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7422 ["<p>[foobar]</p>",
  7423 	[["formatblock","<menu>"]],
  7424 	"<p>[foobar]</p>",
  7425 	[false],
  7426 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7427 ["<p>[foobar]</p>",
  7428 	[["formatblock","<nav>"]],
  7429 	"<p>[foobar]</p>",
  7430 	[false],
  7431 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7432 ["<p>[foobar]</p>",
  7433 	[["formatblock","<ol>"]],
  7434 	"<p>[foobar]</p>",
  7435 	[false],
  7436 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7437 ["<p>[foobar]</p>",
  7438 	[["formatblock","<p>"]],
  7439 	"<p>[foobar]</p>",
  7440 	[true],
  7441 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7442 ["<p>[foobar]</p>",
  7443 	[["formatblock","<plaintext>"]],
  7444 	"<p>[foobar]</p>",
  7445 	[false],
  7446 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7447 ["<p>[foobar]</p>",
  7448 	[["defaultparagraphseparator","div"],["formatblock","<pre>"]],
  7449 	"<pre>[foobar]</pre>",
  7450 	[true,true],
  7451 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"pre"]}],
  7452 ["<p>[foobar]</p>",
  7453 	[["defaultparagraphseparator","p"],["formatblock","<pre>"]],
  7454 	"<pre>[foobar]</pre>",
  7455 	[true,true],
  7456 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"pre"]}],
  7457 ["<p>[foobar]</p>",
  7458 	[["formatblock","<section>"]],
  7459 	"<p>[foobar]</p>",
  7460 	[false],
  7461 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7462 ["<p>[foobar]</p>",
  7463 	[["formatblock","<ul>"]],
  7464 	"<p>[foobar]</p>",
  7465 	[false],
  7466 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7467 ["<p>[foobar]</p>",
  7468 	[["formatblock","<xmp>"]],
  7469 	"<p>[foobar]</p>",
  7470 	[false],
  7471 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7472 ["<p>[foobar]</p>",
  7473 	[["formatblock","<quasit>"]],
  7474 	"<p>[foobar]</p>",
  7475 	[false],
  7476 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7477 ["<p>[foo<p>bar]",
  7478 	[["defaultparagraphseparator","div"],["formatblock","<address>"]],
  7479 	"<address>[foo<br>bar]</address>",
  7480 	[true,true],
  7481 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"address"]}],
  7482 ["<p>[foo<p>bar]",
  7483 	[["defaultparagraphseparator","p"],["formatblock","<address>"]],
  7484 	"<address>[foo<br>bar]</address>",
  7485 	[true,true],
  7486 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"address"]}],
  7487 ["<p>[foo<p>bar]",
  7488 	[["formatblock","<article>"]],
  7489 	"<p>[foo</p><p>bar]</p>",
  7490 	[false],
  7491 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7492 ["<p>[foo<p>bar]",
  7493 	[["formatblock","<aside>"]],
  7494 	"<p>[foo</p><p>bar]</p>",
  7495 	[false],
  7496 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7497 ["<p>[foo<p>bar]",
  7498 	[["formatblock","<blockquote>"]],
  7499 	"<p>[foo</p><p>bar]</p>",
  7500 	[false],
  7501 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7502 ["<p>[foo<p>bar]",
  7503 	[["formatblock","<body>"]],
  7504 	"<p>[foo</p><p>bar]</p>",
  7505 	[false],
  7506 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7507 ["<p>[foo<p>bar]",
  7508 	[["defaultparagraphseparator","div"],["formatblock","<dd>"]],
  7509 	"<dl><dd>[foo</dd><dd>bar]</dd></dl>",
  7510 	[true,true],
  7511 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"dd"]}],
  7512 ["<p>[foo<p>bar]",
  7513 	[["defaultparagraphseparator","p"],["formatblock","<dd>"]],
  7514 	"<dl><dd>[foo</dd><dd>bar]</dd></dl>",
  7515 	[true,true],
  7516 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"dd"]}],
  7517 ["<p>[foo<p>bar]",
  7518 	[["formatblock","<del>"]],
  7519 	"<p>[foo</p><p>bar]</p>",
  7520 	[false],
  7521 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7522 ["<p>[foo<p>bar]",
  7523 	[["formatblock","<details>"]],
  7524 	"<p>[foo</p><p>bar]</p>",
  7525 	[false],
  7526 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7527 ["<p>[foo<p>bar]",
  7528 	[["formatblock","<dir>"]],
  7529 	"<p>[foo</p><p>bar]</p>",
  7530 	[false],
  7531 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7532 ["<p>[foo<p>bar]",
  7533 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  7534 	"<div>[foo</div><div>bar]</div>",
  7535 	[true,true],
  7536 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"div"]}],
  7537 ["<p>[foo<p>bar]",
  7538 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  7539 	"<div>[foo</div><div>bar]</div>",
  7540 	[true,true],
  7541 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"div"]}],
  7542 ["<p>[foo<p>bar]",
  7543 	[["formatblock","<dl>"]],
  7544 	"<p>[foo</p><p>bar]</p>",
  7545 	[false],
  7546 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7547 ["<p>[foo<p>bar]",
  7548 	[["defaultparagraphseparator","div"],["formatblock","<dt>"]],
  7549 	"<dl><dt>[foo</dt><dt>bar]</dt></dl>",
  7550 	[true,true],
  7551 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"dt"]}],
  7552 ["<p>[foo<p>bar]",
  7553 	[["defaultparagraphseparator","p"],["formatblock","<dt>"]],
  7554 	"<dl><dt>[foo</dt><dt>bar]</dt></dl>",
  7555 	[true,true],
  7556 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"dt"]}],
  7557 ["<p>[foo<p>bar]",
  7558 	[["formatblock","<fieldset>"]],
  7559 	"<p>[foo</p><p>bar]</p>",
  7560 	[false],
  7561 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7562 ["<p>[foo<p>bar]",
  7563 	[["formatblock","<figcaption>"]],
  7564 	"<p>[foo</p><p>bar]</p>",
  7565 	[false],
  7566 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7567 ["<p>[foo<p>bar]",
  7568 	[["formatblock","<figure>"]],
  7569 	"<p>[foo</p><p>bar]</p>",
  7570 	[false],
  7571 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7572 ["<p>[foo<p>bar]",
  7573 	[["formatblock","<footer>"]],
  7574 	"<p>[foo</p><p>bar]</p>",
  7575 	[false],
  7576 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7577 ["<p>[foo<p>bar]",
  7578 	[["formatblock","<form>"]],
  7579 	"<p>[foo</p><p>bar]</p>",
  7580 	[false],
  7581 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7582 ["<p>[foo<p>bar]",
  7583 	[["defaultparagraphseparator","div"],["formatblock","<h1>"]],
  7584 	"<h1>[foo<br>bar]</h1>",
  7585 	[true,true],
  7586 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h1"]}],
  7587 ["<p>[foo<p>bar]",
  7588 	[["defaultparagraphseparator","p"],["formatblock","<h1>"]],
  7589 	"<h1>[foo<br>bar]</h1>",
  7590 	[true,true],
  7591 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h1"]}],
  7592 ["<p>[foo<p>bar]",
  7593 	[["defaultparagraphseparator","div"],["formatblock","<h2>"]],
  7594 	"<h2>[foo<br>bar]</h2>",
  7595 	[true,true],
  7596 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h2"]}],
  7597 ["<p>[foo<p>bar]",
  7598 	[["defaultparagraphseparator","p"],["formatblock","<h2>"]],
  7599 	"<h2>[foo<br>bar]</h2>",
  7600 	[true,true],
  7601 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h2"]}],
  7602 ["<p>[foo<p>bar]",
  7603 	[["defaultparagraphseparator","div"],["formatblock","<h3>"]],
  7604 	"<h3>[foo<br>bar]</h3>",
  7605 	[true,true],
  7606 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h3"]}],
  7607 ["<p>[foo<p>bar]",
  7608 	[["defaultparagraphseparator","p"],["formatblock","<h3>"]],
  7609 	"<h3>[foo<br>bar]</h3>",
  7610 	[true,true],
  7611 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h3"]}],
  7612 ["<p>[foo<p>bar]",
  7613 	[["defaultparagraphseparator","div"],["formatblock","<h4>"]],
  7614 	"<h4>[foo<br>bar]</h4>",
  7615 	[true,true],
  7616 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h4"]}],
  7617 ["<p>[foo<p>bar]",
  7618 	[["defaultparagraphseparator","p"],["formatblock","<h4>"]],
  7619 	"<h4>[foo<br>bar]</h4>",
  7620 	[true,true],
  7621 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h4"]}],
  7622 ["<p>[foo<p>bar]",
  7623 	[["defaultparagraphseparator","div"],["formatblock","<h5>"]],
  7624 	"<h5>[foo<br>bar]</h5>",
  7625 	[true,true],
  7626 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h5"]}],
  7627 ["<p>[foo<p>bar]",
  7628 	[["defaultparagraphseparator","p"],["formatblock","<h5>"]],
  7629 	"<h5>[foo<br>bar]</h5>",
  7630 	[true,true],
  7631 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h5"]}],
  7632 ["<p>[foo<p>bar]",
  7633 	[["defaultparagraphseparator","div"],["formatblock","<h6>"]],
  7634 	"<h6>[foo<br>bar]</h6>",
  7635 	[true,true],
  7636 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h6"]}],
  7637 ["<p>[foo<p>bar]",
  7638 	[["defaultparagraphseparator","p"],["formatblock","<h6>"]],
  7639 	"<h6>[foo<br>bar]</h6>",
  7640 	[true,true],
  7641 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h6"]}],
  7642 ["<p>[foo<p>bar]",
  7643 	[["formatblock","<header>"]],
  7644 	"<p>[foo</p><p>bar]</p>",
  7645 	[false],
  7646 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7647 ["<p>[foo<p>bar]",
  7648 	[["formatblock","<head>"]],
  7649 	"<p>[foo</p><p>bar]</p>",
  7650 	[false],
  7651 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7652 ["<p>[foo<p>bar]",
  7653 	[["formatblock","<hgroup>"]],
  7654 	"<p>[foo</p><p>bar]</p>",
  7655 	[false],
  7656 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7657 ["<p>[foo<p>bar]",
  7658 	[["formatblock","<hr>"]],
  7659 	"<p>[foo</p><p>bar]</p>",
  7660 	[false],
  7661 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7662 ["<p>[foo<p>bar]",
  7663 	[["formatblock","<html>"]],
  7664 	"<p>[foo</p><p>bar]</p>",
  7665 	[false],
  7666 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7667 ["<p>[foo<p>bar]",
  7668 	[["formatblock","<ins>"]],
  7669 	"<p>[foo</p><p>bar]</p>",
  7670 	[false],
  7671 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7672 ["<p>[foo<p>bar]",
  7673 	[["formatblock","<li>"]],
  7674 	"<p>[foo</p><p>bar]</p>",
  7675 	[false],
  7676 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7677 ["<p>[foo<p>bar]",
  7678 	[["formatblock","<listing>"]],
  7679 	"<p>[foo</p><p>bar]</p>",
  7680 	[false],
  7681 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7682 ["<p>[foo<p>bar]",
  7683 	[["formatblock","<menu>"]],
  7684 	"<p>[foo</p><p>bar]</p>",
  7685 	[false],
  7686 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7687 ["<p>[foo<p>bar]",
  7688 	[["formatblock","<nav>"]],
  7689 	"<p>[foo</p><p>bar]</p>",
  7690 	[false],
  7691 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7692 ["<p>[foo<p>bar]",
  7693 	[["formatblock","<ol>"]],
  7694 	"<p>[foo</p><p>bar]</p>",
  7695 	[false],
  7696 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7697 ["<p>[foo<p>bar]",
  7698 	[["formatblock","<p>"]],
  7699 	"<p>[foo</p><p>bar]</p>",
  7700 	[true],
  7701 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7702 ["<p>[foo<p>bar]",
  7703 	[["formatblock","<plaintext>"]],
  7704 	"<p>[foo</p><p>bar]</p>",
  7705 	[false],
  7706 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7707 ["<p>[foo<p>bar]",
  7708 	[["defaultparagraphseparator","div"],["formatblock","<pre>"]],
  7709 	"<pre>[foo<br>bar]</pre>",
  7710 	[true,true],
  7711 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"pre"]}],
  7712 ["<p>[foo<p>bar]",
  7713 	[["defaultparagraphseparator","p"],["formatblock","<pre>"]],
  7714 	"<pre>[foo<br>bar]</pre>",
  7715 	[true,true],
  7716 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"pre"]}],
  7717 ["<p>[foo<p>bar]",
  7718 	[["formatblock","<section>"]],
  7719 	"<p>[foo</p><p>bar]</p>",
  7720 	[false],
  7721 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7722 ["<p>[foo<p>bar]",
  7723 	[["formatblock","<ul>"]],
  7724 	"<p>[foo</p><p>bar]</p>",
  7725 	[false],
  7726 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7727 ["<p>[foo<p>bar]",
  7728 	[["formatblock","<xmp>"]],
  7729 	"<p>[foo</p><p>bar]</p>",
  7730 	[false],
  7731 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7732 ["<p>[foo<p>bar]",
  7733 	[["formatblock","<quasit>"]],
  7734 	"<p>[foo</p><p>bar]</p>",
  7735 	[false],
  7736 	{"formatblock":[false,false,"p",false,false,"p"]}],
  7737 ["<div>[foobar]</div>",
  7738 	[["defaultparagraphseparator","div"],["formatblock","p"]],
  7739 	"<p>[foobar]</p>",
  7740 	[true,true],
  7741 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"p"]}],
  7742 ["<div>[foobar]</div>",
  7743 	[["defaultparagraphseparator","p"],["formatblock","p"]],
  7744 	"<p>[foobar]</p>",
  7745 	[true,true],
  7746 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"p"]}],
  7747 ["<ol><li>[foo]<li>bar</ol>",
  7748 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  7749 	"<ol><li><div>[foo]</div></li><li>bar</li></ol>",
  7750 	[true,true],
  7751 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  7752 ["<ol><li>[foo]<li>bar</ol>",
  7753 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  7754 	"<ol><li><div>[foo]</div></li><li>bar</li></ol>",
  7755 	[true,true],
  7756 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  7757 ["<h1>[foo]<br>bar</h1>",
  7758 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  7759 	"<p>[foo]</p><h1>bar</h1>",
  7760 	[true,true],
  7761 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h1",false,false,"p"]}],
  7762 ["<h1>[foo]<br>bar</h1>",
  7763 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  7764 	"<p>[foo]</p><h1>bar</h1>",
  7765 	[true,true],
  7766 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h1",false,false,"p"]}],
  7767 ["<h1>foo<br>[bar]</h1>",
  7768 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  7769 	"<h1>foo</h1><p>[bar]</p>",
  7770 	[true,true],
  7771 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h1",false,false,"p"]}],
  7772 ["<h1>foo<br>[bar]</h1>",
  7773 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  7774 	"<h1>foo</h1><p>[bar]</p>",
  7775 	[true,true],
  7776 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h1",false,false,"p"]}],
  7777 ["<h1>[foo<br>bar]</h1>",
  7778 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  7779 	"<p>[foo<br>bar]</p>",
  7780 	[true,true],
  7781 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"h1",false,false,"p"]}],
  7782 ["<h1>[foo<br>bar]</h1>",
  7783 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  7784 	"<p>[foo<br>bar]</p>",
  7785 	[true,true],
  7786 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"h1",false,false,"p"]}],
  7787 ["<h1>[foo]<br>bar</h1>",
  7788 	[["formatblock","<address>"]],
  7789 	"<address>[foo]</address><h1>bar</h1>",
  7790 	[true],
  7791 	{"formatblock":[false,false,"h1",false,false,"address"]}],
  7792 ["<h1>foo<br>[bar]</h1>",
  7793 	[["formatblock","<address>"]],
  7794 	"<h1>foo</h1><address>[bar]</address>",
  7795 	[true],
  7796 	{"formatblock":[false,false,"h1",false,false,"address"]}],
  7797 ["<h1>[foo<br>bar]</h1>",
  7798 	[["formatblock","<address>"]],
  7799 	"<address>[foo<br>bar]</address>",
  7800 	[true],
  7801 	{"formatblock":[false,false,"h1",false,false,"address"]}],
  7802 ["<h1>[foo]<br>bar</h1>",
  7803 	[["formatblock","<pre>"]],
  7804 	"<pre>[foo]</pre><h1>bar</h1>",
  7805 	[true],
  7806 	{"formatblock":[false,false,"h1",false,false,"pre"]}],
  7807 ["<h1>foo<br>[bar]</h1>",
  7808 	[["formatblock","<pre>"]],
  7809 	"<h1>foo</h1><pre>[bar]</pre>",
  7810 	[true],
  7811 	{"formatblock":[false,false,"h1",false,false,"pre"]}],
  7812 ["<h1>[foo<br>bar]</h1>",
  7813 	[["formatblock","<pre>"]],
  7814 	"<pre>[foo<br>bar]</pre>",
  7815 	[true],
  7816 	{"formatblock":[false,false,"h1",false,false,"pre"]}],
  7817 ["<h1>[foo]<br>bar</h1>",
  7818 	[["formatblock","<h2>"]],
  7819 	"<h2>[foo]</h2><h1>bar</h1>",
  7820 	[true],
  7821 	{"formatblock":[false,false,"h1",false,false,"h2"]}],
  7822 ["<h1>foo<br>[bar]</h1>",
  7823 	[["formatblock","<h2>"]],
  7824 	"<h1>foo</h1><h2>[bar]</h2>",
  7825 	[true],
  7826 	{"formatblock":[false,false,"h1",false,false,"h2"]}],
  7827 ["<h1>[foo<br>bar]</h1>",
  7828 	[["formatblock","<h2>"]],
  7829 	"<h2>[foo<br>bar]</h2>",
  7830 	[true],
  7831 	{"formatblock":[false,false,"h1",false,false,"h2"]}],
  7832 ["<p>[foo]<br>bar</p>",
  7833 	[["formatblock","<h1>"]],
  7834 	"<h1>[foo]</h1><p>bar</p>",
  7835 	[true],
  7836 	{"formatblock":[false,false,"p",false,false,"h1"]}],
  7837 ["<p>foo<br>[bar]</p>",
  7838 	[["formatblock","<h1>"]],
  7839 	"<p>foo</p><h1>[bar]</h1>",
  7840 	[true],
  7841 	{"formatblock":[false,false,"p",false,false,"h1"]}],
  7842 ["<p>[foo<br>bar]</p>",
  7843 	[["defaultparagraphseparator","div"],["formatblock","<h1>"]],
  7844 	"<h1>[foo<br>bar]</h1>",
  7845 	[true,true],
  7846 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"h1"]}],
  7847 ["<p>[foo<br>bar]</p>",
  7848 	[["defaultparagraphseparator","p"],["formatblock","<h1>"]],
  7849 	"<h1>[foo<br>bar]</h1>",
  7850 	[true,true],
  7851 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"h1"]}],
  7852 ["<p>[foo]<br>bar</p>",
  7853 	[["formatblock","<address>"]],
  7854 	"<address>[foo]</address><p>bar</p>",
  7855 	[true],
  7856 	{"formatblock":[false,false,"p",false,false,"address"]}],
  7857 ["<p>foo<br>[bar]</p>",
  7858 	[["formatblock","<address>"]],
  7859 	"<p>foo</p><address>[bar]</address>",
  7860 	[true],
  7861 	{"formatblock":[false,false,"p",false,false,"address"]}],
  7862 ["<p>[foo<br>bar]</p>",
  7863 	[["defaultparagraphseparator","div"],["formatblock","<address>"]],
  7864 	"<address>[foo<br>bar]</address>",
  7865 	[true,true],
  7866 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"address"]}],
  7867 ["<p>[foo<br>bar]</p>",
  7868 	[["defaultparagraphseparator","p"],["formatblock","<address>"]],
  7869 	"<address>[foo<br>bar]</address>",
  7870 	[true,true],
  7871 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"address"]}],
  7872 ["<p>[foo]<br>bar</p>",
  7873 	[["formatblock","<pre>"]],
  7874 	"<pre>[foo]</pre><p>bar</p>",
  7875 	[true],
  7876 	{"formatblock":[false,false,"p",false,false,"pre"]}],
  7877 ["<p>foo<br>[bar]</p>",
  7878 	[["formatblock","<pre>"]],
  7879 	"<p>foo</p><pre>[bar]</pre>",
  7880 	[true],
  7881 	{"formatblock":[false,false,"p",false,false,"pre"]}],
  7882 ["<p>[foo<br>bar]</p>",
  7883 	[["defaultparagraphseparator","div"],["formatblock","<pre>"]],
  7884 	"<pre>[foo<br>bar]</pre>",
  7885 	[true,true],
  7886 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"p",false,false,"pre"]}],
  7887 ["<p>[foo<br>bar]</p>",
  7888 	[["defaultparagraphseparator","p"],["formatblock","<pre>"]],
  7889 	"<pre>[foo<br>bar]</pre>",
  7890 	[true,true],
  7891 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"p",false,false,"pre"]}],
  7892 ["<address>[foo]<br>bar</address>",
  7893 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  7894 	"<p>[foo]</p><address>bar</address>",
  7895 	[true,true],
  7896 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"address",false,false,"p"]}],
  7897 ["<address>[foo]<br>bar</address>",
  7898 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  7899 	"<p>[foo]</p><address>bar</address>",
  7900 	[true,true],
  7901 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"address",false,false,"p"]}],
  7902 ["<address>foo<br>[bar]</address>",
  7903 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  7904 	"<address>foo</address><p>[bar]</p>",
  7905 	[true,true],
  7906 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"address",false,false,"p"]}],
  7907 ["<address>foo<br>[bar]</address>",
  7908 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  7909 	"<address>foo</address><p>[bar]</p>",
  7910 	[true,true],
  7911 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"address",false,false,"p"]}],
  7912 ["<address>[foo<br>bar]</address>",
  7913 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  7914 	"<p>[foo<br>bar]</p>",
  7915 	[true,true],
  7916 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"address",false,false,"p"]}],
  7917 ["<address>[foo<br>bar]</address>",
  7918 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  7919 	"<p>[foo<br>bar]</p>",
  7920 	[true,true],
  7921 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"address",false,false,"p"]}],
  7922 ["<address>[foo]<br>bar</address>",
  7923 	[["formatblock","<pre>"]],
  7924 	"<pre>[foo]</pre><address>bar</address>",
  7925 	[true],
  7926 	{"formatblock":[false,false,"address",false,false,"pre"]}],
  7927 ["<address>foo<br>[bar]</address>",
  7928 	[["formatblock","<pre>"]],
  7929 	"<address>foo</address><pre>[bar]</pre>",
  7930 	[true],
  7931 	{"formatblock":[false,false,"address",false,false,"pre"]}],
  7932 ["<address>[foo<br>bar]</address>",
  7933 	[["formatblock","<pre>"]],
  7934 	"<pre>[foo<br>bar]</pre>",
  7935 	[true],
  7936 	{"formatblock":[false,false,"address",false,false,"pre"]}],
  7937 ["<address>[foo]<br>bar</address>",
  7938 	[["formatblock","<h1>"]],
  7939 	"<h1>[foo]</h1><address>bar</address>",
  7940 	[true],
  7941 	{"formatblock":[false,false,"address",false,false,"h1"]}],
  7942 ["<address>foo<br>[bar]</address>",
  7943 	[["formatblock","<h1>"]],
  7944 	"<address>foo</address><h1>[bar]</h1>",
  7945 	[true],
  7946 	{"formatblock":[false,false,"address",false,false,"h1"]}],
  7947 ["<address>[foo<br>bar]</address>",
  7948 	[["formatblock","<h1>"]],
  7949 	"<h1>[foo<br>bar]</h1>",
  7950 	[true],
  7951 	{"formatblock":[false,false,"address",false,false,"h1"]}],
  7952 ["<pre>[foo]<br>bar</pre>",
  7953 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  7954 	"<p>[foo]</p><pre>bar</pre>",
  7955 	[true,true],
  7956 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"pre",false,false,"p"]}],
  7957 ["<pre>[foo]<br>bar</pre>",
  7958 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  7959 	"<p>[foo]</p><pre>bar</pre>",
  7960 	[true,true],
  7961 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"pre",false,false,"p"]}],
  7962 ["<pre>foo<br>[bar]</pre>",
  7963 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  7964 	"<pre>foo</pre><p>[bar]</p>",
  7965 	[true,true],
  7966 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"pre",false,false,"p"]}],
  7967 ["<pre>foo<br>[bar]</pre>",
  7968 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  7969 	"<pre>foo</pre><p>[bar]</p>",
  7970 	[true,true],
  7971 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"pre",false,false,"p"]}],
  7972 ["<pre>[foo<br>bar]</pre>",
  7973 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  7974 	"<p>[foo<br>bar]</p>",
  7975 	[true,true],
  7976 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"pre",false,false,"p"]}],
  7977 ["<pre>[foo<br>bar]</pre>",
  7978 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  7979 	"<p>[foo<br>bar]</p>",
  7980 	[true,true],
  7981 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"pre",false,false,"p"]}],
  7982 ["<pre>[foo]<br>bar</pre>",
  7983 	[["formatblock","<address>"]],
  7984 	"<address>[foo]</address><pre>bar</pre>",
  7985 	[true],
  7986 	{"formatblock":[false,false,"pre",false,false,"address"]}],
  7987 ["<pre>foo<br>[bar]</pre>",
  7988 	[["formatblock","<address>"]],
  7989 	"<pre>foo</pre><address>[bar]</address>",
  7990 	[true],
  7991 	{"formatblock":[false,false,"pre",false,false,"address"]}],
  7992 ["<pre>[foo<br>bar]</pre>",
  7993 	[["formatblock","<address>"]],
  7994 	"<address>[foo<br>bar]</address>",
  7995 	[true],
  7996 	{"formatblock":[false,false,"pre",false,false,"address"]}],
  7997 ["<pre>[foo]<br>bar</pre>",
  7998 	[["formatblock","<h1>"]],
  7999 	"<h1>[foo]</h1><pre>bar</pre>",
  8000 	[true],
  8001 	{"formatblock":[false,false,"pre",false,false,"h1"]}],
  8002 ["<pre>foo<br>[bar]</pre>",
  8003 	[["formatblock","<h1>"]],
  8004 	"<pre>foo</pre><h1>[bar]</h1>",
  8005 	[true],
  8006 	{"formatblock":[false,false,"pre",false,false,"h1"]}],
  8007 ["<pre>[foo<br>bar]</pre>",
  8008 	[["formatblock","<h1>"]],
  8009 	"<h1>[foo<br>bar]</h1>",
  8010 	[true],
  8011 	{"formatblock":[false,false,"pre",false,false,"h1"]}],
  8012 ["<p>[foo</p>bar]",
  8013 	[["defaultparagraphseparator","div"],["formatblock","<h1>"]],
  8014 	"<h1>[foo<br>bar]</h1>",
  8015 	[true,true],
  8016 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"p",false,false,"h1"]}],
  8017 ["<p>[foo</p>bar]",
  8018 	[["defaultparagraphseparator","p"],["formatblock","<h1>"]],
  8019 	"<h1>[foo<br>bar]</h1>",
  8020 	[true,true],
  8021 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"p",false,false,"h1"]}],
  8022 ["[foo<p>bar]</p>",
  8023 	[["defaultparagraphseparator","div"],["formatblock","<h1>"]],
  8024 	"<h1>[foo<br>bar]</h1>",
  8025 	[true,true],
  8026 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"",false,false,"h1"]}],
  8027 ["[foo<p>bar]</p>",
  8028 	[["defaultparagraphseparator","p"],["formatblock","<h1>"]],
  8029 	"<h1>[foo<br>bar]</h1>",
  8030 	[true,true],
  8031 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"",false,false,"h1"]}],
  8032 ["<div>[foo<p>bar]</p></div>",
  8033 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  8034 	"<div><p>[foo</p><p>bar]</p></div>",
  8035 	[true,true],
  8036 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"",false,false,"p"]}],
  8037 ["<div>[foo<p>bar]</p></div>",
  8038 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  8039 	"<div><p>[foo</p><p>bar]</p></div>",
  8040 	[true,true],
  8041 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"",false,false,"p"]}],
  8042 ["<xmp>[foo]</xmp>",
  8043 	[["defaultparagraphseparator","div"],["formatblock","<p>"]],
  8044 	"<p>[foo]</p>",
  8045 	[true,true],
  8046 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"p"]}],
  8047 ["<xmp>[foo]</xmp>",
  8048 	[["defaultparagraphseparator","p"],["formatblock","<p>"]],
  8049 	"<p>[foo]</p>",
  8050 	[true,true],
  8051 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"p"]}],
  8052 ["<xmp>[foo]</xmp>",
  8053 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  8054 	"<div>[foo]</div>",
  8055 	[true,true],
  8056 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  8057 ["<xmp>[foo]</xmp>",
  8058 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  8059 	"<div>[foo]</div>",
  8060 	[true,true],
  8061 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  8062 ["<div><ol><li>[foo]</ol></div>",
  8063 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  8064 	"<div><ol><li><div>[foo]</div></li></ol></div>",
  8065 	[true,true],
  8066 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  8067 ["<div><ol><li>[foo]</ol></div>",
  8068 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  8069 	"<div><ol><li><div>[foo]</div></li></ol></div>",
  8070 	[true,true],
  8071 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  8072 ["<div><table><tr><td>[foo]</table></div>",
  8073 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  8074 	"<div><table><tbody><tr><td><div>[foo]</div></td></tr></tbody></table></div>",
  8075 	[true,true],
  8076 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
  8077 ["<div><table><tr><td>[foo]</table></div>",
  8078 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  8079 	"<div><table><tbody><tr><td><div>[foo]</div></td></tr></tbody></table></div>",
  8080 	[true,true],
  8081 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"",false,false,"div"]}],
  8082 ["<p>[foo<h1>bar]</h1>",
  8083 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  8084 	"<div>[foo</div><div>bar]</div>",
  8085 	[true,true],
  8086 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"p",false,false,"div"]}],
  8087 ["<p>[foo<h1>bar]</h1>",
  8088 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  8089 	"<div>[foo</div><div>bar]</div>",
  8090 	[true,true],
  8091 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"p",false,false,"div"]}],
  8092 ["<h1>[foo</h1><h2>bar]</h2>",
  8093 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  8094 	"<div>[foo</div><div>bar]</div>",
  8095 	[true,true],
  8096 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"h1",false,false,"div"]}],
  8097 ["<h1>[foo</h1><h2>bar]</h2>",
  8098 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  8099 	"<div>[foo</div><div>bar]</div>",
  8100 	[true,true],
  8101 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"h1",false,false,"div"]}],
  8102 ["<div>[foo</div>bar]",
  8103 	[["defaultparagraphseparator","div"],["formatblock","<div>"]],
  8104 	"<div>[foo</div><div>bar]</div>",
  8105 	[true,true],
  8106 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"div",false,false,"div"]}],
  8107 ["<div>[foo</div>bar]",
  8108 	[["defaultparagraphseparator","p"],["formatblock","<div>"]],
  8109 	"<div>[foo</div><div>bar]</div>",
  8110 	[true,true],
  8111 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"div",false,false,"div"]}],
  8112 ["<div style=color:blue>[foo]</div>",
  8113 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["formatblock","<p>"]],
  8114 	"<p><span style=\"color:rgb(0, 0, 255)\">[foo]</span></p>",
  8115 	[true,true,true],
  8116 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"div",false,false,"p"]}],
  8117 ["<div style=color:blue>[foo]</div>",
  8118 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["formatblock","<p>"]],
  8119 	"<p><font color=\"#0000ff\">[foo]</font></p>",
  8120 	[true,true,true],
  8121 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"formatblock":[false,false,"div",false,false,"p"]}],
  8122 ["<div style=color:blue>[foo]</div>",
  8123 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["formatblock","<p>"]],
  8124 	"<p><span style=\"color:rgb(0, 0, 255)\">[foo]</span></p>",
  8125 	[true,true,true],
  8126 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[false,false,"div",false,false,"p"]}],
  8127 ["<div style=color:blue>[foo]</div>",
  8128 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["formatblock","<p>"]],
  8129 	"<p><font color=\"#0000ff\">[foo]</font></p>",
  8130 	[true,true,true],
  8131 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"formatblock":[false,false,"div",false,false,"p"]}],
  8132 ["{<p>foo</p>ba]r",
  8133 	[["defaultparagraphseparator","div"],["formatblock","<h1>"]],
  8134 	"<h1>{foo<br>ba]r</h1>",
  8135 	[true,true],
  8136 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[true,false,"p",false,false,"h1"]}],
  8137 ["{<p>foo</p>ba]r",
  8138 	[["defaultparagraphseparator","p"],["formatblock","<h1>"]],
  8139 	"<h1>{foo<br>ba]r</h1>",
  8140 	[true,true],
  8141 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"formatblock":[true,false,"p",false,false,"h1"]}],
  8142 ["foo[]",
  8143 	[["forwarddelete",""]],
  8144 	"foo{}",
  8145 	[true],
  8146 	{"forwarddelete":[false,false,"",false,false,""]}],
  8147 ["<span>foo[]</span>",
  8148 	[["forwarddelete",""]],
  8149 	"<span>foo</span>{}",
  8150 	[true],
  8151 	{"forwarddelete":[false,false,"",false,false,""]}],
  8152 ["<p>foo[]</p>",
  8153 	[["forwarddelete",""]],
  8154 	"<p>foo{}</p>",
  8155 	[true],
  8156 	{"forwarddelete":[false,false,"",false,false,""]}],
  8157 ["foo[]bar",
  8158 	[["forwarddelete",""]],
  8159 	"foo[]ar",
  8160 	[true],
  8161 	{"forwarddelete":[false,false,"",false,false,""]}],
  8162 ["<span>foo</span>{}<span>bar</span>",
  8163 	[["forwarddelete",""]],
  8164 	"<span>foo</span><span>{}ar</span>",
  8165 	[true],
  8166 	{"forwarddelete":[false,false,"",false,false,""]}],
  8167 ["<span>foo[</span><span>]bar</span>",
  8168 	[["forwarddelete",""]],
  8169 	"<span>foo[]</span><span>bar</span>",
  8170 	[true],
  8171 	{"forwarddelete":[false,false,"",false,false,""]}],
  8172 ["foo[]<span style=display:none>bar</span>baz",
  8173 	[["stylewithcss","true"],["forwarddelete",""]],
  8174 	"foo{}az",
  8175 	[true,true],
  8176 	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  8177 ["foo[]<span style=display:none>bar</span>baz",
  8178 	[["stylewithcss","false"],["forwarddelete",""]],
  8179 	"foo{}az",
  8180 	[true,true],
  8181 	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  8182 ["foo[]<script>bar</script>baz",
  8183 	[["forwarddelete",""]],
  8184 	"foo{}az",
  8185 	[true],
  8186 	{"forwarddelete":[false,false,"",false,false,""]}],
  8187 ["fo[]&ouml;bar",
  8188 	[["forwarddelete",""]],
  8189 	"fo[]bar",
  8190 	[true],
  8191 	{"forwarddelete":[false,false,"",false,false,""]}],
  8192 ["fo[]o&#x308;bar",
  8193 	[["forwarddelete",""]],
  8194 	"fo[]bar",
  8195 	[true],
  8196 	{"forwarddelete":[false,false,"",false,false,""]}],
  8197 ["fo[]o&#x308;&#x327;bar",
  8198 	[["forwarddelete",""]],
  8199 	"fo[]bar",
  8200 	[true],
  8201 	{"forwarddelete":[false,false,"",false,false,""]}],
  8202 ["[]&ouml;bar",
  8203 	[["forwarddelete",""]],
  8204 	"{}bar",
  8205 	[true],
  8206 	{"forwarddelete":[false,false,"",false,false,""]}],
  8207 ["[]o&#x308;bar",
  8208 	[["forwarddelete",""]],
  8209 	"{}bar",
  8210 	[true],
  8211 	{"forwarddelete":[false,false,"",false,false,""]}],
  8212 ["[]o&#x308;&#x327;bar",
  8213 	[["forwarddelete",""]],
  8214 	"{}bar",
  8215 	[true],
  8216 	{"forwarddelete":[false,false,"",false,false,""]}],
  8217 ["[]&#x5e9;&#x5c1;&#x5b8;&#x5dc;&#x5d5;&#x5b9;&#x5dd;",
  8218 	[["forwarddelete",""]],
  8219 	"{}לוֹם",
  8220 	[true],
  8221 	{"forwarddelete":[false,false,"",false,false,""]}],
  8222 ["&#x5e9;&#x5c1;&#x5b8;&#x5dc;[]&#x5d5;&#x5b9;&#x5dd;",
  8223 	[["forwarddelete",""]],
  8224 	"שָׁל[]ם",
  8225 	[true],
  8226 	{"forwarddelete":[false,false,"",false,false,""]}],
  8227 ["<p>foo[]</p><p>bar</p>",
  8228 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8229 	"<p>foo{}bar</p>",
  8230 	[true,true],
  8231 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8232 ["<p>foo[]</p><p>bar</p>",
  8233 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8234 	"<p>foo{}bar</p>",
  8235 	[true,true],
  8236 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8237 ["<p>foo[]</p>bar",
  8238 	[["forwarddelete",""]],
  8239 	"<p>foo{}bar</p>",
  8240 	[true],
  8241 	{"forwarddelete":[false,false,"",false,false,""]}],
  8242 ["foo[]<p>bar</p>",
  8243 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8244 	"foo{}bar",
  8245 	[true,true],
  8246 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8247 ["foo[]<p>bar</p>",
  8248 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8249 	"foo{}bar",
  8250 	[true,true],
  8251 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8252 ["<p>foo[]<br></p><p>bar</p>",
  8253 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8254 	"<p>foo{}bar</p>",
  8255 	[true,true],
  8256 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8257 ["<p>foo[]<br></p><p>bar</p>",
  8258 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8259 	"<p>foo{}bar</p>",
  8260 	[true,true],
  8261 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8262 ["<p>foo[]<br></p>bar",
  8263 	[["forwarddelete",""]],
  8264 	"<p>foo{}bar</p>",
  8265 	[true],
  8266 	{"forwarddelete":[false,false,"",false,false,""]}],
  8267 ["foo[]<br><p>bar</p>",
  8268 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8269 	"foo{}bar",
  8270 	[true,true],
  8271 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8272 ["foo[]<br><p>bar</p>",
  8273 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8274 	"foo{}bar",
  8275 	[true,true],
  8276 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8277 ["<p>{}<br></p>foo",
  8278 	[["forwarddelete",""]],
  8279 	"<p>{}foo</p>",
  8280 	[true],
  8281 	{"forwarddelete":[false,false,"",false,false,""]}],
  8282 ["<p>{}<span><br></span></p>foo",
  8283 	[["forwarddelete",""]],
  8284 	"<p>{}foo</p>",
  8285 	[true],
  8286 	{"forwarddelete":[false,false,"",false,false,""]}],
  8287 ["foo{}<p><br>",
  8288 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8289 	"foo{}",
  8290 	[true,true],
  8291 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8292 ["foo{}<p><br>",
  8293 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8294 	"foo{}",
  8295 	[true,true],
  8296 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8297 ["foo{}<p><span><br></span>",
  8298 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8299 	"foo{}",
  8300 	[true,true],
  8301 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8302 ["foo{}<p><span><br></span>",
  8303 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8304 	"foo{}",
  8305 	[true,true],
  8306 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8307 ["foo{}<br><p><br>",
  8308 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8309 	"foo{}",
  8310 	[true,true],
  8311 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8312 ["foo{}<br><p><br>",
  8313 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8314 	"foo{}",
  8315 	[true,true],
  8316 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8317 ["foo{}<span><br></span><p><br>",
  8318 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8319 	"foo{}",
  8320 	[true,true],
  8321 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8322 ["foo{}<span><br></span><p><br>",
  8323 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8324 	"foo{}",
  8325 	[true,true],
  8326 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8327 ["foo{}<br><p><span><br></span>",
  8328 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8329 	"foo{}",
  8330 	[true,true],
  8331 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8332 ["foo{}<br><p><span><br></span>",
  8333 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8334 	"foo{}",
  8335 	[true,true],
  8336 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8337 ["foo{}<span><br></span><p><span><br></span>",
  8338 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8339 	"foo{}",
  8340 	[true,true],
  8341 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8342 ["foo{}<span><br></span><p><span><br></span>",
  8343 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8344 	"foo{}",
  8345 	[true,true],
  8346 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8347 ["foo{}<p>",
  8348 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8349 	"foo{}",
  8350 	[true,true],
  8351 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8352 ["foo{}<p>",
  8353 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8354 	"foo{}",
  8355 	[true,true],
  8356 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8357 ["<table><tr><td>{}</table>foo",
  8358 	[["forwarddelete",""]],
  8359 	"<table><tbody><tr><td>{}</td></tr></tbody></table>foo",
  8360 	[true],
  8361 	{"forwarddelete":[false,false,"",false,false,""]}],
  8362 ["<table><tr><td>{}<br></table>foo",
  8363 	[["forwarddelete",""]],
  8364 	"<table><tbody><tr><td>{}<br></td></tr></tbody></table>foo",
  8365 	[true],
  8366 	{"forwarddelete":[false,false,"",false,false,""]}],
  8367 ["<table><tr><td>{}<span><br></span></table>foo",
  8368 	[["forwarddelete",""]],
  8369 	"<table><tbody><tr><td>{}<span><br></span></td></tr></tbody></table>foo",
  8370 	[true],
  8371 	{"forwarddelete":[false,false,"",false,false,""]}],
  8372 ["<div><p>foo[]</p></div><p>bar</p>",
  8373 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8374 	"<div><p>foo{}bar</p></div>",
  8375 	[true,true],
  8376 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8377 ["<div><p>foo[]</p></div><p>bar</p>",
  8378 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8379 	"<div><p>foo{}bar</p></div>",
  8380 	[true,true],
  8381 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8382 ["<p>foo[]</p><div><p>bar</p></div>",
  8383 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8384 	"<p>foo{}bar</p>",
  8385 	[true,true],
  8386 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8387 ["<p>foo[]</p><div><p>bar</p></div>",
  8388 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8389 	"<p>foo{}bar</p>",
  8390 	[true,true],
  8391 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8392 ["<div><p>foo[]</p></div><div><p>bar</p></div>",
  8393 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8394 	"<div><p>foo{}bar</p></div>",
  8395 	[true,true],
  8396 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8397 ["<div><p>foo[]</p></div><div><p>bar</p></div>",
  8398 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8399 	"<div><p>foo{}bar</p></div>",
  8400 	[true,true],
  8401 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8402 ["<div><p>foo[]</p></div>bar",
  8403 	[["forwarddelete",""]],
  8404 	"<div><p>foo{}bar</p></div>",
  8405 	[true],
  8406 	{"forwarddelete":[false,false,"",false,false,""]}],
  8407 ["foo[]<div><p>bar</p></div>",
  8408 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8409 	"foo{}bar",
  8410 	[true,true],
  8411 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8412 ["foo[]<div><p>bar</p></div>",
  8413 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8414 	"foo{}bar",
  8415 	[true,true],
  8416 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8417 ["<div>foo[]</div><div>bar</div>",
  8418 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8419 	"<div>foo{}bar</div>",
  8420 	[true,true],
  8421 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8422 ["<div>foo[]</div><div>bar</div>",
  8423 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8424 	"<div>foo{}bar</div>",
  8425 	[true,true],
  8426 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8427 ["<pre>foo[]</pre>bar",
  8428 	[["forwarddelete",""]],
  8429 	"<pre>foo{}bar</pre>",
  8430 	[true],
  8431 	{"forwarddelete":[false,false,"",false,false,""]}],
  8432 ["foo[]<br>bar",
  8433 	[["forwarddelete",""]],
  8434 	"foo{}bar",
  8435 	[true],
  8436 	{"forwarddelete":[false,false,"",false,false,""]}],
  8437 ["<b>foo[]</b><br>bar",
  8438 	[["forwarddelete",""]],
  8439 	"<b>foo</b>{}bar",
  8440 	[true],
  8441 	{"forwarddelete":[false,false,"",false,false,""]}],
  8442 ["foo[]<hr>bar",
  8443 	[["forwarddelete",""]],
  8444 	"foo{}bar",
  8445 	[true],
  8446 	{"forwarddelete":[false,false,"",false,false,""]}],
  8447 ["<p>foo[]<hr><p>bar",
  8448 	[["forwarddelete",""]],
  8449 	"<p>foo{}</p><p>bar</p>",
  8450 	[true],
  8451 	{"forwarddelete":[false,false,"",false,false,""]}],
  8452 ["<p>foo[]</p><br><p>bar</p>",
  8453 	[["forwarddelete",""]],
  8454 	"<p>foo{}</p><p>bar</p>",
  8455 	[true],
  8456 	{"forwarddelete":[false,false,"",false,false,""]}],
  8457 ["<p>foo[]</p><br><br><p>bar</p>",
  8458 	[["forwarddelete",""]],
  8459 	"<p>foo{}</p><br><p>bar</p>",
  8460 	[true],
  8461 	{"forwarddelete":[false,false,"",false,false,""]}],
  8462 ["<p>foo[]</p><img src=/img/lion.svg><p>bar",
  8463 	[["forwarddelete",""]],
  8464 	"<p>foo{}<img src=\"/img/lion.svg\"></p><p>bar</p>",
  8465 	[true],
  8466 	{"forwarddelete":[false,false,"",false,false,""]}],
  8467 ["foo[]<img src=/img/lion.svg>bar",
  8468 	[["forwarddelete",""]],
  8469 	"foo{}bar",
  8470 	[true],
  8471 	{"forwarddelete":[false,false,"",false,false,""]}],
  8472 ["foo[]<a>bar</a>",
  8473 	[["forwarddelete",""]],
  8474 	"foo<a>{}ar</a>",
  8475 	[true],
  8476 	{"forwarddelete":[false,false,"",false,false,""]}],
  8477 ["foo[]<a href=/>bar</a>",
  8478 	[["forwarddelete",""]],
  8479 	"foo<a href=\"/\">{}ar</a>",
  8480 	[true],
  8481 	{"forwarddelete":[false,false,"",false,false,""]}],
  8482 ["foo[]<a name=abc>bar</a>",
  8483 	[["forwarddelete",""]],
  8484 	"foo<a name=\"abc\">{}ar</a>",
  8485 	[true],
  8486 	{"forwarddelete":[false,false,"",false,false,""]}],
  8487 ["foo[]<a href=/ name=abc>bar</a>",
  8488 	[["forwarddelete",""]],
  8489 	"foo<a href=\"/\" name=\"abc\">{}ar</a>",
  8490 	[true],
  8491 	{"forwarddelete":[false,false,"",false,false,""]}],
  8492 ["foo[]<span><a>bar</a></span>",
  8493 	[["forwarddelete",""]],
  8494 	"foo<span><a>{}ar</a></span>",
  8495 	[true],
  8496 	{"forwarddelete":[false,false,"",false,false,""]}],
  8497 ["foo[]<span><a href=/>bar</a></span>",
  8498 	[["forwarddelete",""]],
  8499 	"foo<span><a href=\"/\">{}ar</a></span>",
  8500 	[true],
  8501 	{"forwarddelete":[false,false,"",false,false,""]}],
  8502 ["foo[]<span><a name=abc>bar</a></span>",
  8503 	[["forwarddelete",""]],
  8504 	"foo<span><a name=\"abc\">{}ar</a></span>",
  8505 	[true],
  8506 	{"forwarddelete":[false,false,"",false,false,""]}],
  8507 ["foo[]<span><a href=/ name=abc>bar</a></span>",
  8508 	[["forwarddelete",""]],
  8509 	"foo<span><a href=\"/\" name=\"abc\">{}ar</a></span>",
  8510 	[true],
  8511 	{"forwarddelete":[false,false,"",false,false,""]}],
  8512 ["<a>foo[]</a>bar",
  8513 	[["forwarddelete",""]],
  8514 	"<a>foo</a>{}ar",
  8515 	[true],
  8516 	{"forwarddelete":[false,false,"",false,false,""]}],
  8517 ["<a href=/>foo[]</a>bar",
  8518 	[["forwarddelete",""]],
  8519 	"<a href=\"/\">foo</a>{}ar",
  8520 	[true],
  8521 	{"forwarddelete":[false,false,"",false,false,""]}],
  8522 ["<a name=abc>foo[]</a>bar",
  8523 	[["forwarddelete",""]],
  8524 	"<a name=\"abc\">foo</a>{}ar",
  8525 	[true],
  8526 	{"forwarddelete":[false,false,"",false,false,""]}],
  8527 ["<a href=/ name=abc>foo[]</a>bar",
  8528 	[["forwarddelete",""]],
  8529 	"<a href=\"/\" name=\"abc\">foo</a>{}ar",
  8530 	[true],
  8531 	{"forwarddelete":[false,false,"",false,false,""]}],
  8532 ["foo []&nbsp;",
  8533 	[["forwarddelete",""]],
  8534 	"foo&nbsp;[]",
  8535 	[true],
  8536 	{"forwarddelete":[false,false,"",false,false,""]}],
  8537 ["[]&nbsp; foo",
  8538 	[["forwarddelete",""]],
  8539 	"{}&nbsp;foo",
  8540 	[true],
  8541 	{"forwarddelete":[false,false,"",false,false,""]}],
  8542 ["foo[] &nbsp;bar",
  8543 	[["forwarddelete",""]],
  8544 	"foo[] bar",
  8545 	[true],
  8546 	{"forwarddelete":[false,false,"",false,false,""]}],
  8547 ["foo[]&nbsp; bar",
  8548 	[["forwarddelete",""]],
  8549 	"foo[] bar",
  8550 	[true],
  8551 	{"forwarddelete":[false,false,"",false,false,""]}],
  8552 ["foo[]&nbsp;&nbsp;bar",
  8553 	[["forwarddelete",""]],
  8554 	"foo[] bar",
  8555 	[true],
  8556 	{"forwarddelete":[false,false,"",false,false,""]}],
  8557 ["foo[]  bar",
  8558 	[["forwarddelete",""]],
  8559 	"foo[]bar",
  8560 	[true],
  8561 	{"forwarddelete":[false,false,"",false,false,""]}],
  8562 ["foo[] &nbsp; bar",
  8563 	[["forwarddelete",""]],
  8564 	"foo[]&nbsp; bar",
  8565 	[true],
  8566 	{"forwarddelete":[false,false,"",false,false,""]}],
  8567 ["foo []&nbsp; bar",
  8568 	[["forwarddelete",""]],
  8569 	"foo&nbsp;[] bar",
  8570 	[true],
  8571 	{"forwarddelete":[false,false,"",false,false,""]}],
  8572 ["foo &nbsp;[] bar",
  8573 	[["forwarddelete",""]],
  8574 	"foo&nbsp; []bar",
  8575 	[true],
  8576 	{"forwarddelete":[false,false,"",false,false,""]}],
  8577 ["foo[] <span>&nbsp;</span> bar",
  8578 	[["forwarddelete",""]],
  8579 	"foo[]<span>&nbsp;</span> bar",
  8580 	[true],
  8581 	{"forwarddelete":[false,false,"",false,false,""]}],
  8582 ["foo []<span>&nbsp;</span> bar",
  8583 	[["forwarddelete",""]],
  8584 	"foo&nbsp;{} bar",
  8585 	[true],
  8586 	{"forwarddelete":[false,false,"",false,false,""]}],
  8587 ["foo <span>&nbsp;</span>[] bar",
  8588 	[["forwarddelete",""]],
  8589 	"foo&nbsp;<span> </span>{}bar",
  8590 	[true],
  8591 	{"forwarddelete":[false,false,"",false,false,""]}],
  8592 ["<b>foo[] </b>&nbsp;bar",
  8593 	[["forwarddelete",""]],
  8594 	"<b>foo[]</b> bar",
  8595 	[true],
  8596 	{"forwarddelete":[false,false,"",false,false,""]}],
  8597 ["<b>foo[]&nbsp;</b> bar",
  8598 	[["forwarddelete",""]],
  8599 	"<b>foo[]</b> bar",
  8600 	[true],
  8601 	{"forwarddelete":[false,false,"",false,false,""]}],
  8602 ["<b>foo[]&nbsp;</b>&nbsp;bar",
  8603 	[["forwarddelete",""]],
  8604 	"<b>foo[]</b> bar",
  8605 	[true],
  8606 	{"forwarddelete":[false,false,"",false,false,""]}],
  8607 ["<b>foo[] </b> bar",
  8608 	[["forwarddelete",""]],
  8609 	"<b>foo[]</b>bar",
  8610 	[true],
  8611 	{"forwarddelete":[false,false,"",false,false,""]}],
  8612 ["<pre>foo []&nbsp;</pre>",
  8613 	[["forwarddelete",""]],
  8614 	"<pre>foo []</pre>",
  8615 	[true],
  8616 	{"forwarddelete":[false,false,"",false,false,""]}],
  8617 ["<pre>[]&nbsp; foo</pre>",
  8618 	[["forwarddelete",""]],
  8619 	"<pre>{} foo</pre>",
  8620 	[true],
  8621 	{"forwarddelete":[false,false,"",false,false,""]}],
  8622 ["<pre>foo[] &nbsp;bar</pre>",
  8623 	[["forwarddelete",""]],
  8624 	"<pre>foo[]&nbsp;bar</pre>",
  8625 	[true],
  8626 	{"forwarddelete":[false,false,"",false,false,""]}],
  8627 ["<pre>foo[]&nbsp; bar</pre>",
  8628 	[["forwarddelete",""]],
  8629 	"<pre>foo[] bar</pre>",
  8630 	[true],
  8631 	{"forwarddelete":[false,false,"",false,false,""]}],
  8632 ["<pre>foo[]  bar</pre>",
  8633 	[["forwarddelete",""]],
  8634 	"<pre>foo[] bar</pre>",
  8635 	[true],
  8636 	{"forwarddelete":[false,false,"",false,false,""]}],
  8637 ["<div style=white-space:pre>foo []&nbsp;</div>",
  8638 	[["forwarddelete",""]],
  8639 	"<div style=\"white-space:pre\">foo []</div>",
  8640 	[true],
  8641 	{"forwarddelete":[false,false,"",false,false,""]}],
  8642 ["<div style=white-space:pre>[]&nbsp; foo</div>",
  8643 	[["forwarddelete",""]],
  8644 	"<div style=\"white-space:pre\">{} foo</div>",
  8645 	[true],
  8646 	{"forwarddelete":[false,false,"",false,false,""]}],
  8647 ["<div style=white-space:pre>foo[] &nbsp;bar</div>",
  8648 	[["forwarddelete",""]],
  8649 	"<div style=\"white-space:pre\">foo[]&nbsp;bar</div>",
  8650 	[true],
  8651 	{"forwarddelete":[false,false,"",false,false,""]}],
  8652 ["<div style=white-space:pre>foo[]&nbsp; bar</div>",
  8653 	[["forwarddelete",""]],
  8654 	"<div style=\"white-space:pre\">foo[] bar</div>",
  8655 	[true],
  8656 	{"forwarddelete":[false,false,"",false,false,""]}],
  8657 ["<div style=white-space:pre>foo[]  bar</div>",
  8658 	[["forwarddelete",""]],
  8659 	"<div style=\"white-space:pre\">foo[] bar</div>",
  8660 	[true],
  8661 	{"forwarddelete":[false,false,"",false,false,""]}],
  8662 ["<div style=white-space:pre-wrap>foo []&nbsp;</div>",
  8663 	[["forwarddelete",""]],
  8664 	"<div style=\"white-space:pre-wrap\">foo []</div>",
  8665 	[true],
  8666 	{"forwarddelete":[false,false,"",false,false,""]}],
  8667 ["<div style=white-space:pre-wrap>[]&nbsp; foo</div>",
  8668 	[["forwarddelete",""]],
  8669 	"<div style=\"white-space:pre-wrap\">{} foo</div>",
  8670 	[true],
  8671 	{"forwarddelete":[false,false,"",false,false,""]}],
  8672 ["<div style=white-space:pre-wrap>foo[] &nbsp;bar</div>",
  8673 	[["forwarddelete",""]],
  8674 	"<div style=\"white-space:pre-wrap\">foo[]&nbsp;bar</div>",
  8675 	[true],
  8676 	{"forwarddelete":[false,false,"",false,false,""]}],
  8677 ["<div style=white-space:pre-wrap>foo[]&nbsp; bar</div>",
  8678 	[["forwarddelete",""]],
  8679 	"<div style=\"white-space:pre-wrap\">foo[] bar</div>",
  8680 	[true],
  8681 	{"forwarddelete":[false,false,"",false,false,""]}],
  8682 ["<div style=white-space:pre-wrap>foo[]  bar</div>",
  8683 	[["forwarddelete",""]],
  8684 	"<div style=\"white-space:pre-wrap\">foo[] bar</div>",
  8685 	[true],
  8686 	{"forwarddelete":[false,false,"",false,false,""]}],
  8687 ["<div style=white-space:pre-line>foo []&nbsp;</div>",
  8688 	[["forwarddelete",""]],
  8689 	"<div style=\"white-space:pre-line\">foo&nbsp;[]</div>",
  8690 	[true],
  8691 	{"forwarddelete":[false,false,"",false,false,""]}],
  8692 ["<div style=white-space:pre-line>[]&nbsp; foo</div>",
  8693 	[["forwarddelete",""]],
  8694 	"<div style=\"white-space:pre-line\">{}&nbsp;foo</div>",
  8695 	[true],
  8696 	{"forwarddelete":[false,false,"",false,false,""]}],
  8697 ["<div style=white-space:pre-line>foo[] &nbsp;bar</div>",
  8698 	[["forwarddelete",""]],
  8699 	"<div style=\"white-space:pre-line\">foo[] bar</div>",
  8700 	[true],
  8701 	{"forwarddelete":[false,false,"",false,false,""]}],
  8702 ["<div style=white-space:pre-line>foo[]&nbsp; bar</div>",
  8703 	[["forwarddelete",""]],
  8704 	"<div style=\"white-space:pre-line\">foo[] bar</div>",
  8705 	[true],
  8706 	{"forwarddelete":[false,false,"",false,false,""]}],
  8707 ["<div style=white-space:pre-line>foo[]  bar</div>",
  8708 	[["forwarddelete",""]],
  8709 	"<div style=\"white-space:pre-line\">foo[]bar</div>",
  8710 	[true],
  8711 	{"forwarddelete":[false,false,"",false,false,""]}],
  8712 ["<div style=white-space:nowrap>foo []&nbsp;</div>",
  8713 	[["forwarddelete",""]],
  8714 	"<div style=\"white-space:nowrap\">foo&nbsp;[]</div>",
  8715 	[true],
  8716 	{"forwarddelete":[false,false,"",false,false,""]}],
  8717 ["<div style=white-space:nowrap>[]&nbsp; foo</div>",
  8718 	[["forwarddelete",""]],
  8719 	"<div style=\"white-space:nowrap\">{}&nbsp;foo</div>",
  8720 	[true],
  8721 	{"forwarddelete":[false,false,"",false,false,""]}],
  8722 ["<div style=white-space:nowrap>foo[] &nbsp;bar</div>",
  8723 	[["forwarddelete",""]],
  8724 	"<div style=\"white-space:nowrap\">foo[] bar</div>",
  8725 	[true],
  8726 	{"forwarddelete":[false,false,"",false,false,""]}],
  8727 ["<div style=white-space:nowrap>foo[]&nbsp; bar</div>",
  8728 	[["forwarddelete",""]],
  8729 	"<div style=\"white-space:nowrap\">foo[] bar</div>",
  8730 	[true],
  8731 	{"forwarddelete":[false,false,"",false,false,""]}],
  8732 ["<div style=white-space:nowrap>foo[]  bar</div>",
  8733 	[["forwarddelete",""]],
  8734 	"<div style=\"white-space:nowrap\">foo[]bar</div>",
  8735 	[true],
  8736 	{"forwarddelete":[false,false,"",false,false,""]}],
  8737 ["foo[]<table><tr><td>bar</table>baz",
  8738 	[["forwarddelete",""]],
  8739 	"foo{<table><tbody><tr><td>bar</td></tr></tbody></table>}baz",
  8740 	[true],
  8741 	{"forwarddelete":[false,false,"",false,false,""]}],
  8742 ["foo<table><tr><td>bar[]</table>baz",
  8743 	[["forwarddelete",""]],
  8744 	"foo<table><tbody><tr><td>bar[]</td></tr></tbody></table>baz",
  8745 	[true],
  8746 	{"forwarddelete":[false,false,"",false,false,""]}],
  8747 ["<p>foo[]<table><tr><td>bar</table><p>baz",
  8748 	[["forwarddelete",""]],
  8749 	"<p>foo</p>{<table><tbody><tr><td>bar</td></tr></tbody></table>}<p>baz</p>",
  8750 	[true],
  8751 	{"forwarddelete":[false,false,"",false,false,""]}],
  8752 ["<table><tr><td>foo[]<td>bar</table>",
  8753 	[["forwarddelete",""]],
  8754 	"<table><tbody><tr><td>foo{}</td><td>bar</td></tr></tbody></table>",
  8755 	[true],
  8756 	{"forwarddelete":[false,false,"",false,false,""]}],
  8757 ["<table><tr><td>foo[]<tr><td>bar</table>",
  8758 	[["forwarddelete",""]],
  8759 	"<table><tbody><tr><td>foo{}</td></tr><tr><td>bar</td></tr></tbody></table>",
  8760 	[true],
  8761 	{"forwarddelete":[false,false,"",false,false,""]}],
  8762 ["foo[]<br><table><tr><td>bar</table>baz",
  8763 	[["forwarddelete",""]],
  8764 	"foo{<table><tbody><tr><td>bar</td></tr></tbody></table>}baz",
  8765 	[true],
  8766 	{"forwarddelete":[false,false,"",false,false,""]}],
  8767 ["foo<table><tr><td>bar[]<br></table>baz",
  8768 	[["forwarddelete",""]],
  8769 	"foo<table><tbody><tr><td>bar[]</td></tr></tbody></table>baz",
  8770 	[true],
  8771 	{"forwarddelete":[false,false,"",false,false,""]}],
  8772 ["<p>foo[]<br><table><tr><td>bar</table><p>baz",
  8773 	[["forwarddelete",""]],
  8774 	"<p>foo</p>{<table><tbody><tr><td>bar</td></tr></tbody></table>}<p>baz</p>",
  8775 	[true],
  8776 	{"forwarddelete":[false,false,"",false,false,""]}],
  8777 ["<p>foo<table><tr><td>bar[]<br></table><p>baz",
  8778 	[["forwarddelete",""]],
  8779 	"<p>foo</p><table><tbody><tr><td>bar[]</td></tr></tbody></table><p>baz</p>",
  8780 	[true],
  8781 	{"forwarddelete":[false,false,"",false,false,""]}],
  8782 ["<table><tr><td>foo[]<br><td>bar</table>",
  8783 	[["forwarddelete",""]],
  8784 	"<table><tbody><tr><td>foo{}</td><td>bar</td></tr></tbody></table>",
  8785 	[true],
  8786 	{"forwarddelete":[false,false,"",false,false,""]}],
  8787 ["<table><tr><td>foo[]<br><tr><td>bar</table>",
  8788 	[["forwarddelete",""]],
  8789 	"<table><tbody><tr><td>foo{}</td></tr><tr><td>bar</td></tr></tbody></table>",
  8790 	[true],
  8791 	{"forwarddelete":[false,false,"",false,false,""]}],
  8792 ["foo<table><tr><td>bar[]</table><br>baz",
  8793 	[["forwarddelete",""]],
  8794 	"foo<table><tbody><tr><td>bar[]</td></tr></tbody></table><br>baz",
  8795 	[true],
  8796 	{"forwarddelete":[false,false,"",false,false,""]}],
  8797 ["foo[]<table><tr><td><hr>bar</table>baz",
  8798 	[["forwarddelete",""]],
  8799 	"foo{<table><tbody><tr><td><hr>bar</td></tr></tbody></table>}baz",
  8800 	[true],
  8801 	{"forwarddelete":[false,false,"",false,false,""]}],
  8802 ["<table><tr><td>foo[]<td><hr>bar</table>",
  8803 	[["forwarddelete",""]],
  8804 	"<table><tbody><tr><td>foo{}</td><td><hr>bar</td></tr></tbody></table>",
  8805 	[true],
  8806 	{"forwarddelete":[false,false,"",false,false,""]}],
  8807 ["<table><tr><td>foo[]<tr><td><hr>bar</table>",
  8808 	[["forwarddelete",""]],
  8809 	"<table><tbody><tr><td>foo{}</td></tr><tr><td><hr>bar</td></tr></tbody></table>",
  8810 	[true],
  8811 	{"forwarddelete":[false,false,"",false,false,""]}],
  8812 ["foo[]<ol><li>bar<li>baz</ol>",
  8813 	[["forwarddelete",""]],
  8814 	"foo{}bar<ol><li>baz</li></ol>",
  8815 	[true],
  8816 	{"forwarddelete":[false,false,"",false,false,""]}],
  8817 ["foo[]<br><ol><li>bar<li>baz</ol>",
  8818 	[["forwarddelete",""]],
  8819 	"foo{}bar<ol><li>baz</li></ol>",
  8820 	[true],
  8821 	{"forwarddelete":[false,false,"",false,false,""]}],
  8822 ["<ol><li>foo[]<li>bar</ol>",
  8823 	[["forwarddelete",""]],
  8824 	"<ol><li>foo{}bar</li></ol>",
  8825 	[true],
  8826 	{"forwarddelete":[false,false,"",false,false,""]}],
  8827 ["<ol><li>foo[]<br><li>bar</ol>",
  8828 	[["forwarddelete",""]],
  8829 	"<ol><li>foo{}bar</li></ol>",
  8830 	[true],
  8831 	{"forwarddelete":[false,false,"",false,false,""]}],
  8832 ["<ol><li>foo[]<li>bar<br>baz</ol>",
  8833 	[["forwarddelete",""]],
  8834 	"<ol><li>foo{}bar<br>baz</li></ol>",
  8835 	[true],
  8836 	{"forwarddelete":[false,false,"",false,false,""]}],
  8837 ["<ol><li><p>foo[]<li>bar</ol>",
  8838 	[["forwarddelete",""]],
  8839 	"<ol><li><p>foo{}bar</p></li></ol>",
  8840 	[true],
  8841 	{"forwarddelete":[false,false,"",false,false,""]}],
  8842 ["<ol><li>foo[]<li><p>bar</ol>",
  8843 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8844 	"<ol><li>foo{}bar</li></ol>",
  8845 	[true,true],
  8846 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8847 ["<ol><li>foo[]<li><p>bar</ol>",
  8848 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8849 	"<ol><li>foo{}bar</li></ol>",
  8850 	[true,true],
  8851 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8852 ["<ol><li><p>foo[]<li><p>bar</ol>",
  8853 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8854 	"<ol><li><p>foo{}bar</p></li></ol>",
  8855 	[true,true],
  8856 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8857 ["<ol><li><p>foo[]<li><p>bar</ol>",
  8858 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8859 	"<ol><li><p>foo{}bar</p></li></ol>",
  8860 	[true,true],
  8861 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8862 ["<ol><li>foo[]<ul><li>bar</ul></ol>",
  8863 	[["forwarddelete",""]],
  8864 	"<ol><li>foo{}bar</li></ol>",
  8865 	[true],
  8866 	{"forwarddelete":[false,false,"",false,false,""]}],
  8867 ["foo[]<ol><ol><li>bar</ol></ol>",
  8868 	[["forwarddelete",""]],
  8869 	"foo{}bar",
  8870 	[true],
  8871 	{"forwarddelete":[false,false,"",false,false,""]}],
  8872 ["foo[]<div><ol><li>bar</ol></div>",
  8873 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8874 	"foo{}bar",
  8875 	[true,true],
  8876 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8877 ["foo[]<div><ol><li>bar</ol></div>",
  8878 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8879 	"foo{}bar",
  8880 	[true,true],
  8881 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8882 ["foo[]<dl><dt>bar<dd>baz</dl>",
  8883 	[["forwarddelete",""]],
  8884 	"foo{}bar<dl><dd>baz</dd></dl>",
  8885 	[true],
  8886 	{"forwarddelete":[false,false,"",false,false,""]}],
  8887 ["foo[]<dl><dd>bar</dl>",
  8888 	[["forwarddelete",""]],
  8889 	"foo{}bar",
  8890 	[true],
  8891 	{"forwarddelete":[false,false,"",false,false,""]}],
  8892 ["<dl><dt>foo[]<dd>bar</dl>",
  8893 	[["forwarddelete",""]],
  8894 	"<dl><dt>foo{}bar</dt></dl>",
  8895 	[true],
  8896 	{"forwarddelete":[false,false,"",false,false,""]}],
  8897 ["<dl><dt>foo[]<dt>bar<dd>baz</dl>",
  8898 	[["forwarddelete",""]],
  8899 	"<dl><dt>foo{}bar</dt><dd>baz</dd></dl>",
  8900 	[true],
  8901 	{"forwarddelete":[false,false,"",false,false,""]}],
  8902 ["<dl><dt>foo<dd>bar[]<dd>baz</dl>",
  8903 	[["forwarddelete",""]],
  8904 	"<dl><dt>foo</dt><dd>bar{}baz</dd></dl>",
  8905 	[true],
  8906 	{"forwarddelete":[false,false,"",false,false,""]}],
  8907 ["<ol><li>foo[]</ol>bar",
  8908 	[["forwarddelete",""]],
  8909 	"<ol><li>foo{}bar</li></ol>",
  8910 	[true],
  8911 	{"forwarddelete":[false,false,"",false,false,""]}],
  8912 ["<ol><li>foo[]<br></ol>bar",
  8913 	[["forwarddelete",""]],
  8914 	"<ol><li>foo{}bar</li></ol>",
  8915 	[true],
  8916 	{"forwarddelete":[false,false,"",false,false,""]}],
  8917 ["<ol><li>{}<br></ol>bar",
  8918 	[["forwarddelete",""]],
  8919 	"<ol><li>{}bar</li></ol>",
  8920 	[true],
  8921 	{"forwarddelete":[false,false,"",false,false,""]}],
  8922 ["<ol><li>foo<li>{}<br></ol>bar",
  8923 	[["forwarddelete",""]],
  8924 	"<ol><li>foo</li><li>{}bar</li></ol>",
  8925 	[true],
  8926 	{"forwarddelete":[false,false,"",false,false,""]}],
  8927 ["<ol><li>foo[]</ol><p>bar",
  8928 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8929 	"<ol><li>foo{}bar</li></ol>",
  8930 	[true,true],
  8931 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8932 ["<ol><li>foo[]</ol><p>bar",
  8933 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8934 	"<ol><li>foo{}bar</li></ol>",
  8935 	[true,true],
  8936 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8937 ["<ol><li>foo[]<br></ol><p>bar",
  8938 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8939 	"<ol><li>foo{}bar</li></ol>",
  8940 	[true,true],
  8941 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8942 ["<ol><li>foo[]<br></ol><p>bar",
  8943 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8944 	"<ol><li>foo{}bar</li></ol>",
  8945 	[true,true],
  8946 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8947 ["<ol><li>{}<br></ol><p>bar",
  8948 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8949 	"<ol><li>{}bar</li></ol>",
  8950 	[true,true],
  8951 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8952 ["<ol><li>{}<br></ol><p>bar",
  8953 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8954 	"<ol><li>{}bar</li></ol>",
  8955 	[true,true],
  8956 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8957 ["<ol><li>foo<li>{}<br></ol><p>bar",
  8958 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8959 	"<ol><li>foo</li><li>{}bar</li></ol>",
  8960 	[true,true],
  8961 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8962 ["<ol><li>foo<li>{}<br></ol><p>bar",
  8963 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8964 	"<ol><li>foo</li><li>{}bar</li></ol>",
  8965 	[true,true],
  8966 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8967 ["<ol><li>foo[]</ol><br>",
  8968 	[["forwarddelete",""]],
  8969 	"<ol><li>foo{}</li></ol>",
  8970 	[true],
  8971 	{"forwarddelete":[false,false,"",false,false,""]}],
  8972 ["<ol><li>foo[]<br></ol><br>",
  8973 	[["forwarddelete",""]],
  8974 	"<ol><li>foo{}</li></ol>",
  8975 	[true],
  8976 	{"forwarddelete":[false,false,"",false,false,""]}],
  8977 ["<ol><li>{}<br></ol><br>",
  8978 	[["forwarddelete",""]],
  8979 	"<ol><li>{}<br></li></ol>",
  8980 	[true],
  8981 	{"forwarddelete":[false,false,"",false,false,""]}],
  8982 ["<ol><li>foo<li>{}<br></ol><br>",
  8983 	[["forwarddelete",""]],
  8984 	"<ol><li>foo</li><li>{}<br></li></ol>",
  8985 	[true],
  8986 	{"forwarddelete":[false,false,"",false,false,""]}],
  8987 ["<ol><li>foo[]</ol><p><br>",
  8988 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8989 	"<ol><li>foo{}</li></ol>",
  8990 	[true,true],
  8991 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  8992 ["<ol><li>foo[]</ol><p><br>",
  8993 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  8994 	"<ol><li>foo{}</li></ol>",
  8995 	[true,true],
  8996 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  8997 ["<ol><li>foo[]<br></ol><p><br>",
  8998 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  8999 	"<ol><li>foo{}</li></ol>",
  9000 	[true,true],
  9001 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9002 ["<ol><li>foo[]<br></ol><p><br>",
  9003 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9004 	"<ol><li>foo{}</li></ol>",
  9005 	[true,true],
  9006 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9007 ["<ol><li>{}<br></ol><p><br>",
  9008 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9009 	"<ol><li>{}<br></li></ol>",
  9010 	[true,true],
  9011 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9012 ["<ol><li>{}<br></ol><p><br>",
  9013 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9014 	"<ol><li>{}<br></li></ol>",
  9015 	[true,true],
  9016 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9017 ["<ol><li>foo<li>{}<br></ol><p><br>",
  9018 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9019 	"<ol><li>foo</li><li>{}<br></li></ol>",
  9020 	[true,true],
  9021 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9022 ["<ol><li>foo<li>{}<br></ol><p><br>",
  9023 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9024 	"<ol><li>foo</li><li>{}<br></li></ol>",
  9025 	[true,true],
  9026 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9027 ["foo[]<blockquote>bar</blockquote>",
  9028 	[["forwarddelete",""]],
  9029 	"foo{}bar",
  9030 	[true],
  9031 	{"forwarddelete":[false,false,"",false,false,""]}],
  9032 ["foo[]<blockquote><blockquote>bar</blockquote></blockquote>",
  9033 	[["forwarddelete",""]],
  9034 	"foo{}bar",
  9035 	[true],
  9036 	{"forwarddelete":[false,false,"",false,false,""]}],
  9037 ["foo[]<blockquote><div>bar</div></blockquote>",
  9038 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9039 	"foo{}bar",
  9040 	[true,true],
  9041 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9042 ["foo[]<blockquote><div>bar</div></blockquote>",
  9043 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9044 	"foo{}bar",
  9045 	[true,true],
  9046 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9047 ["foo[]<blockquote style=\"color: blue\">bar</blockquote>",
  9048 	[["stylewithcss","true"],["forwarddelete",""]],
  9049 	"foo{}<span style=\"color:rgb(0, 0, 255)\">bar</span>",
  9050 	[true,true],
  9051 	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  9052 ["foo[]<blockquote style=\"color: blue\">bar</blockquote>",
  9053 	[["stylewithcss","false"],["forwarddelete",""]],
  9054 	"foo{}<font color=\"#0000ff\">bar</font>",
  9055 	[true,true],
  9056 	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  9057 ["foo[]<blockquote><blockquote><p>bar<p>baz</blockquote></blockquote>",
  9058 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9059 	"foo{}bar<blockquote><blockquote><p>baz</p></blockquote></blockquote>",
  9060 	[true,true],
  9061 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9062 ["foo[]<blockquote><blockquote><p>bar<p>baz</blockquote></blockquote>",
  9063 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9064 	"foo{}bar<blockquote><blockquote><p>baz</p></blockquote></blockquote>",
  9065 	[true,true],
  9066 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9067 ["foo[]<blockquote><div><p>bar<p>baz</div></blockquote>",
  9068 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9069 	"foo{}bar<blockquote><div><p>baz</p></div></blockquote>",
  9070 	[true,true],
  9071 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9072 ["foo[]<blockquote><div><p>bar<p>baz</div></blockquote>",
  9073 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9074 	"foo{}bar<blockquote><div><p>baz</p></div></blockquote>",
  9075 	[true,true],
  9076 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9077 ["foo[]<blockquote style=\"color: blue\"><p>bar<p>baz</blockquote>",
  9078 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9079 	"foo{}<span style=\"color:rgb(0, 0, 255)\">bar</span><blockquote style=\"color:rgb(0, 0, 255)\"><p>baz</p></blockquote>",
  9080 	[true,true,true],
  9081 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9082 ["foo[]<blockquote style=\"color: blue\"><p>bar<p>baz</blockquote>",
  9083 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9084 	"foo{}<font color=\"#0000ff\">bar</font><blockquote style=\"color:rgb(0, 0, 255)\"><p>baz</p></blockquote>",
  9085 	[true,true,true],
  9086 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9087 ["foo[]<blockquote style=\"color: blue\"><p>bar<p>baz</blockquote>",
  9088 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9089 	"foo{}<span style=\"color:rgb(0, 0, 255)\">bar</span><blockquote style=\"color:rgb(0, 0, 255)\"><p>baz</p></blockquote>",
  9090 	[true,true,true],
  9091 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9092 ["foo[]<blockquote style=\"color: blue\"><p>bar<p>baz</blockquote>",
  9093 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9094 	"foo{}<font color=\"#0000ff\">bar</font><blockquote style=\"color:rgb(0, 0, 255)\"><p>baz</p></blockquote>",
  9095 	[true,true,true],
  9096 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9097 ["foo[]<blockquote><p><b>bar</b><p>baz</blockquote>",
  9098 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9099 	"foo{}<b>bar</b><blockquote><p>baz</p></blockquote>",
  9100 	[true,true],
  9101 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9102 ["foo[]<blockquote><p><b>bar</b><p>baz</blockquote>",
  9103 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9104 	"foo{}<b>bar</b><blockquote><p>baz</p></blockquote>",
  9105 	[true,true],
  9106 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9107 ["foo[]<blockquote><p><strong>bar</strong><p>baz</blockquote>",
  9108 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9109 	"foo{}<strong>bar</strong><blockquote><p>baz</p></blockquote>",
  9110 	[true,true],
  9111 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9112 ["foo[]<blockquote><p><strong>bar</strong><p>baz</blockquote>",
  9113 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9114 	"foo{}<strong>bar</strong><blockquote><p>baz</p></blockquote>",
  9115 	[true,true],
  9116 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9117 ["foo[]<blockquote><p><span>bar</span><p>baz</blockquote>",
  9118 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9119 	"foo{}<span>bar</span><blockquote><p>baz</p></blockquote>",
  9120 	[true,true],
  9121 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9122 ["foo[]<blockquote><p><span>bar</span><p>baz</blockquote>",
  9123 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9124 	"foo{}<span>bar</span><blockquote><p>baz</p></blockquote>",
  9125 	[true,true],
  9126 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9127 ["foo[]<blockquote><ol><li>bar</ol></blockquote><p>extra",
  9128 	[["forwarddelete",""]],
  9129 	"foo{}bar<p>extra</p>",
  9130 	[true],
  9131 	{"forwarddelete":[false,false,"",false,false,""]}],
  9132 ["foo[]<blockquote>bar<ol><li>baz</ol>quz</blockquote><p>extra",
  9133 	[["forwarddelete",""]],
  9134 	"foo{}bar<blockquote><ol><li>baz</li></ol>quz</blockquote><p>extra</p>",
  9135 	[true],
  9136 	{"forwarddelete":[false,false,"",false,false,""]}],
  9137 ["foo<blockquote><ol><li>bar[]</li><ol><li>baz</ol><li>quz</ol></blockquote><p>extra",
  9138 	[["forwarddelete",""]],
  9139 	"foo<blockquote><ol><li>bar{}baz</li><li>quz</li></ol></blockquote><p>extra</p>",
  9140 	[true],
  9141 	{"forwarddelete":[false,false,"",false,false,""]}],
  9142 ["foo[]<span></span>bar",
  9143 	[["forwarddelete",""]],
  9144 	"foo{}ar",
  9145 	[true],
  9146 	{"forwarddelete":[false,false,"",false,false,""]}],
  9147 ["foo[]<span><span></span></span>bar",
  9148 	[["forwarddelete",""]],
  9149 	"foo{}ar",
  9150 	[true],
  9151 	{"forwarddelete":[false,false,"",false,false,""]}],
  9152 ["foo[]<quasit></quasit>bar",
  9153 	[["forwarddelete",""]],
  9154 	"foo{}ar",
  9155 	[true],
  9156 	{"forwarddelete":[false,false,"",false,false,""]}],
  9157 ["foo[]<span></span><br>bar",
  9158 	[["forwarddelete",""]],
  9159 	"foo{}bar",
  9160 	[true],
  9161 	{"forwarddelete":[false,false,"",false,false,""]}],
  9162 ["<span>foo[]<span></span></span>bar",
  9163 	[["forwarddelete",""]],
  9164 	"<span>foo</span>{}ar",
  9165 	[true],
  9166 	{"forwarddelete":[false,false,"",false,false,""]}],
  9167 ["foo[]<span></span><span>bar</span>",
  9168 	[["forwarddelete",""]],
  9169 	"foo<span>{}ar</span>",
  9170 	[true],
  9171 	{"forwarddelete":[false,false,"",false,false,""]}],
  9172 ["foo[]<div><div><p>bar</div></div>",
  9173 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9174 	"foo{}bar",
  9175 	[true,true],
  9176 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9177 ["foo[]<div><div><p>bar</div></div>",
  9178 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9179 	"foo{}bar",
  9180 	[true,true],
  9181 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9182 ["foo[]<div><div><p><!--abc-->bar</div></div>",
  9183 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9184 	"foo{}bar",
  9185 	[true,true],
  9186 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9187 ["foo[]<div><div><p><!--abc-->bar</div></div>",
  9188 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9189 	"foo{}bar",
  9190 	[true,true],
  9191 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9192 ["foo[]<div><div><!--abc--><p>bar</div></div>",
  9193 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9194 	"foo{}bar",
  9195 	[true,true],
  9196 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9197 ["foo[]<div><div><!--abc--><p>bar</div></div>",
  9198 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9199 	"foo{}bar",
  9200 	[true,true],
  9201 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9202 ["foo[]<div><!--abc--><div><p>bar</div></div>",
  9203 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9204 	"foo{}bar",
  9205 	[true,true],
  9206 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9207 ["foo[]<div><!--abc--><div><p>bar</div></div>",
  9208 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9209 	"foo{}bar",
  9210 	[true,true],
  9211 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9212 ["foo[]<!--abc--><div><div><p>bar</div></div>",
  9213 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9214 	"foo{}bar",
  9215 	[true,true],
  9216 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9217 ["foo[]<!--abc--><div><div><p>bar</div></div>",
  9218 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9219 	"foo{}bar",
  9220 	[true,true],
  9221 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9222 ["<div><div><p>foo[]</div></div>bar",
  9223 	[["forwarddelete",""]],
  9224 	"<div><div><p>foo{}bar</p></div></div>",
  9225 	[true],
  9226 	{"forwarddelete":[false,false,"",false,false,""]}],
  9227 ["<div><div><p>foo[]</div></div><!--abc-->bar",
  9228 	[["forwarddelete",""]],
  9229 	"<div><div><p>foo{}bar</p></div></div>",
  9230 	[true],
  9231 	{"forwarddelete":[false,false,"",false,false,""]}],
  9232 ["<div><div><p>foo[]</div><!--abc--></div>bar",
  9233 	[["forwarddelete",""]],
  9234 	"<div><div><p>foo{}bar</p></div></div>",
  9235 	[true],
  9236 	{"forwarddelete":[false,false,"",false,false,""]}],
  9237 ["<div><div><p>foo[]</p><!--abc--></div></div>bar",
  9238 	[["forwarddelete",""]],
  9239 	"<div><div><p>foo{}bar</p></div></div>",
  9240 	[true],
  9241 	{"forwarddelete":[false,false,"",false,false,""]}],
  9242 ["<div><div><p>foo[]<!--abc--></div></div>bar",
  9243 	[["forwarddelete",""]],
  9244 	"<div><div><p>foo{}bar</p></div></div>",
  9245 	[true],
  9246 	{"forwarddelete":[false,false,"",false,false,""]}],
  9247 ["<div><div><p>foo[]</p></div></div><div><div><div>bar</div></div></div>",
  9248 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9249 	"<div><div><p>foo{}bar</p></div></div>",
  9250 	[true,true],
  9251 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9252 ["<div><div><p>foo[]</p></div></div><div><div><div>bar</div></div></div>",
  9253 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9254 	"<div><div><p>foo{}bar</p></div></div>",
  9255 	[true,true],
  9256 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9257 ["<div><div><p>foo[]<!--abc--></p></div></div><div><div><div>bar</div></div></div>",
  9258 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9259 	"<div><div><p>foo{}bar</p></div></div>",
  9260 	[true,true],
  9261 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9262 ["<div><div><p>foo[]<!--abc--></p></div></div><div><div><div>bar</div></div></div>",
  9263 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9264 	"<div><div><p>foo{}bar</p></div></div>",
  9265 	[true,true],
  9266 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9267 ["<div><div><p>foo[]</p><!--abc--></div></div><div><div><div>bar</div></div></div>",
  9268 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9269 	"<div><div><p>foo{}bar</p></div></div>",
  9270 	[true,true],
  9271 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9272 ["<div><div><p>foo[]</p><!--abc--></div></div><div><div><div>bar</div></div></div>",
  9273 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9274 	"<div><div><p>foo{}bar</p></div></div>",
  9275 	[true,true],
  9276 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9277 ["<div><div><p>foo[]</p></div><!--abc--></div><div><div><div>bar</div></div></div>",
  9278 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9279 	"<div><div><p>foo{}bar</p></div></div>",
  9280 	[true,true],
  9281 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9282 ["<div><div><p>foo[]</p></div><!--abc--></div><div><div><div>bar</div></div></div>",
  9283 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9284 	"<div><div><p>foo{}bar</p></div></div>",
  9285 	[true,true],
  9286 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9287 ["<div><div><p>foo[]</p></div></div><!--abc--><div><div><div>bar</div></div></div>",
  9288 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9289 	"<div><div><p>foo{}bar</p></div></div>",
  9290 	[true,true],
  9291 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9292 ["<div><div><p>foo[]</p></div></div><!--abc--><div><div><div>bar</div></div></div>",
  9293 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9294 	"<div><div><p>foo{}bar</p></div></div>",
  9295 	[true,true],
  9296 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9297 ["<div><div><p>foo[]</p></div></div><div><!--abc--><div><div>bar</div></div></div>",
  9298 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9299 	"<div><div><p>foo{}bar</p></div></div>",
  9300 	[true,true],
  9301 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9302 ["<div><div><p>foo[]</p></div></div><div><!--abc--><div><div>bar</div></div></div>",
  9303 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9304 	"<div><div><p>foo{}bar</p></div></div>",
  9305 	[true,true],
  9306 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9307 ["<div><div><p>foo[]</p></div></div><div><div><!--abc--><div>bar</div></div></div>",
  9308 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9309 	"<div><div><p>foo{}bar</p></div></div>",
  9310 	[true,true],
  9311 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9312 ["<div><div><p>foo[]</p></div></div><div><div><!--abc--><div>bar</div></div></div>",
  9313 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9314 	"<div><div><p>foo{}bar</p></div></div>",
  9315 	[true,true],
  9316 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9317 ["<div><div><p>foo[]</p></div></div><div><div><div><!--abc-->bar</div></div></div>",
  9318 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9319 	"<div><div><p>foo{}bar</p></div></div>",
  9320 	[true,true],
  9321 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9322 ["<div><div><p>foo[]</p></div></div><div><div><div><!--abc-->bar</div></div></div>",
  9323 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9324 	"<div><div><p>foo{}bar</p></div></div>",
  9325 	[true,true],
  9326 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9327 ["<p style=color:blue>foo[]<p>bar",
  9328 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9329 	"<p><span style=\"color:rgb(0, 0, 255)\">foo{}</span>bar</p>",
  9330 	[true,true,true],
  9331 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9332 ["<p style=color:blue>foo[]<p>bar",
  9333 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9334 	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
  9335 	[true,true,true],
  9336 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9337 ["<p style=color:blue>foo[]<p>bar",
  9338 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9339 	"<p><span style=\"color:rgb(0, 0, 255)\">foo{}</span>bar</p>",
  9340 	[true,true,true],
  9341 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9342 ["<p style=color:blue>foo[]<p>bar",
  9343 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9344 	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
  9345 	[true,true,true],
  9346 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9347 ["<p style=color:blue>foo[]<p style=color:brown>bar",
  9348 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9349 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  9350 	[true,true,true],
  9351 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9352 ["<p style=color:blue>foo[]<p style=color:brown>bar",
  9353 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9354 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#a52a2a\">bar</font></p>",
  9355 	[true,true,true],
  9356 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9357 ["<p style=color:blue>foo[]<p style=color:brown>bar",
  9358 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9359 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  9360 	[true,true,true],
  9361 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9362 ["<p style=color:blue>foo[]<p style=color:brown>bar",
  9363 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9364 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#a52a2a\">bar</font></p>",
  9365 	[true,true,true],
  9366 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9367 ["<p>foo[]<p style=color:brown>bar",
  9368 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9369 	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  9370 	[true,true,true],
  9371 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9372 ["<p>foo[]<p style=color:brown>bar",
  9373 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9374 	"<p>foo{}<font color=\"#a52a2a\">bar</font></p>",
  9375 	[true,true,true],
  9376 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9377 ["<p>foo[]<p style=color:brown>bar",
  9378 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9379 	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  9380 	[true,true,true],
  9381 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9382 ["<p>foo[]<p style=color:brown>bar",
  9383 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9384 	"<p>foo{}<font color=\"#a52a2a\">bar</font></p>",
  9385 	[true,true,true],
  9386 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9387 ["<p><font color=blue>foo[]</font><p>bar",
  9388 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9389 	"<p><font color=\"blue\">foo</font>{}bar</p>",
  9390 	[true,true],
  9391 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9392 ["<p><font color=blue>foo[]</font><p>bar",
  9393 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9394 	"<p><font color=\"blue\">foo</font>{}bar</p>",
  9395 	[true,true],
  9396 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9397 ["<p><font color=blue>foo[]</font><p><font color=brown>bar</font>",
  9398 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9399 	"<p><font color=\"blue\">foo</font>{}<font color=\"brown\">bar</font></p>",
  9400 	[true,true],
  9401 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9402 ["<p><font color=blue>foo[]</font><p><font color=brown>bar</font>",
  9403 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9404 	"<p><font color=\"blue\">foo</font>{}<font color=\"brown\">bar</font></p>",
  9405 	[true,true],
  9406 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9407 ["<p>foo[]<p><font color=brown>bar</font>",
  9408 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9409 	"<p>foo{}<font color=\"brown\">bar</font></p>",
  9410 	[true,true],
  9411 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9412 ["<p>foo[]<p><font color=brown>bar</font>",
  9413 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9414 	"<p>foo{}<font color=\"brown\">bar</font></p>",
  9415 	[true,true],
  9416 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9417 ["<p><span style=color:blue>foo[]</font><p>bar",
  9418 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9419 	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}bar</p>",
  9420 	[true,true],
  9421 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9422 ["<p><span style=color:blue>foo[]</font><p>bar",
  9423 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9424 	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}bar</p>",
  9425 	[true,true],
  9426 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9427 ["<p><span style=color:blue>foo[]</font><p><span style=color:brown>bar</font>",
  9428 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9429 	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  9430 	[true,true],
  9431 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9432 ["<p><span style=color:blue>foo[]</font><p><span style=color:brown>bar</font>",
  9433 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9434 	"<p><span style=\"color:rgb(0, 0, 255)\">foo</span>{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  9435 	[true,true],
  9436 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9437 ["<p>foo[]<p><span style=color:brown>bar</font>",
  9438 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9439 	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  9440 	[true,true],
  9441 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9442 ["<p>foo[]<p><span style=color:brown>bar</font>",
  9443 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9444 	"<p>foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span></p>",
  9445 	[true,true],
  9446 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9447 ["<p style=background-color:aqua>foo[]<p>bar",
  9448 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9449 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  9450 	[true,true],
  9451 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9452 ["<p style=background-color:aqua>foo[]<p>bar",
  9453 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9454 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  9455 	[true,true],
  9456 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9457 ["<p style=background-color:aqua>foo[]<p style=background-color:tan>bar",
  9458 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9459 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  9460 	[true,true,true],
  9461 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9462 ["<p style=background-color:aqua>foo[]<p style=background-color:tan>bar",
  9463 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9464 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  9465 	[true,true,true],
  9466 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9467 ["<p style=background-color:aqua>foo[]<p style=background-color:tan>bar",
  9468 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9469 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  9470 	[true,true,true],
  9471 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9472 ["<p style=background-color:aqua>foo[]<p style=background-color:tan>bar",
  9473 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9474 	"<p style=\"background-color:rgb(0, 255, 255)\">foo{}bar</p>",
  9475 	[true,true,true],
  9476 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9477 ["<p>foo[]<p style=background-color:tan>bar",
  9478 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9479 	"<p>foo{}bar</p>",
  9480 	[true,true,true],
  9481 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9482 ["<p>foo[]<p style=background-color:tan>bar",
  9483 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9484 	"<p>foo{}bar</p>",
  9485 	[true,true,true],
  9486 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9487 ["<p>foo[]<p style=background-color:tan>bar",
  9488 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9489 	"<p>foo{}bar</p>",
  9490 	[true,true,true],
  9491 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9492 ["<p>foo[]<p style=background-color:tan>bar",
  9493 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9494 	"<p>foo{}bar</p>",
  9495 	[true,true,true],
  9496 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9497 ["<p><span style=background-color:aqua>foo[]</font><p>bar",
  9498 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9499 	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}bar</p>",
  9500 	[true,true],
  9501 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9502 ["<p><span style=background-color:aqua>foo[]</font><p>bar",
  9503 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9504 	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}bar</p>",
  9505 	[true,true],
  9506 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9507 ["<p><span style=background-color:aqua>foo[]</font><p><span style=background-color:tan>bar</font>",
  9508 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9509 	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
  9510 	[true,true],
  9511 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9512 ["<p><span style=background-color:aqua>foo[]</font><p><span style=background-color:tan>bar</font>",
  9513 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9514 	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
  9515 	[true,true],
  9516 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9517 ["<p>foo[]<p><span style=background-color:tan>bar</font>",
  9518 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9519 	"<p>foo{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
  9520 	[true,true],
  9521 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9522 ["<p>foo[]<p><span style=background-color:tan>bar</font>",
  9523 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9524 	"<p>foo{}<span style=\"background-color:rgb(210, 180, 140)\">bar</span></p>",
  9525 	[true,true],
  9526 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9527 ["<p style=text-decoration:underline>foo[]<p>bar",
  9528 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9529 	"<p><span style=\"text-decoration:underline\">foo{}</span>bar</p>",
  9530 	[true,true,true],
  9531 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9532 ["<p style=text-decoration:underline>foo[]<p>bar",
  9533 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9534 	"<p><u>foo{}</u>bar</p>",
  9535 	[true,true,true],
  9536 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9537 ["<p style=text-decoration:underline>foo[]<p>bar",
  9538 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9539 	"<p><span style=\"text-decoration:underline\">foo{}</span>bar</p>",
  9540 	[true,true,true],
  9541 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9542 ["<p style=text-decoration:underline>foo[]<p>bar",
  9543 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9544 	"<p><u>foo{}</u>bar</p>",
  9545 	[true,true,true],
  9546 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9547 ["<p style=text-decoration:underline>foo[]<p style=text-decoration:line-through>bar",
  9548 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9549 	"<p><span style=\"text-decoration:underline\">foo{}</span><span style=\"text-decoration:line-through\">bar</span></p>",
  9550 	[true,true,true],
  9551 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9552 ["<p style=text-decoration:underline>foo[]<p style=text-decoration:line-through>bar",
  9553 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9554 	"<p><u>foo{}</u><s>bar</s></p>",
  9555 	[true,true,true],
  9556 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9557 ["<p style=text-decoration:underline>foo[]<p style=text-decoration:line-through>bar",
  9558 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9559 	"<p><span style=\"text-decoration:underline\">foo{}</span><span style=\"text-decoration:line-through\">bar</span></p>",
  9560 	[true,true,true],
  9561 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9562 ["<p style=text-decoration:underline>foo[]<p style=text-decoration:line-through>bar",
  9563 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9564 	"<p><u>foo{}</u><s>bar</s></p>",
  9565 	[true,true,true],
  9566 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9567 ["<p>foo[]<p style=text-decoration:line-through>bar",
  9568 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9569 	"<p>foo{}<span style=\"text-decoration:line-through\">bar</span></p>",
  9570 	[true,true,true],
  9571 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9572 ["<p>foo[]<p style=text-decoration:line-through>bar",
  9573 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9574 	"<p>foo{}<s>bar</s></p>",
  9575 	[true,true,true],
  9576 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9577 ["<p>foo[]<p style=text-decoration:line-through>bar",
  9578 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9579 	"<p>foo{}<span style=\"text-decoration:line-through\">bar</span></p>",
  9580 	[true,true,true],
  9581 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9582 ["<p>foo[]<p style=text-decoration:line-through>bar",
  9583 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9584 	"<p>foo{}<s>bar</s></p>",
  9585 	[true,true,true],
  9586 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9587 ["<p><u>foo[]</u><p>bar",
  9588 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9589 	"<p><u>foo</u>{}bar</p>",
  9590 	[true,true],
  9591 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9592 ["<p><u>foo[]</u><p>bar",
  9593 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9594 	"<p><u>foo</u>{}bar</p>",
  9595 	[true,true],
  9596 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9597 ["<p><u>foo[]</u><p><s>bar</s>",
  9598 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9599 	"<p><u>foo</u>{}<s>bar</s></p>",
  9600 	[true,true],
  9601 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9602 ["<p><u>foo[]</u><p><s>bar</s>",
  9603 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9604 	"<p><u>foo</u>{}<s>bar</s></p>",
  9605 	[true,true],
  9606 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9607 ["<p>foo[]<p><s>bar</s>",
  9608 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9609 	"<p>foo{}<s>bar</s></p>",
  9610 	[true,true],
  9611 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9612 ["<p>foo[]<p><s>bar</s>",
  9613 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9614 	"<p>foo{}<s>bar</s></p>",
  9615 	[true,true],
  9616 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9617 ["<p style=color:blue>foo[]</p>bar",
  9618 	[["stylewithcss","true"],["forwarddelete",""]],
  9619 	"<p><span style=\"color:rgb(0, 0, 255)\">foo{}</span>bar</p>",
  9620 	[true,true],
  9621 	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  9622 ["<p style=color:blue>foo[]</p>bar",
  9623 	[["stylewithcss","false"],["forwarddelete",""]],
  9624 	"<p><font color=\"#0000ff\">foo{}</font>bar</p>",
  9625 	[true,true],
  9626 	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  9627 ["foo[]<p style=color:brown>bar",
  9628 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9629 	"foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span>",
  9630 	[true,true,true],
  9631 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9632 ["foo[]<p style=color:brown>bar",
  9633 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9634 	"foo{}<font color=\"#a52a2a\">bar</font>",
  9635 	[true,true,true],
  9636 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9637 ["foo[]<p style=color:brown>bar",
  9638 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9639 	"foo{}<span style=\"color:rgb(165, 42, 42)\">bar</span>",
  9640 	[true,true,true],
  9641 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9642 ["foo[]<p style=color:brown>bar",
  9643 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9644 	"foo{}<font color=\"#a52a2a\">bar</font>",
  9645 	[true,true,true],
  9646 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9647 ["<div style=color:blue><p style=color:green>foo[]</div>bar",
  9648 	[["stylewithcss","true"],["forwarddelete",""]],
  9649 	"<div><p><span style=\"color:rgb(0, 128, 0)\">foo{}</span>bar</p></div>",
  9650 	[true,true],
  9651 	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  9652 ["<div style=color:blue><p style=color:green>foo[]</div>bar",
  9653 	[["stylewithcss","false"],["forwarddelete",""]],
  9654 	"<div><p><font color=\"#008000\">foo{}</font>bar</p></div>",
  9655 	[true,true],
  9656 	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  9657 ["<div style=color:blue><p style=color:green>foo[]</div><p style=color:brown>bar",
  9658 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9659 	"<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>",
  9660 	[true,true,true],
  9661 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9662 ["<div style=color:blue><p style=color:green>foo[]</div><p style=color:brown>bar",
  9663 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9664 	"<div style=\"color:rgb(0, 0, 255)\"><p style=\"color:rgb(0, 128, 0)\">foo{}<font color=\"#a52a2a\">bar</font></p></div>",
  9665 	[true,true,true],
  9666 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9667 ["<div style=color:blue><p style=color:green>foo[]</div><p style=color:brown>bar",
  9668 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9669 	"<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>",
  9670 	[true,true,true],
  9671 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9672 ["<div style=color:blue><p style=color:green>foo[]</div><p style=color:brown>bar",
  9673 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9674 	"<div style=\"color:rgb(0, 0, 255)\"><p style=\"color:rgb(0, 128, 0)\">foo{}<font color=\"#a52a2a\">bar</font></p></div>",
  9675 	[true,true,true],
  9676 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9677 ["<p style=color:blue>foo[]<div style=color:brown><p style=color:green>bar",
  9678 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9679 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(0, 128, 0)\">bar</span></p>",
  9680 	[true,true,true],
  9681 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9682 ["<p style=color:blue>foo[]<div style=color:brown><p style=color:green>bar",
  9683 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9684 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#008000\">bar</font></p>",
  9685 	[true,true,true],
  9686 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9687 ["<p style=color:blue>foo[]<div style=color:brown><p style=color:green>bar",
  9688 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9689 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<span style=\"color:rgb(0, 128, 0)\">bar</span></p>",
  9690 	[true,true,true],
  9691 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9692 ["<p style=color:blue>foo[]<div style=color:brown><p style=color:green>bar",
  9693 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9694 	"<p style=\"color:rgb(0, 0, 255)\">foo{}<font color=\"#008000\">bar</font></p>",
  9695 	[true,true,true],
  9696 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9697 ["foo[bar]baz",
  9698 	[["forwarddelete",""]],
  9699 	"foo[]baz",
  9700 	[true],
  9701 	{"forwarddelete":[false,false,"",false,false,""]}],
  9702 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
  9703 	[["stylewithcss","true"],["forwarddelete",""]],
  9704 	"<p>foo{}baz</p>",
  9705 	[true,true],
  9706 	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  9707 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
  9708 	[["stylewithcss","false"],["forwarddelete",""]],
  9709 	"<p>foo{}baz</p>",
  9710 	[true,true],
  9711 	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  9712 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
  9713 	[["stylewithcss","true"],["forwarddelete",""]],
  9714 	"<p>foo{}baz</p>",
  9715 	[true,true],
  9716 	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  9717 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
  9718 	[["stylewithcss","false"],["forwarddelete",""]],
  9719 	"<p>foo{}baz</p>",
  9720 	[true,true],
  9721 	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  9722 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
  9723 	[["stylewithcss","true"],["forwarddelete",""]],
  9724 	"<p>foo{}baz</p>",
  9725 	[true,true],
  9726 	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  9727 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
  9728 	[["stylewithcss","false"],["forwarddelete",""]],
  9729 	"<p>foo{}baz</p>",
  9730 	[true,true],
  9731 	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  9732 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
  9733 	[["stylewithcss","true"],["forwarddelete",""]],
  9734 	"<p>{}baz</p>",
  9735 	[true,true],
  9736 	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  9737 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
  9738 	[["stylewithcss","false"],["forwarddelete",""]],
  9739 	"<p>{}baz</p>",
  9740 	[true,true],
  9741 	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  9742 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
  9743 	[["stylewithcss","true"],["forwarddelete",""]],
  9744 	"<p>{}baz</p>",
  9745 	[true,true],
  9746 	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  9747 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
  9748 	[["stylewithcss","false"],["forwarddelete",""]],
  9749 	"<p>{}baz</p>",
  9750 	[true,true],
  9751 	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  9752 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
  9753 	[["stylewithcss","true"],["forwarddelete",""]],
  9754 	"<p>foo{}</p>",
  9755 	[true,true],
  9756 	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  9757 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
  9758 	[["stylewithcss","false"],["forwarddelete",""]],
  9759 	"<p>foo{}</p>",
  9760 	[true,true],
  9761 	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  9762 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
  9763 	[["stylewithcss","true"],["forwarddelete",""]],
  9764 	"<p>foo{}</p>",
  9765 	[true,true],
  9766 	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  9767 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
  9768 	[["stylewithcss","false"],["forwarddelete",""]],
  9769 	"<p>foo{}</p>",
  9770 	[true,true],
  9771 	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  9772 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
  9773 	[["stylewithcss","true"],["forwarddelete",""]],
  9774 	"<p>foo{}quz</p>",
  9775 	[true,true],
  9776 	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  9777 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
  9778 	[["stylewithcss","false"],["forwarddelete",""]],
  9779 	"<p>foo{}quz</p>",
  9780 	[true,true],
  9781 	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  9782 ["foo<b>[bar]</b>baz",
  9783 	[["stylewithcss","true"],["forwarddelete",""]],
  9784 	"foo{}baz",
  9785 	[true,true],
  9786 	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  9787 ["foo<b>[bar]</b>baz",
  9788 	[["stylewithcss","false"],["forwarddelete",""]],
  9789 	"foo{}baz",
  9790 	[true,true],
  9791 	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  9792 ["foo<b>{bar}</b>baz",
  9793 	[["stylewithcss","true"],["forwarddelete",""]],
  9794 	"foo{}baz",
  9795 	[true,true],
  9796 	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  9797 ["foo<b>{bar}</b>baz",
  9798 	[["stylewithcss","false"],["forwarddelete",""]],
  9799 	"foo{}baz",
  9800 	[true,true],
  9801 	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  9802 ["foo{<b>bar</b>}baz",
  9803 	[["stylewithcss","true"],["forwarddelete",""]],
  9804 	"foo{}baz",
  9805 	[true,true],
  9806 	{"stylewithcss":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
  9807 ["foo{<b>bar</b>}baz",
  9808 	[["stylewithcss","false"],["forwarddelete",""]],
  9809 	"foo{}baz",
  9810 	[true,true],
  9811 	{"stylewithcss":[false,true,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
  9812 ["foo<span>[bar]</span>baz",
  9813 	[["forwarddelete",""]],
  9814 	"foo{}baz",
  9815 	[true],
  9816 	{"forwarddelete":[false,false,"",false,false,""]}],
  9817 ["foo<span>{bar}</span>baz",
  9818 	[["forwarddelete",""]],
  9819 	"foo{}baz",
  9820 	[true],
  9821 	{"forwarddelete":[false,false,"",false,false,""]}],
  9822 ["foo{<span>bar</span>}baz",
  9823 	[["forwarddelete",""]],
  9824 	"foo{}baz",
  9825 	[true],
  9826 	{"forwarddelete":[false,false,"",false,false,""]}],
  9827 ["<b>foo[bar</b><i>baz]quz</i>",
  9828 	[["forwarddelete",""]],
  9829 	"<b>foo[]</b><i>quz</i>",
  9830 	[true],
  9831 	{"forwarddelete":[false,false,"",false,false,""]}],
  9832 ["<p>foo</p><p>[bar]</p><p>baz</p>",
  9833 	[["forwarddelete",""]],
  9834 	"<p>foo</p><p>{}<br></p><p>baz</p>",
  9835 	[true],
  9836 	{"forwarddelete":[false,false,"",false,false,""]}],
  9837 ["<p>foo</p><p>{bar}</p><p>baz</p>",
  9838 	[["forwarddelete",""]],
  9839 	"<p>foo</p><p>{}<br></p><p>baz</p>",
  9840 	[true],
  9841 	{"forwarddelete":[false,false,"",false,false,""]}],
  9842 ["<p>foo</p><p>{bar</p>}<p>baz</p>",
  9843 	[["forwarddelete",""]],
  9844 	"<p>foo</p><p>{}<br></p><p>baz</p>",
  9845 	[true],
  9846 	{"forwarddelete":[false,false,"",false,false,""]}],
  9847 ["<p>foo</p>{<p>bar}</p><p>baz</p>",
  9848 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9849 	"<p>foo</p>{}<br><p>baz</p>",
  9850 	[true,true],
  9851 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9852 ["<p>foo</p>{<p>bar}</p><p>baz</p>",
  9853 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9854 	"<p>foo</p>{}<br><p>baz</p>",
  9855 	[true,true],
  9856 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9857 ["<p>foo</p>{<p>bar</p>}<p>baz</p>",
  9858 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9859 	"<p>foo</p>{}<p>baz</p>",
  9860 	[true,true],
  9861 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9862 ["<p>foo</p>{<p>bar</p>}<p>baz</p>",
  9863 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9864 	"<p>foo</p>{}<p>baz</p>",
  9865 	[true,true],
  9866 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9867 ["<p>foo[bar<p>baz]quz",
  9868 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9869 	"<p>foo{}quz</p>",
  9870 	[true,true],
  9871 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9872 ["<p>foo[bar<p>baz]quz",
  9873 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9874 	"<p>foo{}quz</p>",
  9875 	[true,true],
  9876 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9877 ["<p>foo[bar<div>baz]quz</div>",
  9878 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9879 	"<p>foo{}quz</p>",
  9880 	[true,true],
  9881 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9882 ["<p>foo[bar<div>baz]quz</div>",
  9883 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9884 	"<p>foo{}quz</p>",
  9885 	[true,true],
  9886 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9887 ["<p>foo[bar<h1>baz]quz</h1>",
  9888 	[["forwarddelete",""]],
  9889 	"<p>foo{}quz</p>",
  9890 	[true],
  9891 	{"forwarddelete":[false,false,"",false,false,""]}],
  9892 ["<div>foo[bar</div><p>baz]quz",
  9893 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9894 	"<div>foo{}quz</div>",
  9895 	[true,true],
  9896 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9897 ["<div>foo[bar</div><p>baz]quz",
  9898 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9899 	"<div>foo{}quz</div>",
  9900 	[true,true],
  9901 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9902 ["<blockquote>foo[bar</blockquote><pre>baz]quz</pre>",
  9903 	[["forwarddelete",""]],
  9904 	"<blockquote>foo{}quz</blockquote>",
  9905 	[true],
  9906 	{"forwarddelete":[false,false,"",false,false,""]}],
  9907 ["<p><b>foo[bar</b><p>baz]quz",
  9908 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9909 	"<p><b>foo</b>{}quz</p>",
  9910 	[true,true],
  9911 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9912 ["<p><b>foo[bar</b><p>baz]quz",
  9913 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9914 	"<p><b>foo</b>{}quz</p>",
  9915 	[true,true],
  9916 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9917 ["<div><p>foo[bar</div><p>baz]quz",
  9918 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9919 	"<div><p>foo{}quz</p></div>",
  9920 	[true,true],
  9921 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9922 ["<div><p>foo[bar</div><p>baz]quz",
  9923 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9924 	"<div><p>foo{}quz</p></div>",
  9925 	[true,true],
  9926 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9927 ["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
  9928 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9929 	"<p>foo{}quz</p><blockquote><p>qoz</p></blockquote>",
  9930 	[true,true],
  9931 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9932 ["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
  9933 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9934 	"<p>foo{}quz</p><blockquote><p>qoz</p></blockquote>",
  9935 	[true,true],
  9936 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9937 ["<p>foo[bar<p style=color:blue>baz]quz",
  9938 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9939 	"<p>foo{}<span style=\"color:rgb(0, 0, 255)\">quz</span></p>",
  9940 	[true,true,true],
  9941 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9942 ["<p>foo[bar<p style=color:blue>baz]quz",
  9943 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["forwarddelete",""]],
  9944 	"<p>foo{}<font color=\"#0000ff\">quz</font></p>",
  9945 	[true,true,true],
  9946 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9947 ["<p>foo[bar<p style=color:blue>baz]quz",
  9948 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9949 	"<p>foo{}<span style=\"color:rgb(0, 0, 255)\">quz</span></p>",
  9950 	[true,true,true],
  9951 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9952 ["<p>foo[bar<p style=color:blue>baz]quz",
  9953 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["forwarddelete",""]],
  9954 	"<p>foo{}<font color=\"#0000ff\">quz</font></p>",
  9955 	[true,true,true],
  9956 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9957 ["<p>foo[bar<p><b>baz]quz</b>",
  9958 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9959 	"<p>foo{}<b>quz</b></p>",
  9960 	[true,true],
  9961 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9962 ["<p>foo[bar<p><b>baz]quz</b>",
  9963 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9964 	"<p>foo{}<b>quz</b></p>",
  9965 	[true,true],
  9966 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9967 ["<div><p>foo<p>[bar<p>baz]</div>",
  9968 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9969 	"<div><p>foo</p><p>{}<br></p></div>",
  9970 	[true,true],
  9971 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9972 ["<div><p>foo<p>[bar<p>baz]</div>",
  9973 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9974 	"<div><p>foo</p><p>{}<br></p></div>",
  9975 	[true,true],
  9976 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9977 ["foo[<br>]bar",
  9978 	[["forwarddelete",""]],
  9979 	"foo{}bar",
  9980 	[true],
  9981 	{"forwarddelete":[false,false,"",false,false,""]}],
  9982 ["<p>foo[</p><p>]bar</p>",
  9983 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9984 	"<p>foo{}bar</p>",
  9985 	[true,true],
  9986 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9987 ["<p>foo[</p><p>]bar</p>",
  9988 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9989 	"<p>foo{}bar</p>",
  9990 	[true,true],
  9991 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
  9992 ["<p>foo[</p><p>]bar<br>baz</p>",
  9993 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
  9994 	"<p>foo{}bar<br>baz</p>",
  9995 	[true,true],
  9996 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
  9997 ["<p>foo[</p><p>]bar<br>baz</p>",
  9998 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
  9999 	"<p>foo{}bar<br>baz</p>",
 10000 	[true,true],
 10001 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10002 ["foo[<p>]bar</p>",
 10003 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 10004 	"foo{}bar",
 10005 	[true,true],
 10006 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 10007 ["foo[<p>]bar</p>",
 10008 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 10009 	"foo{}bar",
 10010 	[true,true],
 10011 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10012 ["foo{<p>}bar</p>",
 10013 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 10014 	"foo{}bar",
 10015 	[true,true],
 10016 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 10017 ["foo{<p>}bar</p>",
 10018 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 10019 	"foo{}bar",
 10020 	[true,true],
 10021 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10022 ["foo[<p>]bar<br>baz</p>",
 10023 	[["forwarddelete",""]],
 10024 	"foo{}bar<p>baz</p>",
 10025 	[true],
 10026 	{"forwarddelete":[false,false,"",false,false,""]}],
 10027 ["foo[<p>]bar</p>baz",
 10028 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 10029 	"foo{}bar<br>baz",
 10030 	[true,true],
 10031 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 10032 ["foo[<p>]bar</p>baz",
 10033 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 10034 	"foo{}bar<br>baz",
 10035 	[true,true],
 10036 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10037 ["foo{<p>bar</p>}baz",
 10038 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 10039 	"foo{}baz",
 10040 	[true,true],
 10041 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 10042 ["foo{<p>bar</p>}baz",
 10043 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 10044 	"foo{}baz",
 10045 	[true,true],
 10046 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10047 ["foo<p>{bar</p>}baz",
 10048 	[["forwarddelete",""]],
 10049 	"foo<p>{}baz</p>",
 10050 	[true],
 10051 	{"forwarddelete":[false,false,"",false,false,""]}],
 10052 ["foo{<p>bar}</p>baz",
 10053 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 10054 	"foo{}<br>baz",
 10055 	[true,true],
 10056 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 10057 ["foo{<p>bar}</p>baz",
 10058 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 10059 	"foo{}<br>baz",
 10060 	[true,true],
 10061 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10062 ["<p>foo[</p>]bar",
 10063 	[["forwarddelete",""]],
 10064 	"<p>foo{}bar</p>",
 10065 	[true],
 10066 	{"forwarddelete":[false,false,"",false,false,""]}],
 10067 ["<p>foo{</p>}bar",
 10068 	[["forwarddelete",""]],
 10069 	"<p>foo{}bar</p>",
 10070 	[true],
 10071 	{"forwarddelete":[false,false,"",false,false,""]}],
 10072 ["<p>foo[</p>]bar<br>baz",
 10073 	[["forwarddelete",""]],
 10074 	"<p>foo{}bar</p>baz",
 10075 	[true],
 10076 	{"forwarddelete":[false,false,"",false,false,""]}],
 10077 ["<p>foo[</p>]bar<p>baz</p>",
 10078 	[["forwarddelete",""]],
 10079 	"<p>foo{}bar</p><p>baz</p>",
 10080 	[true],
 10081 	{"forwarddelete":[false,false,"",false,false,""]}],
 10082 ["foo[<div><p>]bar</div>",
 10083 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 10084 	"foo{}bar",
 10085 	[true,true],
 10086 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 10087 ["foo[<div><p>]bar</div>",
 10088 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 10089 	"foo{}bar",
 10090 	[true,true],
 10091 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10092 ["<div><p>foo[</p></div>]bar",
 10093 	[["forwarddelete",""]],
 10094 	"<div><p>foo{}bar</p></div>",
 10095 	[true],
 10096 	{"forwarddelete":[false,false,"",false,false,""]}],
 10097 ["foo[<div><p>]bar</p>baz</div>",
 10098 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 10099 	"foo{}bar<div>baz</div>",
 10100 	[true,true],
 10101 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 10102 ["foo[<div><p>]bar</p>baz</div>",
 10103 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 10104 	"foo{}bar<div>baz</div>",
 10105 	[true,true],
 10106 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10107 ["foo[<div>]bar<p>baz</p></div>",
 10108 	[["forwarddelete",""]],
 10109 	"foo{}bar<div><p>baz</p></div>",
 10110 	[true],
 10111 	{"forwarddelete":[false,false,"",false,false,""]}],
 10112 ["<div><p>foo</p>bar[</div>]baz",
 10113 	[["forwarddelete",""]],
 10114 	"<div><p>foo</p>bar{}baz</div>",
 10115 	[true],
 10116 	{"forwarddelete":[false,false,"",false,false,""]}],
 10117 ["<div>foo<p>bar[</p></div>]baz",
 10118 	[["forwarddelete",""]],
 10119 	"<div>foo<p>bar{}baz</p></div>",
 10120 	[true],
 10121 	{"forwarddelete":[false,false,"",false,false,""]}],
 10122 ["<p>foo<br>{</p>]bar",
 10123 	[["forwarddelete",""]],
 10124 	"<p>foo{}bar</p>",
 10125 	[true],
 10126 	{"forwarddelete":[false,false,"",false,false,""]}],
 10127 ["<p>foo<br><br>{</p>]bar",
 10128 	[["forwarddelete",""]],
 10129 	"<p>foo<br>{}bar</p>",
 10130 	[true],
 10131 	{"forwarddelete":[false,false,"",false,false,""]}],
 10132 ["foo<br>{<p>]bar</p>",
 10133 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 10134 	"foo{}bar",
 10135 	[true,true],
 10136 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 10137 ["foo<br>{<p>]bar</p>",
 10138 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 10139 	"foo{}bar",
 10140 	[true,true],
 10141 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10142 ["foo<br><br>{<p>]bar</p>",
 10143 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 10144 	"foo<br>{}bar",
 10145 	[true,true],
 10146 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 10147 ["foo<br><br>{<p>]bar</p>",
 10148 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 10149 	"foo<br>{}bar",
 10150 	[true,true],
 10151 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10152 ["<p>foo<br>{</p><p>}bar</p>",
 10153 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 10154 	"<p>foo{}bar</p>",
 10155 	[true,true],
 10156 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 10157 ["<p>foo<br>{</p><p>}bar</p>",
 10158 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 10159 	"<p>foo{}bar</p>",
 10160 	[true,true],
 10161 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10162 ["<p>foo<br><br>{</p><p>}bar</p>",
 10163 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 10164 	"<p>foo<br>{}bar</p>",
 10165 	[true,true],
 10166 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 10167 ["<p>foo<br><br>{</p><p>}bar</p>",
 10168 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 10169 	"<p>foo<br>{}bar</p>",
 10170 	[true,true],
 10171 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10172 ["<table><tbody><tr><th>foo<th>[bar]<th>baz<tr><td>quz<td>qoz<td>qiz</table>",
 10173 	[["forwarddelete",""]],
 10174 	"<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>",
 10175 	[true],
 10176 	{"forwarddelete":[false,false,"",false,false,""]}],
 10177 ["<table><tbody><tr><th>foo<th>ba[r<th>b]az<tr><td>quz<td>qoz<td>qiz</table>",
 10178 	[["forwarddelete",""]],
 10179 	"<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>",
 10180 	[true],
 10181 	{"forwarddelete":[false,false,"",false,false,""]}],
 10182 ["<table><tbody><tr><th>fo[o<th>bar<th>b]az<tr><td>quz<td>qoz<td>qiz</table>",
 10183 	[["forwarddelete",""]],
 10184 	"<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>",
 10185 	[true],
 10186 	{"forwarddelete":[false,false,"",false,false,""]}],
 10187 ["<table><tbody><tr><th>foo<th>bar<th>ba[z<tr><td>q]uz<td>qoz<td>qiz</table>",
 10188 	[["forwarddelete",""]],
 10189 	"<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>",
 10190 	[true],
 10191 	{"forwarddelete":[false,false,"",false,false,""]}],
 10192 ["<table><tbody><tr><th>[foo<th>bar<th>baz]<tr><td>quz<td>qoz<td>qiz</table>",
 10193 	[["forwarddelete",""]],
 10194 	"<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>",
 10195 	[true],
 10196 	{"forwarddelete":[false,false,"",false,false,""]}],
 10197 ["<table><tbody><tr><th>[foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz]</table>",
 10198 	[["forwarddelete",""]],
 10199 	"<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>",
 10200 	[true],
 10201 	{"forwarddelete":[false,false,"",false,false,""]}],
 10202 ["{<table><tbody><tr><th>foo<th>bar<th>baz<tr><td>quz<td>qoz<td>qiz</table>}",
 10203 	[["forwarddelete",""]],
 10204 	"{}<br>",
 10205 	[true],
 10206 	{"forwarddelete":[false,false,"",false,false,""]}],
 10207 ["<table><tbody><tr><td>foo<td>ba[r<tr><td>baz<td>quz<tr><td>q]oz<td>qiz</table>",
 10208 	[["forwarddelete",""]],
 10209 	"<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>",
 10210 	[true],
 10211 	{"forwarddelete":[false,false,"",false,false,""]}],
 10212 ["<p>fo[o<table><tr><td>b]ar</table><p>baz",
 10213 	[["forwarddelete",""]],
 10214 	"<p>fo[]</p><table><tbody><tr><td>ar</td></tr></tbody></table><p>baz</p>",
 10215 	[true],
 10216 	{"forwarddelete":[false,false,"",false,false,""]}],
 10217 ["<p>foo<table><tr><td>ba[r</table><p>b]az",
 10218 	[["forwarddelete",""]],
 10219 	"<p>foo</p><table><tbody><tr><td>ba[]</td></tr></tbody></table><p>az</p>",
 10220 	[true],
 10221 	{"forwarddelete":[false,false,"",false,false,""]}],
 10222 ["<p>fo[o<table><tr><td>bar</table><p>b]az",
 10223 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 10224 	"<p>fo{}az</p>",
 10225 	[true,true],
 10226 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 10227 ["<p>fo[o<table><tr><td>bar</table><p>b]az",
 10228 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 10229 	"<p>fo{}az</p>",
 10230 	[true,true],
 10231 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10232 ["<p>foo<ol><li>ba[r<li>b]az</ol><p>quz",
 10233 	[["forwarddelete",""]],
 10234 	"<p>foo</p><ol><li>ba{}az</li></ol><p>quz</p>",
 10235 	[true],
 10236 	{"forwarddelete":[false,false,"",false,false,""]}],
 10237 ["<p>foo<ol><li>bar<li>[baz]</ol><p>quz",
 10238 	[["forwarddelete",""]],
 10239 	"<p>foo</p><ol><li>bar</li><li>{}<br></li></ol><p>quz</p>",
 10240 	[true],
 10241 	{"forwarddelete":[false,false,"",false,false,""]}],
 10242 ["<p>fo[o<ol><li>b]ar<li>baz</ol><p>quz",
 10243 	[["forwarddelete",""]],
 10244 	"<p>fo{}ar</p><ol><li>baz</li></ol><p>quz</p>",
 10245 	[true],
 10246 	{"forwarddelete":[false,false,"",false,false,""]}],
 10247 ["<p>foo<ol><li>bar<li>ba[z</ol><p>q]uz",
 10248 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 10249 	"<p>foo</p><ol><li>bar</li><li>ba{}uz</li></ol>",
 10250 	[true,true],
 10251 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 10252 ["<p>foo<ol><li>bar<li>ba[z</ol><p>q]uz",
 10253 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 10254 	"<p>foo</p><ol><li>bar</li><li>ba{}uz</li></ol>",
 10255 	[true,true],
 10256 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10257 ["<p>fo[o<ol><li>bar<li>b]az</ol><p>quz",
 10258 	[["forwarddelete",""]],
 10259 	"<p>fo{}az</p><p>quz</p>",
 10260 	[true],
 10261 	{"forwarddelete":[false,false,"",false,false,""]}],
 10262 ["<p>fo[o<ol><li>bar<li>baz</ol><p>q]uz",
 10263 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 10264 	"<p>fo{}uz</p>",
 10265 	[true,true],
 10266 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 10267 ["<p>fo[o<ol><li>bar<li>baz</ol><p>q]uz",
 10268 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 10269 	"<p>fo{}uz</p>",
 10270 	[true,true],
 10271 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10272 ["<ol><li>fo[o</ol><ol><li>b]ar</ol>",
 10273 	[["forwarddelete",""]],
 10274 	"<ol><li>fo{}ar</li></ol>",
 10275 	[true],
 10276 	{"forwarddelete":[false,false,"",false,false,""]}],
 10277 ["<ol><li>fo[o</ol><ul><li>b]ar</ul>",
 10278 	[["forwarddelete",""]],
 10279 	"<ol><li>fo{}ar</li></ol>",
 10280 	[true],
 10281 	{"forwarddelete":[false,false,"",false,false,""]}],
 10282 ["foo[<ol><li>]bar</ol>",
 10283 	[["forwarddelete",""]],
 10284 	"foo{}bar",
 10285 	[true],
 10286 	{"forwarddelete":[false,false,"",false,false,""]}],
 10287 ["<ol><li>foo[<li>]bar</ol>",
 10288 	[["forwarddelete",""]],
 10289 	"<ol><li>foo{}bar</li></ol>",
 10290 	[true],
 10291 	{"forwarddelete":[false,false,"",false,false,""]}],
 10292 ["foo[<dl><dt>]bar<dd>baz</dl>",
 10293 	[["forwarddelete",""]],
 10294 	"foo{}bar<dl><dd>baz</dd></dl>",
 10295 	[true],
 10296 	{"forwarddelete":[false,false,"",false,false,""]}],
 10297 ["foo[<dl><dd>]bar</dl>",
 10298 	[["forwarddelete",""]],
 10299 	"foo{}bar",
 10300 	[true],
 10301 	{"forwarddelete":[false,false,"",false,false,""]}],
 10302 ["<dl><dt>foo[<dd>]bar</dl>",
 10303 	[["forwarddelete",""]],
 10304 	"<dl><dt>foo{}bar</dt></dl>",
 10305 	[true],
 10306 	{"forwarddelete":[false,false,"",false,false,""]}],
 10307 ["<dl><dt>foo[<dt>]bar<dd>baz</dl>",
 10308 	[["forwarddelete",""]],
 10309 	"<dl><dt>foo{}bar</dt><dd>baz</dd></dl>",
 10310 	[true],
 10311 	{"forwarddelete":[false,false,"",false,false,""]}],
 10312 ["<dl><dt>foo<dd>bar[<dd>]baz</dl>",
 10313 	[["forwarddelete",""]],
 10314 	"<dl><dt>foo</dt><dd>bar{}baz</dd></dl>",
 10315 	[true],
 10316 	{"forwarddelete":[false,false,"",false,false,""]}],
 10317 ["<ol><li>foo</ol>{}<br><ol><li>bar</ol>",
 10318 	[["forwarddelete",""]],
 10319 	"<ol><li>foo</li></ol>{}bar",
 10320 	[true],
 10321 	{"forwarddelete":[false,false,"",false,false,""]}],
 10322 ["<ol><li>foo</ol><p>{}<br></p><ol><li>bar</ol>",
 10323 	[["forwarddelete",""]],
 10324 	"<ol><li>foo</li></ol><p>{}bar</p>",
 10325 	[true],
 10326 	{"forwarddelete":[false,false,"",false,false,""]}],
 10327 ["<ol><li><p>foo</ol><p>{}<br></p><ol><li>bar</ol>",
 10328 	[["forwarddelete",""]],
 10329 	"<ol><li><p>foo</p></li></ol><p>{}bar</p>",
 10330 	[true],
 10331 	{"forwarddelete":[false,false,"",false,false,""]}],
 10332 ["<ol id=a><li>foo</ol>{}<br><ol><li>bar</ol>",
 10333 	[["forwarddelete",""]],
 10334 	"<ol id=\"a\"><li>foo</li></ol>{}bar",
 10335 	[true],
 10336 	{"forwarddelete":[false,false,"",false,false,""]}],
 10337 ["<ol><li>foo</ol>{}<br><ol id=b><li>bar</ol>",
 10338 	[["forwarddelete",""]],
 10339 	"<ol><li>foo</li></ol>{}bar",
 10340 	[true],
 10341 	{"forwarddelete":[false,false,"",false,false,""]}],
 10342 ["<ol id=a><li>foo</ol>{}<br><ol id=b><li>bar</ol>",
 10343 	[["forwarddelete",""]],
 10344 	"<ol id=\"a\"><li>foo</li></ol>{}bar",
 10345 	[true],
 10346 	{"forwarddelete":[false,false,"",false,false,""]}],
 10347 ["<ol class=a><li>foo</ol>{}<br><ol class=b><li>bar</ol>",
 10348 	[["forwarddelete",""]],
 10349 	"<ol class=\"a\"><li>foo</li></ol>{}bar",
 10350 	[true],
 10351 	{"forwarddelete":[false,false,"",false,false,""]}],
 10352 ["<ol><ol><li>foo</ol><li>{}<br><ol><li>bar</ol></ol>",
 10353 	[["forwarddelete",""]],
 10354 	"<ol><ol><li>foo</li></ol><li>{}bar</li></ol>",
 10355 	[true],
 10356 	{"forwarddelete":[false,false,"",false,false,""]}],
 10357 ["<ol><ol><li>foo</ol><li>{}<br></li><ol><li>bar</ol></ol>",
 10358 	[["forwarddelete",""]],
 10359 	"<ol><ol><li>foo</li></ol><li>{}bar</li></ol>",
 10360 	[true],
 10361 	{"forwarddelete":[false,false,"",false,false,""]}],
 10362 ["<ol><li>foo[</ol>bar]<ol><li>baz</ol>",
 10363 	[["forwarddelete",""]],
 10364 	"<ol><li>foo{}</li><li>baz</li></ol>",
 10365 	[true],
 10366 	{"forwarddelete":[false,false,"",false,false,""]}],
 10367 ["<ol><li>foo[</ol><p>bar]<ol><li>baz</ol>",
 10368 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 10369 	"<ol><li>foo{}</li><li>baz</li></ol>",
 10370 	[true,true],
 10371 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 10372 ["<ol><li>foo[</ol><p>bar]<ol><li>baz</ol>",
 10373 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 10374 	"<ol><li>foo{}</li><li>baz</li></ol>",
 10375 	[true,true],
 10376 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10377 ["<ol><li><p>foo[</ol><p>bar]<ol><li>baz</ol>",
 10378 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 10379 	"<ol><li><p>foo{}</p></li><li>baz</li></ol>",
 10380 	[true,true],
 10381 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 10382 ["<ol><li><p>foo[</ol><p>bar]<ol><li>baz</ol>",
 10383 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 10384 	"<ol><li><p>foo{}</p></li><li>baz</li></ol>",
 10385 	[true,true],
 10386 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10387 ["<ol><li>fo[]o</ol><ol><li>bar</ol>",
 10388 	[["forwarddelete",""]],
 10389 	"<ol><li>fo[]</li></ol><ol><li>bar</li></ol>",
 10390 	[true],
 10391 	{"forwarddelete":[false,false,"",false,false,""]}],
 10392 ["<ol><li>foo</ol>[bar<ol><li>]baz</ol>",
 10393 	[["forwarddelete",""]],
 10394 	"<ol><li>foo</li></ol>{}baz",
 10395 	[true],
 10396 	{"forwarddelete":[false,false,"",false,false,""]}],
 10397 ["<ol><li>foo</ol><p>[bar<ol><li>]baz</ol>",
 10398 	[["forwarddelete",""]],
 10399 	"<ol><li>foo</li></ol><p>{}baz</p>",
 10400 	[true],
 10401 	{"forwarddelete":[false,false,"",false,false,""]}],
 10402 ["<ol><li>foo</ol><p>[bar<ol><li><p>]baz</ol>",
 10403 	[["defaultparagraphseparator","div"],["forwarddelete",""]],
 10404 	"<ol><li>foo</li></ol><p>{}baz</p>",
 10405 	[true,true],
 10406 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
 10407 ["<ol><li>foo</ol><p>[bar<ol><li><p>]baz</ol>",
 10408 	[["defaultparagraphseparator","p"],["forwarddelete",""]],
 10409 	"<ol><li>foo</li></ol><p>{}baz</p>",
 10410 	[true,true],
 10411 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"forwarddelete":[false,false,"",false,false,""]}],
 10412 ["<ol><li>foo</ol><ol><li>[]bar</ol>",
 10413 	[["forwarddelete",""]],
 10414 	"<ol><li>foo</li></ol><ol><li>{}ar</li></ol>",
 10415 	[true],
 10416 	{"forwarddelete":[false,false,"",false,false,""]}],
 10417 ["<ol><ol><li>foo[</ol><li>bar</ol>baz]<ol><li>quz</ol>",
 10418 	[["forwarddelete",""]],
 10419 	"<ol><ol><li>foo{}</li></ol><li>quz</li></ol>",
 10420 	[true],
 10421 	{"forwarddelete":[false,false,"",false,false,""]}],
 10422 ["<ul><li>foo</ul>{}<br><ul><li>bar</ul>",
 10423 	[["forwarddelete",""]],
 10424 	"<ul><li>foo</li></ul>{}bar",
 10425 	[true],
 10426 	{"forwarddelete":[false,false,"",false,false,""]}],
 10427 ["<ul><li>foo</ul><p>{}<br></p><ul><li>bar</ul>",
 10428 	[["forwarddelete",""]],
 10429 	"<ul><li>foo</li></ul><p>{}bar</p>",
 10430 	[true],
 10431 	{"forwarddelete":[false,false,"",false,false,""]}],
 10432 ["<ol><li>foo[<li>bar]</ol><ol><li>baz</ol><ol><li>quz</ol>",
 10433 	[["forwarddelete",""]],
 10434 	"<ol><li>foo{}</li><li>baz</li><li>quz</li></ol>",
 10435 	[true],
 10436 	{"forwarddelete":[false,false,"",false,false,""]}],
 10437 ["<ol><li>foo</ol>{}<br><ul><li>bar</ul>",
 10438 	[["forwarddelete",""]],
 10439 	"<ol><li>foo</li></ol>{}bar",
 10440 	[true],
 10441 	{"forwarddelete":[false,false,"",false,false,""]}],
 10442 ["<ol><li>foo</ol><p>{}<br></p><ul><li>bar</ul>",
 10443 	[["forwarddelete",""]],
 10444 	"<ol><li>foo</li></ol><p>{}bar</p>",
 10445 	[true],
 10446 	{"forwarddelete":[false,false,"",false,false,""]}],
 10447 ["<ul><li>foo</ul>{}<br><ol><li>bar</ol>",
 10448 	[["forwarddelete",""]],
 10449 	"<ul><li>foo</li></ul>{}bar",
 10450 	[true],
 10451 	{"forwarddelete":[false,false,"",false,false,""]}],
 10452 ["<ul><li>foo</ul><p>{}<br></p><ol><li>bar</ol>",
 10453 	[["forwarddelete",""]],
 10454 	"<ul><li>foo</li></ul><p>{}bar</p>",
 10455 	[true],
 10456 	{"forwarddelete":[false,false,"",false,false,""]}],
 10457 ["<p><b>[foo]</b>",
 10458 	[["forwarddelete",""]],
 10459 	"<p><b>{}<br></b></p>",
 10460 	[true],
 10461 	{"forwarddelete":[false,false,"",false,false,""]}],
 10462 ["<p><quasit>[foo]</quasit>",
 10463 	[["forwarddelete",""]],
 10464 	"<p><quasit>{}<br></quasit></p>",
 10465 	[true],
 10466 	{"forwarddelete":[false,false,"",false,false,""]}],
 10467 ["<p><b><i>[foo]</i></b>",
 10468 	[["forwarddelete",""]],
 10469 	"<p><b><i>{}<br></i></b></p>",
 10470 	[true],
 10471 	{"forwarddelete":[false,false,"",false,false,""]}],
 10472 ["<p><b>{foo}</b>",
 10473 	[["forwarddelete",""]],
 10474 	"<p><b>{}<br></b></p>",
 10475 	[true],
 10476 	{"forwarddelete":[false,false,"",false,false,""]}],
 10477 ["<p>{<b>foo</b>}",
 10478 	[["forwarddelete",""]],
 10479 	"<p><b>{}<br></b></p>",
 10480 	[true],
 10481 	{"forwarddelete":[false,false,"",false,false,""]}],
 10482 ["<p><b>[]f</b>",
 10483 	[["forwarddelete",""]],
 10484 	"<p><b>{}<br></b></p>",
 10485 	[true],
 10486 	{"forwarddelete":[false,false,"",false,false,""]}],
 10487 ["<b>[foo]</b>",
 10488 	[["forwarddelete",""]],
 10489 	"<b>{}<br></b>",
 10490 	[true],
 10491 	{"forwarddelete":[false,false,"",false,false,""]}],
 10492 ["<div><b>[foo]</b></div>",
 10493 	[["forwarddelete",""]],
 10494 	"<div><b>{}<br></b></div>",
 10495 	[true],
 10496 	{"forwarddelete":[false,false,"",false,false,""]}],
 10497 ["foo[]bar",
 10498 	[["hilitecolor","#00FFFF"]],
 10499 	"foo[]bar",
 10500 	[true],
 10501 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10502 ["<p>[foo</p> <p>bar]</p>",
 10503 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10504 	"<p><span style=\"background-color:rgb(0, 255, 255)\">[foo</span></p> <p><span style=\"background-color:rgb(0, 255, 255)\">bar]</span></p>",
 10505 	[true,true],
 10506 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10507 ["<p>[foo</p> <p>bar]</p>",
 10508 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10509 	"<p><span style=\"background-color:rgb(0, 255, 255)\">[foo</span></p> <p><span style=\"background-color:rgb(0, 255, 255)\">bar]</span></p>",
 10510 	[true,true],
 10511 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10512 ["<span>[foo</span> <span>bar]</span>",
 10513 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10514 	"<span style=\"background-color:rgb(0, 255, 255)\"><span>[foo</span> <span>bar]</span></span>",
 10515 	[true,true],
 10516 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10517 ["<span>[foo</span> <span>bar]</span>",
 10518 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10519 	"<span style=\"background-color:rgb(0, 255, 255)\"><span>[foo</span> <span>bar]</span></span>",
 10520 	[true,true],
 10521 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10522 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 10523 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10524 	"<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>",
 10525 	[true,true],
 10526 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10527 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 10528 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10529 	"<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>",
 10530 	[true,true],
 10531 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10532 ["<p>[foo<p><br><p>bar]",
 10533 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10534 	"<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>",
 10535 	[true,true],
 10536 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10537 ["<p>[foo<p><br><p>bar]",
 10538 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10539 	"<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>",
 10540 	[true,true],
 10541 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10542 ["<b>foo[]bar</b>",
 10543 	[["hilitecolor","#00FFFF"]],
 10544 	"<b>foo[]bar</b>",
 10545 	[true],
 10546 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10547 ["<i>foo[]bar</i>",
 10548 	[["hilitecolor","#00FFFF"]],
 10549 	"<i>foo[]bar</i>",
 10550 	[true],
 10551 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10552 ["<span>foo</span>{}<span>bar</span>",
 10553 	[["hilitecolor","#00FFFF"]],
 10554 	"<span>foo</span>{}<span>bar</span>",
 10555 	[true],
 10556 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10557 ["<span>foo[</span><span>]bar</span>",
 10558 	[["hilitecolor","#00FFFF"]],
 10559 	"<span>foo[</span><span>]bar</span>",
 10560 	[true],
 10561 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10562 ["foo[bar]baz",
 10563 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10564 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
 10565 	[true,true],
 10566 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10567 ["foo[bar]baz",
 10568 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10569 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
 10570 	[true,true],
 10571 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10572 ["foo[bar<b>baz]qoz</b>quz",
 10573 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10574 	"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",
 10575 	[true,true],
 10576 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10577 ["foo[bar<b>baz]qoz</b>quz",
 10578 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10579 	"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",
 10580 	[true,true],
 10581 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10582 ["foo[bar<i>baz]qoz</i>quz",
 10583 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10584 	"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",
 10585 	[true,true],
 10586 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10587 ["foo[bar<i>baz]qoz</i>quz",
 10588 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10589 	"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",
 10590 	[true,true],
 10591 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10592 ["{<p><p> <p>foo</p>}",
 10593 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10594 	"{<p></p><p> </p><p><span style=\"background-color:rgb(0, 255, 255)\">foo</span></p>}",
 10595 	[true,true],
 10596 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10597 ["{<p><p> <p>foo</p>}",
 10598 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10599 	"{<p></p><p> </p><p><span style=\"background-color:rgb(0, 255, 255)\">foo</span></p>}",
 10600 	[true,true],
 10601 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10602 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 10603 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10604 	"<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>",
 10605 	[true,true],
 10606 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10607 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 10608 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10609 	"<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>",
 10610 	[true,true],
 10611 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10612 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 10613 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10614 	"<table><tbody><tr><td>foo</td>{<td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
 10615 	[true,true],
 10616 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10617 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 10618 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10619 	"<table><tbody><tr><td>foo</td>{<td><span style=\"background-color:rgb(0, 255, 255)\">bar</span></td>}<td>baz</td></tr></tbody></table>",
 10620 	[true,true],
 10621 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10622 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 10623 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10624 	"<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>",
 10625 	[true,true],
 10626 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10627 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 10628 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10629 	"<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>",
 10630 	[true,true],
 10631 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10632 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 10633 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10634 	"<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>",
 10635 	[true,true],
 10636 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10637 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 10638 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10639 	"<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>",
 10640 	[true,true],
 10641 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10642 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 10643 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10644 	"<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>",
 10645 	[true,true],
 10646 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10647 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 10648 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10649 	"<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>",
 10650 	[true,true],
 10651 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10652 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 10653 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10654 	"{<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>}",
 10655 	[true,true],
 10656 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10657 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 10658 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10659 	"{<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>}",
 10660 	[true,true],
 10661 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10662 ["<p style=\"background-color: rgb(0, 255, 255)\">foo[bar]baz</p>",
 10663 	[["hilitecolor","#00FFFF"]],
 10664 	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
 10665 	[true],
 10666 	{"hilitecolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
 10667 ["<p style=\"background-color: #00ffff\">foo[bar]baz</p>",
 10668 	[["hilitecolor","#00FFFF"]],
 10669 	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
 10670 	[true],
 10671 	{"hilitecolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
 10672 ["<p style=\"background-color: aqua\">foo[bar]baz</p>",
 10673 	[["hilitecolor","#00FFFF"]],
 10674 	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
 10675 	[true],
 10676 	{"hilitecolor":[false,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
 10677 ["{<p style=\"background-color: aqua\">foo</p><p>bar</p>}",
 10678 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10679 	"{<p style=\"background-color:rgb(0, 255, 255)\">foo</p><p><span style=\"background-color:rgb(0, 255, 255)\">bar</span></p>}",
 10680 	[true,true],
 10681 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[true,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
 10682 ["{<p style=\"background-color: aqua\">foo</p><p>bar</p>}",
 10683 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10684 	"{<p style=\"background-color:rgb(0, 255, 255)\">foo</p><p><span style=\"background-color:rgb(0, 255, 255)\">bar</span></p>}",
 10685 	[true,true],
 10686 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[true,false,"rgb(0, 255, 255)",false,false,"rgb(0, 255, 255)"]}],
 10687 ["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 10688 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10689 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
 10690 	[true,true],
 10691 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10692 ["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 10693 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10694 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
 10695 	[true,true],
 10696 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10697 ["<span style=\"background-color: #00ffff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 10698 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10699 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
 10700 	[true,true],
 10701 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10702 ["<span style=\"background-color: #00ffff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 10703 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10704 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
 10705 	[true,true],
 10706 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10707 ["<span style=\"background-color: #0ff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 10708 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10709 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
 10710 	[true,true],
 10711 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10712 ["<span style=\"background-color: #0ff\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 10713 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10714 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
 10715 	[true,true],
 10716 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10717 ["<span style=\"background-color: rgb(0, 255, 255)\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 10718 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10719 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
 10720 	[true,true],
 10721 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10722 ["<span style=\"background-color: rgb(0, 255, 255)\">foo<span style=\"background-color: tan\">[bar]</span>baz</span>",
 10723 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10724 	"<span style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</span>",
 10725 	[true,true],
 10726 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10727 ["<span style=\"background-color: aqua\">foo<span style=\"background-color: tan\">b[ar]</span>baz</span>",
 10728 	[["hilitecolor","#00FFFF"]],
 10729 	"<span style=\"background-color:rgb(0, 255, 255)\">foo<span style=\"background-color:rgb(210, 180, 140)\">b</span>[ar]baz</span>",
 10730 	[true],
 10731 	{"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10732 ["<p style=\"background-color: aqua\">foo<span style=\"background-color: tan\">b[ar]</span>baz</p>",
 10733 	[["hilitecolor","#00FFFF"]],
 10734 	"<p style=\"background-color:rgb(0, 255, 255)\">foo<span style=\"background-color:rgb(210, 180, 140)\">b</span>[ar]baz</p>",
 10735 	[true],
 10736 	{"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10737 ["<div style=\"background-color: aqua\"><p style=\"background-color: tan\">b[ar]</p></div>",
 10738 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10739 	"<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>",
 10740 	[true,true],
 10741 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10742 ["<div style=\"background-color: aqua\"><p style=\"background-color: tan\">b[ar]</p></div>",
 10743 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10744 	"<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>",
 10745 	[true,true],
 10746 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10747 ["<span style=\"display: block; background-color: aqua\"><span style=\"display: block; background-color: tan\">b[ar]</span></span>",
 10748 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10749 	"<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>",
 10750 	[true,true],
 10751 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10752 ["<span style=\"display: block; background-color: aqua\"><span style=\"display: block; background-color: tan\">b[ar]</span></span>",
 10753 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10754 	"<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>",
 10755 	[true,true],
 10756 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10757 ["fo[o<span style=background-color:tan>b]ar</span>baz",
 10758 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10759 	"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",
 10760 	[true,true],
 10761 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10762 ["fo[o<span style=background-color:tan>b]ar</span>baz",
 10763 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10764 	"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",
 10765 	[true,true],
 10766 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10767 ["foo<span style=background-color:tan>ba[r</span>b]az",
 10768 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10769 	"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",
 10770 	[true,true],
 10771 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10772 ["foo<span style=background-color:tan>ba[r</span>b]az",
 10773 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10774 	"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",
 10775 	[true,true],
 10776 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10777 ["fo[o<span style=background-color:tan>bar</span>b]az",
 10778 	[["hilitecolor","#00FFFF"]],
 10779 	"fo<span style=\"background-color:rgb(0, 255, 255)\">[obarb]</span>az",
 10780 	[true],
 10781 	{"hilitecolor":[true,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10782 ["foo[<span style=background-color:tan>b]ar</span>baz",
 10783 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10784 	"foo[<span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
 10785 	[true,true],
 10786 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10787 ["foo[<span style=background-color:tan>b]ar</span>baz",
 10788 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10789 	"foo[<span style=\"background-color:rgb(210, 180, 140)\"><span style=\"background-color:rgb(0, 255, 255)\">b]</span>ar</span>baz",
 10790 	[true,true],
 10791 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10792 ["foo<span style=background-color:tan>ba[r</span>]baz",
 10793 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10794 	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span>]baz",
 10795 	[true,true],
 10796 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10797 ["foo<span style=background-color:tan>ba[r</span>]baz",
 10798 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10799 	"foo<span style=\"background-color:rgb(210, 180, 140)\">ba<span style=\"background-color:rgb(0, 255, 255)\">[r</span></span>]baz",
 10800 	[true,true],
 10801 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10802 ["foo[<span style=background-color:tan>bar</span>]baz",
 10803 	[["hilitecolor","#00FFFF"]],
 10804 	"foo[<span style=\"background-color:rgb(0, 255, 255)\">bar</span>]baz",
 10805 	[true],
 10806 	{"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10807 ["foo<span style=background-color:tan>[bar]</span>baz",
 10808 	[["hilitecolor","#00FFFF"]],
 10809 	"foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz",
 10810 	[true],
 10811 	{"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10812 ["foo{<span style=background-color:tan>bar</span>}baz",
 10813 	[["hilitecolor","#00FFFF"]],
 10814 	"foo{<span style=\"background-color:rgb(0, 255, 255)\">bar}</span>baz",
 10815 	[true],
 10816 	{"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10817 ["<span style=background-color:tan>fo[o</span><span style=background-color:yellow>b]ar</span>",
 10818 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10819 	"<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>",
 10820 	[true,true],
 10821 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10822 ["<span style=background-color:tan>fo[o</span><span style=background-color:yellow>b]ar</span>",
 10823 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10824 	"<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>",
 10825 	[true,true],
 10826 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[true,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10827 ["<span style=background-color:tan>fo[o</span><span style=background-color:tan>b]ar</span>",
 10828 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10829 	"<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>",
 10830 	[true,true],
 10831 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10832 ["<span style=background-color:tan>fo[o</span><span style=background-color:tan>b]ar</span>",
 10833 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10834 	"<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>",
 10835 	[true,true],
 10836 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10837 ["<span style=background-color:tan>fo[o<span style=background-color:transparent>b]ar</span></span>",
 10838 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10839 	"<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>",
 10840 	[true,true],
 10841 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10842 ["<span style=background-color:tan>fo[o<span style=background-color:transparent>b]ar</span></span>",
 10843 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10844 	"<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>",
 10845 	[true,true],
 10846 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgb(210, 180, 140)",false,false,"rgb(0, 255, 255)"]}],
 10847 ["<font size=6>[foo]</font>",
 10848 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10849 	"<span style=\"background-color:rgb(0, 255, 255)\"><font size=\"6\">[foo]</font></span>",
 10850 	[true,true],
 10851 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10852 ["<font size=6>[foo]</font>",
 10853 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10854 	"<span style=\"background-color:rgb(0, 255, 255)\"><font size=\"6\">[foo]</font></span>",
 10855 	[true,true],
 10856 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10857 ["<span style=font-size:xx-large>[foo]</span>",
 10858 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10859 	"<span style=\"background-color:rgb(0, 255, 255)\"><span style=\"font-size:xx-large\">[foo]</span></span>",
 10860 	[true,true],
 10861 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10862 ["<span style=font-size:xx-large>[foo]</span>",
 10863 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10864 	"<span style=\"background-color:rgb(0, 255, 255)\"><span style=\"font-size:xx-large\">[foo]</span></span>",
 10865 	[true,true],
 10866 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10867 ["<font size=6>foo[bar]baz</font>",
 10868 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10869 	"<font size=\"6\">foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz</font>",
 10870 	[true,true],
 10871 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10872 ["<font size=6>foo[bar]baz</font>",
 10873 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10874 	"<font size=\"6\">foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz</font>",
 10875 	[true,true],
 10876 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10877 ["<span style=font-size:xx-large>foo[bar]baz</span>",
 10878 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10879 	"<span style=\"font-size:xx-large\">foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz</span>",
 10880 	[true,true],
 10881 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10882 ["<span style=font-size:xx-large>foo[bar]baz</span>",
 10883 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10884 	"<span style=\"font-size:xx-large\">foo<span style=\"background-color:rgb(0, 255, 255)\">[bar]</span>baz</span>",
 10885 	[true,true],
 10886 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10887 ["[foo<font size=6>bar</font>baz]",
 10888 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10889 	"<span style=\"background-color:rgb(0, 255, 255)\">[foo<font size=\"6\">bar</font>baz]</span>",
 10890 	[true,true],
 10891 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10892 ["[foo<font size=6>bar</font>baz]",
 10893 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10894 	"<span style=\"background-color:rgb(0, 255, 255)\">[foo<font size=\"6\">bar</font>baz]</span>",
 10895 	[true,true],
 10896 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10897 ["[foo<span style=font-size:xx-large>bar</span>baz]",
 10898 	[["stylewithcss","true"],["hilitecolor","#00FFFF"]],
 10899 	"<span style=\"background-color:rgb(0, 255, 255)\">[foo<span style=\"font-size:xx-large\">bar</span>baz]</span>",
 10900 	[true,true],
 10901 	{"stylewithcss":[false,false,"",false,true,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10902 ["[foo<span style=font-size:xx-large>bar</span>baz]",
 10903 	[["stylewithcss","false"],["hilitecolor","#00FFFF"]],
 10904 	"<span style=\"background-color:rgb(0, 255, 255)\">[foo<span style=\"font-size:xx-large\">bar</span>baz]</span>",
 10905 	[true,true],
 10906 	{"stylewithcss":[false,true,"",false,false,""],"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"]}],
 10907 ["foo[]bar<p>extra",
 10908 	[["indent",""]],
 10909 	"<blockquote>foo[]bar</blockquote><p>extra</p>",
 10910 	[true],
 10911 	{"indent":[false,false,"",false,false,""]}],
 10912 ["<span>foo</span>{}<span>bar</span><p>extra",
 10913 	[["indent",""]],
 10914 	"<blockquote><span>foo</span>{}<span>bar</span></blockquote><p>extra</p>",
 10915 	[true],
 10916 	{"indent":[false,false,"",false,false,""]}],
 10917 ["<span>foo[</span><span>]bar</span><p>extra",
 10918 	[["indent",""]],
 10919 	"<blockquote><span>foo[</span><span>]bar</span></blockquote><p>extra</p>",
 10920 	[true],
 10921 	{"indent":[false,false,"",false,false,""]}],
 10922 ["foo[bar]baz<p>extra",
 10923 	[["indent",""]],
 10924 	"<blockquote>foo[bar]baz</blockquote><p>extra</p>",
 10925 	[true],
 10926 	{"indent":[false,false,"",false,false,""]}],
 10927 ["<p dir=rtl>פו[בר]בז<p dir=rtl>נוםף",
 10928 	[["indent",""]],
 10929 	"<blockquote><p dir=\"rtl\">פו[בר]בז</p></blockquote><p dir=\"rtl\">נוםף</p>",
 10930 	[true],
 10931 	{"indent":[false,false,"",false,false,""]}],
 10932 ["<p dir=rtl>פו[ברבז<p>Foobar]baz<p>Extra",
 10933 	[["indent",""]],
 10934 	"<blockquote><p dir=\"rtl\">פו[ברבז</p><p>Foobar]baz</p></blockquote><p>Extra</p>",
 10935 	[true],
 10936 	{"indent":[false,false,"",false,false,""]}],
 10937 ["<p>Foo[barbaz<p dir=rtl>פובר]בז<p>Extra",
 10938 	[["indent",""]],
 10939 	"<blockquote><p>Foo[barbaz</p><p dir=\"rtl\">פובר]בז</p></blockquote><p>Extra</p>",
 10940 	[true],
 10941 	{"indent":[false,false,"",false,false,""]}],
 10942 ["<div><p>Foo[barbaz<p dir=rtl>פובר]בז</div><p>Extra",
 10943 	[["indent",""]],
 10944 	"<blockquote><div><p>Foo[barbaz</p><p dir=\"rtl\">פובר]בז</p></div></blockquote><p>Extra</p>",
 10945 	[true],
 10946 	{"indent":[false,false,"",false,false,""]}],
 10947 ["foo]bar[baz<p>extra",
 10948 	[["indent",""]],
 10949 	"<blockquote>foo[bar]baz</blockquote><p>extra</p>",
 10950 	[true],
 10951 	{"indent":[false,false,"",false,false,""]}],
 10952 ["{<p><p> <p>foo</p>}<p>extra",
 10953 	[["indent",""]],
 10954 	"<blockquote>{<p></p><p> </p><p>foo</p>}</blockquote><p>extra</p>",
 10955 	[true],
 10956 	{"indent":[false,false,"",false,false,""]}],
 10957 ["foo[bar<i>baz]qoz</i>quz<p>extra",
 10958 	[["indent",""]],
 10959 	"<blockquote>foo[bar<i>baz]qoz</i>quz</blockquote><p>extra</p>",
 10960 	[true],
 10961 	{"indent":[false,false,"",false,false,""]}],
 10962 ["[]foo<p>extra",
 10963 	[["indent",""]],
 10964 	"<blockquote>[]foo</blockquote><p>extra</p>",
 10965 	[true],
 10966 	{"indent":[false,false,"",false,false,""]}],
 10967 ["foo[]<p>extra",
 10968 	[["indent",""]],
 10969 	"<blockquote>foo[]</blockquote><p>extra</p>",
 10970 	[true],
 10971 	{"indent":[false,false,"",false,false,""]}],
 10972 ["<p>[]foo<p>extra",
 10973 	[["indent",""]],
 10974 	"<blockquote><p>[]foo</p></blockquote><p>extra</p>",
 10975 	[true],
 10976 	{"indent":[false,false,"",false,false,""]}],
 10977 ["<p>foo[]<p>extra",
 10978 	[["indent",""]],
 10979 	"<blockquote><p>foo[]</p></blockquote><p>extra</p>",
 10980 	[true],
 10981 	{"indent":[false,false,"",false,false,""]}],
 10982 ["<p>{}<br>foo</p><p>extra",
 10983 	[["indent",""]],
 10984 	"<blockquote>{}<br></blockquote><p>foo</p><p>extra</p>",
 10985 	[true],
 10986 	{"indent":[false,false,"",false,false,""]}],
 10987 ["<p>foo<br>{}</p><p>extra",
 10988 	[["indent",""]],
 10989 	"<blockquote><p>foo{}</p></blockquote><p>extra</p>",
 10990 	[true],
 10991 	{"indent":[false,false,"",false,false,""]}],
 10992 ["<span>{}<br>foo</span>bar<p>extra",
 10993 	[["indent",""]],
 10994 	"<blockquote>{}<br></blockquote><span>foo</span>bar<p>extra</p>",
 10995 	[true],
 10996 	{"indent":[false,false,"",false,false,""]}],
 10997 ["<span>foo<br>{}</span>bar<p>extra",
 10998 	[["indent",""]],
 10999 	"<span>foo{}</span><blockquote>bar</blockquote><p>extra</p>",
 11000 	[true],
 11001 	{"indent":[false,false,"",false,false,""]}],
 11002 ["<p>foo</p>{}<p>bar</p>",
 11003 	[["indent",""]],
 11004 	"<p>foo</p>{}<p>bar</p>",
 11005 	[true],
 11006 	{"indent":[false,false,"",false,false,""]}],
 11007 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 11008 	[["indent",""]],
 11009 	"<table><tbody><tr><td>foo</td><td><blockquote>b[a]r</blockquote></td><td>baz</td></tr></tbody></table><p>extra</p>",
 11010 	[true],
 11011 	{"indent":[false,false,"",false,false,""]}],
 11012 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 11013 	[["indent",""]],
 11014 	"<table><tbody><tr><td>foo</td>{<td><blockquote>bar</blockquote></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 11015 	[true],
 11016 	{"indent":[false,false,"",false,false,""]}],
 11017 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 11018 	[["indent",""]],
 11019 	"<table><tbody><tr>{<td><blockquote>foo</blockquote></td><td><blockquote>bar</blockquote></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 11020 	[true],
 11021 	{"indent":[false,false,"",false,false,""]}],
 11022 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 11023 	[["indent",""]],
 11024 	"<blockquote><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></blockquote><p>extra</p>",
 11025 	[true],
 11026 	{"indent":[false,false,"",false,false,""]}],
 11027 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 11028 	[["indent",""]],
 11029 	"<blockquote><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></blockquote><p>extra</p>",
 11030 	[true],
 11031 	{"indent":[false,false,"",false,false,""]}],
 11032 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 11033 	[["indent",""]],
 11034 	"<blockquote>{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</blockquote><p>extra</p>",
 11035 	[true],
 11036 	{"indent":[false,false,"",false,false,""]}],
 11037 ["<p>foo[bar]</p><p>baz</p><p>extra",
 11038 	[["indent",""]],
 11039 	"<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra</p>",
 11040 	[true],
 11041 	{"indent":[false,false,"",false,false,""]}],
 11042 ["<p>[foobar</p><p>ba]z</p><p>extra",
 11043 	[["indent",""]],
 11044 	"<blockquote><p>[foobar</p><p>ba]z</p></blockquote><p>extra</p>",
 11045 	[true],
 11046 	{"indent":[false,false,"",false,false,""]}],
 11047 ["foo[bar]<br>baz<p>extra",
 11048 	[["indent",""]],
 11049 	"<blockquote>foo[bar]</blockquote>baz<p>extra</p>",
 11050 	[true],
 11051 	{"indent":[false,false,"",false,false,""]}],
 11052 ["foo[bar]<br><br><br><br>baz<p>extra",
 11053 	[["indent",""]],
 11054 	"<blockquote>foo[bar]</blockquote><br><br><br>baz<p>extra</p>",
 11055 	[true],
 11056 	{"indent":[false,false,"",false,false,""]}],
 11057 ["foobar<br>[ba]z<p>extra",
 11058 	[["indent",""]],
 11059 	"foobar<blockquote>[ba]z</blockquote><p>extra</p>",
 11060 	[true],
 11061 	{"indent":[false,false,"",false,false,""]}],
 11062 ["foobar<br><br><br><br>[ba]z<p>extra",
 11063 	[["indent",""]],
 11064 	"foobar<br><br><br><br><blockquote>[ba]z</blockquote><p>extra</p>",
 11065 	[true],
 11066 	{"indent":[false,false,"",false,false,""]}],
 11067 ["foo[bar<br>ba]z<p>extra",
 11068 	[["indent",""]],
 11069 	"<blockquote>foo[bar<br>ba]z</blockquote><p>extra</p>",
 11070 	[true],
 11071 	{"indent":[false,false,"",false,false,""]}],
 11072 ["<div>foo<p>[bar]</p>baz</div><p>extra",
 11073 	[["indent",""]],
 11074 	"<div>foo<blockquote><p>[bar]</p></blockquote>baz</div><p>extra</p>",
 11075 	[true],
 11076 	{"indent":[false,false,"",false,false,""]}],
 11077 ["<blockquote><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 11078 	[["indent",""]],
 11079 	"<blockquote><blockquote><p>foo[bar]</p></blockquote><p>baz</p></blockquote><p>extra</p>",
 11080 	[true],
 11081 	{"indent":[false,false,"",false,false,""]}],
 11082 ["<blockquote><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 11083 	[["indent",""]],
 11084 	"<blockquote><blockquote><p>foo[bar</p><p>b]az</p></blockquote></blockquote><p>extra</p>",
 11085 	[true],
 11086 	{"indent":[false,false,"",false,false,""]}],
 11087 ["<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 11088 	[["indent",""]],
 11089 	"<blockquote><blockquote><p>foo[bar]</p></blockquote></blockquote><p>baz</p><p>extra</p>",
 11090 	[true],
 11091 	{"indent":[false,false,"",false,false,""]}],
 11092 ["<blockquote><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 11093 	[["indent",""]],
 11094 	"<blockquote><blockquote><p>foo[bar</p></blockquote><p>b]az</p></blockquote><p>extra</p>",
 11095 	[true],
 11096 	{"indent":[false,false,"",false,false,""]}],
 11097 ["<p>[foo]<blockquote><p>bar</blockquote><p>extra",
 11098 	[["indent",""]],
 11099 	"<blockquote><p>[foo]</p><p>bar</p></blockquote><p>extra</p>",
 11100 	[true],
 11101 	{"indent":[false,false,"",false,false,""]}],
 11102 ["<p>[foo<blockquote><p>b]ar</blockquote><p>extra",
 11103 	[["indent",""]],
 11104 	"<blockquote><p>[foo</p><blockquote><p>b]ar</p></blockquote></blockquote><p>extra</p>",
 11105 	[true],
 11106 	{"indent":[false,false,"",false,false,""]}],
 11107 ["<p>foo<blockquote><p>bar</blockquote><p>[baz]<p>extra",
 11108 	[["indent",""]],
 11109 	"<p>foo</p><blockquote><p>bar</p><p>[baz]</p></blockquote><p>extra</p>",
 11110 	[true],
 11111 	{"indent":[false,false,"",false,false,""]}],
 11112 ["<p>foo<blockquote><p>[bar</blockquote><p>baz]<p>extra",
 11113 	[["indent",""]],
 11114 	"<p>foo</p><blockquote><blockquote><p>[bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
 11115 	[true],
 11116 	{"indent":[false,false,"",false,false,""]}],
 11117 ["<p>[foo<blockquote><p>bar</blockquote><p>baz]<p>extra",
 11118 	[["indent",""]],
 11119 	"<blockquote><p>[foo</p><blockquote><p>bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
 11120 	[true],
 11121 	{"indent":[false,false,"",false,false,""]}],
 11122 ["<blockquote><p>foo</blockquote><p>[bar]<blockquote><p>baz</blockquote><p>extra",
 11123 	[["indent",""]],
 11124 	"<blockquote><p>foo</p><p>[bar]</p><p>baz</p></blockquote><p>extra</p>",
 11125 	[true],
 11126 	{"indent":[false,false,"",false,false,""]}],
 11127 ["<blockquote>foo[bar]<br>baz</blockquote><p>extra",
 11128 	[["indent",""]],
 11129 	"<blockquote><blockquote>foo[bar]</blockquote>baz</blockquote><p>extra</p>",
 11130 	[true],
 11131 	{"indent":[false,false,"",false,false,""]}],
 11132 ["<blockquote>foo[bar<br>b]az</blockquote><p>extra",
 11133 	[["indent",""]],
 11134 	"<blockquote><blockquote>foo[bar<br>b]az</blockquote></blockquote><p>extra</p>",
 11135 	[true],
 11136 	{"indent":[false,false,"",false,false,""]}],
 11137 ["<blockquote>foo[bar]</blockquote>baz<p>extra",
 11138 	[["indent",""]],
 11139 	"<blockquote><blockquote>foo[bar]</blockquote></blockquote>baz<p>extra</p>",
 11140 	[true],
 11141 	{"indent":[false,false,"",false,false,""]}],
 11142 ["<blockquote>foo[bar</blockquote>b]az<p>extra",
 11143 	[["indent",""]],
 11144 	"<blockquote><blockquote>foo[bar</blockquote>b]az</blockquote><p>extra</p>",
 11145 	[true],
 11146 	{"indent":[false,false,"",false,false,""]}],
 11147 ["[foo]<blockquote>bar</blockquote><p>extra",
 11148 	[["indent",""]],
 11149 	"<blockquote>[foo]<br>bar</blockquote><p>extra</p>",
 11150 	[true],
 11151 	{"indent":[false,false,"",false,false,""]}],
 11152 ["[foo<blockquote>b]ar</blockquote><p>extra",
 11153 	[["indent",""]],
 11154 	"<blockquote>[foo<blockquote>b]ar</blockquote></blockquote><p>extra</p>",
 11155 	[true],
 11156 	{"indent":[false,false,"",false,false,""]}],
 11157 ["foo<blockquote>bar</blockquote>[baz]<p>extra",
 11158 	[["indent",""]],
 11159 	"foo<blockquote>bar<br>[baz]</blockquote><p>extra</p>",
 11160 	[true],
 11161 	{"indent":[false,false,"",false,false,""]}],
 11162 ["[foo<blockquote>bar</blockquote>baz]<p>extra",
 11163 	[["indent",""]],
 11164 	"<blockquote>[foo<blockquote>bar</blockquote>baz]</blockquote><p>extra</p>",
 11165 	[true],
 11166 	{"indent":[false,false,"",false,false,""]}],
 11167 ["<blockquote>foo</blockquote>[bar]<blockquote>baz</blockquote><p>extra",
 11168 	[["indent",""]],
 11169 	"<blockquote>foo<br>[bar]<br>baz</blockquote><p>extra</p>",
 11170 	[true],
 11171 	{"indent":[false,false,"",false,false,""]}],
 11172 ["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 11173 	[["indent",""]],
 11174 	"<blockquote style=\"margin-right:0\" dir=\"ltr\"><blockquote><p>foo[bar]</p></blockquote><p>baz</p></blockquote><p>extra</p>",
 11175 	[true],
 11176 	{"indent":[false,false,"",false,false,""]}],
 11177 ["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 11178 	[["indent",""]],
 11179 	"<blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote></blockquote><p>extra</p>",
 11180 	[true],
 11181 	{"indent":[false,false,"",false,false,""]}],
 11182 ["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 11183 	[["indent",""]],
 11184 	"<blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo[bar]</p></blockquote></blockquote><p>baz</p><p>extra</p>",
 11185 	[true],
 11186 	{"indent":[false,false,"",false,false,""]}],
 11187 ["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 11188 	[["indent",""]],
 11189 	"<blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p></blockquote><p>extra</p>",
 11190 	[true],
 11191 	{"indent":[false,false,"",false,false,""]}],
 11192 ["<p>[foo]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>extra",
 11193 	[["indent",""]],
 11194 	"<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>[foo]</p><p>bar</p></blockquote><p>extra</p>",
 11195 	[true],
 11196 	{"indent":[false,false,"",false,false,""]}],
 11197 ["<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>b]ar</blockquote><p>extra",
 11198 	[["indent",""]],
 11199 	"<blockquote><p>[foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>b]ar</p></blockquote></blockquote><p>extra</p>",
 11200 	[true],
 11201 	{"indent":[false,false,"",false,false,""]}],
 11202 ["<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>[baz]<p>extra",
 11203 	[["indent",""]],
 11204 	"<p>foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p><p>[baz]</p></blockquote><p>extra</p>",
 11205 	[true],
 11206 	{"indent":[false,false,"",false,false,""]}],
 11207 ["<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>[bar</blockquote><p>baz]<p>extra",
 11208 	[["indent",""]],
 11209 	"<p>foo</p><blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>[bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
 11210 	[true],
 11211 	{"indent":[false,false,"",false,false,""]}],
 11212 ["<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>baz]<p>extra",
 11213 	[["indent",""]],
 11214 	"<blockquote><p>[foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p></blockquote><p>baz]</p></blockquote><p>extra</p>",
 11215 	[true],
 11216 	{"indent":[false,false,"",false,false,""]}],
 11217 ["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra",
 11218 	[["stylewithcss","true"],["indent",""]],
 11219 	"<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo</p><p>[bar]</p><p>baz</p></blockquote><p>extra</p>",
 11220 	[true,true],
 11221 	{"stylewithcss":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 11222 ["<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra",
 11223 	[["stylewithcss","false"],["indent",""]],
 11224 	"<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo</p><p>[bar]</p><p>baz</p></blockquote><p>extra</p>",
 11225 	[true,true],
 11226 	{"stylewithcss":[false,true,"",false,false,""],"indent":[false,false,"",false,false,""]}],
 11227 ["<p style=\"margin-left: 40px\">foo[bar]</p><p style=\"margin-left: 40px\">baz</p><p>extra",
 11228 	[["indent",""]],
 11229 	"<blockquote><p style=\"margin-left:40px\">foo[bar]</p></blockquote><p style=\"margin-left:40px\">baz</p><p>extra</p>",
 11230 	[true],
 11231 	{"indent":[false,false,"",false,false,""]}],
 11232 ["<p style=\"margin-left: 40px\">foo[bar</p><p style=\"margin-left: 40px\">b]az</p><p>extra",
 11233 	[["indent",""]],
 11234 	"<blockquote><p style=\"margin-left:40px\">foo[bar</p><p style=\"margin-left:40px\">b]az</p></blockquote><p>extra</p>",
 11235 	[true],
 11236 	{"indent":[false,false,"",false,false,""]}],
 11237 ["<p style=\"margin-left: 40px\">foo[bar]</p><p>baz</p><p>extra",
 11238 	[["indent",""]],
 11239 	"<blockquote><p style=\"margin-left:40px\">foo[bar]</p></blockquote><p>baz</p><p>extra</p>",
 11240 	[true],
 11241 	{"indent":[false,false,"",false,false,""]}],
 11242 ["<p style=\"margin-left: 40px\">foo[bar</p><p>b]az</p><p>extra",
 11243 	[["indent",""]],
 11244 	"<blockquote><p style=\"margin-left:40px\">foo[bar</p><p>b]az</p></blockquote><p>extra</p>",
 11245 	[true],
 11246 	{"indent":[false,false,"",false,false,""]}],
 11247 ["<p>[foo]<p style=\"margin-left: 40px\">bar<p>extra",
 11248 	[["indent",""]],
 11249 	"<blockquote><p>[foo]</p></blockquote><p style=\"margin-left:40px\">bar</p><p>extra</p>",
 11250 	[true],
 11251 	{"indent":[false,false,"",false,false,""]}],
 11252 ["<p>[foo<p style=\"margin-left: 40px\">b]ar<p>extra",
 11253 	[["indent",""]],
 11254 	"<blockquote><p>[foo</p><p style=\"margin-left:40px\">b]ar</p></blockquote><p>extra</p>",
 11255 	[true],
 11256 	{"indent":[false,false,"",false,false,""]}],
 11257 ["<p>foo<p style=\"margin-left: 40px\">bar<p>[baz]<p>extra",
 11258 	[["indent",""]],
 11259 	"<p>foo</p><p style=\"margin-left:40px\">bar</p><blockquote><p>[baz]</p></blockquote><p>extra</p>",
 11260 	[true],
 11261 	{"indent":[false,false,"",false,false,""]}],
 11262 ["<p>foo<p style=\"margin-left: 40px\">[bar<p>baz]<p>extra",
 11263 	[["indent",""]],
 11264 	"<p>foo</p><blockquote><p style=\"margin-left:40px\">[bar</p><p>baz]</p></blockquote><p>extra</p>",
 11265 	[true],
 11266 	{"indent":[false,false,"",false,false,""]}],
 11267 ["<p>[foo<p style=\"margin-left: 40px\">bar<p>baz]<p>extra",
 11268 	[["indent",""]],
 11269 	"<blockquote><p>[foo</p><p style=\"margin-left:40px\">bar</p><p>baz]</p></blockquote><p>extra</p>",
 11270 	[true],
 11271 	{"indent":[false,false,"",false,false,""]}],
 11272 ["<p style=\"margin-left: 40px\">foo<p>[bar]<p style=\"margin-left: 40px\">baz<p>extra",
 11273 	[["indent",""]],
 11274 	"<p style=\"margin-left:40px\">foo</p><blockquote><p>[bar]</p></blockquote><p style=\"margin-left:40px\">baz</p><p>extra</p>",
 11275 	[true],
 11276 	{"indent":[false,false,"",false,false,""]}],
 11277 ["<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",
 11278 	[["indent",""]],
 11279 	"<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>",
 11280 	[true],
 11281 	{"indent":[false,false,"",false,false,""]}],
 11282 ["<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",
 11283 	[["indent",""]],
 11284 	"<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>",
 11285 	[true],
 11286 	{"indent":[false,false,"",false,false,""]}],
 11287 ["<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",
 11288 	[["indent",""]],
 11289 	"<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>",
 11290 	[true],
 11291 	{"indent":[false,false,"",false,false,""]}],
 11292 ["<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",
 11293 	[["indent",""]],
 11294 	"<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>",
 11295 	[true],
 11296 	{"indent":[false,false,"",false,false,""]}],
 11297 ["<p>[foo]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>extra",
 11298 	[["indent",""]],
 11299 	"<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>",
 11300 	[true],
 11301 	{"indent":[false,false,"",false,false,""]}],
 11302 ["<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>b]ar</blockquote><p>extra",
 11303 	[["indent",""]],
 11304 	"<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>",
 11305 	[true],
 11306 	{"indent":[false,false,"",false,false,""]}],
 11307 ["<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>[baz]<p>extra",
 11308 	[["indent",""]],
 11309 	"<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>",
 11310 	[true],
 11311 	{"indent":[false,false,"",false,false,""]}],
 11312 ["<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>[bar</blockquote><p>baz]<p>extra",
 11313 	[["indent",""]],
 11314 	"<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>",
 11315 	[true],
 11316 	{"indent":[false,false,"",false,false,""]}],
 11317 ["<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>baz]<p>extra",
 11318 	[["indent",""]],
 11319 	"<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>",
 11320 	[true],
 11321 	{"indent":[false,false,"",false,false,""]}],
 11322 ["<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",
 11323 	[["indent",""]],
 11324 	"<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>",
 11325 	[true],
 11326 	{"indent":[false,false,"",false,false,""]}],
 11327 ["<blockquote>f[oo<blockquote>b]ar</blockquote></blockquote><p>extra",
 11328 	[["indent",""]],
 11329 	"<blockquote><blockquote>f[oo<blockquote>b]ar</blockquote></blockquote></blockquote><p>extra</p>",
 11330 	[true],
 11331 	{"indent":[false,false,"",false,false,""]}],
 11332 ["<ol><li>foo<li>[bar]<li>baz</ol>",
 11333 	[["indent",""]],
 11334 	"<ol><li>foo</li><ol><li>[bar]</li></ol><li>baz</li></ol>",
 11335 	[true],
 11336 	{"indent":[false,false,"",false,false,""]}],
 11337 ["<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>",
 11338 	[["indent",""]],
 11339 	"<ol><li>foo</li><ol>{<li>bar</li>}</ol><li>baz</li></ol>",
 11340 	[true],
 11341 	{"indent":[false,false,"",false,false,""]}],
 11342 ["<ol><li>foo</ol>[bar]",
 11343 	[["indent",""]],
 11344 	"<ol><li>foo</li></ol><blockquote>[bar]</blockquote>",
 11345 	[true],
 11346 	{"indent":[false,false,"",false,false,""]}],
 11347 ["<ol><li>[foo]<br>bar<li>baz</ol>",
 11348 	[["indent",""]],
 11349 	"<ol><ol><li>[foo]<br>bar</li></ol><li>baz</li></ol>",
 11350 	[true],
 11351 	{"indent":[false,false,"",false,false,""]}],
 11352 ["<ol><li>foo<br>[bar]<li>baz</ol>",
 11353 	[["indent",""]],
 11354 	"<ol><ol><li>foo<br>[bar]</li></ol><li>baz</li></ol>",
 11355 	[true],
 11356 	{"indent":[false,false,"",false,false,""]}],
 11357 ["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 11358 	[["indent",""]],
 11359 	"<ol><ol><li><div>[foo]</div>bar</li></ol><li>baz</li></ol>",
 11360 	[true],
 11361 	{"indent":[false,false,"",false,false,""]}],
 11362 ["<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>",
 11363 	[["indent",""]],
 11364 	"<ol><li>foo</li><ol><ol><li>[bar]</li></ol><li>baz</li></ol><li>quz</li></ol>",
 11365 	[true],
 11366 	{"indent":[false,false,"",false,false,""]}],
 11367 ["<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>",
 11368 	[["indent",""]],
 11369 	"<ol><li>foo</li><ol><li>bar</li><ol><li>[baz]</li></ol></ol><li>quz</li></ol>",
 11370 	[true],
 11371 	{"indent":[false,false,"",false,false,""]}],
 11372 ["<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>",
 11373 	[["indent",""]],
 11374 	"<ol><li>foo</li><ol><ol><li>[bar]</li></ol><li>baz</li></ol><li>quz</li></ol>",
 11375 	[true],
 11376 	{"indent":[false,false,"",false,false,""]}],
 11377 ["<ol><li>foo</li><ol data-start=0 data-end=1><li>bar<li>baz</ol><li>quz</ol>",
 11378 	[["indent",""]],
 11379 	"<ol><li>foo</li><ol><ol>{<li>bar</li>}</ol><li>baz</li></ol><li>quz</li></ol>",
 11380 	[true],
 11381 	{"indent":[false,false,"",false,false,""]}],
 11382 ["<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>",
 11383 	[["indent",""]],
 11384 	"<ol><li>foo</li><ol><li>bar</li><ol><li>[baz]</li></ol></ol><li>quz</li></ol>",
 11385 	[true],
 11386 	{"indent":[false,false,"",false,false,""]}],
 11387 ["<ol><li>foo</li><ol data-start=1 data-end=2><li>bar<li>baz</ol><li>quz</ol>",
 11388 	[["indent",""]],
 11389 	"<ol><li>foo</li><ol><li>bar</li><ol>{<li>baz</li>}</ol></ol><li>quz</li></ol>",
 11390 	[true],
 11391 	{"indent":[false,false,"",false,false,""]}],
 11392 ["<ol><li>foo<ol><li>b[a]r</ol><li>baz</ol>",
 11393 	[["indent",""]],
 11394 	"<ol><li>foo</li><ol><ol><li>b[a]r</li></ol></ol><li>baz</li></ol>",
 11395 	[true],
 11396 	{"indent":[false,false,"",false,false,""]}],
 11397 ["<ol><li>foo</li><ol><li>b[a]r</ol><li>baz</ol>",
 11398 	[["indent",""]],
 11399 	"<ol><li>foo</li><ol><ol><li>b[a]r</li></ol></ol><li>baz</li></ol>",
 11400 	[true],
 11401 	{"indent":[false,false,"",false,false,""]}],
 11402 ["<ol><li>foo{<ol><li>bar</ol>}<li>baz</ol>",
 11403 	[["indent",""]],
 11404 	"<ol><li>foo</li><ol>{<ol><li>bar</li></ol>}</ol><li>baz</li></ol>",
 11405 	[true],
 11406 	{"indent":[false,false,"",false,false,""]}],
 11407 ["<ol><li>foo</li>{<ol><li>bar</ol>}<li>baz</ol>",
 11408 	[["indent",""]],
 11409 	"<ol><li>foo</li><ol>{<ol><li>bar</li></ol>}</ol><li>baz</li></ol>",
 11410 	[true],
 11411 	{"indent":[false,false,"",false,false,""]}],
 11412 ["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
 11413 	[["indent",""]],
 11414 	"<ol><ol><li>[foo]</li><li>bar</li></ol><li>baz</li></ol>",
 11415 	[true],
 11416 	{"indent":[false,false,"",false,false,""]}],
 11417 ["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
 11418 	[["indent",""]],
 11419 	"<ol><ol><li>[foo]</li><li>bar</li></ol><li>baz</li></ol>",
 11420 	[true],
 11421 	{"indent":[false,false,"",false,false,""]}],
 11422 ["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
 11423 	[["indent",""]],
 11424 	"<ol><li>foo</li><ol><li>[bar]</li><li>baz</li></ol><li>quz</li></ol>",
 11425 	[true],
 11426 	{"indent":[false,false,"",false,false,""]}],
 11427 ["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
 11428 	[["indent",""]],
 11429 	"<ol><li>foo</li><ol><li>[bar]</li><li>baz</li></ol><li>quz</li></ol>",
 11430 	[true],
 11431 	{"indent":[false,false,"",false,false,""]}],
 11432 ["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
 11433 	[["indent",""]],
 11434 	"<ol><li>foo</li><ol><li>bar</li><li>baz</li><li>[quz]</li></ol></ol>",
 11435 	[true],
 11436 	{"indent":[false,false,"",false,false,""]}],
 11437 ["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
 11438 	[["indent",""]],
 11439 	"<ol><li>foo</li><ol><li>bar</li><li>baz</li><li>[quz]</li></ol></ol>",
 11440 	[true],
 11441 	{"indent":[false,false,"",false,false,""]}],
 11442 ["<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>",
 11443 	[["indent",""]],
 11444 	"<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">[bar]</li><li id=\"i3\">baz</li></ol></ol>",
 11445 	[true],
 11446 	{"indent":[false,false,"",false,false,""]}],
 11447 ["<ol><ol><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>",
 11448 	[["indent",""]],
 11449 	"<ol><ol><li id=\"i1\">foo</li><li id=\"i2\">[bar]</li><li id=\"i3\">baz</li></ol></ol>",
 11450 	[true],
 11451 	{"indent":[false,false,"",false,false,""]}],
 11452 ["<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol><li id=i3>baz</ol></ol>",
 11453 	[["indent",""]],
 11454 	"<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">[bar]</li><li id=\"i3\">baz</li></ol></ol>",
 11455 	[true],
 11456 	{"indent":[false,false,"",false,false,""]}],
 11457 ["<ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>",
 11458 	[["indent",""]],
 11459 	"<ol><ol id=\"u3\"><li id=\"i2\">[bar]</li><li id=\"i3\">baz</li></ol></ol>",
 11460 	[true],
 11461 	{"indent":[false,false,"",false,false,""]}],
 11462 ["<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</ol>",
 11463 	[["indent",""]],
 11464 	"<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">[bar]</li></ol></ol>",
 11465 	[true],
 11466 	{"indent":[false,false,"",false,false,""]}],
 11467 ["<ol><li>foo<li>b[ar<li>baz]</ol>",
 11468 	[["indent",""]],
 11469 	"<ol><li>foo</li><ol><li>b[ar</li><li>baz]</li></ol></ol>",
 11470 	[true],
 11471 	{"indent":[false,false,"",false,false,""]}],
 11472 ["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
 11473 	[["indent",""]],
 11474 	"<ol><ol><li>[foo</li><ol><li>bar]</li></ol></ol><li>baz</li></ol>",
 11475 	[true],
 11476 	{"indent":[false,false,"",false,false,""]}],
 11477 ["<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>",
 11478 	[["indent",""]],
 11479 	"<ol><ol><li>[foo</li><ol><li>bar]</li></ol></ol><li>baz</li></ol>",
 11480 	[true],
 11481 	{"indent":[false,false,"",false,false,""]}],
 11482 ["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
 11483 	[["indent",""]],
 11484 	"<ol><li>foo</li><ol><ol><li>b[ar</li></ol><li>b]az</li></ol></ol>",
 11485 	[true],
 11486 	{"indent":[false,false,"",false,false,""]}],
 11487 ["<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>",
 11488 	[["indent",""]],
 11489 	"<ol><li>foo</li><ol><ol><li>b[ar</li></ol><li>b]az</li></ol></ol>",
 11490 	[true],
 11491 	{"indent":[false,false,"",false,false,""]}],
 11492 ["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
 11493 	[["indent",""]],
 11494 	"<blockquote><ol><li>[foo</li><ol><li>bar</li></ol><li>baz]</li></ol></blockquote><p>extra</p>",
 11495 	[true],
 11496 	{"indent":[false,false,"",false,false,""]}],
 11497 ["<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra",
 11498 	[["indent",""]],
 11499 	"<blockquote><ol><li>[foo</li><ol><li>bar</li></ol><li>baz]</li></ol></blockquote><p>extra</p>",
 11500 	[true],
 11501 	{"indent":[false,false,"",false,false,""]}],
 11502 ["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
 11503 	[["indent",""]],
 11504 	"<ol><ol><li>[foo]</li><li>bar</li></ol><li>baz</li></ol>",
 11505 	[true],
 11506 	{"indent":[false,false,"",false,false,""]}],
 11507 ["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
 11508 	[["indent",""]],
 11509 	"<ol><li>foo</li><ol><ol><li>[bar]</li></ol></ol><li>baz</li></ol>",
 11510 	[true],
 11511 	{"indent":[false,false,"",false,false,""]}],
 11512 ["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
 11513 	[["indent",""]],
 11514 	"<ol><li>foo</li><ol><li>bar</li><li>[baz]</li></ol></ol>",
 11515 	[true],
 11516 	{"indent":[false,false,"",false,false,""]}],
 11517 ["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 11518 	[["indent",""]],
 11519 	"<ol><ol><li>[foo</li><ol><li>bar]</li></ol></ol><li>baz</li></ol>",
 11520 	[true],
 11521 	{"indent":[false,false,"",false,false,""]}],
 11522 ["foo<!--bar-->[baz]<p>extra",
 11523 	[["indent",""]],
 11524 	"<blockquote>foo<!--bar-->[baz]</blockquote><p>extra</p>",
 11525 	[true],
 11526 	{"indent":[false,false,"",false,false,""]}],
 11527 ["[foo]<!--bar-->baz<p>extra",
 11528 	[["indent",""]],
 11529 	"<blockquote>[foo]<!--bar-->baz</blockquote><p>extra</p>",
 11530 	[true],
 11531 	{"indent":[false,false,"",false,false,""]}],
 11532 ["<p>foo<!--bar-->{}<p>extra",
 11533 	[["indent",""]],
 11534 	"<blockquote><p>foo<!--bar-->{}</p></blockquote><p>extra</p>",
 11535 	[true],
 11536 	{"indent":[false,false,"",false,false,""]}],
 11537 ["<p>{}<!--foo-->bar<p>extra",
 11538 	[["indent",""]],
 11539 	"<blockquote><p>{}<!--foo-->bar</p></blockquote><p>extra</p>",
 11540 	[true],
 11541 	{"indent":[false,false,"",false,false,""]}],
 11542 ["<blockquote><p>foo</blockquote> <p>[bar]",
 11543 	[["indent",""]],
 11544 	"<blockquote><p>foo</p> <p>[bar]</p></blockquote>",
 11545 	[true],
 11546 	{"indent":[false,false,"",false,false,""]}],
 11547 ["<p>[foo]</p> <blockquote><p>bar</blockquote>",
 11548 	[["indent",""]],
 11549 	"<blockquote><p>[foo]</p> <p>bar</p></blockquote>",
 11550 	[true],
 11551 	{"indent":[false,false,"",false,false,""]}],
 11552 ["<blockquote><p>foo</blockquote> <p>[bar]</p> <blockquote><p>baz</blockquote>",
 11553 	[["indent",""]],
 11554 	"<blockquote><p>foo</p> <p>[bar]</p> <p>baz</p></blockquote>",
 11555 	[true],
 11556 	{"indent":[false,false,"",false,false,""]}],
 11557 ["<ol><li>foo</li><ol><li>bar</li> </ol><li>[baz]</ol>",
 11558 	[["indent",""]],
 11559 	"<ol><li>foo</li><ol><li>bar</li> <li>[baz]</li></ol></ol>",
 11560 	[true],
 11561 	{"indent":[false,false,"",false,false,""]}],
 11562 ["<ol><li>foo</li><ol><li>bar</li></ol> <li>[baz]</ol>",
 11563 	[["indent",""]],
 11564 	"<ol><li>foo</li><ol><li>bar</li> <li>[baz]</li></ol></ol>",
 11565 	[true],
 11566 	{"indent":[false,false,"",false,false,""]}],
 11567 ["<ol><li>foo</li><ol><li>bar</li> </ol> <li>[baz]</ol>",
 11568 	[["indent",""]],
 11569 	"<ol><li>foo</li><ol><li>bar</li>  <li>[baz]</li></ol></ol>",
 11570 	[true],
 11571 	{"indent":[false,false,"",false,false,""]}],
 11572 ["<ol><li>foo<ol><li>bar</li> </ol></li><li>[baz]</ol>",
 11573 	[["indent",""]],
 11574 	"<ol><li>foo</li><ol><li>bar</li> <li>[baz]</li></ol></ol>",
 11575 	[true],
 11576 	{"indent":[false,false,"",false,false,""]}],
 11577 ["<ol><li>foo<ol><li>bar</li></ol></li> <li>[baz]</ol>",
 11578 	[["indent",""]],
 11579 	"<ol><li>foo</li><ol><li>bar</li> <li>[baz]</li></ol></ol>",
 11580 	[true],
 11581 	{"indent":[false,false,"",false,false,""]}],
 11582 ["<ol><li>foo<ol><li>bar</li> </ol></li> <li>[baz]</ol>",
 11583 	[["indent",""]],
 11584 	"<ol><li>foo</li><ol><li>bar</li>  <li>[baz]</li></ol></ol>",
 11585 	[true],
 11586 	{"indent":[false,false,"",false,false,""]}],
 11587 ["<ol><li>foo<li>[bar]</li> <ol><li>baz</ol></ol>",
 11588 	[["indent",""]],
 11589 	"<ol><li>foo</li><ol><li>[bar]</li> <li>baz</li></ol></ol>",
 11590 	[true],
 11591 	{"indent":[false,false,"",false,false,""]}],
 11592 ["<ol><li>foo<li>[bar]</li><ol> <li>baz</ol></ol>",
 11593 	[["indent",""]],
 11594 	"<ol><li>foo</li><ol><li>[bar]</li> <li>baz</li></ol></ol>",
 11595 	[true],
 11596 	{"indent":[false,false,"",false,false,""]}],
 11597 ["<ol><li>foo<li>[bar]</li> <ol> <li>baz</ol></ol>",
 11598 	[["indent",""]],
 11599 	"<ol><li>foo</li><ol><li>[bar]</li>  <li>baz</li></ol></ol>",
 11600 	[true],
 11601 	{"indent":[false,false,"",false,false,""]}],
 11602 ["<ol><li>foo<li>[bar] <ol><li>baz</ol></ol>",
 11603 	[["indent",""]],
 11604 	"<ol><li>foo</li><ol><li>[bar] </li><li>baz</li></ol></ol>",
 11605 	[true],
 11606 	{"indent":[false,false,"",false,false,""]}],
 11607 ["<ol><li>foo<li>[bar]<ol> <li>baz</ol></ol>",
 11608 	[["indent",""]],
 11609 	"<ol><li>foo</li><ol><li>[bar]</li> <li>baz</li></ol></ol>",
 11610 	[true],
 11611 	{"indent":[false,false,"",false,false,""]}],
 11612 ["<ol><li>foo<li>[bar] <ol> <li>baz</ol></ol>",
 11613 	[["indent",""]],
 11614 	"<ol><li>foo</li><ol><li>[bar] </li> <li>baz</li></ol></ol>",
 11615 	[true],
 11616 	{"indent":[false,false,"",false,false,""]}],
 11617 ["<ul><li>a<br>{<br>}</li><li>b</li></ul>",
 11618 	[["indent",""]],
 11619 	"<ul><ul><li>a<br>{<br>}</li></ul><li>b</li></ul>",
 11620 	[true],
 11621 	{"indent":[false,false,"",false,false,""]}],
 11622 ["foo[]bar",
 11623 	[["inserthorizontalrule",""]],
 11624 	"foo<hr>{}bar",
 11625 	[true],
 11626 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11627 ["<span>foo</span>{}<span>bar</span>",
 11628 	[["inserthorizontalrule",""]],
 11629 	"<span>foo</span><hr>{}<span>bar</span>",
 11630 	[true],
 11631 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11632 ["<span>foo[</span><span>]bar</span>",
 11633 	[["inserthorizontalrule",""]],
 11634 	"<span>foo</span><hr>{}<span>bar</span>",
 11635 	[true],
 11636 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11637 ["<p>foo[bar<p>baz]quz",
 11638 	[["inserthorizontalrule",""]],
 11639 	"<p>foo</p><hr>{}<p>quz</p>",
 11640 	[true],
 11641 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11642 ["<div><b>foo</b>{}<b>bar</b></div>",
 11643 	[["inserthorizontalrule",""]],
 11644 	"<div><b>foo</b><hr>{}<b>bar</b></div>",
 11645 	[true],
 11646 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11647 ["<div><b>foo[</b><b>]bar</b></div>",
 11648 	[["inserthorizontalrule",""]],
 11649 	"<div><b>foo</b><hr>{}<b>bar</b></div>",
 11650 	[true],
 11651 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11652 ["<div><b>foo</b>{<b>bar</b>}<b>baz</b></div>",
 11653 	[["stylewithcss","true"],["inserthorizontalrule",""]],
 11654 	"<div><b>foo</b><hr>{}<b>baz</b></div>",
 11655 	[true,true],
 11656 	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11657 ["<div><b>foo</b>{<b>bar</b>}<b>baz</b></div>",
 11658 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 11659 	"<div><b>foo</b><hr>{}<b>baz</b></div>",
 11660 	[true,true],
 11661 	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11662 ["<b>foo[]bar</b>",
 11663 	[["stylewithcss","true"],["inserthorizontalrule",""]],
 11664 	"<b>foo</b><hr>{}<b>bar</b>",
 11665 	[true,true],
 11666 	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11667 ["<b>foo[]bar</b>",
 11668 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 11669 	"<b>foo</b><hr>{}<b>bar</b>",
 11670 	[true,true],
 11671 	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11672 ["<b id=abc>foo[]bar</b>",
 11673 	[["stylewithcss","true"],["inserthorizontalrule",""]],
 11674 	"<b id=\"abc\">foo</b><hr>{}<b>bar</b>",
 11675 	[true,true],
 11676 	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11677 ["<b id=abc>foo[]bar</b>",
 11678 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 11679 	"<b id=\"abc\">foo</b><hr>{}<b>bar</b>",
 11680 	[true,true],
 11681 	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11682 ["foo[bar]baz",
 11683 	[["inserthorizontalrule","abc"]],
 11684 	"foo<hr>{}baz",
 11685 	[true],
 11686 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11687 ["foo[bar]baz",
 11688 	[["inserthorizontalrule",""]],
 11689 	"foo<hr>{}baz",
 11690 	[true],
 11691 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11692 ["foo<b>[bar]</b>baz",
 11693 	[["stylewithcss","true"],["inserthorizontalrule",""]],
 11694 	"foo<hr>{}baz",
 11695 	[true,true],
 11696 	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11697 ["foo<b>[bar]</b>baz",
 11698 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 11699 	"foo<hr>{}baz",
 11700 	[true,true],
 11701 	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11702 ["foo<b>{bar}</b>baz",
 11703 	[["stylewithcss","true"],["inserthorizontalrule",""]],
 11704 	"foo<hr>{}baz",
 11705 	[true,true],
 11706 	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11707 ["foo<b>{bar}</b>baz",
 11708 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 11709 	"foo<hr>{}baz",
 11710 	[true,true],
 11711 	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11712 ["foo{<b>bar</b>}baz",
 11713 	[["stylewithcss","true"],["inserthorizontalrule",""]],
 11714 	"foo<hr>{}baz",
 11715 	[true,true],
 11716 	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11717 ["foo{<b>bar</b>}baz",
 11718 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 11719 	"foo<hr>{}baz",
 11720 	[true,true],
 11721 	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11722 ["<p>foo<p>[bar]<p>baz",
 11723 	[["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
 11724 	"<p>foo</p><hr>{}<p>baz</p>",
 11725 	[true,true],
 11726 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11727 ["<p>foo<p>[bar]<p>baz",
 11728 	[["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
 11729 	"<p>foo</p><hr>{}<p>baz</p>",
 11730 	[true,true],
 11731 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11732 ["<p>foo<p>{bar}<p>baz",
 11733 	[["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
 11734 	"<p>foo</p><hr>{}<p>baz</p>",
 11735 	[true,true],
 11736 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11737 ["<p>foo<p>{bar}<p>baz",
 11738 	[["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
 11739 	"<p>foo</p><hr>{}<p>baz</p>",
 11740 	[true,true],
 11741 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11742 ["<p>foo{<p>bar</p>}<p>baz",
 11743 	[["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
 11744 	"<p>foo</p><hr>{}<p>baz</p>",
 11745 	[true,true],
 11746 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11747 ["<p>foo{<p>bar</p>}<p>baz",
 11748 	[["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
 11749 	"<p>foo</p><hr>{}<p>baz</p>",
 11750 	[true,true],
 11751 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11752 ["<p>foo[bar]baz</p>",
 11753 	[["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
 11754 	"<p>foo</p><hr>{}<p>baz</p>",
 11755 	[true,true],
 11756 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11757 ["<p>foo[bar]baz</p>",
 11758 	[["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
 11759 	"<p>foo</p><hr>{}<p>baz</p>",
 11760 	[true,true],
 11761 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11762 ["<p id=abc>foo[bar]baz</p>",
 11763 	[["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
 11764 	"<p id=\"abc\">foo</p><hr>{}<p>baz</p>",
 11765 	[true,true],
 11766 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11767 ["<p id=abc>foo[bar]baz</p>",
 11768 	[["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
 11769 	"<p id=\"abc\">foo</p><hr>{}<p>baz</p>",
 11770 	[true,true],
 11771 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11772 ["<h1>foo[bar]baz</h1>",
 11773 	[["inserthorizontalrule",""]],
 11774 	"<h1>foo</h1><hr>{}<h1>baz</h1>",
 11775 	[true],
 11776 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11777 ["<p>foo<b>b[a]r</b>baz</p>",
 11778 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
 11779 	"<p>foo<b>b</b></p><hr>{}<p><b>r</b>baz</p>",
 11780 	[true,true,true],
 11781 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11782 ["<p>foo<b>b[a]r</b>baz</p>",
 11783 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
 11784 	"<p>foo<b>b</b></p><hr>{}<p><b>r</b>baz</p>",
 11785 	[true,true,true],
 11786 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11787 ["<p>foo<b>b[a]r</b>baz</p>",
 11788 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
 11789 	"<p>foo<b>b</b></p><hr>{}<p><b>r</b>baz</p>",
 11790 	[true,true,true],
 11791 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11792 ["<p>foo<b>b[a]r</b>baz</p>",
 11793 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
 11794 	"<p>foo<b>b</b></p><hr>{}<p><b>r</b>baz</p>",
 11795 	[true,true,true],
 11796 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11797 ["<a>foo[bar]baz</a>",
 11798 	[["inserthorizontalrule",""]],
 11799 	"<a>foo</a><hr>{}<a>baz</a>",
 11800 	[true],
 11801 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11802 ["<a href=/>foo[bar]baz</a>",
 11803 	[["inserthorizontalrule",""]],
 11804 	"<a href=\"/\">foo</a><hr>{}<a href=\"/\">baz</a>",
 11805 	[true],
 11806 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11807 ["<abbr>foo[bar]baz</abbr>",
 11808 	[["inserthorizontalrule",""]],
 11809 	"<abbr>foo</abbr><hr>{}<abbr>baz</abbr>",
 11810 	[true],
 11811 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11812 ["<address>foo[bar]baz</address>",
 11813 	[["inserthorizontalrule",""]],
 11814 	"<address>foo<hr>{}baz</address>",
 11815 	[true],
 11816 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11817 ["<article>foo[bar]baz</article>",
 11818 	[["inserthorizontalrule",""]],
 11819 	"<article>foo<hr>{}baz</article>",
 11820 	[true],
 11821 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11822 ["<aside>foo[bar]baz</aside>",
 11823 	[["inserthorizontalrule",""]],
 11824 	"<aside>foo<hr>{}baz</aside>",
 11825 	[true],
 11826 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11827 ["<b>foo[bar]baz</b>",
 11828 	[["stylewithcss","true"],["inserthorizontalrule",""]],
 11829 	"<b>foo</b><hr>{}<b>baz</b>",
 11830 	[true,true],
 11831 	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11832 ["<b>foo[bar]baz</b>",
 11833 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 11834 	"<b>foo</b><hr>{}<b>baz</b>",
 11835 	[true,true],
 11836 	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11837 ["<bdi>foo[bar]baz</bdi>",
 11838 	[["inserthorizontalrule",""]],
 11839 	"<bdi>foo</bdi><hr>{}<bdi>baz</bdi>",
 11840 	[true],
 11841 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11842 ["<bdo dir=rtl>foo[bar]baz</bdo>",
 11843 	[["inserthorizontalrule",""]],
 11844 	"<bdo dir=\"rtl\">foo</bdo><hr>{}<bdo dir=\"rtl\">baz</bdo>",
 11845 	[true],
 11846 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11847 ["<blockquote>foo[bar]baz</blockquote>",
 11848 	[["inserthorizontalrule",""]],
 11849 	"<blockquote>foo<hr>{}baz</blockquote>",
 11850 	[true],
 11851 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11852 ["<table><caption>foo[bar]baz</caption><tr><td>quz</table>",
 11853 	[["inserthorizontalrule",""]],
 11854 	"<table><caption>foo<hr>{}baz</caption><tbody><tr><td>quz</td></tr></tbody></table>",
 11855 	[true],
 11856 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11857 ["<cite>foo[bar]baz</cite>",
 11858 	[["inserthorizontalrule",""]],
 11859 	"<cite>foo</cite><hr>{}<cite>baz</cite>",
 11860 	[true],
 11861 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11862 ["<code>foo[bar]baz</code>",
 11863 	[["inserthorizontalrule",""]],
 11864 	"<code>foo</code><hr>{}<code>baz</code>",
 11865 	[true],
 11866 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11867 ["<dl><dd>foo[bar]baz</dd></dl>",
 11868 	[["inserthorizontalrule",""]],
 11869 	"<dl><dd>foo<hr>{}baz</dd></dl>",
 11870 	[true],
 11871 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11872 ["<del>foo[bar]baz</del>",
 11873 	[["inserthorizontalrule",""]],
 11874 	"<del>foo<hr>{}baz</del>",
 11875 	[true],
 11876 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11877 ["<details>foo[bar]baz</details>",
 11878 	[["inserthorizontalrule",""]],
 11879 	"<details>foo<hr>{}baz</details>",
 11880 	[true],
 11881 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11882 ["<dfn>foo[bar]baz</dfn>",
 11883 	[["inserthorizontalrule",""]],
 11884 	"<dfn>foo</dfn><hr>{}<dfn>baz</dfn>",
 11885 	[true],
 11886 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11887 ["<div>foo[bar]baz</div>",
 11888 	[["inserthorizontalrule",""]],
 11889 	"<div>foo<hr>{}baz</div>",
 11890 	[true],
 11891 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11892 ["<dl><dt>foo[bar]baz</dt></dl>",
 11893 	[["inserthorizontalrule",""]],
 11894 	"<dl><dt>foo<hr>{}baz</dt></dl>",
 11895 	[true],
 11896 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11897 ["<em>foo[bar]baz</em>",
 11898 	[["inserthorizontalrule",""]],
 11899 	"<em>foo</em><hr>{}<em>baz</em>",
 11900 	[true],
 11901 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11902 ["<figure><figcaption>foo[bar]baz</figcaption>quz</figure>",
 11903 	[["inserthorizontalrule",""]],
 11904 	"<figure><figcaption>foo<hr>{}baz</figcaption>quz</figure>",
 11905 	[true],
 11906 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11907 ["<figure>foo[bar]baz</figure>",
 11908 	[["inserthorizontalrule",""]],
 11909 	"<figure>foo<hr>{}baz</figure>",
 11910 	[true],
 11911 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11912 ["<footer>foo[bar]baz</footer>",
 11913 	[["inserthorizontalrule",""]],
 11914 	"<footer>foo<hr>{}baz</footer>",
 11915 	[true],
 11916 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11917 ["<h1>foo[bar]baz</h1>",
 11918 	[["inserthorizontalrule",""]],
 11919 	"<h1>foo</h1><hr>{}<h1>baz</h1>",
 11920 	[true],
 11921 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11922 ["<h2>foo[bar]baz</h2>",
 11923 	[["inserthorizontalrule",""]],
 11924 	"<h2>foo</h2><hr>{}<h2>baz</h2>",
 11925 	[true],
 11926 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11927 ["<h3>foo[bar]baz</h3>",
 11928 	[["inserthorizontalrule",""]],
 11929 	"<h3>foo</h3><hr>{}<h3>baz</h3>",
 11930 	[true],
 11931 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11932 ["<h4>foo[bar]baz</h4>",
 11933 	[["inserthorizontalrule",""]],
 11934 	"<h4>foo</h4><hr>{}<h4>baz</h4>",
 11935 	[true],
 11936 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11937 ["<h5>foo[bar]baz</h5>",
 11938 	[["inserthorizontalrule",""]],
 11939 	"<h5>foo</h5><hr>{}<h5>baz</h5>",
 11940 	[true],
 11941 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11942 ["<h6>foo[bar]baz</h6>",
 11943 	[["inserthorizontalrule",""]],
 11944 	"<h6>foo</h6><hr>{}<h6>baz</h6>",
 11945 	[true],
 11946 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11947 ["<header>foo[bar]baz</header>",
 11948 	[["inserthorizontalrule",""]],
 11949 	"<header>foo<hr>{}baz</header>",
 11950 	[true],
 11951 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11952 ["<hgroup>foo[bar]baz</hgroup>",
 11953 	[["inserthorizontalrule",""]],
 11954 	"<hgroup>foo</hgroup><hr>{}<hgroup>baz</hgroup>",
 11955 	[true],
 11956 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11957 ["<hgroup><h1>foo[bar]baz</h1></hgroup>",
 11958 	[["inserthorizontalrule",""]],
 11959 	"<hgroup><h1>foo</h1></hgroup><hr>{}<hgroup><h1>baz</h1></hgroup>",
 11960 	[true],
 11961 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11962 ["<i>foo[bar]baz</i>",
 11963 	[["stylewithcss","true"],["inserthorizontalrule",""]],
 11964 	"<i>foo</i><hr>{}<i>baz</i>",
 11965 	[true,true],
 11966 	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11967 ["<i>foo[bar]baz</i>",
 11968 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 11969 	"<i>foo</i><hr>{}<i>baz</i>",
 11970 	[true,true],
 11971 	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 11972 ["<ins>foo[bar]baz</ins>",
 11973 	[["inserthorizontalrule",""]],
 11974 	"<ins>foo<hr>{}baz</ins>",
 11975 	[true],
 11976 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11977 ["<kbd>foo[bar]baz</kbd>",
 11978 	[["inserthorizontalrule",""]],
 11979 	"<kbd>foo</kbd><hr>{}<kbd>baz</kbd>",
 11980 	[true],
 11981 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11982 ["<mark>foo[bar]baz</mark>",
 11983 	[["inserthorizontalrule",""]],
 11984 	"<mark>foo</mark><hr>{}<mark>baz</mark>",
 11985 	[true],
 11986 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11987 ["<nav>foo[bar]baz</nav>",
 11988 	[["inserthorizontalrule",""]],
 11989 	"<nav>foo<hr>{}baz</nav>",
 11990 	[true],
 11991 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11992 ["<ol><li>foo[bar]baz</li></ol>",
 11993 	[["inserthorizontalrule",""]],
 11994 	"<ol><li>foo<hr>{}baz</li></ol>",
 11995 	[true],
 11996 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 11997 ["<p>foo[bar]baz</p>",
 11998 	[["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
 11999 	"<p>foo</p><hr>{}<p>baz</p>",
 12000 	[true,true],
 12001 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 12002 ["<p>foo[bar]baz</p>",
 12003 	[["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
 12004 	"<p>foo</p><hr>{}<p>baz</p>",
 12005 	[true,true],
 12006 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 12007 ["<pre>foo[bar]baz</pre>",
 12008 	[["inserthorizontalrule",""]],
 12009 	"<pre>foo</pre><hr>{}<pre>baz</pre>",
 12010 	[true],
 12011 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12012 ["<q>foo[bar]baz</q>",
 12013 	[["inserthorizontalrule",""]],
 12014 	"<q>foo</q><hr>{}<q>baz</q>",
 12015 	[true],
 12016 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12017 ["<ruby>foo[bar]baz<rt>quz</rt></ruby>",
 12018 	[["inserthorizontalrule",""]],
 12019 	"<ruby>foo</ruby><hr>{}<ruby>baz<rt>quz</rt></ruby>",
 12020 	[true],
 12021 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12022 ["<ruby>foo<rt>bar[baz]quz</rt></ruby>",
 12023 	[["inserthorizontalrule",""]],
 12024 	"<ruby>foo<rt>bar</rt></ruby><hr>{}<ruby><rt>quz</rt></ruby>",
 12025 	[true],
 12026 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12027 ["<ruby>foo<rp>bar[baz]quz</rp><rt>qoz</rt><rp>qiz</rp></ruby>",
 12028 	[["inserthorizontalrule",""]],
 12029 	"<ruby>foo<rp>bar</rp></ruby><hr>{}<ruby><rp>quz</rp><rt>qoz</rt><rp>qiz</rp></ruby>",
 12030 	[true],
 12031 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12032 ["<s>foo[bar]baz</s>",
 12033 	[["stylewithcss","true"],["inserthorizontalrule",""]],
 12034 	"<s>foo</s><hr>{}<s>baz</s>",
 12035 	[true,true],
 12036 	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 12037 ["<s>foo[bar]baz</s>",
 12038 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 12039 	"<s>foo</s><hr>{}<s>baz</s>",
 12040 	[true,true],
 12041 	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 12042 ["<samp>foo[bar]baz</samp>",
 12043 	[["inserthorizontalrule",""]],
 12044 	"<samp>foo</samp><hr>{}<samp>baz</samp>",
 12045 	[true],
 12046 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12047 ["<section>foo[bar]baz</section>",
 12048 	[["inserthorizontalrule",""]],
 12049 	"<section>foo<hr>{}baz</section>",
 12050 	[true],
 12051 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12052 ["<small>foo[bar]baz</small>",
 12053 	[["inserthorizontalrule",""]],
 12054 	"<small>foo</small><hr>{}<small>baz</small>",
 12055 	[true],
 12056 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12057 ["<span>foo[bar]baz</span>",
 12058 	[["inserthorizontalrule",""]],
 12059 	"<span>foo</span><hr>{}<span>baz</span>",
 12060 	[true],
 12061 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12062 ["<strong>foo[bar]baz</strong>",
 12063 	[["inserthorizontalrule",""]],
 12064 	"<strong>foo</strong><hr>{}<strong>baz</strong>",
 12065 	[true],
 12066 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12067 ["<sub>foo[bar]baz</sub>",
 12068 	[["stylewithcss","true"],["inserthorizontalrule",""]],
 12069 	"<sub>foo</sub><hr>{}<sub>baz</sub>",
 12070 	[true,true],
 12071 	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 12072 ["<sub>foo[bar]baz</sub>",
 12073 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 12074 	"<sub>foo</sub><hr>{}<sub>baz</sub>",
 12075 	[true,true],
 12076 	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 12077 ["<sup>foo[bar]baz</sup>",
 12078 	[["stylewithcss","true"],["inserthorizontalrule",""]],
 12079 	"<sup>foo</sup><hr>{}<sup>baz</sup>",
 12080 	[true,true],
 12081 	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 12082 ["<sup>foo[bar]baz</sup>",
 12083 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 12084 	"<sup>foo</sup><hr>{}<sup>baz</sup>",
 12085 	[true,true],
 12086 	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 12087 ["<table><tr><td>foo[bar]baz</td></table>",
 12088 	[["inserthorizontalrule",""]],
 12089 	"<table><tbody><tr><td>foo<hr>{}baz</td></tr></tbody></table>",
 12090 	[true],
 12091 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12092 ["<table><tr><th>foo[bar]baz</th></table>",
 12093 	[["inserthorizontalrule",""]],
 12094 	"<table><tbody><tr><th>foo<hr>{}baz</th></tr></tbody></table>",
 12095 	[true],
 12096 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12097 ["<u>foo[bar]baz</u>",
 12098 	[["stylewithcss","true"],["inserthorizontalrule",""]],
 12099 	"<u>foo</u><hr>{}<u>baz</u>",
 12100 	[true,true],
 12101 	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 12102 ["<u>foo[bar]baz</u>",
 12103 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 12104 	"<u>foo</u><hr>{}<u>baz</u>",
 12105 	[true,true],
 12106 	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 12107 ["<ul><li>foo[bar]baz</li></ul>",
 12108 	[["inserthorizontalrule",""]],
 12109 	"<ul><li>foo<hr>{}baz</li></ul>",
 12110 	[true],
 12111 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12112 ["<var>foo[bar]baz</var>",
 12113 	[["inserthorizontalrule",""]],
 12114 	"<var>foo</var><hr>{}<var>baz</var>",
 12115 	[true],
 12116 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12117 ["<acronym>foo[bar]baz</acronym>",
 12118 	[["inserthorizontalrule",""]],
 12119 	"<acronym>foo</acronym><hr>{}<acronym>baz</acronym>",
 12120 	[true],
 12121 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12122 ["<big>foo[bar]baz</big>",
 12123 	[["inserthorizontalrule",""]],
 12124 	"<big>foo</big><hr>{}<big>baz</big>",
 12125 	[true],
 12126 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12127 ["<blink>foo[bar]baz</blink>",
 12128 	[["inserthorizontalrule",""]],
 12129 	"<blink>foo</blink><hr>{}<blink>baz</blink>",
 12130 	[true],
 12131 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12132 ["<center>foo[bar]baz</center>",
 12133 	[["inserthorizontalrule",""]],
 12134 	"<center>foo<hr>{}baz</center>",
 12135 	[true],
 12136 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12137 ["<dir>foo[bar]baz</dir>",
 12138 	[["inserthorizontalrule",""]],
 12139 	"<dir>foo</dir><hr>{}<dir>baz</dir>",
 12140 	[true],
 12141 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12142 ["<dir><li>foo[bar]baz</li></dir>",
 12143 	[["inserthorizontalrule",""]],
 12144 	"<dir><li>foo<hr>{}baz</li></dir>",
 12145 	[true],
 12146 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12147 ["<font>foo[bar]baz</font>",
 12148 	[["stylewithcss","true"],["inserthorizontalrule",""]],
 12149 	"<font>foo</font><hr>{}<font>baz</font>",
 12150 	[true,true],
 12151 	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 12152 ["<font>foo[bar]baz</font>",
 12153 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 12154 	"<font>foo</font><hr>{}<font>baz</font>",
 12155 	[true,true],
 12156 	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 12157 ["<listing>foo[bar]baz</listing>",
 12158 	[["inserthorizontalrule",""]],
 12159 	"<listing>foo</listing><hr>{}<listing>baz</listing>",
 12160 	[true],
 12161 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12162 ["<marquee>foo[bar]baz</marquee>",
 12163 	[["inserthorizontalrule",""]],
 12164 	"<marquee>foo</marquee><hr>{}<marquee>baz</marquee>",
 12165 	[true],
 12166 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12167 ["<nobr>foo[bar]baz</nobr>",
 12168 	[["inserthorizontalrule",""]],
 12169 	"<nobr>foo</nobr><hr>{}<nobr>baz</nobr>",
 12170 	[true],
 12171 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12172 ["<strike>foo[bar]baz</strike>",
 12173 	[["stylewithcss","true"],["inserthorizontalrule",""]],
 12174 	"<strike>foo</strike><hr>{}<strike>baz</strike>",
 12175 	[true,true],
 12176 	{"stylewithcss":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 12177 ["<strike>foo[bar]baz</strike>",
 12178 	[["stylewithcss","false"],["inserthorizontalrule",""]],
 12179 	"<strike>foo</strike><hr>{}<strike>baz</strike>",
 12180 	[true,true],
 12181 	{"stylewithcss":[false,true,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 12182 ["<tt>foo[bar]baz</tt>",
 12183 	[["inserthorizontalrule",""]],
 12184 	"<tt>foo</tt><hr>{}<tt>baz</tt>",
 12185 	[true],
 12186 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12187 ["<xmp>foo[bar]baz</xmp>",
 12188 	[["inserthorizontalrule",""]],
 12189 	"<xmp>foo</xmp><hr>{}<xmp>baz</xmp>",
 12190 	[true],
 12191 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12192 ["<quasit>foo[bar]baz</quasit>",
 12193 	[["inserthorizontalrule",""]],
 12194 	"<quasit>foo<hr>{}baz</quasit>",
 12195 	[true],
 12196 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12197 ["<table><tr><td>fo[o<td>b]ar</table>",
 12198 	[["inserthorizontalrule",""]],
 12199 	"<table><tbody><tr><td>fo<hr>{}</td><td>ar</td></tr></tbody></table>",
 12200 	[true],
 12201 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12202 ["fo[o<span contenteditable=false>bar</span>b]az",
 12203 	[["inserthorizontalrule",""]],
 12204 	"fo<hr>{}<span contenteditable=\"false\">bar</span>az",
 12205 	[true],
 12206 	{"inserthorizontalrule":[false,false,"",false,false,""]}],
 12207 ["foo[]bar",
 12208 	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 12209 	"fooab<b>c</b>d{}bar",
 12210 	[true,true],
 12211 	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 12212 ["foo[]bar",
 12213 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 12214 	"fooab<b>c</b>d{}bar",
 12215 	[true,true],
 12216 	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 12217 ["foo[bar]baz",
 12218 	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 12219 	"fooab<b>c</b>d{}baz",
 12220 	[true,true],
 12221 	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 12222 ["foo[bar]baz",
 12223 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 12224 	"fooab<b>c</b>d{}baz",
 12225 	[true,true],
 12226 	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 12227 ["foo<span style=color:#aBcDeF>[bar]</span>baz",
 12228 	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 12229 	"fooab<b>c</b>d{}baz",
 12230 	[true,true],
 12231 	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 12232 ["foo<span style=color:#aBcDeF>[bar]</span>baz",
 12233 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 12234 	"fooab<b>c</b>d{}baz",
 12235 	[true,true],
 12236 	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 12237 ["foo<span style=color:#aBcDeF>{bar}</span>baz",
 12238 	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 12239 	"fooab<b>c</b>d{}baz",
 12240 	[true,true],
 12241 	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 12242 ["foo<span style=color:#aBcDeF>{bar}</span>baz",
 12243 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 12244 	"fooab<b>c</b>d{}baz",
 12245 	[true,true],
 12246 	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 12247 ["foo{<span style=color:#aBcDeF>bar</span>}baz",
 12248 	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 12249 	"fooab<b>c</b>d{}baz",
 12250 	[true,true],
 12251 	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 12252 ["foo{<span style=color:#aBcDeF>bar</span>}baz",
 12253 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 12254 	"fooab<b>c</b>d{}baz",
 12255 	[true,true],
 12256 	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 12257 ["[foo<span style=color:#aBcDeF>bar]</span>baz",
 12258 	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 12259 	"ab<b>c</b>d{}baz",
 12260 	[true,true],
 12261 	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 12262 ["[foo<span style=color:#aBcDeF>bar]</span>baz",
 12263 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 12264 	"ab<b>c</b>d{}baz",
 12265 	[true,true],
 12266 	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 12267 ["{foo<span style=color:#aBcDeF>bar}</span>baz",
 12268 	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 12269 	"ab<b>c</b>d{}baz",
 12270 	[true,true],
 12271 	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 12272 ["{foo<span style=color:#aBcDeF>bar}</span>baz",
 12273 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 12274 	"ab<b>c</b>d{}baz",
 12275 	[true,true],
 12276 	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 12277 ["foo<span style=color:#aBcDeF>[bar</span>baz]",
 12278 	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 12279 	"fooab<b>c</b>d{}",
 12280 	[true,true],
 12281 	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 12282 ["foo<span style=color:#aBcDeF>[bar</span>baz]",
 12283 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 12284 	"fooab<b>c</b>d{}",
 12285 	[true,true],
 12286 	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 12287 ["foo<span style=color:#aBcDeF>{bar</span>baz}",
 12288 	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 12289 	"fooab<b>c</b>d{}",
 12290 	[true,true],
 12291 	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 12292 ["foo<span style=color:#aBcDeF>{bar</span>baz}",
 12293 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 12294 	"fooab<b>c</b>d{}",
 12295 	[true,true],
 12296 	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 12297 ["foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 12298 	[["stylewithcss","true"],["inserthtml","ab<b>c</b>d"]],
 12299 	"fooab<b>c</b>d{}quz",
 12300 	[true,true],
 12301 	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 12302 ["foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 12303 	[["stylewithcss","false"],["inserthtml","ab<b>c</b>d"]],
 12304 	"fooab<b>c</b>d{}quz",
 12305 	[true,true],
 12306 	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 12307 ["foo[bar]baz",
 12308 	[["inserthtml",""]],
 12309 	"foo[]baz",
 12310 	[true],
 12311 	{"inserthtml":[false,false,"",false,false,""]}],
 12312 ["foo[bar]baz",
 12313 	[["inserthtml","\u0000"]],
 12314 	"foo[]baz",
 12315 	[true],
 12316 	{"inserthtml":[false,false,"",false,false,""]}],
 12317 ["foo[bar]baz",
 12318 	[["inserthtml","\u0007"]],
 12319 	"foo\u0007{}baz",
 12320 	[true],
 12321 	{"inserthtml":[false,false,"",false,false,""]}],
 12322 ["foo[bar]baz",
 12323 	[["stylewithcss","true"],["inserthtml","<b>"]],
 12324 	"foo<b></b>{}baz",
 12325 	[true,true],
 12326 	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 12327 ["foo[bar]baz",
 12328 	[["stylewithcss","false"],["inserthtml","<b>"]],
 12329 	"foo<b></b>{}baz",
 12330 	[true,true],
 12331 	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 12332 ["foo[bar]baz",
 12333 	[["stylewithcss","true"],["inserthtml","<b>abc"]],
 12334 	"foo<b>abc</b>{}baz",
 12335 	[true,true],
 12336 	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 12337 ["foo[bar]baz",
 12338 	[["stylewithcss","false"],["inserthtml","<b>abc"]],
 12339 	"foo<b>abc</b>{}baz",
 12340 	[true,true],
 12341 	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 12342 ["<p>foo[bar]baz",
 12343 	[["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 12344 	"<p>foo</p><p>abc</p>{}<p>baz</p>",
 12345 	[true,true],
 12346 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 12347 ["<p>foo[bar]baz",
 12348 	[["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 12349 	"<p>foo</p><p>abc</p>{}<p>baz</p>",
 12350 	[true,true],
 12351 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 12352 ["<p>foo[bar]baz",
 12353 	[["defaultparagraphseparator","div"],["inserthtml","<li>abc"]],
 12354 	"<p>foo</p><div>abc</div>{}<p>baz</p>",
 12355 	[true,true],
 12356 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 12357 ["<p>foo[bar]baz",
 12358 	[["defaultparagraphseparator","p"],["inserthtml","<li>abc"]],
 12359 	"<p>foo</p><p>abc</p>{}<p>baz</p>",
 12360 	[true,true],
 12361 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 12362 ["<ol>{<li>foo</li>}<li>bar</ol>",
 12363 	[["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 12364 	"<p>abc</p>{}<ol><li>bar</li></ol>",
 12365 	[true,true],
 12366 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 12367 ["<ol>{<li>foo</li>}<li>bar</ol>",
 12368 	[["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 12369 	"<p>abc</p>{}<ol><li>bar</li></ol>",
 12370 	[true,true],
 12371 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 12372 ["<ol><li>foo</li>{<li>bar</li>}<li>baz</ol>",
 12373 	[["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 12374 	"<ol><li>foo</li></ol><p>abc</p>{}<ol><li>baz</li></ol>",
 12375 	[true,true],
 12376 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 12377 ["<ol><li>foo</li>{<li>bar</li>}<li>baz</ol>",
 12378 	[["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 12379 	"<ol><li>foo</li></ol><p>abc</p>{}<ol><li>baz</li></ol>",
 12380 	[true,true],
 12381 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 12382 ["<ol><li>[foo]</li><li>bar</ol>",
 12383 	[["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 12384 	"<ol><li><p>abc</p>{}</li><li>bar</li></ol>",
 12385 	[true,true],
 12386 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 12387 ["<ol><li>[foo]</li><li>bar</ol>",
 12388 	[["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 12389 	"<ol><li><p>abc</p>{}</li><li>bar</li></ol>",
 12390 	[true,true],
 12391 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 12392 ["<xmp>f[o]o</xmp>",
 12393 	[["inserthtml","abc"]],
 12394 	"<xmp>fabc{}o</xmp>",
 12395 	[true],
 12396 	{"inserthtml":[false,false,"",false,false,""]}],
 12397 ["<xmp>f[o]o</xmp>",
 12398 	[["stylewithcss","true"],["inserthtml","<b>abc</b>"]],
 12399 	"<xmp>f<b>abc</b>{}o</xmp>",
 12400 	[true,true],
 12401 	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 12402 ["<xmp>f[o]o</xmp>",
 12403 	[["stylewithcss","false"],["inserthtml","<b>abc</b>"]],
 12404 	"<xmp>f<b>abc</b>{}o</xmp>",
 12405 	[true,true],
 12406 	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 12407 ["<script>f[o]o</script>bar",
 12408 	[["inserthtml","abc"]],
 12409 	"<script>fabc{}o</script>bar",
 12410 	[true],
 12411 	{"inserthtml":[false,false,"",false,false,""]}],
 12412 ["<script>f[o]o</script>bar",
 12413 	[["stylewithcss","true"],["inserthtml","<b>abc</b>"]],
 12414 	"<script>f<b>abc</b>{}o</script>bar",
 12415 	[true,true],
 12416 	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 12417 ["<script>f[o]o</script>bar",
 12418 	[["stylewithcss","false"],["inserthtml","<b>abc</b>"]],
 12419 	"<script>f<b>abc</b>{}o</script>bar",
 12420 	[true,true],
 12421 	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 12422 ["<a>f[o]o</a>",
 12423 	[["inserthtml","<a>abc</a>"]],
 12424 	"<a>f</a><a>abc</a>{}<a>o</a>",
 12425 	[true],
 12426 	{"inserthtml":[false,false,"",false,false,""]}],
 12427 ["<a href=.>f[o]o</a>",
 12428 	[["inserthtml","<a href=/>abc</a>"]],
 12429 	"<a href=\".\">f</a><a href=\"/\">abc</a>{}<a href=\".\">o</a>",
 12430 	[true],
 12431 	{"inserthtml":[false,false,"",false,false,""]}],
 12432 ["<p>f[o]o",
 12433 	[["defaultparagraphseparator","div"],["inserthtml","<hr>"]],
 12434 	"<p>f</p><hr>{}<p>o</p>",
 12435 	[true,true],
 12436 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 12437 ["<p>f[o]o",
 12438 	[["defaultparagraphseparator","p"],["inserthtml","<hr>"]],
 12439 	"<p>f</p><hr>{}<p>o</p>",
 12440 	[true,true],
 12441 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 12442 ["<b>f[o]o</b>",
 12443 	[["stylewithcss","true"],["inserthtml","<hr>"]],
 12444 	"<b>f</b><hr>{}<b>o</b>",
 12445 	[true,true],
 12446 	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 12447 ["<b>f[o]o</b>",
 12448 	[["stylewithcss","false"],["inserthtml","<hr>"]],
 12449 	"<b>f</b><hr>{}<b>o</b>",
 12450 	[true,true],
 12451 	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 12452 ["<h1>f[o]o</h1>",
 12453 	[["inserthtml","<h2>abc</h2>"]],
 12454 	"<h1>f</h1><h2>abc</h2>{}<h1>o</h1>",
 12455 	[true],
 12456 	{"inserthtml":[false,false,"",false,false,""]}],
 12457 ["<table><tr><td>f[o]o</table>",
 12458 	[["inserthtml","<td>abc</td>"]],
 12459 	"<table><tbody><tr><td>fabc{}o</td></tr></tbody></table>",
 12460 	[true],
 12461 	{"inserthtml":[false,false,"",false,false,""]}],
 12462 ["f[o]o",
 12463 	[["inserthtml","<td>abc</td>"]],
 12464 	"fabc{}o",
 12465 	[true],
 12466 	{"inserthtml":[false,false,"",false,false,""]}],
 12467 ["<dl><dt>f[o]o<dd>bar</dl>",
 12468 	[["inserthtml","<dt>abc</dt>"]],
 12469 	"<dl><dt>f</dt><dt>abc</dt>{}<dt>o</dt><dd>bar</dd></dl>",
 12470 	[true],
 12471 	{"inserthtml":[false,false,"",false,false,""]}],
 12472 ["<dl><dt>foo<dd>b[a]r</dl>",
 12473 	[["inserthtml","<dt>abc</dt>"]],
 12474 	"<dl><dt>foo</dt><dd>b</dd><dt>abc</dt>{}<dd>r</dd></dl>",
 12475 	[true],
 12476 	{"inserthtml":[false,false,"",false,false,""]}],
 12477 ["<dl><dt>f[o]o<dd>bar</dl>",
 12478 	[["inserthtml","<dd>abc</dd>"]],
 12479 	"<dl><dt>f</dt><dd>abc</dd>{}<dt>o</dt><dd>bar</dd></dl>",
 12480 	[true],
 12481 	{"inserthtml":[false,false,"",false,false,""]}],
 12482 ["<dl><dt>foo<dd>b[a]r</dl>",
 12483 	[["inserthtml","<dd>abc</dd>"]],
 12484 	"<dl><dt>foo</dt><dd>b</dd><dd>abc</dd>{}<dd>r</dd></dl>",
 12485 	[true],
 12486 	{"inserthtml":[false,false,"",false,false,""]}],
 12487 ["f[o]o",
 12488 	[["inserthtml","<dt>abc</dt>"]],
 12489 	"f<dl><dt>abc</dt>{}</dl>o",
 12490 	[true],
 12491 	{"inserthtml":[false,false,"",false,false,""]}],
 12492 ["<ol><li>f[o]o</ol>",
 12493 	[["inserthtml","<dt>abc</dt>"]],
 12494 	"<ol><li>f<dl><dt>abc</dt>{}</dl>o</li></ol>",
 12495 	[true],
 12496 	{"inserthtml":[false,false,"",false,false,""]}],
 12497 ["f[o]o",
 12498 	[["inserthtml","<dd>abc</dd>"]],
 12499 	"f<dl><dd>abc</dd>{}</dl>o",
 12500 	[true],
 12501 	{"inserthtml":[false,false,"",false,false,""]}],
 12502 ["<ol><li>f[o]o</ol>",
 12503 	[["inserthtml","<dd>abc</dd>"]],
 12504 	"<ol><li>f<dl><dd>abc</dd>{}</dl>o</li></ol>",
 12505 	[true],
 12506 	{"inserthtml":[false,false,"",false,false,""]}],
 12507 ["<dir><li>f[o]o</dir>",
 12508 	[["inserthtml","<li>abc</li>"]],
 12509 	"<dir><li>f</li><li>abc</li>{}<li>o</li></dir>",
 12510 	[true],
 12511 	{"inserthtml":[false,false,"",false,false,""]}],
 12512 ["<ol><li>f[o]o</ol>",
 12513 	[["inserthtml","<li>abc</li>"]],
 12514 	"<ol><li>f</li><li>abc</li>{}<li>o</li></ol>",
 12515 	[true],
 12516 	{"inserthtml":[false,false,"",false,false,""]}],
 12517 ["<ul><li>f[o]o</ul>",
 12518 	[["inserthtml","<li>abc</li>"]],
 12519 	"<ul><li>f</li><li>abc</li>{}<li>o</li></ul>",
 12520 	[true],
 12521 	{"inserthtml":[false,false,"",false,false,""]}],
 12522 ["<dir><li>f[o]o</dir>",
 12523 	[["inserthtml","<dir><li>abc</dir>"]],
 12524 	"<dir><li>f<dir><li>abc</li></dir>{}o</li></dir>",
 12525 	[true],
 12526 	{"inserthtml":[false,false,"",false,false,""]}],
 12527 ["<ol><li>f[o]o</ol>",
 12528 	[["inserthtml","<dir><li>abc</dir>"]],
 12529 	"<ol><li>f<dir><li>abc</li></dir>{}o</li></ol>",
 12530 	[true],
 12531 	{"inserthtml":[false,false,"",false,false,""]}],
 12532 ["<ul><li>f[o]o</ul>",
 12533 	[["inserthtml","<dir><li>abc</dir>"]],
 12534 	"<ul><li>f<dir><li>abc</li></dir>{}o</li></ul>",
 12535 	[true],
 12536 	{"inserthtml":[false,false,"",false,false,""]}],
 12537 ["<dir><li>f[o]o</dir>",
 12538 	[["inserthtml","<ol><li>abc</ol>"]],
 12539 	"<dir><li>f<ol><li>abc</li></ol>{}o</li></dir>",
 12540 	[true],
 12541 	{"inserthtml":[false,false,"",false,false,""]}],
 12542 ["<ol><li>f[o]o</ol>",
 12543 	[["inserthtml","<ol><li>abc</ol>"]],
 12544 	"<ol><li>f<ol><li>abc</li></ol>{}o</li></ol>",
 12545 	[true],
 12546 	{"inserthtml":[false,false,"",false,false,""]}],
 12547 ["<ul><li>f[o]o</ul>",
 12548 	[["inserthtml","<ol><li>abc</ol>"]],
 12549 	"<ul><li>f<ol><li>abc</li></ol>{}o</li></ul>",
 12550 	[true],
 12551 	{"inserthtml":[false,false,"",false,false,""]}],
 12552 ["<dir><li>f[o]o</dir>",
 12553 	[["inserthtml","<ul><li>abc</ul>"]],
 12554 	"<dir><li>f<ul><li>abc</li></ul>{}o</li></dir>",
 12555 	[true],
 12556 	{"inserthtml":[false,false,"",false,false,""]}],
 12557 ["<ol><li>f[o]o</ol>",
 12558 	[["inserthtml","<ul><li>abc</ul>"]],
 12559 	"<ol><li>f<ul><li>abc</li></ul>{}o</li></ol>",
 12560 	[true],
 12561 	{"inserthtml":[false,false,"",false,false,""]}],
 12562 ["<ul><li>f[o]o</ul>",
 12563 	[["inserthtml","<ul><li>abc</ul>"]],
 12564 	"<ul><li>f<ul><li>abc</li></ul>{}o</li></ul>",
 12565 	[true],
 12566 	{"inserthtml":[false,false,"",false,false,""]}],
 12567 ["f[o]o",
 12568 	[["defaultparagraphseparator","div"],["inserthtml","<li>abc</li>"]],
 12569 	"f<div>abc</div>{}o",
 12570 	[true,true],
 12571 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 12572 ["f[o]o",
 12573 	[["defaultparagraphseparator","p"],["inserthtml","<li>abc</li>"]],
 12574 	"f<p>abc</p>{}o",
 12575 	[true,true],
 12576 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 12577 ["<nobr>f[o]o</nobr>",
 12578 	[["inserthtml","<nobr>abc</nobr>"]],
 12579 	"<nobr>f</nobr><nobr>abc</nobr>{}<nobr>o</nobr>",
 12580 	[true],
 12581 	{"inserthtml":[false,false,"",false,false,""]}],
 12582 ["f[o]o",
 12583 	[["inserthtml","<nobr>abc</nobr>"]],
 12584 	"f<nobr>abc</nobr>{}o",
 12585 	[true],
 12586 	{"inserthtml":[false,false,"",false,false,""]}],
 12587 ["<font color=blue>foo[]bar</font>",
 12588 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 12589 	"<font color=\"blue\">foo</font><p><span style=\"color:rgb(0, 0, 255)\">abc</span></p>{}<font color=\"blue\">bar</font>",
 12590 	[true,true,true],
 12591 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 12592 ["<font color=blue>foo[]bar</font>",
 12593 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 12594 	"<font color=\"blue\">foo</font><p><font color=\"#0000ff\">abc</font></p>{}<font color=\"blue\">bar</font>",
 12595 	[true,true,true],
 12596 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 12597 ["<font color=blue>foo[]bar</font>",
 12598 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 12599 	"<font color=\"blue\">foo</font><p><span style=\"color:rgb(0, 0, 255)\">abc</span></p>{}<font color=\"blue\">bar</font>",
 12600 	[true,true,true],
 12601 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 12602 ["<font color=blue>foo[]bar</font>",
 12603 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 12604 	"<font color=\"blue\">foo</font><p><font color=\"#0000ff\">abc</font></p>{}<font color=\"blue\">bar</font>",
 12605 	[true,true,true],
 12606 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 12607 ["<span style=color:blue>foo[]bar</span>",
 12608 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 12609 	"<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>",
 12610 	[true,true,true],
 12611 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 12612 ["<span style=color:blue>foo[]bar</span>",
 12613 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 12614 	"<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>",
 12615 	[true,true,true],
 12616 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 12617 ["<span style=color:blue>foo[]bar</span>",
 12618 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 12619 	"<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>",
 12620 	[true,true,true],
 12621 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 12622 ["<span style=color:blue>foo[]bar</span>",
 12623 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 12624 	"<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>",
 12625 	[true,true,true],
 12626 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 12627 ["<span style=font-variant:small-caps>foo[]bar</span>",
 12628 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 12629 	"<span style=\"font-variant:small-caps\">foo</span><p>abc</p>{}<span style=\"font-variant:small-caps\">bar</span>",
 12630 	[true,true,true],
 12631 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 12632 ["<span style=font-variant:small-caps>foo[]bar</span>",
 12633 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
 12634 	"<span style=\"font-variant:small-caps\">foo</span><p>abc</p>{}<span style=\"font-variant:small-caps\">bar</span>",
 12635 	[true,true,true],
 12636 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
 12637 ["<span style=font-variant:small-caps>foo[]bar</span>",
 12638 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 12639 	"<span style=\"font-variant:small-caps\">foo</span><p>abc</p>{}<span style=\"font-variant:small-caps\">bar</span>",
 12640 	[true,true,true],
 12641 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 12642 ["<span style=font-variant:small-caps>foo[]bar</span>",
 12643 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
 12644 	"<span style=\"font-variant:small-caps\">foo</span><p>abc</p>{}<span style=\"font-variant:small-caps\">bar</span>",
 12645 	[true,true,true],
 12646 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"inserthtml":[false,false,"",false,false,""]}],
 12647 ["<p>[foo]</p>",
 12648 	[["inserthtml"," "]],
 12649 	"<p> {}<br></p>",
 12650 	[true],
 12651 	{"inserthtml":[false,false,"",false,false,""]}],
 12652 ["<p>[foo]</p>",
 12653 	[["stylewithcss","true"],["inserthtml","<span style=display:none></span>"]],
 12654 	"<p><span style=\"display:none\"></span>{}<br></p>",
 12655 	[true,true],
 12656 	{"stylewithcss":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 12657 ["<p>[foo]</p>",
 12658 	[["stylewithcss","false"],["inserthtml","<span style=display:none></span>"]],
 12659 	"<p><span style=\"display:none\"></span>{}<br></p>",
 12660 	[true,true],
 12661 	{"stylewithcss":[false,true,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 12662 ["<p>[foo]</p>",
 12663 	[["inserthtml","<!--abc-->"]],
 12664 	"<p><!--abc-->{}<br></p>",
 12665 	[true],
 12666 	{"inserthtml":[false,false,"",false,false,""]}],
 12667 ["<p>{}<br></p>",
 12668 	[["inserthtml","abc"]],
 12669 	"<p>abc{}</p>",
 12670 	[true],
 12671 	{"inserthtml":[false,false,"",false,false,""]}],
 12672 ["<p>{}<br></p>",
 12673 	[["inserthtml","<!--abc-->"]],
 12674 	"<p><!--abc-->{}<br></p>",
 12675 	[true],
 12676 	{"inserthtml":[false,false,"",false,false,""]}],
 12677 ["<p><!--foo-->{}<span><br></span><!--bar--></p>",
 12678 	[["inserthtml","abc"]],
 12679 	"<p><!--foo-->abc{}<!--bar--></p>",
 12680 	[true],
 12681 	{"inserthtml":[false,false,"",false,false,""]}],
 12682 ["<p><!--foo-->{}<span><br></span><!--bar--></p>",
 12683 	[["inserthtml","<!--abc-->"]],
 12684 	"<p><!--foo--><!--abc-->{}<!--bar--><br></p>",
 12685 	[true],
 12686 	{"inserthtml":[false,false,"",false,false,""]}],
 12687 ["<p>{}<span><!--foo--><br><!--bar--></span></p>",
 12688 	[["inserthtml","abc"]],
 12689 	"<p>abc{}</p>",
 12690 	[true],
 12691 	{"inserthtml":[false,false,"",false,false,""]}],
 12692 ["<p>{}<span><!--foo--><br><!--bar--></span></p>",
 12693 	[["inserthtml","<!--abc-->"]],
 12694 	"<p><!--abc-->{}<br></p>",
 12695 	[true],
 12696 	{"inserthtml":[false,false,"",false,false,""]}],
 12697 ["<p><br>{}</p>",
 12698 	[["inserthtml","abc"]],
 12699 	"<p><br>abc{}</p>",
 12700 	[true],
 12701 	{"inserthtml":[false,false,"",false,false,""]}],
 12702 ["<p><br>{}</p>",
 12703 	[["inserthtml","<!--abc-->"]],
 12704 	"<p><br><!--abc-->{}</p>",
 12705 	[true],
 12706 	{"inserthtml":[false,false,"",false,false,""]}],
 12707 ["<p><!--foo--><span><br></span>{}<!--bar--></p>",
 12708 	[["inserthtml","abc"]],
 12709 	"<p><!--foo--><span><br></span>abc{}<!--bar--></p>",
 12710 	[true],
 12711 	{"inserthtml":[false,false,"",false,false,""]}],
 12712 ["<p><!--foo--><span><br></span>{}<!--bar--></p>",
 12713 	[["inserthtml","<!--abc-->"]],
 12714 	"<p><!--foo--><span><br></span><!--abc-->{}<!--bar--></p>",
 12715 	[true],
 12716 	{"inserthtml":[false,false,"",false,false,""]}],
 12717 ["<p><span><!--foo--><br><!--bar--></span>{}</p>",
 12718 	[["inserthtml","abc"]],
 12719 	"<p><span><!--foo--><br><!--bar--></span>abc{}</p>",
 12720 	[true],
 12721 	{"inserthtml":[false,false,"",false,false,""]}],
 12722 ["<p><span><!--foo--><br><!--bar--></span>{}</p>",
 12723 	[["inserthtml","<!--abc-->"]],
 12724 	"<p><span><!--foo--><br><!--bar--></span><!--abc-->{}</p>",
 12725 	[true],
 12726 	{"inserthtml":[false,false,"",false,false,""]}],
 12727 ["foo[]bar",
 12728 	[["insertimage","/img/lion.svg"]],
 12729 	"foo<img src=\"/img/lion.svg\">{}bar",
 12730 	[true],
 12731 	{"insertimage":[false,false,"",false,false,""]}],
 12732 ["<span>foo</span>{}<span>bar</span>",
 12733 	[["insertimage","/img/lion.svg"]],
 12734 	"<span>foo</span><img src=\"/img/lion.svg\">{}<span>bar</span>",
 12735 	[true],
 12736 	{"insertimage":[false,false,"",false,false,""]}],
 12737 ["<span>foo[</span><span>]bar</span>",
 12738 	[["insertimage","/img/lion.svg"]],
 12739 	"<span>foo<img src=\"/img/lion.svg\">{}</span><span>bar</span>",
 12740 	[true],
 12741 	{"insertimage":[false,false,"",false,false,""]}],
 12742 ["foo[bar]baz",
 12743 	[["insertimage",""]],
 12744 	"foo[bar]baz",
 12745 	[false],
 12746 	{"insertimage":[false,false,"",false,false,""]}],
 12747 ["foo[bar]baz",
 12748 	[["insertimage","/img/lion.svg"]],
 12749 	"foo<img src=\"/img/lion.svg\">{}baz",
 12750 	[true],
 12751 	{"insertimage":[false,false,"",false,false,""]}],
 12752 ["foo<span style=color:#aBcDeF>[bar]</span>baz",
 12753 	[["insertimage","/img/lion.svg"]],
 12754 	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>baz",
 12755 	[true],
 12756 	{"insertimage":[false,false,"",false,false,""]}],
 12757 ["foo<span style=color:#aBcDeF>{bar}</span>baz",
 12758 	[["insertimage","/img/lion.svg"]],
 12759 	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>baz",
 12760 	[true],
 12761 	{"insertimage":[false,false,"",false,false,""]}],
 12762 ["foo{<span style=color:#aBcDeF>bar</span>}baz",
 12763 	[["insertimage","/img/lion.svg"]],
 12764 	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>baz",
 12765 	[true],
 12766 	{"insertimage":[false,false,"",false,false,""]}],
 12767 ["[foo<span style=color:#aBcDeF>bar]</span>baz",
 12768 	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
 12769 	"<img src=\"/img/lion.svg\">{}baz",
 12770 	[true,true],
 12771 	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 12772 ["[foo<span style=color:#aBcDeF>bar]</span>baz",
 12773 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 12774 	"<img src=\"/img/lion.svg\">{}baz",
 12775 	[true,true],
 12776 	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
 12777 ["{foo<span style=color:#aBcDeF>bar}</span>baz",
 12778 	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
 12779 	"<img src=\"/img/lion.svg\">{}baz",
 12780 	[true,true],
 12781 	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 12782 ["{foo<span style=color:#aBcDeF>bar}</span>baz",
 12783 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 12784 	"<img src=\"/img/lion.svg\">{}baz",
 12785 	[true,true],
 12786 	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
 12787 ["foo<span style=color:#aBcDeF>[bar</span>baz]",
 12788 	[["insertimage","/img/lion.svg"]],
 12789 	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>",
 12790 	[true],
 12791 	{"insertimage":[false,false,"",false,false,""]}],
 12792 ["foo<span style=color:#aBcDeF>{bar</span>baz}",
 12793 	[["insertimage","/img/lion.svg"]],
 12794 	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>",
 12795 	[true],
 12796 	{"insertimage":[false,false,"",false,false,""]}],
 12797 ["foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 12798 	[["stylewithcss","true"],["insertimage","/img/lion.svg"]],
 12799 	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>quz",
 12800 	[true,true],
 12801 	{"stylewithcss":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 12802 ["foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 12803 	[["stylewithcss","false"],["insertimage","/img/lion.svg"]],
 12804 	"foo<span style=\"color:rgb(171, 205, 239)\"><img src=\"/img/lion.svg\">{}</span>quz",
 12805 	[true,true],
 12806 	{"stylewithcss":[false,true,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
 12807 ["foo<b>[bar]</b>baz",
 12808 	[["insertimage","/img/lion.svg"]],
 12809 	"foo<b><img src=\"/img/lion.svg\">{}</b>baz",
 12810 	[true],
 12811 	{"insertimage":[false,false,"",false,false,""]}],
 12812 ["foo<b>{bar}</b>baz",
 12813 	[["insertimage","/img/lion.svg"]],
 12814 	"foo<b><img src=\"/img/lion.svg\">{}</b>baz",
 12815 	[true],
 12816 	{"insertimage":[false,false,"",false,false,""]}],
 12817 ["foo{<b>bar</b>}baz",
 12818 	[["insertimage","/img/lion.svg"]],
 12819 	"foo<b><img src=\"/img/lion.svg\">{}</b>baz",
 12820 	[true],
 12821 	{"insertimage":[false,false,"",false,false,""]}],
 12822 ["foo<span>[bar]</span>baz",
 12823 	[["insertimage","/img/lion.svg"]],
 12824 	"foo<span><img src=\"/img/lion.svg\">{}</span>baz",
 12825 	[true],
 12826 	{"insertimage":[false,false,"",false,false,""]}],
 12827 ["foo<span>{bar}</span>baz",
 12828 	[["insertimage","/img/lion.svg"]],
 12829 	"foo<span><img src=\"/img/lion.svg\">{}</span>baz",
 12830 	[true],
 12831 	{"insertimage":[false,false,"",false,false,""]}],
 12832 ["foo{<span>bar</span>}baz",
 12833 	[["insertimage","/img/lion.svg"]],
 12834 	"foo<span><img src=\"/img/lion.svg\">{}</span>baz",
 12835 	[true],
 12836 	{"insertimage":[false,false,"",false,false,""]}],
 12837 ["<b>foo[bar</b><i>baz]quz</i>",
 12838 	[["insertimage","/img/lion.svg"]],
 12839 	"<b>foo<img src=\"/img/lion.svg\">{}</b><i>quz</i>",
 12840 	[true],
 12841 	{"insertimage":[false,false,"",false,false,""]}],
 12842 ["<p>foo</p><p>[bar]</p><p>baz</p>",
 12843 	[["insertimage","/img/lion.svg"]],
 12844 	"<p>foo</p><p><img src=\"/img/lion.svg\">{}</p><p>baz</p>",
 12845 	[true],
 12846 	{"insertimage":[false,false,"",false,false,""]}],
 12847 ["<p>foo</p><p>{bar}</p><p>baz</p>",
 12848 	[["insertimage","/img/lion.svg"]],
 12849 	"<p>foo</p><p><img src=\"/img/lion.svg\">{}</p><p>baz</p>",
 12850 	[true],
 12851 	{"insertimage":[false,false,"",false,false,""]}],
 12852 ["<p>foo</p>{<p>bar</p>}<p>baz</p>",
 12853 	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 12854 	"<p>foo</p><img src=\"/img/lion.svg\">{}<p>baz</p>",
 12855 	[true,true],
 12856 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 12857 ["<p>foo</p>{<p>bar</p>}<p>baz</p>",
 12858 	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 12859 	"<p>foo</p><img src=\"/img/lion.svg\">{}<p>baz</p>",
 12860 	[true,true],
 12861 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 12862 ["<p>foo[bar<p>baz]quz",
 12863 	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 12864 	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
 12865 	[true,true],
 12866 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 12867 ["<p>foo[bar<p>baz]quz",
 12868 	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 12869 	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
 12870 	[true,true],
 12871 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 12872 ["<p>foo[bar<div>baz]quz</div>",
 12873 	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 12874 	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
 12875 	[true,true],
 12876 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 12877 ["<p>foo[bar<div>baz]quz</div>",
 12878 	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 12879 	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
 12880 	[true,true],
 12881 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 12882 ["<p>foo[bar<h1>baz]quz</h1>",
 12883 	[["insertimage","/img/lion.svg"]],
 12884 	"<p>foo<img src=\"/img/lion.svg\">{}quz</p>",
 12885 	[true],
 12886 	{"insertimage":[false,false,"",false,false,""]}],
 12887 ["<div>foo[bar</div><p>baz]quz",
 12888 	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 12889 	"<div>foo<img src=\"/img/lion.svg\">{}quz</div>",
 12890 	[true,true],
 12891 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 12892 ["<div>foo[bar</div><p>baz]quz",
 12893 	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 12894 	"<div>foo<img src=\"/img/lion.svg\">{}quz</div>",
 12895 	[true,true],
 12896 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 12897 ["<blockquote>foo[bar</blockquote><pre>baz]quz</pre>",
 12898 	[["insertimage","/img/lion.svg"]],
 12899 	"<blockquote>foo<img src=\"/img/lion.svg\">{}quz</blockquote>",
 12900 	[true],
 12901 	{"insertimage":[false,false,"",false,false,""]}],
 12902 ["<p><b>foo[bar</b><p>baz]quz",
 12903 	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 12904 	"<p><b>foo</b><img src=\"/img/lion.svg\">{}quz</p>",
 12905 	[true,true],
 12906 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 12907 ["<p><b>foo[bar</b><p>baz]quz",
 12908 	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 12909 	"<p><b>foo</b><img src=\"/img/lion.svg\">{}quz</p>",
 12910 	[true,true],
 12911 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 12912 ["<div><p>foo[bar</div><p>baz]quz",
 12913 	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 12914 	"<div><p>foo<img src=\"/img/lion.svg\">{}quz</p></div>",
 12915 	[true,true],
 12916 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 12917 ["<div><p>foo[bar</div><p>baz]quz",
 12918 	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 12919 	"<div><p>foo<img src=\"/img/lion.svg\">{}quz</p></div>",
 12920 	[true,true],
 12921 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 12922 ["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
 12923 	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 12924 	"<p>foo<img src=\"/img/lion.svg\">{}quz</p><blockquote><p>qoz</p></blockquote>",
 12925 	[true,true],
 12926 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 12927 ["<p>foo[bar<blockquote><p>baz]quz<p>qoz</blockquote",
 12928 	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 12929 	"<p>foo<img src=\"/img/lion.svg\">{}quz</p><blockquote><p>qoz</p></blockquote>",
 12930 	[true,true],
 12931 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 12932 ["<p>foo[bar<p style=color:blue>baz]quz",
 12933 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 12934 	"<p>foo<img src=\"/img/lion.svg\">{}<span style=\"color:rgb(0, 0, 255)\">quz</span></p>",
 12935 	[true,true,true],
 12936 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 12937 ["<p>foo[bar<p style=color:blue>baz]quz",
 12938 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 12939 	"<p>foo<img src=\"/img/lion.svg\">{}<font color=\"#0000ff\">quz</font></p>",
 12940 	[true,true,true],
 12941 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 12942 ["<p>foo[bar<p style=color:blue>baz]quz",
 12943 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 12944 	"<p>foo<img src=\"/img/lion.svg\">{}<span style=\"color:rgb(0, 0, 255)\">quz</span></p>",
 12945 	[true,true,true],
 12946 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 12947 ["<p>foo[bar<p style=color:blue>baz]quz",
 12948 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 12949 	"<p>foo<img src=\"/img/lion.svg\">{}<font color=\"#0000ff\">quz</font></p>",
 12950 	[true,true,true],
 12951 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 12952 ["<p>foo[bar<p><b>baz]quz</b>",
 12953 	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 12954 	"<p>foo<img src=\"/img/lion.svg\">{}<b>quz</b></p>",
 12955 	[true,true],
 12956 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 12957 ["<p>foo[bar<p><b>baz]quz</b>",
 12958 	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 12959 	"<p>foo<img src=\"/img/lion.svg\">{}<b>quz</b></p>",
 12960 	[true,true],
 12961 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 12962 ["<div><p>foo<p>[bar<p>baz]</div>",
 12963 	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 12964 	"<div><p>foo</p><p><img src=\"/img/lion.svg\">{}</p></div>",
 12965 	[true,true],
 12966 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 12967 ["<div><p>foo<p>[bar<p>baz]</div>",
 12968 	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 12969 	"<div><p>foo</p><p><img src=\"/img/lion.svg\">{}</p></div>",
 12970 	[true,true],
 12971 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 12972 ["foo[<br>]bar",
 12973 	[["insertimage","/img/lion.svg"]],
 12974 	"foo<img src=\"/img/lion.svg\">{}bar",
 12975 	[true],
 12976 	{"insertimage":[false,false,"",false,false,""]}],
 12977 ["<p>foo[</p><p>]bar</p>",
 12978 	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 12979 	"<p>foo<img src=\"/img/lion.svg\">{}bar</p>",
 12980 	[true,true],
 12981 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 12982 ["<p>foo[</p><p>]bar</p>",
 12983 	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 12984 	"<p>foo<img src=\"/img/lion.svg\">{}bar</p>",
 12985 	[true,true],
 12986 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 12987 ["<p>foo[</p><p>]bar<br>baz</p>",
 12988 	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 12989 	"<p>foo<img src=\"/img/lion.svg\">{}bar<br>baz</p>",
 12990 	[true,true],
 12991 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 12992 ["<p>foo[</p><p>]bar<br>baz</p>",
 12993 	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 12994 	"<p>foo<img src=\"/img/lion.svg\">{}bar<br>baz</p>",
 12995 	[true,true],
 12996 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 12997 ["foo[<p>]bar</p>",
 12998 	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 12999 	"foo<img src=\"/img/lion.svg\">{}bar",
 13000 	[true,true],
 13001 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 13002 ["foo[<p>]bar</p>",
 13003 	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 13004 	"foo<img src=\"/img/lion.svg\">{}bar",
 13005 	[true,true],
 13006 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 13007 ["foo[<p>]bar<br>baz</p>",
 13008 	[["insertimage","/img/lion.svg"]],
 13009 	"foo<img src=\"/img/lion.svg\">{}bar<p>baz</p>",
 13010 	[true],
 13011 	{"insertimage":[false,false,"",false,false,""]}],
 13012 ["foo[<p>]bar</p>baz",
 13013 	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 13014 	"foo<img src=\"/img/lion.svg\">{}bar<br>baz",
 13015 	[true,true],
 13016 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 13017 ["foo[<p>]bar</p>baz",
 13018 	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 13019 	"foo<img src=\"/img/lion.svg\">{}bar<br>baz",
 13020 	[true,true],
 13021 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 13022 ["<p>foo[</p>]bar",
 13023 	[["insertimage","/img/lion.svg"]],
 13024 	"<p>foo<img src=\"/img/lion.svg\">{}bar</p>",
 13025 	[true],
 13026 	{"insertimage":[false,false,"",false,false,""]}],
 13027 ["<p>foo[</p>]bar<br>baz",
 13028 	[["insertimage","/img/lion.svg"]],
 13029 	"<p>foo<img src=\"/img/lion.svg\">{}bar</p>baz",
 13030 	[true],
 13031 	{"insertimage":[false,false,"",false,false,""]}],
 13032 ["<p>foo[</p>]bar<p>baz</p>",
 13033 	[["insertimage","/img/lion.svg"]],
 13034 	"<p>foo<img src=\"/img/lion.svg\">{}bar</p><p>baz</p>",
 13035 	[true],
 13036 	{"insertimage":[false,false,"",false,false,""]}],
 13037 ["foo[<div><p>]bar</div>",
 13038 	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 13039 	"foo<img src=\"/img/lion.svg\">{}bar",
 13040 	[true,true],
 13041 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 13042 ["foo[<div><p>]bar</div>",
 13043 	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 13044 	"foo<img src=\"/img/lion.svg\">{}bar",
 13045 	[true,true],
 13046 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 13047 ["<div><p>foo[</p></div>]bar",
 13048 	[["insertimage","/img/lion.svg"]],
 13049 	"<div><p>foo<img src=\"/img/lion.svg\">{}bar</p></div>",
 13050 	[true],
 13051 	{"insertimage":[false,false,"",false,false,""]}],
 13052 ["foo[<div><p>]bar</p>baz</div>",
 13053 	[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
 13054 	"foo<img src=\"/img/lion.svg\">{}bar<div>baz</div>",
 13055 	[true,true],
 13056 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
 13057 ["foo[<div><p>]bar</p>baz</div>",
 13058 	[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
 13059 	"foo<img src=\"/img/lion.svg\">{}bar<div>baz</div>",
 13060 	[true,true],
 13061 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertimage":[false,false,"",false,false,""]}],
 13062 ["foo[<div>]bar<p>baz</p></div>",
 13063 	[["insertimage","/img/lion.svg"]],
 13064 	"foo<img src=\"/img/lion.svg\">{}bar<div><p>baz</p></div>",
 13065 	[true],
 13066 	{"insertimage":[false,false,"",false,false,""]}],
 13067 ["<div><p>foo</p>bar[</div>]baz",
 13068 	[["insertimage","/img/lion.svg"]],
 13069 	"<div><p>foo</p>bar<img src=\"/img/lion.svg\">{}baz</div>",
 13070 	[true],
 13071 	{"insertimage":[false,false,"",false,false,""]}],
 13072 ["<div>foo<p>bar[</p></div>]baz",
 13073 	[["insertimage","/img/lion.svg"]],
 13074 	"<div>foo<p>bar<img src=\"/img/lion.svg\">{}baz</p></div>",
 13075 	[true],
 13076 	{"insertimage":[false,false,"",false,false,""]}],
 13077 ["foo[bar]baz",
 13078 	[["insertlinebreak",""]],
 13079 	"foo<br>{}baz",
 13080 	[true],
 13081 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13082 ["fo[o<table><tr><td>b]ar</table>",
 13083 	[["insertlinebreak",""]],
 13084 	"fo<br>{}<br><table><tbody><tr><td>ar</td></tr></tbody></table>",
 13085 	[true],
 13086 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13087 ["<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>",
 13088 	[["insertlinebreak",""]],
 13089 	"<table><tbody><tr><td><br>{}<br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>",
 13090 	[true],
 13091 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13092 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<tr><td>baz<td>quz</table>",
 13093 	[["insertlinebreak",""]],
 13094 	"<table><tbody>{}<tr><td><br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>",
 13095 	[true],
 13096 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13097 ["<table><tr><td>fo[o</table>b]ar",
 13098 	[["insertlinebreak",""]],
 13099 	"<table><tbody><tr><td>fo<br>{}<br></td></tr></tbody></table>ar",
 13100 	[true],
 13101 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13102 ["<table><tr><td>fo[o<td>b]ar<td>baz</table>",
 13103 	[["insertlinebreak",""]],
 13104 	"<table><tbody><tr><td>fo<br>{}<br></td><td>ar</td><td>baz</td></tr></tbody></table>",
 13105 	[true],
 13106 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13107 ["{<table><tr><td>foo</table>}",
 13108 	[["insertlinebreak",""]],
 13109 	"<br>{}<br>",
 13110 	[true],
 13111 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13112 ["<table><tr><td>[foo]</table>",
 13113 	[["insertlinebreak",""]],
 13114 	"<table><tbody><tr><td><br>{}<br></td></tr></tbody></table>",
 13115 	[true],
 13116 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13117 ["<ol><li>[foo]<li>bar</ol>",
 13118 	[["insertlinebreak",""]],
 13119 	"<ol><li><br>{}<br></li><li>bar</li></ol>",
 13120 	[true],
 13121 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13122 ["<ol><li>f[o]o<li>bar</ol>",
 13123 	[["insertlinebreak",""]],
 13124 	"<ol><li>f<br>{}o</li><li>bar</li></ol>",
 13125 	[true],
 13126 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13127 ["[]foo",
 13128 	[["insertlinebreak",""]],
 13129 	"<br>{}foo",
 13130 	[true],
 13131 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13132 ["foo[]",
 13133 	[["insertlinebreak",""]],
 13134 	"foo<br>{}<br>",
 13135 	[true],
 13136 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13137 ["<span>foo[]</span>",
 13138 	[["insertlinebreak",""]],
 13139 	"<span>foo<br>{}<br></span>",
 13140 	[true],
 13141 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13142 ["foo[]<br>",
 13143 	[["insertlinebreak",""]],
 13144 	"foo<br>{}<br>",
 13145 	[true],
 13146 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13147 ["foo[]bar",
 13148 	[["insertlinebreak",""]],
 13149 	"foo<br>{}bar",
 13150 	[true],
 13151 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13152 ["<address>[]foo</address>",
 13153 	[["insertlinebreak",""]],
 13154 	"<address><br>{}foo</address>",
 13155 	[true],
 13156 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13157 ["<address>foo[]</address>",
 13158 	[["insertlinebreak",""]],
 13159 	"<address>foo<br>{}<br></address>",
 13160 	[true],
 13161 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13162 ["<address>foo[]<br></address>",
 13163 	[["insertlinebreak",""]],
 13164 	"<address>foo<br>{}<br></address>",
 13165 	[true],
 13166 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13167 ["<address>foo[]bar</address>",
 13168 	[["insertlinebreak",""]],
 13169 	"<address>foo<br>{}bar</address>",
 13170 	[true],
 13171 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13172 ["<div>[]foo</div>",
 13173 	[["insertlinebreak",""]],
 13174 	"<div><br>{}foo</div>",
 13175 	[true],
 13176 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13177 ["<div>foo[]</div>",
 13178 	[["insertlinebreak",""]],
 13179 	"<div>foo<br>{}<br></div>",
 13180 	[true],
 13181 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13182 ["<div>foo[]<br></div>",
 13183 	[["insertlinebreak",""]],
 13184 	"<div>foo<br>{}<br></div>",
 13185 	[true],
 13186 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13187 ["<div>foo[]bar</div>",
 13188 	[["insertlinebreak",""]],
 13189 	"<div>foo<br>{}bar</div>",
 13190 	[true],
 13191 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13192 ["<dl><dt>[]foo<dd>bar</dl>",
 13193 	[["insertlinebreak",""]],
 13194 	"<dl><dt><br>{}foo</dt><dd>bar</dd></dl>",
 13195 	[true],
 13196 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13197 ["<dl><dt>foo[]<dd>bar</dl>",
 13198 	[["insertlinebreak",""]],
 13199 	"<dl><dt>foo<br>{}<br></dt><dd>bar</dd></dl>",
 13200 	[true],
 13201 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13202 ["<dl><dt>foo[]<br><dd>bar</dl>",
 13203 	[["insertlinebreak",""]],
 13204 	"<dl><dt>foo<br>{}<br></dt><dd>bar</dd></dl>",
 13205 	[true],
 13206 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13207 ["<dl><dt>foo[]bar<dd>baz</dl>",
 13208 	[["insertlinebreak",""]],
 13209 	"<dl><dt>foo<br>{}bar</dt><dd>baz</dd></dl>",
 13210 	[true],
 13211 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13212 ["<dl><dt>foo<dd>[]bar</dl>",
 13213 	[["insertlinebreak",""]],
 13214 	"<dl><dt>foo</dt><dd><br>{}bar</dd></dl>",
 13215 	[true],
 13216 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13217 ["<dl><dt>foo<dd>bar[]</dl>",
 13218 	[["insertlinebreak",""]],
 13219 	"<dl><dt>foo</dt><dd>bar<br>{}<br></dd></dl>",
 13220 	[true],
 13221 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13222 ["<dl><dt>foo<dd>bar[]<br></dl>",
 13223 	[["insertlinebreak",""]],
 13224 	"<dl><dt>foo</dt><dd>bar<br>{}<br></dd></dl>",
 13225 	[true],
 13226 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13227 ["<dl><dt>foo<dd>bar[]baz</dl>",
 13228 	[["insertlinebreak",""]],
 13229 	"<dl><dt>foo</dt><dd>bar<br>{}baz</dd></dl>",
 13230 	[true],
 13231 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13232 ["<h1>[]foo</h1>",
 13233 	[["insertlinebreak",""]],
 13234 	"<h1><br>{}foo</h1>",
 13235 	[true],
 13236 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13237 ["<h1>foo[]</h1>",
 13238 	[["insertlinebreak",""]],
 13239 	"<h1>foo<br>{}<br></h1>",
 13240 	[true],
 13241 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13242 ["<h1>foo[]<br></h1>",
 13243 	[["insertlinebreak",""]],
 13244 	"<h1>foo<br>{}<br></h1>",
 13245 	[true],
 13246 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13247 ["<h1>foo[]bar</h1>",
 13248 	[["insertlinebreak",""]],
 13249 	"<h1>foo<br>{}bar</h1>",
 13250 	[true],
 13251 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13252 ["<ol><li>[]foo</ol>",
 13253 	[["insertlinebreak",""]],
 13254 	"<ol><li><br>{}foo</li></ol>",
 13255 	[true],
 13256 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13257 ["<ol><li>foo[]</ol>",
 13258 	[["insertlinebreak",""]],
 13259 	"<ol><li>foo<br>{}<br></li></ol>",
 13260 	[true],
 13261 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13262 ["<ol><li>foo[]<br></ol>",
 13263 	[["insertlinebreak",""]],
 13264 	"<ol><li>foo<br>{}<br></li></ol>",
 13265 	[true],
 13266 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13267 ["<ol><li>foo[]bar</ol>",
 13268 	[["insertlinebreak",""]],
 13269 	"<ol><li>foo<br>{}bar</li></ol>",
 13270 	[true],
 13271 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13272 ["<p>[]foo</p>",
 13273 	[["insertlinebreak",""]],
 13274 	"<p><br>{}foo</p>",
 13275 	[true],
 13276 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13277 ["<p>foo[]</p>",
 13278 	[["insertlinebreak",""]],
 13279 	"<p>foo<br>{}<br></p>",
 13280 	[true],
 13281 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13282 ["<p>foo[]<br></p>",
 13283 	[["insertlinebreak",""]],
 13284 	"<p>foo<br>{}<br></p>",
 13285 	[true],
 13286 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13287 ["<p>foo[]bar</p>",
 13288 	[["insertlinebreak",""]],
 13289 	"<p>foo<br>{}bar</p>",
 13290 	[true],
 13291 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13292 ["<pre>[]foo</pre>",
 13293 	[["insertlinebreak",""]],
 13294 	"<pre><br>{}foo</pre>",
 13295 	[true],
 13296 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13297 ["<pre>foo[]</pre>",
 13298 	[["insertlinebreak",""]],
 13299 	"<pre>foo<br>{}<br></pre>",
 13300 	[true],
 13301 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13302 ["<pre>foo[]<br></pre>",
 13303 	[["insertlinebreak",""]],
 13304 	"<pre>foo<br>{}<br></pre>",
 13305 	[true],
 13306 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13307 ["<pre>foo[]bar</pre>",
 13308 	[["insertlinebreak",""]],
 13309 	"<pre>foo<br>{}bar</pre>",
 13310 	[true],
 13311 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13312 ["<pre>foo[]<br><br></pre>",
 13313 	[["insertlinebreak",""]],
 13314 	"<pre>foo<br>{}<br><br></pre>",
 13315 	[true],
 13316 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13317 ["<pre>foo<br>{}<br></pre>",
 13318 	[["insertlinebreak",""]],
 13319 	"<pre>foo<br><br>{}<br></pre>",
 13320 	[true],
 13321 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13322 ["<pre>foo&#10;[]</pre>",
 13323 	[["insertlinebreak",""]],
 13324 	"<pre>foo\n<br>{}<br></pre>",
 13325 	[true],
 13326 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13327 ["<pre>foo[]&#10;</pre>",
 13328 	[["insertlinebreak",""]],
 13329 	"<pre>foo<br>{}\n</pre>",
 13330 	[true],
 13331 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13332 ["<pre>foo&#10;[]&#10;</pre>",
 13333 	[["insertlinebreak",""]],
 13334 	"<pre>foo\n<br>{}\n</pre>",
 13335 	[true],
 13336 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13337 ["<xmp>foo[]bar</xmp>",
 13338 	[["insertlinebreak",""]],
 13339 	"<xmp>foo[]bar</xmp>",
 13340 	[true],
 13341 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13342 ["<script>foo[]bar</script>baz",
 13343 	[["insertlinebreak",""]],
 13344 	"<script>foo[]bar</script>baz",
 13345 	[true],
 13346 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13347 ["<listing>foo[]bar</listing>",
 13348 	[["insertlinebreak",""]],
 13349 	"<listing>foo<br>{}bar</listing>",
 13350 	[true],
 13351 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13352 ["<ol><li>{}<br></li></ol>",
 13353 	[["insertlinebreak",""]],
 13354 	"<ol><li><br>{}<br></li></ol>",
 13355 	[true],
 13356 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13357 ["foo<ol><li>{}<br></li></ol>",
 13358 	[["insertlinebreak",""]],
 13359 	"foo<ol><li><br>{}<br></li></ol>",
 13360 	[true],
 13361 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13362 ["<ol><li>{}<br></li></ol>foo",
 13363 	[["insertlinebreak",""]],
 13364 	"<ol><li><br>{}<br></li></ol>foo",
 13365 	[true],
 13366 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13367 ["<ol><li>foo<li>{}<br></ol>",
 13368 	[["insertlinebreak",""]],
 13369 	"<ol><li>foo</li><li><br>{}<br></li></ol>",
 13370 	[true],
 13371 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13372 ["<ol><li>{}<br><li>bar</ol>",
 13373 	[["insertlinebreak",""]],
 13374 	"<ol><li><br>{}<br></li><li>bar</li></ol>",
 13375 	[true],
 13376 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13377 ["<ol><li>foo</li><ul><li>{}<br></ul></ol>",
 13378 	[["insertlinebreak",""]],
 13379 	"<ol><li>foo</li><ul><li><br>{}<br></li></ul></ol>",
 13380 	[true],
 13381 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13382 ["<dl><dt>{}<br></dt></dl>",
 13383 	[["insertlinebreak",""]],
 13384 	"<dl><dt><br>{}<br></dt></dl>",
 13385 	[true],
 13386 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13387 ["<dl><dt>foo<dd>{}<br></dl>",
 13388 	[["insertlinebreak",""]],
 13389 	"<dl><dt>foo</dt><dd><br>{}<br></dd></dl>",
 13390 	[true],
 13391 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13392 ["<dl><dt>{}<br><dd>bar</dl>",
 13393 	[["insertlinebreak",""]],
 13394 	"<dl><dt><br>{}<br></dt><dd>bar</dd></dl>",
 13395 	[true],
 13396 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13397 ["<dl><dt>foo<dd>bar<dl><dt>{}<br><dd>baz</dl></dl>",
 13398 	[["insertlinebreak",""]],
 13399 	"<dl><dt>foo</dt><dd>bar<dl><dt><br>{}<br></dt><dd>baz</dd></dl></dd></dl>",
 13400 	[true],
 13401 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13402 ["<dl><dt>foo<dd>bar<dl><dt>baz<dd>{}<br></dl></dl>",
 13403 	[["insertlinebreak",""]],
 13404 	"<dl><dt>foo</dt><dd>bar<dl><dt>baz</dt><dd><br>{}<br></dd></dl></dd></dl>",
 13405 	[true],
 13406 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13407 ["<h1>foo[bar</h1><p>baz]quz</p>",
 13408 	[["defaultparagraphseparator","div"],["insertlinebreak",""]],
 13409 	"<h1>foo<br>{}quz</h1>",
 13410 	[true,true],
 13411 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertlinebreak":[false,false,"",false,false,""]}],
 13412 ["<h1>foo[bar</h1><p>baz]quz</p>",
 13413 	[["defaultparagraphseparator","p"],["insertlinebreak",""]],
 13414 	"<h1>foo<br>{}quz</h1>",
 13415 	[true,true],
 13416 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertlinebreak":[false,false,"",false,false,""]}],
 13417 ["<p>foo[bar</p><h1>baz]quz</h1>",
 13418 	[["insertlinebreak",""]],
 13419 	"<p>foo<br>{}quz</p>",
 13420 	[true],
 13421 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13422 ["<p>foo</p>{}<br>",
 13423 	[["insertlinebreak",""]],
 13424 	"<p>foo</p><br>{}<br>",
 13425 	[true],
 13426 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13427 ["{}<br><p>foo</p>",
 13428 	[["insertlinebreak",""]],
 13429 	"<br>{}<br><p>foo</p>",
 13430 	[true],
 13431 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13432 ["<p>foo</p>{}<br><h1>bar</h1>",
 13433 	[["insertlinebreak",""]],
 13434 	"<p>foo</p><br>{}<br><h1>bar</h1>",
 13435 	[true],
 13436 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13437 ["<h1>foo</h1>{}<br><p>bar</p>",
 13438 	[["insertlinebreak",""]],
 13439 	"<h1>foo</h1><br>{}<br><p>bar</p>",
 13440 	[true],
 13441 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13442 ["<h1>foo</h1>{}<br><h2>bar</h2>",
 13443 	[["insertlinebreak",""]],
 13444 	"<h1>foo</h1><br>{}<br><h2>bar</h2>",
 13445 	[true],
 13446 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13447 ["<p>foo</p><h1>[bar]</h1><p>baz</p>",
 13448 	[["insertlinebreak",""]],
 13449 	"<p>foo</p><h1><br>{}<br></h1><p>baz</p>",
 13450 	[true],
 13451 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13452 ["<p>foo</p>{<h1>bar</h1>}<p>baz</p>",
 13453 	[["insertlinebreak",""]],
 13454 	"<p>foo</p><br>{}<br><p>baz</p>",
 13455 	[true],
 13456 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13457 ["<table><tr><td>foo[]bar</table>",
 13458 	[["insertlinebreak",""]],
 13459 	"<table><tbody><tr><td>foo<br>{}bar</td></tr></tbody></table>",
 13460 	[true],
 13461 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13462 ["<table><tr><td><p>foo[]bar</table>",
 13463 	[["insertlinebreak",""]],
 13464 	"<table><tbody><tr><td><p>foo<br>{}bar</p></td></tr></tbody></table>",
 13465 	[true],
 13466 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13467 ["<blockquote>[]foo</blockquote>",
 13468 	[["insertlinebreak",""]],
 13469 	"<blockquote><br>{}foo</blockquote>",
 13470 	[true],
 13471 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13472 ["<blockquote>foo[]</blockquote>",
 13473 	[["insertlinebreak",""]],
 13474 	"<blockquote>foo<br>{}<br></blockquote>",
 13475 	[true],
 13476 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13477 ["<blockquote>foo[]<br></blockquote>",
 13478 	[["insertlinebreak",""]],
 13479 	"<blockquote>foo<br>{}<br></blockquote>",
 13480 	[true],
 13481 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13482 ["<blockquote>foo[]bar</blockquote>",
 13483 	[["insertlinebreak",""]],
 13484 	"<blockquote>foo<br>{}bar</blockquote>",
 13485 	[true],
 13486 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13487 ["<blockquote><p>[]foo</blockquote>",
 13488 	[["insertlinebreak",""]],
 13489 	"<blockquote><p><br>{}foo</p></blockquote>",
 13490 	[true],
 13491 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13492 ["<blockquote><p>foo[]</blockquote>",
 13493 	[["insertlinebreak",""]],
 13494 	"<blockquote><p>foo<br>{}<br></p></blockquote>",
 13495 	[true],
 13496 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13497 ["<blockquote><p>foo[]bar</blockquote>",
 13498 	[["insertlinebreak",""]],
 13499 	"<blockquote><p>foo<br>{}bar</p></blockquote>",
 13500 	[true],
 13501 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13502 ["<blockquote><p>foo[]<p>bar</blockquote>",
 13503 	[["insertlinebreak",""]],
 13504 	"<blockquote><p>foo<br>{}<br></p><p>bar</p></blockquote>",
 13505 	[true],
 13506 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13507 ["<blockquote><p>foo[]bar<p>baz</blockquote>",
 13508 	[["insertlinebreak",""]],
 13509 	"<blockquote><p>foo<br>{}bar</p><p>baz</p></blockquote>",
 13510 	[true],
 13511 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13512 ["<span>foo[]bar</span>",
 13513 	[["insertlinebreak",""]],
 13514 	"<span>foo<br>{}bar</span>",
 13515 	[true],
 13516 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13517 ["<span>foo[]bar</span>baz",
 13518 	[["insertlinebreak",""]],
 13519 	"<span>foo<br>{}bar</span>baz",
 13520 	[true],
 13521 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13522 ["<b>foo[]bar</b>",
 13523 	[["insertlinebreak",""]],
 13524 	"<b>foo<br>{}bar</b>",
 13525 	[true],
 13526 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13527 ["<b>foo[]bar</b>baz",
 13528 	[["insertlinebreak",""]],
 13529 	"<b>foo<br>{}bar</b>baz",
 13530 	[true],
 13531 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13532 ["<b>foo[]</b>bar",
 13533 	[["insertlinebreak",""]],
 13534 	"<b>foo<br>{}</b>bar",
 13535 	[true],
 13536 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13537 ["foo<b>[]bar</b>",
 13538 	[["insertlinebreak",""]],
 13539 	"foo<b><br>{}bar</b>",
 13540 	[true],
 13541 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13542 ["<b>foo[]</b><i>bar</i>",
 13543 	[["insertlinebreak",""]],
 13544 	"<b>foo<br>{}</b><i>bar</i>",
 13545 	[true],
 13546 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13547 ["<b id=x class=y>foo[]bar</b>",
 13548 	[["insertlinebreak",""]],
 13549 	"<b id=\"x\" class=\"y\">foo<br>{}bar</b>",
 13550 	[true],
 13551 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13552 ["<i><b>foo[]bar</b>baz</i>",
 13553 	[["insertlinebreak",""]],
 13554 	"<i><b>foo<br>{}bar</b>baz</i>",
 13555 	[true],
 13556 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13557 ["<p><b>foo[]bar</b></p>",
 13558 	[["insertlinebreak",""]],
 13559 	"<p><b>foo<br>{}bar</b></p>",
 13560 	[true],
 13561 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13562 ["<p><b>[]foo</b></p>",
 13563 	[["insertlinebreak",""]],
 13564 	"<p><b><br>{}foo</b></p>",
 13565 	[true],
 13566 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13567 ["<p><b id=x class=y>foo[]bar</b></p>",
 13568 	[["insertlinebreak",""]],
 13569 	"<p><b id=\"x\" class=\"y\">foo<br>{}bar</b></p>",
 13570 	[true],
 13571 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13572 ["<div><b>foo[]bar</b></div>",
 13573 	[["insertlinebreak",""]],
 13574 	"<div><b>foo<br>{}bar</b></div>",
 13575 	[true],
 13576 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13577 ["<a href=foo>foo[]bar</a>",
 13578 	[["insertlinebreak",""]],
 13579 	"<a href=\"foo\">foo<br>{}bar</a>",
 13580 	[true],
 13581 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13582 ["<a href=foo>foo[]bar</a>baz",
 13583 	[["insertlinebreak",""]],
 13584 	"<a href=\"foo\">foo<br>{}bar</a>baz",
 13585 	[true],
 13586 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13587 ["<a href=foo>foo[]</a>bar",
 13588 	[["insertlinebreak",""]],
 13589 	"<a href=\"foo\">foo<br>{}</a>bar",
 13590 	[true],
 13591 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13592 ["foo<a href=foo>[]bar</a>",
 13593 	[["insertlinebreak",""]],
 13594 	"foo<a href=\"foo\"><br>{}bar</a>",
 13595 	[true],
 13596 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13597 ["<p>foo[]<!--bar-->",
 13598 	[["insertlinebreak",""]],
 13599 	"<p>foo<br>{}<br><!--bar--></p>",
 13600 	[true],
 13601 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13602 ["<p><!--foo-->[]bar",
 13603 	[["insertlinebreak",""]],
 13604 	"<p><!--foo--><br>{}bar</p>",
 13605 	[true],
 13606 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13607 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 13608 	[["insertlinebreak",""]],
 13609 	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>baz</p>",
 13610 	[true],
 13611 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13612 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 13613 	[["insertlinebreak",""]],
 13614 	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>baz</p>",
 13615 	[true],
 13616 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13617 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 13618 	[["insertlinebreak",""]],
 13619 	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>baz</p>",
 13620 	[true],
 13621 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13622 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 13623 	[["stylewithcss","true"],["insertlinebreak",""]],
 13624 	"<p><br>{}baz</p>",
 13625 	[true,true],
 13626 	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 13627 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 13628 	[["stylewithcss","false"],["insertlinebreak",""]],
 13629 	"<p><br>{}baz</p>",
 13630 	[true,true],
 13631 	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
 13632 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 13633 	[["stylewithcss","true"],["insertlinebreak",""]],
 13634 	"<p><br>{}baz</p>",
 13635 	[true,true],
 13636 	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 13637 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 13638 	[["stylewithcss","false"],["insertlinebreak",""]],
 13639 	"<p><br>{}baz</p>",
 13640 	[true,true],
 13641 	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
 13642 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 13643 	[["insertlinebreak",""]],
 13644 	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}<br></span></p>",
 13645 	[true],
 13646 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13647 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 13648 	[["insertlinebreak",""]],
 13649 	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}<br></span></p>",
 13650 	[true],
 13651 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13652 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 13653 	[["stylewithcss","true"],["insertlinebreak",""]],
 13654 	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>quz</p>",
 13655 	[true,true],
 13656 	{"stylewithcss":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 13657 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 13658 	[["stylewithcss","false"],["insertlinebreak",""]],
 13659 	"<p>foo<span style=\"color:rgb(171, 205, 239)\"><br>{}</span>quz</p>",
 13660 	[true,true],
 13661 	{"stylewithcss":[false,true,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
 13662 ["<ul contenteditable><li>{}<br></ul>",
 13663 	[["insertlinebreak",""]],
 13664 	"<ul contenteditable=\"\"><li><br>{}<br></li></ul>",
 13665 	[true],
 13666 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13667 ["<ul contenteditable><li>foo[]</ul>",
 13668 	[["insertlinebreak",""]],
 13669 	"<ul contenteditable=\"\"><li>foo<br>{}<br></li></ul>",
 13670 	[true],
 13671 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13672 ["<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>",
 13673 	[["insertlinebreak",""]],
 13674 	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li><br>{}<br></li></ul></div>",
 13675 	[true],
 13676 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13677 ["<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>",
 13678 	[["insertlinebreak",""]],
 13679 	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li>foo<br>{}<br></li></ul></div>",
 13680 	[true],
 13681 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13682 ["<address><p>foo[]</address>",
 13683 	[["insertlinebreak",""]],
 13684 	"<address><p>foo<br>{}<br></p></address>",
 13685 	[true],
 13686 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13687 ["<dl><dt><p>foo[]</dl>",
 13688 	[["insertlinebreak",""]],
 13689 	"<dl><dt><p>foo<br>{}<br></p></dt></dl>",
 13690 	[true],
 13691 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13692 ["<dl><dd><p>foo[]</dl>",
 13693 	[["insertlinebreak",""]],
 13694 	"<dl><dd><p>foo<br>{}<br></p></dd></dl>",
 13695 	[true],
 13696 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13697 ["<ol><li><p>foo[]</ol>",
 13698 	[["insertlinebreak",""]],
 13699 	"<ol><li><p>foo<br>{}<br></p></li></ol>",
 13700 	[true],
 13701 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13702 ["<ul><li><p>foo[]</ul>",
 13703 	[["insertlinebreak",""]],
 13704 	"<ul><li><p>foo<br>{}<br></p></li></ul>",
 13705 	[true],
 13706 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13707 ["<address><div>foo[]</address>",
 13708 	[["insertlinebreak",""]],
 13709 	"<address><div>foo<br>{}<br></div></address>",
 13710 	[true],
 13711 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13712 ["<dl><dt><div>foo[]</dl>",
 13713 	[["insertlinebreak",""]],
 13714 	"<dl><dt><div>foo<br>{}<br></div></dt></dl>",
 13715 	[true],
 13716 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13717 ["<dl><dd><div>foo[]</dl>",
 13718 	[["insertlinebreak",""]],
 13719 	"<dl><dd><div>foo<br>{}<br></div></dd></dl>",
 13720 	[true],
 13721 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13722 ["<ol><li><div>foo[]</ol>",
 13723 	[["insertlinebreak",""]],
 13724 	"<ol><li><div>foo<br>{}<br></div></li></ol>",
 13725 	[true],
 13726 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13727 ["<ul><li><div>foo[]</ul>",
 13728 	[["insertlinebreak",""]],
 13729 	"<ul><li><div>foo<br>{}<br></div></li></ul>",
 13730 	[true],
 13731 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13732 ["<div><p>foo[]</div>",
 13733 	[["insertlinebreak",""]],
 13734 	"<div><p>foo<br>{}<br></p></div>",
 13735 	[true],
 13736 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13737 ["<div><div>foo[]</div>",
 13738 	[["insertlinebreak",""]],
 13739 	"<div><div>foo<br>{}<br></div></div>",
 13740 	[true],
 13741 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13742 ["<address><p>[]foo</address>",
 13743 	[["insertlinebreak",""]],
 13744 	"<address><p><br>{}foo</p></address>",
 13745 	[true],
 13746 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13747 ["<dl><dt><p>[]foo</dl>",
 13748 	[["insertlinebreak",""]],
 13749 	"<dl><dt><p><br>{}foo</p></dt></dl>",
 13750 	[true],
 13751 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13752 ["<dl><dd><p>[]foo</dl>",
 13753 	[["insertlinebreak",""]],
 13754 	"<dl><dd><p><br>{}foo</p></dd></dl>",
 13755 	[true],
 13756 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13757 ["<ol><li><p>[]foo</ol>",
 13758 	[["insertlinebreak",""]],
 13759 	"<ol><li><p><br>{}foo</p></li></ol>",
 13760 	[true],
 13761 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13762 ["<ul><li><p>[]foo</ul>",
 13763 	[["insertlinebreak",""]],
 13764 	"<ul><li><p><br>{}foo</p></li></ul>",
 13765 	[true],
 13766 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13767 ["<address><div>[]foo</address>",
 13768 	[["insertlinebreak",""]],
 13769 	"<address><div><br>{}foo</div></address>",
 13770 	[true],
 13771 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13772 ["<dl><dt><div>[]foo</dl>",
 13773 	[["insertlinebreak",""]],
 13774 	"<dl><dt><div><br>{}foo</div></dt></dl>",
 13775 	[true],
 13776 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13777 ["<dl><dd><div>[]foo</dl>",
 13778 	[["insertlinebreak",""]],
 13779 	"<dl><dd><div><br>{}foo</div></dd></dl>",
 13780 	[true],
 13781 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13782 ["<ol><li><div>[]foo</ol>",
 13783 	[["insertlinebreak",""]],
 13784 	"<ol><li><div><br>{}foo</div></li></ol>",
 13785 	[true],
 13786 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13787 ["<ul><li><div>[]foo</ul>",
 13788 	[["insertlinebreak",""]],
 13789 	"<ul><li><div><br>{}foo</div></li></ul>",
 13790 	[true],
 13791 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13792 ["<div><p>[]foo</div>",
 13793 	[["insertlinebreak",""]],
 13794 	"<div><p><br>{}foo</p></div>",
 13795 	[true],
 13796 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13797 ["<div><div>[]foo</div>",
 13798 	[["insertlinebreak",""]],
 13799 	"<div><div><br>{}foo</div></div>",
 13800 	[true],
 13801 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13802 ["<address><p>foo[]bar</address>",
 13803 	[["insertlinebreak",""]],
 13804 	"<address><p>foo<br>{}bar</p></address>",
 13805 	[true],
 13806 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13807 ["<dl><dt><p>foo[]bar</dl>",
 13808 	[["insertlinebreak",""]],
 13809 	"<dl><dt><p>foo<br>{}bar</p></dt></dl>",
 13810 	[true],
 13811 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13812 ["<dl><dd><p>foo[]bar</dl>",
 13813 	[["insertlinebreak",""]],
 13814 	"<dl><dd><p>foo<br>{}bar</p></dd></dl>",
 13815 	[true],
 13816 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13817 ["<ol><li><p>foo[]bar</ol>",
 13818 	[["insertlinebreak",""]],
 13819 	"<ol><li><p>foo<br>{}bar</p></li></ol>",
 13820 	[true],
 13821 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13822 ["<ul><li><p>foo[]bar</ul>",
 13823 	[["insertlinebreak",""]],
 13824 	"<ul><li><p>foo<br>{}bar</p></li></ul>",
 13825 	[true],
 13826 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13827 ["<address><div>foo[]bar</address>",
 13828 	[["insertlinebreak",""]],
 13829 	"<address><div>foo<br>{}bar</div></address>",
 13830 	[true],
 13831 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13832 ["<dl><dt><div>foo[]bar</dl>",
 13833 	[["insertlinebreak",""]],
 13834 	"<dl><dt><div>foo<br>{}bar</div></dt></dl>",
 13835 	[true],
 13836 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13837 ["<dl><dd><div>foo[]bar</dl>",
 13838 	[["insertlinebreak",""]],
 13839 	"<dl><dd><div>foo<br>{}bar</div></dd></dl>",
 13840 	[true],
 13841 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13842 ["<ol><li><div>foo[]bar</ol>",
 13843 	[["insertlinebreak",""]],
 13844 	"<ol><li><div>foo<br>{}bar</div></li></ol>",
 13845 	[true],
 13846 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13847 ["<ul><li><div>foo[]bar</ul>",
 13848 	[["insertlinebreak",""]],
 13849 	"<ul><li><div>foo<br>{}bar</div></li></ul>",
 13850 	[true],
 13851 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13852 ["<div><p>foo[]bar</div>",
 13853 	[["insertlinebreak",""]],
 13854 	"<div><p>foo<br>{}bar</p></div>",
 13855 	[true],
 13856 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13857 ["<div><div>foo[]bar</div>",
 13858 	[["insertlinebreak",""]],
 13859 	"<div><div>foo<br>{}bar</div></div>",
 13860 	[true],
 13861 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13862 ["<ol><li class=a id=x><p class=b id=y>foo[]</ol>",
 13863 	[["insertlinebreak",""]],
 13864 	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo<br>{}<br></p></li></ol>",
 13865 	[true],
 13866 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13867 ["<div class=a id=x><div class=b id=y>foo[]</div></div>",
 13868 	[["insertlinebreak",""]],
 13869 	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\">foo<br>{}<br></div></div>",
 13870 	[true],
 13871 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13872 ["<div class=a id=x><p class=b id=y>foo[]</div>",
 13873 	[["insertlinebreak",""]],
 13874 	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo<br>{}<br></p></div>",
 13875 	[true],
 13876 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13877 ["<ol><li class=a id=x><p class=b id=y>[]foo</ol>",
 13878 	[["insertlinebreak",""]],
 13879 	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\"><br>{}foo</p></li></ol>",
 13880 	[true],
 13881 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13882 ["<div class=a id=x><div class=b id=y>[]foo</div></div>",
 13883 	[["insertlinebreak",""]],
 13884 	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\"><br>{}foo</div></div>",
 13885 	[true],
 13886 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13887 ["<div class=a id=x><p class=b id=y>[]foo</div>",
 13888 	[["insertlinebreak",""]],
 13889 	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\"><br>{}foo</p></div>",
 13890 	[true],
 13891 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13892 ["<ol><li class=a id=x><p class=b id=y>foo[]bar</ol>",
 13893 	[["insertlinebreak",""]],
 13894 	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo<br>{}bar</p></li></ol>",
 13895 	[true],
 13896 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13897 ["<div class=a id=x><div class=b id=y>foo[]bar</div></div>",
 13898 	[["insertlinebreak",""]],
 13899 	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\">foo<br>{}bar</div></div>",
 13900 	[true],
 13901 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13902 ["<div class=a id=x><p class=b id=y>foo[]bar</div>",
 13903 	[["insertlinebreak",""]],
 13904 	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo<br>{}bar</p></div>",
 13905 	[true],
 13906 	{"insertlinebreak":[false,false,"",false,false,""]}],
 13907 ["foo[]bar",
 13908 	[["insertorderedlist",""]],
 13909 	"<ol><li>foo[]bar</li></ol>",
 13910 	[true],
 13911 	{"insertorderedlist":[false,false,"",false,true,""]}],
 13912 ["foo[bar]baz",
 13913 	[["insertorderedlist",""]],
 13914 	"<ol><li>foo[bar]baz</li></ol>",
 13915 	[true],
 13916 	{"insertorderedlist":[false,false,"",false,true,""]}],
 13917 ["foo<br>[bar]",
 13918 	[["insertorderedlist",""]],
 13919 	"foo<ol><li>[bar]</li></ol>",
 13920 	[true],
 13921 	{"insertorderedlist":[false,false,"",false,true,""]}],
 13922 ["f[oo<br>b]ar<br>baz",
 13923 	[["insertorderedlist",""]],
 13924 	"<ol><li>f[oo</li><li>b]ar</li></ol>baz",
 13925 	[true],
 13926 	{"insertorderedlist":[false,false,"",false,true,""]}],
 13927 ["<p>[foo]<br>bar</p>",
 13928 	[["insertorderedlist",""]],
 13929 	"<ol><li>[foo]</li></ol><p>bar</p>",
 13930 	[true],
 13931 	{"insertorderedlist":[false,false,"",false,true,""]}],
 13932 ["[foo<ol><li>bar]</ol>baz",
 13933 	[["insertorderedlist",""]],
 13934 	"<ol><li>[foo</li><li>bar]</li></ol>baz",
 13935 	[true],
 13936 	{"insertorderedlist":[true,false,"",false,true,""]}],
 13937 ["foo<ol><li>[bar</ol>baz]",
 13938 	[["insertorderedlist",""]],
 13939 	"foo<ol><li>[bar</li><li>baz]</li></ol>",
 13940 	[true],
 13941 	{"insertorderedlist":[true,false,"",false,true,""]}],
 13942 ["[foo<ul><li>bar]</ul>baz",
 13943 	[["insertorderedlist",""]],
 13944 	"<ol><li>[foo</li><li>bar]</li></ol>baz",
 13945 	[true],
 13946 	{"insertorderedlist":[false,false,"",false,true,""]}],
 13947 ["foo<ul><li>[bar</ul>baz]",
 13948 	[["insertorderedlist",""]],
 13949 	"foo<ol><li>[bar</li><li>baz]</li></ol>",
 13950 	[true],
 13951 	{"insertorderedlist":[false,false,"",false,true,""]}],
 13952 ["foo<ul><li>[bar</ul><ol><li>baz]</ol>quz",
 13953 	[["insertorderedlist",""]],
 13954 	"foo<ol><li>[bar</li><li>baz]</li></ol>quz",
 13955 	[true],
 13956 	{"insertorderedlist":[true,false,"",false,true,""]}],
 13957 ["foo<ol><li>[bar</ol><ul><li>baz]</ul>quz",
 13958 	[["insertorderedlist",""]],
 13959 	"foo<ol><li>[bar</li><li>baz]</li></ol>quz",
 13960 	[true],
 13961 	{"insertorderedlist":[true,false,"",false,true,""]}],
 13962 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 13963 	[["insertorderedlist",""]],
 13964 	"<table><tbody><tr><td>foo</td><td><ol><li>b[a]r</li></ol></td><td>baz</td></tr></tbody></table>",
 13965 	[true],
 13966 	{"insertorderedlist":[false,false,"",false,true,""]}],
 13967 ["<table><tbody><tr><td>fo[o<td>b]ar<td>baz</table>",
 13968 	[["insertorderedlist",""]],
 13969 	"<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>",
 13970 	[true],
 13971 	{"insertorderedlist":[false,false,"",false,true,""]}],
 13972 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 13973 	[["insertorderedlist",""]],
 13974 	"<ol><li>{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</li></ol>",
 13975 	[true],
 13976 	{"insertorderedlist":[false,false,"",false,true,""]}],
 13977 ["<p>foo<p>[bar]<p>baz",
 13978 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 13979 	"<p>foo</p><ol><li>[bar]</li></ol><p>baz</p>",
 13980 	[true,true],
 13981 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 13982 ["<p>foo<p>[bar]<p>baz",
 13983 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 13984 	"<p>foo</p><ol><li>[bar]</li></ol><p>baz</p>",
 13985 	[true,true],
 13986 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 13987 ["<p>foo<blockquote>[bar]</blockquote><p>baz",
 13988 	[["insertorderedlist",""]],
 13989 	"<p>foo</p><blockquote><ol><li>[bar]</li></ol></blockquote><p>baz</p>",
 13990 	[true],
 13991 	{"insertorderedlist":[false,false,"",false,true,""]}],
 13992 ["<dl><dt>foo<dd>[bar]<dt>baz<dd>quz</dl>",
 13993 	[["insertorderedlist",""]],
 13994 	"<dl><dt>foo</dt><dd><ol><li>[bar]</li></ol></dd><dt>baz</dt><dd>quz</dd></dl>",
 13995 	[true],
 13996 	{"insertorderedlist":[false,false,"",false,true,""]}],
 13997 ["<dl><dt>foo<dd>bar<dt>[baz]<dd>quz</dl>",
 13998 	[["insertorderedlist",""]],
 13999 	"<dl><dt>foo</dt><dd>bar</dd><dt><ol><li>[baz]</li></ol></dt><dd>quz</dd></dl>",
 14000 	[true],
 14001 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14002 ["<p>[foo<p>bar]<p>baz",
 14003 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14004 	"<ol><li>[foo</li><li>bar]</li></ol><p>baz</p>",
 14005 	[true,true],
 14006 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 14007 ["<p>[foo<p>bar]<p>baz",
 14008 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14009 	"<ol><li>[foo</li><li>bar]</li></ol><p>baz</p>",
 14010 	[true,true],
 14011 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 14012 ["<p>[foo<blockquote>bar]</blockquote><p>baz",
 14013 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14014 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><p>baz</p>",
 14015 	[true,true],
 14016 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 14017 ["<p>[foo<blockquote>bar]</blockquote><p>baz",
 14018 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14019 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><p>baz</p>",
 14020 	[true,true],
 14021 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 14022 ["<dl><dt>[foo<dd>bar]<dt>baz<dd>quz</dl>",
 14023 	[["insertorderedlist",""]],
 14024 	"<dl><dt><ol><li>[foo</li></ol></dt><dd><ol><li>bar]</li></ol></dd><dt>baz</dt><dd>quz</dd></dl>",
 14025 	[true],
 14026 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14027 ["<dl><dt>foo<dd>[bar<dt>baz]<dd>quz</dl>",
 14028 	[["insertorderedlist",""]],
 14029 	"<dl><dt>foo</dt><dd><ol><li>[bar</li></ol></dd><dt><ol><li>baz]</li></ol></dt><dd>quz</dd></dl>",
 14030 	[true],
 14031 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14032 ["<p>[foo<blockquote><p>bar]<p>baz</blockquote>",
 14033 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14034 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><blockquote><p>baz</p></blockquote>",
 14035 	[true,true],
 14036 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 14037 ["<p>[foo<blockquote><p>bar]<p>baz</blockquote>",
 14038 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14039 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><blockquote><p>baz</p></blockquote>",
 14040 	[true,true],
 14041 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 14042 ["<ol><li>foo<li>[bar]<li>baz</ol>",
 14043 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14044 	"<ol><li>foo</li></ol><div>[bar]</div><ol><li>baz</li></ol>",
 14045 	[true,true],
 14046 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 14047 ["<ol><li>foo<li>[bar]<li>baz</ol>",
 14048 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14049 	"<ol><li>foo</li></ol><p>[bar]</p><ol><li>baz</li></ol>",
 14050 	[true,true],
 14051 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 14052 ["<ol><li>foo</ol>[bar]",
 14053 	[["insertorderedlist",""]],
 14054 	"<ol><li>foo</li><li>[bar]</li></ol>",
 14055 	[true],
 14056 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14057 ["[foo]<ol><li>bar</ol>",
 14058 	[["insertorderedlist",""]],
 14059 	"<ol><li>[foo]</li><li>bar</li></ol>",
 14060 	[true],
 14061 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14062 ["<ol><li>foo</ol>[bar]<ol><li>baz</ol>",
 14063 	[["insertorderedlist",""]],
 14064 	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
 14065 	[true],
 14066 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14067 ["<ol><ol><li>[foo]</ol></ol>",
 14068 	[["insertorderedlist",""]],
 14069 	"<ol><li>[foo]</li></ol>",
 14070 	[true],
 14071 	{"insertorderedlist":[false,true,"",false,true,""]}],
 14072 ["<ol><li>[foo]<br>bar<li>baz</ol>",
 14073 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14074 	"<div>[foo]<br>bar</div><ol><li>baz</li></ol>",
 14075 	[true,true],
 14076 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 14077 ["<ol><li>[foo]<br>bar<li>baz</ol>",
 14078 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14079 	"<p>[foo]<br>bar</p><ol><li>baz</li></ol>",
 14080 	[true,true],
 14081 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 14082 ["<ol><li>foo<br>[bar]<li>baz</ol>",
 14083 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14084 	"<div>foo<br>[bar]</div><ol><li>baz</li></ol>",
 14085 	[true,true],
 14086 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 14087 ["<ol><li>foo<br>[bar]<li>baz</ol>",
 14088 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14089 	"<p>foo<br>[bar]</p><ol><li>baz</li></ol>",
 14090 	[true,true],
 14091 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 14092 ["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 14093 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14094 	"<div>[foo]</div><div>bar</div><ol><li>baz</li></ol>",
 14095 	[true,true],
 14096 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 14097 ["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 14098 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14099 	"<div>[foo]</div><p>bar</p><ol><li>baz</li></ol>",
 14100 	[true,true],
 14101 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 14102 ["<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>",
 14103 	[["insertorderedlist",""]],
 14104 	"<ol><li>foo</li><li>[bar]</li><ol><li>baz</li></ol><li>quz</li></ol>",
 14105 	[true],
 14106 	{"insertorderedlist":[false,true,"",false,true,""]}],
 14107 ["<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>",
 14108 	[["insertorderedlist",""]],
 14109 	"<ol><li>foo</li><ol><li>bar</li></ol><li>[baz]</li><li>quz</li></ol>",
 14110 	[true],
 14111 	{"insertorderedlist":[false,true,"",false,true,""]}],
 14112 ["<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>",
 14113 	[["insertorderedlist",""]],
 14114 	"<ol><li>foo</li><li>[bar]</li><ol><li>baz</li></ol><li>quz</li></ol>",
 14115 	[true],
 14116 	{"insertorderedlist":[false,true,"",false,true,""]}],
 14117 ["<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>",
 14118 	[["insertorderedlist",""]],
 14119 	"<ol><li>foo</li><ol><li>bar</li></ol><li>[baz]</li><li>quz</li></ol>",
 14120 	[true],
 14121 	{"insertorderedlist":[false,true,"",false,true,""]}],
 14122 ["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
 14123 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14124 	"<div>[foo]</div><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 14125 	[true,true],
 14126 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 14127 ["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
 14128 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14129 	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 14130 	[true,true],
 14131 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 14132 ["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
 14133 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14134 	"<div>[foo]</div><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 14135 	[true,true],
 14136 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 14137 ["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
 14138 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14139 	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 14140 	[true,true],
 14141 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 14142 ["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
 14143 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14144 	"<ol><li>foo</li></ol><div>[bar]</div><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 14145 	[true,true],
 14146 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 14147 ["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
 14148 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14149 	"<ol><li>foo</li></ol><p>[bar]</p><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 14150 	[true,true],
 14151 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 14152 ["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
 14153 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14154 	"<ol><li>foo</li></ol><div>[bar]</div><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 14155 	[true,true],
 14156 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 14157 ["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
 14158 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14159 	"<ol><li>foo</li></ol><p>[bar]</p><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 14160 	[true,true],
 14161 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 14162 ["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
 14163 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14164 	"<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li></ol><div>[quz]</div>",
 14165 	[true,true],
 14166 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 14167 ["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
 14168 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14169 	"<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li></ol><p>[quz]</p>",
 14170 	[true,true],
 14171 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 14172 ["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
 14173 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14174 	"<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol></ol><div>[quz]</div>",
 14175 	[true,true],
 14176 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 14177 ["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
 14178 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14179 	"<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol></ol><p>[quz]</p>",
 14180 	[true,true],
 14181 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 14182 ["<ol><li>foo<li>[bar<li>baz]</ol>",
 14183 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14184 	"<ol><li>foo</li></ol><div>[bar</div><div>baz]</div>",
 14185 	[true,true],
 14186 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 14187 ["<ol><li>foo<li>[bar<li>baz]</ol>",
 14188 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14189 	"<ol><li>foo</li></ol><p>[bar</p><p>baz]</p>",
 14190 	[true,true],
 14191 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 14192 ["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
 14193 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14194 	"<div>[foo</div><ol><li>bar]</li><li>baz</li></ol>",
 14195 	[true,true],
 14196 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",true,false,""]}],
 14197 ["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
 14198 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14199 	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
 14200 	[true,true],
 14201 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",true,false,""]}],
 14202 ["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
 14203 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14204 	"<ol><li>foo</li><li>b[ar</li></ol><div>b]az</div>",
 14205 	[true,true],
 14206 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",true,false,""]}],
 14207 ["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
 14208 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14209 	"<ol><li>foo</li><li>b[ar</li></ol><p>b]az</p>",
 14210 	[true,true],
 14211 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",true,false,""]}],
 14212 ["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
 14213 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14214 	"<div>[foo</div><ol><li>bar</li></ol><div>baz]</div><p>extra</p>",
 14215 	[true,true],
 14216 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",true,false,""]}],
 14217 ["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
 14218 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14219 	"<p>[foo</p><ol><li>bar</li></ol><p>baz]</p><p>extra</p>",
 14220 	[true,true],
 14221 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",true,false,""]}],
 14222 ["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
 14223 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14224 	"<div>[foo]</div><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 14225 	[true,true],
 14226 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 14227 ["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
 14228 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14229 	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 14230 	[true,true],
 14231 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 14232 ["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
 14233 	[["insertorderedlist",""]],
 14234 	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
 14235 	[true],
 14236 	{"insertorderedlist":[false,true,"",false,true,""]}],
 14237 ["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
 14238 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14239 	"<ol><li>foo</li><ol><li>bar</li></ol></ol><div>[baz]</div>",
 14240 	[true,true],
 14241 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",false,false,""]}],
 14242 ["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
 14243 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14244 	"<ol><li>foo</li><ol><li>bar</li></ol></ol><p>[baz]</p>",
 14245 	[true,true],
 14246 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",false,false,""]}],
 14247 ["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 14248 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14249 	"<div>[foo</div><ol><li>bar]</li><li>baz</li></ol>",
 14250 	[true,true],
 14251 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,true,"",true,false,""]}],
 14252 ["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 14253 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14254 	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
 14255 	[true,true],
 14256 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,true,"",true,false,""]}],
 14257 ["<ul><li>foo<li>[bar]<li>baz</ul>",
 14258 	[["insertorderedlist",""]],
 14259 	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol><ul><li>baz</li></ul>",
 14260 	[true],
 14261 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14262 ["<ul><li>foo</ul>[bar]",
 14263 	[["insertorderedlist",""]],
 14264 	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol>",
 14265 	[true],
 14266 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14267 ["[foo]<ul><li>bar</ul>",
 14268 	[["insertorderedlist",""]],
 14269 	"<ol><li>[foo]</li></ol><ul><li>bar</li></ul>",
 14270 	[true],
 14271 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14272 ["<ul><li>foo</ul>[bar]<ul><li>baz</ul>",
 14273 	[["insertorderedlist",""]],
 14274 	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol><ul><li>baz</li></ul>",
 14275 	[true],
 14276 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14277 ["<ul><ul><li>[foo]</ul></ul>",
 14278 	[["insertorderedlist",""]],
 14279 	"<ol><ol><li>[foo]</li></ol></ol>",
 14280 	[true],
 14281 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14282 ["<ul><li>[foo]<br>bar<li>baz</ul>",
 14283 	[["insertorderedlist",""]],
 14284 	"<ol><li>[foo]<br>bar</li></ol><ul><li>baz</li></ul>",
 14285 	[true],
 14286 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14287 ["<ul><li>foo<br>[bar]<li>baz</ul>",
 14288 	[["insertorderedlist",""]],
 14289 	"<ol><li>foo<br>[bar]</li></ol><ul><li>baz</li></ul>",
 14290 	[true],
 14291 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14292 ["<ul><li><div>[foo]</div>bar<li>baz</ul>",
 14293 	[["insertorderedlist",""]],
 14294 	"<ol><li><div>[foo]</div>bar</li></ol><ul><li>baz</li></ul>",
 14295 	[true],
 14296 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14297 ["<ul><li>foo<ul><li>[bar]<li>baz</ul><li>quz</ul>",
 14298 	[["insertorderedlist",""]],
 14299 	"<ul><li>foo</li><ol><li>[bar]</li></ol><ul><li>baz</li></ul><li>quz</li></ul>",
 14300 	[true],
 14301 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14302 ["<ul><li>foo<ul><li>bar<li>[baz]</ul><li>quz</ul>",
 14303 	[["insertorderedlist",""]],
 14304 	"<ul><li>foo</li><ul><li>bar</li></ul><ol><li>[baz]</li></ol><li>quz</li></ul>",
 14305 	[true],
 14306 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14307 ["<ul><li>foo</li><ul><li>[bar]<li>baz</ul><li>quz</ul>",
 14308 	[["insertorderedlist",""]],
 14309 	"<ul><li>foo</li><ol><li>[bar]</li></ol><ul><li>baz</li></ul><li>quz</li></ul>",
 14310 	[true],
 14311 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14312 ["<ul><li>foo</li><ul><li>bar<li>[baz]</ul><li>quz</ul>",
 14313 	[["insertorderedlist",""]],
 14314 	"<ul><li>foo</li><ul><li>bar</li></ul><ol><li>[baz]</li></ol><li>quz</li></ul>",
 14315 	[true],
 14316 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14317 ["<ul><li>[foo]<ul><li>bar</ul><li>baz</ul>",
 14318 	[["insertorderedlist",""]],
 14319 	"<ol><li>[foo]</li></ol><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 14320 	[true],
 14321 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14322 ["<ul><li>[foo]</li><ul><li>bar</ul><li>baz</ul>",
 14323 	[["insertorderedlist",""]],
 14324 	"<ol><li>[foo]</li></ol><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 14325 	[true],
 14326 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14327 ["<ul><li>foo<li>[bar]<ul><li>baz</ul><li>quz</ul>",
 14328 	[["insertorderedlist",""]],
 14329 	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol><ul><ul><li>baz</li></ul><li>quz</li></ul>",
 14330 	[true],
 14331 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14332 ["<ul><li>foo<li>[bar]</li><ul><li>baz</ul><li>quz</ul>",
 14333 	[["insertorderedlist",""]],
 14334 	"<ul><li>foo</li></ul><ol><li>[bar]</li></ol><ul><ul><li>baz</li></ul><li>quz</li></ul>",
 14335 	[true],
 14336 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14337 ["<ul><li>foo<ul><li>bar<li>baz</ul><li>[quz]</ul>",
 14338 	[["insertorderedlist",""]],
 14339 	"<ul><li>foo<ul><li>bar</li><li>baz</li></ul></li></ul><ol><li>[quz]</li></ol>",
 14340 	[true],
 14341 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14342 ["<ul><li>foo</li><ul><li>bar<li>baz</ul><li>[quz]</ul>",
 14343 	[["insertorderedlist",""]],
 14344 	"<ul><li>foo</li><ul><li>bar</li><li>baz</li></ul></ul><ol><li>[quz]</li></ol>",
 14345 	[true],
 14346 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14347 ["<ul><li>foo<li>[bar<li>baz]</ul>",
 14348 	[["insertorderedlist",""]],
 14349 	"<ul><li>foo</li></ul><ol><li>[bar</li><li>baz]</li></ol>",
 14350 	[true],
 14351 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14352 ["<ul><li>[foo<ul><li>bar]</ul><li>baz</ul>",
 14353 	[["insertorderedlist",""]],
 14354 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><ul><li>baz</li></ul>",
 14355 	[true],
 14356 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14357 ["<ul><li>foo<ul><li>b[ar</ul><li>b]az</ul>",
 14358 	[["insertorderedlist",""]],
 14359 	"<ul><li>foo</li></ul><ol><ol><li>b[ar</li></ol><li>b]az</li></ol>",
 14360 	[true],
 14361 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14362 ["<ul><li>[foo<ul><li>bar</ul><li>baz]</ul><p>extra",
 14363 	[["insertorderedlist",""]],
 14364 	"<ol><li>[foo</li><ol><li>bar</li></ol><li>baz]</li></ol><p>extra</p>",
 14365 	[true],
 14366 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14367 ["<ul><li>[foo]<ul><li>bar</ul>baz</ul>",
 14368 	[["insertorderedlist",""]],
 14369 	"<ol><li>[foo]</li></ol><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 14370 	[true],
 14371 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14372 ["<ul><li>foo<ul><li>[bar]</ul>baz</ul>",
 14373 	[["insertorderedlist",""]],
 14374 	"<ul><li>foo</li><ol><li>[bar]</li></ol><li>baz</li></ul>",
 14375 	[true],
 14376 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14377 ["<ul><li>foo<ul><li>bar</ul>[baz]</ul>",
 14378 	[["insertorderedlist",""]],
 14379 	"<ul><li>foo</li><ul><li>bar</li></ul></ul><ol><li>[baz]</li></ol>",
 14380 	[true],
 14381 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14382 ["<ul><li>[foo<ul><li>bar]</ul>baz</ul>",
 14383 	[["insertorderedlist",""]],
 14384 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><ul><li>baz</li></ul>",
 14385 	[true],
 14386 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14387 ["foo<ol><li>bar</ol><ul><li>[baz]</ul>quz",
 14388 	[["insertorderedlist",""]],
 14389 	"foo<ol><li>bar</li><li>[baz]</li></ol>quz",
 14390 	[true],
 14391 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14392 ["foo<ol><li>bar</ol><ul><li>[baz</ul>quz]",
 14393 	[["insertorderedlist",""]],
 14394 	"foo<ol><li>bar</li><li>[baz</li><li>quz]</li></ol>",
 14395 	[true],
 14396 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14397 ["foo<ul><li>[bar]</ul><ol><li>baz</ol>quz",
 14398 	[["insertorderedlist",""]],
 14399 	"foo<ol><li>[bar]</li><li>baz</li></ol>quz",
 14400 	[true],
 14401 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14402 ["[foo<ul><li>bar]</ul><ol><li>baz</ol>quz",
 14403 	[["insertorderedlist",""]],
 14404 	"<ol><li>[foo</li><li>bar]</li><li>baz</li></ol>quz",
 14405 	[true],
 14406 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14407 ["[foo]<blockquote>bar</blockquote>baz",
 14408 	[["insertorderedlist",""]],
 14409 	"<ol><li>[foo]</li></ol><blockquote>bar</blockquote>baz",
 14410 	[true],
 14411 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14412 ["foo<blockquote>[bar]</blockquote>baz",
 14413 	[["insertorderedlist",""]],
 14414 	"foo<blockquote><ol><li>[bar]</li></ol></blockquote>baz",
 14415 	[true],
 14416 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14417 ["[foo<blockquote>bar]</blockquote>baz",
 14418 	[["insertorderedlist",""]],
 14419 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol>baz",
 14420 	[true],
 14421 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14422 ["<ol><li>foo</ol><blockquote>[bar]</blockquote>baz",
 14423 	[["insertorderedlist",""]],
 14424 	"<ol><li>foo</li><ol><li>[bar]</li></ol></ol>baz",
 14425 	[true],
 14426 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14427 ["[foo]<blockquote><ol><li>bar</ol></blockquote>baz",
 14428 	[["insertorderedlist",""]],
 14429 	"<ol><li>[foo]</li></ol><blockquote><ol><li>bar</li></ol></blockquote>baz",
 14430 	[true],
 14431 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14432 ["foo<blockquote>[bar]<br>baz</blockquote>",
 14433 	[["insertorderedlist",""]],
 14434 	"foo<blockquote><ol><li>[bar]</li></ol>baz</blockquote>",
 14435 	[true],
 14436 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14437 ["[foo<blockquote>bar]<br>baz</blockquote>",
 14438 	[["insertorderedlist",""]],
 14439 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><blockquote>baz</blockquote>",
 14440 	[true],
 14441 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14442 ["<ol><li>foo</ol><blockquote>[bar]<br>baz</blockquote>",
 14443 	[["insertorderedlist",""]],
 14444 	"<ol><li>foo</li><ol><li>[bar]</li></ol></ol><blockquote>baz</blockquote>",
 14445 	[true],
 14446 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14447 ["<p>[foo]<blockquote><p>bar</blockquote><p>baz",
 14448 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14449 	"<ol><li>[foo]</li></ol><blockquote><p>bar</p></blockquote><p>baz</p>",
 14450 	[true,true],
 14451 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 14452 ["<p>[foo]<blockquote><p>bar</blockquote><p>baz",
 14453 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14454 	"<ol><li>[foo]</li></ol><blockquote><p>bar</p></blockquote><p>baz</p>",
 14455 	[true,true],
 14456 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 14457 ["<p>foo<blockquote><p>[bar]</blockquote><p>baz",
 14458 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14459 	"<p>foo</p><blockquote><ol><li>[bar]</li></ol></blockquote><p>baz</p>",
 14460 	[true,true],
 14461 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 14462 ["<p>foo<blockquote><p>[bar]</blockquote><p>baz",
 14463 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14464 	"<p>foo</p><blockquote><ol><li>[bar]</li></ol></blockquote><p>baz</p>",
 14465 	[true,true],
 14466 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 14467 ["<p>[foo<blockquote><p>bar]</blockquote><p>baz",
 14468 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14469 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><p>baz</p>",
 14470 	[true,true],
 14471 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 14472 ["<p>[foo<blockquote><p>bar]</blockquote><p>baz",
 14473 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14474 	"<ol><li>[foo</li><ol><li>bar]</li></ol></ol><p>baz</p>",
 14475 	[true,true],
 14476 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 14477 ["<ol><li>foo</ol><blockquote><p>[bar]</blockquote><p>baz",
 14478 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14479 	"<ol><li>foo</li><ol><li>[bar]</li></ol></ol><p>baz</p>",
 14480 	[true,true],
 14481 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 14482 ["<ol><li>foo</ol><blockquote><p>[bar]</blockquote><p>baz",
 14483 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14484 	"<ol><li>foo</li><ol><li>[bar]</li></ol></ol><p>baz</p>",
 14485 	[true,true],
 14486 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 14487 ["<ul id=abc><li>foo<li>[bar]<li>baz</ul>",
 14488 	[["insertorderedlist",""]],
 14489 	"<ul id=\"abc\"><li>foo</li></ul><ol><li>[bar]</li></ol><ul><li>baz</li></ul>",
 14490 	[true],
 14491 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14492 ["<ul style=color:blue><li>foo<li>[bar]<li>baz</ul>",
 14493 	[["stylewithcss","true"],["insertorderedlist",""]],
 14494 	"<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>",
 14495 	[true,true],
 14496 	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 14497 ["<ul style=color:blue><li>foo<li>[bar]<li>baz</ul>",
 14498 	[["stylewithcss","false"],["insertorderedlist",""]],
 14499 	"<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>",
 14500 	[true,true],
 14501 	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
 14502 ["<ul style=text-indent:1em><li>foo<li>[bar]<li>baz</ul>",
 14503 	[["stylewithcss","true"],["insertorderedlist",""]],
 14504 	"<ul style=\"text-indent:1em\"><li>foo</li></ul><ol><li>[bar]</li></ol><ul style=\"text-indent:1em\"><li>baz</li></ul>",
 14505 	[true,true],
 14506 	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 14507 ["<ul style=text-indent:1em><li>foo<li>[bar]<li>baz</ul>",
 14508 	[["stylewithcss","false"],["insertorderedlist",""]],
 14509 	"<ul style=\"text-indent:1em\"><li>foo</li></ul><ol><li>[bar]</li></ol><ul style=\"text-indent:1em\"><li>baz</li></ul>",
 14510 	[true,true],
 14511 	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
 14512 ["<ul id=abc><li>[foo]<li>bar<li>baz</ul>",
 14513 	[["insertorderedlist",""]],
 14514 	"<ol><li>[foo]</li></ol><ul id=\"abc\"><li>bar</li><li>baz</li></ul>",
 14515 	[true],
 14516 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14517 ["<ul style=color:blue><li>[foo]<li>bar<li>baz</ul>",
 14518 	[["stylewithcss","true"],["insertorderedlist",""]],
 14519 	"<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>",
 14520 	[true,true],
 14521 	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 14522 ["<ul style=color:blue><li>[foo]<li>bar<li>baz</ul>",
 14523 	[["stylewithcss","false"],["insertorderedlist",""]],
 14524 	"<ol><li><font color=\"#0000ff\">[foo]</font></li></ol><ul style=\"color:rgb(0, 0, 255)\"><li>bar</li><li>baz</li></ul>",
 14525 	[true,true],
 14526 	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
 14527 ["<ul style=text-indent:1em><li>[foo]<li>bar<li>baz</ul>",
 14528 	[["insertorderedlist",""]],
 14529 	"<ol><li>[foo]</li></ol><ul style=\"text-indent:1em\"><li>bar</li><li>baz</li></ul>",
 14530 	[true],
 14531 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14532 ["<ul id=abc><li>foo<li>bar<li>[baz]</ul>",
 14533 	[["insertorderedlist",""]],
 14534 	"<ul id=\"abc\"><li>foo</li><li>bar</li></ul><ol><li>[baz]</li></ol>",
 14535 	[true],
 14536 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14537 ["<ul style=color:blue><li>foo<li>bar<li>[baz]</ul>",
 14538 	[["stylewithcss","true"],["insertorderedlist",""]],
 14539 	"<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>",
 14540 	[true,true],
 14541 	{"stylewithcss":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 14542 ["<ul style=color:blue><li>foo<li>bar<li>[baz]</ul>",
 14543 	[["stylewithcss","false"],["insertorderedlist",""]],
 14544 	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li><li>bar</li></ul><ol><li><font color=\"#0000ff\">[baz]</font></li></ol>",
 14545 	[true,true],
 14546 	{"stylewithcss":[false,true,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
 14547 ["<ul style=text-indent:1em><li>foo<li>bar<li>[baz]</ul>",
 14548 	[["insertorderedlist",""]],
 14549 	"<ul style=\"text-indent:1em\"><li>foo</li><li>bar</li></ul><ol><li>[baz]</li></ol>",
 14550 	[true],
 14551 	{"insertorderedlist":[false,false,"",false,true,""]}],
 14552 ["<ol><li>foo</ol> <p>[bar]",
 14553 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14554 	"<ol><li>foo</li> <li>[bar]</li></ol>",
 14555 	[true,true],
 14556 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 14557 ["<ol><li>foo</ol> <p>[bar]",
 14558 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14559 	"<ol><li>foo</li> <li>[bar]</li></ol>",
 14560 	[true,true],
 14561 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 14562 ["<p>[foo]</p> <ol><li>bar</ol>",
 14563 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14564 	"<ol><li>[foo]</li> <li>bar</li></ol>",
 14565 	[true,true],
 14566 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 14567 ["<p>[foo]</p> <ol><li>bar</ol>",
 14568 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14569 	"<ol><li>[foo]</li> <li>bar</li></ol>",
 14570 	[true,true],
 14571 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 14572 ["<ol><li>foo</ol> <p>[bar]</p> <ol><li>baz</ol>",
 14573 	[["defaultparagraphseparator","div"],["insertorderedlist",""]],
 14574 	"<ol><li>foo</li> <li>[bar]</li> <li>baz</li></ol>",
 14575 	[true,true],
 14576 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
 14577 ["<ol><li>foo</ol> <p>[bar]</p> <ol><li>baz</ol>",
 14578 	[["defaultparagraphseparator","p"],["insertorderedlist",""]],
 14579 	"<ol><li>foo</li> <li>[bar]</li> <li>baz</li></ol>",
 14580 	[true,true],
 14581 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertorderedlist":[false,false,"",false,true,""]}],
 14582 ["foo[bar]baz",
 14583 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14584 	"<div>foo</div><div>{}baz</div>",
 14585 	[true,true],
 14586 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14587 ["foo[bar]baz",
 14588 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14589 	"<p>foo</p><p>{}baz</p>",
 14590 	[true,true],
 14591 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14592 ["fo[o<table><tr><td>b]ar</table>",
 14593 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14594 	"<div>fo</div><div>{}<br></div><table><tbody><tr><td>ar</td></tr></tbody></table>",
 14595 	[true,true],
 14596 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14597 ["fo[o<table><tr><td>b]ar</table>",
 14598 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14599 	"<p>fo</p><p>{}<br></p><table><tbody><tr><td>ar</td></tr></tbody></table>",
 14600 	[true,true],
 14601 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14602 ["<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>",
 14603 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14604 	"<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>",
 14605 	[true,true],
 14606 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14607 ["<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>",
 14608 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14609 	"<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>",
 14610 	[true,true],
 14611 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14612 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<tr><td>baz<td>quz</table>",
 14613 	[["insertparagraph",""]],
 14614 	"<table><tbody>{}<tr><td><br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>",
 14615 	[true],
 14616 	{"insertparagraph":[false,false,"",false,false,""]}],
 14617 ["<table><tr><td>fo[o</table>b]ar",
 14618 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14619 	"<table><tbody><tr><td><div>fo</div><div>{}<br></div></td></tr></tbody></table>ar",
 14620 	[true,true],
 14621 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14622 ["<table><tr><td>fo[o</table>b]ar",
 14623 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14624 	"<table><tbody><tr><td><p>fo</p><p>{}<br></p></td></tr></tbody></table>ar",
 14625 	[true,true],
 14626 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14627 ["<table><tr><td>fo[o<td>b]ar<td>baz</table>",
 14628 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14629 	"<table><tbody><tr><td><div>fo</div><div>{}<br></div></td><td>ar</td><td>baz</td></tr></tbody></table>",
 14630 	[true,true],
 14631 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14632 ["<table><tr><td>fo[o<td>b]ar<td>baz</table>",
 14633 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14634 	"<table><tbody><tr><td><p>fo</p><p>{}<br></p></td><td>ar</td><td>baz</td></tr></tbody></table>",
 14635 	[true,true],
 14636 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14637 ["{<table><tr><td>foo</table>}",
 14638 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14639 	"<div><br></div><div>{}<br></div>",
 14640 	[true,true],
 14641 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14642 ["{<table><tr><td>foo</table>}",
 14643 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14644 	"<p><br></p><p>{}<br></p>",
 14645 	[true,true],
 14646 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14647 ["<table><tr><td>[foo]</table>",
 14648 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14649 	"<table><tbody><tr><td><div><br></div><div>{}<br></div></td></tr></tbody></table>",
 14650 	[true,true],
 14651 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14652 ["<table><tr><td>[foo]</table>",
 14653 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14654 	"<table><tbody><tr><td><p><br></p><p>{}<br></p></td></tr></tbody></table>",
 14655 	[true,true],
 14656 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14657 ["<ol><li>[foo]<li>bar</ol>",
 14658 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14659 	"<div>{}<br></div><ol><li>bar</li></ol>",
 14660 	[true,true],
 14661 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14662 ["<ol><li>[foo]<li>bar</ol>",
 14663 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14664 	"<p>{}<br></p><ol><li>bar</li></ol>",
 14665 	[true,true],
 14666 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14667 ["<ol><li>f[o]o<li>bar</ol>",
 14668 	[["insertparagraph",""]],
 14669 	"<ol><li>f</li><li>{}o</li><li>bar</li></ol>",
 14670 	[true],
 14671 	{"insertparagraph":[false,false,"",false,false,""]}],
 14672 ["[]foo",
 14673 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14674 	"<div><br></div><div>{}foo</div>",
 14675 	[true,true],
 14676 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14677 ["[]foo",
 14678 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14679 	"<p><br></p><p>{}foo</p>",
 14680 	[true,true],
 14681 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14682 ["foo[]",
 14683 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14684 	"<div>foo</div><div>{}<br></div>",
 14685 	[true,true],
 14686 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14687 ["foo[]",
 14688 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14689 	"<p>foo</p><p>{}<br></p>",
 14690 	[true,true],
 14691 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14692 ["<span>foo[]</span>",
 14693 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14694 	"<div><span>foo</span></div><div>{}<br></div>",
 14695 	[true,true],
 14696 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14697 ["<span>foo[]</span>",
 14698 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14699 	"<p><span>foo</span></p><p>{}<br></p>",
 14700 	[true,true],
 14701 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14702 ["foo[]<br>",
 14703 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14704 	"<div>foo</div><div>{}<br></div>",
 14705 	[true,true],
 14706 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14707 ["foo[]<br>",
 14708 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14709 	"<p>foo</p><p>{}<br></p>",
 14710 	[true,true],
 14711 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14712 ["foo[]bar",
 14713 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14714 	"<div>foo</div><div>{}bar</div>",
 14715 	[true,true],
 14716 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14717 ["foo[]bar",
 14718 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14719 	"<p>foo</p><p>{}bar</p>",
 14720 	[true,true],
 14721 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14722 ["<address>[]foo</address>",
 14723 	[["insertparagraph",""]],
 14724 	"<address><br>{}foo</address>",
 14725 	[true],
 14726 	{"insertparagraph":[false,false,"",false,false,""]}],
 14727 ["<address>foo[]</address>",
 14728 	[["insertparagraph",""]],
 14729 	"<address>foo<br>{}<br></address>",
 14730 	[true],
 14731 	{"insertparagraph":[false,false,"",false,false,""]}],
 14732 ["<address>foo[]<br></address>",
 14733 	[["insertparagraph",""]],
 14734 	"<address>foo<br>{}<br></address>",
 14735 	[true],
 14736 	{"insertparagraph":[false,false,"",false,false,""]}],
 14737 ["<address>foo[]bar</address>",
 14738 	[["insertparagraph",""]],
 14739 	"<address>foo<br>{}bar</address>",
 14740 	[true],
 14741 	{"insertparagraph":[false,false,"",false,false,""]}],
 14742 ["<div>[]foo</div>",
 14743 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14744 	"<div><br></div><div>{}foo</div>",
 14745 	[true,true],
 14746 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14747 ["<div>[]foo</div>",
 14748 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14749 	"<div><br></div><div>{}foo</div>",
 14750 	[true,true],
 14751 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14752 ["<div>foo[]</div>",
 14753 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14754 	"<div>foo</div><div>{}<br></div>",
 14755 	[true,true],
 14756 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14757 ["<div>foo[]</div>",
 14758 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14759 	"<div>foo</div><div>{}<br></div>",
 14760 	[true,true],
 14761 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14762 ["<div>foo[]<br></div>",
 14763 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14764 	"<div>foo</div><div>{}<br></div>",
 14765 	[true,true],
 14766 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14767 ["<div>foo[]<br></div>",
 14768 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14769 	"<div>foo</div><div>{}<br></div>",
 14770 	[true,true],
 14771 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14772 ["<div>foo[]bar</div>",
 14773 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14774 	"<div>foo</div><div>{}bar</div>",
 14775 	[true,true],
 14776 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14777 ["<div>foo[]bar</div>",
 14778 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14779 	"<div>foo</div><div>{}bar</div>",
 14780 	[true,true],
 14781 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14782 ["<dl><dt>[]foo<dd>bar</dl>",
 14783 	[["insertparagraph",""]],
 14784 	"<dl><dt><br></dt><dt>{}foo</dt><dd>bar</dd></dl>",
 14785 	[true],
 14786 	{"insertparagraph":[false,false,"",false,false,""]}],
 14787 ["<dl><dt>foo[]<dd>bar</dl>",
 14788 	[["insertparagraph",""]],
 14789 	"<dl><dt>foo</dt><dd>{}<br></dd><dd>bar</dd></dl>",
 14790 	[true],
 14791 	{"insertparagraph":[false,false,"",false,false,""]}],
 14792 ["<dl><dt>foo[]<br><dd>bar</dl>",
 14793 	[["insertparagraph",""]],
 14794 	"<dl><dt>foo</dt><dd>{}<br></dd><dd>bar</dd></dl>",
 14795 	[true],
 14796 	{"insertparagraph":[false,false,"",false,false,""]}],
 14797 ["<dl><dt>foo[]bar<dd>baz</dl>",
 14798 	[["insertparagraph",""]],
 14799 	"<dl><dt>foo</dt><dt>{}bar</dt><dd>baz</dd></dl>",
 14800 	[true],
 14801 	{"insertparagraph":[false,false,"",false,false,""]}],
 14802 ["<dl><dt>foo<dd>[]bar</dl>",
 14803 	[["insertparagraph",""]],
 14804 	"<dl><dt>foo</dt><dd><br></dd><dd>{}bar</dd></dl>",
 14805 	[true],
 14806 	{"insertparagraph":[false,false,"",false,false,""]}],
 14807 ["<dl><dt>foo<dd>bar[]</dl>",
 14808 	[["insertparagraph",""]],
 14809 	"<dl><dt>foo</dt><dd>bar</dd><dt>{}<br></dt></dl>",
 14810 	[true],
 14811 	{"insertparagraph":[false,false,"",false,false,""]}],
 14812 ["<dl><dt>foo<dd>bar[]<br></dl>",
 14813 	[["insertparagraph",""]],
 14814 	"<dl><dt>foo</dt><dd>bar</dd><dt>{}<br></dt></dl>",
 14815 	[true],
 14816 	{"insertparagraph":[false,false,"",false,false,""]}],
 14817 ["<dl><dt>foo<dd>bar[]baz</dl>",
 14818 	[["insertparagraph",""]],
 14819 	"<dl><dt>foo</dt><dd>bar</dd><dd>{}baz</dd></dl>",
 14820 	[true],
 14821 	{"insertparagraph":[false,false,"",false,false,""]}],
 14822 ["<h1>[]foo</h1>",
 14823 	[["insertparagraph",""]],
 14824 	"<h1><br></h1><h1>{}foo</h1>",
 14825 	[true],
 14826 	{"insertparagraph":[false,false,"",false,false,""]}],
 14827 ["<h1>foo[]</h1>",
 14828 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14829 	"<h1>foo</h1><div>{}<br></div>",
 14830 	[true,true],
 14831 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14832 ["<h1>foo[]</h1>",
 14833 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14834 	"<h1>foo</h1><p>{}<br></p>",
 14835 	[true,true],
 14836 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14837 ["<h1>foo[]<br></h1>",
 14838 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14839 	"<h1>foo</h1><div>{}<br></div>",
 14840 	[true,true],
 14841 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14842 ["<h1>foo[]<br></h1>",
 14843 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14844 	"<h1>foo</h1><p>{}<br></p>",
 14845 	[true,true],
 14846 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14847 ["<h1>foo[]bar</h1>",
 14848 	[["insertparagraph",""]],
 14849 	"<h1>foo</h1><h1>{}bar</h1>",
 14850 	[true],
 14851 	{"insertparagraph":[false,false,"",false,false,""]}],
 14852 ["<ol><li>[]foo</ol>",
 14853 	[["insertparagraph",""]],
 14854 	"<ol><li><br></li><li>{}foo</li></ol>",
 14855 	[true],
 14856 	{"insertparagraph":[false,false,"",false,false,""]}],
 14857 ["<ol><li>foo[]</ol>",
 14858 	[["insertparagraph",""]],
 14859 	"<ol><li>foo</li><li>{}<br></li></ol>",
 14860 	[true],
 14861 	{"insertparagraph":[false,false,"",false,false,""]}],
 14862 ["<ol><li>foo[]<br></ol>",
 14863 	[["insertparagraph",""]],
 14864 	"<ol><li>foo</li><li>{}<br></li></ol>",
 14865 	[true],
 14866 	{"insertparagraph":[false,false,"",false,false,""]}],
 14867 ["<ol><li>foo[]bar</ol>",
 14868 	[["insertparagraph",""]],
 14869 	"<ol><li>foo</li><li>{}bar</li></ol>",
 14870 	[true],
 14871 	{"insertparagraph":[false,false,"",false,false,""]}],
 14872 ["<p>[]foo</p>",
 14873 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14874 	"<p><br></p><p>{}foo</p>",
 14875 	[true,true],
 14876 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14877 ["<p>[]foo</p>",
 14878 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14879 	"<p><br></p><p>{}foo</p>",
 14880 	[true,true],
 14881 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14882 ["<p>foo[]</p>",
 14883 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14884 	"<p>foo</p><p>{}<br></p>",
 14885 	[true,true],
 14886 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14887 ["<p>foo[]</p>",
 14888 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14889 	"<p>foo</p><p>{}<br></p>",
 14890 	[true,true],
 14891 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14892 ["<p>foo[]<br></p>",
 14893 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14894 	"<p>foo</p><p>{}<br></p>",
 14895 	[true,true],
 14896 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14897 ["<p>foo[]<br></p>",
 14898 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14899 	"<p>foo</p><p>{}<br></p>",
 14900 	[true,true],
 14901 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14902 ["<p>foo[]bar</p>",
 14903 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14904 	"<p>foo</p><p>{}bar</p>",
 14905 	[true,true],
 14906 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14907 ["<p>foo[]bar</p>",
 14908 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14909 	"<p>foo</p><p>{}bar</p>",
 14910 	[true,true],
 14911 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14912 ["<pre>[]foo</pre>",
 14913 	[["insertparagraph",""]],
 14914 	"<pre><br>{}foo</pre>",
 14915 	[true],
 14916 	{"insertparagraph":[false,false,"",false,false,""]}],
 14917 ["<pre>foo[]</pre>",
 14918 	[["insertparagraph",""]],
 14919 	"<pre>foo<br>{}<br></pre>",
 14920 	[true],
 14921 	{"insertparagraph":[false,false,"",false,false,""]}],
 14922 ["<pre>foo[]<br></pre>",
 14923 	[["insertparagraph",""]],
 14924 	"<pre>foo<br>{}<br></pre>",
 14925 	[true],
 14926 	{"insertparagraph":[false,false,"",false,false,""]}],
 14927 ["<pre>foo[]bar</pre>",
 14928 	[["insertparagraph",""]],
 14929 	"<pre>foo<br>{}bar</pre>",
 14930 	[true],
 14931 	{"insertparagraph":[false,false,"",false,false,""]}],
 14932 ["<pre>foo[]<br><br></pre>",
 14933 	[["insertparagraph",""]],
 14934 	"<pre>foo<br>{}<br><br></pre>",
 14935 	[true],
 14936 	{"insertparagraph":[false,false,"",false,false,""]}],
 14937 ["<pre>foo<br>{}<br></pre>",
 14938 	[["insertparagraph",""]],
 14939 	"<pre>foo<br><br>{}<br></pre>",
 14940 	[true],
 14941 	{"insertparagraph":[false,false,"",false,false,""]}],
 14942 ["<pre>foo&#10;[]</pre>",
 14943 	[["insertparagraph",""]],
 14944 	"<pre>foo\n<br>{}<br></pre>",
 14945 	[true],
 14946 	{"insertparagraph":[false,false,"",false,false,""]}],
 14947 ["<pre>foo[]&#10;</pre>",
 14948 	[["insertparagraph",""]],
 14949 	"<pre>foo<br>{}\n</pre>",
 14950 	[true],
 14951 	{"insertparagraph":[false,false,"",false,false,""]}],
 14952 ["<pre>foo&#10;[]&#10;</pre>",
 14953 	[["insertparagraph",""]],
 14954 	"<pre>foo\n<br>{}\n</pre>",
 14955 	[true],
 14956 	{"insertparagraph":[false,false,"",false,false,""]}],
 14957 ["<xmp>foo[]bar</xmp>",
 14958 	[["insertparagraph",""]],
 14959 	"<xmp>foo</xmp><xmp>{}bar</xmp>",
 14960 	[true],
 14961 	{"insertparagraph":[false,false,"",false,false,""]}],
 14962 ["<script>foo[]bar</script>baz",
 14963 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14964 	"<div><script>foo</script><br></div><div>{}<script>bar</script>baz</div>",
 14965 	[true,true],
 14966 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14967 ["<script>foo[]bar</script>baz",
 14968 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 14969 	"<p><script>foo</script><br></p><p>{}<script>bar</script>baz</p>",
 14970 	[true,true],
 14971 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14972 ["<div style=display:none>foo[]bar</div>baz",
 14973 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 14974 	"<div style=\"display:none\">foo<br></div><div style=\"display:none\">{}bar<br></div>baz",
 14975 	[true,true,true],
 14976 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14977 ["<div style=display:none>foo[]bar</div>baz",
 14978 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 14979 	"<div style=\"display:none\">foo<br></div><div style=\"display:none\">{}bar<br></div>baz",
 14980 	[true,true,true],
 14981 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 14982 ["<div style=display:none>foo[]bar</div>baz",
 14983 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 14984 	"<div style=\"display:none\">foo<br></div><div style=\"display:none\">{}bar<br></div>baz",
 14985 	[true,true,true],
 14986 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14987 ["<div style=display:none>foo[]bar</div>baz",
 14988 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 14989 	"<div style=\"display:none\">foo<br></div><div style=\"display:none\">{}bar<br></div>baz",
 14990 	[true,true,true],
 14991 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 14992 ["<listing>foo[]bar</listing>",
 14993 	[["insertparagraph",""]],
 14994 	"<listing>foo<br>{}bar</listing>",
 14995 	[true],
 14996 	{"insertparagraph":[false,false,"",false,false,""]}],
 14997 ["<ol><li>{}<br></li></ol>",
 14998 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 14999 	"<div>{}<br></div>",
 15000 	[true,true],
 15001 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15002 ["<ol><li>{}<br></li></ol>",
 15003 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15004 	"<p>{}<br></p>",
 15005 	[true,true],
 15006 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15007 ["foo<ol><li>{}<br></li></ol>",
 15008 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15009 	"foo<div>{}<br></div>",
 15010 	[true,true],
 15011 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15012 ["foo<ol><li>{}<br></li></ol>",
 15013 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15014 	"foo<p>{}<br></p>",
 15015 	[true,true],
 15016 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15017 ["<ol><li>{}<br></li></ol>foo",
 15018 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15019 	"<div>{}<br></div>foo",
 15020 	[true,true],
 15021 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15022 ["<ol><li>{}<br></li></ol>foo",
 15023 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15024 	"<p>{}<br></p>foo",
 15025 	[true,true],
 15026 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15027 ["<ol><li>foo<li>{}<br></ol>",
 15028 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15029 	"<ol><li>foo</li></ol><div>{}<br></div>",
 15030 	[true,true],
 15031 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15032 ["<ol><li>foo<li>{}<br></ol>",
 15033 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15034 	"<ol><li>foo</li></ol><p>{}<br></p>",
 15035 	[true,true],
 15036 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15037 ["<ol><li>{}<br><li>bar</ol>",
 15038 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15039 	"<div>{}<br></div><ol><li>bar</li></ol>",
 15040 	[true,true],
 15041 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15042 ["<ol><li>{}<br><li>bar</ol>",
 15043 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15044 	"<p>{}<br></p><ol><li>bar</li></ol>",
 15045 	[true,true],
 15046 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15047 ["<ol><li>foo</li><ul><li>{}<br></ul></ol>",
 15048 	[["insertparagraph",""]],
 15049 	"<ol><li>foo</li><li>{}<br></li></ol>",
 15050 	[true],
 15051 	{"insertparagraph":[false,false,"",false,false,""]}],
 15052 ["<dl><dt>{}<br></dt></dl>",
 15053 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15054 	"<div>{}<br></div>",
 15055 	[true,true],
 15056 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15057 ["<dl><dt>{}<br></dt></dl>",
 15058 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15059 	"<p>{}<br></p>",
 15060 	[true,true],
 15061 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15062 ["<dl><dt>foo<dd>{}<br></dl>",
 15063 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15064 	"<dl><dt>foo</dt></dl><div>{}<br></div>",
 15065 	[true,true],
 15066 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15067 ["<dl><dt>foo<dd>{}<br></dl>",
 15068 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15069 	"<dl><dt>foo</dt></dl><p>{}<br></p>",
 15070 	[true,true],
 15071 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15072 ["<dl><dt>{}<br><dd>bar</dl>",
 15073 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15074 	"<div>{}<br></div><dl><dd>bar</dd></dl>",
 15075 	[true,true],
 15076 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15077 ["<dl><dt>{}<br><dd>bar</dl>",
 15078 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15079 	"<p>{}<br></p><dl><dd>bar</dd></dl>",
 15080 	[true,true],
 15081 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15082 ["<dl><dt>foo<dd>bar<dl><dt>{}<br><dd>baz</dl></dl>",
 15083 	[["insertparagraph",""]],
 15084 	"<dl><dt>foo</dt><dd>bar</dd><dt>{}<br></dt><dd><dl><dd>baz</dd></dl></dd></dl>",
 15085 	[true],
 15086 	{"insertparagraph":[false,false,"",false,false,""]}],
 15087 ["<dl><dt>foo<dd>bar<dl><dt>baz<dd>{}<br></dl></dl>",
 15088 	[["insertparagraph",""]],
 15089 	"<dl><dt>foo</dt><dd>bar<dl><dt>baz</dt></dl></dd><dd>{}<br></dd></dl>",
 15090 	[true],
 15091 	{"insertparagraph":[false,false,"",false,false,""]}],
 15092 ["<h1>foo[bar</h1><p>baz]quz</p>",
 15093 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15094 	"<h1>foo</h1><h1>{}quz</h1>",
 15095 	[true,true],
 15096 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15097 ["<h1>foo[bar</h1><p>baz]quz</p>",
 15098 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15099 	"<h1>foo</h1><h1>{}quz</h1>",
 15100 	[true,true],
 15101 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15102 ["<p>foo[bar</p><h1>baz]quz</h1>",
 15103 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15104 	"<p>foo</p><p>{}quz</p>",
 15105 	[true,true],
 15106 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15107 ["<p>foo[bar</p><h1>baz]quz</h1>",
 15108 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15109 	"<p>foo</p><p>{}quz</p>",
 15110 	[true,true],
 15111 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15112 ["<p>foo</p>{}<br>",
 15113 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15114 	"<p>foo</p><div><br></div><div>{}<br></div>",
 15115 	[true,true],
 15116 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15117 ["<p>foo</p>{}<br>",
 15118 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15119 	"<p>foo</p><p><br></p><p>{}<br></p>",
 15120 	[true,true],
 15121 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15122 ["{}<br><p>foo</p>",
 15123 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15124 	"<div><br></div><div>{}<br></div><p>foo</p>",
 15125 	[true,true],
 15126 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15127 ["{}<br><p>foo</p>",
 15128 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15129 	"<p><br></p><p>{}<br></p><p>foo</p>",
 15130 	[true,true],
 15131 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15132 ["<p>foo</p>{}<br><h1>bar</h1>",
 15133 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15134 	"<p>foo</p><div><br></div><div>{}<br></div><h1>bar</h1>",
 15135 	[true,true],
 15136 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15137 ["<p>foo</p>{}<br><h1>bar</h1>",
 15138 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15139 	"<p>foo</p><p><br></p><p>{}<br></p><h1>bar</h1>",
 15140 	[true,true],
 15141 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15142 ["<h1>foo</h1>{}<br><p>bar</p>",
 15143 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15144 	"<h1>foo</h1><div><br></div><div>{}<br></div><p>bar</p>",
 15145 	[true,true],
 15146 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15147 ["<h1>foo</h1>{}<br><p>bar</p>",
 15148 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15149 	"<h1>foo</h1><p><br></p><p>{}<br></p><p>bar</p>",
 15150 	[true,true],
 15151 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15152 ["<h1>foo</h1>{}<br><h2>bar</h2>",
 15153 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15154 	"<h1>foo</h1><div><br></div><div>{}<br></div><h2>bar</h2>",
 15155 	[true,true],
 15156 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15157 ["<h1>foo</h1>{}<br><h2>bar</h2>",
 15158 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15159 	"<h1>foo</h1><p><br></p><p>{}<br></p><h2>bar</h2>",
 15160 	[true,true],
 15161 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15162 ["<p>foo</p><h1>[bar]</h1><p>baz</p>",
 15163 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15164 	"<p>foo</p><h1><br></h1><div>{}<br></div><p>baz</p>",
 15165 	[true,true],
 15166 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15167 ["<p>foo</p><h1>[bar]</h1><p>baz</p>",
 15168 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15169 	"<p>foo</p><h1><br></h1><p>{}<br></p><p>baz</p>",
 15170 	[true,true],
 15171 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15172 ["<p>foo</p>{<h1>bar</h1>}<p>baz</p>",
 15173 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15174 	"<p>foo</p><div>{}<br></div><p>baz</p>",
 15175 	[true,true],
 15176 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15177 ["<p>foo</p>{<h1>bar</h1>}<p>baz</p>",
 15178 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15179 	"<p>foo</p><p>{}<br></p><p>baz</p>",
 15180 	[true,true],
 15181 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15182 ["<table><tr><td>foo[]bar</table>",
 15183 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15184 	"<table><tbody><tr><td><div>foo</div><div>{}bar</div></td></tr></tbody></table>",
 15185 	[true,true],
 15186 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15187 ["<table><tr><td>foo[]bar</table>",
 15188 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15189 	"<table><tbody><tr><td><p>foo</p><p>{}bar</p></td></tr></tbody></table>",
 15190 	[true,true],
 15191 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15192 ["<table><tr><td><p>foo[]bar</table>",
 15193 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15194 	"<table><tbody><tr><td><p>foo</p><p>{}bar</p></td></tr></tbody></table>",
 15195 	[true,true],
 15196 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15197 ["<table><tr><td><p>foo[]bar</table>",
 15198 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15199 	"<table><tbody><tr><td><p>foo</p><p>{}bar</p></td></tr></tbody></table>",
 15200 	[true,true],
 15201 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15202 ["<blockquote>[]foo</blockquote>",
 15203 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15204 	"<blockquote><div><br></div><div>{}foo</div></blockquote>",
 15205 	[true,true],
 15206 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15207 ["<blockquote>[]foo</blockquote>",
 15208 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15209 	"<blockquote><p><br></p><p>{}foo</p></blockquote>",
 15210 	[true,true],
 15211 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15212 ["<blockquote>foo[]</blockquote>",
 15213 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15214 	"<blockquote><div>foo</div><div>{}<br></div></blockquote>",
 15215 	[true,true],
 15216 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15217 ["<blockquote>foo[]</blockquote>",
 15218 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15219 	"<blockquote><p>foo</p><p>{}<br></p></blockquote>",
 15220 	[true,true],
 15221 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15222 ["<blockquote>foo[]<br></blockquote>",
 15223 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15224 	"<blockquote><div>foo</div><div>{}<br></div></blockquote>",
 15225 	[true,true],
 15226 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15227 ["<blockquote>foo[]<br></blockquote>",
 15228 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15229 	"<blockquote><p>foo</p><p>{}<br></p></blockquote>",
 15230 	[true,true],
 15231 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15232 ["<blockquote>foo[]bar</blockquote>",
 15233 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15234 	"<blockquote><div>foo</div><div>{}bar</div></blockquote>",
 15235 	[true,true],
 15236 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15237 ["<blockquote>foo[]bar</blockquote>",
 15238 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15239 	"<blockquote><p>foo</p><p>{}bar</p></blockquote>",
 15240 	[true,true],
 15241 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15242 ["<blockquote><p>[]foo</blockquote>",
 15243 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15244 	"<blockquote><p><br></p><p>{}foo</p></blockquote>",
 15245 	[true,true],
 15246 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15247 ["<blockquote><p>[]foo</blockquote>",
 15248 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15249 	"<blockquote><p><br></p><p>{}foo</p></blockquote>",
 15250 	[true,true],
 15251 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15252 ["<blockquote><p>foo[]</blockquote>",
 15253 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15254 	"<blockquote><p>foo</p><p>{}<br></p></blockquote>",
 15255 	[true,true],
 15256 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15257 ["<blockquote><p>foo[]</blockquote>",
 15258 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15259 	"<blockquote><p>foo</p><p>{}<br></p></blockquote>",
 15260 	[true,true],
 15261 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15262 ["<blockquote><p>foo[]bar</blockquote>",
 15263 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15264 	"<blockquote><p>foo</p><p>{}bar</p></blockquote>",
 15265 	[true,true],
 15266 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15267 ["<blockquote><p>foo[]bar</blockquote>",
 15268 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15269 	"<blockquote><p>foo</p><p>{}bar</p></blockquote>",
 15270 	[true,true],
 15271 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15272 ["<blockquote><p>foo[]<p>bar</blockquote>",
 15273 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15274 	"<blockquote><p>foo</p><p>{}<br></p><p>bar</p></blockquote>",
 15275 	[true,true],
 15276 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15277 ["<blockquote><p>foo[]<p>bar</blockquote>",
 15278 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15279 	"<blockquote><p>foo</p><p>{}<br></p><p>bar</p></blockquote>",
 15280 	[true,true],
 15281 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15282 ["<blockquote><p>foo[]bar<p>baz</blockquote>",
 15283 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15284 	"<blockquote><p>foo</p><p>{}bar</p><p>baz</p></blockquote>",
 15285 	[true,true],
 15286 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15287 ["<blockquote><p>foo[]bar<p>baz</blockquote>",
 15288 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15289 	"<blockquote><p>foo</p><p>{}bar</p><p>baz</p></blockquote>",
 15290 	[true,true],
 15291 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15292 ["<span>foo[]bar</span>",
 15293 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15294 	"<div><span>foo</span></div><div>{}<span>bar</span></div>",
 15295 	[true,true],
 15296 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15297 ["<span>foo[]bar</span>",
 15298 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15299 	"<p><span>foo</span></p><p>{}<span>bar</span></p>",
 15300 	[true,true],
 15301 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15302 ["<span>foo[]bar</span>baz",
 15303 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15304 	"<div><span>foo</span></div><div>{}<span>bar</span>baz</div>",
 15305 	[true,true],
 15306 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15307 ["<span>foo[]bar</span>baz",
 15308 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15309 	"<p><span>foo</span></p><p>{}<span>bar</span>baz</p>",
 15310 	[true,true],
 15311 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15312 ["<b>foo[]bar</b>",
 15313 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15314 	"<div><b>foo</b></div><div>{}<b>bar</b></div>",
 15315 	[true,true,true],
 15316 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15317 ["<b>foo[]bar</b>",
 15318 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15319 	"<div><b>foo</b></div><div>{}<b>bar</b></div>",
 15320 	[true,true,true],
 15321 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15322 ["<b>foo[]bar</b>",
 15323 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15324 	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
 15325 	[true,true,true],
 15326 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15327 ["<b>foo[]bar</b>",
 15328 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15329 	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
 15330 	[true,true,true],
 15331 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15332 ["<b>foo[]bar</b>baz",
 15333 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15334 	"<div><b>foo</b></div><div>{}<b>bar</b>baz</div>",
 15335 	[true,true,true],
 15336 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15337 ["<b>foo[]bar</b>baz",
 15338 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15339 	"<div><b>foo</b></div><div>{}<b>bar</b>baz</div>",
 15340 	[true,true,true],
 15341 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15342 ["<b>foo[]bar</b>baz",
 15343 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15344 	"<p><b>foo</b></p><p>{}<b>bar</b>baz</p>",
 15345 	[true,true,true],
 15346 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15347 ["<b>foo[]bar</b>baz",
 15348 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15349 	"<p><b>foo</b></p><p>{}<b>bar</b>baz</p>",
 15350 	[true,true,true],
 15351 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15352 ["<b>foo[]</b>bar",
 15353 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15354 	"<div><b>foo</b></div><div>{}bar</div>",
 15355 	[true,true],
 15356 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15357 ["<b>foo[]</b>bar",
 15358 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15359 	"<p><b>foo</b></p><p>{}bar</p>",
 15360 	[true,true],
 15361 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15362 ["foo<b>[]bar</b>",
 15363 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15364 	"<div>foo</div><div>{}<b>bar</b></div>",
 15365 	[true,true],
 15366 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15367 ["foo<b>[]bar</b>",
 15368 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15369 	"<p>foo</p><p>{}<b>bar</b></p>",
 15370 	[true,true],
 15371 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15372 ["<b>foo[]</b><i>bar</i>",
 15373 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15374 	"<div><b>foo</b></div><div>{}<i>bar</i></div>",
 15375 	[true,true],
 15376 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15377 ["<b>foo[]</b><i>bar</i>",
 15378 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15379 	"<p><b>foo</b></p><p>{}<i>bar</i></p>",
 15380 	[true,true],
 15381 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15382 ["<b id=x class=y>foo[]bar</b>",
 15383 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15384 	"<div><b id=\"x\" class=\"y\">foo</b></div><div>{}<b class=\"y\">bar</b></div>",
 15385 	[true,true,true],
 15386 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15387 ["<b id=x class=y>foo[]bar</b>",
 15388 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15389 	"<div><b id=\"x\" class=\"y\">foo</b></div><div>{}<b class=\"y\">bar</b></div>",
 15390 	[true,true,true],
 15391 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15392 ["<b id=x class=y>foo[]bar</b>",
 15393 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15394 	"<p><b id=\"x\" class=\"y\">foo</b></p><p>{}<b class=\"y\">bar</b></p>",
 15395 	[true,true,true],
 15396 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15397 ["<b id=x class=y>foo[]bar</b>",
 15398 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15399 	"<p><b id=\"x\" class=\"y\">foo</b></p><p>{}<b class=\"y\">bar</b></p>",
 15400 	[true,true,true],
 15401 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15402 ["<i><b>foo[]bar</b>baz</i>",
 15403 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15404 	"<div><i><b>foo</b></i></div><div>{}<i><b>bar</b>baz</i></div>",
 15405 	[true,true,true],
 15406 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15407 ["<i><b>foo[]bar</b>baz</i>",
 15408 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15409 	"<div><i><b>foo</b></i></div><div>{}<i><b>bar</b>baz</i></div>",
 15410 	[true,true,true],
 15411 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15412 ["<i><b>foo[]bar</b>baz</i>",
 15413 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15414 	"<p><i><b>foo</b></i></p><p>{}<i><b>bar</b>baz</i></p>",
 15415 	[true,true,true],
 15416 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15417 ["<i><b>foo[]bar</b>baz</i>",
 15418 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15419 	"<p><i><b>foo</b></i></p><p>{}<i><b>bar</b>baz</i></p>",
 15420 	[true,true,true],
 15421 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15422 ["<p><b>foo[]bar</b></p>",
 15423 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15424 	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
 15425 	[true,true,true],
 15426 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15427 ["<p><b>foo[]bar</b></p>",
 15428 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15429 	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
 15430 	[true,true,true],
 15431 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15432 ["<p><b>foo[]bar</b></p>",
 15433 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15434 	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
 15435 	[true,true,true],
 15436 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15437 ["<p><b>foo[]bar</b></p>",
 15438 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15439 	"<p><b>foo</b></p><p>{}<b>bar</b></p>",
 15440 	[true,true,true],
 15441 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15442 ["<p><b>[]foo</b></p>",
 15443 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15444 	"<p><br></p><p>{}<b>foo</b></p>",
 15445 	[true,true],
 15446 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15447 ["<p><b>[]foo</b></p>",
 15448 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15449 	"<p><br></p><p>{}<b>foo</b></p>",
 15450 	[true,true],
 15451 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15452 ["<p><b id=x class=y>foo[]bar</b></p>",
 15453 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15454 	"<p><b id=\"x\" class=\"y\">foo</b></p><p>{}<b class=\"y\">bar</b></p>",
 15455 	[true,true,true],
 15456 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15457 ["<p><b id=x class=y>foo[]bar</b></p>",
 15458 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15459 	"<p><b id=\"x\" class=\"y\">foo</b></p><p>{}<b class=\"y\">bar</b></p>",
 15460 	[true,true,true],
 15461 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15462 ["<p><b id=x class=y>foo[]bar</b></p>",
 15463 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15464 	"<p><b id=\"x\" class=\"y\">foo</b></p><p>{}<b class=\"y\">bar</b></p>",
 15465 	[true,true,true],
 15466 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15467 ["<p><b id=x class=y>foo[]bar</b></p>",
 15468 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15469 	"<p><b id=\"x\" class=\"y\">foo</b></p><p>{}<b class=\"y\">bar</b></p>",
 15470 	[true,true,true],
 15471 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15472 ["<div><b>foo[]bar</b></div>",
 15473 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15474 	"<div><b>foo</b></div><div>{}<b>bar</b></div>",
 15475 	[true,true,true],
 15476 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15477 ["<div><b>foo[]bar</b></div>",
 15478 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15479 	"<div><b>foo</b></div><div>{}<b>bar</b></div>",
 15480 	[true,true,true],
 15481 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15482 ["<div><b>foo[]bar</b></div>",
 15483 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15484 	"<div><b>foo</b></div><div>{}<b>bar</b></div>",
 15485 	[true,true,true],
 15486 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15487 ["<div><b>foo[]bar</b></div>",
 15488 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15489 	"<div><b>foo</b></div><div>{}<b>bar</b></div>",
 15490 	[true,true,true],
 15491 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15492 ["<a href=foo>foo[]bar</a>",
 15493 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15494 	"<div><a href=\"foo\">foo</a></div><div>{}<a href=\"foo\">bar</a></div>",
 15495 	[true,true],
 15496 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15497 ["<a href=foo>foo[]bar</a>",
 15498 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15499 	"<p><a href=\"foo\">foo</a></p><p>{}<a href=\"foo\">bar</a></p>",
 15500 	[true,true],
 15501 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15502 ["<a href=foo>foo[]bar</a>baz",
 15503 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15504 	"<div><a href=\"foo\">foo</a></div><div>{}<a href=\"foo\">bar</a>baz</div>",
 15505 	[true,true],
 15506 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15507 ["<a href=foo>foo[]bar</a>baz",
 15508 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15509 	"<p><a href=\"foo\">foo</a></p><p>{}<a href=\"foo\">bar</a>baz</p>",
 15510 	[true,true],
 15511 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15512 ["<a href=foo>foo[]</a>bar",
 15513 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15514 	"<div><a href=\"foo\">foo</a></div><div>{}bar</div>",
 15515 	[true,true],
 15516 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15517 ["<a href=foo>foo[]</a>bar",
 15518 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15519 	"<p><a href=\"foo\">foo</a></p><p>{}bar</p>",
 15520 	[true,true],
 15521 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15522 ["foo<a href=foo>[]bar</a>",
 15523 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15524 	"<div>foo</div><div>{}<a href=\"foo\">bar</a></div>",
 15525 	[true,true],
 15526 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15527 ["foo<a href=foo>[]bar</a>",
 15528 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15529 	"<p>foo</p><p>{}<a href=\"foo\">bar</a></p>",
 15530 	[true,true],
 15531 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15532 ["<p>foo[]<!--bar-->",
 15533 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15534 	"<p>foo</p><p>{}<!--bar--><br></p>",
 15535 	[true,true],
 15536 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15537 ["<p>foo[]<!--bar-->",
 15538 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15539 	"<p>foo</p><p>{}<!--bar--><br></p>",
 15540 	[true,true],
 15541 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15542 ["<p><!--foo-->[]bar",
 15543 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15544 	"<p><!--foo--><br></p><p>{}bar</p>",
 15545 	[true,true],
 15546 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15547 ["<p><!--foo-->[]bar",
 15548 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15549 	"<p><!--foo--><br></p><p>{}bar</p>",
 15550 	[true,true],
 15551 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15552 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 15553 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15554 	"<p>foo</p><p>{}baz</p>",
 15555 	[true,true,true],
 15556 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15557 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 15558 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15559 	"<p>foo</p><p>{}baz</p>",
 15560 	[true,true,true],
 15561 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15562 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 15563 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15564 	"<p>foo</p><p>{}baz</p>",
 15565 	[true,true,true],
 15566 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15567 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 15568 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15569 	"<p>foo</p><p>{}baz</p>",
 15570 	[true,true,true],
 15571 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15572 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 15573 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15574 	"<p>foo</p><p>{}baz</p>",
 15575 	[true,true,true],
 15576 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15577 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 15578 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15579 	"<p>foo</p><p>{}baz</p>",
 15580 	[true,true,true],
 15581 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15582 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 15583 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15584 	"<p>foo</p><p>{}baz</p>",
 15585 	[true,true,true],
 15586 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15587 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 15588 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15589 	"<p>foo</p><p>{}baz</p>",
 15590 	[true,true,true],
 15591 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15592 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 15593 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15594 	"<p>foo</p><p>{}baz</p>",
 15595 	[true,true,true],
 15596 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15597 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 15598 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15599 	"<p>foo</p><p>{}baz</p>",
 15600 	[true,true,true],
 15601 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15602 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 15603 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15604 	"<p>foo</p><p>{}baz</p>",
 15605 	[true,true,true],
 15606 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15607 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 15608 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15609 	"<p>foo</p><p>{}baz</p>",
 15610 	[true,true,true],
 15611 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15612 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 15613 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15614 	"<p><br></p><p>{}baz</p>",
 15615 	[true,true,true],
 15616 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15617 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 15618 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15619 	"<p><br></p><p>{}baz</p>",
 15620 	[true,true,true],
 15621 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15622 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 15623 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15624 	"<p><br></p><p>{}baz</p>",
 15625 	[true,true,true],
 15626 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15627 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 15628 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15629 	"<p><br></p><p>{}baz</p>",
 15630 	[true,true,true],
 15631 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15632 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 15633 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15634 	"<p><br></p><p>{}baz</p>",
 15635 	[true,true,true],
 15636 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15637 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 15638 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15639 	"<p><br></p><p>{}baz</p>",
 15640 	[true,true,true],
 15641 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15642 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 15643 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15644 	"<p><br></p><p>{}baz</p>",
 15645 	[true,true,true],
 15646 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15647 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 15648 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15649 	"<p><br></p><p>{}baz</p>",
 15650 	[true,true,true],
 15651 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15652 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 15653 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15654 	"<p>foo</p><p>{}<br></p>",
 15655 	[true,true,true],
 15656 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15657 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 15658 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15659 	"<p>foo</p><p>{}<br></p>",
 15660 	[true,true,true],
 15661 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15662 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 15663 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15664 	"<p>foo</p><p>{}<br></p>",
 15665 	[true,true,true],
 15666 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15667 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 15668 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15669 	"<p>foo</p><p>{}<br></p>",
 15670 	[true,true,true],
 15671 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15672 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 15673 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15674 	"<p>foo</p><p>{}<br></p>",
 15675 	[true,true,true],
 15676 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15677 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 15678 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15679 	"<p>foo</p><p>{}<br></p>",
 15680 	[true,true,true],
 15681 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15682 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 15683 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15684 	"<p>foo</p><p>{}<br></p>",
 15685 	[true,true,true],
 15686 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15687 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 15688 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15689 	"<p>foo</p><p>{}<br></p>",
 15690 	[true,true,true],
 15691 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15692 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 15693 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15694 	"<p>foo</p><p>{}quz</p>",
 15695 	[true,true,true],
 15696 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15697 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 15698 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparagraph",""]],
 15699 	"<p>foo</p><p>{}quz</p>",
 15700 	[true,true,true],
 15701 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15702 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 15703 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15704 	"<p>foo</p><p>{}quz</p>",
 15705 	[true,true,true],
 15706 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15707 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 15708 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagraph",""]],
 15709 	"<p>foo</p><p>{}quz</p>",
 15710 	[true,true,true],
 15711 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15712 ["<ul contenteditable><li>{}<br></ul>",
 15713 	[["insertparagraph",""]],
 15714 	"<ul contenteditable=\"\"><li>{}<br></li></ul>",
 15715 	[true],
 15716 	{"insertparagraph":[false,false,"",false,false,""]}],
 15717 ["<ul contenteditable><li>foo[]</ul>",
 15718 	[["insertparagraph",""]],
 15719 	"<ul contenteditable=\"\"><li>foo</li><li>{}<br></li></ul>",
 15720 	[true],
 15721 	{"insertparagraph":[false,false,"",false,false,""]}],
 15722 ["<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>",
 15723 	[["insertparagraph",""]],
 15724 	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li>{}<br></li></ul></div>",
 15725 	[true],
 15726 	{"insertparagraph":[false,false,"",false,false,""]}],
 15727 ["<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>",
 15728 	[["insertparagraph",""]],
 15729 	"<div contenteditable=\"false\"><ul contenteditable=\"\"><li>foo</li><li>{}<br></li></ul></div>",
 15730 	[true],
 15731 	{"insertparagraph":[false,false,"",false,false,""]}],
 15732 ["<address><p>foo[]</address>",
 15733 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15734 	"<address><p>foo</p><p>{}<br></p></address>",
 15735 	[true,true],
 15736 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15737 ["<address><p>foo[]</address>",
 15738 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15739 	"<address><p>foo</p><p>{}<br></p></address>",
 15740 	[true,true],
 15741 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15742 ["<dl><dt><p>foo[]</dl>",
 15743 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15744 	"<dl><dt><p>foo</p></dt><dd><p>{}<br></p></dd></dl>",
 15745 	[true,true],
 15746 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15747 ["<dl><dt><p>foo[]</dl>",
 15748 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15749 	"<dl><dt><p>foo</p></dt><dd><p>{}<br></p></dd></dl>",
 15750 	[true,true],
 15751 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15752 ["<dl><dd><p>foo[]</dl>",
 15753 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15754 	"<dl><dd><p>foo</p></dd><dt><p>{}<br></p></dt></dl>",
 15755 	[true,true],
 15756 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15757 ["<dl><dd><p>foo[]</dl>",
 15758 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15759 	"<dl><dd><p>foo</p></dd><dt><p>{}<br></p></dt></dl>",
 15760 	[true,true],
 15761 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15762 ["<ol><li><p>foo[]</ol>",
 15763 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15764 	"<ol><li><p>foo</p></li><li><p>{}<br></p></li></ol>",
 15765 	[true,true],
 15766 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15767 ["<ol><li><p>foo[]</ol>",
 15768 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15769 	"<ol><li><p>foo</p></li><li><p>{}<br></p></li></ol>",
 15770 	[true,true],
 15771 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15772 ["<ul><li><p>foo[]</ul>",
 15773 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15774 	"<ul><li><p>foo</p></li><li><p>{}<br></p></li></ul>",
 15775 	[true,true],
 15776 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15777 ["<ul><li><p>foo[]</ul>",
 15778 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15779 	"<ul><li><p>foo</p></li><li><p>{}<br></p></li></ul>",
 15780 	[true,true],
 15781 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15782 ["<address><div>foo[]</address>",
 15783 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15784 	"<address><div>foo</div><div>{}<br></div></address>",
 15785 	[true,true],
 15786 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15787 ["<address><div>foo[]</address>",
 15788 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15789 	"<address><div>foo</div><div>{}<br></div></address>",
 15790 	[true,true],
 15791 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15792 ["<dl><dt><div>foo[]</dl>",
 15793 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15794 	"<dl><dt><div>foo</div></dt><dd><div>{}<br></div></dd></dl>",
 15795 	[true,true],
 15796 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15797 ["<dl><dt><div>foo[]</dl>",
 15798 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15799 	"<dl><dt><div>foo</div></dt><dd><div>{}<br></div></dd></dl>",
 15800 	[true,true],
 15801 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15802 ["<dl><dd><div>foo[]</dl>",
 15803 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15804 	"<dl><dd><div>foo</div></dd><dt><div>{}<br></div></dt></dl>",
 15805 	[true,true],
 15806 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15807 ["<dl><dd><div>foo[]</dl>",
 15808 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15809 	"<dl><dd><div>foo</div></dd><dt><div>{}<br></div></dt></dl>",
 15810 	[true,true],
 15811 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15812 ["<ol><li><div>foo[]</ol>",
 15813 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15814 	"<ol><li><div>foo</div></li><li><div>{}<br></div></li></ol>",
 15815 	[true,true],
 15816 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15817 ["<ol><li><div>foo[]</ol>",
 15818 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15819 	"<ol><li><div>foo</div></li><li><div>{}<br></div></li></ol>",
 15820 	[true,true],
 15821 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15822 ["<ul><li><div>foo[]</ul>",
 15823 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15824 	"<ul><li><div>foo</div></li><li><div>{}<br></div></li></ul>",
 15825 	[true,true],
 15826 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15827 ["<ul><li><div>foo[]</ul>",
 15828 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15829 	"<ul><li><div>foo</div></li><li><div>{}<br></div></li></ul>",
 15830 	[true,true],
 15831 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15832 ["<div><p>foo[]</div>",
 15833 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15834 	"<div><p>foo</p><p>{}<br></p></div>",
 15835 	[true,true],
 15836 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15837 ["<div><p>foo[]</div>",
 15838 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15839 	"<div><p>foo</p><p>{}<br></p></div>",
 15840 	[true,true],
 15841 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15842 ["<div><div>foo[]</div>",
 15843 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15844 	"<div><div>foo</div><div>{}<br></div></div>",
 15845 	[true,true],
 15846 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15847 ["<div><div>foo[]</div>",
 15848 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15849 	"<div><div>foo</div><div>{}<br></div></div>",
 15850 	[true,true],
 15851 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15852 ["<address><p>[]foo</address>",
 15853 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15854 	"<address><p><br></p><p>{}foo</p></address>",
 15855 	[true,true],
 15856 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15857 ["<address><p>[]foo</address>",
 15858 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15859 	"<address><p><br></p><p>{}foo</p></address>",
 15860 	[true,true],
 15861 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15862 ["<dl><dt><p>[]foo</dl>",
 15863 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15864 	"<dl><dt><p><br></p></dt><dt><p>{}foo</p></dt></dl>",
 15865 	[true,true],
 15866 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15867 ["<dl><dt><p>[]foo</dl>",
 15868 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15869 	"<dl><dt><p><br></p></dt><dt><p>{}foo</p></dt></dl>",
 15870 	[true,true],
 15871 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15872 ["<dl><dd><p>[]foo</dl>",
 15873 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15874 	"<dl><dd><p><br></p></dd><dd><p>{}foo</p></dd></dl>",
 15875 	[true,true],
 15876 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15877 ["<dl><dd><p>[]foo</dl>",
 15878 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15879 	"<dl><dd><p><br></p></dd><dd><p>{}foo</p></dd></dl>",
 15880 	[true,true],
 15881 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15882 ["<ol><li><p>[]foo</ol>",
 15883 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15884 	"<ol><li><p><br></p></li><li><p>{}foo</p></li></ol>",
 15885 	[true,true],
 15886 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15887 ["<ol><li><p>[]foo</ol>",
 15888 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15889 	"<ol><li><p><br></p></li><li><p>{}foo</p></li></ol>",
 15890 	[true,true],
 15891 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15892 ["<ul><li><p>[]foo</ul>",
 15893 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15894 	"<ul><li><p><br></p></li><li><p>{}foo</p></li></ul>",
 15895 	[true,true],
 15896 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15897 ["<ul><li><p>[]foo</ul>",
 15898 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15899 	"<ul><li><p><br></p></li><li><p>{}foo</p></li></ul>",
 15900 	[true,true],
 15901 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15902 ["<address><div>[]foo</address>",
 15903 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15904 	"<address><div><br></div><div>{}foo</div></address>",
 15905 	[true,true],
 15906 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15907 ["<address><div>[]foo</address>",
 15908 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15909 	"<address><div><br></div><div>{}foo</div></address>",
 15910 	[true,true],
 15911 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15912 ["<dl><dt><div>[]foo</dl>",
 15913 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15914 	"<dl><dt><div><br></div></dt><dt><div>{}foo</div></dt></dl>",
 15915 	[true,true],
 15916 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15917 ["<dl><dt><div>[]foo</dl>",
 15918 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15919 	"<dl><dt><div><br></div></dt><dt><div>{}foo</div></dt></dl>",
 15920 	[true,true],
 15921 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15922 ["<dl><dd><div>[]foo</dl>",
 15923 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15924 	"<dl><dd><div><br></div></dd><dd><div>{}foo</div></dd></dl>",
 15925 	[true,true],
 15926 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15927 ["<dl><dd><div>[]foo</dl>",
 15928 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15929 	"<dl><dd><div><br></div></dd><dd><div>{}foo</div></dd></dl>",
 15930 	[true,true],
 15931 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15932 ["<ol><li><div>[]foo</ol>",
 15933 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15934 	"<ol><li><div><br></div></li><li><div>{}foo</div></li></ol>",
 15935 	[true,true],
 15936 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15937 ["<ol><li><div>[]foo</ol>",
 15938 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15939 	"<ol><li><div><br></div></li><li><div>{}foo</div></li></ol>",
 15940 	[true,true],
 15941 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15942 ["<ul><li><div>[]foo</ul>",
 15943 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15944 	"<ul><li><div><br></div></li><li><div>{}foo</div></li></ul>",
 15945 	[true,true],
 15946 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15947 ["<ul><li><div>[]foo</ul>",
 15948 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15949 	"<ul><li><div><br></div></li><li><div>{}foo</div></li></ul>",
 15950 	[true,true],
 15951 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15952 ["<div><p>[]foo</div>",
 15953 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15954 	"<div><p><br></p><p>{}foo</p></div>",
 15955 	[true,true],
 15956 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15957 ["<div><p>[]foo</div>",
 15958 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15959 	"<div><p><br></p><p>{}foo</p></div>",
 15960 	[true,true],
 15961 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15962 ["<div><div>[]foo</div>",
 15963 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15964 	"<div><div><br></div><div>{}foo</div></div>",
 15965 	[true,true],
 15966 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15967 ["<div><div>[]foo</div>",
 15968 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15969 	"<div><div><br></div><div>{}foo</div></div>",
 15970 	[true,true],
 15971 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15972 ["<address><p>foo[]bar</address>",
 15973 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15974 	"<address><p>foo</p><p>{}bar</p></address>",
 15975 	[true,true],
 15976 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15977 ["<address><p>foo[]bar</address>",
 15978 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15979 	"<address><p>foo</p><p>{}bar</p></address>",
 15980 	[true,true],
 15981 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15982 ["<dl><dt><p>foo[]bar</dl>",
 15983 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15984 	"<dl><dt><p>foo</p></dt><dt><p>{}bar</p></dt></dl>",
 15985 	[true,true],
 15986 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15987 ["<dl><dt><p>foo[]bar</dl>",
 15988 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15989 	"<dl><dt><p>foo</p></dt><dt><p>{}bar</p></dt></dl>",
 15990 	[true,true],
 15991 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 15992 ["<dl><dd><p>foo[]bar</dl>",
 15993 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 15994 	"<dl><dd><p>foo</p></dd><dd><p>{}bar</p></dd></dl>",
 15995 	[true,true],
 15996 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 15997 ["<dl><dd><p>foo[]bar</dl>",
 15998 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 15999 	"<dl><dd><p>foo</p></dd><dd><p>{}bar</p></dd></dl>",
 16000 	[true,true],
 16001 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16002 ["<ol><li><p>foo[]bar</ol>",
 16003 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16004 	"<ol><li><p>foo</p></li><li><p>{}bar</p></li></ol>",
 16005 	[true,true],
 16006 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16007 ["<ol><li><p>foo[]bar</ol>",
 16008 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16009 	"<ol><li><p>foo</p></li><li><p>{}bar</p></li></ol>",
 16010 	[true,true],
 16011 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16012 ["<ul><li><p>foo[]bar</ul>",
 16013 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16014 	"<ul><li><p>foo</p></li><li><p>{}bar</p></li></ul>",
 16015 	[true,true],
 16016 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16017 ["<ul><li><p>foo[]bar</ul>",
 16018 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16019 	"<ul><li><p>foo</p></li><li><p>{}bar</p></li></ul>",
 16020 	[true,true],
 16021 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16022 ["<address><div>foo[]bar</address>",
 16023 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16024 	"<address><div>foo</div><div>{}bar</div></address>",
 16025 	[true,true],
 16026 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16027 ["<address><div>foo[]bar</address>",
 16028 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16029 	"<address><div>foo</div><div>{}bar</div></address>",
 16030 	[true,true],
 16031 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16032 ["<dl><dt><div>foo[]bar</dl>",
 16033 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16034 	"<dl><dt><div>foo</div></dt><dt><div>{}bar</div></dt></dl>",
 16035 	[true,true],
 16036 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16037 ["<dl><dt><div>foo[]bar</dl>",
 16038 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16039 	"<dl><dt><div>foo</div></dt><dt><div>{}bar</div></dt></dl>",
 16040 	[true,true],
 16041 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16042 ["<dl><dd><div>foo[]bar</dl>",
 16043 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16044 	"<dl><dd><div>foo</div></dd><dd><div>{}bar</div></dd></dl>",
 16045 	[true,true],
 16046 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16047 ["<dl><dd><div>foo[]bar</dl>",
 16048 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16049 	"<dl><dd><div>foo</div></dd><dd><div>{}bar</div></dd></dl>",
 16050 	[true,true],
 16051 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16052 ["<ol><li><div>foo[]bar</ol>",
 16053 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16054 	"<ol><li><div>foo</div></li><li><div>{}bar</div></li></ol>",
 16055 	[true,true],
 16056 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16057 ["<ol><li><div>foo[]bar</ol>",
 16058 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16059 	"<ol><li><div>foo</div></li><li><div>{}bar</div></li></ol>",
 16060 	[true,true],
 16061 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16062 ["<ul><li><div>foo[]bar</ul>",
 16063 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16064 	"<ul><li><div>foo</div></li><li><div>{}bar</div></li></ul>",
 16065 	[true,true],
 16066 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16067 ["<ul><li><div>foo[]bar</ul>",
 16068 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16069 	"<ul><li><div>foo</div></li><li><div>{}bar</div></li></ul>",
 16070 	[true,true],
 16071 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16072 ["<div><p>foo[]bar</div>",
 16073 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16074 	"<div><p>foo</p><p>{}bar</p></div>",
 16075 	[true,true],
 16076 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16077 ["<div><p>foo[]bar</div>",
 16078 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16079 	"<div><p>foo</p><p>{}bar</p></div>",
 16080 	[true,true],
 16081 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16082 ["<div><div>foo[]bar</div>",
 16083 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16084 	"<div><div>foo</div><div>{}bar</div></div>",
 16085 	[true,true],
 16086 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16087 ["<div><div>foo[]bar</div>",
 16088 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16089 	"<div><div>foo</div><div>{}bar</div></div>",
 16090 	[true,true],
 16091 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16092 ["<ol><li class=a id=x><p class=b id=y>foo[]</ol>",
 16093 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16094 	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo</p></li><li class=\"a\"><p class=\"b\">{}<br></p></li></ol>",
 16095 	[true,true],
 16096 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16097 ["<ol><li class=a id=x><p class=b id=y>foo[]</ol>",
 16098 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16099 	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo</p></li><li class=\"a\"><p class=\"b\">{}<br></p></li></ol>",
 16100 	[true,true],
 16101 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16102 ["<div class=a id=x><div class=b id=y>foo[]</div></div>",
 16103 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16104 	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\">foo</div><div class=\"b\">{}<br></div></div>",
 16105 	[true,true],
 16106 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16107 ["<div class=a id=x><div class=b id=y>foo[]</div></div>",
 16108 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16109 	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\">foo</div><div class=\"b\">{}<br></div></div>",
 16110 	[true,true],
 16111 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16112 ["<div class=a id=x><p class=b id=y>foo[]</div>",
 16113 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16114 	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo</p><p class=\"b\">{}<br></p></div>",
 16115 	[true,true],
 16116 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16117 ["<div class=a id=x><p class=b id=y>foo[]</div>",
 16118 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16119 	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo</p><p class=\"b\">{}<br></p></div>",
 16120 	[true,true],
 16121 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16122 ["<ol><li class=a id=x><p class=b id=y>[]foo</ol>",
 16123 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16124 	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\"><br></p></li><li class=\"a\"><p class=\"b\">{}foo</p></li></ol>",
 16125 	[true,true],
 16126 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16127 ["<ol><li class=a id=x><p class=b id=y>[]foo</ol>",
 16128 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16129 	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\"><br></p></li><li class=\"a\"><p class=\"b\">{}foo</p></li></ol>",
 16130 	[true,true],
 16131 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16132 ["<div class=a id=x><div class=b id=y>[]foo</div></div>",
 16133 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16134 	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\"><br></div><div class=\"b\">{}foo</div></div>",
 16135 	[true,true],
 16136 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16137 ["<div class=a id=x><div class=b id=y>[]foo</div></div>",
 16138 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16139 	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\"><br></div><div class=\"b\">{}foo</div></div>",
 16140 	[true,true],
 16141 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16142 ["<div class=a id=x><p class=b id=y>[]foo</div>",
 16143 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16144 	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\"><br></p><p class=\"b\">{}foo</p></div>",
 16145 	[true,true],
 16146 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16147 ["<div class=a id=x><p class=b id=y>[]foo</div>",
 16148 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16149 	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\"><br></p><p class=\"b\">{}foo</p></div>",
 16150 	[true,true],
 16151 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16152 ["<ol><li class=a id=x><p class=b id=y>foo[]bar</ol>",
 16153 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16154 	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo</p></li><li class=\"a\"><p class=\"b\">{}bar</p></li></ol>",
 16155 	[true,true],
 16156 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16157 ["<ol><li class=a id=x><p class=b id=y>foo[]bar</ol>",
 16158 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16159 	"<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo</p></li><li class=\"a\"><p class=\"b\">{}bar</p></li></ol>",
 16160 	[true,true],
 16161 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16162 ["<div class=a id=x><div class=b id=y>foo[]bar</div></div>",
 16163 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16164 	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\">foo</div><div class=\"b\">{}bar</div></div>",
 16165 	[true,true],
 16166 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16167 ["<div class=a id=x><div class=b id=y>foo[]bar</div></div>",
 16168 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16169 	"<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\">foo</div><div class=\"b\">{}bar</div></div>",
 16170 	[true,true],
 16171 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16172 ["<div class=a id=x><p class=b id=y>foo[]bar</div>",
 16173 	[["defaultparagraphseparator","div"],["insertparagraph",""]],
 16174 	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo</p><p class=\"b\">{}bar</p></div>",
 16175 	[true,true],
 16176 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
 16177 ["<div class=a id=x><p class=b id=y>foo[]bar</div>",
 16178 	[["defaultparagraphseparator","p"],["insertparagraph",""]],
 16179 	"<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo</p><p class=\"b\">{}bar</p></div>",
 16180 	[true,true],
 16181 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertparagraph":[false,false,"",false,false,""]}],
 16182 ["foo[bar]baz",
 16183 	[["inserttext","a"]],
 16184 	"fooa[]baz",
 16185 	[true],
 16186 	{"inserttext":[false,false,"",false,false,""]}],
 16187 ["foo[bar]baz",
 16188 	[["inserttext",""]],
 16189 	"foo[]baz",
 16190 	[true],
 16191 	{"inserttext":[false,false,"",false,false,""]}],
 16192 ["foo[]bar",
 16193 	[["inserttext","\t"]],
 16194 	"foo\t[]bar",
 16195 	[true],
 16196 	{"inserttext":[false,false,"",false,false,""]}],
 16197 ["foo[]bar",
 16198 	[["inserttext","&"]],
 16199 	"foo&amp;[]bar",
 16200 	[true],
 16201 	{"inserttext":[false,false,"",false,false,""]}],
 16202 ["foo[]bar",
 16203 	[["defaultparagraphseparator","div"],["inserttext","\n"]],
 16204 	"<div>foo</div><div>{}bar</div>",
 16205 	[true,true],
 16206 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 16207 ["foo[]bar",
 16208 	[["defaultparagraphseparator","p"],["inserttext","\n"]],
 16209 	"<p>foo</p><p>{}bar</p>",
 16210 	[true,true],
 16211 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserttext":[false,false,"",false,false,""]}],
 16212 ["foo[]bar",
 16213 	[["defaultparagraphseparator","div"],["inserttext","abc\ndef"]],
 16214 	"<div>fooabc</div><div>def[]bar</div>",
 16215 	[true,true],
 16216 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 16217 ["foo[]bar",
 16218 	[["defaultparagraphseparator","p"],["inserttext","abc\ndef"]],
 16219 	"<p>fooabc</p><p>def[]bar</p>",
 16220 	[true,true],
 16221 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserttext":[false,false,"",false,false,""]}],
 16222 ["foo[]bar",
 16223 	[["inserttext","\u0007"]],
 16224 	"foo\u0007[]bar",
 16225 	[true],
 16226 	{"inserttext":[false,false,"",false,false,""]}],
 16227 ["foo[]bar",
 16228 	[["inserttext","<b>hi</b>"]],
 16229 	"foo&lt;b&gt;hi&lt;/b&gt;[]bar",
 16230 	[true],
 16231 	{"inserttext":[false,false,"",false,false,""]}],
 16232 ["foo[]bar",
 16233 	[["inserttext","<"]],
 16234 	"foo&lt;[]bar",
 16235 	[true],
 16236 	{"inserttext":[false,false,"",false,false,""]}],
 16237 ["foo[]bar",
 16238 	[["inserttext","&amp;"]],
 16239 	"foo&amp;amp;[]bar",
 16240 	[true],
 16241 	{"inserttext":[false,false,"",false,false,""]}],
 16242 ["foo[]bar",
 16243 	[["inserttext"," "]],
 16244 	"foo []bar",
 16245 	[true],
 16246 	{"inserttext":[false,false,"",false,false,""]}],
 16247 ["foo []bar",
 16248 	[["inserttext"," "]],
 16249 	"foo&nbsp; []bar",
 16250 	[true],
 16251 	{"inserttext":[false,false,"",false,false,""]}],
 16252 ["foo[] bar",
 16253 	[["inserttext"," "]],
 16254 	"foo&nbsp;[] bar",
 16255 	[true],
 16256 	{"inserttext":[false,false,"",false,false,""]}],
 16257 ["foo &nbsp;[]bar",
 16258 	[["inserttext"," "]],
 16259 	"foo &nbsp; []bar",
 16260 	[true],
 16261 	{"inserttext":[false,false,"",false,false,""]}],
 16262 ["foo []&nbsp;bar",
 16263 	[["inserttext"," "]],
 16264 	"foo &nbsp;[] bar",
 16265 	[true],
 16266 	{"inserttext":[false,false,"",false,false,""]}],
 16267 ["foo[] &nbsp;bar",
 16268 	[["inserttext"," "]],
 16269 	"foo []&nbsp; bar",
 16270 	[true],
 16271 	{"inserttext":[false,false,"",false,false,""]}],
 16272 ["foo&nbsp; []bar",
 16273 	[["inserttext"," "]],
 16274 	"foo &nbsp; []bar",
 16275 	[true],
 16276 	{"inserttext":[false,false,"",false,false,""]}],
 16277 ["foo&nbsp;[] bar",
 16278 	[["inserttext"," "]],
 16279 	"foo &nbsp;[] bar",
 16280 	[true],
 16281 	{"inserttext":[false,false,"",false,false,""]}],
 16282 ["foo[]&nbsp; bar",
 16283 	[["inserttext"," "]],
 16284 	"foo []&nbsp; bar",
 16285 	[true],
 16286 	{"inserttext":[false,false,"",false,false,""]}],
 16287 ["foo&nbsp;&nbsp;[]bar",
 16288 	[["inserttext"," "]],
 16289 	"foo &nbsp; []bar",
 16290 	[true],
 16291 	{"inserttext":[false,false,"",false,false,""]}],
 16292 ["foo&nbsp;[]&nbsp;bar",
 16293 	[["inserttext"," "]],
 16294 	"foo &nbsp;[] bar",
 16295 	[true],
 16296 	{"inserttext":[false,false,"",false,false,""]}],
 16297 ["foo[]&nbsp;&nbsp;bar",
 16298 	[["inserttext"," "]],
 16299 	"foo []&nbsp; bar",
 16300 	[true],
 16301 	{"inserttext":[false,false,"",false,false,""]}],
 16302 ["foo []&nbsp;        bar",
 16303 	[["inserttext"," "]],
 16304 	"foo &nbsp;[]&nbsp; bar",
 16305 	[true],
 16306 	{"inserttext":[false,false,"",false,false,""]}],
 16307 ["foo  []bar",
 16308 	[["inserttext"," "]],
 16309 	"foo&nbsp; []bar",
 16310 	[true],
 16311 	{"inserttext":[false,false,"",false,false,""]}],
 16312 ["foo []&nbsp;&nbsp; &nbsp; bar",
 16313 	[["inserttext"," "]],
 16314 	"foo &nbsp;[] &nbsp; &nbsp; bar",
 16315 	[true],
 16316 	{"inserttext":[false,false,"",false,false,""]}],
 16317 ["[]foo",
 16318 	[["inserttext"," "]],
 16319 	"&nbsp;[]foo",
 16320 	[true],
 16321 	{"inserttext":[false,false,"",false,false,""]}],
 16322 ["{}foo",
 16323 	[["inserttext"," "]],
 16324 	"&nbsp;[]foo",
 16325 	[true],
 16326 	{"inserttext":[false,false,"",false,false,""]}],
 16327 ["foo[]",
 16328 	[["inserttext"," "]],
 16329 	"foo&nbsp;[]",
 16330 	[true],
 16331 	{"inserttext":[false,false,"",false,false,""]}],
 16332 ["foo{}",
 16333 	[["inserttext"," "]],
 16334 	"foo&nbsp;[]",
 16335 	[true],
 16336 	{"inserttext":[false,false,"",false,false,""]}],
 16337 ["foo&nbsp;[]",
 16338 	[["inserttext"," "]],
 16339 	"foo &nbsp;[]",
 16340 	[true],
 16341 	{"inserttext":[false,false,"",false,false,""]}],
 16342 ["foo&nbsp;{}",
 16343 	[["inserttext"," "]],
 16344 	"foo &nbsp;[]",
 16345 	[true],
 16346 	{"inserttext":[false,false,"",false,false,""]}],
 16347 ["foo&nbsp;&nbsp;[]",
 16348 	[["inserttext"," "]],
 16349 	"foo &nbsp;&nbsp;[]",
 16350 	[true],
 16351 	{"inserttext":[false,false,"",false,false,""]}],
 16352 ["foo&nbsp;&nbsp;{}",
 16353 	[["inserttext"," "]],
 16354 	"foo &nbsp;&nbsp;[]",
 16355 	[true],
 16356 	{"inserttext":[false,false,"",false,false,""]}],
 16357 ["<b>foo[]</b>bar",
 16358 	[["inserttext"," "]],
 16359 	"<b>foo []</b>bar",
 16360 	[true],
 16361 	{"inserttext":[false,false,"",false,false,""]}],
 16362 ["foo[]<b>bar</b>",
 16363 	[["inserttext"," "]],
 16364 	"foo []<b>bar</b>",
 16365 	[true],
 16366 	{"inserttext":[false,false,"",false,false,""]}],
 16367 ["foo[] ",
 16368 	[["inserttext"," "]],
 16369 	"foo&nbsp;[]",
 16370 	[true],
 16371 	{"inserttext":[false,false,"",false,false,""]}],
 16372 [" foo   []   ",
 16373 	[["inserttext"," "]],
 16374 	" foo&nbsp;[]",
 16375 	[true],
 16376 	{"inserttext":[false,false,"",false,false,""]}],
 16377 ["foo[]<span> </span>",
 16378 	[["inserttext"," "]],
 16379 	"foo&nbsp;[]<span> </span>",
 16380 	[true],
 16381 	{"inserttext":[false,false,"",false,false,""]}],
 16382 ["foo[]<span> </span> ",
 16383 	[["inserttext"," "]],
 16384 	"foo&nbsp;[]<span> </span> ",
 16385 	[true],
 16386 	{"inserttext":[false,false,"",false,false,""]}],
 16387 [" []foo",
 16388 	[["inserttext"," "]],
 16389 	"&nbsp;[]foo",
 16390 	[true],
 16391 	{"inserttext":[false,false,"",false,false,""]}],
 16392 ["   []   foo ",
 16393 	[["inserttext"," "]],
 16394 	"&nbsp;[]foo ",
 16395 	[true],
 16396 	{"inserttext":[false,false,"",false,false,""]}],
 16397 ["<span> </span>[]foo",
 16398 	[["inserttext"," "]],
 16399 	"<span> </span>&nbsp;[]foo",
 16400 	[true],
 16401 	{"inserttext":[false,false,"",false,false,""]}],
 16402 [" <span> </span>[]foo",
 16403 	[["inserttext"," "]],
 16404 	" <span> </span>&nbsp;[]foo",
 16405 	[true],
 16406 	{"inserttext":[false,false,"",false,false,""]}],
 16407 ["{}<br>",
 16408 	[["inserttext"," "]],
 16409 	"&nbsp;[]",
 16410 	[true],
 16411 	{"inserttext":[false,false,"",false,false,""]}],
 16412 ["<p>{}<br>",
 16413 	[["inserttext"," "]],
 16414 	"<p>&nbsp;[]</p>",
 16415 	[true],
 16416 	{"inserttext":[false,false,"",false,false,""]}],
 16417 ["<p>foo[]<p>bar",
 16418 	[["inserttext"," "]],
 16419 	"<p>foo&nbsp;[]</p><p>bar</p>",
 16420 	[true],
 16421 	{"inserttext":[false,false,"",false,false,""]}],
 16422 ["<p>foo&nbsp;[]<p>bar",
 16423 	[["inserttext"," "]],
 16424 	"<p>foo &nbsp;[]</p><p>bar</p>",
 16425 	[true],
 16426 	{"inserttext":[false,false,"",false,false,""]}],
 16427 ["<p>foo[]<p>&nbsp;bar",
 16428 	[["inserttext"," "]],
 16429 	"<p>foo&nbsp;[]</p><p>&nbsp;bar</p>",
 16430 	[true],
 16431 	{"inserttext":[false,false,"",false,false,""]}],
 16432 ["<pre>foo[]bar</pre>",
 16433 	[["inserttext"," "]],
 16434 	"<pre>foo []bar</pre>",
 16435 	[true],
 16436 	{"inserttext":[false,false,"",false,false,""]}],
 16437 ["<pre>foo []bar</pre>",
 16438 	[["inserttext"," "]],
 16439 	"<pre>foo  []bar</pre>",
 16440 	[true],
 16441 	{"inserttext":[false,false,"",false,false,""]}],
 16442 ["<pre>foo[] bar</pre>",
 16443 	[["inserttext"," "]],
 16444 	"<pre>foo [] bar</pre>",
 16445 	[true],
 16446 	{"inserttext":[false,false,"",false,false,""]}],
 16447 ["<pre>foo &nbsp;[]bar</pre>",
 16448 	[["inserttext"," "]],
 16449 	"<pre>foo &nbsp; []bar</pre>",
 16450 	[true],
 16451 	{"inserttext":[false,false,"",false,false,""]}],
 16452 ["<pre>[]foo</pre>",
 16453 	[["inserttext"," "]],
 16454 	"<pre> []foo</pre>",
 16455 	[true],
 16456 	{"inserttext":[false,false,"",false,false,""]}],
 16457 ["<pre>foo[]</pre>",
 16458 	[["inserttext"," "]],
 16459 	"<pre>foo []</pre>",
 16460 	[true],
 16461 	{"inserttext":[false,false,"",false,false,""]}],
 16462 ["<pre>foo&nbsp;[]</pre>",
 16463 	[["inserttext"," "]],
 16464 	"<pre>foo&nbsp; []</pre>",
 16465 	[true],
 16466 	{"inserttext":[false,false,"",false,false,""]}],
 16467 ["<pre> foo   []   </pre>",
 16468 	[["inserttext"," "]],
 16469 	"<pre> foo    []   </pre>",
 16470 	[true],
 16471 	{"inserttext":[false,false,"",false,false,""]}],
 16472 ["<div style=white-space:pre>foo[]bar</div>",
 16473 	[["inserttext"," "]],
 16474 	"<div style=\"white-space:pre\">foo []bar</div>",
 16475 	[true],
 16476 	{"inserttext":[false,false,"",false,false,""]}],
 16477 ["<div style=white-space:pre>foo []bar</div>",
 16478 	[["inserttext"," "]],
 16479 	"<div style=\"white-space:pre\">foo  []bar</div>",
 16480 	[true],
 16481 	{"inserttext":[false,false,"",false,false,""]}],
 16482 ["<div style=white-space:pre>foo[] bar</div>",
 16483 	[["inserttext"," "]],
 16484 	"<div style=\"white-space:pre\">foo [] bar</div>",
 16485 	[true],
 16486 	{"inserttext":[false,false,"",false,false,""]}],
 16487 ["<div style=white-space:pre>foo &nbsp;[]bar</div>",
 16488 	[["inserttext"," "]],
 16489 	"<div style=\"white-space:pre\">foo &nbsp; []bar</div>",
 16490 	[true],
 16491 	{"inserttext":[false,false,"",false,false,""]}],
 16492 ["<div style=white-space:pre>[]foo</div>",
 16493 	[["inserttext"," "]],
 16494 	"<div style=\"white-space:pre\"> []foo</div>",
 16495 	[true],
 16496 	{"inserttext":[false,false,"",false,false,""]}],
 16497 ["<div style=white-space:pre>foo[]</div>",
 16498 	[["inserttext"," "]],
 16499 	"<div style=\"white-space:pre\">foo []</div>",
 16500 	[true],
 16501 	{"inserttext":[false,false,"",false,false,""]}],
 16502 ["<div style=white-space:pre>foo&nbsp;[]</div>",
 16503 	[["inserttext"," "]],
 16504 	"<div style=\"white-space:pre\">foo&nbsp; []</div>",
 16505 	[true],
 16506 	{"inserttext":[false,false,"",false,false,""]}],
 16507 ["<div style=white-space:pre> foo   []   </div>",
 16508 	[["inserttext"," "]],
 16509 	"<div style=\"white-space:pre\"> foo    []   </div>",
 16510 	[true],
 16511 	{"inserttext":[false,false,"",false,false,""]}],
 16512 ["<div style=white-space:pre-wrap>foo[]bar</div>",
 16513 	[["inserttext"," "]],
 16514 	"<div style=\"white-space:pre-wrap\">foo []bar</div>",
 16515 	[true],
 16516 	{"inserttext":[false,false,"",false,false,""]}],
 16517 ["<div style=white-space:pre-wrap>foo []bar</div>",
 16518 	[["inserttext"," "]],
 16519 	"<div style=\"white-space:pre-wrap\">foo  []bar</div>",
 16520 	[true],
 16521 	{"inserttext":[false,false,"",false,false,""]}],
 16522 ["<div style=white-space:pre-wrap>foo[] bar</div>",
 16523 	[["inserttext"," "]],
 16524 	"<div style=\"white-space:pre-wrap\">foo [] bar</div>",
 16525 	[true],
 16526 	{"inserttext":[false,false,"",false,false,""]}],
 16527 ["<div style=white-space:pre-wrap>foo &nbsp;[]bar</div>",
 16528 	[["inserttext"," "]],
 16529 	"<div style=\"white-space:pre-wrap\">foo &nbsp; []bar</div>",
 16530 	[true],
 16531 	{"inserttext":[false,false,"",false,false,""]}],
 16532 ["<div style=white-space:pre-wrap>[]foo</div>",
 16533 	[["inserttext"," "]],
 16534 	"<div style=\"white-space:pre-wrap\"> []foo</div>",
 16535 	[true],
 16536 	{"inserttext":[false,false,"",false,false,""]}],
 16537 ["<div style=white-space:pre-wrap>foo[]</div>",
 16538 	[["inserttext"," "]],
 16539 	"<div style=\"white-space:pre-wrap\">foo []</div>",
 16540 	[true],
 16541 	{"inserttext":[false,false,"",false,false,""]}],
 16542 ["<div style=white-space:pre-wrap>foo&nbsp;[]</div>",
 16543 	[["inserttext"," "]],
 16544 	"<div style=\"white-space:pre-wrap\">foo&nbsp; []</div>",
 16545 	[true],
 16546 	{"inserttext":[false,false,"",false,false,""]}],
 16547 ["<div style=white-space:pre-wrap> foo   []   </div>",
 16548 	[["inserttext"," "]],
 16549 	"<div style=\"white-space:pre-wrap\"> foo    []   </div>",
 16550 	[true],
 16551 	{"inserttext":[false,false,"",false,false,""]}],
 16552 ["<div style=white-space:pre-line>foo[]bar</div>",
 16553 	[["inserttext"," "]],
 16554 	"<div style=\"white-space:pre-line\">foo []bar</div>",
 16555 	[true],
 16556 	{"inserttext":[false,false,"",false,false,""]}],
 16557 ["<div style=white-space:pre-line>foo []bar</div>",
 16558 	[["inserttext"," "]],
 16559 	"<div style=\"white-space:pre-line\">foo&nbsp; []bar</div>",
 16560 	[true],
 16561 	{"inserttext":[false,false,"",false,false,""]}],
 16562 ["<div style=white-space:pre-line>foo[] bar</div>",
 16563 	[["inserttext"," "]],
 16564 	"<div style=\"white-space:pre-line\">foo&nbsp;[] bar</div>",
 16565 	[true],
 16566 	{"inserttext":[false,false,"",false,false,""]}],
 16567 ["<div style=white-space:pre-line>foo &nbsp;[]bar</div>",
 16568 	[["inserttext"," "]],
 16569 	"<div style=\"white-space:pre-line\">foo &nbsp; []bar</div>",
 16570 	[true],
 16571 	{"inserttext":[false,false,"",false,false,""]}],
 16572 ["<div style=white-space:pre-line>[]foo</div>",
 16573 	[["inserttext"," "]],
 16574 	"<div style=\"white-space:pre-line\">&nbsp;[]foo</div>",
 16575 	[true],
 16576 	{"inserttext":[false,false,"",false,false,""]}],
 16577 ["<div style=white-space:pre-line>foo[]</div>",
 16578 	[["inserttext"," "]],
 16579 	"<div style=\"white-space:pre-line\">foo&nbsp;[]</div>",
 16580 	[true],
 16581 	{"inserttext":[false,false,"",false,false,""]}],
 16582 ["<div style=white-space:pre-line>foo&nbsp;[]</div>",
 16583 	[["inserttext"," "]],
 16584 	"<div style=\"white-space:pre-line\">foo &nbsp;[]</div>",
 16585 	[true],
 16586 	{"inserttext":[false,false,"",false,false,""]}],
 16587 ["<div style=white-space:pre-line> foo   []   </div>",
 16588 	[["inserttext"," "]],
 16589 	"<div style=\"white-space:pre-line\"> foo&nbsp;[]</div>",
 16590 	[true],
 16591 	{"inserttext":[false,false,"",false,false,""]}],
 16592 ["<div style=white-space:nowrap>foo[]bar</div>",
 16593 	[["inserttext"," "]],
 16594 	"<div style=\"white-space:nowrap\">foo []bar</div>",
 16595 	[true],
 16596 	{"inserttext":[false,false,"",false,false,""]}],
 16597 ["<div style=white-space:nowrap>foo []bar</div>",
 16598 	[["inserttext"," "]],
 16599 	"<div style=\"white-space:nowrap\">foo&nbsp; []bar</div>",
 16600 	[true],
 16601 	{"inserttext":[false,false,"",false,false,""]}],
 16602 ["<div style=white-space:nowrap>foo[] bar</div>",
 16603 	[["inserttext"," "]],
 16604 	"<div style=\"white-space:nowrap\">foo&nbsp;[] bar</div>",
 16605 	[true],
 16606 	{"inserttext":[false,false,"",false,false,""]}],
 16607 ["<div style=white-space:nowrap>foo &nbsp;[]bar</div>",
 16608 	[["inserttext"," "]],
 16609 	"<div style=\"white-space:nowrap\">foo &nbsp; []bar</div>",
 16610 	[true],
 16611 	{"inserttext":[false,false,"",false,false,""]}],
 16612 ["<div style=white-space:nowrap>[]foo</div>",
 16613 	[["inserttext"," "]],
 16614 	"<div style=\"white-space:nowrap\">&nbsp;[]foo</div>",
 16615 	[true],
 16616 	{"inserttext":[false,false,"",false,false,""]}],
 16617 ["<div style=white-space:nowrap>foo[]</div>",
 16618 	[["inserttext"," "]],
 16619 	"<div style=\"white-space:nowrap\">foo&nbsp;[]</div>",
 16620 	[true],
 16621 	{"inserttext":[false,false,"",false,false,""]}],
 16622 ["<div style=white-space:nowrap>foo&nbsp;[]</div>",
 16623 	[["inserttext"," "]],
 16624 	"<div style=\"white-space:nowrap\">foo &nbsp;[]</div>",
 16625 	[true],
 16626 	{"inserttext":[false,false,"",false,false,""]}],
 16627 ["<div style=white-space:nowrap> foo   []   </div>",
 16628 	[["inserttext"," "]],
 16629 	"<div style=\"white-space:nowrap\"> foo&nbsp;[]</div>",
 16630 	[true],
 16631 	{"inserttext":[false,false,"",false,false,""]}],
 16632 ["http://a[]",
 16633 	[["inserttext"," "]],
 16634 	"<a href=\"http://a\">http://a</a>&nbsp;[]",
 16635 	[true],
 16636 	{"inserttext":[false,false,"",false,false,""]}],
 16637 ["ftp://a[]",
 16638 	[["inserttext"," "]],
 16639 	"<a href=\"ftp://a\">ftp://a</a>&nbsp;[]",
 16640 	[true],
 16641 	{"inserttext":[false,false,"",false,false,""]}],
 16642 ["quasit://a[]",
 16643 	[["inserttext"," "]],
 16644 	"<a href=\"quasit://a\">quasit://a</a>&nbsp;[]",
 16645 	[true],
 16646 	{"inserttext":[false,false,"",false,false,""]}],
 16647 [".x-++-.://a[]",
 16648 	[["inserttext"," "]],
 16649 	".<a href=\"x-++-.://a\">x-++-.://a</a>&nbsp;[]",
 16650 	[true],
 16651 	{"inserttext":[false,false,"",false,false,""]}],
 16652 ["(http://a)[]",
 16653 	[["inserttext"," "]],
 16654 	"(<a href=\"http://a\">http://a</a>)&nbsp;[]",
 16655 	[true],
 16656 	{"inserttext":[false,false,"",false,false,""]}],
 16657 ["&lt;http://a>[]",
 16658 	[["inserttext"," "]],
 16659 	"&lt;<a href=\"http://a\">http://a</a>&gt;&nbsp;[]",
 16660 	[true],
 16661 	{"inserttext":[false,false,"",false,false,""]}],
 16662 ["http://a![]",
 16663 	[["inserttext"," "]],
 16664 	"<a href=\"http://a\">http://a</a>!&nbsp;[]",
 16665 	[true],
 16666 	{"inserttext":[false,false,"",false,false,""]}],
 16667 ["!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~http://a!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~[]",
 16668 	[["inserttext"," "]],
 16669 	"!\"#$%&amp;'()*+,-./:;&lt;=&gt;?^_`|~<a href=\"http://a!&quot;#$%&amp;'()*+,-./:;&lt;=&gt;?^_`|~\">http://a!\"#$%&amp;'()*+,-./:;&lt;=&gt;?^_`|~</a>&nbsp;[]",
 16670 	[true],
 16671 	{"inserttext":[false,false,"",false,false,""]}],
 16672 ["http://a!\"'(),-.:;&lt;>`[]",
 16673 	[["inserttext"," "]],
 16674 	"<a href=\"http://a\">http://a</a>!\"'(),-.:;&lt;&gt;`&nbsp;[]",
 16675 	[true],
 16676 	{"inserttext":[false,false,"",false,false,""]}],
 16677 ["http://a#$%&amp;*+/=?^_|~[]",
 16678 	[["inserttext"," "]],
 16679 	"<a href=\"http://a#$%&amp;*+/=?^_|~\">http://a#$%&amp;*+/=?^_|~</a>&nbsp;[]",
 16680 	[true],
 16681 	{"inserttext":[false,false,"",false,false,""]}],
 16682 ["mailto:a[]",
 16683 	[["inserttext"," "]],
 16684 	"<a href=\"mailto:a\">mailto:a</a>&nbsp;[]",
 16685 	[true],
 16686 	{"inserttext":[false,false,"",false,false,""]}],
 16687 ["a@b[]",
 16688 	[["inserttext"," "]],
 16689 	"<a href=\"mailto:a@b\">a@b</a>&nbsp;[]",
 16690 	[true],
 16691 	{"inserttext":[false,false,"",false,false,""]}],
 16692 ["a@[]",
 16693 	[["inserttext"," "]],
 16694 	"a@&nbsp;[]",
 16695 	[true],
 16696 	{"inserttext":[false,false,"",false,false,""]}],
 16697 ["@b[]",
 16698 	[["inserttext"," "]],
 16699 	"@b&nbsp;[]",
 16700 	[true],
 16701 	{"inserttext":[false,false,"",false,false,""]}],
 16702 ["#@x[]",
 16703 	[["inserttext"," "]],
 16704 	"<a href=\"mailto:#@x\">#@x</a>&nbsp;[]",
 16705 	[true],
 16706 	{"inserttext":[false,false,"",false,false,""]}],
 16707 ["a@.[]",
 16708 	[["inserttext"," "]],
 16709 	"a@.&nbsp;[]",
 16710 	[true],
 16711 	{"inserttext":[false,false,"",false,false,""]}],
 16712 ["!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~a@b!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~[]",
 16713 	[["inserttext"," "]],
 16714 	"!\"#$%&amp;'()*+,-./:;&lt;=&gt;<a href=\"mailto:?^_`|~a@b\">?^_`|~a@b</a>!\"#$%&amp;'()*+,-./:;&lt;=&gt;?^_`|~&nbsp;[]",
 16715 	[true],
 16716 	{"inserttext":[false,false,"",false,false,""]}],
 16717 ["<b>a@b</b>{}",
 16718 	[["inserttext"," "]],
 16719 	"<a href=\"mailto:a@b\"><b>a@b</b></a> []",
 16720 	[true],
 16721 	{"inserttext":[false,false,"",false,false,""]}],
 16722 ["<b>a</b><i>@</i><u>b</u>{}",
 16723 	[["inserttext"," "]],
 16724 	"<b>a</b><i>@</i><u>b</u> []",
 16725 	[true],
 16726 	{"inserttext":[false,false,"",false,false,""]}],
 16727 ["a@b<b>[]c</b>",
 16728 	[["inserttext"," "]],
 16729 	"<a href=\"mailto:a@b\">a@b</a><b> []c</b>",
 16730 	[true],
 16731 	{"inserttext":[false,false,"",false,false,""]}],
 16732 ["<p>a@b</p><p>[]c</p>",
 16733 	[["inserttext"," "]],
 16734 	"<p>a@b</p><p>&nbsp;[]c</p>",
 16735 	[true],
 16736 	{"inserttext":[false,false,"",false,false,""]}],
 16737 ["http://a[]",
 16738 	[["inserttext","a"]],
 16739 	"http://aa[]",
 16740 	[true],
 16741 	{"inserttext":[false,false,"",false,false,""]}],
 16742 ["http://a[]",
 16743 	[["inserttext","\t"]],
 16744 	"<a href=\"http://a\">http://a</a>\t[]",
 16745 	[true],
 16746 	{"inserttext":[false,false,"",false,false,""]}],
 16747 ["http://a[]",
 16748 	[["inserttext","\f"]],
 16749 	"<a href=\"http://a\">http://a</a>\f[]",
 16750 	[true],
 16751 	{"inserttext":[false,false,"",false,false,""]}],
 16752 ["http://a[]",
 16753 	[["inserttext"," "]],
 16754 	"http://a&nbsp;[]",
 16755 	[true],
 16756 	{"inserttext":[false,false,"",false,false,""]}],
 16757 ["foo[]",
 16758 	[["inserttext","   "]],
 16759 	"foo &nbsp;&nbsp;[]",
 16760 	[true],
 16761 	{"inserttext":[false,false,"",false,false,""]}],
 16762 ["foo[]bar",
 16763 	[["inserttext","a"]],
 16764 	"fooa[]bar",
 16765 	[true],
 16766 	{"inserttext":[false,false,"",false,false,""]}],
 16767 ["foo&nbsp;[]",
 16768 	[["inserttext","a"]],
 16769 	"foo a[]",
 16770 	[true],
 16771 	{"inserttext":[false,false,"",false,false,""]}],
 16772 ["foo []",
 16773 	[["inserttext","a"]],
 16774 	"foo a[]",
 16775 	[true],
 16776 	{"inserttext":[false,false,"",false,false,""]}],
 16777 ["<p>foo[]",
 16778 	[["inserttext","a"]],
 16779 	"<p>fooa[]</p>",
 16780 	[true],
 16781 	{"inserttext":[false,false,"",false,false,""]}],
 16782 ["<p>foo</p>{}",
 16783 	[["inserttext","a"]],
 16784 	"<p>foo</p>a[]",
 16785 	[true],
 16786 	{"inserttext":[false,false,"",false,false,""]}],
 16787 ["<p>[]foo",
 16788 	[["inserttext","a"]],
 16789 	"<p>a[]foo</p>",
 16790 	[true],
 16791 	{"inserttext":[false,false,"",false,false,""]}],
 16792 ["<p>{}foo",
 16793 	[["inserttext","a"]],
 16794 	"<p>a[]foo</p>",
 16795 	[true],
 16796 	{"inserttext":[false,false,"",false,false,""]}],
 16797 ["{}<p>foo",
 16798 	[["inserttext","a"]],
 16799 	"a[]<p>foo</p>",
 16800 	[true],
 16801 	{"inserttext":[false,false,"",false,false,""]}],
 16802 ["<p>foo</p>{}<p>bar</p>",
 16803 	[["inserttext","a"]],
 16804 	"<p>foo</p>a[]<p>bar</p>",
 16805 	[true],
 16806 	{"inserttext":[false,false,"",false,false,""]}],
 16807 ["<b>foo[]</b>bar",
 16808 	[["inserttext","a"]],
 16809 	"<b>fooa[]</b>bar",
 16810 	[true],
 16811 	{"inserttext":[false,false,"",false,false,""]}],
 16812 ["<b>foo</b>[]bar",
 16813 	[["inserttext","a"]],
 16814 	"<b>foo</b>a[]bar",
 16815 	[true],
 16816 	{"inserttext":[false,false,"",false,false,""]}],
 16817 ["foo<b>{}</b>bar",
 16818 	[["inserttext","a"]],
 16819 	"foo<b>a[]</b>bar",
 16820 	[true],
 16821 	{"inserttext":[false,false,"",false,false,""]}],
 16822 ["<a>foo[]</a>bar",
 16823 	[["inserttext","a"]],
 16824 	"<a>fooa[]</a>bar",
 16825 	[true],
 16826 	{"inserttext":[false,false,"",false,false,""]}],
 16827 ["<a>foo</a>[]bar",
 16828 	[["inserttext","a"]],
 16829 	"<a>foo</a>a[]bar",
 16830 	[true],
 16831 	{"inserttext":[false,false,"",false,false,""]}],
 16832 ["<a href=/>foo[]</a>bar",
 16833 	[["inserttext","a"]],
 16834 	"<a href=\"/\">fooa[]</a>bar",
 16835 	[true],
 16836 	{"inserttext":[false,false,"",false,false,""]}],
 16837 ["<a href=/>foo</a>[]bar",
 16838 	[["inserttext","a"]],
 16839 	"<a href=\"/\">foo</a>a[]bar",
 16840 	[true],
 16841 	{"inserttext":[false,false,"",false,false,""]}],
 16842 ["<p>fo[o<p>b]ar",
 16843 	[["defaultparagraphseparator","div"],["inserttext","a"]],
 16844 	"<p>foa[]ar</p>",
 16845 	[true,true],
 16846 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 16847 ["<p>fo[o<p>b]ar",
 16848 	[["defaultparagraphseparator","p"],["inserttext","a"]],
 16849 	"<p>foa[]ar</p>",
 16850 	[true,true],
 16851 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserttext":[false,false,"",false,false,""]}],
 16852 ["<p>fo[o<p>bar<p>b]az",
 16853 	[["defaultparagraphseparator","div"],["inserttext","a"]],
 16854 	"<p>foa[]az</p>",
 16855 	[true,true],
 16856 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 16857 ["<p>fo[o<p>bar<p>b]az",
 16858 	[["defaultparagraphseparator","p"],["inserttext","a"]],
 16859 	"<p>foa[]az</p>",
 16860 	[true,true],
 16861 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserttext":[false,false,"",false,false,""]}],
 16862 ["{}<br>",
 16863 	[["inserttext","a"]],
 16864 	"a[]",
 16865 	[true],
 16866 	{"inserttext":[false,false,"",false,false,""]}],
 16867 ["<p>{}<br>",
 16868 	[["inserttext","a"]],
 16869 	"<p>a[]</p>",
 16870 	[true],
 16871 	{"inserttext":[false,false,"",false,false,""]}],
 16872 ["<p><span>{}<br></span>",
 16873 	[["inserttext","a"]],
 16874 	"<p><span>a[]</span></p>",
 16875 	[true],
 16876 	{"inserttext":[false,false,"",false,false,""]}],
 16877 ["<p>foo<span style=color:#aBcDeF>[bar]</span>baz",
 16878 	[["inserttext","a"]],
 16879 	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>baz</p>",
 16880 	[true],
 16881 	{"inserttext":[false,false,"",false,false,""]}],
 16882 ["<p>foo<span style=color:#aBcDeF>{bar}</span>baz",
 16883 	[["inserttext","a"]],
 16884 	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>baz</p>",
 16885 	[true],
 16886 	{"inserttext":[false,false,"",false,false,""]}],
 16887 ["<p>foo{<span style=color:#aBcDeF>bar</span>}baz",
 16888 	[["inserttext","a"]],
 16889 	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>baz</p>",
 16890 	[true],
 16891 	{"inserttext":[false,false,"",false,false,""]}],
 16892 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 16893 	[["stylewithcss","true"],["inserttext","a"]],
 16894 	"<p>a[]baz</p>",
 16895 	[true,true],
 16896 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 16897 ["<p>[foo<span style=color:#aBcDeF>bar]</span>baz",
 16898 	[["stylewithcss","false"],["inserttext","a"]],
 16899 	"<p>a[]baz</p>",
 16900 	[true,true],
 16901 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 16902 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 16903 	[["stylewithcss","true"],["inserttext","a"]],
 16904 	"<p>a[]baz</p>",
 16905 	[true,true],
 16906 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 16907 ["<p>{foo<span style=color:#aBcDeF>bar}</span>baz",
 16908 	[["stylewithcss","false"],["inserttext","a"]],
 16909 	"<p>a[]baz</p>",
 16910 	[true,true],
 16911 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 16912 ["<p>foo<span style=color:#aBcDeF>[bar</span>baz]",
 16913 	[["inserttext","a"]],
 16914 	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span></p>",
 16915 	[true],
 16916 	{"inserttext":[false,false,"",false,false,""]}],
 16917 ["<p>foo<span style=color:#aBcDeF>{bar</span>baz}",
 16918 	[["inserttext","a"]],
 16919 	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span></p>",
 16920 	[true],
 16921 	{"inserttext":[false,false,"",false,false,""]}],
 16922 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 16923 	[["stylewithcss","true"],["inserttext","a"]],
 16924 	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>quz</p>",
 16925 	[true,true],
 16926 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 16927 ["<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz",
 16928 	[["stylewithcss","false"],["inserttext","a"]],
 16929 	"<p>foo<span style=\"color:rgb(171, 205, 239)\">a[]</span>quz</p>",
 16930 	[true,true],
 16931 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 16932 ["foo<b>[bar]</b>baz",
 16933 	[["inserttext","a"]],
 16934 	"foo<b>a[]</b>baz",
 16935 	[true],
 16936 	{"inserttext":[false,false,"",false,false,""]}],
 16937 ["foo<i>[bar]</i>baz",
 16938 	[["inserttext","a"]],
 16939 	"foo<i>a[]</i>baz",
 16940 	[true],
 16941 	{"inserttext":[false,false,"",false,false,""]}],
 16942 ["foo<s>[bar]</s>baz",
 16943 	[["inserttext","a"]],
 16944 	"foo<s>a[]</s>baz",
 16945 	[true],
 16946 	{"inserttext":[false,false,"",false,false,""]}],
 16947 ["foo<sub>[bar]</sub>baz",
 16948 	[["inserttext","a"]],
 16949 	"foo<sub>a[]</sub>baz",
 16950 	[true],
 16951 	{"inserttext":[false,false,"",false,false,""]}],
 16952 ["foo<sup>[bar]</sup>baz",
 16953 	[["inserttext","a"]],
 16954 	"foo<sup>a[]</sup>baz",
 16955 	[true],
 16956 	{"inserttext":[false,false,"",false,false,""]}],
 16957 ["foo<u>[bar]</u>baz",
 16958 	[["inserttext","a"]],
 16959 	"foo<u>a[]</u>baz",
 16960 	[true],
 16961 	{"inserttext":[false,false,"",false,false,""]}],
 16962 ["foo<a href=http://www.google.com>[bar]</a>baz",
 16963 	[["inserttext","a"]],
 16964 	"foo<a href=\"http://www.google.com\">a[]</a>baz",
 16965 	[true],
 16966 	{"inserttext":[false,false,"",false,false,""]}],
 16967 ["foo<font face=sans-serif>[bar]</font>baz",
 16968 	[["inserttext","a"]],
 16969 	"foo<font face=\"sans-serif\">a[]</font>baz",
 16970 	[true],
 16971 	{"inserttext":[false,false,"",false,false,""]}],
 16972 ["foo<font size=4>[bar]</font>baz",
 16973 	[["inserttext","a"]],
 16974 	"foo<font size=\"4\">a[]</font>baz",
 16975 	[true],
 16976 	{"inserttext":[false,false,"",false,false,""]}],
 16977 ["foo<font color=#0000FF>[bar]</font>baz",
 16978 	[["inserttext","a"]],
 16979 	"foo<font color=\"#0000FF\">a[]</font>baz",
 16980 	[true],
 16981 	{"inserttext":[false,false,"",false,false,""]}],
 16982 ["foo<span style=background-color:#00FFFF>[bar]</span>baz",
 16983 	[["inserttext","a"]],
 16984 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>baz",
 16985 	[true],
 16986 	{"inserttext":[false,false,"",false,false,""]}],
 16987 ["foo<a href=http://www.google.com><font color=blue>[bar]</font></a>baz",
 16988 	[["inserttext","a"]],
 16989 	"foo<a href=\"http://www.google.com\"><font color=\"blue\">a[]</font></a>baz",
 16990 	[true],
 16991 	{"inserttext":[false,false,"",false,false,""]}],
 16992 ["foo<font color=blue><a href=http://www.google.com>[bar]</a></font>baz",
 16993 	[["inserttext","a"]],
 16994 	"foo<font color=\"blue\"><a href=\"http://www.google.com\">a[]</a></font>baz",
 16995 	[true],
 16996 	{"inserttext":[false,false,"",false,false,""]}],
 16997 ["foo<a href=http://www.google.com><font color=brown>[bar]</font></a>baz",
 16998 	[["inserttext","a"]],
 16999 	"foo<a href=\"http://www.google.com\"><font color=\"brown\">a[]</font></a>baz",
 17000 	[true],
 17001 	{"inserttext":[false,false,"",false,false,""]}],
 17002 ["foo<font color=brown><a href=http://www.google.com>[bar]</a></font>baz",
 17003 	[["inserttext","a"]],
 17004 	"foo<font color=\"brown\"><a href=\"http://www.google.com\">a[]</a></font>baz",
 17005 	[true],
 17006 	{"inserttext":[false,false,"",false,false,""]}],
 17007 ["foo<a href=http://www.google.com><font color=black>[bar]</font></a>baz",
 17008 	[["inserttext","a"]],
 17009 	"foo<a href=\"http://www.google.com\"><font color=\"black\">a[]</font></a>baz",
 17010 	[true],
 17011 	{"inserttext":[false,false,"",false,false,""]}],
 17012 ["foo<a href=http://www.google.com><u>[bar]</u></a>baz",
 17013 	[["inserttext","a"]],
 17014 	"foo<a href=\"http://www.google.com\"><u>a[]</u></a>baz",
 17015 	[true],
 17016 	{"inserttext":[false,false,"",false,false,""]}],
 17017 ["foo<u><a href=http://www.google.com>[bar]</a></u>baz",
 17018 	[["inserttext","a"]],
 17019 	"foo<u><a href=\"http://www.google.com\">a[]</a></u>baz",
 17020 	[true],
 17021 	{"inserttext":[false,false,"",false,false,""]}],
 17022 ["foo<sub><font size=2>[bar]</font></sub>baz",
 17023 	[["inserttext","a"]],
 17024 	"foo<sub><font size=\"2\">a[]</font></sub>baz",
 17025 	[true],
 17026 	{"inserttext":[false,false,"",false,false,""]}],
 17027 ["foo<font size=2><sub>[bar]</sub></font>baz",
 17028 	[["inserttext","a"]],
 17029 	"foo<font size=\"2\"><sub>a[]</sub></font>baz",
 17030 	[true],
 17031 	{"inserttext":[false,false,"",false,false,""]}],
 17032 ["foo<sub><font size=3>[bar]</font></sub>baz",
 17033 	[["inserttext","a"]],
 17034 	"foo<sub><font size=\"3\">a[]</font></sub>baz",
 17035 	[true],
 17036 	{"inserttext":[false,false,"",false,false,""]}],
 17037 ["foo<font size=3><sub>[bar]</sub></font>baz",
 17038 	[["inserttext","a"]],
 17039 	"foo<font size=\"3\"><sub>a[]</sub></font>baz",
 17040 	[true],
 17041 	{"inserttext":[false,false,"",false,false,""]}],
 17042 ["[foo<b>bar]</b>baz",
 17043 	[["stylewithcss","true"],["inserttext","a"]],
 17044 	"a[]baz",
 17045 	[true,true],
 17046 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17047 ["[foo<b>bar]</b>baz",
 17048 	[["stylewithcss","false"],["inserttext","a"]],
 17049 	"a[]baz",
 17050 	[true,true],
 17051 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17052 ["[foo<i>bar]</i>baz",
 17053 	[["stylewithcss","true"],["inserttext","a"]],
 17054 	"a[]baz",
 17055 	[true,true],
 17056 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17057 ["[foo<i>bar]</i>baz",
 17058 	[["stylewithcss","false"],["inserttext","a"]],
 17059 	"a[]baz",
 17060 	[true,true],
 17061 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17062 ["[foo<s>bar]</s>baz",
 17063 	[["stylewithcss","true"],["inserttext","a"]],
 17064 	"a[]baz",
 17065 	[true,true],
 17066 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17067 ["[foo<s>bar]</s>baz",
 17068 	[["stylewithcss","false"],["inserttext","a"]],
 17069 	"a[]baz",
 17070 	[true,true],
 17071 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17072 ["[foo<sub>bar]</sub>baz",
 17073 	[["stylewithcss","true"],["inserttext","a"]],
 17074 	"a[]baz",
 17075 	[true,true],
 17076 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17077 ["[foo<sub>bar]</sub>baz",
 17078 	[["stylewithcss","false"],["inserttext","a"]],
 17079 	"a[]baz",
 17080 	[true,true],
 17081 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17082 ["[foo<sup>bar]</sup>baz",
 17083 	[["stylewithcss","true"],["inserttext","a"]],
 17084 	"a[]baz",
 17085 	[true,true],
 17086 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17087 ["[foo<sup>bar]</sup>baz",
 17088 	[["stylewithcss","false"],["inserttext","a"]],
 17089 	"a[]baz",
 17090 	[true,true],
 17091 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17092 ["[foo<u>bar]</u>baz",
 17093 	[["stylewithcss","true"],["inserttext","a"]],
 17094 	"a[]baz",
 17095 	[true,true],
 17096 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17097 ["[foo<u>bar]</u>baz",
 17098 	[["stylewithcss","false"],["inserttext","a"]],
 17099 	"a[]baz",
 17100 	[true,true],
 17101 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17102 ["[foo<a href=http://www.google.com>bar]</a>baz",
 17103 	[["inserttext","a"]],
 17104 	"a[]baz",
 17105 	[true],
 17106 	{"inserttext":[false,false,"",false,false,""]}],
 17107 ["[foo<font face=sans-serif>bar]</font>baz",
 17108 	[["stylewithcss","true"],["inserttext","a"]],
 17109 	"a[]baz",
 17110 	[true,true],
 17111 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17112 ["[foo<font face=sans-serif>bar]</font>baz",
 17113 	[["stylewithcss","false"],["inserttext","a"]],
 17114 	"a[]baz",
 17115 	[true,true],
 17116 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17117 ["[foo<font size=4>bar]</font>baz",
 17118 	[["stylewithcss","true"],["inserttext","a"]],
 17119 	"a[]baz",
 17120 	[true,true],
 17121 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17122 ["[foo<font size=4>bar]</font>baz",
 17123 	[["stylewithcss","false"],["inserttext","a"]],
 17124 	"a[]baz",
 17125 	[true,true],
 17126 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17127 ["[foo<font color=#0000FF>bar]</font>baz",
 17128 	[["stylewithcss","true"],["inserttext","a"]],
 17129 	"a[]baz",
 17130 	[true,true],
 17131 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17132 ["[foo<font color=#0000FF>bar]</font>baz",
 17133 	[["stylewithcss","false"],["inserttext","a"]],
 17134 	"a[]baz",
 17135 	[true,true],
 17136 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17137 ["[foo<span style=background-color:#00FFFF>bar]</span>baz",
 17138 	[["stylewithcss","true"],["inserttext","a"]],
 17139 	"a[]baz",
 17140 	[true,true],
 17141 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17142 ["[foo<span style=background-color:#00FFFF>bar]</span>baz",
 17143 	[["stylewithcss","false"],["inserttext","a"]],
 17144 	"a[]baz",
 17145 	[true,true],
 17146 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17147 ["[foo<a href=http://www.google.com><font color=blue>bar]</font></a>baz",
 17148 	[["stylewithcss","true"],["inserttext","a"]],
 17149 	"a[]baz",
 17150 	[true,true],
 17151 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17152 ["[foo<a href=http://www.google.com><font color=blue>bar]</font></a>baz",
 17153 	[["stylewithcss","false"],["inserttext","a"]],
 17154 	"a[]baz",
 17155 	[true,true],
 17156 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17157 ["[foo<font color=blue><a href=http://www.google.com>bar]</a></font>baz",
 17158 	[["stylewithcss","true"],["inserttext","a"]],
 17159 	"a[]baz",
 17160 	[true,true],
 17161 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17162 ["[foo<font color=blue><a href=http://www.google.com>bar]</a></font>baz",
 17163 	[["stylewithcss","false"],["inserttext","a"]],
 17164 	"a[]baz",
 17165 	[true,true],
 17166 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17167 ["[foo<a href=http://www.google.com><font color=brown>bar]</font></a>baz",
 17168 	[["stylewithcss","true"],["inserttext","a"]],
 17169 	"a[]baz",
 17170 	[true,true],
 17171 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17172 ["[foo<a href=http://www.google.com><font color=brown>bar]</font></a>baz",
 17173 	[["stylewithcss","false"],["inserttext","a"]],
 17174 	"a[]baz",
 17175 	[true,true],
 17176 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17177 ["[foo<font color=brown><a href=http://www.google.com>bar]</a></font>baz",
 17178 	[["stylewithcss","true"],["inserttext","a"]],
 17179 	"a[]baz",
 17180 	[true,true],
 17181 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17182 ["[foo<font color=brown><a href=http://www.google.com>bar]</a></font>baz",
 17183 	[["stylewithcss","false"],["inserttext","a"]],
 17184 	"a[]baz",
 17185 	[true,true],
 17186 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17187 ["[foo<a href=http://www.google.com><font color=black>bar]</font></a>baz",
 17188 	[["stylewithcss","true"],["inserttext","a"]],
 17189 	"a[]baz",
 17190 	[true,true],
 17191 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17192 ["[foo<a href=http://www.google.com><font color=black>bar]</font></a>baz",
 17193 	[["stylewithcss","false"],["inserttext","a"]],
 17194 	"a[]baz",
 17195 	[true,true],
 17196 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17197 ["[foo<a href=http://www.google.com><u>bar]</u></a>baz",
 17198 	[["stylewithcss","true"],["inserttext","a"]],
 17199 	"a[]baz",
 17200 	[true,true],
 17201 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17202 ["[foo<a href=http://www.google.com><u>bar]</u></a>baz",
 17203 	[["stylewithcss","false"],["inserttext","a"]],
 17204 	"a[]baz",
 17205 	[true,true],
 17206 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17207 ["[foo<u><a href=http://www.google.com>bar]</a></u>baz",
 17208 	[["stylewithcss","true"],["inserttext","a"]],
 17209 	"a[]baz",
 17210 	[true,true],
 17211 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17212 ["[foo<u><a href=http://www.google.com>bar]</a></u>baz",
 17213 	[["stylewithcss","false"],["inserttext","a"]],
 17214 	"a[]baz",
 17215 	[true,true],
 17216 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17217 ["[foo<sub><font size=2>bar]</font></sub>baz",
 17218 	[["stylewithcss","true"],["inserttext","a"]],
 17219 	"a[]baz",
 17220 	[true,true],
 17221 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17222 ["[foo<sub><font size=2>bar]</font></sub>baz",
 17223 	[["stylewithcss","false"],["inserttext","a"]],
 17224 	"a[]baz",
 17225 	[true,true],
 17226 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17227 ["[foo<font size=2><sub>bar]</sub></font>baz",
 17228 	[["stylewithcss","true"],["inserttext","a"]],
 17229 	"a[]baz",
 17230 	[true,true],
 17231 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17232 ["[foo<font size=2><sub>bar]</sub></font>baz",
 17233 	[["stylewithcss","false"],["inserttext","a"]],
 17234 	"a[]baz",
 17235 	[true,true],
 17236 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17237 ["[foo<sub><font size=3>bar]</font></sub>baz",
 17238 	[["stylewithcss","true"],["inserttext","a"]],
 17239 	"a[]baz",
 17240 	[true,true],
 17241 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17242 ["[foo<sub><font size=3>bar]</font></sub>baz",
 17243 	[["stylewithcss","false"],["inserttext","a"]],
 17244 	"a[]baz",
 17245 	[true,true],
 17246 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17247 ["[foo<font size=3><sub>bar]</sub></font>baz",
 17248 	[["stylewithcss","true"],["inserttext","a"]],
 17249 	"a[]baz",
 17250 	[true,true],
 17251 	{"stylewithcss":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 17252 ["[foo<font size=3><sub>bar]</sub></font>baz",
 17253 	[["stylewithcss","false"],["inserttext","a"]],
 17254 	"a[]baz",
 17255 	[true,true],
 17256 	{"stylewithcss":[false,true,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 17257 ["foo<b>[bar</b>baz]",
 17258 	[["inserttext","a"]],
 17259 	"foo<b>a[]</b>",
 17260 	[true],
 17261 	{"inserttext":[false,false,"",false,false,""]}],
 17262 ["foo<i>[bar</i>baz]",
 17263 	[["inserttext","a"]],
 17264 	"foo<i>a[]</i>",
 17265 	[true],
 17266 	{"inserttext":[false,false,"",false,false,""]}],
 17267 ["foo<s>[bar</s>baz]",
 17268 	[["inserttext","a"]],
 17269 	"foo<s>a[]</s>",
 17270 	[true],
 17271 	{"inserttext":[false,false,"",false,false,""]}],
 17272 ["foo<sub>[bar</sub>baz]",
 17273 	[["inserttext","a"]],
 17274 	"foo<sub>a[]</sub>",
 17275 	[true],
 17276 	{"inserttext":[false,false,"",false,false,""]}],
 17277 ["foo<sup>[bar</sup>baz]",
 17278 	[["inserttext","a"]],
 17279 	"foo<sup>a[]</sup>",
 17280 	[true],
 17281 	{"inserttext":[false,false,"",false,false,""]}],
 17282 ["foo<u>[bar</u>baz]",
 17283 	[["inserttext","a"]],
 17284 	"foo<u>a[]</u>",
 17285 	[true],
 17286 	{"inserttext":[false,false,"",false,false,""]}],
 17287 ["foo<a href=http://www.google.com>[bar</a>baz]",
 17288 	[["inserttext","a"]],
 17289 	"foo<a href=\"http://www.google.com\">a[]</a>",
 17290 	[true],
 17291 	{"inserttext":[false,false,"",false,false,""]}],
 17292 ["foo<font face=sans-serif>[bar</font>baz]",
 17293 	[["inserttext","a"]],
 17294 	"foo<font face=\"sans-serif\">a[]</font>",
 17295 	[true],
 17296 	{"inserttext":[false,false,"",false,false,""]}],
 17297 ["foo<font size=4>[bar</font>baz]",
 17298 	[["inserttext","a"]],
 17299 	"foo<font size=\"4\">a[]</font>",
 17300 	[true],
 17301 	{"inserttext":[false,false,"",false,false,""]}],
 17302 ["foo<font color=#0000FF>[bar</font>baz]",
 17303 	[["inserttext","a"]],
 17304 	"foo<font color=\"#0000FF\">a[]</font>",
 17305 	[true],
 17306 	{"inserttext":[false,false,"",false,false,""]}],
 17307 ["foo<span style=background-color:#00FFFF>[bar</span>baz]",
 17308 	[["inserttext","a"]],
 17309 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>",
 17310 	[true],
 17311 	{"inserttext":[false,false,"",false,false,""]}],
 17312 ["foo<a href=http://www.google.com><font color=blue>[bar</font></a>baz]",
 17313 	[["inserttext","a"]],
 17314 	"foo<a href=\"http://www.google.com\"><font color=\"blue\">a[]</font></a>",
 17315 	[true],
 17316 	{"inserttext":[false,false,"",false,false,""]}],
 17317 ["foo<font color=blue><a href=http://www.google.com>[bar</a></font>baz]",
 17318 	[["inserttext","a"]],
 17319 	"foo<font color=\"blue\"><a href=\"http://www.google.com\">a[]</a></font>",
 17320 	[true],
 17321 	{"inserttext":[false,false,"",false,false,""]}],
 17322 ["foo<a href=http://www.google.com><font color=brown>[bar</font></a>baz]",
 17323 	[["inserttext","a"]],
 17324 	"foo<a href=\"http://www.google.com\"><font color=\"brown\">a[]</font></a>",
 17325 	[true],
 17326 	{"inserttext":[false,false,"",false,false,""]}],
 17327 ["foo<font color=brown><a href=http://www.google.com>[bar</a></font>baz]",
 17328 	[["inserttext","a"]],
 17329 	"foo<font color=\"brown\"><a href=\"http://www.google.com\">a[]</a></font>",
 17330 	[true],
 17331 	{"inserttext":[false,false,"",false,false,""]}],
 17332 ["foo<a href=http://www.google.com><font color=black>[bar</font></a>baz]",
 17333 	[["inserttext","a"]],
 17334 	"foo<a href=\"http://www.google.com\"><font color=\"black\">a[]</font></a>",
 17335 	[true],
 17336 	{"inserttext":[false,false,"",false,false,""]}],
 17337 ["foo<a href=http://www.google.com><u>[bar</u></a>baz]",
 17338 	[["inserttext","a"]],
 17339 	"foo<a href=\"http://www.google.com\"><u>a[]</u></a>",
 17340 	[true],
 17341 	{"inserttext":[false,false,"",false,false,""]}],
 17342 ["foo<u><a href=http://www.google.com>[bar</a></u>baz]",
 17343 	[["inserttext","a"]],
 17344 	"foo<u><a href=\"http://www.google.com\">a[]</a></u>",
 17345 	[true],
 17346 	{"inserttext":[false,false,"",false,false,""]}],
 17347 ["foo<sub><font size=2>[bar</font></sub>baz]",
 17348 	[["inserttext","a"]],
 17349 	"foo<sub><font size=\"2\">a[]</font></sub>",
 17350 	[true],
 17351 	{"inserttext":[false,false,"",false,false,""]}],
 17352 ["foo<font size=2><sub>[bar</sub></font>baz]",
 17353 	[["inserttext","a"]],
 17354 	"foo<font size=\"2\"><sub>a[]</sub></font>",
 17355 	[true],
 17356 	{"inserttext":[false,false,"",false,false,""]}],
 17357 ["foo<sub><font size=3>[bar</font></sub>baz]",
 17358 	[["inserttext","a"]],
 17359 	"foo<sub><font size=\"3\">a[]</font></sub>",
 17360 	[true],
 17361 	{"inserttext":[false,false,"",false,false,""]}],
 17362 ["foo<font size=3><sub>[bar</sub></font>baz]",
 17363 	[["inserttext","a"]],
 17364 	"foo<font size=\"3\"><sub>a[]</sub></font>",
 17365 	[true],
 17366 	{"inserttext":[false,false,"",false,false,""]}],
 17367 ["<blockquote><font color=blue>[foo]</font></blockquote>",
 17368 	[["inserttext","a"]],
 17369 	"<blockquote><font color=\"blue\">a[]</font></blockquote>",
 17370 	[true],
 17371 	{"inserttext":[false,false,"",false,false,""]}],
 17372 ["foo[]bar",
 17373 	[["insertunorderedlist",""]],
 17374 	"<ul><li>foo[]bar</li></ul>",
 17375 	[true],
 17376 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17377 ["foo[bar]baz",
 17378 	[["insertunorderedlist",""]],
 17379 	"<ul><li>foo[bar]baz</li></ul>",
 17380 	[true],
 17381 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17382 ["foo<br>[bar]",
 17383 	[["insertunorderedlist",""]],
 17384 	"foo<ul><li>[bar]</li></ul>",
 17385 	[true],
 17386 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17387 ["f[oo<br>b]ar<br>baz",
 17388 	[["insertunorderedlist",""]],
 17389 	"<ul><li>f[oo</li><li>b]ar</li></ul>baz",
 17390 	[true],
 17391 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17392 ["<p>[foo]<br>bar</p>",
 17393 	[["insertunorderedlist",""]],
 17394 	"<ul><li>[foo]</li></ul><p>bar</p>",
 17395 	[true],
 17396 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17397 ["[foo<ol><li>bar]</ol>baz",
 17398 	[["insertunorderedlist",""]],
 17399 	"<ul><li>[foo</li><li>bar]</li></ul>baz",
 17400 	[true],
 17401 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17402 ["foo<ol><li>[bar</ol>baz]",
 17403 	[["insertunorderedlist",""]],
 17404 	"foo<ul><li>[bar</li><li>baz]</li></ul>",
 17405 	[true],
 17406 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17407 ["[foo<ul><li>bar]</ul>baz",
 17408 	[["insertunorderedlist",""]],
 17409 	"<ul><li>[foo</li><li>bar]</li></ul>baz",
 17410 	[true],
 17411 	{"insertunorderedlist":[true,false,"",false,true,""]}],
 17412 ["foo<ul><li>[bar</ul>baz]",
 17413 	[["insertunorderedlist",""]],
 17414 	"foo<ul><li>[bar</li><li>baz]</li></ul>",
 17415 	[true],
 17416 	{"insertunorderedlist":[true,false,"",false,true,""]}],
 17417 ["foo<ul><li>[bar</ul><ol><li>baz]</ol>quz",
 17418 	[["insertunorderedlist",""]],
 17419 	"foo<ul><li>[bar</li><li>baz]</li></ul>quz",
 17420 	[true],
 17421 	{"insertunorderedlist":[true,false,"",false,true,""]}],
 17422 ["foo<ol><li>[bar</ol><ul><li>baz]</ul>quz",
 17423 	[["insertunorderedlist",""]],
 17424 	"foo<ul><li>[bar</li><li>baz]</li></ul>quz",
 17425 	[true],
 17426 	{"insertunorderedlist":[true,false,"",false,true,""]}],
 17427 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 17428 	[["insertunorderedlist",""]],
 17429 	"<table><tbody><tr><td>foo</td><td><ul><li>b[a]r</li></ul></td><td>baz</td></tr></tbody></table>",
 17430 	[true],
 17431 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17432 ["<table><tbody><tr><td>fo[o<td>b]ar<td>baz</table>",
 17433 	[["insertunorderedlist",""]],
 17434 	"<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>",
 17435 	[true],
 17436 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17437 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 17438 	[["insertunorderedlist",""]],
 17439 	"<ul><li>{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</li></ul>",
 17440 	[true],
 17441 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17442 ["<p>foo<p>[bar]<p>baz",
 17443 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17444 	"<p>foo</p><ul><li>[bar]</li></ul><p>baz</p>",
 17445 	[true,true],
 17446 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 17447 ["<p>foo<p>[bar]<p>baz",
 17448 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17449 	"<p>foo</p><ul><li>[bar]</li></ul><p>baz</p>",
 17450 	[true,true],
 17451 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 17452 ["<p>foo<blockquote>[bar]</blockquote><p>baz",
 17453 	[["insertunorderedlist",""]],
 17454 	"<p>foo</p><blockquote><ul><li>[bar]</li></ul></blockquote><p>baz</p>",
 17455 	[true],
 17456 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17457 ["<dl><dt>foo<dd>[bar]<dt>baz<dd>quz</dl>",
 17458 	[["insertunorderedlist",""]],
 17459 	"<dl><dt>foo</dt><dd><ul><li>[bar]</li></ul></dd><dt>baz</dt><dd>quz</dd></dl>",
 17460 	[true],
 17461 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17462 ["<dl><dt>foo<dd>bar<dt>[baz]<dd>quz</dl>",
 17463 	[["insertunorderedlist",""]],
 17464 	"<dl><dt>foo</dt><dd>bar</dd><dt><ul><li>[baz]</li></ul></dt><dd>quz</dd></dl>",
 17465 	[true],
 17466 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17467 ["<p>[foo<p>bar]<p>baz",
 17468 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17469 	"<ul><li>[foo</li><li>bar]</li></ul><p>baz</p>",
 17470 	[true,true],
 17471 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 17472 ["<p>[foo<p>bar]<p>baz",
 17473 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17474 	"<ul><li>[foo</li><li>bar]</li></ul><p>baz</p>",
 17475 	[true,true],
 17476 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 17477 ["<p>[foo<blockquote>bar]</blockquote><p>baz",
 17478 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17479 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><p>baz</p>",
 17480 	[true,true],
 17481 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 17482 ["<p>[foo<blockquote>bar]</blockquote><p>baz",
 17483 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17484 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><p>baz</p>",
 17485 	[true,true],
 17486 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 17487 ["<dl><dt>[foo<dd>bar]<dt>baz<dd>quz</dl>",
 17488 	[["insertunorderedlist",""]],
 17489 	"<dl><dt><ul><li>[foo</li></ul></dt><dd><ul><li>bar]</li></ul></dd><dt>baz</dt><dd>quz</dd></dl>",
 17490 	[true],
 17491 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17492 ["<dl><dt>foo<dd>[bar<dt>baz]<dd>quz</dl>",
 17493 	[["insertunorderedlist",""]],
 17494 	"<dl><dt>foo</dt><dd><ul><li>[bar</li></ul></dd><dt><ul><li>baz]</li></ul></dt><dd>quz</dd></dl>",
 17495 	[true],
 17496 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17497 ["<p>[foo<blockquote><p>bar]<p>baz</blockquote>",
 17498 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17499 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><blockquote><p>baz</p></blockquote>",
 17500 	[true,true],
 17501 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 17502 ["<p>[foo<blockquote><p>bar]<p>baz</blockquote>",
 17503 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17504 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><blockquote><p>baz</p></blockquote>",
 17505 	[true,true],
 17506 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 17507 ["<ol><li>foo<li>[bar]<li>baz</ol>",
 17508 	[["insertunorderedlist",""]],
 17509 	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul><ol><li>baz</li></ol>",
 17510 	[true],
 17511 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17512 ["<ol><li>foo</ol>[bar]",
 17513 	[["insertunorderedlist",""]],
 17514 	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul>",
 17515 	[true],
 17516 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17517 ["[foo]<ol><li>bar</ol>",
 17518 	[["insertunorderedlist",""]],
 17519 	"<ul><li>[foo]</li></ul><ol><li>bar</li></ol>",
 17520 	[true],
 17521 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17522 ["<ol><li>foo</ol>[bar]<ol><li>baz</ol>",
 17523 	[["insertunorderedlist",""]],
 17524 	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul><ol><li>baz</li></ol>",
 17525 	[true],
 17526 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17527 ["<ol><ol><li>[foo]</ol></ol>",
 17528 	[["insertunorderedlist",""]],
 17529 	"<ul><ul><li>[foo]</li></ul></ul>",
 17530 	[true],
 17531 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17532 ["<ol><li>[foo]<br>bar<li>baz</ol>",
 17533 	[["insertunorderedlist",""]],
 17534 	"<ul><li>[foo]<br>bar</li></ul><ol><li>baz</li></ol>",
 17535 	[true],
 17536 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17537 ["<ol><li>foo<br>[bar]<li>baz</ol>",
 17538 	[["insertunorderedlist",""]],
 17539 	"<ul><li>foo<br>[bar]</li></ul><ol><li>baz</li></ol>",
 17540 	[true],
 17541 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17542 ["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 17543 	[["insertunorderedlist",""]],
 17544 	"<ul><li><div>[foo]</div>bar</li></ul><ol><li>baz</li></ol>",
 17545 	[true],
 17546 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17547 ["<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>",
 17548 	[["insertunorderedlist",""]],
 17549 	"<ol><li>foo</li><ul><li>[bar]</li></ul><ol><li>baz</li></ol><li>quz</li></ol>",
 17550 	[true],
 17551 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17552 ["<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>",
 17553 	[["insertunorderedlist",""]],
 17554 	"<ol><li>foo</li><ol><li>bar</li></ol><ul><li>[baz]</li></ul><li>quz</li></ol>",
 17555 	[true],
 17556 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17557 ["<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>",
 17558 	[["insertunorderedlist",""]],
 17559 	"<ol><li>foo</li><ul><li>[bar]</li></ul><ol><li>baz</li></ol><li>quz</li></ol>",
 17560 	[true],
 17561 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17562 ["<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>",
 17563 	[["insertunorderedlist",""]],
 17564 	"<ol><li>foo</li><ol><li>bar</li></ol><ul><li>[baz]</li></ul><li>quz</li></ol>",
 17565 	[true],
 17566 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17567 ["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
 17568 	[["insertunorderedlist",""]],
 17569 	"<ul><li>[foo]</li></ul><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 17570 	[true],
 17571 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17572 ["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
 17573 	[["insertunorderedlist",""]],
 17574 	"<ul><li>[foo]</li></ul><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 17575 	[true],
 17576 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17577 ["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
 17578 	[["insertunorderedlist",""]],
 17579 	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 17580 	[true],
 17581 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17582 ["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
 17583 	[["insertunorderedlist",""]],
 17584 	"<ol><li>foo</li></ol><ul><li>[bar]</li></ul><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 17585 	[true],
 17586 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17587 ["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
 17588 	[["insertunorderedlist",""]],
 17589 	"<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li></ol><ul><li>[quz]</li></ul>",
 17590 	[true],
 17591 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17592 ["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
 17593 	[["insertunorderedlist",""]],
 17594 	"<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol></ol><ul><li>[quz]</li></ul>",
 17595 	[true],
 17596 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17597 ["<ol><li>foo<li>[bar<li>baz]</ol>",
 17598 	[["insertunorderedlist",""]],
 17599 	"<ol><li>foo</li></ol><ul><li>[bar</li><li>baz]</li></ul>",
 17600 	[true],
 17601 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17602 ["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
 17603 	[["insertunorderedlist",""]],
 17604 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><ol><li>baz</li></ol>",
 17605 	[true],
 17606 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17607 ["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
 17608 	[["insertunorderedlist",""]],
 17609 	"<ol><li>foo</li></ol><ul><ul><li>b[ar</li></ul><li>b]az</li></ul>",
 17610 	[true],
 17611 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17612 ["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
 17613 	[["insertunorderedlist",""]],
 17614 	"<ul><li>[foo</li><ul><li>bar</li></ul><li>baz]</li></ul><p>extra</p>",
 17615 	[true],
 17616 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17617 ["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
 17618 	[["insertunorderedlist",""]],
 17619 	"<ul><li>[foo]</li></ul><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 17620 	[true],
 17621 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17622 ["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
 17623 	[["insertunorderedlist",""]],
 17624 	"<ol><li>foo</li><ul><li>[bar]</li></ul><li>baz</li></ol>",
 17625 	[true],
 17626 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17627 ["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
 17628 	[["insertunorderedlist",""]],
 17629 	"<ol><li>foo</li><ol><li>bar</li></ol></ol><ul><li>[baz]</li></ul>",
 17630 	[true],
 17631 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17632 ["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 17633 	[["insertunorderedlist",""]],
 17634 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><ol><li>baz</li></ol>",
 17635 	[true],
 17636 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17637 ["<ul><li>foo<li>[bar]<li>baz</ul>",
 17638 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17639 	"<ul><li>foo</li></ul><div>[bar]</div><ul><li>baz</li></ul>",
 17640 	[true,true],
 17641 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17642 ["<ul><li>foo<li>[bar]<li>baz</ul>",
 17643 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17644 	"<ul><li>foo</li></ul><p>[bar]</p><ul><li>baz</li></ul>",
 17645 	[true,true],
 17646 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17647 ["<ul><li>foo</ul>[bar]",
 17648 	[["insertunorderedlist",""]],
 17649 	"<ul><li>foo</li><li>[bar]</li></ul>",
 17650 	[true],
 17651 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17652 ["[foo]<ul><li>bar</ul>",
 17653 	[["insertunorderedlist",""]],
 17654 	"<ul><li>[foo]</li><li>bar</li></ul>",
 17655 	[true],
 17656 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17657 ["<ul><li>foo</ul>[bar]<ul><li>baz</ul>",
 17658 	[["insertunorderedlist",""]],
 17659 	"<ul><li>foo</li><li>[bar]</li><li>baz</li></ul>",
 17660 	[true],
 17661 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17662 ["<ul><ul><li>[foo]</ul></ul>",
 17663 	[["insertunorderedlist",""]],
 17664 	"<ul><li>[foo]</li></ul>",
 17665 	[true],
 17666 	{"insertunorderedlist":[false,true,"",false,true,""]}],
 17667 ["<ul><li>[foo]<br>bar<li>baz</ul>",
 17668 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17669 	"<div>[foo]<br>bar</div><ul><li>baz</li></ul>",
 17670 	[true,true],
 17671 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17672 ["<ul><li>[foo]<br>bar<li>baz</ul>",
 17673 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17674 	"<p>[foo]<br>bar</p><ul><li>baz</li></ul>",
 17675 	[true,true],
 17676 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17677 ["<ul><li>foo<br>[bar]<li>baz</ul>",
 17678 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17679 	"<div>foo<br>[bar]</div><ul><li>baz</li></ul>",
 17680 	[true,true],
 17681 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17682 ["<ul><li>foo<br>[bar]<li>baz</ul>",
 17683 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17684 	"<p>foo<br>[bar]</p><ul><li>baz</li></ul>",
 17685 	[true,true],
 17686 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17687 ["<ul><li><div>[foo]</div>bar<li>baz</ul>",
 17688 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17689 	"<div>[foo]</div><div>bar</div><ul><li>baz</li></ul>",
 17690 	[true,true],
 17691 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17692 ["<ul><li><div>[foo]</div>bar<li>baz</ul>",
 17693 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17694 	"<div>[foo]</div><p>bar</p><ul><li>baz</li></ul>",
 17695 	[true,true],
 17696 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17697 ["<ul><li>foo<ul><li>[bar]<li>baz</ul><li>quz</ul>",
 17698 	[["insertunorderedlist",""]],
 17699 	"<ul><li>foo</li><li>[bar]</li><ul><li>baz</li></ul><li>quz</li></ul>",
 17700 	[true],
 17701 	{"insertunorderedlist":[false,true,"",false,true,""]}],
 17702 ["<ul><li>foo<ul><li>bar<li>[baz]</ul><li>quz</ul>",
 17703 	[["insertunorderedlist",""]],
 17704 	"<ul><li>foo</li><ul><li>bar</li></ul><li>[baz]</li><li>quz</li></ul>",
 17705 	[true],
 17706 	{"insertunorderedlist":[false,true,"",false,true,""]}],
 17707 ["<ul><li>foo</li><ul><li>[bar]<li>baz</ul><li>quz</ul>",
 17708 	[["insertunorderedlist",""]],
 17709 	"<ul><li>foo</li><li>[bar]</li><ul><li>baz</li></ul><li>quz</li></ul>",
 17710 	[true],
 17711 	{"insertunorderedlist":[false,true,"",false,true,""]}],
 17712 ["<ul><li>foo</li><ul><li>bar<li>[baz]</ul><li>quz</ul>",
 17713 	[["insertunorderedlist",""]],
 17714 	"<ul><li>foo</li><ul><li>bar</li></ul><li>[baz]</li><li>quz</li></ul>",
 17715 	[true],
 17716 	{"insertunorderedlist":[false,true,"",false,true,""]}],
 17717 ["<ul><li>[foo]<ul><li>bar</ul><li>baz</ul>",
 17718 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17719 	"<div>[foo]</div><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 17720 	[true,true],
 17721 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17722 ["<ul><li>[foo]<ul><li>bar</ul><li>baz</ul>",
 17723 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17724 	"<p>[foo]</p><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 17725 	[true,true],
 17726 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17727 ["<ul><li>[foo]</li><ul><li>bar</ul><li>baz</ul>",
 17728 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17729 	"<div>[foo]</div><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 17730 	[true,true],
 17731 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17732 ["<ul><li>[foo]</li><ul><li>bar</ul><li>baz</ul>",
 17733 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17734 	"<p>[foo]</p><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 17735 	[true,true],
 17736 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17737 ["<ul><li>foo<li>[bar]<ul><li>baz</ul><li>quz</ul>",
 17738 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17739 	"<ul><li>foo</li></ul><div>[bar]</div><ul><ul><li>baz</li></ul><li>quz</li></ul>",
 17740 	[true,true],
 17741 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17742 ["<ul><li>foo<li>[bar]<ul><li>baz</ul><li>quz</ul>",
 17743 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17744 	"<ul><li>foo</li></ul><p>[bar]</p><ul><ul><li>baz</li></ul><li>quz</li></ul>",
 17745 	[true,true],
 17746 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17747 ["<ul><li>foo<li>[bar]</li><ul><li>baz</ul><li>quz</ul>",
 17748 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17749 	"<ul><li>foo</li></ul><div>[bar]</div><ul><ul><li>baz</li></ul><li>quz</li></ul>",
 17750 	[true,true],
 17751 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17752 ["<ul><li>foo<li>[bar]</li><ul><li>baz</ul><li>quz</ul>",
 17753 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17754 	"<ul><li>foo</li></ul><p>[bar]</p><ul><ul><li>baz</li></ul><li>quz</li></ul>",
 17755 	[true,true],
 17756 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17757 ["<ul><li>foo<ul><li>bar<li>baz</ul><li>[quz]</ul>",
 17758 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17759 	"<ul><li>foo<ul><li>bar</li><li>baz</li></ul></li></ul><div>[quz]</div>",
 17760 	[true,true],
 17761 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17762 ["<ul><li>foo<ul><li>bar<li>baz</ul><li>[quz]</ul>",
 17763 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17764 	"<ul><li>foo<ul><li>bar</li><li>baz</li></ul></li></ul><p>[quz]</p>",
 17765 	[true,true],
 17766 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17767 ["<ul><li>foo</li><ul><li>bar<li>baz</ul><li>[quz]</ul>",
 17768 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17769 	"<ul><li>foo</li><ul><li>bar</li><li>baz</li></ul></ul><div>[quz]</div>",
 17770 	[true,true],
 17771 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17772 ["<ul><li>foo</li><ul><li>bar<li>baz</ul><li>[quz]</ul>",
 17773 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17774 	"<ul><li>foo</li><ul><li>bar</li><li>baz</li></ul></ul><p>[quz]</p>",
 17775 	[true,true],
 17776 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17777 ["<ul><li>foo<li>[bar<li>baz]</ul>",
 17778 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17779 	"<ul><li>foo</li></ul><div>[bar</div><div>baz]</div>",
 17780 	[true,true],
 17781 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17782 ["<ul><li>foo<li>[bar<li>baz]</ul>",
 17783 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17784 	"<ul><li>foo</li></ul><p>[bar</p><p>baz]</p>",
 17785 	[true,true],
 17786 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17787 ["<ul><li>[foo<ul><li>bar]</ul><li>baz</ul>",
 17788 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17789 	"<div>[foo</div><ul><li>bar]</li><li>baz</li></ul>",
 17790 	[true,true],
 17791 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",true,false,""]}],
 17792 ["<ul><li>[foo<ul><li>bar]</ul><li>baz</ul>",
 17793 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17794 	"<p>[foo</p><ul><li>bar]</li><li>baz</li></ul>",
 17795 	[true,true],
 17796 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",true,false,""]}],
 17797 ["<ul><li>foo<ul><li>b[ar</ul><li>b]az</ul>",
 17798 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17799 	"<ul><li>foo</li><li>b[ar</li></ul><div>b]az</div>",
 17800 	[true,true],
 17801 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",true,false,""]}],
 17802 ["<ul><li>foo<ul><li>b[ar</ul><li>b]az</ul>",
 17803 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17804 	"<ul><li>foo</li><li>b[ar</li></ul><p>b]az</p>",
 17805 	[true,true],
 17806 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",true,false,""]}],
 17807 ["<ul><li>[foo<ul><li>bar</ul><li>baz]</ul><p>extra",
 17808 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17809 	"<div>[foo</div><ul><li>bar</li></ul><div>baz]</div><p>extra</p>",
 17810 	[true,true],
 17811 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",true,false,""]}],
 17812 ["<ul><li>[foo<ul><li>bar</ul><li>baz]</ul><p>extra",
 17813 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17814 	"<p>[foo</p><ul><li>bar</li></ul><p>baz]</p><p>extra</p>",
 17815 	[true,true],
 17816 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",true,false,""]}],
 17817 ["<ul><li>[foo]<ul><li>bar</ul>baz</ul>",
 17818 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17819 	"<div>[foo]</div><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 17820 	[true,true],
 17821 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17822 ["<ul><li>[foo]<ul><li>bar</ul>baz</ul>",
 17823 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17824 	"<p>[foo]</p><ul><ul><li>bar</li></ul><li>baz</li></ul>",
 17825 	[true,true],
 17826 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17827 ["<ul><li>foo<ul><li>[bar]</ul>baz</ul>",
 17828 	[["insertunorderedlist",""]],
 17829 	"<ul><li>foo</li><li>[bar]</li><li>baz</li></ul>",
 17830 	[true],
 17831 	{"insertunorderedlist":[false,true,"",false,true,""]}],
 17832 ["<ul><li>foo<ul><li>bar</ul>[baz]</ul>",
 17833 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17834 	"<ul><li>foo</li><ul><li>bar</li></ul></ul><div>[baz]</div>",
 17835 	[true,true],
 17836 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17837 ["<ul><li>foo<ul><li>bar</ul>[baz]</ul>",
 17838 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17839 	"<ul><li>foo</li><ul><li>bar</li></ul></ul><p>[baz]</p>",
 17840 	[true,true],
 17841 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17842 ["<ul><li>[foo<ul><li>bar]</ul>baz</ul>",
 17843 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17844 	"<div>[foo</div><ul><li>bar]</li><li>baz</li></ul>",
 17845 	[true,true],
 17846 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",true,false,""]}],
 17847 ["<ul><li>[foo<ul><li>bar]</ul>baz</ul>",
 17848 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17849 	"<p>[foo</p><ul><li>bar]</li><li>baz</li></ul>",
 17850 	[true,true],
 17851 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",true,false,""]}],
 17852 ["foo<ol><li>bar</ol><ul><li>[baz]</ul>quz",
 17853 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17854 	"foo<ol><li>bar</li></ol><div>[baz]</div>quz",
 17855 	[true,true],
 17856 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17857 ["foo<ol><li>bar</ol><ul><li>[baz]</ul>quz",
 17858 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17859 	"foo<ol><li>bar</li></ol><p>[baz]</p>quz",
 17860 	[true,true],
 17861 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17862 ["foo<ol><li>bar</ol><ul><li>[baz</ul>quz]",
 17863 	[["insertunorderedlist",""]],
 17864 	"foo<ol><li>bar</li></ol><ul><li>[baz</li><li>quz]</li></ul>",
 17865 	[true],
 17866 	{"insertunorderedlist":[true,false,"",false,true,""]}],
 17867 ["foo<ul><li>[bar]</ul><ol><li>baz</ol>quz",
 17868 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17869 	"foo<div>[bar]</div><ol><li>baz</li></ol>quz",
 17870 	[true,true],
 17871 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17872 ["foo<ul><li>[bar]</ul><ol><li>baz</ol>quz",
 17873 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17874 	"foo<p>[bar]</p><ol><li>baz</li></ol>quz",
 17875 	[true,true],
 17876 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17877 ["[foo<ul><li>bar]</ul><ol><li>baz</ol>quz",
 17878 	[["insertunorderedlist",""]],
 17879 	"<ul><li>[foo</li><li>bar]</li></ul><ol><li>baz</li></ol>quz",
 17880 	[true],
 17881 	{"insertunorderedlist":[true,false,"",false,true,""]}],
 17882 ["[foo]<blockquote>bar</blockquote>baz",
 17883 	[["insertunorderedlist",""]],
 17884 	"<ul><li>[foo]</li></ul><blockquote>bar</blockquote>baz",
 17885 	[true],
 17886 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17887 ["foo<blockquote>[bar]</blockquote>baz",
 17888 	[["insertunorderedlist",""]],
 17889 	"foo<blockquote><ul><li>[bar]</li></ul></blockquote>baz",
 17890 	[true],
 17891 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17892 ["[foo<blockquote>bar]</blockquote>baz",
 17893 	[["insertunorderedlist",""]],
 17894 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul>baz",
 17895 	[true],
 17896 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17897 ["<ol><li>foo</ol><blockquote>[bar]</blockquote>baz",
 17898 	[["insertunorderedlist",""]],
 17899 	"<ol><li>foo</li></ol><blockquote><ul><li>[bar]</li></ul></blockquote>baz",
 17900 	[true],
 17901 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17902 ["[foo]<blockquote><ol><li>bar</ol></blockquote>baz",
 17903 	[["insertunorderedlist",""]],
 17904 	"<ul><li>[foo]</li></ul><blockquote><ol><li>bar</li></ol></blockquote>baz",
 17905 	[true],
 17906 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17907 ["foo<blockquote>[bar]<br>baz</blockquote>",
 17908 	[["insertunorderedlist",""]],
 17909 	"foo<blockquote><ul><li>[bar]</li></ul>baz</blockquote>",
 17910 	[true],
 17911 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17912 ["[foo<blockquote>bar]<br>baz</blockquote>",
 17913 	[["insertunorderedlist",""]],
 17914 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><blockquote>baz</blockquote>",
 17915 	[true],
 17916 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17917 ["<ol><li>foo</ol><blockquote>[bar]<br>baz</blockquote>",
 17918 	[["insertunorderedlist",""]],
 17919 	"<ol><li>foo</li></ol><blockquote><ul><li>[bar]</li></ul>baz</blockquote>",
 17920 	[true],
 17921 	{"insertunorderedlist":[false,false,"",false,true,""]}],
 17922 ["<p>[foo]<blockquote><p>bar</blockquote><p>baz",
 17923 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17924 	"<ul><li>[foo]</li></ul><blockquote><p>bar</p></blockquote><p>baz</p>",
 17925 	[true,true],
 17926 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 17927 ["<p>[foo]<blockquote><p>bar</blockquote><p>baz",
 17928 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17929 	"<ul><li>[foo]</li></ul><blockquote><p>bar</p></blockquote><p>baz</p>",
 17930 	[true,true],
 17931 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 17932 ["<p>foo<blockquote><p>[bar]</blockquote><p>baz",
 17933 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17934 	"<p>foo</p><blockquote><ul><li>[bar]</li></ul></blockquote><p>baz</p>",
 17935 	[true,true],
 17936 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 17937 ["<p>foo<blockquote><p>[bar]</blockquote><p>baz",
 17938 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17939 	"<p>foo</p><blockquote><ul><li>[bar]</li></ul></blockquote><p>baz</p>",
 17940 	[true,true],
 17941 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 17942 ["<p>[foo<blockquote><p>bar]</blockquote><p>baz",
 17943 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17944 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><p>baz</p>",
 17945 	[true,true],
 17946 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 17947 ["<p>[foo<blockquote><p>bar]</blockquote><p>baz",
 17948 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17949 	"<ul><li>[foo</li><ul><li>bar]</li></ul></ul><p>baz</p>",
 17950 	[true,true],
 17951 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 17952 ["<ol><li>foo</ol><blockquote><p>[bar]</blockquote><p>baz",
 17953 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17954 	"<ol><li>foo</li></ol><blockquote><ul><li>[bar]</li></ul></blockquote><p>baz</p>",
 17955 	[true,true],
 17956 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 17957 ["<ol><li>foo</ol><blockquote><p>[bar]</blockquote><p>baz",
 17958 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17959 	"<ol><li>foo</li></ol><blockquote><ul><li>[bar]</li></ul></blockquote><p>baz</p>",
 17960 	[true,true],
 17961 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 17962 ["<ul id=abc><li>foo<li>[bar]<li>baz</ul>",
 17963 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17964 	"<ul id=\"abc\"><li>foo</li></ul><div>[bar]</div><ul><li>baz</li></ul>",
 17965 	[true,true],
 17966 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17967 ["<ul id=abc><li>foo<li>[bar]<li>baz</ul>",
 17968 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17969 	"<ul id=\"abc\"><li>foo</li></ul><p>[bar]</p><ul><li>baz</li></ul>",
 17970 	[true,true],
 17971 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17972 ["<ul style=color:blue><li>foo<li>[bar]<li>baz</ul>",
 17973 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17974 	"<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>",
 17975 	[true,true,true],
 17976 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17977 ["<ul style=color:blue><li>foo<li>[bar]<li>baz</ul>",
 17978 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17979 	"<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>",
 17980 	[true,true,true],
 17981 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17982 ["<ul style=color:blue><li>foo<li>[bar]<li>baz</ul>",
 17983 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17984 	"<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>",
 17985 	[true,true,true],
 17986 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17987 ["<ul style=color:blue><li>foo<li>[bar]<li>baz</ul>",
 17988 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 17989 	"<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>",
 17990 	[true,true,true],
 17991 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17992 ["<ul style=text-indent:1em><li>foo<li>[bar]<li>baz</ul>",
 17993 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17994 	"<ul style=\"text-indent:1em\"><li>foo</li></ul><div>[bar]</div><ul style=\"text-indent:1em\"><li>baz</li></ul>",
 17995 	[true,true,true],
 17996 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 17997 ["<ul style=text-indent:1em><li>foo<li>[bar]<li>baz</ul>",
 17998 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 17999 	"<ul style=\"text-indent:1em\"><li>foo</li></ul><div>[bar]</div><ul style=\"text-indent:1em\"><li>baz</li></ul>",
 18000 	[true,true,true],
 18001 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 18002 ["<ul style=text-indent:1em><li>foo<li>[bar]<li>baz</ul>",
 18003 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 18004 	"<ul style=\"text-indent:1em\"><li>foo</li></ul><p>[bar]</p><ul style=\"text-indent:1em\"><li>baz</li></ul>",
 18005 	[true,true,true],
 18006 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 18007 ["<ul style=text-indent:1em><li>foo<li>[bar]<li>baz</ul>",
 18008 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 18009 	"<ul style=\"text-indent:1em\"><li>foo</li></ul><p>[bar]</p><ul style=\"text-indent:1em\"><li>baz</li></ul>",
 18010 	[true,true,true],
 18011 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 18012 ["<ul id=abc><li>[foo]<li>bar<li>baz</ul>",
 18013 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 18014 	"<div>[foo]</div><ul id=\"abc\"><li>bar</li><li>baz</li></ul>",
 18015 	[true,true],
 18016 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 18017 ["<ul id=abc><li>[foo]<li>bar<li>baz</ul>",
 18018 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 18019 	"<p>[foo]</p><ul id=\"abc\"><li>bar</li><li>baz</li></ul>",
 18020 	[true,true],
 18021 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 18022 ["<ul style=color:blue><li>[foo]<li>bar<li>baz</ul>",
 18023 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 18024 	"<div>[foo]</div><ul style=\"color:rgb(0, 0, 255)\"><li>bar</li><li>baz</li></ul>",
 18025 	[true,true],
 18026 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 18027 ["<ul style=color:blue><li>[foo]<li>bar<li>baz</ul>",
 18028 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 18029 	"<p>[foo]</p><ul style=\"color:rgb(0, 0, 255)\"><li>bar</li><li>baz</li></ul>",
 18030 	[true,true],
 18031 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 18032 ["<ul style=text-indent:1em><li>[foo]<li>bar<li>baz</ul>",
 18033 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 18034 	"<div>[foo]</div><ul style=\"text-indent:1em\"><li>bar</li><li>baz</li></ul>",
 18035 	[true,true],
 18036 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 18037 ["<ul style=text-indent:1em><li>[foo]<li>bar<li>baz</ul>",
 18038 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 18039 	"<p>[foo]</p><ul style=\"text-indent:1em\"><li>bar</li><li>baz</li></ul>",
 18040 	[true,true],
 18041 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 18042 ["<ul id=abc><li>foo<li>bar<li>[baz]</ul>",
 18043 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 18044 	"<ul id=\"abc\"><li>foo</li><li>bar</li></ul><div>[baz]</div>",
 18045 	[true,true],
 18046 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 18047 ["<ul id=abc><li>foo<li>bar<li>[baz]</ul>",
 18048 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 18049 	"<ul id=\"abc\"><li>foo</li><li>bar</li></ul><p>[baz]</p>",
 18050 	[true,true],
 18051 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 18052 ["<ul style=color:blue><li>foo<li>bar<li>[baz]</ul>",
 18053 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 18054 	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li><li>bar</li></ul><div>[baz]</div>",
 18055 	[true,true],
 18056 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 18057 ["<ul style=color:blue><li>foo<li>bar<li>[baz]</ul>",
 18058 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 18059 	"<ul style=\"color:rgb(0, 0, 255)\"><li>foo</li><li>bar</li></ul><p>[baz]</p>",
 18060 	[true,true],
 18061 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 18062 ["<ul style=text-indent:1em><li>foo<li>bar<li>[baz]</ul>",
 18063 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 18064 	"<ul style=\"text-indent:1em\"><li>foo</li><li>bar</li></ul><div>[baz]</div>",
 18065 	[true,true],
 18066 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,true,"",false,false,""]}],
 18067 ["<ul style=text-indent:1em><li>foo<li>bar<li>[baz]</ul>",
 18068 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 18069 	"<ul style=\"text-indent:1em\"><li>foo</li><li>bar</li></ul><p>[baz]</p>",
 18070 	[true,true],
 18071 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,true,"",false,false,""]}],
 18072 ["<ul><li>foo</ul> <p>[bar]",
 18073 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 18074 	"<ul><li>foo</li> <li>[bar]</li></ul>",
 18075 	[true,true],
 18076 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 18077 ["<ul><li>foo</ul> <p>[bar]",
 18078 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 18079 	"<ul><li>foo</li> <li>[bar]</li></ul>",
 18080 	[true,true],
 18081 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 18082 ["<p>[foo]</p> <ul><li>bar</ul>",
 18083 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 18084 	"<ul><li>[foo]</li> <li>bar</li></ul>",
 18085 	[true,true],
 18086 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 18087 ["<p>[foo]</p> <ul><li>bar</ul>",
 18088 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 18089 	"<ul><li>[foo]</li> <li>bar</li></ul>",
 18090 	[true,true],
 18091 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 18092 ["<ul><li>foo</ul> <p>[bar]</p> <ul><li>baz</ul>",
 18093 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 18094 	"<ul><li>foo</li> <li>[bar]</li> <li>baz</li></ul>",
 18095 	[true,true],
 18096 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 18097 ["<ul><li>foo</ul> <p>[bar]</p> <ul><li>baz</ul>",
 18098 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 18099 	"<ul><li>foo</li> <li>[bar]</li> <li>baz</li></ul>",
 18100 	[true,true],
 18101 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 18102 ["{<div style=\"font-size: 1.3em\">1</div><div style=\"font-size: 1.1em\">2</div>}",
 18103 	[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
 18104 	"<ul>{<li style=\"font-size:1.3em\">1</li><li style=\"font-size:1.1em\">2</li>}</ul>",
 18105 	[true,true],
 18106 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
 18107 ["{<div style=\"font-size: 1.3em\">1</div><div style=\"font-size: 1.1em\">2</div>}",
 18108 	[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
 18109 	"<ul>{<li style=\"font-size:1.3em\">1</li><li style=\"font-size:1.1em\">2</li>}</ul>",
 18110 	[true,true],
 18111 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"insertunorderedlist":[false,false,"",false,true,""]}],
 18112 ["foo[]bar",
 18113 	[["italic",""]],
 18114 	"foo[]bar",
 18115 	[true],
 18116 	{"italic":[false,false,"",false,true,""]}],
 18117 ["<p>[foo</p> <p>bar]</p>",
 18118 	[["stylewithcss","true"],["italic",""]],
 18119 	"<p><span style=\"font-style:italic\">[foo</span></p> <p><span style=\"font-style:italic\">bar]</span></p>",
 18120 	[true,true],
 18121 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 18122 ["<p>[foo</p> <p>bar]</p>",
 18123 	[["stylewithcss","false"],["italic",""]],
 18124 	"<p><i>[foo</i></p> <p><i>bar]</i></p>",
 18125 	[true,true],
 18126 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 18127 ["<span>[foo</span> <span>bar]</span>",
 18128 	[["stylewithcss","true"],["italic",""]],
 18129 	"<span style=\"font-style:italic\"><span>[foo</span> <span>bar]</span></span>",
 18130 	[true,true],
 18131 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 18132 ["<span>[foo</span> <span>bar]</span>",
 18133 	[["stylewithcss","false"],["italic",""]],
 18134 	"<i><span>[foo</span> <span>bar]</span></i>",
 18135 	[true,true],
 18136 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 18137 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 18138 	[["stylewithcss","true"],["italic",""]],
 18139 	"<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>",
 18140 	[true,true],
 18141 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 18142 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 18143 	[["stylewithcss","false"],["italic",""]],
 18144 	"<p><i>[foo</i></p><p> <i><span>bar</span></i> </p><p><i>baz]</i></p>",
 18145 	[true,true],
 18146 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 18147 ["<p>[foo<p><br><p>bar]",
 18148 	[["stylewithcss","true"],["italic",""]],
 18149 	"<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>",
 18150 	[true,true],
 18151 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 18152 ["<p>[foo<p><br><p>bar]",
 18153 	[["stylewithcss","false"],["italic",""]],
 18154 	"<p><i>[foo</i></p><p><i><br></i></p><p><i>bar]</i></p>",
 18155 	[true,true],
 18156 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 18157 ["<b>foo[]bar</b>",
 18158 	[["italic",""]],
 18159 	"<b>foo[]bar</b>",
 18160 	[true],
 18161 	{"italic":[false,false,"",false,true,""]}],
 18162 ["<i>foo[]bar</i>",
 18163 	[["italic",""]],
 18164 	"<i>foo[]bar</i>",
 18165 	[true],
 18166 	{"italic":[false,true,"",false,false,""]}],
 18167 ["<span>foo</span>{}<span>bar</span>",
 18168 	[["italic",""]],
 18169 	"<span>foo</span>{}<span>bar</span>",
 18170 	[true],
 18171 	{"italic":[false,false,"",false,true,""]}],
 18172 ["<span>foo[</span><span>]bar</span>",
 18173 	[["italic",""]],
 18174 	"<span>foo[</span><span>]bar</span>",
 18175 	[true],
 18176 	{"italic":[false,false,"",false,true,""]}],
 18177 ["foo[bar]baz",
 18178 	[["stylewithcss","true"],["italic",""]],
 18179 	"foo<span style=\"font-style:italic\">[bar]</span>baz",
 18180 	[true,true],
 18181 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 18182 ["foo[bar]baz",
 18183 	[["stylewithcss","false"],["italic",""]],
 18184 	"foo<i>[bar]</i>baz",
 18185 	[true,true],
 18186 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 18187 ["foo[bar<b>baz]qoz</b>quz",
 18188 	[["stylewithcss","true"],["italic",""]],
 18189 	"foo<span style=\"font-style:italic\">[bar</span><b><span style=\"font-style:italic\">baz]</span>qoz</b>quz",
 18190 	[true,true],
 18191 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 18192 ["foo[bar<b>baz]qoz</b>quz",
 18193 	[["stylewithcss","false"],["italic",""]],
 18194 	"foo<i>[bar</i><b><i>baz]</i>qoz</b>quz",
 18195 	[true,true],
 18196 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 18197 ["foo[bar<i>baz]qoz</i>quz",
 18198 	[["italic",""]],
 18199 	"foo<i>[barbaz]qoz</i>quz",
 18200 	[true],
 18201 	{"italic":[true,false,"",false,true,""]}],
 18202 ["{<p><p> <p>foo</p>}",
 18203 	[["stylewithcss","true"],["italic",""]],
 18204 	"{<p></p><p> </p><p><span style=\"font-style:italic\">foo</span></p>}",
 18205 	[true,true],
 18206 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 18207 ["{<p><p> <p>foo</p>}",
 18208 	[["stylewithcss","false"],["italic",""]],
 18209 	"{<p></p><p> </p><p><i>foo</i></p>}",
 18210 	[true,true],
 18211 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 18212 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 18213 	[["stylewithcss","true"],["italic",""]],
 18214 	"<table><tbody><tr><td>foo</td><td>b<span style=\"font-style:italic\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
 18215 	[true,true],
 18216 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 18217 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 18218 	[["stylewithcss","false"],["italic",""]],
 18219 	"<table><tbody><tr><td>foo</td><td>b<i>[a]</i>r</td><td>baz</td></tr></tbody></table>",
 18220 	[true,true],
 18221 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 18222 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 18223 	[["stylewithcss","true"],["italic",""]],
 18224 	"<table><tbody><tr><td>foo</td>{<td><span style=\"font-style:italic\">bar</span></td>}<td>baz</td></tr></tbody></table>",
 18225 	[true,true],
 18226 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 18227 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 18228 	[["stylewithcss","false"],["italic",""]],
 18229 	"<table><tbody><tr><td>foo</td>{<td><i>bar</i></td>}<td>baz</td></tr></tbody></table>",
 18230 	[true,true],
 18231 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 18232 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 18233 	[["stylewithcss","true"],["italic",""]],
 18234 	"<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>",
 18235 	[true,true],
 18236 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 18237 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 18238 	[["stylewithcss","false"],["italic",""]],
 18239 	"<table><tbody><tr>{<td><i>foo</i></td><td><i>bar</i></td>}<td>baz</td></tr></tbody></table>",
 18240 	[true,true],
 18241 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 18242 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 18243 	[["stylewithcss","true"],["italic",""]],
 18244 	"<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>",
 18245 	[true,true],
 18246 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 18247 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 18248 	[["stylewithcss","false"],["italic",""]],
 18249 	"<table><tbody>{<tr><td><i>foo</i></td><td><i>bar</i></td><td><i>baz</i></td></tr>}</tbody></table>",
 18250 	[true,true],
 18251 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 18252 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 18253 	[["stylewithcss","true"],["italic",""]],
 18254 	"<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>",
 18255 	[true,true],
 18256 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 18257 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 18258 	[["stylewithcss","false"],["italic",""]],
 18259 	"<table>{<tbody><tr><td><i>foo</i></td><td><i>bar</i></td><td><i>baz</i></td></tr></tbody>}</table>",
 18260 	[true,true],
 18261 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 18262 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 18263 	[["stylewithcss","true"],["italic",""]],
 18264 	"{<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>}",
 18265 	[true,true],
 18266 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 18267 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 18268 	[["stylewithcss","false"],["italic",""]],
 18269 	"{<table><tbody><tr><td><i>foo</i></td><td><i>bar</i></td><td><i>baz</i></td></tr></tbody></table>}",
 18270 	[true,true],
 18271 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 18272 ["foo<span style=\"font-style: italic\">[bar]</span>baz",
 18273 	[["stylewithcss","true"],["italic",""]],
 18274 	"foo[bar]baz",
 18275 	[true,true],
 18276 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18277 ["foo<span style=\"font-style: italic\">[bar]</span>baz",
 18278 	[["stylewithcss","false"],["italic",""]],
 18279 	"foo[bar]baz",
 18280 	[true,true],
 18281 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18282 ["foo<address>[bar]</address>baz",
 18283 	[["stylewithcss","true"],["italic",""]],
 18284 	"foo<address><span style=\"font-style:normal\">[bar]</span></address>baz",
 18285 	[true,true],
 18286 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18287 ["foo<address>[bar]</address>baz",
 18288 	[["stylewithcss","false"],["italic",""]],
 18289 	"foo<address><span style=\"font-style:normal\">[bar]</span></address>baz",
 18290 	[true,true],
 18291 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18292 ["foo<cite>[bar]</cite>baz",
 18293 	[["stylewithcss","true"],["italic",""]],
 18294 	"foo<cite><span style=\"font-style:normal\">[bar]</span></cite>baz",
 18295 	[true,true],
 18296 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18297 ["foo<cite>[bar]</cite>baz",
 18298 	[["stylewithcss","false"],["italic",""]],
 18299 	"foo<cite><span style=\"font-style:normal\">[bar]</span></cite>baz",
 18300 	[true,true],
 18301 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18302 ["foo<dfn>[bar]</dfn>baz",
 18303 	[["stylewithcss","true"],["italic",""]],
 18304 	"foo<dfn><span style=\"font-style:normal\">[bar]</span></dfn>baz",
 18305 	[true,true],
 18306 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18307 ["foo<dfn>[bar]</dfn>baz",
 18308 	[["stylewithcss","false"],["italic",""]],
 18309 	"foo<dfn><span style=\"font-style:normal\">[bar]</span></dfn>baz",
 18310 	[true,true],
 18311 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18312 ["foo<em>[bar]</em>baz",
 18313 	[["italic",""]],
 18314 	"foo[bar]baz",
 18315 	[true],
 18316 	{"italic":[false,true,"",false,false,""]}],
 18317 ["foo<i>[bar]</i>baz",
 18318 	[["stylewithcss","true"],["italic",""]],
 18319 	"foo[bar]baz",
 18320 	[true,true],
 18321 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18322 ["foo<i>[bar]</i>baz",
 18323 	[["stylewithcss","false"],["italic",""]],
 18324 	"foo[bar]baz",
 18325 	[true,true],
 18326 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18327 ["foo<var>[bar]</var>baz",
 18328 	[["stylewithcss","true"],["italic",""]],
 18329 	"foo<var><span style=\"font-style:normal\">[bar]</span></var>baz",
 18330 	[true,true],
 18331 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18332 ["foo<var>[bar]</var>baz",
 18333 	[["stylewithcss","false"],["italic",""]],
 18334 	"foo<var><span style=\"font-style:normal\">[bar]</span></var>baz",
 18335 	[true,true],
 18336 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18337 ["foo{<address>bar</address>}baz",
 18338 	[["stylewithcss","true"],["italic",""]],
 18339 	"foo{<address><span style=\"font-style:normal\">bar</span></address>}baz",
 18340 	[true,true],
 18341 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18342 ["foo{<address>bar</address>}baz",
 18343 	[["stylewithcss","false"],["italic",""]],
 18344 	"foo{<address><span style=\"font-style:normal\">bar</span></address>}baz",
 18345 	[true,true],
 18346 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18347 ["foo{<cite>bar</cite>}baz",
 18348 	[["stylewithcss","true"],["italic",""]],
 18349 	"foo{<cite><span style=\"font-style:normal\">bar</span></cite>}baz",
 18350 	[true,true],
 18351 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18352 ["foo{<cite>bar</cite>}baz",
 18353 	[["stylewithcss","false"],["italic",""]],
 18354 	"foo{<cite><span style=\"font-style:normal\">bar</span></cite>}baz",
 18355 	[true,true],
 18356 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18357 ["foo{<dfn>bar</dfn>}baz",
 18358 	[["stylewithcss","true"],["italic",""]],
 18359 	"foo{<dfn><span style=\"font-style:normal\">bar</span></dfn>}baz",
 18360 	[true,true],
 18361 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18362 ["foo{<dfn>bar</dfn>}baz",
 18363 	[["stylewithcss","false"],["italic",""]],
 18364 	"foo{<dfn><span style=\"font-style:normal\">bar</span></dfn>}baz",
 18365 	[true,true],
 18366 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18367 ["foo{<em>bar</em>}baz",
 18368 	[["italic",""]],
 18369 	"foo{bar}baz",
 18370 	[true],
 18371 	{"italic":[false,true,"",false,false,""]}],
 18372 ["foo{<i>bar</i>}baz",
 18373 	[["stylewithcss","true"],["italic",""]],
 18374 	"foo{bar}baz",
 18375 	[true,true],
 18376 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18377 ["foo{<i>bar</i>}baz",
 18378 	[["stylewithcss","false"],["italic",""]],
 18379 	"foo{bar}baz",
 18380 	[true,true],
 18381 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18382 ["foo{<var>bar</var>}baz",
 18383 	[["stylewithcss","true"],["italic",""]],
 18384 	"foo{<var><span style=\"font-style:normal\">bar</span></var>}baz",
 18385 	[true,true],
 18386 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18387 ["foo{<var>bar</var>}baz",
 18388 	[["stylewithcss","false"],["italic",""]],
 18389 	"foo{<var><span style=\"font-style:normal\">bar</span></var>}baz",
 18390 	[true,true],
 18391 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18392 ["foo<address>b[a]r</address>baz",
 18393 	[["stylewithcss","true"],["italic",""]],
 18394 	"foo<address>b<span style=\"font-style:normal\">[a]</span>r</address>baz",
 18395 	[true,true],
 18396 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18397 ["foo<address>b[a]r</address>baz",
 18398 	[["stylewithcss","false"],["italic",""]],
 18399 	"foo<address>b<span style=\"font-style:normal\">[a]</span>r</address>baz",
 18400 	[true,true],
 18401 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18402 ["foo<cite>b[a]r</cite>baz",
 18403 	[["stylewithcss","true"],["italic",""]],
 18404 	"foo<cite>b<span style=\"font-style:normal\">[a]</span>r</cite>baz",
 18405 	[true,true],
 18406 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18407 ["foo<cite>b[a]r</cite>baz",
 18408 	[["stylewithcss","false"],["italic",""]],
 18409 	"foo<cite>b<span style=\"font-style:normal\">[a]</span>r</cite>baz",
 18410 	[true,true],
 18411 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18412 ["foo<dfn>b[a]r</dfn>baz",
 18413 	[["stylewithcss","true"],["italic",""]],
 18414 	"foo<dfn>b<span style=\"font-style:normal\">[a]</span>r</dfn>baz",
 18415 	[true,true],
 18416 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18417 ["foo<dfn>b[a]r</dfn>baz",
 18418 	[["stylewithcss","false"],["italic",""]],
 18419 	"foo<dfn>b<span style=\"font-style:normal\">[a]</span>r</dfn>baz",
 18420 	[true,true],
 18421 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18422 ["foo<em>b[a]r</em>baz",
 18423 	[["stylewithcss","true"],["italic",""]],
 18424 	"foo<span style=\"font-style:italic\">b</span>[a]<span style=\"font-style:italic\">r</span>baz",
 18425 	[true,true],
 18426 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18427 ["foo<em>b[a]r</em>baz",
 18428 	[["stylewithcss","false"],["italic",""]],
 18429 	"foo<i>b</i>[a]<i>r</i>baz",
 18430 	[true,true],
 18431 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18432 ["foo<i>b[a]r</i>baz",
 18433 	[["stylewithcss","true"],["italic",""]],
 18434 	"foo<span style=\"font-style:italic\">b</span>[a]<span style=\"font-style:italic\">r</span>baz",
 18435 	[true,true],
 18436 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18437 ["foo<i>b[a]r</i>baz",
 18438 	[["stylewithcss","false"],["italic",""]],
 18439 	"foo<i>b</i>[a]<i>r</i>baz",
 18440 	[true,true],
 18441 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18442 ["foo<var>b[a]r</var>baz",
 18443 	[["stylewithcss","true"],["italic",""]],
 18444 	"foo<var>b<span style=\"font-style:normal\">[a]</span>r</var>baz",
 18445 	[true,true],
 18446 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18447 ["foo<var>b[a]r</var>baz",
 18448 	[["stylewithcss","false"],["italic",""]],
 18449 	"foo<var>b<span style=\"font-style:normal\">[a]</span>r</var>baz",
 18450 	[true,true],
 18451 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18452 ["fo[o<address>bar</address>b]az",
 18453 	[["stylewithcss","true"],["italic",""]],
 18454 	"fo<span style=\"font-style:italic\">[o</span><address>bar</address><span style=\"font-style:italic\">b]</span>az",
 18455 	[true,true],
 18456 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18457 ["fo[o<address>bar</address>b]az",
 18458 	[["stylewithcss","false"],["italic",""]],
 18459 	"fo<i>[o</i><address>bar</address><i>b]</i>az",
 18460 	[true,true],
 18461 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18462 ["fo[o<cite>bar</cite>b]az",
 18463 	[["stylewithcss","true"],["italic",""]],
 18464 	"fo<span style=\"font-style:italic\">[o<cite>bar</cite>b]</span>az",
 18465 	[true,true],
 18466 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18467 ["fo[o<cite>bar</cite>b]az",
 18468 	[["stylewithcss","false"],["italic",""]],
 18469 	"fo<i>[o<cite>bar</cite>b]</i>az",
 18470 	[true,true],
 18471 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18472 ["fo[o<dfn>bar</dfn>b]az",
 18473 	[["stylewithcss","true"],["italic",""]],
 18474 	"fo<span style=\"font-style:italic\">[o<dfn>bar</dfn>b]</span>az",
 18475 	[true,true],
 18476 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18477 ["fo[o<dfn>bar</dfn>b]az",
 18478 	[["stylewithcss","false"],["italic",""]],
 18479 	"fo<i>[o<dfn>bar</dfn>b]</i>az",
 18480 	[true,true],
 18481 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18482 ["fo[o<em>bar</em>b]az",
 18483 	[["stylewithcss","true"],["italic",""]],
 18484 	"fo<span style=\"font-style:italic\">[obarb]</span>az",
 18485 	[true,true],
 18486 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18487 ["fo[o<em>bar</em>b]az",
 18488 	[["stylewithcss","false"],["italic",""]],
 18489 	"fo<i>[obarb]</i>az",
 18490 	[true,true],
 18491 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18492 ["fo[o<i>bar</i>b]az",
 18493 	[["stylewithcss","true"],["italic",""]],
 18494 	"fo<span style=\"font-style:italic\">[obarb]</span>az",
 18495 	[true,true],
 18496 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18497 ["fo[o<i>bar</i>b]az",
 18498 	[["stylewithcss","false"],["italic",""]],
 18499 	"fo<i>[obarb]</i>az",
 18500 	[true,true],
 18501 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18502 ["fo[o<var>bar</var>b]az",
 18503 	[["stylewithcss","true"],["italic",""]],
 18504 	"fo<span style=\"font-style:italic\">[o<var>bar</var>b]</span>az",
 18505 	[true,true],
 18506 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18507 ["fo[o<var>bar</var>b]az",
 18508 	[["stylewithcss","false"],["italic",""]],
 18509 	"fo<i>[o<var>bar</var>b]</i>az",
 18510 	[true,true],
 18511 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18512 ["foo[<address>bar</address>baz]",
 18513 	[["stylewithcss","true"],["italic",""]],
 18514 	"foo[<address>bar</address><span style=\"font-style:italic\">baz]</span>",
 18515 	[true,true],
 18516 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18517 ["foo[<address>bar</address>baz]",
 18518 	[["stylewithcss","false"],["italic",""]],
 18519 	"foo[<address>bar</address><i>baz]</i>",
 18520 	[true,true],
 18521 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18522 ["foo[<cite>bar</cite>baz]",
 18523 	[["stylewithcss","true"],["italic",""]],
 18524 	"foo[<cite>bar</cite><span style=\"font-style:italic\">baz]</span>",
 18525 	[true,true],
 18526 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18527 ["foo[<cite>bar</cite>baz]",
 18528 	[["stylewithcss","false"],["italic",""]],
 18529 	"foo[<cite>bar</cite><i>baz]</i>",
 18530 	[true,true],
 18531 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18532 ["foo[<dfn>bar</dfn>baz]",
 18533 	[["stylewithcss","true"],["italic",""]],
 18534 	"foo[<dfn>bar</dfn><span style=\"font-style:italic\">baz]</span>",
 18535 	[true,true],
 18536 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18537 ["foo[<dfn>bar</dfn>baz]",
 18538 	[["stylewithcss","false"],["italic",""]],
 18539 	"foo[<dfn>bar</dfn><i>baz]</i>",
 18540 	[true,true],
 18541 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18542 ["foo[<em>bar</em>baz]",
 18543 	[["stylewithcss","true"],["italic",""]],
 18544 	"foo[<span style=\"font-style:italic\">barbaz]</span>",
 18545 	[true,true],
 18546 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18547 ["foo[<em>bar</em>baz]",
 18548 	[["stylewithcss","false"],["italic",""]],
 18549 	"foo[<i>barbaz]</i>",
 18550 	[true,true],
 18551 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18552 ["foo[<i>bar</i>baz]",
 18553 	[["stylewithcss","true"],["italic",""]],
 18554 	"foo[<span style=\"font-style:italic\">barbaz]</span>",
 18555 	[true,true],
 18556 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18557 ["foo[<i>bar</i>baz]",
 18558 	[["stylewithcss","false"],["italic",""]],
 18559 	"foo[<i>barbaz]</i>",
 18560 	[true,true],
 18561 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18562 ["foo[<var>bar</var>baz]",
 18563 	[["stylewithcss","true"],["italic",""]],
 18564 	"foo[<var>bar</var><span style=\"font-style:italic\">baz]</span>",
 18565 	[true,true],
 18566 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18567 ["foo[<var>bar</var>baz]",
 18568 	[["stylewithcss","false"],["italic",""]],
 18569 	"foo[<var>bar</var><i>baz]</i>",
 18570 	[true,true],
 18571 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18572 ["[foo<address>bar</address>]baz",
 18573 	[["stylewithcss","true"],["italic",""]],
 18574 	"<span style=\"font-style:italic\">[foo</span><address>bar</address>]baz",
 18575 	[true,true],
 18576 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18577 ["[foo<address>bar</address>]baz",
 18578 	[["stylewithcss","false"],["italic",""]],
 18579 	"<i>[foo</i><address>bar</address>]baz",
 18580 	[true,true],
 18581 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18582 ["[foo<cite>bar</cite>]baz",
 18583 	[["stylewithcss","true"],["italic",""]],
 18584 	"<span style=\"font-style:italic\">[foo<cite>bar</cite></span>]baz",
 18585 	[true,true],
 18586 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18587 ["[foo<cite>bar</cite>]baz",
 18588 	[["stylewithcss","false"],["italic",""]],
 18589 	"<i>[foo<cite>bar</cite></i>]baz",
 18590 	[true,true],
 18591 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18592 ["[foo<dfn>bar</dfn>]baz",
 18593 	[["stylewithcss","true"],["italic",""]],
 18594 	"<span style=\"font-style:italic\">[foo<dfn>bar</dfn></span>]baz",
 18595 	[true,true],
 18596 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18597 ["[foo<dfn>bar</dfn>]baz",
 18598 	[["stylewithcss","false"],["italic",""]],
 18599 	"<i>[foo<dfn>bar</dfn></i>]baz",
 18600 	[true,true],
 18601 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18602 ["[foo<em>bar</em>]baz",
 18603 	[["stylewithcss","true"],["italic",""]],
 18604 	"<span style=\"font-style:italic\">[foobar</span>]baz",
 18605 	[true,true],
 18606 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18607 ["[foo<em>bar</em>]baz",
 18608 	[["stylewithcss","false"],["italic",""]],
 18609 	"<i>[foobar</i>]baz",
 18610 	[true,true],
 18611 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18612 ["[foo<i>bar</i>]baz",
 18613 	[["stylewithcss","true"],["italic",""]],
 18614 	"<span style=\"font-style:italic\">[foobar</span>]baz",
 18615 	[true,true],
 18616 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18617 ["[foo<i>bar</i>]baz",
 18618 	[["stylewithcss","false"],["italic",""]],
 18619 	"<i>[foobar</i>]baz",
 18620 	[true,true],
 18621 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18622 ["[foo<var>bar</var>]baz",
 18623 	[["stylewithcss","true"],["italic",""]],
 18624 	"<span style=\"font-style:italic\">[foo<var>bar</var></span>]baz",
 18625 	[true,true],
 18626 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18627 ["[foo<var>bar</var>]baz",
 18628 	[["stylewithcss","false"],["italic",""]],
 18629 	"<i>[foo<var>bar</var></i>]baz",
 18630 	[true,true],
 18631 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18632 ["foo<span style=\"font-style: italic\">[bar]</span>baz",
 18633 	[["stylewithcss","true"],["italic",""]],
 18634 	"foo[bar]baz",
 18635 	[true,true],
 18636 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18637 ["foo<span style=\"font-style: italic\">[bar]</span>baz",
 18638 	[["stylewithcss","false"],["italic",""]],
 18639 	"foo[bar]baz",
 18640 	[true,true],
 18641 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18642 ["foo<span style=\"font-style: oblique\">[bar]</span>baz",
 18643 	[["stylewithcss","true"],["italic",""]],
 18644 	"foo[bar]baz",
 18645 	[true,true],
 18646 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18647 ["foo<span style=\"font-style: oblique\">[bar]</span>baz",
 18648 	[["stylewithcss","false"],["italic",""]],
 18649 	"foo[bar]baz",
 18650 	[true,true],
 18651 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18652 ["foo<span style=\"font-style: oblique\">b[a]r</span>baz",
 18653 	[["stylewithcss","true"],["italic",""]],
 18654 	"foo<span style=\"font-style:oblique\">b</span>[a]<span style=\"font-style:oblique\">r</span>baz",
 18655 	[true,true],
 18656 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18657 ["foo<span style=\"font-style: oblique\">b[a]r</span>baz",
 18658 	[["stylewithcss","false"],["italic",""]],
 18659 	"foo<span style=\"font-style:oblique\">b</span>[a]<span style=\"font-style:oblique\">r</span>baz",
 18660 	[true,true],
 18661 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18662 ["<i>{<p>foo</p><p>bar</p>}<p>baz</p></i>",
 18663 	[["stylewithcss","true"],["italic",""]],
 18664 	"{<p>foo</p><p>bar</p>}<p><span style=\"font-style:italic\">baz</span></p>",
 18665 	[true,true],
 18666 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18667 ["<i>{<p>foo</p><p>bar</p>}<p>baz</p></i>",
 18668 	[["stylewithcss","false"],["italic",""]],
 18669 	"{<p>foo</p><p>bar</p>}<p><i>baz</i></p>",
 18670 	[true,true],
 18671 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18672 ["<i><p>foo[<b>bar</b>}</p><p>baz</p></i>",
 18673 	[["stylewithcss","true"],["italic",""]],
 18674 	"<p><span style=\"font-style:italic\">foo[</span><b>bar</b>}</p><p><span style=\"font-style:italic\">baz</span></p>",
 18675 	[true,true],
 18676 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18677 ["<i><p>foo[<b>bar</b>}</p><p>baz</p></i>",
 18678 	[["stylewithcss","false"],["italic",""]],
 18679 	"<p><i>foo[</i><b>bar</b>}</p><p><i>baz</i></p>",
 18680 	[true,true],
 18681 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18682 ["foo [bar <b>baz] qoz</b> quz sic",
 18683 	[["stylewithcss","true"],["italic",""]],
 18684 	"foo <span style=\"font-style:italic\">[bar </span><b><span style=\"font-style:italic\">baz]</span> qoz</b> quz sic",
 18685 	[true,true],
 18686 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 18687 ["foo [bar <b>baz] qoz</b> quz sic",
 18688 	[["stylewithcss","false"],["italic",""]],
 18689 	"foo <i>[bar </i><b><i>baz]</i> qoz</b> quz sic",
 18690 	[true,true],
 18691 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 18692 ["foo bar <b>baz [qoz</b> quz] sic",
 18693 	[["stylewithcss","true"],["italic",""]],
 18694 	"foo bar <b>baz <span style=\"font-style:italic\">[qoz</span></b><span style=\"font-style:italic\"> quz]</span> sic",
 18695 	[true,true],
 18696 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,false,"",false,true,""]}],
 18697 ["foo bar <b>baz [qoz</b> quz] sic",
 18698 	[["stylewithcss","false"],["italic",""]],
 18699 	"foo bar <b>baz <i>[qoz</i></b><i> quz]</i> sic",
 18700 	[true,true],
 18701 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,false,"",false,true,""]}],
 18702 ["foo [bar <i>baz] qoz</i> quz sic",
 18703 	[["italic",""]],
 18704 	"foo <i>[bar baz] qoz</i> quz sic",
 18705 	[true],
 18706 	{"italic":[true,false,"",false,true,""]}],
 18707 ["foo bar <i>baz [qoz</i> quz] sic",
 18708 	[["italic",""]],
 18709 	"foo bar <i>baz [qoz quz]</i> sic",
 18710 	[true],
 18711 	{"italic":[true,false,"",false,true,""]}],
 18712 ["fo[o<i>b]ar</i>baz",
 18713 	[["italic",""]],
 18714 	"fo<i>[ob]ar</i>baz",
 18715 	[true],
 18716 	{"italic":[true,false,"",false,true,""]}],
 18717 ["foo<i>ba[r</i>b]az",
 18718 	[["italic",""]],
 18719 	"foo<i>ba[rb]</i>az",
 18720 	[true],
 18721 	{"italic":[true,false,"",false,true,""]}],
 18722 ["fo[o<i>bar</i>b]az",
 18723 	[["stylewithcss","true"],["italic",""]],
 18724 	"fo<span style=\"font-style:italic\">[obarb]</span>az",
 18725 	[true,true],
 18726 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18727 ["fo[o<i>bar</i>b]az",
 18728 	[["stylewithcss","false"],["italic",""]],
 18729 	"fo<i>[obarb]</i>az",
 18730 	[true,true],
 18731 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18732 ["foo[<i>b]ar</i>baz",
 18733 	[["stylewithcss","true"],["italic",""]],
 18734 	"foo[b]<span style=\"font-style:italic\">ar</span>baz",
 18735 	[true,true],
 18736 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18737 ["foo[<i>b]ar</i>baz",
 18738 	[["stylewithcss","false"],["italic",""]],
 18739 	"foo[b]<i>ar</i>baz",
 18740 	[true,true],
 18741 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18742 ["foo<i>ba[r</i>]baz",
 18743 	[["stylewithcss","true"],["italic",""]],
 18744 	"foo<span style=\"font-style:italic\">ba</span>[r]baz",
 18745 	[true,true],
 18746 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18747 ["foo<i>ba[r</i>]baz",
 18748 	[["stylewithcss","false"],["italic",""]],
 18749 	"foo<i>ba</i>[r]baz",
 18750 	[true,true],
 18751 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18752 ["foo[<i>bar</i>]baz",
 18753 	[["stylewithcss","true"],["italic",""]],
 18754 	"foo[bar]baz",
 18755 	[true,true],
 18756 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18757 ["foo[<i>bar</i>]baz",
 18758 	[["stylewithcss","false"],["italic",""]],
 18759 	"foo[bar]baz",
 18760 	[true,true],
 18761 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18762 ["foo<i>[bar]</i>baz",
 18763 	[["stylewithcss","true"],["italic",""]],
 18764 	"foo[bar]baz",
 18765 	[true,true],
 18766 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18767 ["foo<i>[bar]</i>baz",
 18768 	[["stylewithcss","false"],["italic",""]],
 18769 	"foo[bar]baz",
 18770 	[true,true],
 18771 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18772 ["foo{<i>bar</i>}baz",
 18773 	[["stylewithcss","true"],["italic",""]],
 18774 	"foo{bar}baz",
 18775 	[true,true],
 18776 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18777 ["foo{<i>bar</i>}baz",
 18778 	[["stylewithcss","false"],["italic",""]],
 18779 	"foo{bar}baz",
 18780 	[true,true],
 18781 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18782 ["fo[o<span style=font-style:italic>b]ar</span>baz",
 18783 	[["italic",""]],
 18784 	"fo<span style=\"font-style:italic\">[ob]ar</span>baz",
 18785 	[true],
 18786 	{"italic":[true,false,"",false,true,""]}],
 18787 ["fo[o<span style=font-style:oblique>b]ar</span>baz",
 18788 	[["stylewithcss","true"],["italic",""]],
 18789 	"fo<span style=\"font-style:italic\">[o</span><span style=\"font-style:oblique\"><span style=\"font-style:italic\">b]</span>ar</span>baz",
 18790 	[true,true],
 18791 	{"stylewithcss":[false,false,"",false,true,""],"italic":[true,false,"",false,true,""]}],
 18792 ["fo[o<span style=font-style:oblique>b]ar</span>baz",
 18793 	[["stylewithcss","false"],["italic",""]],
 18794 	"fo<i>[o</i><span style=\"font-style:oblique\"><i>b]</i>ar</span>baz",
 18795 	[true,true],
 18796 	{"stylewithcss":[false,true,"",false,false,""],"italic":[true,false,"",false,true,""]}],
 18797 ["<span style=font-style:italic>fo[o</span><span style=font-style:oblique>b]ar</span>",
 18798 	[["stylewithcss","true"],["italic",""]],
 18799 	"<span style=\"font-style:italic\">fo</span>[ob]<span style=\"font-style:oblique\">ar</span>",
 18800 	[true,true],
 18801 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18802 ["<span style=font-style:italic>fo[o</span><span style=font-style:oblique>b]ar</span>",
 18803 	[["stylewithcss","false"],["italic",""]],
 18804 	"<i>fo</i>[ob]<span style=\"font-style:oblique\">ar</span>",
 18805 	[true,true],
 18806 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18807 ["<span style=font-style:oblique>fo[o</span><span style=font-style:italic>b]ar</span>",
 18808 	[["stylewithcss","true"],["italic",""]],
 18809 	"<span style=\"font-style:oblique\">fo</span>[ob]<span style=\"font-style:italic\">ar</span>",
 18810 	[true,true],
 18811 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18812 ["<span style=font-style:oblique>fo[o</span><span style=font-style:italic>b]ar</span>",
 18813 	[["stylewithcss","false"],["italic",""]],
 18814 	"<span style=\"font-style:oblique\">fo</span>[ob]<i>ar</i>",
 18815 	[true,true],
 18816 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18817 ["<i>fo[o</i><address>b]ar</address>",
 18818 	[["stylewithcss","true"],["italic",""]],
 18819 	"<span style=\"font-style:italic\">fo</span>[o<address><span style=\"font-style:normal\">b]</span>ar</address>",
 18820 	[true,true],
 18821 	{"stylewithcss":[false,false,"",false,true,""],"italic":[false,true,"",false,false,""]}],
 18822 ["<i>fo[o</i><address>b]ar</address>",
 18823 	[["stylewithcss","false"],["italic",""]],
 18824 	"<i>fo</i>[o<address><span style=\"font-style:normal\">b]</span>ar</address>",
 18825 	[true,true],
 18826 	{"stylewithcss":[false,true,"",false,false,""],"italic":[false,true,"",false,false,""]}],
 18827 ["foo[]bar<p>extra",
 18828 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18829 	"<div style=\"text-align:center\">foo[]bar</div><p>extra</p>",
 18830 	[true,true,true],
 18831 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18832 ["foo[]bar<p>extra",
 18833 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18834 	"<div style=\"text-align:center\">foo[]bar</div><p>extra</p>",
 18835 	[true,true,true],
 18836 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18837 ["foo[]bar<p>extra",
 18838 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 18839 	"<div style=\"text-align:center\">foo[]bar</div><p>extra</p>",
 18840 	[true,true,true],
 18841 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18842 ["foo[]bar<p>extra",
 18843 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 18844 	"<div style=\"text-align:center\">foo[]bar</div><p>extra</p>",
 18845 	[true,true,true],
 18846 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18847 ["<span>foo</span>{}<span>bar</span><p>extra",
 18848 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18849 	"<div style=\"text-align:center\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 18850 	[true,true,true],
 18851 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18852 ["<span>foo</span>{}<span>bar</span><p>extra",
 18853 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18854 	"<div style=\"text-align:center\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 18855 	[true,true,true],
 18856 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18857 ["<span>foo</span>{}<span>bar</span><p>extra",
 18858 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 18859 	"<div style=\"text-align:center\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 18860 	[true,true,true],
 18861 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18862 ["<span>foo</span>{}<span>bar</span><p>extra",
 18863 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 18864 	"<div style=\"text-align:center\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 18865 	[true,true,true],
 18866 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18867 ["<span>foo[</span><span>]bar</span><p>extra",
 18868 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18869 	"<div style=\"text-align:center\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 18870 	[true,true,true],
 18871 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18872 ["<span>foo[</span><span>]bar</span><p>extra",
 18873 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18874 	"<div style=\"text-align:center\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 18875 	[true,true,true],
 18876 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18877 ["<span>foo[</span><span>]bar</span><p>extra",
 18878 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 18879 	"<div style=\"text-align:center\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 18880 	[true,true,true],
 18881 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18882 ["<span>foo[</span><span>]bar</span><p>extra",
 18883 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 18884 	"<div style=\"text-align:center\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 18885 	[true,true,true],
 18886 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18887 ["foo[bar]baz<p>extra",
 18888 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18889 	"<div style=\"text-align:center\">foo[bar]baz</div><p>extra</p>",
 18890 	[true,true,true],
 18891 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18892 ["foo[bar]baz<p>extra",
 18893 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18894 	"<div style=\"text-align:center\">foo[bar]baz</div><p>extra</p>",
 18895 	[true,true,true],
 18896 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18897 ["foo[bar]baz<p>extra",
 18898 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 18899 	"<div style=\"text-align:center\">foo[bar]baz</div><p>extra</p>",
 18900 	[true,true,true],
 18901 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18902 ["foo[bar]baz<p>extra",
 18903 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 18904 	"<div style=\"text-align:center\">foo[bar]baz</div><p>extra</p>",
 18905 	[true,true,true],
 18906 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18907 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 18908 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18909 	"<div style=\"text-align:center\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 18910 	[true,true,true],
 18911 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18912 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 18913 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18914 	"<div style=\"text-align:center\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 18915 	[true,true,true],
 18916 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18917 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 18918 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 18919 	"<div style=\"text-align:center\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 18920 	[true,true,true],
 18921 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18922 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 18923 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 18924 	"<div style=\"text-align:center\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 18925 	[true,true,true],
 18926 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18927 ["<p>foo[]bar<p>extra",
 18928 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18929 	"<div style=\"text-align:center\"><p>foo[]bar</p></div><p>extra</p>",
 18930 	[true,true,true],
 18931 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18932 ["<p>foo[]bar<p>extra",
 18933 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18934 	"<div style=\"text-align:center\"><p>foo[]bar</p></div><p>extra</p>",
 18935 	[true,true,true],
 18936 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18937 ["<p>foo[]bar<p>extra",
 18938 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 18939 	"<div style=\"text-align:center\"><p>foo[]bar</p></div><p>extra</p>",
 18940 	[true,true,true],
 18941 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18942 ["<p>foo[]bar<p>extra",
 18943 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 18944 	"<div style=\"text-align:center\"><p>foo[]bar</p></div><p>extra</p>",
 18945 	[true,true,true],
 18946 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18947 ["<p>foo[bar]baz<p>extra",
 18948 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18949 	"<div style=\"text-align:center\"><p>foo[bar]baz</p></div><p>extra</p>",
 18950 	[true,true,true],
 18951 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18952 ["<p>foo[bar]baz<p>extra",
 18953 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18954 	"<div style=\"text-align:center\"><p>foo[bar]baz</p></div><p>extra</p>",
 18955 	[true,true,true],
 18956 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18957 ["<p>foo[bar]baz<p>extra",
 18958 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 18959 	"<div style=\"text-align:center\"><p>foo[bar]baz</p></div><p>extra</p>",
 18960 	[true,true,true],
 18961 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18962 ["<p>foo[bar]baz<p>extra",
 18963 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 18964 	"<div style=\"text-align:center\"><p>foo[bar]baz</p></div><p>extra</p>",
 18965 	[true,true,true],
 18966 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18967 ["<h1>foo[bar]baz</h1><p>extra",
 18968 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18969 	"<div style=\"text-align:center\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 18970 	[true,true,true],
 18971 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18972 ["<h1>foo[bar]baz</h1><p>extra",
 18973 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18974 	"<div style=\"text-align:center\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 18975 	[true,true,true],
 18976 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18977 ["<h1>foo[bar]baz</h1><p>extra",
 18978 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 18979 	"<div style=\"text-align:center\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 18980 	[true,true,true],
 18981 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18982 ["<h1>foo[bar]baz</h1><p>extra",
 18983 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 18984 	"<div style=\"text-align:center\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 18985 	[true,true,true],
 18986 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18987 ["<pre>foo[bar]baz</pre><p>extra",
 18988 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18989 	"<div style=\"text-align:center\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 18990 	[true,true,true],
 18991 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18992 ["<pre>foo[bar]baz</pre><p>extra",
 18993 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 18994 	"<div style=\"text-align:center\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 18995 	[true,true,true],
 18996 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 18997 ["<pre>foo[bar]baz</pre><p>extra",
 18998 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 18999 	"<div style=\"text-align:center\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 19000 	[true,true,true],
 19001 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19002 ["<pre>foo[bar]baz</pre><p>extra",
 19003 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19004 	"<div style=\"text-align:center\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 19005 	[true,true,true],
 19006 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19007 ["<xmp>foo[bar]baz</xmp><p>extra",
 19008 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19009 	"<div style=\"text-align:center\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 19010 	[true,true,true],
 19011 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19012 ["<xmp>foo[bar]baz</xmp><p>extra",
 19013 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19014 	"<div style=\"text-align:center\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 19015 	[true,true,true],
 19016 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19017 ["<xmp>foo[bar]baz</xmp><p>extra",
 19018 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19019 	"<div style=\"text-align:center\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 19020 	[true,true,true],
 19021 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19022 ["<xmp>foo[bar]baz</xmp><p>extra",
 19023 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19024 	"<div style=\"text-align:center\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 19025 	[true,true,true],
 19026 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19027 ["<center><p>[foo]<p>bar</center><p>extra",
 19028 	[["justifycenter",""]],
 19029 	"<center><p>[foo]</p><p>bar</p></center><p>extra</p>",
 19030 	[true],
 19031 	{"justifycenter":[false,true,"center",false,true,"center"]}],
 19032 ["<center><p>[foo<p>bar]</center><p>extra",
 19033 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19034 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 19035 	[true,true,true],
 19036 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19037 ["<center><p>[foo<p>bar]</center><p>extra",
 19038 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19039 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 19040 	[true,true,true],
 19041 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19042 ["<center><p>[foo<p>bar]</center><p>extra",
 19043 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19044 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 19045 	[true,true,true],
 19046 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19047 ["<center><p>[foo<p>bar]</center><p>extra",
 19048 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19049 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 19050 	[true,true,true],
 19051 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19052 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 19053 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19054 	"<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>",
 19055 	[true,true,true],
 19056 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19057 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 19058 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19059 	"<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>",
 19060 	[true,true,true],
 19061 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19062 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 19063 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19064 	"<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>",
 19065 	[true,true,true],
 19066 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19067 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 19068 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19069 	"<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>",
 19070 	[true,true,true],
 19071 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19072 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19073 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19074 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 19075 	[true,true,true],
 19076 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19077 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19078 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19079 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 19080 	[true,true,true],
 19081 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19082 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19083 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19084 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 19085 	[true,true,true],
 19086 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19087 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19088 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19089 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:center\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 19090 	[true,true,true],
 19091 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19092 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19093 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19094 	"<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>",
 19095 	[true,true,true],
 19096 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19097 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19098 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19099 	"<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>",
 19100 	[true,true,true],
 19101 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19102 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19103 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19104 	"<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>",
 19105 	[true,true,true],
 19106 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19107 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19108 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19109 	"<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>",
 19110 	[true,true,true],
 19111 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19112 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 19113 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19114 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 19115 	[true,true,true],
 19116 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19117 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 19118 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19119 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 19120 	[true,true,true],
 19121 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19122 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 19123 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19124 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 19125 	[true,true,true],
 19126 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19127 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 19128 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19129 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 19130 	[true,true,true],
 19131 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19132 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 19133 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19134 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 19135 	[true,true,true],
 19136 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19137 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 19138 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19139 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 19140 	[true,true,true],
 19141 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19142 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 19143 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19144 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 19145 	[true,true,true],
 19146 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19147 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 19148 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19149 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 19150 	[true,true,true],
 19151 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19152 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 19153 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19154 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 19155 	[true,true,true],
 19156 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19157 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 19158 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19159 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 19160 	[true,true,true],
 19161 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19162 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 19163 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19164 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 19165 	[true,true,true],
 19166 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19167 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 19168 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19169 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 19170 	[true,true,true],
 19171 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19172 ["<table align=center><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 19173 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19174 	"<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>",
 19175 	[true,true,true],
 19176 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19177 ["<table align=center><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 19178 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19179 	"<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>",
 19180 	[true,true,true],
 19181 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19182 ["<table align=center><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 19183 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19184 	"<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>",
 19185 	[true,true,true],
 19186 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19187 ["<table align=center><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 19188 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19189 	"<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>",
 19190 	[true,true,true],
 19191 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19192 ["<table align=center><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19193 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19194 	"<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>",
 19195 	[true,true,true],
 19196 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19197 ["<table align=center><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19198 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19199 	"<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>",
 19200 	[true,true,true],
 19201 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19202 ["<table align=center><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19203 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19204 	"<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>",
 19205 	[true,true,true],
 19206 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19207 ["<table align=center><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19208 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19209 	"<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>",
 19210 	[true,true,true],
 19211 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19212 ["<table align=center><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19213 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19214 	"<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>",
 19215 	[true,true,true],
 19216 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19217 ["<table align=center><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19218 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19219 	"<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>",
 19220 	[true,true,true],
 19221 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19222 ["<table align=center><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19223 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19224 	"<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>",
 19225 	[true,true,true],
 19226 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19227 ["<table align=center><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19228 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19229 	"<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>",
 19230 	[true,true,true],
 19231 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19232 ["<table align=center><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 19233 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19234 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 19235 	[true,true,true],
 19236 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19237 ["<table align=center><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 19238 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19239 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 19240 	[true,true,true],
 19241 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19242 ["<table align=center><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 19243 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19244 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 19245 	[true,true,true],
 19246 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19247 ["<table align=center><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 19248 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19249 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 19250 	[true,true,true],
 19251 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19252 ["<table align=center data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 19253 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19254 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 19255 	[true,true,true],
 19256 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19257 ["<table align=center data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 19258 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19259 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 19260 	[true,true,true],
 19261 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19262 ["<table align=center data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 19263 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19264 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 19265 	[true,true,true],
 19266 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19267 ["<table align=center data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 19268 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19269 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 19270 	[true,true,true],
 19271 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19272 ["{<table align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 19273 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19274 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 19275 	[true,true,true],
 19276 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19277 ["{<table align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 19278 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19279 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 19280 	[true,true,true],
 19281 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19282 ["{<table align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 19283 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19284 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 19285 	[true,true,true],
 19286 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19287 ["{<table align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 19288 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19289 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 19290 	[true,true,true],
 19291 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19292 ["<table><tbody align=center><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 19293 	[["justifycenter",""]],
 19294 	"<table><tbody align=\"center\"><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 19295 	[true],
 19296 	{"justifycenter":[false,true,"center",false,true,"center"]}],
 19297 ["<table><tbody align=center><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19298 	[["justifycenter",""]],
 19299 	"<table><tbody align=\"center\"><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 19300 	[true],
 19301 	{"justifycenter":[false,true,"center",false,true,"center"]}],
 19302 ["<table><tbody align=center><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19303 	[["justifycenter",""]],
 19304 	"<table><tbody align=\"center\"><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 19305 	[true],
 19306 	{"justifycenter":[false,true,"center",false,true,"center"]}],
 19307 ["<table><tbody align=center data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 19308 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19309 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 19310 	[true,true,true],
 19311 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19312 ["<table><tbody align=center data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 19313 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19314 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 19315 	[true,true,true],
 19316 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19317 ["<table><tbody align=center data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 19318 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19319 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 19320 	[true,true,true],
 19321 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19322 ["<table><tbody align=center data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 19323 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19324 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 19325 	[true,true,true],
 19326 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19327 ["<table data-start=0 data-end=1><tbody align=center><tr><td>foo<td>bar<td>baz</table><p>extra",
 19328 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19329 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 19330 	[true,true,true],
 19331 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19332 ["<table data-start=0 data-end=1><tbody align=center><tr><td>foo<td>bar<td>baz</table><p>extra",
 19333 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19334 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 19335 	[true,true,true],
 19336 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19337 ["<table data-start=0 data-end=1><tbody align=center><tr><td>foo<td>bar<td>baz</table><p>extra",
 19338 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19339 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 19340 	[true,true,true],
 19341 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19342 ["<table data-start=0 data-end=1><tbody align=center><tr><td>foo<td>bar<td>baz</table><p>extra",
 19343 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19344 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 19345 	[true,true,true],
 19346 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19347 ["{<table><tbody align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 19348 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19349 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 19350 	[true,true,true],
 19351 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19352 ["{<table><tbody align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 19353 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19354 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 19355 	[true,true,true],
 19356 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19357 ["{<table><tbody align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 19358 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19359 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 19360 	[true,true,true],
 19361 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19362 ["{<table><tbody align=center><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 19363 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19364 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 19365 	[true,true,true],
 19366 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19367 ["<table><tbody><tr align=center><td>foo<td>b[a]r<td>baz</table><p>extra",
 19368 	[["justifycenter",""]],
 19369 	"<table><tbody><tr align=\"center\"><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 19370 	[true],
 19371 	{"justifycenter":[false,true,"center",false,true,"center"]}],
 19372 ["<table><tbody><tr align=center data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19373 	[["justifycenter",""]],
 19374 	"<table><tbody><tr align=\"center\"><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 19375 	[true],
 19376 	{"justifycenter":[false,true,"center",false,true,"center"]}],
 19377 ["<table><tbody><tr align=center data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 19378 	[["justifycenter",""]],
 19379 	"<table><tbody><tr align=\"center\">{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 19380 	[true],
 19381 	{"justifycenter":[false,true,"center",false,true,"center"]}],
 19382 ["<table><tbody data-start=0 data-end=1><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 19383 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19384 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 19385 	[true,true,true],
 19386 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19387 ["<table><tbody data-start=0 data-end=1><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 19388 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19389 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 19390 	[true,true,true],
 19391 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19392 ["<table><tbody data-start=0 data-end=1><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 19393 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19394 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 19395 	[true,true,true],
 19396 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19397 ["<table><tbody data-start=0 data-end=1><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 19398 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19399 	"<div style=\"text-align:center\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 19400 	[true,true,true],
 19401 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19402 ["<table data-start=0 data-end=1><tbody><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 19403 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19404 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 19405 	[true,true,true],
 19406 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19407 ["<table data-start=0 data-end=1><tbody><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 19408 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19409 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 19410 	[true,true,true],
 19411 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19412 ["<table data-start=0 data-end=1><tbody><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 19413 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19414 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 19415 	[true,true,true],
 19416 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19417 ["<table data-start=0 data-end=1><tbody><tr align=center><td>foo<td>bar<td>baz</table><p>extra",
 19418 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19419 	"<div style=\"text-align:center\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 19420 	[true,true,true],
 19421 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19422 ["{<table><tr align=center><td>foo<td>bar<td>baz</table>}<p>extra",
 19423 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19424 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 19425 	[true,true,true],
 19426 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19427 ["{<table><tr align=center><td>foo<td>bar<td>baz</table>}<p>extra",
 19428 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19429 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 19430 	[true,true,true],
 19431 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19432 ["{<table><tr align=center><td>foo<td>bar<td>baz</table>}<p>extra",
 19433 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19434 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 19435 	[true,true,true],
 19436 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19437 ["{<table><tr align=center><td>foo<td>bar<td>baz</table>}<p>extra",
 19438 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19439 	"<div style=\"text-align:center\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 19440 	[true,true,true],
 19441 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19442 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 19443 	[["justifycenter",""]],
 19444 	"<div align=\"center\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 19445 	[true],
 19446 	{"justifycenter":[false,true,"center",false,true,"center"]}],
 19447 ["<div align=center><p>[foo<p>bar}</div><p>extra",
 19448 	[["stylewithcss","true"],["justifycenter",""]],
 19449 	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 19450 	[true,true],
 19451 	{"stylewithcss":[false,false,"",false,true,""],"justifycenter":[false,true,"center",false,true,"center"]}],
 19452 ["<div align=center><p>[foo<p>bar}</div><p>extra",
 19453 	[["stylewithcss","false"],["justifycenter",""]],
 19454 	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 19455 	[true,true],
 19456 	{"stylewithcss":[false,true,"",false,false,""],"justifycenter":[false,true,"center",false,true,"center"]}],
 19457 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 19458 	[["justifycenter",""]],
 19459 	"<div style=\"text-align:center\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 19460 	[true],
 19461 	{"justifycenter":[false,true,"center",false,true,"center"]}],
 19462 ["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 19463 	[["justifycenter",""]],
 19464 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 19465 	[true],
 19466 	{"justifycenter":[false,true,"center",false,true,"center"]}],
 19467 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 19468 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19469 	"<div align=\"justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19470 	[true,true,true],
 19471 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"justify",false,true,"center"]}],
 19472 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 19473 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19474 	"<div align=\"justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19475 	[true,true,true],
 19476 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"justify",false,true,"center"]}],
 19477 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 19478 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19479 	"<div align=\"justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19480 	[true,true,true],
 19481 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"justify",false,true,"center"]}],
 19482 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 19483 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19484 	"<div align=\"justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19485 	[true,true,true],
 19486 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"justify",false,true,"center"]}],
 19487 ["<div align=justify><p>[foo<p>bar}</div><p>extra",
 19488 	[["stylewithcss","true"],["justifycenter",""]],
 19489 	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 19490 	[true,true],
 19491 	{"stylewithcss":[false,false,"",false,true,""],"justifycenter":[false,false,"justify",false,true,"center"]}],
 19492 ["<div align=justify><p>[foo<p>bar}</div><p>extra",
 19493 	[["stylewithcss","false"],["justifycenter",""]],
 19494 	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 19495 	[true,true],
 19496 	{"stylewithcss":[false,true,"",false,false,""],"justifycenter":[false,false,"justify",false,true,"center"]}],
 19497 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 19498 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19499 	"<div style=\"text-align:justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19500 	[true,true,true],
 19501 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"justify",false,true,"center"]}],
 19502 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 19503 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19504 	"<div style=\"text-align:justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19505 	[true,true,true],
 19506 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"justify",false,true,"center"]}],
 19507 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 19508 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19509 	"<div style=\"text-align:justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19510 	[true,true,true],
 19511 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"justify",false,true,"center"]}],
 19512 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 19513 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19514 	"<div style=\"text-align:justify\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19515 	[true,true,true],
 19516 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"justify",false,true,"center"]}],
 19517 ["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 19518 	[["justifycenter",""]],
 19519 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 19520 	[true],
 19521 	{"justifycenter":[false,false,"justify",false,true,"center"]}],
 19522 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 19523 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19524 	"<div align=\"left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19525 	[true,true,true],
 19526 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19527 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 19528 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19529 	"<div align=\"left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19530 	[true,true,true],
 19531 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19532 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 19533 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19534 	"<div align=\"left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19535 	[true,true,true],
 19536 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19537 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 19538 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19539 	"<div align=\"left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19540 	[true,true,true],
 19541 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19542 ["<div align=left><p>[foo<p>bar}</div><p>extra",
 19543 	[["stylewithcss","true"],["justifycenter",""]],
 19544 	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 19545 	[true,true],
 19546 	{"stylewithcss":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 19547 ["<div align=left><p>[foo<p>bar}</div><p>extra",
 19548 	[["stylewithcss","false"],["justifycenter",""]],
 19549 	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 19550 	[true,true],
 19551 	{"stylewithcss":[false,true,"",false,false,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 19552 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 19553 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19554 	"<div style=\"text-align:left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19555 	[true,true,true],
 19556 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19557 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 19558 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19559 	"<div style=\"text-align:left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19560 	[true,true,true],
 19561 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19562 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 19563 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19564 	"<div style=\"text-align:left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19565 	[true,true,true],
 19566 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19567 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 19568 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19569 	"<div style=\"text-align:left\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19570 	[true,true,true],
 19571 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19572 ["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 19573 	[["justifycenter",""]],
 19574 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 19575 	[true],
 19576 	{"justifycenter":[false,false,"left",false,true,"center"]}],
 19577 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 19578 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19579 	"<div align=\"right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19580 	[true,true,true],
 19581 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"right",false,true,"center"]}],
 19582 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 19583 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19584 	"<div align=\"right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19585 	[true,true,true],
 19586 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"right",false,true,"center"]}],
 19587 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 19588 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19589 	"<div align=\"right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19590 	[true,true,true],
 19591 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"right",false,true,"center"]}],
 19592 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 19593 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19594 	"<div align=\"right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19595 	[true,true,true],
 19596 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"right",false,true,"center"]}],
 19597 ["<div align=right><p>[foo<p>bar}</div><p>extra",
 19598 	[["stylewithcss","true"],["justifycenter",""]],
 19599 	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 19600 	[true,true],
 19601 	{"stylewithcss":[false,false,"",false,true,""],"justifycenter":[false,false,"right",false,true,"center"]}],
 19602 ["<div align=right><p>[foo<p>bar}</div><p>extra",
 19603 	[["stylewithcss","false"],["justifycenter",""]],
 19604 	"<div style=\"text-align:center\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 19605 	[true,true],
 19606 	{"stylewithcss":[false,true,"",false,false,""],"justifycenter":[false,false,"right",false,true,"center"]}],
 19607 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 19608 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19609 	"<div style=\"text-align:right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19610 	[true,true,true],
 19611 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"right",false,true,"center"]}],
 19612 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 19613 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19614 	"<div style=\"text-align:right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19615 	[true,true,true],
 19616 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"right",false,true,"center"]}],
 19617 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 19618 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19619 	"<div style=\"text-align:right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19620 	[true,true,true],
 19621 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"right",false,true,"center"]}],
 19622 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 19623 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19624 	"<div style=\"text-align:right\"><div style=\"text-align:center\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 19625 	[true,true,true],
 19626 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"right",false,true,"center"]}],
 19627 ["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 19628 	[["justifycenter",""]],
 19629 	"<div style=\"text-align:center\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 19630 	[true],
 19631 	{"justifycenter":[false,false,"right",false,true,"center"]}],
 19632 ["<center>foo</center>[bar]<p>extra",
 19633 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19634 	"<center>foo</center><div style=\"text-align:center\">[bar]</div><p>extra</p>",
 19635 	[true,true,true],
 19636 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19637 ["<center>foo</center>[bar]<p>extra",
 19638 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19639 	"<center>foo</center><div style=\"text-align:center\">[bar]</div><p>extra</p>",
 19640 	[true,true,true],
 19641 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19642 ["<center>foo</center>[bar]<p>extra",
 19643 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19644 	"<center>foo</center><div style=\"text-align:center\">[bar]</div><p>extra</p>",
 19645 	[true,true,true],
 19646 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19647 ["<center>foo</center>[bar]<p>extra",
 19648 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19649 	"<center>foo</center><div style=\"text-align:center\">[bar]</div><p>extra</p>",
 19650 	[true,true,true],
 19651 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19652 ["[foo]<center>bar</center><p>extra",
 19653 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19654 	"<div style=\"text-align:center\">[foo]</div><center>bar</center><p>extra</p>",
 19655 	[true,true,true],
 19656 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19657 ["[foo]<center>bar</center><p>extra",
 19658 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19659 	"<div style=\"text-align:center\">[foo]</div><center>bar</center><p>extra</p>",
 19660 	[true,true,true],
 19661 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19662 ["[foo]<center>bar</center><p>extra",
 19663 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19664 	"<div style=\"text-align:center\">[foo]</div><center>bar</center><p>extra</p>",
 19665 	[true,true,true],
 19666 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19667 ["[foo]<center>bar</center><p>extra",
 19668 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19669 	"<div style=\"text-align:center\">[foo]</div><center>bar</center><p>extra</p>",
 19670 	[true,true,true],
 19671 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19672 ["<center>foo</center>[bar]<center>baz</center><p>extra",
 19673 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19674 	"<center>foo</center><div style=\"text-align:center\">[bar]</div><center>baz</center><p>extra</p>",
 19675 	[true,true,true],
 19676 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19677 ["<center>foo</center>[bar]<center>baz</center><p>extra",
 19678 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19679 	"<center>foo</center><div style=\"text-align:center\">[bar]</div><center>baz</center><p>extra</p>",
 19680 	[true,true,true],
 19681 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19682 ["<center>foo</center>[bar]<center>baz</center><p>extra",
 19683 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19684 	"<center>foo</center><div style=\"text-align:center\">[bar]</div><center>baz</center><p>extra</p>",
 19685 	[true,true,true],
 19686 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19687 ["<center>foo</center>[bar]<center>baz</center><p>extra",
 19688 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19689 	"<center>foo</center><div style=\"text-align:center\">[bar]</div><center>baz</center><p>extra</p>",
 19690 	[true,true,true],
 19691 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19692 ["<div align=center>foo</div>[bar]<p>extra",
 19693 	[["justifycenter",""]],
 19694 	"<div align=\"center\">foo<br>[bar]</div><p>extra</p>",
 19695 	[true],
 19696 	{"justifycenter":[false,false,"left",false,true,"center"]}],
 19697 ["[foo]<div align=center>bar</div><p>extra",
 19698 	[["justifycenter",""]],
 19699 	"<div align=\"center\">[foo]<br>bar</div><p>extra</p>",
 19700 	[true],
 19701 	{"justifycenter":[false,false,"left",false,true,"center"]}],
 19702 ["<div align=center>foo</div>[bar]<div align=center>baz</div><p>extra",
 19703 	[["defaultparagraphseparator","div"],["justifycenter",""]],
 19704 	"<div align=\"center\">foo<br>[bar]<br>baz</div><p>extra</p>",
 19705 	[true,true],
 19706 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19707 ["<div align=center>foo</div>[bar]<div align=center>baz</div><p>extra",
 19708 	[["defaultparagraphseparator","p"],["justifycenter",""]],
 19709 	"<div align=\"center\">foo<br>[bar]<br>baz</div><p>extra</p>",
 19710 	[true,true],
 19711 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19712 ["<div align=center><p>foo</div><p>[bar]<p>extra",
 19713 	[["justifycenter",""]],
 19714 	"<div align=\"center\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
 19715 	[true],
 19716 	{"justifycenter":[false,false,"left",false,true,"center"]}],
 19717 ["<p>[foo]<div align=center><p>bar</div><p>extra",
 19718 	[["justifycenter",""]],
 19719 	"<div align=\"center\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 19720 	[true],
 19721 	{"justifycenter":[false,false,"left",false,true,"center"]}],
 19722 ["<div align=center><p>foo</div><p>[bar]<div align=center><p>baz</div><p>extra",
 19723 	[["defaultparagraphseparator","div"],["justifycenter",""]],
 19724 	"<div align=\"center\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 19725 	[true,true],
 19726 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19727 ["<div align=center><p>foo</div><p>[bar]<div align=center><p>baz</div><p>extra",
 19728 	[["defaultparagraphseparator","p"],["justifycenter",""]],
 19729 	"<div align=\"center\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 19730 	[true,true],
 19731 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19732 ["<div style=text-align:center>foo</div>[bar]<p>extra",
 19733 	[["justifycenter",""]],
 19734 	"<div style=\"text-align:center\">foo<br>[bar]</div><p>extra</p>",
 19735 	[true],
 19736 	{"justifycenter":[false,false,"left",false,true,"center"]}],
 19737 ["[foo]<div style=text-align:center>bar</div><p>extra",
 19738 	[["justifycenter",""]],
 19739 	"<div style=\"text-align:center\">[foo]<br>bar</div><p>extra</p>",
 19740 	[true],
 19741 	{"justifycenter":[false,false,"left",false,true,"center"]}],
 19742 ["<div style=text-align:center>foo</div>[bar]<div style=text-align:center>baz</div><p>extra",
 19743 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19744 	"<div style=\"text-align:center\">foo<br>[bar]<br>baz</div><p>extra</p>",
 19745 	[true,true,true],
 19746 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19747 ["<div style=text-align:center>foo</div>[bar]<div style=text-align:center>baz</div><p>extra",
 19748 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19749 	"<div style=\"text-align:center\">foo<br>[bar]<br>baz</div><p>extra</p>",
 19750 	[true,true,true],
 19751 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19752 ["<div style=text-align:center>foo</div>[bar]<div style=text-align:center>baz</div><p>extra",
 19753 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19754 	"<div style=\"text-align:center\">foo<br>[bar]<br>baz</div><p>extra</p>",
 19755 	[true,true,true],
 19756 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19757 ["<div style=text-align:center>foo</div>[bar]<div style=text-align:center>baz</div><p>extra",
 19758 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19759 	"<div style=\"text-align:center\">foo<br>[bar]<br>baz</div><p>extra</p>",
 19760 	[true,true,true],
 19761 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19762 ["<div style=text-align:center><p>foo</div><p>[bar]<p>extra",
 19763 	[["justifycenter",""]],
 19764 	"<div style=\"text-align:center\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
 19765 	[true],
 19766 	{"justifycenter":[false,false,"left",false,true,"center"]}],
 19767 ["<p>[foo]<div style=text-align:center><p>bar</div><p>extra",
 19768 	[["justifycenter",""]],
 19769 	"<div style=\"text-align:center\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 19770 	[true],
 19771 	{"justifycenter":[false,false,"left",false,true,"center"]}],
 19772 ["<div style=text-align:center><p>foo</div><p>[bar]<div style=text-align:center><p>baz</div><p>extra",
 19773 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19774 	"<div style=\"text-align:center\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 19775 	[true,true,true],
 19776 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19777 ["<div style=text-align:center><p>foo</div><p>[bar]<div style=text-align:center><p>baz</div><p>extra",
 19778 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19779 	"<div style=\"text-align:center\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 19780 	[true,true,true],
 19781 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19782 ["<div style=text-align:center><p>foo</div><p>[bar]<div style=text-align:center><p>baz</div><p>extra",
 19783 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19784 	"<div style=\"text-align:center\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 19785 	[true,true,true],
 19786 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19787 ["<div style=text-align:center><p>foo</div><p>[bar]<div style=text-align:center><p>baz</div><p>extra",
 19788 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19789 	"<div style=\"text-align:center\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 19790 	[true,true,true],
 19791 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19792 ["<p align=center>foo<p>[bar]<p>extra",
 19793 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19794 	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p>extra</p>",
 19795 	[true,true,true],
 19796 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19797 ["<p align=center>foo<p>[bar]<p>extra",
 19798 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19799 	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p>extra</p>",
 19800 	[true,true,true],
 19801 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19802 ["<p align=center>foo<p>[bar]<p>extra",
 19803 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19804 	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p>extra</p>",
 19805 	[true,true,true],
 19806 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19807 ["<p align=center>foo<p>[bar]<p>extra",
 19808 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19809 	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p>extra</p>",
 19810 	[true,true,true],
 19811 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19812 ["<p>[foo]<p align=center>bar<p>extra",
 19813 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19814 	"<div style=\"text-align:center\"><p>[foo]</p></div><p align=\"center\">bar</p><p>extra</p>",
 19815 	[true,true,true],
 19816 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19817 ["<p>[foo]<p align=center>bar<p>extra",
 19818 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19819 	"<div style=\"text-align:center\"><p>[foo]</p></div><p align=\"center\">bar</p><p>extra</p>",
 19820 	[true,true,true],
 19821 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19822 ["<p>[foo]<p align=center>bar<p>extra",
 19823 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19824 	"<div style=\"text-align:center\"><p>[foo]</p></div><p align=\"center\">bar</p><p>extra</p>",
 19825 	[true,true,true],
 19826 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19827 ["<p>[foo]<p align=center>bar<p>extra",
 19828 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19829 	"<div style=\"text-align:center\"><p>[foo]</p></div><p align=\"center\">bar</p><p>extra</p>",
 19830 	[true,true,true],
 19831 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19832 ["<p align=center>foo<p>[bar]<p align=center>baz<p>extra",
 19833 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19834 	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p align=\"center\">baz</p><p>extra</p>",
 19835 	[true,true,true],
 19836 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19837 ["<p align=center>foo<p>[bar]<p align=center>baz<p>extra",
 19838 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19839 	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p align=\"center\">baz</p><p>extra</p>",
 19840 	[true,true,true],
 19841 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19842 ["<p align=center>foo<p>[bar]<p align=center>baz<p>extra",
 19843 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19844 	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p align=\"center\">baz</p><p>extra</p>",
 19845 	[true,true,true],
 19846 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19847 ["<p align=center>foo<p>[bar]<p align=center>baz<p>extra",
 19848 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19849 	"<p align=\"center\">foo</p><div style=\"text-align:center\"><p>[bar]</p></div><p align=\"center\">baz</p><p>extra</p>",
 19850 	[true,true,true],
 19851 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19852 ["<center>[foo</center>bar]<p>extra",
 19853 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19854 	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
 19855 	[true,true,true],
 19856 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[true,false,"center",false,true,"center"]}],
 19857 ["<center>[foo</center>bar]<p>extra",
 19858 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19859 	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
 19860 	[true,true,true],
 19861 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[true,false,"center",false,true,"center"]}],
 19862 ["<center>[foo</center>bar]<p>extra",
 19863 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19864 	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
 19865 	[true,true,true],
 19866 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[true,false,"center",false,true,"center"]}],
 19867 ["<center>[foo</center>bar]<p>extra",
 19868 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19869 	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
 19870 	[true,true,true],
 19871 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[true,false,"center",false,true,"center"]}],
 19872 ["<center>fo[o</center>b]ar<p>extra",
 19873 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19874 	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
 19875 	[true,true,true],
 19876 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[true,false,"center",false,true,"center"]}],
 19877 ["<center>fo[o</center>b]ar<p>extra",
 19878 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19879 	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
 19880 	[true,true,true],
 19881 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[true,false,"center",false,true,"center"]}],
 19882 ["<center>fo[o</center>b]ar<p>extra",
 19883 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19884 	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
 19885 	[true,true,true],
 19886 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[true,false,"center",false,true,"center"]}],
 19887 ["<center>fo[o</center>b]ar<p>extra",
 19888 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19889 	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
 19890 	[true,true,true],
 19891 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[true,false,"center",false,true,"center"]}],
 19892 ["<div align=center>[foo</div>bar]<p>extra",
 19893 	[["stylewithcss","true"],["justifycenter",""]],
 19894 	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
 19895 	[true,true],
 19896 	{"stylewithcss":[false,false,"",false,true,""],"justifycenter":[true,false,"center",false,true,"center"]}],
 19897 ["<div align=center>[foo</div>bar]<p>extra",
 19898 	[["stylewithcss","false"],["justifycenter",""]],
 19899 	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
 19900 	[true,true],
 19901 	{"stylewithcss":[false,true,"",false,false,""],"justifycenter":[true,false,"center",false,true,"center"]}],
 19902 ["<div align=center>fo[o</div>b]ar<p>extra",
 19903 	[["stylewithcss","true"],["justifycenter",""]],
 19904 	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
 19905 	[true,true],
 19906 	{"stylewithcss":[false,false,"",false,true,""],"justifycenter":[true,false,"center",false,true,"center"]}],
 19907 ["<div align=center>fo[o</div>b]ar<p>extra",
 19908 	[["stylewithcss","false"],["justifycenter",""]],
 19909 	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
 19910 	[true,true],
 19911 	{"stylewithcss":[false,true,"",false,false,""],"justifycenter":[true,false,"center",false,true,"center"]}],
 19912 ["<div style=text-align:center>[foo</div>bar]<p>extra",
 19913 	[["justifycenter",""]],
 19914 	"<div style=\"text-align:center\">[foo<br>bar]</div><p>extra</p>",
 19915 	[true],
 19916 	{"justifycenter":[true,false,"center",false,true,"center"]}],
 19917 ["<div style=text-align:center>fo[o</div>b]ar<p>extra",
 19918 	[["justifycenter",""]],
 19919 	"<div style=\"text-align:center\">fo[o<br>b]ar</div><p>extra</p>",
 19920 	[true],
 19921 	{"justifycenter":[true,false,"center",false,true,"center"]}],
 19922 ["<span style=text-align:center>[foo]</span><p>extra",
 19923 	[["defaultparagraphseparator","div"],["justifycenter",""]],
 19924 	"<div style=\"text-align:center\">[foo]</div><p>extra</p>",
 19925 	[true,true],
 19926 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19927 ["<span style=text-align:center>[foo]</span><p>extra",
 19928 	[["defaultparagraphseparator","p"],["justifycenter",""]],
 19929 	"<div style=\"text-align:center\">[foo]</div><p>extra</p>",
 19930 	[true,true],
 19931 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19932 ["<span style=text-align:center>f[o]o</span><p>extra",
 19933 	[["defaultparagraphseparator","div"],["justifycenter",""]],
 19934 	"<div style=\"text-align:center\">f[o]o</div><p>extra</p>",
 19935 	[true,true],
 19936 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19937 ["<span style=text-align:center>f[o]o</span><p>extra",
 19938 	[["defaultparagraphseparator","p"],["justifycenter",""]],
 19939 	"<div style=\"text-align:center\">f[o]o</div><p>extra</p>",
 19940 	[true,true],
 19941 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19942 ["<div style=text-align:center>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 19943 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19944 	"<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>",
 19945 	[true,true,true],
 19946 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19947 ["<div style=text-align:center>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 19948 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19949 	"<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>",
 19950 	[true,true,true],
 19951 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19952 ["<div style=text-align:center>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 19953 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19954 	"<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>",
 19955 	[true,true,true],
 19956 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19957 ["<div style=text-align:center>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 19958 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19959 	"<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>",
 19960 	[true,true,true],
 19961 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 19962 ["<div align=nonsense><p>[foo]</div><p>extra",
 19963 	[["stylewithcss","true"],["justifycenter",""]],
 19964 	"<div style=\"text-align:center\"><p>[foo]</p></div><p>extra</p>",
 19965 	[true,true],
 19966 	{"stylewithcss":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 19967 ["<div align=nonsense><p>[foo]</div><p>extra",
 19968 	[["stylewithcss","false"],["justifycenter",""]],
 19969 	"<div style=\"text-align:center\"><p>[foo]</p></div><p>extra</p>",
 19970 	[true,true],
 19971 	{"stylewithcss":[false,true,"",false,false,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 19972 ["<div style=text-align:inherit><p>[foo]</div><p>extra",
 19973 	[["justifycenter",""]],
 19974 	"<div style=\"text-align:center\"><p>[foo]</p></div><p>extra</p>",
 19975 	[true],
 19976 	{"justifycenter":[false,false,"left",false,true,"center"]}],
 19977 ["<quasit align=right><p>[foo]</p></quasit><p>extra",
 19978 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19979 	"<div style=\"text-align:center\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 19980 	[true,true,true],
 19981 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19982 ["<quasit align=right><p>[foo]</p></quasit><p>extra",
 19983 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19984 	"<div style=\"text-align:center\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 19985 	[true,true,true],
 19986 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19987 ["<quasit align=right><p>[foo]</p></quasit><p>extra",
 19988 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19989 	"<div style=\"text-align:center\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 19990 	[true,true,true],
 19991 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19992 ["<quasit align=right><p>[foo]</p></quasit><p>extra",
 19993 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 19994 	"<div style=\"text-align:center\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 19995 	[true,true,true],
 19996 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 19997 ["<div align=center>{<div align=left>foo</div>}</div>",
 19998 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 19999 	"<div style=\"text-align:center\">{foo}</div>",
 20000 	[true,true,true],
 20001 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20002 ["<div align=center>{<div align=left>foo</div>}</div>",
 20003 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20004 	"<div style=\"text-align:center\">{foo}</div>",
 20005 	[true,true,true],
 20006 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20007 ["<div align=center>{<div align=left>foo</div>}</div>",
 20008 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20009 	"<div style=\"text-align:center\">{foo}</div>",
 20010 	[true,true,true],
 20011 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20012 ["<div align=center>{<div align=left>foo</div>}</div>",
 20013 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20014 	"<div style=\"text-align:center\">{foo}</div>",
 20015 	[true,true,true],
 20016 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20017 ["<div align=left>{<div align=center>foo</div>}</div>",
 20018 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20019 	"<div style=\"text-align:center\">{foo}</div>",
 20020 	[true,true,true],
 20021 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 20022 ["<div align=left>{<div align=center>foo</div>}</div>",
 20023 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20024 	"<div style=\"text-align:center\">{foo}</div>",
 20025 	[true,true,true],
 20026 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 20027 ["<div align=left>{<div align=center>foo</div>}</div>",
 20028 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20029 	"<div style=\"text-align:center\">{foo}</div>",
 20030 	[true,true,true],
 20031 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 20032 ["<div align=left>{<div align=center>foo</div>}</div>",
 20033 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20034 	"<div style=\"text-align:center\">{foo}</div>",
 20035 	[true,true,true],
 20036 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 20037 ["<div align=center>{<div align=left>foo</div>bar}</div>",
 20038 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20039 	"<div style=\"text-align:center\">{foo<br>bar}</div>",
 20040 	[true,true,true],
 20041 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[true,false,"left",false,true,"center"]}],
 20042 ["<div align=center>{<div align=left>foo</div>bar}</div>",
 20043 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20044 	"<div style=\"text-align:center\">{foo<br>bar}</div>",
 20045 	[true,true,true],
 20046 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[true,false,"left",false,true,"center"]}],
 20047 ["<div align=center>{<div align=left>foo</div>bar}</div>",
 20048 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20049 	"<div style=\"text-align:center\">{foo<br>bar}</div>",
 20050 	[true,true,true],
 20051 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[true,false,"left",false,true,"center"]}],
 20052 ["<div align=center>{<div align=left>foo</div>bar}</div>",
 20053 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20054 	"<div style=\"text-align:center\">{foo<br>bar}</div>",
 20055 	[true,true,true],
 20056 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[true,false,"left",false,true,"center"]}],
 20057 ["<div align=left>{<div align=center>foo</div>bar}</div>",
 20058 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20059 	"<div style=\"text-align:center\">{foo<br>bar}</div>",
 20060 	[true,true,true],
 20061 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[true,false,"center",false,true,"center"]}],
 20062 ["<div align=left>{<div align=center>foo</div>bar}</div>",
 20063 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20064 	"<div style=\"text-align:center\">{foo<br>bar}</div>",
 20065 	[true,true,true],
 20066 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[true,false,"center",false,true,"center"]}],
 20067 ["<div align=left>{<div align=center>foo</div>bar}</div>",
 20068 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20069 	"<div style=\"text-align:center\">{foo<br>bar}</div>",
 20070 	[true,true,true],
 20071 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[true,false,"center",false,true,"center"]}],
 20072 ["<div align=left>{<div align=center>foo</div>bar}</div>",
 20073 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20074 	"<div style=\"text-align:center\">{foo<br>bar}</div>",
 20075 	[true,true,true],
 20076 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[true,false,"center",false,true,"center"]}],
 20077 ["<div align=center>{<div align=left>foo</div><img src=/img/lion.svg>}</div>",
 20078 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20079 	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
 20080 	[true,true,true],
 20081 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[true,false,"left",false,true,"center"]}],
 20082 ["<div align=center>{<div align=left>foo</div><img src=/img/lion.svg>}</div>",
 20083 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20084 	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
 20085 	[true,true,true],
 20086 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[true,false,"left",false,true,"center"]}],
 20087 ["<div align=center>{<div align=left>foo</div><img src=/img/lion.svg>}</div>",
 20088 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20089 	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
 20090 	[true,true,true],
 20091 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[true,false,"left",false,true,"center"]}],
 20092 ["<div align=center>{<div align=left>foo</div><img src=/img/lion.svg>}</div>",
 20093 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20094 	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
 20095 	[true,true,true],
 20096 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[true,false,"left",false,true,"center"]}],
 20097 ["<div align=left>{<div align=center>foo</div><img src=/img/lion.svg>}</div>",
 20098 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20099 	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
 20100 	[true,true,true],
 20101 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[true,false,"center",false,true,"center"]}],
 20102 ["<div align=left>{<div align=center>foo</div><img src=/img/lion.svg>}</div>",
 20103 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20104 	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
 20105 	[true,true,true],
 20106 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[true,false,"center",false,true,"center"]}],
 20107 ["<div align=left>{<div align=center>foo</div><img src=/img/lion.svg>}</div>",
 20108 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20109 	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
 20110 	[true,true,true],
 20111 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[true,false,"center",false,true,"center"]}],
 20112 ["<div align=left>{<div align=center>foo</div><img src=/img/lion.svg>}</div>",
 20113 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20114 	"<div style=\"text-align:center\">{foo<br><img src=\"/img/lion.svg\">}</div>",
 20115 	[true,true,true],
 20116 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[true,false,"center",false,true,"center"]}],
 20117 ["<div align=center>{<div align=left>foo</div><!-- bar -->}</div>",
 20118 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20119 	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
 20120 	[true,true,true],
 20121 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20122 ["<div align=center>{<div align=left>foo</div><!-- bar -->}</div>",
 20123 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20124 	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
 20125 	[true,true,true],
 20126 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20127 ["<div align=center>{<div align=left>foo</div><!-- bar -->}</div>",
 20128 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20129 	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
 20130 	[true,true,true],
 20131 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20132 ["<div align=center>{<div align=left>foo</div><!-- bar -->}</div>",
 20133 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20134 	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
 20135 	[true,true,true],
 20136 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20137 ["<div align=left>{<div align=center>foo</div><!-- bar -->}</div>",
 20138 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20139 	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
 20140 	[true,true,true],
 20141 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 20142 ["<div align=left>{<div align=center>foo</div><!-- bar -->}</div>",
 20143 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20144 	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
 20145 	[true,true,true],
 20146 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,true,"center",false,true,"center"]}],
 20147 ["<div align=left>{<div align=center>foo</div><!-- bar -->}</div>",
 20148 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20149 	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
 20150 	[true,true,true],
 20151 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 20152 ["<div align=left>{<div align=center>foo</div><!-- bar -->}</div>",
 20153 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20154 	"<div style=\"text-align:center\">{foo<!-- bar -->}</div>",
 20155 	[true,true,true],
 20156 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,true,"center",false,true,"center"]}],
 20157 ["<div style=text-align:start>[foo]</div><p>extra",
 20158 	[["justifycenter",""]],
 20159 	"<div style=\"text-align:center\">[foo]</div><p>extra</p>",
 20160 	[true],
 20161 	{"justifycenter":[false,false,"left",false,true,"center"]}],
 20162 ["<div style=text-align:end>[foo]</div><p>extra",
 20163 	[["justifycenter",""]],
 20164 	"<div style=\"text-align:center\">[foo]</div><p>extra</p>",
 20165 	[true],
 20166 	{"justifycenter":[false,false,"right",false,true,"center"]}],
 20167 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 20168 	[["defaultparagraphseparator","div"],["justifycenter",""]],
 20169 	"<div style=\"text-align:center\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 20170 	[true,true],
 20171 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"right",false,true,"center"]}],
 20172 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 20173 	[["defaultparagraphseparator","p"],["justifycenter",""]],
 20174 	"<div style=\"text-align:center\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 20175 	[true,true],
 20176 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"right",false,true,"center"]}],
 20177 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 20178 	[["defaultparagraphseparator","div"],["justifycenter",""]],
 20179 	"<div style=\"text-align:center\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 20180 	[true,true],
 20181 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20182 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 20183 	[["defaultparagraphseparator","p"],["justifycenter",""]],
 20184 	"<div style=\"text-align:center\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 20185 	[true,true],
 20186 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20187 ["<div style=text-align:center><p>foo</div> <p>[bar]",
 20188 	[["justifycenter",""]],
 20189 	"<div style=\"text-align:center\"><p>foo</p> <p>[bar]</p></div>",
 20190 	[true],
 20191 	{"justifycenter":[false,false,"left",false,true,"center"]}],
 20192 ["<div align=center><p>foo</div> <p>[bar]",
 20193 	[["justifycenter",""]],
 20194 	"<div align=\"center\"><p>foo</p> <p>[bar]</p></div>",
 20195 	[true],
 20196 	{"justifycenter":[false,false,"left",false,true,"center"]}],
 20197 ["<center><p>foo</center> <p>[bar]",
 20198 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20199 	"<center><p>foo</p></center><div style=\"text-align:center\"> <p>[bar]</p></div>",
 20200 	[true,true,true],
 20201 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20202 ["<center><p>foo</center> <p>[bar]",
 20203 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20204 	"<center><p>foo</p></center><div style=\"text-align:center\"> <p>[bar]</p></div>",
 20205 	[true,true,true],
 20206 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20207 ["<center><p>foo</center> <p>[bar]",
 20208 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20209 	"<center><p>foo</p></center><div style=\"text-align:center\"> <p>[bar]</p></div>",
 20210 	[true,true,true],
 20211 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20212 ["<center><p>foo</center> <p>[bar]",
 20213 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20214 	"<center><p>foo</p></center><div style=\"text-align:center\"> <p>[bar]</p></div>",
 20215 	[true,true,true],
 20216 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20217 ["<p>[foo]</p> <div style=text-align:center><p>bar</div>",
 20218 	[["justifycenter",""]],
 20219 	"<div style=\"text-align:center\"><p>[foo]</p> <p>bar</p></div>",
 20220 	[true],
 20221 	{"justifycenter":[false,false,"left",false,true,"center"]}],
 20222 ["<p>[foo]</p> <div align=center><p>bar</div>",
 20223 	[["justifycenter",""]],
 20224 	"<div align=\"center\"><p>[foo]</p> <p>bar</p></div>",
 20225 	[true],
 20226 	{"justifycenter":[false,false,"left",false,true,"center"]}],
 20227 ["<p>[foo]</p> <center><p>bar</center>",
 20228 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20229 	"<div style=\"text-align:center\"><p>[foo]</p> </div><center><p>bar</p></center>",
 20230 	[true,true,true],
 20231 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20232 ["<p>[foo]</p> <center><p>bar</center>",
 20233 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20234 	"<div style=\"text-align:center\"><p>[foo]</p> </div><center><p>bar</p></center>",
 20235 	[true,true,true],
 20236 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20237 ["<p>[foo]</p> <center><p>bar</center>",
 20238 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20239 	"<div style=\"text-align:center\"><p>[foo]</p> </div><center><p>bar</p></center>",
 20240 	[true,true,true],
 20241 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20242 ["<p>[foo]</p> <center><p>bar</center>",
 20243 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20244 	"<div style=\"text-align:center\"><p>[foo]</p> </div><center><p>bar</p></center>",
 20245 	[true,true,true],
 20246 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20247 ["<div style=text-align:center><p>foo</div> <p>[bar]</p> <div style=text-align:center><p>baz</div>",
 20248 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20249 	"<div style=\"text-align:center\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 20250 	[true,true,true],
 20251 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20252 ["<div style=text-align:center><p>foo</div> <p>[bar]</p> <div style=text-align:center><p>baz</div>",
 20253 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20254 	"<div style=\"text-align:center\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 20255 	[true,true,true],
 20256 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20257 ["<div style=text-align:center><p>foo</div> <p>[bar]</p> <div style=text-align:center><p>baz</div>",
 20258 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20259 	"<div style=\"text-align:center\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 20260 	[true,true,true],
 20261 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20262 ["<div style=text-align:center><p>foo</div> <p>[bar]</p> <div style=text-align:center><p>baz</div>",
 20263 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20264 	"<div style=\"text-align:center\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 20265 	[true,true,true],
 20266 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20267 ["<div align=center><p>foo</div> <p>[bar]</p> <div align=center><p>baz</div>",
 20268 	[["defaultparagraphseparator","div"],["justifycenter",""]],
 20269 	"<div align=\"center\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 20270 	[true,true],
 20271 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20272 ["<div align=center><p>foo</div> <p>[bar]</p> <div align=center><p>baz</div>",
 20273 	[["defaultparagraphseparator","p"],["justifycenter",""]],
 20274 	"<div align=\"center\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 20275 	[true,true],
 20276 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20277 ["<center><p>foo</center> <p>[bar]</p> <center><p>baz</center>",
 20278 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20279 	"<center><p>foo</p></center><div style=\"text-align:center\"> <p>[bar]</p> </div><center><p>baz</p></center>",
 20280 	[true,true,true],
 20281 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20282 ["<center><p>foo</center> <p>[bar]</p> <center><p>baz</center>",
 20283 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
 20284 	"<center><p>foo</p></center><div style=\"text-align:center\"> <p>[bar]</p> </div><center><p>baz</p></center>",
 20285 	[true,true,true],
 20286 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20287 ["<center><p>foo</center> <p>[bar]</p> <center><p>baz</center>",
 20288 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20289 	"<center><p>foo</p></center><div style=\"text-align:center\"> <p>[bar]</p> </div><center><p>baz</p></center>",
 20290 	[true,true,true],
 20291 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20292 ["<center><p>foo</center> <p>[bar]</p> <center><p>baz</center>",
 20293 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifycenter",""]],
 20294 	"<center><p>foo</p></center><div style=\"text-align:center\"> <p>[bar]</p> </div><center><p>baz</p></center>",
 20295 	[true,true,true],
 20296 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifycenter":[false,false,"left",false,true,"center"]}],
 20297 ["foo[]bar<p>extra",
 20298 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20299 	"<div style=\"text-align:justify\">foo[]bar</div><p>extra</p>",
 20300 	[true,true,true],
 20301 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20302 ["foo[]bar<p>extra",
 20303 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20304 	"<div style=\"text-align:justify\">foo[]bar</div><p>extra</p>",
 20305 	[true,true,true],
 20306 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20307 ["foo[]bar<p>extra",
 20308 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20309 	"<div style=\"text-align:justify\">foo[]bar</div><p>extra</p>",
 20310 	[true,true,true],
 20311 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20312 ["foo[]bar<p>extra",
 20313 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20314 	"<div style=\"text-align:justify\">foo[]bar</div><p>extra</p>",
 20315 	[true,true,true],
 20316 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20317 ["<span>foo</span>{}<span>bar</span><p>extra",
 20318 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20319 	"<div style=\"text-align:justify\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 20320 	[true,true,true],
 20321 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20322 ["<span>foo</span>{}<span>bar</span><p>extra",
 20323 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20324 	"<div style=\"text-align:justify\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 20325 	[true,true,true],
 20326 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20327 ["<span>foo</span>{}<span>bar</span><p>extra",
 20328 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20329 	"<div style=\"text-align:justify\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 20330 	[true,true,true],
 20331 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20332 ["<span>foo</span>{}<span>bar</span><p>extra",
 20333 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20334 	"<div style=\"text-align:justify\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 20335 	[true,true,true],
 20336 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20337 ["<span>foo[</span><span>]bar</span><p>extra",
 20338 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20339 	"<div style=\"text-align:justify\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 20340 	[true,true,true],
 20341 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20342 ["<span>foo[</span><span>]bar</span><p>extra",
 20343 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20344 	"<div style=\"text-align:justify\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 20345 	[true,true,true],
 20346 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20347 ["<span>foo[</span><span>]bar</span><p>extra",
 20348 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20349 	"<div style=\"text-align:justify\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 20350 	[true,true,true],
 20351 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20352 ["<span>foo[</span><span>]bar</span><p>extra",
 20353 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20354 	"<div style=\"text-align:justify\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 20355 	[true,true,true],
 20356 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20357 ["foo[bar]baz<p>extra",
 20358 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20359 	"<div style=\"text-align:justify\">foo[bar]baz</div><p>extra</p>",
 20360 	[true,true,true],
 20361 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20362 ["foo[bar]baz<p>extra",
 20363 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20364 	"<div style=\"text-align:justify\">foo[bar]baz</div><p>extra</p>",
 20365 	[true,true,true],
 20366 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20367 ["foo[bar]baz<p>extra",
 20368 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20369 	"<div style=\"text-align:justify\">foo[bar]baz</div><p>extra</p>",
 20370 	[true,true,true],
 20371 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20372 ["foo[bar]baz<p>extra",
 20373 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20374 	"<div style=\"text-align:justify\">foo[bar]baz</div><p>extra</p>",
 20375 	[true,true,true],
 20376 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20377 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 20378 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20379 	"<div style=\"text-align:justify\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 20380 	[true,true,true],
 20381 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20382 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 20383 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20384 	"<div style=\"text-align:justify\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 20385 	[true,true,true],
 20386 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20387 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 20388 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20389 	"<div style=\"text-align:justify\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 20390 	[true,true,true],
 20391 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20392 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 20393 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20394 	"<div style=\"text-align:justify\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 20395 	[true,true,true],
 20396 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20397 ["<p>foo[]bar<p>extra",
 20398 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20399 	"<div style=\"text-align:justify\"><p>foo[]bar</p></div><p>extra</p>",
 20400 	[true,true,true],
 20401 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20402 ["<p>foo[]bar<p>extra",
 20403 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20404 	"<div style=\"text-align:justify\"><p>foo[]bar</p></div><p>extra</p>",
 20405 	[true,true,true],
 20406 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20407 ["<p>foo[]bar<p>extra",
 20408 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20409 	"<div style=\"text-align:justify\"><p>foo[]bar</p></div><p>extra</p>",
 20410 	[true,true,true],
 20411 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20412 ["<p>foo[]bar<p>extra",
 20413 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20414 	"<div style=\"text-align:justify\"><p>foo[]bar</p></div><p>extra</p>",
 20415 	[true,true,true],
 20416 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20417 ["<p>foo[bar]baz<p>extra",
 20418 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20419 	"<div style=\"text-align:justify\"><p>foo[bar]baz</p></div><p>extra</p>",
 20420 	[true,true,true],
 20421 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20422 ["<p>foo[bar]baz<p>extra",
 20423 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20424 	"<div style=\"text-align:justify\"><p>foo[bar]baz</p></div><p>extra</p>",
 20425 	[true,true,true],
 20426 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20427 ["<p>foo[bar]baz<p>extra",
 20428 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20429 	"<div style=\"text-align:justify\"><p>foo[bar]baz</p></div><p>extra</p>",
 20430 	[true,true,true],
 20431 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20432 ["<p>foo[bar]baz<p>extra",
 20433 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20434 	"<div style=\"text-align:justify\"><p>foo[bar]baz</p></div><p>extra</p>",
 20435 	[true,true,true],
 20436 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20437 ["<h1>foo[bar]baz</h1><p>extra",
 20438 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20439 	"<div style=\"text-align:justify\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 20440 	[true,true,true],
 20441 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20442 ["<h1>foo[bar]baz</h1><p>extra",
 20443 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20444 	"<div style=\"text-align:justify\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 20445 	[true,true,true],
 20446 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20447 ["<h1>foo[bar]baz</h1><p>extra",
 20448 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20449 	"<div style=\"text-align:justify\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 20450 	[true,true,true],
 20451 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20452 ["<h1>foo[bar]baz</h1><p>extra",
 20453 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20454 	"<div style=\"text-align:justify\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 20455 	[true,true,true],
 20456 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20457 ["<pre>foo[bar]baz</pre><p>extra",
 20458 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20459 	"<div style=\"text-align:justify\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 20460 	[true,true,true],
 20461 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20462 ["<pre>foo[bar]baz</pre><p>extra",
 20463 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20464 	"<div style=\"text-align:justify\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 20465 	[true,true,true],
 20466 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20467 ["<pre>foo[bar]baz</pre><p>extra",
 20468 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20469 	"<div style=\"text-align:justify\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 20470 	[true,true,true],
 20471 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20472 ["<pre>foo[bar]baz</pre><p>extra",
 20473 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20474 	"<div style=\"text-align:justify\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 20475 	[true,true,true],
 20476 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20477 ["<xmp>foo[bar]baz</xmp><p>extra",
 20478 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20479 	"<div style=\"text-align:justify\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 20480 	[true,true,true],
 20481 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20482 ["<xmp>foo[bar]baz</xmp><p>extra",
 20483 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20484 	"<div style=\"text-align:justify\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 20485 	[true,true,true],
 20486 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20487 ["<xmp>foo[bar]baz</xmp><p>extra",
 20488 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20489 	"<div style=\"text-align:justify\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 20490 	[true,true,true],
 20491 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20492 ["<xmp>foo[bar]baz</xmp><p>extra",
 20493 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20494 	"<div style=\"text-align:justify\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 20495 	[true,true,true],
 20496 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20497 ["<center><p>[foo]<p>bar</center><p>extra",
 20498 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20499 	"<center><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 20500 	[true,true,true],
 20501 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20502 ["<center><p>[foo]<p>bar</center><p>extra",
 20503 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20504 	"<center><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 20505 	[true,true,true],
 20506 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20507 ["<center><p>[foo]<p>bar</center><p>extra",
 20508 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20509 	"<center><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 20510 	[true,true,true],
 20511 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20512 ["<center><p>[foo]<p>bar</center><p>extra",
 20513 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20514 	"<center><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 20515 	[true,true,true],
 20516 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20517 ["<center><p>[foo<p>bar]</center><p>extra",
 20518 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20519 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 20520 	[true,true,true],
 20521 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20522 ["<center><p>[foo<p>bar]</center><p>extra",
 20523 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20524 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 20525 	[true,true,true],
 20526 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20527 ["<center><p>[foo<p>bar]</center><p>extra",
 20528 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20529 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 20530 	[true,true,true],
 20531 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20532 ["<center><p>[foo<p>bar]</center><p>extra",
 20533 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20534 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 20535 	[true,true,true],
 20536 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20537 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 20538 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20539 	"<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>",
 20540 	[true,true,true],
 20541 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20542 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 20543 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20544 	"<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>",
 20545 	[true,true,true],
 20546 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20547 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 20548 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20549 	"<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>",
 20550 	[true,true,true],
 20551 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20552 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 20553 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20554 	"<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>",
 20555 	[true,true,true],
 20556 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20557 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20558 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20559 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 20560 	[true,true,true],
 20561 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20562 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20563 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20564 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 20565 	[true,true,true],
 20566 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20567 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20568 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20569 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 20570 	[true,true,true],
 20571 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20572 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20573 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20574 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:justify\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 20575 	[true,true,true],
 20576 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20577 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20578 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20579 	"<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>",
 20580 	[true,true,true],
 20581 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20582 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20583 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20584 	"<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>",
 20585 	[true,true,true],
 20586 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20587 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20588 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20589 	"<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>",
 20590 	[true,true,true],
 20591 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20592 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20593 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20594 	"<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>",
 20595 	[true,true,true],
 20596 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20597 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 20598 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20599 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 20600 	[true,true,true],
 20601 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20602 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 20603 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20604 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 20605 	[true,true,true],
 20606 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20607 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 20608 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20609 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 20610 	[true,true,true],
 20611 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20612 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 20613 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20614 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 20615 	[true,true,true],
 20616 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20617 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 20618 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20619 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 20620 	[true,true,true],
 20621 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20622 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 20623 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20624 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 20625 	[true,true,true],
 20626 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20627 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 20628 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20629 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 20630 	[true,true,true],
 20631 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20632 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 20633 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20634 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 20635 	[true,true,true],
 20636 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20637 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 20638 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20639 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 20640 	[true,true,true],
 20641 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20642 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 20643 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20644 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 20645 	[true,true,true],
 20646 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20647 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 20648 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20649 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 20650 	[true,true,true],
 20651 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20652 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 20653 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20654 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 20655 	[true,true,true],
 20656 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20657 ["<table align=justify><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 20658 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20659 	"<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>",
 20660 	[true,true,true],
 20661 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20662 ["<table align=justify><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 20663 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20664 	"<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>",
 20665 	[true,true,true],
 20666 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20667 ["<table align=justify><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 20668 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20669 	"<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>",
 20670 	[true,true,true],
 20671 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20672 ["<table align=justify><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 20673 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20674 	"<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>",
 20675 	[true,true,true],
 20676 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20677 ["<table align=justify><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20678 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20679 	"<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>",
 20680 	[true,true,true],
 20681 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20682 ["<table align=justify><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20683 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20684 	"<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>",
 20685 	[true,true,true],
 20686 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20687 ["<table align=justify><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20688 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20689 	"<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>",
 20690 	[true,true,true],
 20691 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20692 ["<table align=justify><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20693 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20694 	"<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>",
 20695 	[true,true,true],
 20696 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20697 ["<table align=justify><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20698 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20699 	"<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>",
 20700 	[true,true,true],
 20701 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20702 ["<table align=justify><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20703 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20704 	"<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>",
 20705 	[true,true,true],
 20706 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20707 ["<table align=justify><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20708 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20709 	"<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>",
 20710 	[true,true,true],
 20711 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20712 ["<table align=justify><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20713 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20714 	"<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>",
 20715 	[true,true,true],
 20716 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20717 ["<table align=justify><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 20718 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20719 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 20720 	[true,true,true],
 20721 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20722 ["<table align=justify><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 20723 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20724 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 20725 	[true,true,true],
 20726 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20727 ["<table align=justify><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 20728 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20729 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 20730 	[true,true,true],
 20731 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20732 ["<table align=justify><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 20733 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20734 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 20735 	[true,true,true],
 20736 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20737 ["<table align=justify data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 20738 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20739 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 20740 	[true,true,true],
 20741 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20742 ["<table align=justify data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 20743 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20744 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 20745 	[true,true,true],
 20746 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20747 ["<table align=justify data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 20748 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20749 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 20750 	[true,true,true],
 20751 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20752 ["<table align=justify data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 20753 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20754 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 20755 	[true,true,true],
 20756 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20757 ["{<table align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 20758 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20759 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 20760 	[true,true,true],
 20761 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20762 ["{<table align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 20763 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20764 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 20765 	[true,true,true],
 20766 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20767 ["{<table align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 20768 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20769 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 20770 	[true,true,true],
 20771 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20772 ["{<table align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 20773 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20774 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 20775 	[true,true,true],
 20776 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 20777 ["<table><tbody align=justify><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 20778 	[["justifyfull",""]],
 20779 	"<table><tbody align=\"justify\"><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 20780 	[true],
 20781 	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20782 ["<table><tbody align=justify><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20783 	[["justifyfull",""]],
 20784 	"<table><tbody align=\"justify\"><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 20785 	[true],
 20786 	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20787 ["<table><tbody align=justify><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20788 	[["justifyfull",""]],
 20789 	"<table><tbody align=\"justify\"><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 20790 	[true],
 20791 	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20792 ["<table><tbody align=justify data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 20793 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20794 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 20795 	[true,true,true],
 20796 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20797 ["<table><tbody align=justify data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 20798 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20799 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 20800 	[true,true,true],
 20801 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20802 ["<table><tbody align=justify data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 20803 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20804 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 20805 	[true,true,true],
 20806 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20807 ["<table><tbody align=justify data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 20808 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20809 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 20810 	[true,true,true],
 20811 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20812 ["<table data-start=0 data-end=1><tbody align=justify><tr><td>foo<td>bar<td>baz</table><p>extra",
 20813 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20814 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 20815 	[true,true,true],
 20816 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20817 ["<table data-start=0 data-end=1><tbody align=justify><tr><td>foo<td>bar<td>baz</table><p>extra",
 20818 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20819 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 20820 	[true,true,true],
 20821 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20822 ["<table data-start=0 data-end=1><tbody align=justify><tr><td>foo<td>bar<td>baz</table><p>extra",
 20823 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20824 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 20825 	[true,true,true],
 20826 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20827 ["<table data-start=0 data-end=1><tbody align=justify><tr><td>foo<td>bar<td>baz</table><p>extra",
 20828 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20829 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 20830 	[true,true,true],
 20831 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20832 ["{<table><tbody align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 20833 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20834 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 20835 	[true,true,true],
 20836 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20837 ["{<table><tbody align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 20838 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20839 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 20840 	[true,true,true],
 20841 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20842 ["{<table><tbody align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 20843 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20844 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 20845 	[true,true,true],
 20846 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20847 ["{<table><tbody align=justify><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 20848 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20849 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 20850 	[true,true,true],
 20851 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20852 ["<table><tbody><tr align=justify><td>foo<td>b[a]r<td>baz</table><p>extra",
 20853 	[["justifyfull",""]],
 20854 	"<table><tbody><tr align=\"justify\"><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 20855 	[true],
 20856 	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20857 ["<table><tbody><tr align=justify data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20858 	[["justifyfull",""]],
 20859 	"<table><tbody><tr align=\"justify\"><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 20860 	[true],
 20861 	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20862 ["<table><tbody><tr align=justify data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 20863 	[["justifyfull",""]],
 20864 	"<table><tbody><tr align=\"justify\">{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 20865 	[true],
 20866 	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20867 ["<table><tbody data-start=0 data-end=1><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 20868 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20869 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 20870 	[true,true,true],
 20871 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20872 ["<table><tbody data-start=0 data-end=1><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 20873 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20874 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 20875 	[true,true,true],
 20876 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20877 ["<table><tbody data-start=0 data-end=1><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 20878 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20879 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 20880 	[true,true,true],
 20881 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20882 ["<table><tbody data-start=0 data-end=1><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 20883 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20884 	"<div style=\"text-align:justify\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 20885 	[true,true,true],
 20886 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20887 ["<table data-start=0 data-end=1><tbody><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 20888 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20889 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 20890 	[true,true,true],
 20891 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20892 ["<table data-start=0 data-end=1><tbody><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 20893 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20894 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 20895 	[true,true,true],
 20896 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20897 ["<table data-start=0 data-end=1><tbody><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 20898 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20899 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 20900 	[true,true,true],
 20901 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20902 ["<table data-start=0 data-end=1><tbody><tr align=justify><td>foo<td>bar<td>baz</table><p>extra",
 20903 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20904 	"<div style=\"text-align:justify\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 20905 	[true,true,true],
 20906 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20907 ["{<table><tr align=justify><td>foo<td>bar<td>baz</table>}<p>extra",
 20908 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20909 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 20910 	[true,true,true],
 20911 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20912 ["{<table><tr align=justify><td>foo<td>bar<td>baz</table>}<p>extra",
 20913 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20914 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 20915 	[true,true,true],
 20916 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20917 ["{<table><tr align=justify><td>foo<td>bar<td>baz</table>}<p>extra",
 20918 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20919 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 20920 	[true,true,true],
 20921 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20922 ["{<table><tr align=justify><td>foo<td>bar<td>baz</table>}<p>extra",
 20923 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20924 	"<div style=\"text-align:justify\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 20925 	[true,true,true],
 20926 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20927 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 20928 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20929 	"<div align=\"center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 20930 	[true,true,true],
 20931 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20932 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 20933 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20934 	"<div align=\"center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 20935 	[true,true,true],
 20936 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20937 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 20938 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20939 	"<div align=\"center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 20940 	[true,true,true],
 20941 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20942 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 20943 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20944 	"<div align=\"center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 20945 	[true,true,true],
 20946 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20947 ["<div align=center><p>[foo<p>bar}</div><p>extra",
 20948 	[["stylewithcss","true"],["justifyfull",""]],
 20949 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 20950 	[true,true],
 20951 	{"stylewithcss":[false,false,"",false,true,""],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20952 ["<div align=center><p>[foo<p>bar}</div><p>extra",
 20953 	[["stylewithcss","false"],["justifyfull",""]],
 20954 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 20955 	[true,true],
 20956 	{"stylewithcss":[false,true,"",false,false,""],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20957 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 20958 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20959 	"<div style=\"text-align:center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 20960 	[true,true,true],
 20961 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20962 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 20963 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 20964 	"<div style=\"text-align:center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 20965 	[true,true,true],
 20966 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20967 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 20968 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20969 	"<div style=\"text-align:center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 20970 	[true,true,true],
 20971 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20972 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 20973 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 20974 	"<div style=\"text-align:center\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 20975 	[true,true,true],
 20976 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"center",false,true,"justify"]}],
 20977 ["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 20978 	[["justifyfull",""]],
 20979 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 20980 	[true],
 20981 	{"justifyfull":[false,false,"center",false,true,"justify"]}],
 20982 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 20983 	[["justifyfull",""]],
 20984 	"<div align=\"justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 20985 	[true],
 20986 	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20987 ["<div align=justify><p>[foo<p>bar}</div><p>extra",
 20988 	[["stylewithcss","true"],["justifyfull",""]],
 20989 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 20990 	[true,true],
 20991 	{"stylewithcss":[false,false,"",false,true,""],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20992 ["<div align=justify><p>[foo<p>bar}</div><p>extra",
 20993 	[["stylewithcss","false"],["justifyfull",""]],
 20994 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 20995 	[true,true],
 20996 	{"stylewithcss":[false,true,"",false,false,""],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 20997 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 20998 	[["justifyfull",""]],
 20999 	"<div style=\"text-align:justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 21000 	[true],
 21001 	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 21002 ["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 21003 	[["justifyfull",""]],
 21004 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 21005 	[true],
 21006 	{"justifyfull":[false,true,"justify",false,true,"justify"]}],
 21007 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 21008 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21009 	"<div align=\"left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21010 	[true,true,true],
 21011 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21012 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 21013 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21014 	"<div align=\"left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21015 	[true,true,true],
 21016 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21017 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 21018 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21019 	"<div align=\"left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21020 	[true,true,true],
 21021 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21022 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 21023 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21024 	"<div align=\"left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21025 	[true,true,true],
 21026 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21027 ["<div align=left><p>[foo<p>bar}</div><p>extra",
 21028 	[["stylewithcss","true"],["justifyfull",""]],
 21029 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 21030 	[true,true],
 21031 	{"stylewithcss":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21032 ["<div align=left><p>[foo<p>bar}</div><p>extra",
 21033 	[["stylewithcss","false"],["justifyfull",""]],
 21034 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 21035 	[true,true],
 21036 	{"stylewithcss":[false,true,"",false,false,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21037 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 21038 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21039 	"<div style=\"text-align:left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21040 	[true,true,true],
 21041 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21042 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 21043 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21044 	"<div style=\"text-align:left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21045 	[true,true,true],
 21046 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21047 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 21048 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21049 	"<div style=\"text-align:left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21050 	[true,true,true],
 21051 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21052 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 21053 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21054 	"<div style=\"text-align:left\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21055 	[true,true,true],
 21056 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21057 ["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 21058 	[["justifyfull",""]],
 21059 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 21060 	[true],
 21061 	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 21062 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 21063 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21064 	"<div align=\"right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21065 	[true,true,true],
 21066 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 21067 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 21068 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21069 	"<div align=\"right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21070 	[true,true,true],
 21071 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 21072 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 21073 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21074 	"<div align=\"right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21075 	[true,true,true],
 21076 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 21077 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 21078 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21079 	"<div align=\"right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21080 	[true,true,true],
 21081 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 21082 ["<div align=right><p>[foo<p>bar}</div><p>extra",
 21083 	[["stylewithcss","true"],["justifyfull",""]],
 21084 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 21085 	[true,true],
 21086 	{"stylewithcss":[false,false,"",false,true,""],"justifyfull":[false,false,"right",false,true,"justify"]}],
 21087 ["<div align=right><p>[foo<p>bar}</div><p>extra",
 21088 	[["stylewithcss","false"],["justifyfull",""]],
 21089 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 21090 	[true,true],
 21091 	{"stylewithcss":[false,true,"",false,false,""],"justifyfull":[false,false,"right",false,true,"justify"]}],
 21092 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 21093 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21094 	"<div style=\"text-align:right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21095 	[true,true,true],
 21096 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 21097 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 21098 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21099 	"<div style=\"text-align:right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21100 	[true,true,true],
 21101 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 21102 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 21103 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21104 	"<div style=\"text-align:right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21105 	[true,true,true],
 21106 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 21107 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 21108 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21109 	"<div style=\"text-align:right\"><div style=\"text-align:justify\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21110 	[true,true,true],
 21111 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 21112 ["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 21113 	[["justifyfull",""]],
 21114 	"<div style=\"text-align:justify\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 21115 	[true],
 21116 	{"justifyfull":[false,false,"right",false,true,"justify"]}],
 21117 ["<div align=justify>foo</div>[bar]<p>extra",
 21118 	[["justifyfull",""]],
 21119 	"<div align=\"justify\">foo<br>[bar]</div><p>extra</p>",
 21120 	[true],
 21121 	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 21122 ["[foo]<div align=justify>bar</div><p>extra",
 21123 	[["justifyfull",""]],
 21124 	"<div align=\"justify\">[foo]<br>bar</div><p>extra</p>",
 21125 	[true],
 21126 	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 21127 ["<div align=justify>foo</div>[bar]<div align=justify>baz</div><p>extra",
 21128 	[["defaultparagraphseparator","div"],["justifyfull",""]],
 21129 	"<div align=\"justify\">foo<br>[bar]<br>baz</div><p>extra</p>",
 21130 	[true,true],
 21131 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21132 ["<div align=justify>foo</div>[bar]<div align=justify>baz</div><p>extra",
 21133 	[["defaultparagraphseparator","p"],["justifyfull",""]],
 21134 	"<div align=\"justify\">foo<br>[bar]<br>baz</div><p>extra</p>",
 21135 	[true,true],
 21136 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21137 ["<div align=justify><p>foo</div><p>[bar]<p>extra",
 21138 	[["justifyfull",""]],
 21139 	"<div align=\"justify\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
 21140 	[true],
 21141 	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 21142 ["<p>[foo]<div align=justify><p>bar</div><p>extra",
 21143 	[["justifyfull",""]],
 21144 	"<div align=\"justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 21145 	[true],
 21146 	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 21147 ["<div align=justify><p>foo</div><p>[bar]<div align=justify><p>baz</div><p>extra",
 21148 	[["defaultparagraphseparator","div"],["justifyfull",""]],
 21149 	"<div align=\"justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 21150 	[true,true],
 21151 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21152 ["<div align=justify><p>foo</div><p>[bar]<div align=justify><p>baz</div><p>extra",
 21153 	[["defaultparagraphseparator","p"],["justifyfull",""]],
 21154 	"<div align=\"justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 21155 	[true,true],
 21156 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21157 ["<div style=text-align:justify>foo</div>[bar]<p>extra",
 21158 	[["justifyfull",""]],
 21159 	"<div style=\"text-align:justify\">foo<br>[bar]</div><p>extra</p>",
 21160 	[true],
 21161 	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 21162 ["[foo]<div style=text-align:justify>bar</div><p>extra",
 21163 	[["justifyfull",""]],
 21164 	"<div style=\"text-align:justify\">[foo]<br>bar</div><p>extra</p>",
 21165 	[true],
 21166 	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 21167 ["<div style=text-align:justify>foo</div>[bar]<div style=text-align:justify>baz</div><p>extra",
 21168 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21169 	"<div style=\"text-align:justify\">foo<br>[bar]<br>baz</div><p>extra</p>",
 21170 	[true,true,true],
 21171 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21172 ["<div style=text-align:justify>foo</div>[bar]<div style=text-align:justify>baz</div><p>extra",
 21173 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21174 	"<div style=\"text-align:justify\">foo<br>[bar]<br>baz</div><p>extra</p>",
 21175 	[true,true,true],
 21176 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21177 ["<div style=text-align:justify>foo</div>[bar]<div style=text-align:justify>baz</div><p>extra",
 21178 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21179 	"<div style=\"text-align:justify\">foo<br>[bar]<br>baz</div><p>extra</p>",
 21180 	[true,true,true],
 21181 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21182 ["<div style=text-align:justify>foo</div>[bar]<div style=text-align:justify>baz</div><p>extra",
 21183 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21184 	"<div style=\"text-align:justify\">foo<br>[bar]<br>baz</div><p>extra</p>",
 21185 	[true,true,true],
 21186 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21187 ["<div style=text-align:justify><p>foo</div><p>[bar]<p>extra",
 21188 	[["justifyfull",""]],
 21189 	"<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
 21190 	[true],
 21191 	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 21192 ["<p>[foo]<div style=text-align:justify><p>bar</div><p>extra",
 21193 	[["justifyfull",""]],
 21194 	"<div style=\"text-align:justify\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 21195 	[true],
 21196 	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 21197 ["<div style=text-align:justify><p>foo</div><p>[bar]<div style=text-align:justify><p>baz</div><p>extra",
 21198 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21199 	"<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 21200 	[true,true,true],
 21201 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21202 ["<div style=text-align:justify><p>foo</div><p>[bar]<div style=text-align:justify><p>baz</div><p>extra",
 21203 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21204 	"<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 21205 	[true,true,true],
 21206 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21207 ["<div style=text-align:justify><p>foo</div><p>[bar]<div style=text-align:justify><p>baz</div><p>extra",
 21208 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21209 	"<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 21210 	[true,true,true],
 21211 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21212 ["<div style=text-align:justify><p>foo</div><p>[bar]<div style=text-align:justify><p>baz</div><p>extra",
 21213 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21214 	"<div style=\"text-align:justify\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 21215 	[true,true,true],
 21216 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21217 ["<p align=justify>foo<p>[bar]<p>extra",
 21218 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21219 	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p>extra</p>",
 21220 	[true,true,true],
 21221 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21222 ["<p align=justify>foo<p>[bar]<p>extra",
 21223 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21224 	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p>extra</p>",
 21225 	[true,true,true],
 21226 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21227 ["<p align=justify>foo<p>[bar]<p>extra",
 21228 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21229 	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p>extra</p>",
 21230 	[true,true,true],
 21231 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21232 ["<p align=justify>foo<p>[bar]<p>extra",
 21233 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21234 	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p>extra</p>",
 21235 	[true,true,true],
 21236 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21237 ["<p>[foo]<p align=justify>bar<p>extra",
 21238 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21239 	"<div style=\"text-align:justify\"><p>[foo]</p></div><p align=\"justify\">bar</p><p>extra</p>",
 21240 	[true,true,true],
 21241 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21242 ["<p>[foo]<p align=justify>bar<p>extra",
 21243 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21244 	"<div style=\"text-align:justify\"><p>[foo]</p></div><p align=\"justify\">bar</p><p>extra</p>",
 21245 	[true,true,true],
 21246 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21247 ["<p>[foo]<p align=justify>bar<p>extra",
 21248 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21249 	"<div style=\"text-align:justify\"><p>[foo]</p></div><p align=\"justify\">bar</p><p>extra</p>",
 21250 	[true,true,true],
 21251 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21252 ["<p>[foo]<p align=justify>bar<p>extra",
 21253 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21254 	"<div style=\"text-align:justify\"><p>[foo]</p></div><p align=\"justify\">bar</p><p>extra</p>",
 21255 	[true,true,true],
 21256 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21257 ["<p align=justify>foo<p>[bar]<p align=justify>baz<p>extra",
 21258 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21259 	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p align=\"justify\">baz</p><p>extra</p>",
 21260 	[true,true,true],
 21261 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21262 ["<p align=justify>foo<p>[bar]<p align=justify>baz<p>extra",
 21263 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21264 	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p align=\"justify\">baz</p><p>extra</p>",
 21265 	[true,true,true],
 21266 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21267 ["<p align=justify>foo<p>[bar]<p align=justify>baz<p>extra",
 21268 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21269 	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p align=\"justify\">baz</p><p>extra</p>",
 21270 	[true,true,true],
 21271 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21272 ["<p align=justify>foo<p>[bar]<p align=justify>baz<p>extra",
 21273 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21274 	"<p align=\"justify\">foo</p><div style=\"text-align:justify\"><p>[bar]</p></div><p align=\"justify\">baz</p><p>extra</p>",
 21275 	[true,true,true],
 21276 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21277 ["<div align=justify>[foo</div>bar]<p>extra",
 21278 	[["stylewithcss","true"],["justifyfull",""]],
 21279 	"<div style=\"text-align:justify\">[foo<br>bar]</div><p>extra</p>",
 21280 	[true,true],
 21281 	{"stylewithcss":[false,false,"",false,true,""],"justifyfull":[true,false,"justify",false,true,"justify"]}],
 21282 ["<div align=justify>[foo</div>bar]<p>extra",
 21283 	[["stylewithcss","false"],["justifyfull",""]],
 21284 	"<div style=\"text-align:justify\">[foo<br>bar]</div><p>extra</p>",
 21285 	[true,true],
 21286 	{"stylewithcss":[false,true,"",false,false,""],"justifyfull":[true,false,"justify",false,true,"justify"]}],
 21287 ["<div align=justify>fo[o</div>b]ar<p>extra",
 21288 	[["stylewithcss","true"],["justifyfull",""]],
 21289 	"<div style=\"text-align:justify\">fo[o<br>b]ar</div><p>extra</p>",
 21290 	[true,true],
 21291 	{"stylewithcss":[false,false,"",false,true,""],"justifyfull":[true,false,"justify",false,true,"justify"]}],
 21292 ["<div align=justify>fo[o</div>b]ar<p>extra",
 21293 	[["stylewithcss","false"],["justifyfull",""]],
 21294 	"<div style=\"text-align:justify\">fo[o<br>b]ar</div><p>extra</p>",
 21295 	[true,true],
 21296 	{"stylewithcss":[false,true,"",false,false,""],"justifyfull":[true,false,"justify",false,true,"justify"]}],
 21297 ["<div style=text-align:justify>[foo</div>bar]<p>extra",
 21298 	[["justifyfull",""]],
 21299 	"<div style=\"text-align:justify\">[foo<br>bar]</div><p>extra</p>",
 21300 	[true],
 21301 	{"justifyfull":[true,false,"justify",false,true,"justify"]}],
 21302 ["<div style=text-align:justify>fo[o</div>b]ar<p>extra",
 21303 	[["justifyfull",""]],
 21304 	"<div style=\"text-align:justify\">fo[o<br>b]ar</div><p>extra</p>",
 21305 	[true],
 21306 	{"justifyfull":[true,false,"justify",false,true,"justify"]}],
 21307 ["<span style=text-align:justify>[foo]</span><p>extra",
 21308 	[["defaultparagraphseparator","div"],["justifyfull",""]],
 21309 	"<div style=\"text-align:justify\">[foo]</div><p>extra</p>",
 21310 	[true,true],
 21311 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21312 ["<span style=text-align:justify>[foo]</span><p>extra",
 21313 	[["defaultparagraphseparator","p"],["justifyfull",""]],
 21314 	"<div style=\"text-align:justify\">[foo]</div><p>extra</p>",
 21315 	[true,true],
 21316 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21317 ["<span style=text-align:justify>f[o]o</span><p>extra",
 21318 	[["defaultparagraphseparator","div"],["justifyfull",""]],
 21319 	"<div style=\"text-align:justify\">f[o]o</div><p>extra</p>",
 21320 	[true,true],
 21321 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21322 ["<span style=text-align:justify>f[o]o</span><p>extra",
 21323 	[["defaultparagraphseparator","p"],["justifyfull",""]],
 21324 	"<div style=\"text-align:justify\">f[o]o</div><p>extra</p>",
 21325 	[true,true],
 21326 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21327 ["<div style=text-align:justify>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 21328 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21329 	"<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>",
 21330 	[true,true,true],
 21331 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 21332 ["<div style=text-align:justify>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 21333 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21334 	"<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>",
 21335 	[true,true,true],
 21336 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 21337 ["<div style=text-align:justify>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 21338 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21339 	"<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>",
 21340 	[true,true,true],
 21341 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 21342 ["<div style=text-align:justify>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 21343 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21344 	"<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>",
 21345 	[true,true,true],
 21346 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,true,"justify",false,true,"justify"]}],
 21347 ["<div align=nonsense><p>[foo]</div><p>extra",
 21348 	[["stylewithcss","true"],["justifyfull",""]],
 21349 	"<div style=\"text-align:justify\"><p>[foo]</p></div><p>extra</p>",
 21350 	[true,true],
 21351 	{"stylewithcss":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21352 ["<div align=nonsense><p>[foo]</div><p>extra",
 21353 	[["stylewithcss","false"],["justifyfull",""]],
 21354 	"<div style=\"text-align:justify\"><p>[foo]</p></div><p>extra</p>",
 21355 	[true,true],
 21356 	{"stylewithcss":[false,true,"",false,false,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21357 ["<div style=text-align:inherit><p>[foo]</div><p>extra",
 21358 	[["justifyfull",""]],
 21359 	"<div style=\"text-align:justify\"><p>[foo]</p></div><p>extra</p>",
 21360 	[true],
 21361 	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 21362 ["<quasit align=center><p>[foo]</p></quasit><p>extra",
 21363 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21364 	"<div style=\"text-align:justify\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 21365 	[true,true,true],
 21366 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21367 ["<quasit align=center><p>[foo]</p></quasit><p>extra",
 21368 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21369 	"<div style=\"text-align:justify\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 21370 	[true,true,true],
 21371 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21372 ["<quasit align=center><p>[foo]</p></quasit><p>extra",
 21373 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21374 	"<div style=\"text-align:justify\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 21375 	[true,true,true],
 21376 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21377 ["<quasit align=center><p>[foo]</p></quasit><p>extra",
 21378 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21379 	"<div style=\"text-align:justify\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 21380 	[true,true,true],
 21381 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21382 ["<div style=text-align:start>[foo]</div><p>extra",
 21383 	[["justifyfull",""]],
 21384 	"<div style=\"text-align:justify\">[foo]</div><p>extra</p>",
 21385 	[true],
 21386 	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 21387 ["<div style=text-align:end>[foo]</div><p>extra",
 21388 	[["justifyfull",""]],
 21389 	"<div style=\"text-align:justify\">[foo]</div><p>extra</p>",
 21390 	[true],
 21391 	{"justifyfull":[false,false,"right",false,true,"justify"]}],
 21392 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 21393 	[["defaultparagraphseparator","div"],["justifyfull",""]],
 21394 	"<div style=\"text-align:justify\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 21395 	[true,true],
 21396 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 21397 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 21398 	[["defaultparagraphseparator","p"],["justifyfull",""]],
 21399 	"<div style=\"text-align:justify\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 21400 	[true,true],
 21401 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"right",false,true,"justify"]}],
 21402 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 21403 	[["defaultparagraphseparator","div"],["justifyfull",""]],
 21404 	"<div style=\"text-align:justify\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 21405 	[true,true],
 21406 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21407 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 21408 	[["defaultparagraphseparator","p"],["justifyfull",""]],
 21409 	"<div style=\"text-align:justify\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 21410 	[true,true],
 21411 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21412 ["<div style=text-align:justify><p>foo</div> <p>[bar]",
 21413 	[["justifyfull",""]],
 21414 	"<div style=\"text-align:justify\"><p>foo</p> <p>[bar]</p></div>",
 21415 	[true],
 21416 	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 21417 ["<div align=justify><p>foo</div> <p>[bar]",
 21418 	[["justifyfull",""]],
 21419 	"<div align=\"justify\"><p>foo</p> <p>[bar]</p></div>",
 21420 	[true],
 21421 	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 21422 ["<p>[foo]</p> <div style=text-align:justify><p>bar</div>",
 21423 	[["justifyfull",""]],
 21424 	"<div style=\"text-align:justify\"><p>[foo]</p> <p>bar</p></div>",
 21425 	[true],
 21426 	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 21427 ["<p>[foo]</p> <div align=justify><p>bar</div>",
 21428 	[["justifyfull",""]],
 21429 	"<div align=\"justify\"><p>[foo]</p> <p>bar</p></div>",
 21430 	[true],
 21431 	{"justifyfull":[false,false,"left",false,true,"justify"]}],
 21432 ["<div style=text-align:justify><p>foo</div> <p>[bar]</p> <div style=text-align:justify><p>baz</div>",
 21433 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21434 	"<div style=\"text-align:justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 21435 	[true,true,true],
 21436 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21437 ["<div style=text-align:justify><p>foo</div> <p>[bar]</p> <div style=text-align:justify><p>baz</div>",
 21438 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
 21439 	"<div style=\"text-align:justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 21440 	[true,true,true],
 21441 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21442 ["<div style=text-align:justify><p>foo</div> <p>[bar]</p> <div style=text-align:justify><p>baz</div>",
 21443 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21444 	"<div style=\"text-align:justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 21445 	[true,true,true],
 21446 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21447 ["<div style=text-align:justify><p>foo</div> <p>[bar]</p> <div style=text-align:justify><p>baz</div>",
 21448 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyfull",""]],
 21449 	"<div style=\"text-align:justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 21450 	[true,true,true],
 21451 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21452 ["<div align=justify><p>foo</div> <p>[bar]</p> <div align=justify><p>baz</div>",
 21453 	[["defaultparagraphseparator","div"],["justifyfull",""]],
 21454 	"<div align=\"justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 21455 	[true,true],
 21456 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21457 ["<div align=justify><p>foo</div> <p>[bar]</p> <div align=justify><p>baz</div>",
 21458 	[["defaultparagraphseparator","p"],["justifyfull",""]],
 21459 	"<div align=\"justify\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 21460 	[true,true],
 21461 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 21462 ["foo[]bar<p>extra",
 21463 	[["justifyleft",""]],
 21464 	"foo[]bar<p>extra</p>",
 21465 	[true],
 21466 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21467 ["<span>foo</span>{}<span>bar</span><p>extra",
 21468 	[["justifyleft",""]],
 21469 	"<span>foo</span>{}<span>bar</span><p>extra</p>",
 21470 	[true],
 21471 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21472 ["<span>foo[</span><span>]bar</span><p>extra",
 21473 	[["justifyleft",""]],
 21474 	"<span>foo[</span><span>]bar</span><p>extra</p>",
 21475 	[true],
 21476 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21477 ["foo[bar]baz<p>extra",
 21478 	[["justifyleft",""]],
 21479 	"foo[bar]baz<p>extra</p>",
 21480 	[true],
 21481 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21482 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 21483 	[["justifyleft",""]],
 21484 	"foo[bar<b>baz]qoz</b>quz<p>extra</p>",
 21485 	[true],
 21486 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21487 ["<p>foo[]bar<p>extra",
 21488 	[["justifyleft",""]],
 21489 	"<p>foo[]bar</p><p>extra</p>",
 21490 	[true],
 21491 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21492 ["<p>foo[bar]baz<p>extra",
 21493 	[["justifyleft",""]],
 21494 	"<p>foo[bar]baz</p><p>extra</p>",
 21495 	[true],
 21496 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21497 ["<h1>foo[bar]baz</h1><p>extra",
 21498 	[["justifyleft",""]],
 21499 	"<h1>foo[bar]baz</h1><p>extra</p>",
 21500 	[true],
 21501 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21502 ["<pre>foo[bar]baz</pre><p>extra",
 21503 	[["justifyleft",""]],
 21504 	"<pre>foo[bar]baz</pre><p>extra</p>",
 21505 	[true],
 21506 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21507 ["<xmp>foo[bar]baz</xmp><p>extra",
 21508 	[["justifyleft",""]],
 21509 	"<xmp>foo[bar]baz</xmp><p>extra</p>",
 21510 	[true],
 21511 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21512 ["<center><p>[foo]<p>bar</center><p>extra",
 21513 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21514 	"<center><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 21515 	[true,true,true],
 21516 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21517 ["<center><p>[foo]<p>bar</center><p>extra",
 21518 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21519 	"<center><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 21520 	[true,true,true],
 21521 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21522 ["<center><p>[foo]<p>bar</center><p>extra",
 21523 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21524 	"<center><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 21525 	[true,true,true],
 21526 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21527 ["<center><p>[foo]<p>bar</center><p>extra",
 21528 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21529 	"<center><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 21530 	[true,true,true],
 21531 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21532 ["<center><p>[foo<p>bar]</center><p>extra",
 21533 	[["justifyleft",""]],
 21534 	"<p>[foo</p><p>bar]</p><p>extra</p>",
 21535 	[true],
 21536 	{"justifyleft":[false,false,"center",false,true,"left"]}],
 21537 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 21538 	[["justifyleft",""]],
 21539 	"<table><tbody><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 21540 	[true],
 21541 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21542 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 21543 	[["justifyleft",""]],
 21544 	"<table><tbody><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 21545 	[true],
 21546 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21547 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 21548 	[["justifyleft",""]],
 21549 	"<table><tbody><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 21550 	[true],
 21551 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21552 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 21553 	[["justifyleft",""]],
 21554 	"<table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table><p>extra</p>",
 21555 	[true],
 21556 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21557 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 21558 	[["justifyleft",""]],
 21559 	"<table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table><p>extra</p>",
 21560 	[true],
 21561 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21562 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 21563 	[["justifyleft",""]],
 21564 	"{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}<p>extra</p>",
 21565 	[true],
 21566 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21567 ["<table align=left><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 21568 	[["justifyleft",""]],
 21569 	"<table align=\"left\"><tbody><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 21570 	[true],
 21571 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21572 ["<table align=left><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 21573 	[["justifyleft",""]],
 21574 	"<table align=\"left\"><tbody><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 21575 	[true],
 21576 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21577 ["<table align=left><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 21578 	[["justifyleft",""]],
 21579 	"<table align=\"left\"><tbody><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 21580 	[true],
 21581 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21582 ["<table align=left><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 21583 	[["justifyleft",""]],
 21584 	"<table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table><p>extra</p>",
 21585 	[true],
 21586 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21587 ["<table align=left data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 21588 	[["justifyleft",""]],
 21589 	"<table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table><p>extra</p>",
 21590 	[true],
 21591 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21592 ["{<table align=left><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 21593 	[["justifyleft",""]],
 21594 	"{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}<p>extra</p>",
 21595 	[true],
 21596 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21597 ["<table><tbody align=left><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 21598 	[["justifyleft",""]],
 21599 	"<table><tbody align=\"left\"><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 21600 	[true],
 21601 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21602 ["<table><tbody align=left><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 21603 	[["justifyleft",""]],
 21604 	"<table><tbody align=\"left\"><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 21605 	[true],
 21606 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21607 ["<table><tbody align=left><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 21608 	[["justifyleft",""]],
 21609 	"<table><tbody align=\"left\"><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 21610 	[true],
 21611 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21612 ["<table><tbody align=left data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 21613 	[["justifyleft",""]],
 21614 	"<table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table><p>extra</p>",
 21615 	[true],
 21616 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21617 ["<table data-start=0 data-end=1><tbody align=left><tr><td>foo<td>bar<td>baz</table><p>extra",
 21618 	[["justifyleft",""]],
 21619 	"<table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table><p>extra</p>",
 21620 	[true],
 21621 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21622 ["{<table><tbody align=left><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 21623 	[["justifyleft",""]],
 21624 	"{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}<p>extra</p>",
 21625 	[true],
 21626 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21627 ["<table><tbody><tr align=left><td>foo<td>b[a]r<td>baz</table><p>extra",
 21628 	[["justifyleft",""]],
 21629 	"<table><tbody><tr align=\"left\"><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 21630 	[true],
 21631 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21632 ["<table><tbody><tr align=left data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 21633 	[["justifyleft",""]],
 21634 	"<table><tbody><tr align=\"left\"><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 21635 	[true],
 21636 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21637 ["<table><tbody><tr align=left data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 21638 	[["justifyleft",""]],
 21639 	"<table><tbody><tr align=\"left\">{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 21640 	[true],
 21641 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21642 ["<table><tbody data-start=0 data-end=1><tr align=left><td>foo<td>bar<td>baz</table><p>extra",
 21643 	[["justifyleft",""]],
 21644 	"<table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table><p>extra</p>",
 21645 	[true],
 21646 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21647 ["<table data-start=0 data-end=1><tbody><tr align=left><td>foo<td>bar<td>baz</table><p>extra",
 21648 	[["justifyleft",""]],
 21649 	"<table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table><p>extra</p>",
 21650 	[true],
 21651 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21652 ["{<table><tr align=left><td>foo<td>bar<td>baz</table>}<p>extra",
 21653 	[["justifyleft",""]],
 21654 	"{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}<p>extra</p>",
 21655 	[true],
 21656 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21657 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 21658 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21659 	"<div align=\"center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21660 	[true,true,true],
 21661 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21662 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 21663 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21664 	"<div align=\"center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21665 	[true,true,true],
 21666 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21667 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 21668 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21669 	"<div align=\"center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21670 	[true,true,true],
 21671 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21672 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 21673 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21674 	"<div align=\"center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21675 	[true,true,true],
 21676 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21677 ["<div align=center><p>[foo<p>bar}</div><p>extra",
 21678 	[["defaultparagraphseparator","div"],["justifyleft",""]],
 21679 	"<p>[foo</p><p>bar}</p><p>extra</p>",
 21680 	[true,true],
 21681 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21682 ["<div align=center><p>[foo<p>bar}</div><p>extra",
 21683 	[["defaultparagraphseparator","p"],["justifyleft",""]],
 21684 	"<p>[foo</p><p>bar}</p><p>extra</p>",
 21685 	[true,true],
 21686 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21687 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 21688 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21689 	"<div style=\"text-align:center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21690 	[true,true,true],
 21691 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21692 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 21693 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21694 	"<div style=\"text-align:center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21695 	[true,true,true],
 21696 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21697 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 21698 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21699 	"<div style=\"text-align:center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21700 	[true,true,true],
 21701 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21702 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 21703 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21704 	"<div style=\"text-align:center\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21705 	[true,true,true],
 21706 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21707 ["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 21708 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21709 	"<p>[foo</p><p>bar]</p><p>extra</p>",
 21710 	[true,true,true],
 21711 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21712 ["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 21713 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21714 	"<p>[foo</p><p>bar]</p><p>extra</p>",
 21715 	[true,true,true],
 21716 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21717 ["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 21718 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21719 	"<p>[foo</p><p>bar]</p><p>extra</p>",
 21720 	[true,true,true],
 21721 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21722 ["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 21723 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21724 	"<p>[foo</p><p>bar]</p><p>extra</p>",
 21725 	[true,true,true],
 21726 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"center",false,true,"left"]}],
 21727 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 21728 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21729 	"<div align=\"justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21730 	[true,true,true],
 21731 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 21732 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 21733 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21734 	"<div align=\"justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21735 	[true,true,true],
 21736 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 21737 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 21738 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21739 	"<div align=\"justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21740 	[true,true,true],
 21741 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 21742 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 21743 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21744 	"<div align=\"justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21745 	[true,true,true],
 21746 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 21747 ["<div align=justify><p>[foo<p>bar}</div><p>extra",
 21748 	[["defaultparagraphseparator","div"],["justifyleft",""]],
 21749 	"<p>[foo</p><p>bar}</p><p>extra</p>",
 21750 	[true,true],
 21751 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 21752 ["<div align=justify><p>[foo<p>bar}</div><p>extra",
 21753 	[["defaultparagraphseparator","p"],["justifyleft",""]],
 21754 	"<p>[foo</p><p>bar}</p><p>extra</p>",
 21755 	[true,true],
 21756 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 21757 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 21758 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21759 	"<div style=\"text-align:justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21760 	[true,true,true],
 21761 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 21762 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 21763 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21764 	"<div style=\"text-align:justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21765 	[true,true,true],
 21766 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 21767 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 21768 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21769 	"<div style=\"text-align:justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21770 	[true,true,true],
 21771 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 21772 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 21773 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21774 	"<div style=\"text-align:justify\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21775 	[true,true,true],
 21776 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 21777 ["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 21778 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21779 	"<p>[foo</p><p>bar]</p><p>extra</p>",
 21780 	[true,true,true],
 21781 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 21782 ["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 21783 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21784 	"<p>[foo</p><p>bar]</p><p>extra</p>",
 21785 	[true,true,true],
 21786 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 21787 ["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 21788 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21789 	"<p>[foo</p><p>bar]</p><p>extra</p>",
 21790 	[true,true,true],
 21791 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 21792 ["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 21793 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21794 	"<p>[foo</p><p>bar]</p><p>extra</p>",
 21795 	[true,true,true],
 21796 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"justify",false,true,"left"]}],
 21797 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 21798 	[["justifyleft",""]],
 21799 	"<div align=\"left\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 21800 	[true],
 21801 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21802 ["<div align=left><p>[foo<p>bar}</div><p>extra",
 21803 	[["defaultparagraphseparator","div"],["justifyleft",""]],
 21804 	"<p>[foo</p><p>bar}</p><p>extra</p>",
 21805 	[true,true],
 21806 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 21807 ["<div align=left><p>[foo<p>bar}</div><p>extra",
 21808 	[["defaultparagraphseparator","p"],["justifyleft",""]],
 21809 	"<p>[foo</p><p>bar}</p><p>extra</p>",
 21810 	[true,true],
 21811 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 21812 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 21813 	[["justifyleft",""]],
 21814 	"<div style=\"text-align:left\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 21815 	[true],
 21816 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21817 ["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 21818 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21819 	"<p>[foo</p><p>bar]</p><p>extra</p>",
 21820 	[true,true,true],
 21821 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 21822 ["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 21823 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21824 	"<p>[foo</p><p>bar]</p><p>extra</p>",
 21825 	[true,true,true],
 21826 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 21827 ["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 21828 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21829 	"<p>[foo</p><p>bar]</p><p>extra</p>",
 21830 	[true,true,true],
 21831 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 21832 ["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 21833 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21834 	"<p>[foo</p><p>bar]</p><p>extra</p>",
 21835 	[true,true,true],
 21836 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 21837 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 21838 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21839 	"<div align=\"right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21840 	[true,true,true],
 21841 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 21842 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 21843 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21844 	"<div align=\"right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21845 	[true,true,true],
 21846 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 21847 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 21848 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21849 	"<div align=\"right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21850 	[true,true,true],
 21851 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 21852 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 21853 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21854 	"<div align=\"right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21855 	[true,true,true],
 21856 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 21857 ["<div align=right><p>[foo<p>bar}</div><p>extra",
 21858 	[["defaultparagraphseparator","div"],["justifyleft",""]],
 21859 	"<p>[foo</p><p>bar}</p><p>extra</p>",
 21860 	[true,true],
 21861 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 21862 ["<div align=right><p>[foo<p>bar}</div><p>extra",
 21863 	[["defaultparagraphseparator","p"],["justifyleft",""]],
 21864 	"<p>[foo</p><p>bar}</p><p>extra</p>",
 21865 	[true,true],
 21866 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 21867 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 21868 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21869 	"<div style=\"text-align:right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21870 	[true,true,true],
 21871 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 21872 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 21873 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21874 	"<div style=\"text-align:right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21875 	[true,true,true],
 21876 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 21877 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 21878 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21879 	"<div style=\"text-align:right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21880 	[true,true,true],
 21881 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 21882 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 21883 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21884 	"<div style=\"text-align:right\"><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 21885 	[true,true,true],
 21886 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 21887 ["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 21888 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21889 	"<p>[foo</p><p>bar]</p><p>extra</p>",
 21890 	[true,true,true],
 21891 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 21892 ["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 21893 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 21894 	"<p>[foo</p><p>bar]</p><p>extra</p>",
 21895 	[true,true,true],
 21896 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 21897 ["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 21898 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21899 	"<p>[foo</p><p>bar]</p><p>extra</p>",
 21900 	[true,true,true],
 21901 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 21902 ["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 21903 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 21904 	"<p>[foo</p><p>bar]</p><p>extra</p>",
 21905 	[true,true,true],
 21906 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 21907 ["<div align=left>foo</div>[bar]<p>extra",
 21908 	[["justifyleft",""]],
 21909 	"<div align=\"left\">foo</div>[bar]<p>extra</p>",
 21910 	[true],
 21911 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21912 ["[foo]<div align=left>bar</div><p>extra",
 21913 	[["justifyleft",""]],
 21914 	"[foo]<div align=\"left\">bar</div><p>extra</p>",
 21915 	[true],
 21916 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21917 ["<div align=left>foo</div>[bar]<div align=left>baz</div><p>extra",
 21918 	[["justifyleft",""]],
 21919 	"<div align=\"left\">foo</div>[bar]<div align=\"left\">baz</div><p>extra</p>",
 21920 	[true],
 21921 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21922 ["<div align=left><p>foo</div><p>[bar]<p>extra",
 21923 	[["justifyleft",""]],
 21924 	"<div align=\"left\"><p>foo</p></div><p>[bar]</p><p>extra</p>",
 21925 	[true],
 21926 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21927 ["<p>[foo]<div align=left><p>bar</div><p>extra",
 21928 	[["justifyleft",""]],
 21929 	"<p>[foo]</p><div align=\"left\"><p>bar</p></div><p>extra</p>",
 21930 	[true],
 21931 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21932 ["<div align=left><p>foo</div><p>[bar]<div align=left><p>baz</div><p>extra",
 21933 	[["justifyleft",""]],
 21934 	"<div align=\"left\"><p>foo</p></div><p>[bar]</p><div align=\"left\"><p>baz</p></div><p>extra</p>",
 21935 	[true],
 21936 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21937 ["<div style=text-align:left>foo</div>[bar]<p>extra",
 21938 	[["justifyleft",""]],
 21939 	"<div style=\"text-align:left\">foo</div>[bar]<p>extra</p>",
 21940 	[true],
 21941 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21942 ["[foo]<div style=text-align:left>bar</div><p>extra",
 21943 	[["justifyleft",""]],
 21944 	"[foo]<div style=\"text-align:left\">bar</div><p>extra</p>",
 21945 	[true],
 21946 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21947 ["<div style=text-align:left>foo</div>[bar]<div style=text-align:left>baz</div><p>extra",
 21948 	[["justifyleft",""]],
 21949 	"<div style=\"text-align:left\">foo</div>[bar]<div style=\"text-align:left\">baz</div><p>extra</p>",
 21950 	[true],
 21951 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21952 ["<div style=text-align:left><p>foo</div><p>[bar]<p>extra",
 21953 	[["justifyleft",""]],
 21954 	"<div style=\"text-align:left\"><p>foo</p></div><p>[bar]</p><p>extra</p>",
 21955 	[true],
 21956 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21957 ["<p>[foo]<div style=text-align:left><p>bar</div><p>extra",
 21958 	[["justifyleft",""]],
 21959 	"<p>[foo]</p><div style=\"text-align:left\"><p>bar</p></div><p>extra</p>",
 21960 	[true],
 21961 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21962 ["<div style=text-align:left><p>foo</div><p>[bar]<div style=text-align:left><p>baz</div><p>extra",
 21963 	[["justifyleft",""]],
 21964 	"<div style=\"text-align:left\"><p>foo</p></div><p>[bar]</p><div style=\"text-align:left\"><p>baz</p></div><p>extra</p>",
 21965 	[true],
 21966 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21967 ["<p align=left>foo<p>[bar]<p>extra",
 21968 	[["justifyleft",""]],
 21969 	"<p align=\"left\">foo</p><p>[bar]</p><p>extra</p>",
 21970 	[true],
 21971 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21972 ["<p>[foo]<p align=left>bar<p>extra",
 21973 	[["justifyleft",""]],
 21974 	"<p>[foo]</p><p align=\"left\">bar</p><p>extra</p>",
 21975 	[true],
 21976 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21977 ["<p align=left>foo<p>[bar]<p align=left>baz<p>extra",
 21978 	[["justifyleft",""]],
 21979 	"<p align=\"left\">foo</p><p>[bar]</p><p align=\"left\">baz</p><p>extra</p>",
 21980 	[true],
 21981 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 21982 ["<div align=left>[foo</div>bar]<p>extra",
 21983 	[["defaultparagraphseparator","div"],["justifyleft",""]],
 21984 	"[foo<br>bar]<p>extra</p>",
 21985 	[true,true],
 21986 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 21987 ["<div align=left>[foo</div>bar]<p>extra",
 21988 	[["defaultparagraphseparator","p"],["justifyleft",""]],
 21989 	"[foo<br>bar]<p>extra</p>",
 21990 	[true,true],
 21991 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 21992 ["<div align=left>fo[o</div>b]ar<p>extra",
 21993 	[["defaultparagraphseparator","div"],["justifyleft",""]],
 21994 	"fo[o<br>b]ar<p>extra</p>",
 21995 	[true,true],
 21996 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 21997 ["<div align=left>fo[o</div>b]ar<p>extra",
 21998 	[["defaultparagraphseparator","p"],["justifyleft",""]],
 21999 	"fo[o<br>b]ar<p>extra</p>",
 22000 	[true,true],
 22001 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22002 ["<div style=text-align:left>[foo</div>bar]<p>extra",
 22003 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 22004 	"[foo<br>bar]<p>extra</p>",
 22005 	[true,true,true],
 22006 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22007 ["<div style=text-align:left>[foo</div>bar]<p>extra",
 22008 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 22009 	"[foo<br>bar]<p>extra</p>",
 22010 	[true,true,true],
 22011 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22012 ["<div style=text-align:left>[foo</div>bar]<p>extra",
 22013 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 22014 	"[foo<br>bar]<p>extra</p>",
 22015 	[true,true,true],
 22016 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22017 ["<div style=text-align:left>[foo</div>bar]<p>extra",
 22018 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 22019 	"[foo<br>bar]<p>extra</p>",
 22020 	[true,true,true],
 22021 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22022 ["<div style=text-align:left>fo[o</div>b]ar<p>extra",
 22023 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 22024 	"fo[o<br>b]ar<p>extra</p>",
 22025 	[true,true,true],
 22026 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22027 ["<div style=text-align:left>fo[o</div>b]ar<p>extra",
 22028 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 22029 	"fo[o<br>b]ar<p>extra</p>",
 22030 	[true,true,true],
 22031 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22032 ["<div style=text-align:left>fo[o</div>b]ar<p>extra",
 22033 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 22034 	"fo[o<br>b]ar<p>extra</p>",
 22035 	[true,true,true],
 22036 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22037 ["<div style=text-align:left>fo[o</div>b]ar<p>extra",
 22038 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 22039 	"fo[o<br>b]ar<p>extra</p>",
 22040 	[true,true,true],
 22041 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22042 ["<span style=text-align:left>[foo]</span><p>extra",
 22043 	[["stylewithcss","true"],["justifyleft",""]],
 22044 	"[foo]<p>extra</p>",
 22045 	[true,true],
 22046 	{"stylewithcss":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 22047 ["<span style=text-align:left>[foo]</span><p>extra",
 22048 	[["stylewithcss","false"],["justifyleft",""]],
 22049 	"[foo]<p>extra</p>",
 22050 	[true,true],
 22051 	{"stylewithcss":[false,true,"",false,false,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 22052 ["<span style=text-align:left>f[o]o</span><p>extra",
 22053 	[["stylewithcss","true"],["justifyleft",""]],
 22054 	"f[o]o<p>extra</p>",
 22055 	[true,true],
 22056 	{"stylewithcss":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 22057 ["<span style=text-align:left>f[o]o</span><p>extra",
 22058 	[["stylewithcss","false"],["justifyleft",""]],
 22059 	"f[o]o<p>extra</p>",
 22060 	[true,true],
 22061 	{"stylewithcss":[false,true,"",false,false,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 22062 ["<div style=text-align:left>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 22063 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 22064 	"[foo<div style=\"text-align:left\" contenteditable=\"false\">bar</div>baz]<p>extra</p>",
 22065 	[true,true,true],
 22066 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22067 ["<div style=text-align:left>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 22068 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 22069 	"[foo<div style=\"text-align:left\" contenteditable=\"false\">bar</div>baz]<p>extra</p>",
 22070 	[true,true,true],
 22071 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22072 ["<div style=text-align:left>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 22073 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 22074 	"[foo<div style=\"text-align:left\" contenteditable=\"false\">bar</div>baz]<p>extra</p>",
 22075 	[true,true,true],
 22076 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22077 ["<div style=text-align:left>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 22078 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 22079 	"[foo<div style=\"text-align:left\" contenteditable=\"false\">bar</div>baz]<p>extra</p>",
 22080 	[true,true,true],
 22081 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22082 ["<div align=nonsense><p>[foo]</div><p>extra",
 22083 	[["defaultparagraphseparator","div"],["justifyleft",""]],
 22084 	"<p>[foo]</p><p>extra</p>",
 22085 	[true,true],
 22086 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22087 ["<div align=nonsense><p>[foo]</div><p>extra",
 22088 	[["defaultparagraphseparator","p"],["justifyleft",""]],
 22089 	"<p>[foo]</p><p>extra</p>",
 22090 	[true,true],
 22091 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22092 ["<div style=text-align:inherit><p>[foo]</div><p>extra",
 22093 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 22094 	"<p>[foo]</p><p>extra</p>",
 22095 	[true,true,true],
 22096 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22097 ["<div style=text-align:inherit><p>[foo]</div><p>extra",
 22098 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 22099 	"<p>[foo]</p><p>extra</p>",
 22100 	[true,true,true],
 22101 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22102 ["<div style=text-align:inherit><p>[foo]</div><p>extra",
 22103 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 22104 	"<p>[foo]</p><p>extra</p>",
 22105 	[true,true,true],
 22106 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22107 ["<div style=text-align:inherit><p>[foo]</div><p>extra",
 22108 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 22109 	"<p>[foo]</p><p>extra</p>",
 22110 	[true,true,true],
 22111 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22112 ["<quasit align=center><p>[foo]</p></quasit><p>extra",
 22113 	[["justifyleft",""]],
 22114 	"<quasit><p>[foo]</p></quasit><p>extra</p>",
 22115 	[true],
 22116 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 22117 ["<div style=text-align:start>[foo]</div><p>extra",
 22118 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 22119 	"[foo]<p>extra</p>",
 22120 	[true,true,true],
 22121 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22122 ["<div style=text-align:start>[foo]</div><p>extra",
 22123 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 22124 	"[foo]<p>extra</p>",
 22125 	[true,true,true],
 22126 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22127 ["<div style=text-align:start>[foo]</div><p>extra",
 22128 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 22129 	"[foo]<p>extra</p>",
 22130 	[true,true,true],
 22131 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22132 ["<div style=text-align:start>[foo]</div><p>extra",
 22133 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 22134 	"[foo]<p>extra</p>",
 22135 	[true,true,true],
 22136 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22137 ["<div style=text-align:end>[foo]</div><p>extra",
 22138 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
 22139 	"[foo]<p>extra</p>",
 22140 	[true,true,true],
 22141 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 22142 ["<div style=text-align:end>[foo]</div><p>extra",
 22143 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
 22144 	"[foo]<p>extra</p>",
 22145 	[true,true,true],
 22146 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 22147 ["<div style=text-align:end>[foo]</div><p>extra",
 22148 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyleft",""]],
 22149 	"[foo]<p>extra</p>",
 22150 	[true,true,true],
 22151 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 22152 ["<div style=text-align:end>[foo]</div><p>extra",
 22153 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyleft",""]],
 22154 	"[foo]<p>extra</p>",
 22155 	[true,true,true],
 22156 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 22157 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 22158 	[["defaultparagraphseparator","div"],["justifyleft",""]],
 22159 	"<div style=\"text-align:left\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 22160 	[true,true],
 22161 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"right",false,true,"left"]}],
 22162 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 22163 	[["defaultparagraphseparator","p"],["justifyleft",""]],
 22164 	"<div style=\"text-align:left\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 22165 	[true,true],
 22166 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,false,"right",false,true,"left"]}],
 22167 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 22168 	[["defaultparagraphseparator","div"],["justifyleft",""]],
 22169 	"<div style=\"text-align:left\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 22170 	[true,true],
 22171 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22172 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 22173 	[["defaultparagraphseparator","p"],["justifyleft",""]],
 22174 	"<div style=\"text-align:left\"><div dir=\"rtl\">[foo]</div></div><p>extra</p>",
 22175 	[true,true],
 22176 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyleft":[false,true,"left",false,true,"left"]}],
 22177 ["<div style=text-align:left><p>foo</div> <p>[bar]",
 22178 	[["justifyleft",""]],
 22179 	"<div style=\"text-align:left\"><p>foo</p></div> <p>[bar]</p>",
 22180 	[true],
 22181 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 22182 ["<div align=left><p>foo</div> <p>[bar]",
 22183 	[["justifyleft",""]],
 22184 	"<div align=\"left\"><p>foo</p></div> <p>[bar]</p>",
 22185 	[true],
 22186 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 22187 ["<p>[foo]</p> <div style=text-align:left><p>bar</div>",
 22188 	[["justifyleft",""]],
 22189 	"<p>[foo]</p> <div style=\"text-align:left\"><p>bar</p></div>",
 22190 	[true],
 22191 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 22192 ["<p>[foo]</p> <div align=left><p>bar</div>",
 22193 	[["justifyleft",""]],
 22194 	"<p>[foo]</p> <div align=\"left\"><p>bar</p></div>",
 22195 	[true],
 22196 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 22197 ["<div style=text-align:left><p>foo</div> <p>[bar]</p> <div style=text-align:left><p>baz</div>",
 22198 	[["justifyleft",""]],
 22199 	"<div style=\"text-align:left\"><p>foo</p></div> <p>[bar]</p> <div style=\"text-align:left\"><p>baz</p></div>",
 22200 	[true],
 22201 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 22202 ["<div align=left><p>foo</div> <p>[bar]</p> <div align=left><p>baz</div>",
 22203 	[["justifyleft",""]],
 22204 	"<div align=\"left\"><p>foo</p></div> <p>[bar]</p> <div align=\"left\"><p>baz</p></div>",
 22205 	[true],
 22206 	{"justifyleft":[false,true,"left",false,true,"left"]}],
 22207 ["foo[]bar<p>extra",
 22208 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22209 	"<div style=\"text-align:right\">foo[]bar</div><p>extra</p>",
 22210 	[true,true,true],
 22211 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22212 ["foo[]bar<p>extra",
 22213 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22214 	"<div style=\"text-align:right\">foo[]bar</div><p>extra</p>",
 22215 	[true,true,true],
 22216 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22217 ["foo[]bar<p>extra",
 22218 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22219 	"<div style=\"text-align:right\">foo[]bar</div><p>extra</p>",
 22220 	[true,true,true],
 22221 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22222 ["foo[]bar<p>extra",
 22223 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22224 	"<div style=\"text-align:right\">foo[]bar</div><p>extra</p>",
 22225 	[true,true,true],
 22226 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22227 ["<span>foo</span>{}<span>bar</span><p>extra",
 22228 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22229 	"<div style=\"text-align:right\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 22230 	[true,true,true],
 22231 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22232 ["<span>foo</span>{}<span>bar</span><p>extra",
 22233 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22234 	"<div style=\"text-align:right\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 22235 	[true,true,true],
 22236 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22237 ["<span>foo</span>{}<span>bar</span><p>extra",
 22238 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22239 	"<div style=\"text-align:right\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 22240 	[true,true,true],
 22241 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22242 ["<span>foo</span>{}<span>bar</span><p>extra",
 22243 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22244 	"<div style=\"text-align:right\"><span>foo</span>{}<span>bar</span></div><p>extra</p>",
 22245 	[true,true,true],
 22246 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22247 ["<span>foo[</span><span>]bar</span><p>extra",
 22248 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22249 	"<div style=\"text-align:right\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 22250 	[true,true,true],
 22251 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22252 ["<span>foo[</span><span>]bar</span><p>extra",
 22253 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22254 	"<div style=\"text-align:right\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 22255 	[true,true,true],
 22256 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22257 ["<span>foo[</span><span>]bar</span><p>extra",
 22258 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22259 	"<div style=\"text-align:right\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 22260 	[true,true,true],
 22261 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22262 ["<span>foo[</span><span>]bar</span><p>extra",
 22263 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22264 	"<div style=\"text-align:right\"><span>foo[</span><span>]bar</span></div><p>extra</p>",
 22265 	[true,true,true],
 22266 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22267 ["foo[bar]baz<p>extra",
 22268 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22269 	"<div style=\"text-align:right\">foo[bar]baz</div><p>extra</p>",
 22270 	[true,true,true],
 22271 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22272 ["foo[bar]baz<p>extra",
 22273 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22274 	"<div style=\"text-align:right\">foo[bar]baz</div><p>extra</p>",
 22275 	[true,true,true],
 22276 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22277 ["foo[bar]baz<p>extra",
 22278 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22279 	"<div style=\"text-align:right\">foo[bar]baz</div><p>extra</p>",
 22280 	[true,true,true],
 22281 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22282 ["foo[bar]baz<p>extra",
 22283 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22284 	"<div style=\"text-align:right\">foo[bar]baz</div><p>extra</p>",
 22285 	[true,true,true],
 22286 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22287 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 22288 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22289 	"<div style=\"text-align:right\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 22290 	[true,true,true],
 22291 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22292 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 22293 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22294 	"<div style=\"text-align:right\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 22295 	[true,true,true],
 22296 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22297 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 22298 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22299 	"<div style=\"text-align:right\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 22300 	[true,true,true],
 22301 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22302 ["foo[bar<b>baz]qoz</b>quz<p>extra",
 22303 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22304 	"<div style=\"text-align:right\">foo[bar<b>baz]qoz</b>quz</div><p>extra</p>",
 22305 	[true,true,true],
 22306 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22307 ["<p>foo[]bar<p>extra",
 22308 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22309 	"<div style=\"text-align:right\"><p>foo[]bar</p></div><p>extra</p>",
 22310 	[true,true,true],
 22311 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22312 ["<p>foo[]bar<p>extra",
 22313 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22314 	"<div style=\"text-align:right\"><p>foo[]bar</p></div><p>extra</p>",
 22315 	[true,true,true],
 22316 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22317 ["<p>foo[]bar<p>extra",
 22318 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22319 	"<div style=\"text-align:right\"><p>foo[]bar</p></div><p>extra</p>",
 22320 	[true,true,true],
 22321 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22322 ["<p>foo[]bar<p>extra",
 22323 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22324 	"<div style=\"text-align:right\"><p>foo[]bar</p></div><p>extra</p>",
 22325 	[true,true,true],
 22326 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22327 ["<p>foo[bar]baz<p>extra",
 22328 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22329 	"<div style=\"text-align:right\"><p>foo[bar]baz</p></div><p>extra</p>",
 22330 	[true,true,true],
 22331 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22332 ["<p>foo[bar]baz<p>extra",
 22333 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22334 	"<div style=\"text-align:right\"><p>foo[bar]baz</p></div><p>extra</p>",
 22335 	[true,true,true],
 22336 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22337 ["<p>foo[bar]baz<p>extra",
 22338 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22339 	"<div style=\"text-align:right\"><p>foo[bar]baz</p></div><p>extra</p>",
 22340 	[true,true,true],
 22341 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22342 ["<p>foo[bar]baz<p>extra",
 22343 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22344 	"<div style=\"text-align:right\"><p>foo[bar]baz</p></div><p>extra</p>",
 22345 	[true,true,true],
 22346 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22347 ["<h1>foo[bar]baz</h1><p>extra",
 22348 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22349 	"<div style=\"text-align:right\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 22350 	[true,true,true],
 22351 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22352 ["<h1>foo[bar]baz</h1><p>extra",
 22353 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22354 	"<div style=\"text-align:right\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 22355 	[true,true,true],
 22356 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22357 ["<h1>foo[bar]baz</h1><p>extra",
 22358 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22359 	"<div style=\"text-align:right\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 22360 	[true,true,true],
 22361 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22362 ["<h1>foo[bar]baz</h1><p>extra",
 22363 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22364 	"<div style=\"text-align:right\"><h1>foo[bar]baz</h1></div><p>extra</p>",
 22365 	[true,true,true],
 22366 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22367 ["<pre>foo[bar]baz</pre><p>extra",
 22368 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22369 	"<div style=\"text-align:right\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 22370 	[true,true,true],
 22371 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22372 ["<pre>foo[bar]baz</pre><p>extra",
 22373 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22374 	"<div style=\"text-align:right\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 22375 	[true,true,true],
 22376 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22377 ["<pre>foo[bar]baz</pre><p>extra",
 22378 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22379 	"<div style=\"text-align:right\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 22380 	[true,true,true],
 22381 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22382 ["<pre>foo[bar]baz</pre><p>extra",
 22383 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22384 	"<div style=\"text-align:right\"><pre>foo[bar]baz</pre></div><p>extra</p>",
 22385 	[true,true,true],
 22386 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22387 ["<xmp>foo[bar]baz</xmp><p>extra",
 22388 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22389 	"<div style=\"text-align:right\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 22390 	[true,true,true],
 22391 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22392 ["<xmp>foo[bar]baz</xmp><p>extra",
 22393 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22394 	"<div style=\"text-align:right\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 22395 	[true,true,true],
 22396 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22397 ["<xmp>foo[bar]baz</xmp><p>extra",
 22398 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22399 	"<div style=\"text-align:right\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 22400 	[true,true,true],
 22401 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22402 ["<xmp>foo[bar]baz</xmp><p>extra",
 22403 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22404 	"<div style=\"text-align:right\"><xmp>foo[bar]baz</xmp></div><p>extra</p>",
 22405 	[true,true,true],
 22406 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22407 ["<center><p>[foo]<p>bar</center><p>extra",
 22408 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22409 	"<center><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 22410 	[true,true,true],
 22411 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"center",false,true,"right"]}],
 22412 ["<center><p>[foo]<p>bar</center><p>extra",
 22413 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22414 	"<center><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 22415 	[true,true,true],
 22416 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"center",false,true,"right"]}],
 22417 ["<center><p>[foo]<p>bar</center><p>extra",
 22418 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22419 	"<center><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 22420 	[true,true,true],
 22421 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"center",false,true,"right"]}],
 22422 ["<center><p>[foo]<p>bar</center><p>extra",
 22423 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22424 	"<center><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
 22425 	[true,true,true],
 22426 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"center",false,true,"right"]}],
 22427 ["<center><p>[foo<p>bar]</center><p>extra",
 22428 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22429 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 22430 	[true,true,true],
 22431 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"center",false,true,"right"]}],
 22432 ["<center><p>[foo<p>bar]</center><p>extra",
 22433 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22434 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 22435 	[true,true,true],
 22436 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"center",false,true,"right"]}],
 22437 ["<center><p>[foo<p>bar]</center><p>extra",
 22438 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22439 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 22440 	[true,true,true],
 22441 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"center",false,true,"right"]}],
 22442 ["<center><p>[foo<p>bar]</center><p>extra",
 22443 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22444 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 22445 	[true,true,true],
 22446 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"center",false,true,"right"]}],
 22447 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 22448 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22449 	"<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>",
 22450 	[true,true,true],
 22451 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22452 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 22453 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22454 	"<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>",
 22455 	[true,true,true],
 22456 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22457 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 22458 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22459 	"<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>",
 22460 	[true,true,true],
 22461 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22462 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 22463 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22464 	"<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>",
 22465 	[true,true,true],
 22466 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22467 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22468 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22469 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 22470 	[true,true,true],
 22471 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22472 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22473 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22474 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 22475 	[true,true,true],
 22476 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22477 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22478 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22479 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 22480 	[true,true,true],
 22481 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22482 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22483 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22484 	"<table><tbody><tr><td>foo</td>{<td><div style=\"text-align:right\">bar</div></td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 22485 	[true,true,true],
 22486 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22487 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22488 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22489 	"<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>",
 22490 	[true,true,true],
 22491 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22492 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22493 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22494 	"<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>",
 22495 	[true,true,true],
 22496 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22497 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22498 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22499 	"<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>",
 22500 	[true,true,true],
 22501 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22502 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22503 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22504 	"<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>",
 22505 	[true,true,true],
 22506 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22507 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 22508 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22509 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 22510 	[true,true,true],
 22511 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22512 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 22513 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22514 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 22515 	[true,true,true],
 22516 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22517 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 22518 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22519 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 22520 	[true,true,true],
 22521 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22522 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 22523 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22524 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 22525 	[true,true,true],
 22526 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22527 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 22528 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22529 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 22530 	[true,true,true],
 22531 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22532 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 22533 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22534 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 22535 	[true,true,true],
 22536 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22537 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 22538 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22539 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 22540 	[true,true,true],
 22541 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22542 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 22543 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22544 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 22545 	[true,true,true],
 22546 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22547 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 22548 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22549 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 22550 	[true,true,true],
 22551 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22552 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 22553 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22554 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 22555 	[true,true,true],
 22556 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22557 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 22558 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22559 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 22560 	[true,true,true],
 22561 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22562 ["{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 22563 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22564 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 22565 	[true,true,true],
 22566 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22567 ["<table align=right><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 22568 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22569 	"<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>",
 22570 	[true,true,true],
 22571 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22572 ["<table align=right><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 22573 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22574 	"<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>",
 22575 	[true,true,true],
 22576 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22577 ["<table align=right><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 22578 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22579 	"<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>",
 22580 	[true,true,true],
 22581 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22582 ["<table align=right><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 22583 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22584 	"<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>",
 22585 	[true,true,true],
 22586 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22587 ["<table align=right><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22588 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22589 	"<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>",
 22590 	[true,true,true],
 22591 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22592 ["<table align=right><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22593 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22594 	"<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>",
 22595 	[true,true,true],
 22596 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22597 ["<table align=right><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22598 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22599 	"<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>",
 22600 	[true,true,true],
 22601 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22602 ["<table align=right><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22603 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22604 	"<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>",
 22605 	[true,true,true],
 22606 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22607 ["<table align=right><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22608 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22609 	"<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>",
 22610 	[true,true,true],
 22611 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22612 ["<table align=right><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22613 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22614 	"<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>",
 22615 	[true,true,true],
 22616 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22617 ["<table align=right><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22618 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22619 	"<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>",
 22620 	[true,true,true],
 22621 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22622 ["<table align=right><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22623 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22624 	"<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>",
 22625 	[true,true,true],
 22626 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22627 ["<table align=right><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 22628 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22629 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 22630 	[true,true,true],
 22631 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22632 ["<table align=right><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 22633 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22634 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 22635 	[true,true,true],
 22636 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22637 ["<table align=right><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 22638 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22639 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 22640 	[true,true,true],
 22641 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22642 ["<table align=right><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 22643 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22644 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 22645 	[true,true,true],
 22646 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22647 ["<table align=right data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 22648 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22649 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 22650 	[true,true,true],
 22651 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22652 ["<table align=right data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 22653 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22654 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 22655 	[true,true,true],
 22656 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22657 ["<table align=right data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 22658 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22659 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 22660 	[true,true,true],
 22661 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22662 ["<table align=right data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra",
 22663 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22664 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 22665 	[true,true,true],
 22666 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22667 ["{<table align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 22668 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22669 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 22670 	[true,true,true],
 22671 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22672 ["{<table align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 22673 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22674 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 22675 	[true,true,true],
 22676 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22677 ["{<table align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 22678 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22679 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 22680 	[true,true,true],
 22681 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22682 ["{<table align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 22683 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22684 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 22685 	[true,true,true],
 22686 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22687 ["<table><tbody align=right><tr><td>foo<td>b[a]r<td>baz</table><p>extra",
 22688 	[["justifyright",""]],
 22689 	"<table><tbody align=\"right\"><tr><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 22690 	[true],
 22691 	{"justifyright":[false,true,"right",false,true,"right"]}],
 22692 ["<table><tbody align=right><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22693 	[["justifyright",""]],
 22694 	"<table><tbody align=\"right\"><tr><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 22695 	[true],
 22696 	{"justifyright":[false,true,"right",false,true,"right"]}],
 22697 ["<table><tbody align=right><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22698 	[["justifyright",""]],
 22699 	"<table><tbody align=\"right\"><tr>{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 22700 	[true],
 22701 	{"justifyright":[false,true,"right",false,true,"right"]}],
 22702 ["<table><tbody align=right data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 22703 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22704 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 22705 	[true,true,true],
 22706 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 22707 ["<table><tbody align=right data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 22708 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22709 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 22710 	[true,true,true],
 22711 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 22712 ["<table><tbody align=right data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 22713 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22714 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 22715 	[true,true,true],
 22716 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 22717 ["<table><tbody align=right data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra",
 22718 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22719 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 22720 	[true,true,true],
 22721 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 22722 ["<table data-start=0 data-end=1><tbody align=right><tr><td>foo<td>bar<td>baz</table><p>extra",
 22723 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22724 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 22725 	[true,true,true],
 22726 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 22727 ["<table data-start=0 data-end=1><tbody align=right><tr><td>foo<td>bar<td>baz</table><p>extra",
 22728 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22729 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 22730 	[true,true,true],
 22731 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 22732 ["<table data-start=0 data-end=1><tbody align=right><tr><td>foo<td>bar<td>baz</table><p>extra",
 22733 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22734 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 22735 	[true,true,true],
 22736 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 22737 ["<table data-start=0 data-end=1><tbody align=right><tr><td>foo<td>bar<td>baz</table><p>extra",
 22738 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22739 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 22740 	[true,true,true],
 22741 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 22742 ["{<table><tbody align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 22743 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22744 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 22745 	[true,true,true],
 22746 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 22747 ["{<table><tbody align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 22748 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22749 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 22750 	[true,true,true],
 22751 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 22752 ["{<table><tbody align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 22753 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22754 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 22755 	[true,true,true],
 22756 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 22757 ["{<table><tbody align=right><tr><td>foo<td>bar<td>baz</table>}<p>extra",
 22758 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22759 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 22760 	[true,true,true],
 22761 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 22762 ["<table><tbody><tr align=right><td>foo<td>b[a]r<td>baz</table><p>extra",
 22763 	[["justifyright",""]],
 22764 	"<table><tbody><tr align=\"right\"><td>foo</td><td>b[a]r</td><td>baz</td></tr></tbody></table><p>extra</p>",
 22765 	[true],
 22766 	{"justifyright":[false,true,"right",false,true,"right"]}],
 22767 ["<table><tbody><tr align=right data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22768 	[["justifyright",""]],
 22769 	"<table><tbody><tr align=\"right\"><td>foo</td>{<td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 22770 	[true],
 22771 	{"justifyright":[false,true,"right",false,true,"right"]}],
 22772 ["<table><tbody><tr align=right data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra",
 22773 	[["justifyright",""]],
 22774 	"<table><tbody><tr align=\"right\">{<td>foo</td><td>bar</td>}<td>baz</td></tr></tbody></table><p>extra</p>",
 22775 	[true],
 22776 	{"justifyright":[false,true,"right",false,true,"right"]}],
 22777 ["<table><tbody data-start=0 data-end=1><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 22778 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22779 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 22780 	[true,true,true],
 22781 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 22782 ["<table><tbody data-start=0 data-end=1><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 22783 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22784 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 22785 	[true,true,true],
 22786 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 22787 ["<table><tbody data-start=0 data-end=1><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 22788 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22789 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 22790 	[true,true,true],
 22791 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 22792 ["<table><tbody data-start=0 data-end=1><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 22793 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22794 	"<div style=\"text-align:right\"><table><tbody>{<tr><td>foo</td><td>bar</td><td>baz</td></tr>}</tbody></table></div><p>extra</p>",
 22795 	[true,true,true],
 22796 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 22797 ["<table data-start=0 data-end=1><tbody><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 22798 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22799 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 22800 	[true,true,true],
 22801 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 22802 ["<table data-start=0 data-end=1><tbody><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 22803 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22804 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 22805 	[true,true,true],
 22806 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 22807 ["<table data-start=0 data-end=1><tbody><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 22808 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22809 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 22810 	[true,true,true],
 22811 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 22812 ["<table data-start=0 data-end=1><tbody><tr align=right><td>foo<td>bar<td>baz</table><p>extra",
 22813 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22814 	"<div style=\"text-align:right\"><table>{<tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody>}</table></div><p>extra</p>",
 22815 	[true,true,true],
 22816 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 22817 ["{<table><tr align=right><td>foo<td>bar<td>baz</table>}<p>extra",
 22818 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22819 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 22820 	[true,true,true],
 22821 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 22822 ["{<table><tr align=right><td>foo<td>bar<td>baz</table>}<p>extra",
 22823 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22824 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 22825 	[true,true,true],
 22826 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 22827 ["{<table><tr align=right><td>foo<td>bar<td>baz</table>}<p>extra",
 22828 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22829 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 22830 	[true,true,true],
 22831 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 22832 ["{<table><tr align=right><td>foo<td>bar<td>baz</table>}<p>extra",
 22833 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22834 	"<div style=\"text-align:right\">{<table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table>}</div><p>extra</p>",
 22835 	[true,true,true],
 22836 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 22837 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 22838 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22839 	"<div align=\"center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22840 	[true,true,true],
 22841 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"center",false,true,"right"]}],
 22842 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 22843 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22844 	"<div align=\"center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22845 	[true,true,true],
 22846 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"center",false,true,"right"]}],
 22847 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 22848 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22849 	"<div align=\"center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22850 	[true,true,true],
 22851 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"center",false,true,"right"]}],
 22852 ["<div align=center><p>[foo]<p>bar</div><p>extra",
 22853 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22854 	"<div align=\"center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22855 	[true,true,true],
 22856 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"center",false,true,"right"]}],
 22857 ["<div align=center><p>[foo<p>bar}</div><p>extra",
 22858 	[["stylewithcss","true"],["justifyright",""]],
 22859 	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 22860 	[true,true],
 22861 	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[false,false,"center",false,true,"right"]}],
 22862 ["<div align=center><p>[foo<p>bar}</div><p>extra",
 22863 	[["stylewithcss","false"],["justifyright",""]],
 22864 	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 22865 	[true,true],
 22866 	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[false,false,"center",false,true,"right"]}],
 22867 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 22868 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22869 	"<div style=\"text-align:center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22870 	[true,true,true],
 22871 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"center",false,true,"right"]}],
 22872 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 22873 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22874 	"<div style=\"text-align:center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22875 	[true,true,true],
 22876 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"center",false,true,"right"]}],
 22877 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 22878 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22879 	"<div style=\"text-align:center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22880 	[true,true,true],
 22881 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"center",false,true,"right"]}],
 22882 ["<div style=text-align:center><p>[foo]<p>bar</div><p>extra",
 22883 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22884 	"<div style=\"text-align:center\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22885 	[true,true,true],
 22886 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"center",false,true,"right"]}],
 22887 ["<div style=text-align:center><p>[foo<p>bar]</div><p>extra",
 22888 	[["justifyright",""]],
 22889 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 22890 	[true],
 22891 	{"justifyright":[false,false,"center",false,true,"right"]}],
 22892 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 22893 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22894 	"<div align=\"justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22895 	[true,true,true],
 22896 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"justify",false,true,"right"]}],
 22897 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 22898 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22899 	"<div align=\"justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22900 	[true,true,true],
 22901 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"justify",false,true,"right"]}],
 22902 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 22903 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22904 	"<div align=\"justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22905 	[true,true,true],
 22906 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"justify",false,true,"right"]}],
 22907 ["<div align=justify><p>[foo]<p>bar</div><p>extra",
 22908 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22909 	"<div align=\"justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22910 	[true,true,true],
 22911 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"justify",false,true,"right"]}],
 22912 ["<div align=justify><p>[foo<p>bar}</div><p>extra",
 22913 	[["stylewithcss","true"],["justifyright",""]],
 22914 	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 22915 	[true,true],
 22916 	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[false,false,"justify",false,true,"right"]}],
 22917 ["<div align=justify><p>[foo<p>bar}</div><p>extra",
 22918 	[["stylewithcss","false"],["justifyright",""]],
 22919 	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 22920 	[true,true],
 22921 	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[false,false,"justify",false,true,"right"]}],
 22922 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 22923 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22924 	"<div style=\"text-align:justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22925 	[true,true,true],
 22926 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"justify",false,true,"right"]}],
 22927 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 22928 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22929 	"<div style=\"text-align:justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22930 	[true,true,true],
 22931 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"justify",false,true,"right"]}],
 22932 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 22933 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22934 	"<div style=\"text-align:justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22935 	[true,true,true],
 22936 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"justify",false,true,"right"]}],
 22937 ["<div style=text-align:justify><p>[foo]<p>bar</div><p>extra",
 22938 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22939 	"<div style=\"text-align:justify\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22940 	[true,true,true],
 22941 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"justify",false,true,"right"]}],
 22942 ["<div style=text-align:justify><p>[foo<p>bar]</div><p>extra",
 22943 	[["justifyright",""]],
 22944 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 22945 	[true],
 22946 	{"justifyright":[false,false,"justify",false,true,"right"]}],
 22947 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 22948 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22949 	"<div align=\"left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22950 	[true,true,true],
 22951 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22952 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 22953 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22954 	"<div align=\"left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22955 	[true,true,true],
 22956 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22957 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 22958 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22959 	"<div align=\"left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22960 	[true,true,true],
 22961 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22962 ["<div align=left><p>[foo]<p>bar</div><p>extra",
 22963 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22964 	"<div align=\"left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22965 	[true,true,true],
 22966 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22967 ["<div align=left><p>[foo<p>bar}</div><p>extra",
 22968 	[["stylewithcss","true"],["justifyright",""]],
 22969 	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 22970 	[true,true],
 22971 	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 22972 ["<div align=left><p>[foo<p>bar}</div><p>extra",
 22973 	[["stylewithcss","false"],["justifyright",""]],
 22974 	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 22975 	[true,true],
 22976 	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[false,false,"left",false,true,"right"]}],
 22977 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 22978 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 22979 	"<div style=\"text-align:left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22980 	[true,true,true],
 22981 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22982 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 22983 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 22984 	"<div style=\"text-align:left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22985 	[true,true,true],
 22986 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 22987 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 22988 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 22989 	"<div style=\"text-align:left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22990 	[true,true,true],
 22991 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22992 ["<div style=text-align:left><p>[foo]<p>bar</div><p>extra",
 22993 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 22994 	"<div style=\"text-align:left\"><div style=\"text-align:right\"><p>[foo]</p></div><p>bar</p></div><p>extra</p>",
 22995 	[true,true,true],
 22996 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 22997 ["<div style=text-align:left><p>[foo<p>bar]</div><p>extra",
 22998 	[["justifyright",""]],
 22999 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 23000 	[true],
 23001 	{"justifyright":[false,false,"left",false,true,"right"]}],
 23002 ["<div align=right><p>[foo]<p>bar</div><p>extra",
 23003 	[["justifyright",""]],
 23004 	"<div align=\"right\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 23005 	[true],
 23006 	{"justifyright":[false,true,"right",false,true,"right"]}],
 23007 ["<div align=right><p>[foo<p>bar}</div><p>extra",
 23008 	[["stylewithcss","true"],["justifyright",""]],
 23009 	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 23010 	[true,true],
 23011 	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[false,true,"right",false,true,"right"]}],
 23012 ["<div align=right><p>[foo<p>bar}</div><p>extra",
 23013 	[["stylewithcss","false"],["justifyright",""]],
 23014 	"<div style=\"text-align:right\"><p>[foo</p><p>bar}</p></div><p>extra</p>",
 23015 	[true,true],
 23016 	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[false,true,"right",false,true,"right"]}],
 23017 ["<div style=text-align:right><p>[foo]<p>bar</div><p>extra",
 23018 	[["justifyright",""]],
 23019 	"<div style=\"text-align:right\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 23020 	[true],
 23021 	{"justifyright":[false,true,"right",false,true,"right"]}],
 23022 ["<div style=text-align:right><p>[foo<p>bar]</div><p>extra",
 23023 	[["justifyright",""]],
 23024 	"<div style=\"text-align:right\"><p>[foo</p><p>bar]</p></div><p>extra</p>",
 23025 	[true],
 23026 	{"justifyright":[false,true,"right",false,true,"right"]}],
 23027 ["<div align=right>foo</div>[bar]<p>extra",
 23028 	[["justifyright",""]],
 23029 	"<div align=\"right\">foo<br>[bar]</div><p>extra</p>",
 23030 	[true],
 23031 	{"justifyright":[false,false,"left",false,true,"right"]}],
 23032 ["[foo]<div align=right>bar</div><p>extra",
 23033 	[["justifyright",""]],
 23034 	"<div align=\"right\">[foo]<br>bar</div><p>extra</p>",
 23035 	[true],
 23036 	{"justifyright":[false,false,"left",false,true,"right"]}],
 23037 ["<div align=right>foo</div>[bar]<div align=right>baz</div><p>extra",
 23038 	[["defaultparagraphseparator","div"],["justifyright",""]],
 23039 	"<div align=\"right\">foo<br>[bar]<br>baz</div><p>extra</p>",
 23040 	[true,true],
 23041 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23042 ["<div align=right>foo</div>[bar]<div align=right>baz</div><p>extra",
 23043 	[["defaultparagraphseparator","p"],["justifyright",""]],
 23044 	"<div align=\"right\">foo<br>[bar]<br>baz</div><p>extra</p>",
 23045 	[true,true],
 23046 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23047 ["<div align=right><p>foo</div><p>[bar]<p>extra",
 23048 	[["justifyright",""]],
 23049 	"<div align=\"right\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
 23050 	[true],
 23051 	{"justifyright":[false,false,"left",false,true,"right"]}],
 23052 ["<p>[foo]<div align=right><p>bar</div><p>extra",
 23053 	[["justifyright",""]],
 23054 	"<div align=\"right\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 23055 	[true],
 23056 	{"justifyright":[false,false,"left",false,true,"right"]}],
 23057 ["<div align=right><p>foo</div><p>[bar]<div align=right><p>baz</div><p>extra",
 23058 	[["defaultparagraphseparator","div"],["justifyright",""]],
 23059 	"<div align=\"right\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 23060 	[true,true],
 23061 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23062 ["<div align=right><p>foo</div><p>[bar]<div align=right><p>baz</div><p>extra",
 23063 	[["defaultparagraphseparator","p"],["justifyright",""]],
 23064 	"<div align=\"right\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 23065 	[true,true],
 23066 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23067 ["<div style=text-align:right>foo</div>[bar]<p>extra",
 23068 	[["justifyright",""]],
 23069 	"<div style=\"text-align:right\">foo<br>[bar]</div><p>extra</p>",
 23070 	[true],
 23071 	{"justifyright":[false,false,"left",false,true,"right"]}],
 23072 ["[foo]<div style=text-align:right>bar</div><p>extra",
 23073 	[["justifyright",""]],
 23074 	"<div style=\"text-align:right\">[foo]<br>bar</div><p>extra</p>",
 23075 	[true],
 23076 	{"justifyright":[false,false,"left",false,true,"right"]}],
 23077 ["<div style=text-align:right>foo</div>[bar]<div style=text-align:right>baz</div><p>extra",
 23078 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 23079 	"<div style=\"text-align:right\">foo<br>[bar]<br>baz</div><p>extra</p>",
 23080 	[true,true,true],
 23081 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23082 ["<div style=text-align:right>foo</div>[bar]<div style=text-align:right>baz</div><p>extra",
 23083 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 23084 	"<div style=\"text-align:right\">foo<br>[bar]<br>baz</div><p>extra</p>",
 23085 	[true,true,true],
 23086 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23087 ["<div style=text-align:right>foo</div>[bar]<div style=text-align:right>baz</div><p>extra",
 23088 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 23089 	"<div style=\"text-align:right\">foo<br>[bar]<br>baz</div><p>extra</p>",
 23090 	[true,true,true],
 23091 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23092 ["<div style=text-align:right>foo</div>[bar]<div style=text-align:right>baz</div><p>extra",
 23093 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 23094 	"<div style=\"text-align:right\">foo<br>[bar]<br>baz</div><p>extra</p>",
 23095 	[true,true,true],
 23096 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23097 ["<div style=text-align:right><p>foo</div><p>[bar]<p>extra",
 23098 	[["justifyright",""]],
 23099 	"<div style=\"text-align:right\"><p>foo</p><p>[bar]</p></div><p>extra</p>",
 23100 	[true],
 23101 	{"justifyright":[false,false,"left",false,true,"right"]}],
 23102 ["<p>[foo]<div style=text-align:right><p>bar</div><p>extra",
 23103 	[["justifyright",""]],
 23104 	"<div style=\"text-align:right\"><p>[foo]</p><p>bar</p></div><p>extra</p>",
 23105 	[true],
 23106 	{"justifyright":[false,false,"left",false,true,"right"]}],
 23107 ["<div style=text-align:right><p>foo</div><p>[bar]<div style=text-align:right><p>baz</div><p>extra",
 23108 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 23109 	"<div style=\"text-align:right\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 23110 	[true,true,true],
 23111 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23112 ["<div style=text-align:right><p>foo</div><p>[bar]<div style=text-align:right><p>baz</div><p>extra",
 23113 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 23114 	"<div style=\"text-align:right\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 23115 	[true,true,true],
 23116 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23117 ["<div style=text-align:right><p>foo</div><p>[bar]<div style=text-align:right><p>baz</div><p>extra",
 23118 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 23119 	"<div style=\"text-align:right\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 23120 	[true,true,true],
 23121 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23122 ["<div style=text-align:right><p>foo</div><p>[bar]<div style=text-align:right><p>baz</div><p>extra",
 23123 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 23124 	"<div style=\"text-align:right\"><p>foo</p><p>[bar]</p><p>baz</p></div><p>extra</p>",
 23125 	[true,true,true],
 23126 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23127 ["<p align=right>foo<p>[bar]<p>extra",
 23128 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 23129 	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p>extra</p>",
 23130 	[true,true,true],
 23131 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23132 ["<p align=right>foo<p>[bar]<p>extra",
 23133 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 23134 	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p>extra</p>",
 23135 	[true,true,true],
 23136 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23137 ["<p align=right>foo<p>[bar]<p>extra",
 23138 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 23139 	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p>extra</p>",
 23140 	[true,true,true],
 23141 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23142 ["<p align=right>foo<p>[bar]<p>extra",
 23143 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 23144 	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p>extra</p>",
 23145 	[true,true,true],
 23146 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23147 ["<p>[foo]<p align=right>bar<p>extra",
 23148 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 23149 	"<div style=\"text-align:right\"><p>[foo]</p></div><p align=\"right\">bar</p><p>extra</p>",
 23150 	[true,true,true],
 23151 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23152 ["<p>[foo]<p align=right>bar<p>extra",
 23153 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 23154 	"<div style=\"text-align:right\"><p>[foo]</p></div><p align=\"right\">bar</p><p>extra</p>",
 23155 	[true,true,true],
 23156 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23157 ["<p>[foo]<p align=right>bar<p>extra",
 23158 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 23159 	"<div style=\"text-align:right\"><p>[foo]</p></div><p align=\"right\">bar</p><p>extra</p>",
 23160 	[true,true,true],
 23161 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23162 ["<p>[foo]<p align=right>bar<p>extra",
 23163 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 23164 	"<div style=\"text-align:right\"><p>[foo]</p></div><p align=\"right\">bar</p><p>extra</p>",
 23165 	[true,true,true],
 23166 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23167 ["<p align=right>foo<p>[bar]<p align=right>baz<p>extra",
 23168 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 23169 	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p align=\"right\">baz</p><p>extra</p>",
 23170 	[true,true,true],
 23171 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23172 ["<p align=right>foo<p>[bar]<p align=right>baz<p>extra",
 23173 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 23174 	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p align=\"right\">baz</p><p>extra</p>",
 23175 	[true,true,true],
 23176 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23177 ["<p align=right>foo<p>[bar]<p align=right>baz<p>extra",
 23178 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 23179 	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p align=\"right\">baz</p><p>extra</p>",
 23180 	[true,true,true],
 23181 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23182 ["<p align=right>foo<p>[bar]<p align=right>baz<p>extra",
 23183 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 23184 	"<p align=\"right\">foo</p><div style=\"text-align:right\"><p>[bar]</p></div><p align=\"right\">baz</p><p>extra</p>",
 23185 	[true,true,true],
 23186 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23187 ["<div align=right>[foo</div>bar]<p>extra",
 23188 	[["stylewithcss","true"],["justifyright",""]],
 23189 	"<div style=\"text-align:right\">[foo<br>bar]</div><p>extra</p>",
 23190 	[true,true],
 23191 	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[true,false,"right",false,true,"right"]}],
 23192 ["<div align=right>[foo</div>bar]<p>extra",
 23193 	[["stylewithcss","false"],["justifyright",""]],
 23194 	"<div style=\"text-align:right\">[foo<br>bar]</div><p>extra</p>",
 23195 	[true,true],
 23196 	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[true,false,"right",false,true,"right"]}],
 23197 ["<div align=right>fo[o</div>b]ar<p>extra",
 23198 	[["stylewithcss","true"],["justifyright",""]],
 23199 	"<div style=\"text-align:right\">fo[o<br>b]ar</div><p>extra</p>",
 23200 	[true,true],
 23201 	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[true,false,"right",false,true,"right"]}],
 23202 ["<div align=right>fo[o</div>b]ar<p>extra",
 23203 	[["stylewithcss","false"],["justifyright",""]],
 23204 	"<div style=\"text-align:right\">fo[o<br>b]ar</div><p>extra</p>",
 23205 	[true,true],
 23206 	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[true,false,"right",false,true,"right"]}],
 23207 ["<div style=text-align:right>[foo</div>bar]<p>extra",
 23208 	[["justifyright",""]],
 23209 	"<div style=\"text-align:right\">[foo<br>bar]</div><p>extra</p>",
 23210 	[true],
 23211 	{"justifyright":[true,false,"right",false,true,"right"]}],
 23212 ["<div style=text-align:right>fo[o</div>b]ar<p>extra",
 23213 	[["justifyright",""]],
 23214 	"<div style=\"text-align:right\">fo[o<br>b]ar</div><p>extra</p>",
 23215 	[true],
 23216 	{"justifyright":[true,false,"right",false,true,"right"]}],
 23217 ["<span style=text-align:right>[foo]</span><p>extra",
 23218 	[["defaultparagraphseparator","div"],["justifyright",""]],
 23219 	"<div style=\"text-align:right\">[foo]</div><p>extra</p>",
 23220 	[true,true],
 23221 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23222 ["<span style=text-align:right>[foo]</span><p>extra",
 23223 	[["defaultparagraphseparator","p"],["justifyright",""]],
 23224 	"<div style=\"text-align:right\">[foo]</div><p>extra</p>",
 23225 	[true,true],
 23226 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23227 ["<span style=text-align:right>f[o]o</span><p>extra",
 23228 	[["defaultparagraphseparator","div"],["justifyright",""]],
 23229 	"<div style=\"text-align:right\">f[o]o</div><p>extra</p>",
 23230 	[true,true],
 23231 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23232 ["<span style=text-align:right>f[o]o</span><p>extra",
 23233 	[["defaultparagraphseparator","p"],["justifyright",""]],
 23234 	"<div style=\"text-align:right\">f[o]o</div><p>extra</p>",
 23235 	[true,true],
 23236 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23237 ["<div style=text-align:right>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 23238 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 23239 	"<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>",
 23240 	[true,true,true],
 23241 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 23242 ["<div style=text-align:right>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 23243 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 23244 	"<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>",
 23245 	[true,true,true],
 23246 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,true,"right",false,true,"right"]}],
 23247 ["<div style=text-align:right>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 23248 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 23249 	"<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>",
 23250 	[true,true,true],
 23251 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 23252 ["<div style=text-align:right>[foo<div style=text-align:left contenteditable=false>bar</div>baz]</div><p>extra",
 23253 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 23254 	"<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>",
 23255 	[true,true,true],
 23256 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,true,"right",false,true,"right"]}],
 23257 ["<div align=nonsense><p>[foo]</div><p>extra",
 23258 	[["stylewithcss","true"],["justifyright",""]],
 23259 	"<div style=\"text-align:right\"><p>[foo]</p></div><p>extra</p>",
 23260 	[true,true],
 23261 	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 23262 ["<div align=nonsense><p>[foo]</div><p>extra",
 23263 	[["stylewithcss","false"],["justifyright",""]],
 23264 	"<div style=\"text-align:right\"><p>[foo]</p></div><p>extra</p>",
 23265 	[true,true],
 23266 	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[false,false,"left",false,true,"right"]}],
 23267 ["<div style=text-align:inherit><p>[foo]</div><p>extra",
 23268 	[["justifyright",""]],
 23269 	"<div style=\"text-align:right\"><p>[foo]</p></div><p>extra</p>",
 23270 	[true],
 23271 	{"justifyright":[false,false,"left",false,true,"right"]}],
 23272 ["<quasit align=center><p>[foo]</p></quasit><p>extra",
 23273 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 23274 	"<div style=\"text-align:right\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 23275 	[true,true,true],
 23276 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23277 ["<quasit align=center><p>[foo]</p></quasit><p>extra",
 23278 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 23279 	"<div style=\"text-align:right\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 23280 	[true,true,true],
 23281 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23282 ["<quasit align=center><p>[foo]</p></quasit><p>extra",
 23283 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 23284 	"<div style=\"text-align:right\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 23285 	[true,true,true],
 23286 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23287 ["<quasit align=center><p>[foo]</p></quasit><p>extra",
 23288 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 23289 	"<div style=\"text-align:right\"><quasit><p>[foo]</p></quasit></div><p>extra</p>",
 23290 	[true,true,true],
 23291 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23292 ["<div style=text-align:start>[foo]</div><p>extra",
 23293 	[["justifyright",""]],
 23294 	"<div style=\"text-align:right\">[foo]</div><p>extra</p>",
 23295 	[true],
 23296 	{"justifyright":[false,false,"left",false,true,"right"]}],
 23297 ["<div style=text-align:end>[foo]</div><p>extra",
 23298 	[["justifyright",""]],
 23299 	"<div style=\"text-align:right\">[foo]</div><p>extra</p>",
 23300 	[true],
 23301 	{"justifyright":[false,true,"right",false,true,"right"]}],
 23302 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 23303 	[["stylewithcss","true"],["justifyright",""]],
 23304 	"<div dir=\"rtl\">[foo]</div><p>extra</p>",
 23305 	[true,true],
 23306 	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[false,true,"right",false,true,"right"]}],
 23307 ["<div dir=rtl style=text-align:start>[foo]</div><p>extra",
 23308 	[["stylewithcss","false"],["justifyright",""]],
 23309 	"<div dir=\"rtl\">[foo]</div><p>extra</p>",
 23310 	[true,true],
 23311 	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[false,true,"right",false,true,"right"]}],
 23312 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 23313 	[["stylewithcss","true"],["justifyright",""]],
 23314 	"<div dir=\"rtl\">[foo]</div><p>extra</p>",
 23315 	[true,true],
 23316 	{"stylewithcss":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 23317 ["<div dir=rtl style=text-align:end>[foo]</div><p>extra",
 23318 	[["stylewithcss","false"],["justifyright",""]],
 23319 	"<div dir=\"rtl\">[foo]</div><p>extra</p>",
 23320 	[true,true],
 23321 	{"stylewithcss":[false,true,"",false,false,""],"justifyright":[false,false,"left",false,true,"right"]}],
 23322 ["<div style=text-align:right><p>foo</div> <p>[bar]",
 23323 	[["justifyright",""]],
 23324 	"<div style=\"text-align:right\"><p>foo</p> <p>[bar]</p></div>",
 23325 	[true],
 23326 	{"justifyright":[false,false,"left",false,true,"right"]}],
 23327 ["<div align=right><p>foo</div> <p>[bar]",
 23328 	[["justifyright",""]],
 23329 	"<div align=\"right\"><p>foo</p> <p>[bar]</p></div>",
 23330 	[true],
 23331 	{"justifyright":[false,false,"left",false,true,"right"]}],
 23332 ["<p>[foo]</p> <div style=text-align:right><p>bar</div>",
 23333 	[["justifyright",""]],
 23334 	"<div style=\"text-align:right\"><p>[foo]</p> <p>bar</p></div>",
 23335 	[true],
 23336 	{"justifyright":[false,false,"left",false,true,"right"]}],
 23337 ["<p>[foo]</p> <div align=right><p>bar</div>",
 23338 	[["justifyright",""]],
 23339 	"<div align=\"right\"><p>[foo]</p> <p>bar</p></div>",
 23340 	[true],
 23341 	{"justifyright":[false,false,"left",false,true,"right"]}],
 23342 ["<div style=text-align:right><p>foo</div> <p>[bar]</p> <div style=text-align:right><p>baz</div>",
 23343 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
 23344 	"<div style=\"text-align:right\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 23345 	[true,true,true],
 23346 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23347 ["<div style=text-align:right><p>foo</div> <p>[bar]</p> <div style=text-align:right><p>baz</div>",
 23348 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
 23349 	"<div style=\"text-align:right\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 23350 	[true,true,true],
 23351 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23352 ["<div style=text-align:right><p>foo</div> <p>[bar]</p> <div style=text-align:right><p>baz</div>",
 23353 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["justifyright",""]],
 23354 	"<div style=\"text-align:right\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 23355 	[true,true,true],
 23356 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23357 ["<div style=text-align:right><p>foo</div> <p>[bar]</p> <div style=text-align:right><p>baz</div>",
 23358 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["justifyright",""]],
 23359 	"<div style=\"text-align:right\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 23360 	[true,true,true],
 23361 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23362 ["<div align=right><p>foo</div> <p>[bar]</p> <div align=right><p>baz</div>",
 23363 	[["defaultparagraphseparator","div"],["justifyright",""]],
 23364 	"<div align=\"right\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 23365 	[true,true],
 23366 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
 23367 ["<div align=right><p>foo</div> <p>[bar]</p> <div align=right><p>baz</div>",
 23368 	[["defaultparagraphseparator","p"],["justifyright",""]],
 23369 	"<div align=\"right\"><p>foo</p> <p>[bar]</p> <p>baz</p></div>",
 23370 	[true,true],
 23371 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"justifyright":[false,false,"left",false,true,"right"]}],
 23372 ["<blockquote><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 23373 	[["outdent",""]],
 23374 	"<p>foo[bar]</p><blockquote><p>baz</p></blockquote><p>extra</p>",
 23375 	[true],
 23376 	{"outdent":[false,false,"",false,false,""]}],
 23377 ["<blockquote><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 23378 	[["outdent",""]],
 23379 	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
 23380 	[true],
 23381 	{"outdent":[false,false,"",false,false,""]}],
 23382 ["<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 23383 	[["outdent",""]],
 23384 	"<p>foo[bar]</p><p>baz</p><p>extra</p>",
 23385 	[true],
 23386 	{"outdent":[false,false,"",false,false,""]}],
 23387 ["<blockquote><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 23388 	[["outdent",""]],
 23389 	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
 23390 	[true],
 23391 	{"outdent":[false,false,"",false,false,""]}],
 23392 ["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 23393 	[["stylewithcss","true"],["outdent",""]],
 23394 	"<p>foo[bar]</p><blockquote><p>baz</p></blockquote><p>extra</p>",
 23395 	[true,true],
 23396 	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 23397 ["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
 23398 	[["stylewithcss","false"],["outdent",""]],
 23399 	"<p>foo[bar]</p><blockquote><p>baz</p></blockquote><p>extra</p>",
 23400 	[true,true],
 23401 	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 23402 ["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 23403 	[["stylewithcss","true"],["outdent",""]],
 23404 	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
 23405 	[true,true],
 23406 	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 23407 ["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra",
 23408 	[["stylewithcss","false"],["outdent",""]],
 23409 	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
 23410 	[true,true],
 23411 	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 23412 ["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 23413 	[["stylewithcss","true"],["outdent",""]],
 23414 	"<p>foo[bar]</p><p>baz</p><p>extra</p>",
 23415 	[true,true],
 23416 	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 23417 ["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra",
 23418 	[["stylewithcss","false"],["outdent",""]],
 23419 	"<p>foo[bar]</p><p>baz</p><p>extra</p>",
 23420 	[true,true],
 23421 	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 23422 ["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 23423 	[["stylewithcss","true"],["outdent",""]],
 23424 	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
 23425 	[true,true],
 23426 	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 23427 ["<blockquote style=\"margin-right: 0px;\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra",
 23428 	[["stylewithcss","false"],["outdent",""]],
 23429 	"<p>foo[bar</p><p>b]az</p><p>extra</p>",
 23430 	[true,true],
 23431 	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 23432 ["<p style=\"margin-left: 40px\">foo[bar]</p><p style=\"margin-left: 40px\">baz</p><p>extra",
 23433 	[["outdent",""]],
 23434 	"<p style=\"margin-left:40px\">foo[bar]</p><p style=\"margin-left:40px\">baz</p><p>extra</p>",
 23435 	[true],
 23436 	{"outdent":[false,false,"",false,false,""]}],
 23437 ["<p style=\"margin-left: 40px\">foo[bar</p><p style=\"margin-left: 40px\">b]az</p><p>extra",
 23438 	[["outdent",""]],
 23439 	"<p style=\"margin-left:40px\">foo[bar</p><p style=\"margin-left:40px\">b]az</p><p>extra</p>",
 23440 	[true],
 23441 	{"outdent":[false,false,"",false,false,""]}],
 23442 ["<p style=\"margin-left: 40px\">foo[bar]</p><p>baz</p><p>extra",
 23443 	[["outdent",""]],
 23444 	"<p style=\"margin-left:40px\">foo[bar]</p><p>baz</p><p>extra</p>",
 23445 	[true],
 23446 	{"outdent":[false,false,"",false,false,""]}],
 23447 ["<p style=\"margin-left: 40px\">foo[bar</p><p>b]az</p><p>extra",
 23448 	[["outdent",""]],
 23449 	"<p style=\"margin-left:40px\">foo[bar</p><p>b]az</p><p>extra</p>",
 23450 	[true],
 23451 	{"outdent":[false,false,"",false,false,""]}],
 23452 ["<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",
 23453 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["outdent",""]],
 23454 	"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div><p>extra</p>",
 23455 	[true,true,true],
 23456 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23457 ["<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",
 23458 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["outdent",""]],
 23459 	"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div><p>extra</p>",
 23460 	[true,true,true],
 23461 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23462 ["<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",
 23463 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["outdent",""]],
 23464 	"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div><p>extra</p>",
 23465 	[true,true,true],
 23466 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23467 ["<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",
 23468 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["outdent",""]],
 23469 	"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div><p>extra</p>",
 23470 	[true,true,true],
 23471 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23472 ["<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",
 23473 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["outdent",""]],
 23474 	"<div class=\"webkit-indent-blockquote\"><p>foo[bar</p><p>b]az</p></div><p>extra</p>",
 23475 	[true,true,true],
 23476 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23477 ["<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",
 23478 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["outdent",""]],
 23479 	"<div class=\"webkit-indent-blockquote\"><p>foo[bar</p><p>b]az</p></div><p>extra</p>",
 23480 	[true,true,true],
 23481 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23482 ["<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",
 23483 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["outdent",""]],
 23484 	"<div class=\"webkit-indent-blockquote\"><p>foo[bar</p><p>b]az</p></div><p>extra</p>",
 23485 	[true,true,true],
 23486 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23487 ["<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",
 23488 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["outdent",""]],
 23489 	"<div class=\"webkit-indent-blockquote\"><p>foo[bar</p><p>b]az</p></div><p>extra</p>",
 23490 	[true,true,true],
 23491 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23492 ["<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",
 23493 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["outdent",""]],
 23494 	"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p></div><p>baz</p><p>extra</p>",
 23495 	[true,true,true],
 23496 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23497 ["<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",
 23498 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["outdent",""]],
 23499 	"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p></div><p>baz</p><p>extra</p>",
 23500 	[true,true,true],
 23501 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23502 ["<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",
 23503 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["outdent",""]],
 23504 	"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p></div><p>baz</p><p>extra</p>",
 23505 	[true,true,true],
 23506 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23507 ["<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",
 23508 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["outdent",""]],
 23509 	"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p></div><p>baz</p><p>extra</p>",
 23510 	[true,true,true],
 23511 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23512 ["<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",
 23513 	[["stylewithcss","true"],["defaultparagraphseparator","div"],["outdent",""]],
 23514 	"<div class=\"webkit-indent-blockquote\"><p>foo[bar</p></div><p>b]az</p><p>extra</p>",
 23515 	[true,true,true],
 23516 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23517 ["<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",
 23518 	[["stylewithcss","false"],["defaultparagraphseparator","div"],["outdent",""]],
 23519 	"<div class=\"webkit-indent-blockquote\"><p>foo[bar</p></div><p>b]az</p><p>extra</p>",
 23520 	[true,true,true],
 23521 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23522 ["<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",
 23523 	[["stylewithcss","true"],["defaultparagraphseparator","p"],["outdent",""]],
 23524 	"<div class=\"webkit-indent-blockquote\"><p>foo[bar</p></div><p>b]az</p><p>extra</p>",
 23525 	[true,true,true],
 23526 	{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23527 ["<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",
 23528 	[["stylewithcss","false"],["defaultparagraphseparator","p"],["outdent",""]],
 23529 	"<div class=\"webkit-indent-blockquote\"><p>foo[bar</p></div><p>b]az</p><p>extra</p>",
 23530 	[true,true,true],
 23531 	{"stylewithcss":[false,true,"",false,false,""],"defaultparagraphseparator":[false,false,"p",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23532 ["<blockquote><blockquote>foo[bar]baz</blockquote></blockquote>",
 23533 	[["outdent",""]],
 23534 	"<blockquote>foo[bar]baz</blockquote>",
 23535 	[true],
 23536 	{"outdent":[false,false,"",false,false,""]}],
 23537 ["<blockquote><blockquote data-abc=def>foo[bar]baz</blockquote></blockquote>",
 23538 	[["outdent",""]],
 23539 	"<blockquote data-abc=\"def\">foo[bar]baz</blockquote>",
 23540 	[true],
 23541 	{"outdent":[false,false,"",false,false,""]}],
 23542 ["<blockquote data-abc=def><blockquote>foo[bar]baz</blockquote></blockquote>",
 23543 	[["outdent",""]],
 23544 	"<blockquote data-abc=\"def\">foo[bar]baz</blockquote>",
 23545 	[true],
 23546 	{"outdent":[false,false,"",false,false,""]}],
 23547 ["<blockquote><div>foo[bar]baz</div></blockquote>",
 23548 	[["outdent",""]],
 23549 	"<div>foo[bar]baz</div>",
 23550 	[true],
 23551 	{"outdent":[false,false,"",false,false,""]}],
 23552 ["<blockquote><div id=abc>foo[bar]baz</div></blockquote>",
 23553 	[["outdent",""]],
 23554 	"<div id=\"abc\">foo[bar]baz</div>",
 23555 	[true],
 23556 	{"outdent":[false,false,"",false,false,""]}],
 23557 ["<blockquote id=abc>foo[bar]baz</blockquote>",
 23558 	[["defaultparagraphseparator","div"],["outdent",""]],
 23559 	"<div id=\"abc\">foo[bar]baz</div>",
 23560 	[true,true],
 23561 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23562 ["<blockquote id=abc>foo[bar]baz</blockquote>",
 23563 	[["defaultparagraphseparator","p"],["outdent",""]],
 23564 	"<div id=\"abc\">foo[bar]baz</div>",
 23565 	[true,true],
 23566 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23567 ["<blockquote style=\"color: blue\">foo[bar]baz</blockquote>",
 23568 	[["defaultparagraphseparator","div"],["outdent",""]],
 23569 	"<div style=\"color:rgb(0, 0, 255)\">foo[bar]baz</div>",
 23570 	[true,true],
 23571 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23572 ["<blockquote style=\"color: blue\">foo[bar]baz</blockquote>",
 23573 	[["defaultparagraphseparator","p"],["outdent",""]],
 23574 	"<div style=\"color:rgb(0, 0, 255)\">foo[bar]baz</div>",
 23575 	[true,true],
 23576 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23577 ["<blockquote><blockquote><p>foo[bar]<p>baz</blockquote></blockquote>",
 23578 	[["outdent",""]],
 23579 	"<blockquote><p>foo[bar]</p><blockquote><p>baz</p></blockquote></blockquote>",
 23580 	[true],
 23581 	{"outdent":[false,false,"",false,false,""]}],
 23582 ["<blockquote><blockquote data-abc=def><p>foo[bar]<p>baz</blockquote></blockquote>",
 23583 	[["outdent",""]],
 23584 	"<blockquote data-abc=\"def\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></blockquote>",
 23585 	[true],
 23586 	{"outdent":[false,false,"",false,false,""]}],
 23587 ["<blockquote data-abc=def><blockquote><p>foo[bar]<p>baz</blockquote></blockquote>",
 23588 	[["outdent",""]],
 23589 	"<blockquote data-abc=\"def\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></blockquote>",
 23590 	[true],
 23591 	{"outdent":[false,false,"",false,false,""]}],
 23592 ["<blockquote><div><p>foo[bar]<p>baz</div></blockquote>",
 23593 	[["outdent",""]],
 23594 	"<div><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
 23595 	[true],
 23596 	{"outdent":[false,false,"",false,false,""]}],
 23597 ["<blockquote><div id=abc><p>foo[bar]<p>baz</div></blockquote>",
 23598 	[["outdent",""]],
 23599 	"<div id=\"abc\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
 23600 	[true],
 23601 	{"outdent":[false,false,"",false,false,""]}],
 23602 ["<blockquote id=abc><p>foo[bar]<p>baz</blockquote>",
 23603 	[["defaultparagraphseparator","div"],["outdent",""]],
 23604 	"<div id=\"abc\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
 23605 	[true,true],
 23606 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23607 ["<blockquote id=abc><p>foo[bar]<p>baz</blockquote>",
 23608 	[["defaultparagraphseparator","p"],["outdent",""]],
 23609 	"<div id=\"abc\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
 23610 	[true,true],
 23611 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23612 ["<blockquote style=\"color: blue\"><p>foo[bar]<p>baz</blockquote>",
 23613 	[["defaultparagraphseparator","div"],["outdent",""]],
 23614 	"<div style=\"color:rgb(0, 0, 255)\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
 23615 	[true,true],
 23616 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23617 ["<blockquote style=\"color: blue\"><p>foo[bar]<p>baz</blockquote>",
 23618 	[["defaultparagraphseparator","p"],["outdent",""]],
 23619 	"<div style=\"color:rgb(0, 0, 255)\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div>",
 23620 	[true,true],
 23621 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23622 ["<blockquote><p><b>foo[bar]</b><p>baz</blockquote>",
 23623 	[["outdent",""]],
 23624 	"<p><b>foo[bar]</b></p><blockquote><p>baz</p></blockquote>",
 23625 	[true],
 23626 	{"outdent":[false,false,"",false,false,""]}],
 23627 ["<blockquote><p><strong>foo[bar]</strong><p>baz</blockquote>",
 23628 	[["outdent",""]],
 23629 	"<p><strong>foo[bar]</strong></p><blockquote><p>baz</p></blockquote>",
 23630 	[true],
 23631 	{"outdent":[false,false,"",false,false,""]}],
 23632 ["<blockquote><p><span>foo[bar]</span><p>baz</blockquote>",
 23633 	[["outdent",""]],
 23634 	"<p><span>foo[bar]</span></p><blockquote><p>baz</p></blockquote>",
 23635 	[true],
 23636 	{"outdent":[false,false,"",false,false,""]}],
 23637 ["<blockquote><blockquote style=\"color: blue\"><p>foo[bar]</blockquote><p>baz</blockquote>",
 23638 	[["outdent",""]],
 23639 	"<blockquote style=\"color:rgb(0, 0, 255)\"><p>foo[bar]</p></blockquote><blockquote><p>baz</p></blockquote>",
 23640 	[true],
 23641 	{"outdent":[false,false,"",false,false,""]}],
 23642 ["<blockquote style=\"color: blue\"><blockquote><p>foo[bar]</blockquote><p>baz</blockquote>",
 23643 	[["outdent",""]],
 23644 	"<blockquote style=\"color:rgb(0, 0, 255)\"><p>foo[bar]</p><p>baz</p></blockquote>",
 23645 	[true],
 23646 	{"outdent":[false,false,"",false,false,""]}],
 23647 ["<ol><li>foo<li>[bar]<li>baz</ol>",
 23648 	[["defaultparagraphseparator","div"],["outdent",""]],
 23649 	"<ol><li>foo</li></ol><div>[bar]</div><ol><li>baz</li></ol>",
 23650 	[true,true],
 23651 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23652 ["<ol><li>foo<li>[bar]<li>baz</ol>",
 23653 	[["defaultparagraphseparator","p"],["outdent",""]],
 23654 	"<ol><li>foo</li></ol><p>[bar]</p><ol><li>baz</li></ol>",
 23655 	[true,true],
 23656 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23657 ["<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>",
 23658 	[["defaultparagraphseparator","div"],["outdent",""]],
 23659 	"<ol><li>foo</li>{</ol><div>bar</div>}<ol><li>baz</li></ol>",
 23660 	[true,true],
 23661 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23662 ["<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>",
 23663 	[["defaultparagraphseparator","p"],["outdent",""]],
 23664 	"<ol><li>foo</li>{</ol><p>bar</p>}<ol><li>baz</li></ol>",
 23665 	[true,true],
 23666 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23667 ["<ol><li>foo</ol>[bar]",
 23668 	[["outdent",""]],
 23669 	"<ol><li>foo</li></ol>[bar]",
 23670 	[true],
 23671 	{"outdent":[false,false,"",false,false,""]}],
 23672 ["<ol><li>[foo]<br>bar<li>baz</ol>",
 23673 	[["defaultparagraphseparator","div"],["outdent",""]],
 23674 	"<div>[foo]<br>bar</div><ol><li>baz</li></ol>",
 23675 	[true,true],
 23676 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23677 ["<ol><li>[foo]<br>bar<li>baz</ol>",
 23678 	[["defaultparagraphseparator","p"],["outdent",""]],
 23679 	"<p>[foo]<br>bar</p><ol><li>baz</li></ol>",
 23680 	[true,true],
 23681 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23682 ["<ol><li>foo<br>[bar]<li>baz</ol>",
 23683 	[["defaultparagraphseparator","div"],["outdent",""]],
 23684 	"<div>foo<br>[bar]</div><ol><li>baz</li></ol>",
 23685 	[true,true],
 23686 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23687 ["<ol><li>foo<br>[bar]<li>baz</ol>",
 23688 	[["defaultparagraphseparator","p"],["outdent",""]],
 23689 	"<p>foo<br>[bar]</p><ol><li>baz</li></ol>",
 23690 	[true,true],
 23691 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23692 ["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 23693 	[["defaultparagraphseparator","div"],["outdent",""]],
 23694 	"<div>[foo]</div><div>bar</div><ol><li>baz</li></ol>",
 23695 	[true,true],
 23696 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23697 ["<ol><li><div>[foo]</div>bar<li>baz</ol>",
 23698 	[["defaultparagraphseparator","p"],["outdent",""]],
 23699 	"<div>[foo]</div><p>bar</p><ol><li>baz</li></ol>",
 23700 	[true,true],
 23701 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23702 ["<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>",
 23703 	[["outdent",""]],
 23704 	"<ol><li>foo</li><li>[bar]</li><ol><li>baz</li></ol><li>quz</li></ol>",
 23705 	[true],
 23706 	{"outdent":[false,false,"",false,false,""]}],
 23707 ["<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>",
 23708 	[["outdent",""]],
 23709 	"<ol><li>foo</li><ol><li>bar</li></ol><li>[baz]</li><li>quz</li></ol>",
 23710 	[true],
 23711 	{"outdent":[false,false,"",false,false,""]}],
 23712 ["<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>",
 23713 	[["outdent",""]],
 23714 	"<ol><li>foo</li><li>[bar]</li><ol><li>baz</li></ol><li>quz</li></ol>",
 23715 	[true],
 23716 	{"outdent":[false,false,"",false,false,""]}],
 23717 ["<ol><li>foo</li><ol data-start=0 data-end=1><li>bar<li>baz</ol><li>quz</ol>",
 23718 	[["outdent",""]],
 23719 	"<ol><li>foo</li>{<li>bar</li>}<ol><li>baz</li></ol><li>quz</li></ol>",
 23720 	[true],
 23721 	{"outdent":[false,false,"",false,false,""]}],
 23722 ["<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>",
 23723 	[["outdent",""]],
 23724 	"<ol><li>foo</li><ol><li>bar</li></ol><li>[baz]</li><li>quz</li></ol>",
 23725 	[true],
 23726 	{"outdent":[false,false,"",false,false,""]}],
 23727 ["<ol><li>foo</li><ol data-start=1 data-end=2><li>bar<li>baz</ol><li>quz</ol>",
 23728 	[["outdent",""]],
 23729 	"<ol><li>foo</li><ol><li>bar</li></ol>{<li>baz</li>}<li>quz</li></ol>",
 23730 	[true],
 23731 	{"outdent":[false,false,"",false,false,""]}],
 23732 ["<ol><li>foo<ol><li>b[a]r</ol><li>baz</ol>",
 23733 	[["outdent",""]],
 23734 	"<ol><li>foo</li><li>b[a]r</li><li>baz</li></ol>",
 23735 	[true],
 23736 	{"outdent":[false,false,"",false,false,""]}],
 23737 ["<ol><li>foo</li><ol><li>b[a]r</ol><li>baz</ol>",
 23738 	[["outdent",""]],
 23739 	"<ol><li>foo</li><li>b[a]r</li><li>baz</li></ol>",
 23740 	[true],
 23741 	{"outdent":[false,false,"",false,false,""]}],
 23742 ["<ol><li>foo{<ol><li>bar</ol>}<li>baz</ol>",
 23743 	[["outdent",""]],
 23744 	"<ol><li>foo</li>{<li>bar</li>}<li>baz</li></ol>",
 23745 	[true],
 23746 	{"outdent":[false,false,"",false,false,""]}],
 23747 ["<ol><li>foo</li>{<ol><li>bar</ol>}<li>baz</ol>",
 23748 	[["outdent",""]],
 23749 	"<ol><li>foo</li>{<li>bar</li>}<li>baz</li></ol>",
 23750 	[true],
 23751 	{"outdent":[false,false,"",false,false,""]}],
 23752 ["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
 23753 	[["defaultparagraphseparator","div"],["outdent",""]],
 23754 	"<div>[foo]</div><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 23755 	[true,true],
 23756 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23757 ["<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>",
 23758 	[["defaultparagraphseparator","p"],["outdent",""]],
 23759 	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 23760 	[true,true],
 23761 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23762 ["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
 23763 	[["defaultparagraphseparator","div"],["outdent",""]],
 23764 	"<div>[foo]</div><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 23765 	[true,true],
 23766 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23767 ["<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>",
 23768 	[["defaultparagraphseparator","p"],["outdent",""]],
 23769 	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 23770 	[true,true],
 23771 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23772 ["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
 23773 	[["defaultparagraphseparator","div"],["outdent",""]],
 23774 	"<ol><li>foo</li></ol><div>[bar]</div><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 23775 	[true,true],
 23776 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23777 ["<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>",
 23778 	[["defaultparagraphseparator","p"],["outdent",""]],
 23779 	"<ol><li>foo</li></ol><p>[bar]</p><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 23780 	[true,true],
 23781 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23782 ["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
 23783 	[["defaultparagraphseparator","div"],["outdent",""]],
 23784 	"<ol><li>foo</li></ol><div>[bar]</div><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 23785 	[true,true],
 23786 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23787 ["<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>",
 23788 	[["defaultparagraphseparator","p"],["outdent",""]],
 23789 	"<ol><li>foo</li></ol><p>[bar]</p><ol><ol><li>baz</li></ol><li>quz</li></ol>",
 23790 	[true,true],
 23791 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23792 ["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
 23793 	[["defaultparagraphseparator","div"],["outdent",""]],
 23794 	"<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li></ol><div>[quz]</div>",
 23795 	[true,true],
 23796 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23797 ["<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>",
 23798 	[["defaultparagraphseparator","p"],["outdent",""]],
 23799 	"<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li></ol><p>[quz]</p>",
 23800 	[true,true],
 23801 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23802 ["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
 23803 	[["defaultparagraphseparator","div"],["outdent",""]],
 23804 	"<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol></ol><div>[quz]</div>",
 23805 	[true,true],
 23806 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23807 ["<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>",
 23808 	[["defaultparagraphseparator","p"],["outdent",""]],
 23809 	"<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol></ol><p>[quz]</p>",
 23810 	[true,true],
 23811 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23812 ["<ol><li>foo<li>b[ar<li>baz]</ol>",
 23813 	[["defaultparagraphseparator","div"],["outdent",""]],
 23814 	"<ol><li>foo</li></ol><div>b[ar</div><div>baz]</div>",
 23815 	[true,true],
 23816 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23817 ["<ol><li>foo<li>b[ar<li>baz]</ol>",
 23818 	[["defaultparagraphseparator","p"],["outdent",""]],
 23819 	"<ol><li>foo</li></ol><p>b[ar</p><p>baz]</p>",
 23820 	[true,true],
 23821 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23822 ["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
 23823 	[["defaultparagraphseparator","div"],["outdent",""]],
 23824 	"<div>[foo</div><ol><li>bar]</li><li>baz</li></ol>",
 23825 	[true,true],
 23826 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23827 ["<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>",
 23828 	[["defaultparagraphseparator","p"],["outdent",""]],
 23829 	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
 23830 	[true,true],
 23831 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23832 ["<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>",
 23833 	[["defaultparagraphseparator","div"],["outdent",""]],
 23834 	"<div>[foo</div><ol><li>bar]</li><li>baz</li></ol>",
 23835 	[true,true],
 23836 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23837 ["<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>",
 23838 	[["defaultparagraphseparator","p"],["outdent",""]],
 23839 	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
 23840 	[true,true],
 23841 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23842 ["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
 23843 	[["defaultparagraphseparator","div"],["outdent",""]],
 23844 	"<ol><li>foo</li><li>b[ar</li></ol><div>b]az</div>",
 23845 	[true,true],
 23846 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23847 ["<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>",
 23848 	[["defaultparagraphseparator","p"],["outdent",""]],
 23849 	"<ol><li>foo</li><li>b[ar</li></ol><p>b]az</p>",
 23850 	[true,true],
 23851 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23852 ["<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>",
 23853 	[["defaultparagraphseparator","div"],["outdent",""]],
 23854 	"<ol><li>foo</li><li>b[ar</li></ol><div>b]az</div>",
 23855 	[true,true],
 23856 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23857 ["<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>",
 23858 	[["defaultparagraphseparator","p"],["outdent",""]],
 23859 	"<ol><li>foo</li><li>b[ar</li></ol><p>b]az</p>",
 23860 	[true,true],
 23861 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23862 ["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
 23863 	[["defaultparagraphseparator","div"],["outdent",""]],
 23864 	"<div>[foo</div><ol><li>bar</li></ol><div>baz]</div><p>extra</p>",
 23865 	[true,true],
 23866 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23867 ["<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra",
 23868 	[["defaultparagraphseparator","p"],["outdent",""]],
 23869 	"<p>[foo</p><ol><li>bar</li></ol><p>baz]</p><p>extra</p>",
 23870 	[true,true],
 23871 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23872 ["<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra",
 23873 	[["defaultparagraphseparator","div"],["outdent",""]],
 23874 	"<div>[foo</div><ol><li>bar</li></ol><div>baz]</div><p>extra</p>",
 23875 	[true,true],
 23876 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23877 ["<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra",
 23878 	[["defaultparagraphseparator","p"],["outdent",""]],
 23879 	"<p>[foo</p><ol><li>bar</li></ol><p>baz]</p><p>extra</p>",
 23880 	[true,true],
 23881 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23882 ["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
 23883 	[["defaultparagraphseparator","div"],["outdent",""]],
 23884 	"<div>[foo]</div><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 23885 	[true,true],
 23886 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23887 ["<ol><li>[foo]<ol><li>bar</ol>baz</ol>",
 23888 	[["defaultparagraphseparator","p"],["outdent",""]],
 23889 	"<p>[foo]</p><ol><ol><li>bar</li></ol><li>baz</li></ol>",
 23890 	[true,true],
 23891 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23892 ["<ol><li>foo<ol><li>[bar]</ol>baz</ol>",
 23893 	[["outdent",""]],
 23894 	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
 23895 	[true],
 23896 	{"outdent":[false,false,"",false,false,""]}],
 23897 ["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
 23898 	[["defaultparagraphseparator","div"],["outdent",""]],
 23899 	"<ol><li>foo</li><ol><li>bar</li></ol></ol><div>[baz]</div>",
 23900 	[true,true],
 23901 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23902 ["<ol><li>foo<ol><li>bar</ol>[baz]</ol>",
 23903 	[["defaultparagraphseparator","p"],["outdent",""]],
 23904 	"<ol><li>foo</li><ol><li>bar</li></ol></ol><p>[baz]</p>",
 23905 	[true,true],
 23906 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23907 ["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 23908 	[["defaultparagraphseparator","div"],["outdent",""]],
 23909 	"<div>[foo</div><ol><li>bar]</li><li>baz</li></ol>",
 23910 	[true,true],
 23911 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23912 ["<ol><li>[foo<ol><li>bar]</ol>baz</ol>",
 23913 	[["defaultparagraphseparator","p"],["outdent",""]],
 23914 	"<p>[foo</p><ol><li>bar]</li><li>baz</li></ol>",
 23915 	[true,true],
 23916 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23917 ["foo<ol start=5><li>[bar]</ol>baz",
 23918 	[["defaultparagraphseparator","div"],["outdent",""]],
 23919 	"foo<div>[bar]</div>baz",
 23920 	[true,true],
 23921 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23922 ["foo<ol start=5><li>[bar]</ol>baz",
 23923 	[["defaultparagraphseparator","p"],["outdent",""]],
 23924 	"foo<p>[bar]</p>baz",
 23925 	[true,true],
 23926 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23927 ["foo<ol id=abc><li>[bar]</ol>baz",
 23928 	[["defaultparagraphseparator","div"],["outdent",""]],
 23929 	"foo<div id=\"abc\"><div>[bar]</div></div>baz",
 23930 	[true,true],
 23931 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23932 ["foo<ol id=abc><li>[bar]</ol>baz",
 23933 	[["defaultparagraphseparator","p"],["outdent",""]],
 23934 	"foo<div id=\"abc\"><p>[bar]</p></div>baz",
 23935 	[true,true],
 23936 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23937 ["foo<ol style=color:blue><li>[bar]</ol>baz",
 23938 	[["defaultparagraphseparator","div"],["outdent",""]],
 23939 	"foo<div style=\"color:rgb(0, 0, 255)\"><div>[bar]</div></div>baz",
 23940 	[true,true],
 23941 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23942 ["foo<ol style=color:blue><li>[bar]</ol>baz",
 23943 	[["defaultparagraphseparator","p"],["outdent",""]],
 23944 	"foo<div style=\"color:rgb(0, 0, 255)\"><p>[bar]</p></div>baz",
 23945 	[true,true],
 23946 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23947 ["foo<ol><li value=5>[bar]</ol>baz",
 23948 	[["defaultparagraphseparator","div"],["outdent",""]],
 23949 	"foo<div value=\"5\">[bar]</div>baz",
 23950 	[true,true],
 23951 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23952 ["foo<ol><li value=5>[bar]</ol>baz",
 23953 	[["defaultparagraphseparator","p"],["outdent",""]],
 23954 	"foo<p value=\"5\">[bar]</p>baz",
 23955 	[true,true],
 23956 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23957 ["foo<ol><li id=abc>[bar]</ol>baz",
 23958 	[["defaultparagraphseparator","div"],["outdent",""]],
 23959 	"foo<div id=\"abc\">[bar]</div>baz",
 23960 	[true,true],
 23961 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23962 ["foo<ol><li id=abc>[bar]</ol>baz",
 23963 	[["defaultparagraphseparator","p"],["outdent",""]],
 23964 	"foo<p id=\"abc\">[bar]</p>baz",
 23965 	[true,true],
 23966 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23967 ["foo<ol><li style=color:blue>[bar]</ol>baz",
 23968 	[["defaultparagraphseparator","div"],["outdent",""]],
 23969 	"foo<div style=\"color:rgb(0, 0, 255)\">[bar]</div>baz",
 23970 	[true,true],
 23971 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 23972 ["foo<ol><li style=color:blue>[bar]</ol>baz",
 23973 	[["defaultparagraphseparator","p"],["outdent",""]],
 23974 	"foo<p style=\"color:rgb(0, 0, 255)\">[bar]</p>baz",
 23975 	[true,true],
 23976 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 23977 ["<ol><li>foo</li><ol><li value=5>[bar]</ol></ol>",
 23978 	[["outdent",""]],
 23979 	"<ol><li>foo</li><li value=\"5\">[bar]</li></ol>",
 23980 	[true],
 23981 	{"outdent":[false,false,"",false,false,""]}],
 23982 ["<ul><li>foo</li><ol><li value=5>[bar]</ol></ul>",
 23983 	[["outdent",""]],
 23984 	"<ul><li>foo</li><li value=\"5\">[bar]</li></ul>",
 23985 	[true],
 23986 	{"outdent":[false,false,"",false,false,""]}],
 23987 ["<ol><li>foo</li><ol start=5><li>[bar]</ol><li>baz</ol>",
 23988 	[["outdent",""]],
 23989 	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
 23990 	[true],
 23991 	{"outdent":[false,false,"",false,false,""]}],
 23992 ["<ol><li>foo</li><ol id=abc><li>[bar]</ol><li>baz</ol>",
 23993 	[["outdent",""]],
 23994 	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
 23995 	[true],
 23996 	{"outdent":[false,false,"",false,false,""]}],
 23997 ["<ol><li>foo</li><ol style=color:blue><li>[bar]</ol><li>baz</ol>",
 23998 	[["stylewithcss","true"],["outdent",""]],
 23999 	"<ol><li>foo</li><li><span style=\"color:rgb(0, 0, 255)\">[bar]</span></li><li>baz</li></ol>",
 24000 	[true,true],
 24001 	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 24002 ["<ol><li>foo</li><ol style=color:blue><li>[bar]</ol><li>baz</ol>",
 24003 	[["stylewithcss","false"],["outdent",""]],
 24004 	"<ol><li>foo</li><li><font color=\"#0000ff\">[bar]</font></li><li>baz</li></ol>",
 24005 	[true,true],
 24006 	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 24007 ["<ol><li>foo</li><ol style=text-indent:1em><li>[bar]</ol><li>baz</ol>",
 24008 	[["stylewithcss","true"],["outdent",""]],
 24009 	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
 24010 	[true,true],
 24011 	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 24012 ["<ol><li>foo</li><ol style=text-indent:1em><li>[bar]</ol><li>baz</ol>",
 24013 	[["stylewithcss","false"],["outdent",""]],
 24014 	"<ol><li>foo</li><li>[bar]</li><li>baz</li></ol>",
 24015 	[true,true],
 24016 	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 24017 ["<ol><li>foo</li><ol start=5><li>[bar<li>baz]</ol><li>quz</ol>",
 24018 	[["outdent",""]],
 24019 	"<ol><li>foo</li><li>[bar</li><li>baz]</li><li>quz</li></ol>",
 24020 	[true],
 24021 	{"outdent":[false,false,"",false,false,""]}],
 24022 ["<ol><li>foo</li><ol id=abc><li>[bar<li>baz]</ol><li>quz</ol>",
 24023 	[["outdent",""]],
 24024 	"<ol><li>foo</li><li>[bar</li><li>baz]</li><li>quz</li></ol>",
 24025 	[true],
 24026 	{"outdent":[false,false,"",false,false,""]}],
 24027 ["<ol><li>foo</li><ol style=color:blue><li>[bar<li>baz]</ol><li>quz</ol>",
 24028 	[["stylewithcss","true"],["outdent",""]],
 24029 	"<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>",
 24030 	[true,true],
 24031 	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 24032 ["<ol><li>foo</li><ol style=color:blue><li>[bar<li>baz]</ol><li>quz</ol>",
 24033 	[["stylewithcss","false"],["outdent",""]],
 24034 	"<ol><li>foo</li><li><font color=\"#0000ff\">[bar</font></li><li><font color=\"#0000ff\">baz]</font></li><li>quz</li></ol>",
 24035 	[true,true],
 24036 	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 24037 ["<ol><li>foo</li><ol style=text-indent:1em><li>[bar<li>baz]</ol><li>quz</ol>",
 24038 	[["stylewithcss","true"],["outdent",""]],
 24039 	"<ol><li>foo</li><li>[bar</li><li>baz]</li><li>quz</li></ol>",
 24040 	[true,true],
 24041 	{"stylewithcss":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 24042 ["<ol><li>foo</li><ol style=text-indent:1em><li>[bar<li>baz]</ol><li>quz</ol>",
 24043 	[["stylewithcss","false"],["outdent",""]],
 24044 	"<ol><li>foo</li><li>[bar</li><li>baz]</li><li>quz</li></ol>",
 24045 	[true,true],
 24046 	{"stylewithcss":[false,true,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 24047 ["<blockquote><ol><li>[foo]</ol></blockquote><p>extra",
 24048 	[["outdent",""]],
 24049 	"<ol><li>[foo]</li></ol><p>extra</p>",
 24050 	[true],
 24051 	{"outdent":[false,false,"",false,false,""]}],
 24052 ["<blockquote>foo<ol><li>[bar]</ol>baz</blockquote><p>extra",
 24053 	[["outdent",""]],
 24054 	"<blockquote>foo</blockquote><ol><li>[bar]</li></ol><blockquote>baz</blockquote><p>extra</p>",
 24055 	[true],
 24056 	{"outdent":[false,false,"",false,false,""]}],
 24057 ["<blockquote><ol><li>foo</li><ol><li>[bar]</ol><li>baz</ol></blockquote><p>extra",
 24058 	[["outdent",""]],
 24059 	"<blockquote><ol><li>foo</li><li>[bar]</li><li>baz</li></ol></blockquote><p>extra</p>",
 24060 	[true],
 24061 	{"outdent":[false,false,"",false,false,""]}],
 24062 ["<ol><li><h1>[foo]</h1></ol>",
 24063 	[["outdent",""]],
 24064 	"<h1>[foo]</h1>",
 24065 	[true],
 24066 	{"outdent":[false,false,"",false,false,""]}],
 24067 ["<ol><li><xmp>[foo]</xmp></li></ol>",
 24068 	[["outdent",""]],
 24069 	"<xmp>[foo]</xmp>",
 24070 	[true],
 24071 	{"outdent":[false,false,"",false,false,""]}],
 24072 ["<blockquote><ol><li>foo<div><ol><li>[bar]</ol></div><li>baz</ol></blockquote>",
 24073 	[["defaultparagraphseparator","div"],["outdent",""]],
 24074 	"<blockquote><ol><li>foo</li><li>[bar]</li><li>baz</li></ol></blockquote>",
 24075 	[true,true],
 24076 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 24077 ["<blockquote><ol><li>foo<div><ol><li>[bar]</ol></div><li>baz</ol></blockquote>",
 24078 	[["defaultparagraphseparator","p"],["outdent",""]],
 24079 	"<blockquote><ol><li>foo</li><li>[bar]</li><li>baz</li></ol></blockquote>",
 24080 	[true,true],
 24081 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 24082 ["<blockquote> <p>[foo]</p></blockquote>",
 24083 	[["outdent",""]],
 24084 	" <p>[foo]</p>",
 24085 	[true],
 24086 	{"outdent":[false,false,"",false,false,""]}],
 24087 ["<blockquote><p>[foo]</p> </blockquote>",
 24088 	[["outdent",""]],
 24089 	"<p>[foo]</p> ",
 24090 	[true],
 24091 	{"outdent":[false,false,"",false,false,""]}],
 24092 ["<blockquote> <p>[foo]</p> </blockquote>",
 24093 	[["outdent",""]],
 24094 	" <p>[foo]</p> ",
 24095 	[true],
 24096 	{"outdent":[false,false,"",false,false,""]}],
 24097 ["<ol> <li>[foo]</li></ol>",
 24098 	[["defaultparagraphseparator","div"],["outdent",""]],
 24099 	" <div>[foo]</div>",
 24100 	[true,true],
 24101 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 24102 ["<ol> <li>[foo]</li></ol>",
 24103 	[["defaultparagraphseparator","p"],["outdent",""]],
 24104 	" <p>[foo]</p>",
 24105 	[true,true],
 24106 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 24107 ["<ol><li>[foo]</li> </ol>",
 24108 	[["defaultparagraphseparator","div"],["outdent",""]],
 24109 	"<div>[foo]</div> ",
 24110 	[true,true],
 24111 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 24112 ["<ol><li>[foo]</li> </ol>",
 24113 	[["defaultparagraphseparator","p"],["outdent",""]],
 24114 	"<p>[foo]</p> ",
 24115 	[true,true],
 24116 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 24117 ["<ol> <li>[foo]</li> </ol>",
 24118 	[["defaultparagraphseparator","div"],["outdent",""]],
 24119 	" <div>[foo]</div> ",
 24120 	[true,true],
 24121 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 24122 ["<ol> <li>[foo]</li> </ol>",
 24123 	[["defaultparagraphseparator","p"],["outdent",""]],
 24124 	" <p>[foo]</p> ",
 24125 	[true,true],
 24126 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 24127 ["<ul> <li>[foo]</li></ul>",
 24128 	[["defaultparagraphseparator","div"],["outdent",""]],
 24129 	" <div>[foo]</div>",
 24130 	[true,true],
 24131 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 24132 ["<ul> <li>[foo]</li></ul>",
 24133 	[["defaultparagraphseparator","p"],["outdent",""]],
 24134 	" <p>[foo]</p>",
 24135 	[true,true],
 24136 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 24137 ["<ul><li>[foo]</li> </ul>",
 24138 	[["defaultparagraphseparator","div"],["outdent",""]],
 24139 	"<div>[foo]</div> ",
 24140 	[true,true],
 24141 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 24142 ["<ul><li>[foo]</li> </ul>",
 24143 	[["defaultparagraphseparator","p"],["outdent",""]],
 24144 	"<p>[foo]</p> ",
 24145 	[true,true],
 24146 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 24147 ["<ul> <li>[foo]</li> </ul>",
 24148 	[["defaultparagraphseparator","div"],["outdent",""]],
 24149 	" <div>[foo]</div> ",
 24150 	[true,true],
 24151 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 24152 ["<ul> <li>[foo]</li> </ul>",
 24153 	[["defaultparagraphseparator","p"],["outdent",""]],
 24154 	" <p>[foo]</p> ",
 24155 	[true,true],
 24156 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 24157 ["<blockquote> <p>[foo]</p> <p>bar</p> <p>baz</p></blockquote>",
 24158 	[["outdent",""]],
 24159 	" <p>[foo]</p><blockquote> <p>bar</p> <p>baz</p></blockquote>",
 24160 	[true],
 24161 	{"outdent":[false,false,"",false,false,""]}],
 24162 ["<blockquote> <p>foo</p> <p>[bar]</p> <p>baz</p></blockquote>",
 24163 	[["outdent",""]],
 24164 	"<blockquote> <p>foo</p> </blockquote><p>[bar]</p><blockquote> <p>baz</p></blockquote>",
 24165 	[true],
 24166 	{"outdent":[false,false,"",false,false,""]}],
 24167 ["<blockquote> <p>foo</p> <p>bar</p> <p>[baz]</p></blockquote>",
 24168 	[["outdent",""]],
 24169 	"<blockquote> <p>foo</p> <p>bar</p> </blockquote><p>[baz]</p>",
 24170 	[true],
 24171 	{"outdent":[false,false,"",false,false,""]}],
 24172 ["<ol> <li>[foo]</li> <li>bar</li> <li>baz</li></ol>",
 24173 	[["defaultparagraphseparator","div"],["outdent",""]],
 24174 	" <div>[foo]</div> <ol><li>bar</li> <li>baz</li></ol>",
 24175 	[true,true],
 24176 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 24177 ["<ol> <li>[foo]</li> <li>bar</li> <li>baz</li></ol>",
 24178 	[["defaultparagraphseparator","p"],["outdent",""]],
 24179 	" <p>[foo]</p> <ol><li>bar</li> <li>baz</li></ol>",
 24180 	[true,true],
 24181 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 24182 ["<ol> <li>foo</li> <li>[bar]</li> <li>baz</li></ol>",
 24183 	[["defaultparagraphseparator","div"],["outdent",""]],
 24184 	"<ol> <li>foo</li></ol> <div>[bar]</div> <ol><li>baz</li></ol>",
 24185 	[true,true],
 24186 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 24187 ["<ol> <li>foo</li> <li>[bar]</li> <li>baz</li></ol>",
 24188 	[["defaultparagraphseparator","p"],["outdent",""]],
 24189 	"<ol> <li>foo</li></ol> <p>[bar]</p> <ol><li>baz</li></ol>",
 24190 	[true,true],
 24191 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 24192 ["<ol> <li>foo</li> <li>bar</li> <li>[baz]</li></ol>",
 24193 	[["defaultparagraphseparator","div"],["outdent",""]],
 24194 	"<ol> <li>foo</li> <li>bar</li></ol> <div>[baz]</div>",
 24195 	[true,true],
 24196 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 24197 ["<ol> <li>foo</li> <li>bar</li> <li>[baz]</li></ol>",
 24198 	[["defaultparagraphseparator","p"],["outdent",""]],
 24199 	"<ol> <li>foo</li> <li>bar</li></ol> <p>[baz]</p>",
 24200 	[true,true],
 24201 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 24202 ["<ul> <li>[foo]</li> <li>bar</li> <li>baz</li></ul>",
 24203 	[["defaultparagraphseparator","div"],["outdent",""]],
 24204 	" <div>[foo]</div> <ul><li>bar</li> <li>baz</li></ul>",
 24205 	[true,true],
 24206 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 24207 ["<ul> <li>[foo]</li> <li>bar</li> <li>baz</li></ul>",
 24208 	[["defaultparagraphseparator","p"],["outdent",""]],
 24209 	" <p>[foo]</p> <ul><li>bar</li> <li>baz</li></ul>",
 24210 	[true,true],
 24211 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 24212 ["<ul> <li>foo</li> <li>[bar]</li> <li>baz</li></ul>",
 24213 	[["defaultparagraphseparator","div"],["outdent",""]],
 24214 	"<ul> <li>foo</li></ul> <div>[bar]</div> <ul><li>baz</li></ul>",
 24215 	[true,true],
 24216 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 24217 ["<ul> <li>foo</li> <li>[bar]</li> <li>baz</li></ul>",
 24218 	[["defaultparagraphseparator","p"],["outdent",""]],
 24219 	"<ul> <li>foo</li></ul> <p>[bar]</p> <ul><li>baz</li></ul>",
 24220 	[true,true],
 24221 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 24222 ["<ul> <li>foo</li> <li>bar</li> <li>[baz]</li></ul>",
 24223 	[["defaultparagraphseparator","div"],["outdent",""]],
 24224 	"<ul> <li>foo</li> <li>bar</li></ul> <div>[baz]</div>",
 24225 	[true,true],
 24226 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 24227 ["<ul> <li>foo</li> <li>bar</li> <li>[baz]</li></ul>",
 24228 	[["defaultparagraphseparator","p"],["outdent",""]],
 24229 	"<ul> <li>foo</li> <li>bar</li></ul> <p>[baz]</p>",
 24230 	[true,true],
 24231 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 24232 ["<ol><li>[]a<table><tr><td><br></table></ol>",
 24233 	[["defaultparagraphseparator","div"],["outdent",""]],
 24234 	"<div>[]a</div><table><tbody><tr><td><br></td></tr></tbody></table>",
 24235 	[true,true],
 24236 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
 24237 ["<ol><li>[]a<table><tr><td><br></table></ol>",
 24238 	[["defaultparagraphseparator","p"],["outdent",""]],
 24239 	"<p>[]a</p><table><tbody><tr><td><br></td></tr></tbody></table>",
 24240 	[true,true],
 24241 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"outdent":[false,false,"",false,false,""]}],
 24242 ["<blockquote><span>foo<br>[bar]</span></blockquote>",
 24243 	[["outdent",""]],
 24244 	"<blockquote>foo</blockquote><span>[bar]</span>",
 24245 	[true],
 24246 	{"outdent":[false,false,"",false,false,""]}],
 24247 ["foo[]bar",
 24248 	[["removeformat",""]],
 24249 	"foo[]bar",
 24250 	[true],
 24251 	{"removeformat":[false,false,"",false,false,""]}],
 24252 ["<span>foo</span>{}<span>bar</span>",
 24253 	[["removeformat",""]],
 24254 	"<span>foo</span>{}<span>bar</span>",
 24255 	[true],
 24256 	{"removeformat":[false,false,"",false,false,""]}],
 24257 ["<span>foo[</span><span>]bar</span>",
 24258 	[["removeformat",""]],
 24259 	"<span>foo[</span><span>]bar</span>",
 24260 	[true],
 24261 	{"removeformat":[false,false,"",false,false,""]}],
 24262 ["[foo<b>bar</b>baz]",
 24263 	[["stylewithcss","true"],["removeformat",""]],
 24264 	"[foobarbaz]",
 24265 	[true,true],
 24266 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24267 ["[foo<b>bar</b>baz]",
 24268 	[["stylewithcss","false"],["removeformat",""]],
 24269 	"[foobarbaz]",
 24270 	[true,true],
 24271 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24272 ["foo[<b>bar</b>baz]",
 24273 	[["stylewithcss","true"],["removeformat",""]],
 24274 	"foo[barbaz]",
 24275 	[true,true],
 24276 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24277 ["foo[<b>bar</b>baz]",
 24278 	[["stylewithcss","false"],["removeformat",""]],
 24279 	"foo[barbaz]",
 24280 	[true,true],
 24281 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24282 ["foo[<b>bar</b>]baz",
 24283 	[["stylewithcss","true"],["removeformat",""]],
 24284 	"foo[bar]baz",
 24285 	[true,true],
 24286 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24287 ["foo[<b>bar</b>]baz",
 24288 	[["stylewithcss","false"],["removeformat",""]],
 24289 	"foo[bar]baz",
 24290 	[true,true],
 24291 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24292 ["foo<b>[bar]</b>baz",
 24293 	[["stylewithcss","true"],["removeformat",""]],
 24294 	"foo[bar]baz",
 24295 	[true,true],
 24296 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24297 ["foo<b>[bar]</b>baz",
 24298 	[["stylewithcss","false"],["removeformat",""]],
 24299 	"foo[bar]baz",
 24300 	[true,true],
 24301 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24302 ["foo<b>b[a]r</b>baz",
 24303 	[["stylewithcss","true"],["removeformat",""]],
 24304 	"foo<b>b</b>[a]<b>r</b>baz",
 24305 	[true,true],
 24306 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24307 ["foo<b>b[a]r</b>baz",
 24308 	[["stylewithcss","false"],["removeformat",""]],
 24309 	"foo<b>b</b>[a]<b>r</b>baz",
 24310 	[true,true],
 24311 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24312 ["[foo<strong>bar</strong>baz]",
 24313 	[["removeformat",""]],
 24314 	"[foobarbaz]",
 24315 	[true],
 24316 	{"removeformat":[false,false,"",false,false,""]}],
 24317 ["[foo<span style=\"font-weight: bold\">bar</span>baz]",
 24318 	[["stylewithcss","true"],["removeformat",""]],
 24319 	"[foobarbaz]",
 24320 	[true,true],
 24321 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24322 ["[foo<span style=\"font-weight: bold\">bar</span>baz]",
 24323 	[["stylewithcss","false"],["removeformat",""]],
 24324 	"[foobarbaz]",
 24325 	[true,true],
 24326 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24327 ["foo<span style=\"font-weight: bold\">b[a]r</span>baz",
 24328 	[["stylewithcss","true"],["removeformat",""]],
 24329 	"foo<span style=\"font-weight:bold\">b</span>[a]<span style=\"font-weight:bold\">r</span>baz",
 24330 	[true,true],
 24331 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24332 ["foo<span style=\"font-weight: bold\">b[a]r</span>baz",
 24333 	[["stylewithcss","false"],["removeformat",""]],
 24334 	"foo<span style=\"font-weight:bold\">b</span>[a]<span style=\"font-weight:bold\">r</span>baz",
 24335 	[true,true],
 24336 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24337 ["[foo<span style=\"font-variant: small-caps\">bar</span>baz]",
 24338 	[["stylewithcss","true"],["removeformat",""]],
 24339 	"[foobarbaz]",
 24340 	[true,true],
 24341 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24342 ["[foo<span style=\"font-variant: small-caps\">bar</span>baz]",
 24343 	[["stylewithcss","false"],["removeformat",""]],
 24344 	"[foobarbaz]",
 24345 	[true,true],
 24346 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24347 ["foo<span style=\"font-variant: small-caps\">b[a]r</span>baz",
 24348 	[["stylewithcss","true"],["removeformat",""]],
 24349 	"foo<span style=\"font-variant:small-caps\">b</span>[a]<span style=\"font-variant:small-caps\">r</span>baz",
 24350 	[true,true],
 24351 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24352 ["foo<span style=\"font-variant: small-caps\">b[a]r</span>baz",
 24353 	[["stylewithcss","false"],["removeformat",""]],
 24354 	"foo<span style=\"font-variant:small-caps\">b</span>[a]<span style=\"font-variant:small-caps\">r</span>baz",
 24355 	[true,true],
 24356 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24357 ["[foo<b id=foo>bar</b>baz]",
 24358 	[["stylewithcss","true"],["removeformat",""]],
 24359 	"[foobarbaz]",
 24360 	[true,true],
 24361 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24362 ["[foo<b id=foo>bar</b>baz]",
 24363 	[["stylewithcss","false"],["removeformat",""]],
 24364 	"[foobarbaz]",
 24365 	[true,true],
 24366 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24367 ["foo<b id=foo>b[a]r</b>baz",
 24368 	[["stylewithcss","true"],["removeformat",""]],
 24369 	"foo<b id=\"foo\">b</b>[a]<b>r</b>baz",
 24370 	[true,true],
 24371 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24372 ["foo<b id=foo>b[a]r</b>baz",
 24373 	[["stylewithcss","false"],["removeformat",""]],
 24374 	"foo<b id=\"foo\">b</b>[a]<b>r</b>baz",
 24375 	[true,true],
 24376 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24377 ["[foo<a>bar</a>baz]",
 24378 	[["removeformat",""]],
 24379 	"[foo<a>bar</a>baz]",
 24380 	[true],
 24381 	{"removeformat":[false,false,"",false,false,""]}],
 24382 ["foo<a>b[a]r</a>baz",
 24383 	[["removeformat",""]],
 24384 	"foo<a>b[a]r</a>baz",
 24385 	[true],
 24386 	{"removeformat":[false,false,"",false,false,""]}],
 24387 ["[foo<a href=foo>bar</a>baz]",
 24388 	[["removeformat",""]],
 24389 	"[foo<a href=\"foo\">bar</a>baz]",
 24390 	[true],
 24391 	{"removeformat":[false,false,"",false,false,""]}],
 24392 ["foo<a href=foo>b[a]r</a>baz",
 24393 	[["removeformat",""]],
 24394 	"foo<a href=\"foo\">b[a]r</a>baz",
 24395 	[true],
 24396 	{"removeformat":[false,false,"",false,false,""]}],
 24397 ["[foo<abbr>bar</abbr>baz]",
 24398 	[["removeformat",""]],
 24399 	"[foobarbaz]",
 24400 	[true],
 24401 	{"removeformat":[false,false,"",false,false,""]}],
 24402 ["foo<abbr>b[a]r</abbr>baz",
 24403 	[["removeformat",""]],
 24404 	"foo<abbr>b</abbr>[a]<abbr>r</abbr>baz",
 24405 	[true],
 24406 	{"removeformat":[false,false,"",false,false,""]}],
 24407 ["[foo<acronym>bar</acronym>baz]",
 24408 	[["removeformat",""]],
 24409 	"[foobarbaz]",
 24410 	[true],
 24411 	{"removeformat":[false,false,"",false,false,""]}],
 24412 ["foo<acronym>b[a]r</acronym>baz",
 24413 	[["removeformat",""]],
 24414 	"foo<acronym>b</acronym>[a]<acronym>r</acronym>baz",
 24415 	[true],
 24416 	{"removeformat":[false,false,"",false,false,""]}],
 24417 ["[foo<b>bar</b>baz]",
 24418 	[["stylewithcss","true"],["removeformat",""]],
 24419 	"[foobarbaz]",
 24420 	[true,true],
 24421 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24422 ["[foo<b>bar</b>baz]",
 24423 	[["stylewithcss","false"],["removeformat",""]],
 24424 	"[foobarbaz]",
 24425 	[true,true],
 24426 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24427 ["foo<b>b[a]r</b>baz",
 24428 	[["stylewithcss","true"],["removeformat",""]],
 24429 	"foo<b>b</b>[a]<b>r</b>baz",
 24430 	[true,true],
 24431 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24432 ["foo<b>b[a]r</b>baz",
 24433 	[["stylewithcss","false"],["removeformat",""]],
 24434 	"foo<b>b</b>[a]<b>r</b>baz",
 24435 	[true,true],
 24436 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24437 ["[foo<bdi dir=rtl>bar</bdi>baz]",
 24438 	[["removeformat",""]],
 24439 	"[foobarbaz]",
 24440 	[true],
 24441 	{"removeformat":[false,false,"",false,false,""]}],
 24442 ["foo<bdi dir=rtl>b[a]r</bdi>baz",
 24443 	[["removeformat",""]],
 24444 	"foo<bdi dir=\"rtl\">b</bdi>[a]<bdi dir=\"rtl\">r</bdi>baz",
 24445 	[true],
 24446 	{"removeformat":[false,false,"",false,false,""]}],
 24447 ["[foo<bdo dir=rtl>bar</bdo>baz]",
 24448 	[["removeformat",""]],
 24449 	"[foobarbaz]",
 24450 	[true],
 24451 	{"removeformat":[false,false,"",false,false,""]}],
 24452 ["foo<bdo dir=rtl>b[a]r</bdo>baz",
 24453 	[["removeformat",""]],
 24454 	"foo<bdo dir=\"rtl\">b</bdo>[a]<bdo dir=\"rtl\">r</bdo>baz",
 24455 	[true],
 24456 	{"removeformat":[false,false,"",false,false,""]}],
 24457 ["[foo<big>bar</big>baz]",
 24458 	[["removeformat",""]],
 24459 	"[foobarbaz]",
 24460 	[true],
 24461 	{"removeformat":[false,false,"",false,false,""]}],
 24462 ["foo<big>b[a]r</big>baz",
 24463 	[["removeformat",""]],
 24464 	"foo<big>b</big>[a]<big>r</big>baz",
 24465 	[true],
 24466 	{"removeformat":[false,false,"",false,false,""]}],
 24467 ["[foo<blink>bar</blink>baz]",
 24468 	[["removeformat",""]],
 24469 	"[foobarbaz]",
 24470 	[true],
 24471 	{"removeformat":[false,false,"",false,false,""]}],
 24472 ["foo<blink>b[a]r</blink>baz",
 24473 	[["removeformat",""]],
 24474 	"foo<blink>b</blink>[a]<blink>r</blink>baz",
 24475 	[true],
 24476 	{"removeformat":[false,false,"",false,false,""]}],
 24477 ["[foo<cite>bar</cite>baz]",
 24478 	[["removeformat",""]],
 24479 	"[foobarbaz]",
 24480 	[true],
 24481 	{"removeformat":[false,false,"",false,false,""]}],
 24482 ["foo<cite>b[a]r</cite>baz",
 24483 	[["removeformat",""]],
 24484 	"foo<cite>b</cite>[a]<cite>r</cite>baz",
 24485 	[true],
 24486 	{"removeformat":[false,false,"",false,false,""]}],
 24487 ["[foo<code>bar</code>baz]",
 24488 	[["removeformat",""]],
 24489 	"[foobarbaz]",
 24490 	[true],
 24491 	{"removeformat":[false,false,"",false,false,""]}],
 24492 ["foo<code>b[a]r</code>baz",
 24493 	[["removeformat",""]],
 24494 	"foo<code>b</code>[a]<code>r</code>baz",
 24495 	[true],
 24496 	{"removeformat":[false,false,"",false,false,""]}],
 24497 ["[foo<del>bar</del>baz]",
 24498 	[["removeformat",""]],
 24499 	"[foo<del>bar</del>baz]",
 24500 	[true],
 24501 	{"removeformat":[false,false,"",false,false,""]}],
 24502 ["foo<del>b[a]r</del>baz",
 24503 	[["removeformat",""]],
 24504 	"foo<del>b[a]r</del>baz",
 24505 	[true],
 24506 	{"removeformat":[false,false,"",false,false,""]}],
 24507 ["[foo<dfn>bar</dfn>baz]",
 24508 	[["removeformat",""]],
 24509 	"[foobarbaz]",
 24510 	[true],
 24511 	{"removeformat":[false,false,"",false,false,""]}],
 24512 ["foo<dfn>b[a]r</dfn>baz",
 24513 	[["removeformat",""]],
 24514 	"foo<dfn>b</dfn>[a]<dfn>r</dfn>baz",
 24515 	[true],
 24516 	{"removeformat":[false,false,"",false,false,""]}],
 24517 ["[foo<em>bar</em>baz]",
 24518 	[["removeformat",""]],
 24519 	"[foobarbaz]",
 24520 	[true],
 24521 	{"removeformat":[false,false,"",false,false,""]}],
 24522 ["foo<em>b[a]r</em>baz",
 24523 	[["removeformat",""]],
 24524 	"foo<em>b</em>[a]<em>r</em>baz",
 24525 	[true],
 24526 	{"removeformat":[false,false,"",false,false,""]}],
 24527 ["[foo<font>bar</font>baz]",
 24528 	[["stylewithcss","true"],["removeformat",""]],
 24529 	"[foobarbaz]",
 24530 	[true,true],
 24531 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24532 ["[foo<font>bar</font>baz]",
 24533 	[["stylewithcss","false"],["removeformat",""]],
 24534 	"[foobarbaz]",
 24535 	[true,true],
 24536 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24537 ["foo<font>b[a]r</font>baz",
 24538 	[["stylewithcss","true"],["removeformat",""]],
 24539 	"foo<font>b</font>[a]<font>r</font>baz",
 24540 	[true,true],
 24541 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24542 ["foo<font>b[a]r</font>baz",
 24543 	[["stylewithcss","false"],["removeformat",""]],
 24544 	"foo<font>b</font>[a]<font>r</font>baz",
 24545 	[true,true],
 24546 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24547 ["[foo<font color=blue>bar</font>baz]",
 24548 	[["stylewithcss","true"],["removeformat",""]],
 24549 	"[foobarbaz]",
 24550 	[true,true],
 24551 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24552 ["[foo<font color=blue>bar</font>baz]",
 24553 	[["stylewithcss","false"],["removeformat",""]],
 24554 	"[foobarbaz]",
 24555 	[true,true],
 24556 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24557 ["foo<font color=blue>b[a]r</font>baz",
 24558 	[["stylewithcss","true"],["removeformat",""]],
 24559 	"foo<font color=\"blue\">b</font>[a]<font color=\"blue\">r</font>baz",
 24560 	[true,true],
 24561 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24562 ["foo<font color=blue>b[a]r</font>baz",
 24563 	[["stylewithcss","false"],["removeformat",""]],
 24564 	"foo<font color=\"blue\">b</font>[a]<font color=\"blue\">r</font>baz",
 24565 	[true,true],
 24566 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24567 ["[foo<i>bar</i>baz]",
 24568 	[["stylewithcss","true"],["removeformat",""]],
 24569 	"[foobarbaz]",
 24570 	[true,true],
 24571 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24572 ["[foo<i>bar</i>baz]",
 24573 	[["stylewithcss","false"],["removeformat",""]],
 24574 	"[foobarbaz]",
 24575 	[true,true],
 24576 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24577 ["foo<i>b[a]r</i>baz",
 24578 	[["stylewithcss","true"],["removeformat",""]],
 24579 	"foo<i>b</i>[a]<i>r</i>baz",
 24580 	[true,true],
 24581 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24582 ["foo<i>b[a]r</i>baz",
 24583 	[["stylewithcss","false"],["removeformat",""]],
 24584 	"foo<i>b</i>[a]<i>r</i>baz",
 24585 	[true,true],
 24586 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24587 ["[foo<ins>bar</ins>baz]",
 24588 	[["removeformat",""]],
 24589 	"[foobarbaz]",
 24590 	[true],
 24591 	{"removeformat":[false,false,"",false,false,""]}],
 24592 ["foo<ins>b[a]r</ins>baz",
 24593 	[["removeformat",""]],
 24594 	"foo<ins>b</ins>[a]<ins>r</ins>baz",
 24595 	[true],
 24596 	{"removeformat":[false,false,"",false,false,""]}],
 24597 ["[foo<kbd>bar</kbd>baz]",
 24598 	[["removeformat",""]],
 24599 	"[foobarbaz]",
 24600 	[true],
 24601 	{"removeformat":[false,false,"",false,false,""]}],
 24602 ["foo<kbd>b[a]r</kbd>baz",
 24603 	[["removeformat",""]],
 24604 	"foo<kbd>b</kbd>[a]<kbd>r</kbd>baz",
 24605 	[true],
 24606 	{"removeformat":[false,false,"",false,false,""]}],
 24607 ["[foo<mark>bar</mark>baz]",
 24608 	[["removeformat",""]],
 24609 	"[foobarbaz]",
 24610 	[true],
 24611 	{"removeformat":[false,false,"",false,false,""]}],
 24612 ["foo<mark>b[a]r</mark>baz",
 24613 	[["removeformat",""]],
 24614 	"foo<mark>b</mark>[a]<mark>r</mark>baz",
 24615 	[true],
 24616 	{"removeformat":[false,false,"",false,false,""]}],
 24617 ["[foo<nobr>bar</nobr>baz]",
 24618 	[["removeformat",""]],
 24619 	"[foobarbaz]",
 24620 	[true],
 24621 	{"removeformat":[false,false,"",false,false,""]}],
 24622 ["foo<nobr>b[a]r</nobr>baz",
 24623 	[["removeformat",""]],
 24624 	"foo<nobr>b</nobr>[a]<nobr>r</nobr>baz",
 24625 	[true],
 24626 	{"removeformat":[false,false,"",false,false,""]}],
 24627 ["[foo<q>bar</q>baz]",
 24628 	[["removeformat",""]],
 24629 	"[foobarbaz]",
 24630 	[true],
 24631 	{"removeformat":[false,false,"",false,false,""]}],
 24632 ["foo<q>b[a]r</q>baz",
 24633 	[["removeformat",""]],
 24634 	"foo<q>b</q>[a]<q>r</q>baz",
 24635 	[true],
 24636 	{"removeformat":[false,false,"",false,false,""]}],
 24637 ["[foo<samp>bar</samp>baz]",
 24638 	[["removeformat",""]],
 24639 	"[foobarbaz]",
 24640 	[true],
 24641 	{"removeformat":[false,false,"",false,false,""]}],
 24642 ["foo<samp>b[a]r</samp>baz",
 24643 	[["removeformat",""]],
 24644 	"foo<samp>b</samp>[a]<samp>r</samp>baz",
 24645 	[true],
 24646 	{"removeformat":[false,false,"",false,false,""]}],
 24647 ["[foo<s>bar</s>baz]",
 24648 	[["stylewithcss","true"],["removeformat",""]],
 24649 	"[foobarbaz]",
 24650 	[true,true],
 24651 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24652 ["[foo<s>bar</s>baz]",
 24653 	[["stylewithcss","false"],["removeformat",""]],
 24654 	"[foobarbaz]",
 24655 	[true,true],
 24656 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24657 ["foo<s>b[a]r</s>baz",
 24658 	[["stylewithcss","true"],["removeformat",""]],
 24659 	"foo<s>b</s>[a]<s>r</s>baz",
 24660 	[true,true],
 24661 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24662 ["foo<s>b[a]r</s>baz",
 24663 	[["stylewithcss","false"],["removeformat",""]],
 24664 	"foo<s>b</s>[a]<s>r</s>baz",
 24665 	[true,true],
 24666 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24667 ["[foo<small>bar</small>baz]",
 24668 	[["removeformat",""]],
 24669 	"[foobarbaz]",
 24670 	[true],
 24671 	{"removeformat":[false,false,"",false,false,""]}],
 24672 ["foo<small>b[a]r</small>baz",
 24673 	[["removeformat",""]],
 24674 	"foo<small>b</small>[a]<small>r</small>baz",
 24675 	[true],
 24676 	{"removeformat":[false,false,"",false,false,""]}],
 24677 ["[foo<span>bar</span>baz]",
 24678 	[["removeformat",""]],
 24679 	"[foobarbaz]",
 24680 	[true],
 24681 	{"removeformat":[false,false,"",false,false,""]}],
 24682 ["foo<span>b[a]r</span>baz",
 24683 	[["removeformat",""]],
 24684 	"foo<span>b</span>[a]<span>r</span>baz",
 24685 	[true],
 24686 	{"removeformat":[false,false,"",false,false,""]}],
 24687 ["[foo<strike>bar</strike>baz]",
 24688 	[["stylewithcss","true"],["removeformat",""]],
 24689 	"[foobarbaz]",
 24690 	[true,true],
 24691 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24692 ["[foo<strike>bar</strike>baz]",
 24693 	[["stylewithcss","false"],["removeformat",""]],
 24694 	"[foobarbaz]",
 24695 	[true,true],
 24696 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24697 ["foo<strike>b[a]r</strike>baz",
 24698 	[["stylewithcss","true"],["removeformat",""]],
 24699 	"foo<strike>b</strike>[a]<strike>r</strike>baz",
 24700 	[true,true],
 24701 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24702 ["foo<strike>b[a]r</strike>baz",
 24703 	[["stylewithcss","false"],["removeformat",""]],
 24704 	"foo<strike>b</strike>[a]<strike>r</strike>baz",
 24705 	[true,true],
 24706 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24707 ["[foo<strong>bar</strong>baz]",
 24708 	[["removeformat",""]],
 24709 	"[foobarbaz]",
 24710 	[true],
 24711 	{"removeformat":[false,false,"",false,false,""]}],
 24712 ["foo<strong>b[a]r</strong>baz",
 24713 	[["removeformat",""]],
 24714 	"foo<strong>b</strong>[a]<strong>r</strong>baz",
 24715 	[true],
 24716 	{"removeformat":[false,false,"",false,false,""]}],
 24717 ["[foo<sub>bar</sub>baz]",
 24718 	[["stylewithcss","true"],["removeformat",""]],
 24719 	"[foobarbaz]",
 24720 	[true,true],
 24721 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24722 ["[foo<sub>bar</sub>baz]",
 24723 	[["stylewithcss","false"],["removeformat",""]],
 24724 	"[foobarbaz]",
 24725 	[true,true],
 24726 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24727 ["foo<sub>b[a]r</sub>baz",
 24728 	[["stylewithcss","true"],["removeformat",""]],
 24729 	"foo<sub>b</sub>[a]<sub>r</sub>baz",
 24730 	[true,true],
 24731 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24732 ["foo<sub>b[a]r</sub>baz",
 24733 	[["stylewithcss","false"],["removeformat",""]],
 24734 	"foo<sub>b</sub>[a]<sub>r</sub>baz",
 24735 	[true,true],
 24736 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24737 ["[foo<sup>bar</sup>baz]",
 24738 	[["stylewithcss","true"],["removeformat",""]],
 24739 	"[foobarbaz]",
 24740 	[true,true],
 24741 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24742 ["[foo<sup>bar</sup>baz]",
 24743 	[["stylewithcss","false"],["removeformat",""]],
 24744 	"[foobarbaz]",
 24745 	[true,true],
 24746 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24747 ["foo<sup>b[a]r</sup>baz",
 24748 	[["stylewithcss","true"],["removeformat",""]],
 24749 	"foo<sup>b</sup>[a]<sup>r</sup>baz",
 24750 	[true,true],
 24751 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24752 ["foo<sup>b[a]r</sup>baz",
 24753 	[["stylewithcss","false"],["removeformat",""]],
 24754 	"foo<sup>b</sup>[a]<sup>r</sup>baz",
 24755 	[true,true],
 24756 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24757 ["[foo<tt>bar</tt>baz]",
 24758 	[["removeformat",""]],
 24759 	"[foobarbaz]",
 24760 	[true],
 24761 	{"removeformat":[false,false,"",false,false,""]}],
 24762 ["foo<tt>b[a]r</tt>baz",
 24763 	[["removeformat",""]],
 24764 	"foo<tt>b</tt>[a]<tt>r</tt>baz",
 24765 	[true],
 24766 	{"removeformat":[false,false,"",false,false,""]}],
 24767 ["[foo<u>bar</u>baz]",
 24768 	[["stylewithcss","true"],["removeformat",""]],
 24769 	"[foobarbaz]",
 24770 	[true,true],
 24771 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24772 ["[foo<u>bar</u>baz]",
 24773 	[["stylewithcss","false"],["removeformat",""]],
 24774 	"[foobarbaz]",
 24775 	[true,true],
 24776 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24777 ["foo<u>b[a]r</u>baz",
 24778 	[["stylewithcss","true"],["removeformat",""]],
 24779 	"foo<u>b</u>[a]<u>r</u>baz",
 24780 	[true,true],
 24781 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24782 ["foo<u>b[a]r</u>baz",
 24783 	[["stylewithcss","false"],["removeformat",""]],
 24784 	"foo<u>b</u>[a]<u>r</u>baz",
 24785 	[true,true],
 24786 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24787 ["[foo<var>bar</var>baz]",
 24788 	[["removeformat",""]],
 24789 	"[foobarbaz]",
 24790 	[true],
 24791 	{"removeformat":[false,false,"",false,false,""]}],
 24792 ["foo<var>b[a]r</var>baz",
 24793 	[["removeformat",""]],
 24794 	"foo<var>b</var>[a]<var>r</var>baz",
 24795 	[true],
 24796 	{"removeformat":[false,false,"",false,false,""]}],
 24797 ["[foo<br>bar]",
 24798 	[["removeformat",""]],
 24799 	"[foo<br>bar]",
 24800 	[true],
 24801 	{"removeformat":[false,false,"",false,false,""]}],
 24802 ["[foo<hr>bar]",
 24803 	[["removeformat",""]],
 24804 	"[foo<hr>bar]",
 24805 	[true],
 24806 	{"removeformat":[false,false,"",false,false,""]}],
 24807 ["[foo<wbr>bar]",
 24808 	[["removeformat",""]],
 24809 	"[foo<wbr>bar]",
 24810 	[true],
 24811 	{"removeformat":[false,false,"",false,false,""]}],
 24812 ["[foo<img>bar]",
 24813 	[["removeformat",""]],
 24814 	"[foo<img>bar]",
 24815 	[true],
 24816 	{"removeformat":[false,false,"",false,false,""]}],
 24817 ["[foo<img src=abc>bar]",
 24818 	[["removeformat",""]],
 24819 	"[foo<img src=\"abc\">bar]",
 24820 	[true],
 24821 	{"removeformat":[false,false,"",false,false,""]}],
 24822 ["[foo<video></video>bar]",
 24823 	[["removeformat",""]],
 24824 	"[foo<video></video>bar]",
 24825 	[true],
 24826 	{"removeformat":[false,false,"",false,false,""]}],
 24827 ["[foo<video src=abc></video>bar]",
 24828 	[["removeformat",""]],
 24829 	"[foo<video src=\"abc\"></video>bar]",
 24830 	[true],
 24831 	{"removeformat":[false,false,"",false,false,""]}],
 24832 ["[foo<svg><circle fill=blue r=20 cx=20 cy=20 /></svg>bar]",
 24833 	[["removeformat",""]],
 24834 	"[foo<svg><circle fill=\"blue\" r=\"20\" cx=\"20\" cy=\"20\"></circle></svg>bar]",
 24835 	[true],
 24836 	{"removeformat":[false,false,"",false,false,""]}],
 24837 ["[foo<nonexistentelement>bar</nonexistentelement>baz]",
 24838 	[["removeformat",""]],
 24839 	"[foo<nonexistentelement>bar</nonexistentelement>baz]",
 24840 	[true],
 24841 	{"removeformat":[false,false,"",false,false,""]}],
 24842 ["foo<nonexistentelement>b[a]r</nonexistentelement>baz",
 24843 	[["removeformat",""]],
 24844 	"foo<nonexistentelement>b[a]r</nonexistentelement>baz",
 24845 	[true],
 24846 	{"removeformat":[false,false,"",false,false,""]}],
 24847 ["[foo<nonexistentelement style=\"display: block\">bar</nonexistentelement>baz]",
 24848 	[["removeformat",""]],
 24849 	"[foo<nonexistentelement style=\"display:block\">bar</nonexistentelement>baz]",
 24850 	[true],
 24851 	{"removeformat":[false,false,"",false,false,""]}],
 24852 ["foo<nonexistentelement style=\"display: block\">b[a]r</nonexistentelement>baz",
 24853 	[["removeformat",""]],
 24854 	"foo<nonexistentelement style=\"display:block\">b[a]r</nonexistentelement>baz",
 24855 	[true],
 24856 	{"removeformat":[false,false,"",false,false,""]}],
 24857 ["[foo<span id=foo>bar</span>baz]",
 24858 	[["removeformat",""]],
 24859 	"[foobarbaz]",
 24860 	[true],
 24861 	{"removeformat":[false,false,"",false,false,""]}],
 24862 ["foo<span id=foo>b[a]r</span>baz",
 24863 	[["removeformat",""]],
 24864 	"foo<span id=\"foo\">b</span>[a]<span>r</span>baz",
 24865 	[true],
 24866 	{"removeformat":[false,false,"",false,false,""]}],
 24867 ["[foo<span class=foo>bar</span>baz]",
 24868 	[["removeformat",""]],
 24869 	"[foobarbaz]",
 24870 	[true],
 24871 	{"removeformat":[false,false,"",false,false,""]}],
 24872 ["foo<span class=foo>b[a]r</span>baz",
 24873 	[["removeformat",""]],
 24874 	"foo<span class=\"foo\">b</span>[a]<span class=\"foo\">r</span>baz",
 24875 	[true],
 24876 	{"removeformat":[false,false,"",false,false,""]}],
 24877 ["[foo<b style=\"font-weight: normal\">bar</b>baz]",
 24878 	[["stylewithcss","true"],["removeformat",""]],
 24879 	"[foobarbaz]",
 24880 	[true,true],
 24881 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24882 ["[foo<b style=\"font-weight: normal\">bar</b>baz]",
 24883 	[["stylewithcss","false"],["removeformat",""]],
 24884 	"[foobarbaz]",
 24885 	[true,true],
 24886 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24887 ["foo<b style=\"font-weight: normal\">b[a]r</b>baz",
 24888 	[["stylewithcss","true"],["removeformat",""]],
 24889 	"foo<b style=\"font-weight:normal\">b</b>[a]<b style=\"font-weight:normal\">r</b>baz",
 24890 	[true,true],
 24891 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24892 ["foo<b style=\"font-weight: normal\">b[a]r</b>baz",
 24893 	[["stylewithcss","false"],["removeformat",""]],
 24894 	"foo<b style=\"font-weight:normal\">b</b>[a]<b style=\"font-weight:normal\">r</b>baz",
 24895 	[true,true],
 24896 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24897 ["<p style=\"background-color: aqua\">foo[bar]baz</p>",
 24898 	[["removeformat",""]],
 24899 	"<p style=\"background-color:rgb(0, 255, 255)\">foo[bar]baz</p>",
 24900 	[true],
 24901 	{"removeformat":[false,false,"",false,false,""]}],
 24902 ["<p><span style=\"background-color: aqua\">foo[bar]baz</span></p>",
 24903 	[["stylewithcss","true"],["removeformat",""]],
 24904 	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>[bar]<span style=\"background-color:rgb(0, 255, 255)\">baz</span></p>",
 24905 	[true,true],
 24906 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24907 ["<p><span style=\"background-color: aqua\">foo[bar]baz</span></p>",
 24908 	[["stylewithcss","false"],["removeformat",""]],
 24909 	"<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>[bar]<span style=\"background-color:rgb(0, 255, 255)\">baz</span></p>",
 24910 	[true,true],
 24911 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24912 ["<p style=\"font-weight: bold\">foo[bar]baz</p>",
 24913 	[["stylewithcss","true"],["removeformat",""]],
 24914 	"<p><span style=\"font-weight:bold\">foo</span>[bar]<span style=\"font-weight:bold\">baz</span></p>",
 24915 	[true,true],
 24916 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24917 ["<p style=\"font-weight: bold\">foo[bar]baz</p>",
 24918 	[["stylewithcss","false"],["removeformat",""]],
 24919 	"<p><b>foo</b>[bar]<b>baz</b></p>",
 24920 	[true,true],
 24921 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24922 ["<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>",
 24923 	[["stylewithcss","true"],["removeformat",""]],
 24924 	"<p><span style=\"font-weight:bold\">foo</span>[bar]<span style=\"font-weight:bold\">baz</span></p>",
 24925 	[true,true],
 24926 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24927 ["<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>",
 24928 	[["stylewithcss","false"],["removeformat",""]],
 24929 	"<p><b>foo</b>[bar]<b>baz</b></p>",
 24930 	[true,true],
 24931 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24932 ["<p style=\"font-variant: small-caps\">foo[bar]baz</p>",
 24933 	[["removeformat",""]],
 24934 	"<p style=\"font-variant:small-caps\">foo[bar]baz</p>",
 24935 	[true],
 24936 	{"removeformat":[false,false,"",false,false,""]}],
 24937 ["{<p style=\"font-variant: small-caps\">foobarbaz</p>}",
 24938 	[["removeformat",""]],
 24939 	"{<p style=\"font-variant:small-caps\">foobarbaz</p>}",
 24940 	[true],
 24941 	{"removeformat":[false,false,"",false,false,""]}],
 24942 ["<p style=\"text-indent: 2em\">foo[bar]baz</p>",
 24943 	[["removeformat",""]],
 24944 	"<p style=\"text-indent:2em\">foo[bar]baz</p>",
 24945 	[true],
 24946 	{"removeformat":[false,false,"",false,false,""]}],
 24947 ["{<p style=\"text-indent: 2em\">foobarbaz</p>}",
 24948 	[["removeformat",""]],
 24949 	"{<p style=\"text-indent:2em\">foobarbaz</p>}",
 24950 	[true],
 24951 	{"removeformat":[false,false,"",false,false,""]}],
 24952 ["<table data-start=0 data-end=1><tr><td><b>foo</b></table>",
 24953 	[["stylewithcss","true"],["removeformat",""]],
 24954 	"<table>{<tbody><tr><td>foo</td></tr></tbody>}</table>",
 24955 	[true,true],
 24956 	{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
 24957 ["<table data-start=0 data-end=1><tr><td><b>foo</b></table>",
 24958 	[["stylewithcss","false"],["removeformat",""]],
 24959 	"<table>{<tbody><tr><td>foo</td></tr></tbody>}</table>",
 24960 	[true,true],
 24961 	{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
 24962 ["foo[]bar",
 24963 	[["strikethrough",""]],
 24964 	"foo[]bar",
 24965 	[true],
 24966 	{"strikethrough":[false,false,"",false,true,""]}],
 24967 ["<p>[foo</p> <p>bar]</p>",
 24968 	[["stylewithcss","true"],["strikethrough",""]],
 24969 	"<p><span style=\"text-decoration:line-through\">[foo</span></p> <p><span style=\"text-decoration:line-through\">bar]</span></p>",
 24970 	[true,true],
 24971 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 24972 ["<p>[foo</p> <p>bar]</p>",
 24973 	[["stylewithcss","false"],["strikethrough",""]],
 24974 	"<p><s>[foo</s></p> <p><s>bar]</s></p>",
 24975 	[true,true],
 24976 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 24977 ["<span>[foo</span> <span>bar]</span>",
 24978 	[["stylewithcss","true"],["strikethrough",""]],
 24979 	"<span style=\"text-decoration:line-through\"><span>[foo</span> <span>bar]</span></span>",
 24980 	[true,true],
 24981 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 24982 ["<span>[foo</span> <span>bar]</span>",
 24983 	[["stylewithcss","false"],["strikethrough",""]],
 24984 	"<s><span>[foo</span> <span>bar]</span></s>",
 24985 	[true,true],
 24986 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 24987 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 24988 	[["stylewithcss","true"],["strikethrough",""]],
 24989 	"<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>",
 24990 	[true,true],
 24991 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 24992 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 24993 	[["stylewithcss","false"],["strikethrough",""]],
 24994 	"<p><s>[foo</s></p><p> <s><span>bar</span></s> </p><p><s>baz]</s></p>",
 24995 	[true,true],
 24996 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 24997 ["<p>[foo<p><br><p>bar]",
 24998 	[["stylewithcss","true"],["strikethrough",""]],
 24999 	"<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>",
 25000 	[true,true],
 25001 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25002 ["<p>[foo<p><br><p>bar]",
 25003 	[["stylewithcss","false"],["strikethrough",""]],
 25004 	"<p><s>[foo</s></p><p><s><br></s></p><p><s>bar]</s></p>",
 25005 	[true,true],
 25006 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25007 ["<b>foo[]bar</b>",
 25008 	[["strikethrough",""]],
 25009 	"<b>foo[]bar</b>",
 25010 	[true],
 25011 	{"strikethrough":[false,false,"",false,true,""]}],
 25012 ["<i>foo[]bar</i>",
 25013 	[["strikethrough",""]],
 25014 	"<i>foo[]bar</i>",
 25015 	[true],
 25016 	{"strikethrough":[false,false,"",false,true,""]}],
 25017 ["<span>foo</span>{}<span>bar</span>",
 25018 	[["strikethrough",""]],
 25019 	"<span>foo</span>{}<span>bar</span>",
 25020 	[true],
 25021 	{"strikethrough":[false,false,"",false,true,""]}],
 25022 ["<span>foo[</span><span>]bar</span>",
 25023 	[["strikethrough",""]],
 25024 	"<span>foo[</span><span>]bar</span>",
 25025 	[true],
 25026 	{"strikethrough":[false,false,"",false,true,""]}],
 25027 ["foo[bar]baz",
 25028 	[["stylewithcss","true"],["strikethrough",""]],
 25029 	"foo<span style=\"text-decoration:line-through\">[bar]</span>baz",
 25030 	[true,true],
 25031 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25032 ["foo[bar]baz",
 25033 	[["stylewithcss","false"],["strikethrough",""]],
 25034 	"foo<s>[bar]</s>baz",
 25035 	[true,true],
 25036 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25037 ["foo[bar<b>baz]qoz</b>quz",
 25038 	[["stylewithcss","true"],["strikethrough",""]],
 25039 	"foo<span style=\"text-decoration:line-through\">[bar</span><b><span style=\"text-decoration:line-through\">baz]</span>qoz</b>quz",
 25040 	[true,true],
 25041 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25042 ["foo[bar<b>baz]qoz</b>quz",
 25043 	[["stylewithcss","false"],["strikethrough",""]],
 25044 	"foo<s>[bar</s><b><s>baz]</s>qoz</b>quz",
 25045 	[true,true],
 25046 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25047 ["foo[bar<i>baz]qoz</i>quz",
 25048 	[["stylewithcss","true"],["strikethrough",""]],
 25049 	"foo<span style=\"text-decoration:line-through\">[bar</span><i><span style=\"text-decoration:line-through\">baz]</span>qoz</i>quz",
 25050 	[true,true],
 25051 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25052 ["foo[bar<i>baz]qoz</i>quz",
 25053 	[["stylewithcss","false"],["strikethrough",""]],
 25054 	"foo<s>[bar</s><i><s>baz]</s>qoz</i>quz",
 25055 	[true,true],
 25056 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25057 ["{<p><p> <p>foo</p>}",
 25058 	[["stylewithcss","true"],["strikethrough",""]],
 25059 	"{<p></p><p> </p><p><span style=\"text-decoration:line-through\">foo</span></p>}",
 25060 	[true,true],
 25061 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25062 ["{<p><p> <p>foo</p>}",
 25063 	[["stylewithcss","false"],["strikethrough",""]],
 25064 	"{<p></p><p> </p><p><s>foo</s></p>}",
 25065 	[true,true],
 25066 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25067 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 25068 	[["stylewithcss","true"],["strikethrough",""]],
 25069 	"<table><tbody><tr><td>foo</td><td>b<span style=\"text-decoration:line-through\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
 25070 	[true,true],
 25071 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25072 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 25073 	[["stylewithcss","false"],["strikethrough",""]],
 25074 	"<table><tbody><tr><td>foo</td><td>b<s>[a]</s>r</td><td>baz</td></tr></tbody></table>",
 25075 	[true,true],
 25076 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25077 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 25078 	[["stylewithcss","true"],["strikethrough",""]],
 25079 	"<table><tbody><tr><td>foo</td>{<td><span style=\"text-decoration:line-through\">bar</span></td>}<td>baz</td></tr></tbody></table>",
 25080 	[true,true],
 25081 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25082 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 25083 	[["stylewithcss","false"],["strikethrough",""]],
 25084 	"<table><tbody><tr><td>foo</td>{<td><s>bar</s></td>}<td>baz</td></tr></tbody></table>",
 25085 	[true,true],
 25086 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25087 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 25088 	[["stylewithcss","true"],["strikethrough",""]],
 25089 	"<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>",
 25090 	[true,true],
 25091 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25092 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 25093 	[["stylewithcss","false"],["strikethrough",""]],
 25094 	"<table><tbody><tr>{<td><s>foo</s></td><td><s>bar</s></td>}<td>baz</td></tr></tbody></table>",
 25095 	[true,true],
 25096 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25097 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 25098 	[["stylewithcss","true"],["strikethrough",""]],
 25099 	"<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>",
 25100 	[true,true],
 25101 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25102 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 25103 	[["stylewithcss","false"],["strikethrough",""]],
 25104 	"<table><tbody>{<tr><td><s>foo</s></td><td><s>bar</s></td><td><s>baz</s></td></tr>}</tbody></table>",
 25105 	[true,true],
 25106 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25107 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 25108 	[["stylewithcss","true"],["strikethrough",""]],
 25109 	"<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>",
 25110 	[true,true],
 25111 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25112 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 25113 	[["stylewithcss","false"],["strikethrough",""]],
 25114 	"<table>{<tbody><tr><td><s>foo</s></td><td><s>bar</s></td><td><s>baz</s></td></tr></tbody>}</table>",
 25115 	[true,true],
 25116 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25117 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 25118 	[["stylewithcss","true"],["strikethrough",""]],
 25119 	"{<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>}",
 25120 	[true,true],
 25121 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25122 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 25123 	[["stylewithcss","false"],["strikethrough",""]],
 25124 	"{<table><tbody><tr><td><s>foo</s></td><td><s>bar</s></td><td><s>baz</s></td></tr></tbody></table>}",
 25125 	[true,true],
 25126 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25127 ["foo<u>[bar]</u>baz",
 25128 	[["stylewithcss","true"],["strikethrough",""]],
 25129 	"foo<span style=\"text-decoration:line-through\"><u>[bar]</u></span>baz",
 25130 	[true,true],
 25131 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25132 ["foo<u>[bar]</u>baz",
 25133 	[["stylewithcss","false"],["strikethrough",""]],
 25134 	"foo<s><u>[bar]</u></s>baz",
 25135 	[true,true],
 25136 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25137 ["foo<span style=\"text-decoration: underline\">[bar]</span>baz",
 25138 	[["stylewithcss","true"],["strikethrough",""]],
 25139 	"foo<span style=\"text-decoration:line-through\"><span style=\"text-decoration:underline\">[bar]</span></span>baz",
 25140 	[true,true],
 25141 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25142 ["foo<span style=\"text-decoration: underline\">[bar]</span>baz",
 25143 	[["stylewithcss","false"],["strikethrough",""]],
 25144 	"foo<s><span style=\"text-decoration:underline\">[bar]</span></s>baz",
 25145 	[true,true],
 25146 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25147 ["<u>foo[bar]baz</u>",
 25148 	[["stylewithcss","true"],["strikethrough",""]],
 25149 	"<u>foo<span style=\"text-decoration:line-through\">[bar]</span>baz</u>",
 25150 	[true,true],
 25151 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25152 ["<u>foo[bar]baz</u>",
 25153 	[["stylewithcss","false"],["strikethrough",""]],
 25154 	"<u>foo<s>[bar]</s>baz</u>",
 25155 	[true,true],
 25156 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25157 ["<u>foo[b<span style=\"color:blue\">ar]ba</span>z</u>",
 25158 	[["stylewithcss","true"],["strikethrough",""]],
 25159 	"<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>",
 25160 	[true,true],
 25161 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25162 ["<u>foo[b<span style=\"color:blue\">ar]ba</span>z</u>",
 25163 	[["stylewithcss","false"],["strikethrough",""]],
 25164 	"<u>foo<s>[b</s><span style=\"color:rgb(0, 0, 255)\"><s>ar]</s>ba</span>z</u>",
 25165 	[true,true],
 25166 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25167 ["<u>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</u>",
 25168 	[["stylewithcss","true"],["strikethrough",""]],
 25169 	"<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>",
 25170 	[true,true],
 25171 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25172 ["<u>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</u>",
 25173 	[["stylewithcss","false"],["strikethrough",""]],
 25174 	"<u>foo<s>[b</s><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><s>ar]</s>ba</span>z</u>",
 25175 	[true,true],
 25176 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25177 ["<u>foo[b<span style=\"font-size:3em\">ar]ba</span>z</u>",
 25178 	[["stylewithcss","true"],["strikethrough",""]],
 25179 	"<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>",
 25180 	[true,true],
 25181 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25182 ["<u>foo[b<span style=\"font-size:3em\">ar]ba</span>z</u>",
 25183 	[["stylewithcss","false"],["strikethrough",""]],
 25184 	"<u>foo<s>[b</s><span style=\"font-size:3em\"><s>ar]</s>ba</span>z</u>",
 25185 	[true,true],
 25186 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25187 ["<u>foo[b<i>ar]ba</i>z</u>",
 25188 	[["stylewithcss","true"],["strikethrough",""]],
 25189 	"<u>foo<span style=\"text-decoration:line-through\">[b</span><i><span style=\"text-decoration:line-through\">ar]</span>ba</i>z</u>",
 25190 	[true,true],
 25191 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25192 ["<u>foo[b<i>ar]ba</i>z</u>",
 25193 	[["stylewithcss","false"],["strikethrough",""]],
 25194 	"<u>foo<s>[b</s><i><s>ar]</s>ba</i>z</u>",
 25195 	[true,true],
 25196 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25197 ["<p style=\"text-decoration: underline\">foo[bar]baz</p>",
 25198 	[["stylewithcss","true"],["strikethrough",""]],
 25199 	"<p style=\"text-decoration:underline\">foo<span style=\"text-decoration:line-through\">[bar]</span>baz</p>",
 25200 	[true,true],
 25201 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25202 ["<p style=\"text-decoration: underline\">foo[bar]baz</p>",
 25203 	[["stylewithcss","false"],["strikethrough",""]],
 25204 	"<p style=\"text-decoration:underline\">foo<s>[bar]</s>baz</p>",
 25205 	[true,true],
 25206 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25207 ["foo<s>[bar]</s>baz",
 25208 	[["stylewithcss","true"],["strikethrough",""]],
 25209 	"foo[bar]baz",
 25210 	[true,true],
 25211 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25212 ["foo<s>[bar]</s>baz",
 25213 	[["stylewithcss","false"],["strikethrough",""]],
 25214 	"foo[bar]baz",
 25215 	[true,true],
 25216 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25217 ["foo<span style=\"text-decoration: line-through\">[bar]</span>baz",
 25218 	[["stylewithcss","true"],["strikethrough",""]],
 25219 	"foo[bar]baz",
 25220 	[true,true],
 25221 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25222 ["foo<span style=\"text-decoration: line-through\">[bar]</span>baz",
 25223 	[["stylewithcss","false"],["strikethrough",""]],
 25224 	"foo[bar]baz",
 25225 	[true,true],
 25226 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25227 ["<s>foo[bar]baz</s>",
 25228 	[["stylewithcss","true"],["strikethrough",""]],
 25229 	"<span style=\"text-decoration:line-through\">foo</span>[bar]<span style=\"text-decoration:line-through\">baz</span>",
 25230 	[true,true],
 25231 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25232 ["<s>foo[bar]baz</s>",
 25233 	[["stylewithcss","false"],["strikethrough",""]],
 25234 	"<s>foo</s>[bar]<s>baz</s>",
 25235 	[true,true],
 25236 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25237 ["<s>foo[b<span style=\"color:blue\">ar]ba</span>z</s>",
 25238 	[["stylewithcss","true"],["strikethrough",""]],
 25239 	"<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>",
 25240 	[true,true],
 25241 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25242 ["<s>foo[b<span style=\"color:blue\">ar]ba</span>z</s>",
 25243 	[["stylewithcss","false"],["strikethrough",""]],
 25244 	"<s>foo</s>[b<span style=\"color:rgb(0, 0, 255)\">ar]<s>ba</s></span><s>z</s>",
 25245 	[true,true],
 25246 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25247 ["<s>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</s>",
 25248 	[["stylewithcss","true"],["strikethrough",""]],
 25249 	"<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>",
 25250 	[true,true],
 25251 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25252 ["<s>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</s>",
 25253 	[["stylewithcss","false"],["strikethrough",""]],
 25254 	"<s>foo</s>[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]<s>ba</s></span><s>z</s>",
 25255 	[true,true],
 25256 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25257 ["<s>foo[b<span style=\"font-size:3em\">ar]ba</span>z</s>",
 25258 	[["stylewithcss","true"],["strikethrough",""]],
 25259 	"<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>",
 25260 	[true,true],
 25261 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25262 ["<s>foo[b<span style=\"font-size:3em\">ar]ba</span>z</s>",
 25263 	[["stylewithcss","false"],["strikethrough",""]],
 25264 	"<s>foo</s>[b<span style=\"font-size:3em\">ar]<s>ba</s></span><s>z</s>",
 25265 	[true,true],
 25266 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25267 ["<s>foo[b<i>ar]ba</i>z</s>",
 25268 	[["stylewithcss","true"],["strikethrough",""]],
 25269 	"<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>",
 25270 	[true,true],
 25271 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25272 ["<s>foo[b<i>ar]ba</i>z</s>",
 25273 	[["stylewithcss","false"],["strikethrough",""]],
 25274 	"<s>foo</s>[b<i>ar]<s>ba</s></i><s>z</s>",
 25275 	[true,true],
 25276 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25277 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 25278 	[["stylewithcss","true"],["strikethrough",""]],
 25279 	"<p><span style=\"text-decoration:line-through\">foo</span>[bar]<span style=\"text-decoration:line-through\">baz</span></p>",
 25280 	[true,true],
 25281 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25282 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 25283 	[["stylewithcss","false"],["strikethrough",""]],
 25284 	"<p><s>foo</s>[bar]<s>baz</s></p>",
 25285 	[true,true],
 25286 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25287 ["foo<strike>[bar]</strike>baz",
 25288 	[["stylewithcss","true"],["strikethrough",""]],
 25289 	"foo[bar]baz",
 25290 	[true,true],
 25291 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25292 ["foo<strike>[bar]</strike>baz",
 25293 	[["stylewithcss","false"],["strikethrough",""]],
 25294 	"foo[bar]baz",
 25295 	[true,true],
 25296 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25297 ["<strike>foo[bar]baz</strike>",
 25298 	[["stylewithcss","true"],["strikethrough",""]],
 25299 	"<span style=\"text-decoration:line-through\">foo</span>[bar]<span style=\"text-decoration:line-through\">baz</span>",
 25300 	[true,true],
 25301 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25302 ["<strike>foo[bar]baz</strike>",
 25303 	[["stylewithcss","false"],["strikethrough",""]],
 25304 	"<s>foo</s>[bar]<s>baz</s>",
 25305 	[true,true],
 25306 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25307 ["<strike>foo[b<span style=\"color:blue\">ar]ba</span>z</strike>",
 25308 	[["stylewithcss","true"],["strikethrough",""]],
 25309 	"<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>",
 25310 	[true,true],
 25311 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25312 ["<strike>foo[b<span style=\"color:blue\">ar]ba</span>z</strike>",
 25313 	[["stylewithcss","false"],["strikethrough",""]],
 25314 	"<s>foo</s>[b<span style=\"color:rgb(0, 0, 255)\">ar]<s>ba</s></span><s>z</s>",
 25315 	[true,true],
 25316 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25317 ["<strike>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</strike>",
 25318 	[["stylewithcss","true"],["strikethrough",""]],
 25319 	"<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>",
 25320 	[true,true],
 25321 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25322 ["<strike>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</strike>",
 25323 	[["stylewithcss","false"],["strikethrough",""]],
 25324 	"<s>foo</s>[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]<s>ba</s></span><s>z</s>",
 25325 	[true,true],
 25326 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25327 ["<strike>foo[b<span style=\"font-size:3em\">ar]ba</span>z</strike>",
 25328 	[["stylewithcss","true"],["strikethrough",""]],
 25329 	"<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>",
 25330 	[true,true],
 25331 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25332 ["<strike>foo[b<span style=\"font-size:3em\">ar]ba</span>z</strike>",
 25333 	[["stylewithcss","false"],["strikethrough",""]],
 25334 	"<s>foo</s>[b<span style=\"font-size:3em\">ar]<s>ba</s></span><s>z</s>",
 25335 	[true,true],
 25336 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25337 ["<strike>foo[b<i>ar]ba</i>z</strike>",
 25338 	[["stylewithcss","true"],["strikethrough",""]],
 25339 	"<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>",
 25340 	[true,true],
 25341 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25342 ["<strike>foo[b<i>ar]ba</i>z</strike>",
 25343 	[["stylewithcss","false"],["strikethrough",""]],
 25344 	"<s>foo</s>[b<i>ar]<s>ba</s></i><s>z</s>",
 25345 	[true,true],
 25346 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25347 ["foo<ins>[bar]</ins>baz",
 25348 	[["stylewithcss","true"],["strikethrough",""]],
 25349 	"foo<span style=\"text-decoration:line-through\"><ins>[bar]</ins></span>baz",
 25350 	[true,true],
 25351 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25352 ["foo<ins>[bar]</ins>baz",
 25353 	[["stylewithcss","false"],["strikethrough",""]],
 25354 	"foo<s><ins>[bar]</ins></s>baz",
 25355 	[true,true],
 25356 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25357 ["<ins>foo[bar]baz</ins>",
 25358 	[["stylewithcss","true"],["strikethrough",""]],
 25359 	"<ins>foo<span style=\"text-decoration:line-through\">[bar]</span>baz</ins>",
 25360 	[true,true],
 25361 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25362 ["<ins>foo[bar]baz</ins>",
 25363 	[["stylewithcss","false"],["strikethrough",""]],
 25364 	"<ins>foo<s>[bar]</s>baz</ins>",
 25365 	[true,true],
 25366 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25367 ["<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins>",
 25368 	[["stylewithcss","true"],["strikethrough",""]],
 25369 	"<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>",
 25370 	[true,true],
 25371 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25372 ["<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins>",
 25373 	[["stylewithcss","false"],["strikethrough",""]],
 25374 	"<ins>foo<s>[b</s><span style=\"color:rgb(0, 0, 255)\"><s>ar]</s>ba</span>z</ins>",
 25375 	[true,true],
 25376 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25377 ["<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</ins>",
 25378 	[["stylewithcss","true"],["strikethrough",""]],
 25379 	"<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>",
 25380 	[true,true],
 25381 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25382 ["<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</ins>",
 25383 	[["stylewithcss","false"],["strikethrough",""]],
 25384 	"<ins>foo<s>[b</s><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><s>ar]</s>ba</span>z</ins>",
 25385 	[true,true],
 25386 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25387 ["<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ins>",
 25388 	[["stylewithcss","true"],["strikethrough",""]],
 25389 	"<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>",
 25390 	[true,true],
 25391 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25392 ["<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ins>",
 25393 	[["stylewithcss","false"],["strikethrough",""]],
 25394 	"<ins>foo<s>[b</s><span style=\"font-size:3em\"><s>ar]</s>ba</span>z</ins>",
 25395 	[true,true],
 25396 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25397 ["<ins>foo[b<i>ar]ba</i>z</ins>",
 25398 	[["stylewithcss","true"],["strikethrough",""]],
 25399 	"<ins>foo<span style=\"text-decoration:line-through\">[b</span><i><span style=\"text-decoration:line-through\">ar]</span>ba</i>z</ins>",
 25400 	[true,true],
 25401 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25402 ["<ins>foo[b<i>ar]ba</i>z</ins>",
 25403 	[["stylewithcss","false"],["strikethrough",""]],
 25404 	"<ins>foo<s>[b</s><i><s>ar]</s>ba</i>z</ins>",
 25405 	[true,true],
 25406 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25407 ["foo<del>[bar]</del>baz",
 25408 	[["strikethrough",""]],
 25409 	"foo<del>[bar]</del>baz",
 25410 	[true],
 25411 	{"strikethrough":[false,true,"",false,true,""]}],
 25412 ["<del>foo[bar]baz</del>",
 25413 	[["strikethrough",""]],
 25414 	"<del>foo[bar]baz</del>",
 25415 	[true],
 25416 	{"strikethrough":[false,true,"",false,true,""]}],
 25417 ["<del>foo[b<span style=\"color:blue\">ar]ba</span>z</del>",
 25418 	[["strikethrough",""]],
 25419 	"<del>foo[b<span style=\"color:rgb(0, 0, 255)\">ar]ba</span>z</del>",
 25420 	[true],
 25421 	{"strikethrough":[false,true,"",false,true,""]}],
 25422 ["<del>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</del>",
 25423 	[["strikethrough",""]],
 25424 	"<del>foo[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]ba</span>z</del>",
 25425 	[true],
 25426 	{"strikethrough":[false,true,"",false,true,""]}],
 25427 ["<del>foo[b<span style=\"font-size:3em\">ar]ba</span>z</del>",
 25428 	[["strikethrough",""]],
 25429 	"<del>foo[b<span style=\"font-size:3em\">ar]ba</span>z</del>",
 25430 	[true],
 25431 	{"strikethrough":[false,true,"",false,true,""]}],
 25432 ["<del>foo[b<i>ar]ba</i>z</del>",
 25433 	[["strikethrough",""]],
 25434 	"<del>foo[b<i>ar]ba</i>z</del>",
 25435 	[true],
 25436 	{"strikethrough":[false,true,"",false,true,""]}],
 25437 ["foo<span style=\"text-decoration: underline line-through\">[bar]</span>baz",
 25438 	[["strikethrough",""]],
 25439 	"foo<span style=\"text-decoration:underline\">[bar]</span>baz",
 25440 	[true],
 25441 	{"strikethrough":[false,true,"",false,false,""]}],
 25442 ["foo<span style=\"text-decoration: underline line-through\">b[a]r</span>baz",
 25443 	[["stylewithcss","true"],["strikethrough",""]],
 25444 	"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",
 25445 	[true,true],
 25446 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25447 ["foo<span style=\"text-decoration: underline line-through\">b[a]r</span>baz",
 25448 	[["stylewithcss","false"],["strikethrough",""]],
 25449 	"foo<span style=\"text-decoration:underline\"><s>b</s>[a]<s>r</s></span>baz",
 25450 	[true,true],
 25451 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25452 ["foo<s style=\"text-decoration: underline\">[bar]</s>baz",
 25453 	[["stylewithcss","true"],["strikethrough",""]],
 25454 	"foo<span style=\"text-decoration:line-through\"><s style=\"text-decoration:underline\">[bar]</s></span>baz",
 25455 	[true,true],
 25456 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25457 ["foo<s style=\"text-decoration: underline\">[bar]</s>baz",
 25458 	[["stylewithcss","false"],["strikethrough",""]],
 25459 	"foo<s><s style=\"text-decoration:underline\">[bar]</s></s>baz",
 25460 	[true,true],
 25461 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25462 ["foo<s style=\"text-decoration: underline\">b[a]r</s>baz",
 25463 	[["stylewithcss","true"],["strikethrough",""]],
 25464 	"foo<s style=\"text-decoration:underline\">b<span style=\"text-decoration:line-through\">[a]</span>r</s>baz",
 25465 	[true,true],
 25466 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25467 ["foo<s style=\"text-decoration: underline\">b[a]r</s>baz",
 25468 	[["stylewithcss","false"],["strikethrough",""]],
 25469 	"foo<s style=\"text-decoration:underline\">b<s>[a]</s>r</s>baz",
 25470 	[true,true],
 25471 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25472 ["foo<u style=\"text-decoration: line-through\">[bar]</u>baz",
 25473 	[["stylewithcss","true"],["strikethrough",""]],
 25474 	"foo[bar]baz",
 25475 	[true,true],
 25476 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25477 ["foo<u style=\"text-decoration: line-through\">[bar]</u>baz",
 25478 	[["stylewithcss","false"],["strikethrough",""]],
 25479 	"foo[bar]baz",
 25480 	[true,true],
 25481 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25482 ["foo<u style=\"text-decoration: line-through\">b[a]r</u>baz",
 25483 	[["stylewithcss","true"],["strikethrough",""]],
 25484 	"foo<span style=\"text-decoration:line-through\">b</span>[a]<span style=\"text-decoration:line-through\">r</span>baz",
 25485 	[true,true],
 25486 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25487 ["foo<u style=\"text-decoration: line-through\">b[a]r</u>baz",
 25488 	[["stylewithcss","false"],["strikethrough",""]],
 25489 	"foo<s>b</s>[a]<s>r</s>baz",
 25490 	[true,true],
 25491 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25492 ["foo<s style=\"text-decoration: overline\">[bar]</s>baz",
 25493 	[["stylewithcss","true"],["strikethrough",""]],
 25494 	"foo<span style=\"text-decoration:line-through\"><s style=\"text-decoration:overline\">[bar]</s></span>baz",
 25495 	[true,true],
 25496 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25497 ["foo<s style=\"text-decoration: overline\">[bar]</s>baz",
 25498 	[["stylewithcss","false"],["strikethrough",""]],
 25499 	"foo<s><s style=\"text-decoration:overline\">[bar]</s></s>baz",
 25500 	[true,true],
 25501 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25502 ["foo<s style=\"text-decoration: overline\">b[a]r</s>baz",
 25503 	[["stylewithcss","true"],["strikethrough",""]],
 25504 	"foo<s style=\"text-decoration:overline\">b<span style=\"text-decoration:line-through\">[a]</span>r</s>baz",
 25505 	[true,true],
 25506 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25507 ["foo<s style=\"text-decoration: overline\">b[a]r</s>baz",
 25508 	[["stylewithcss","false"],["strikethrough",""]],
 25509 	"foo<s style=\"text-decoration:overline\">b<s>[a]</s>r</s>baz",
 25510 	[true,true],
 25511 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25512 ["foo<u style=\"text-decoration: overline\">[bar]</u>baz",
 25513 	[["stylewithcss","true"],["strikethrough",""]],
 25514 	"foo<span style=\"text-decoration:line-through\"><u style=\"text-decoration:overline\">[bar]</u></span>baz",
 25515 	[true,true],
 25516 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25517 ["foo<u style=\"text-decoration: overline\">[bar]</u>baz",
 25518 	[["stylewithcss","false"],["strikethrough",""]],
 25519 	"foo<s><u style=\"text-decoration:overline\">[bar]</u></s>baz",
 25520 	[true,true],
 25521 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25522 ["foo<u style=\"text-decoration: overline\">b[a]r</u>baz",
 25523 	[["stylewithcss","true"],["strikethrough",""]],
 25524 	"foo<u style=\"text-decoration:overline\">b<span style=\"text-decoration:line-through\">[a]</span>r</u>baz",
 25525 	[true,true],
 25526 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25527 ["foo<u style=\"text-decoration: overline\">b[a]r</u>baz",
 25528 	[["stylewithcss","false"],["strikethrough",""]],
 25529 	"foo<u style=\"text-decoration:overline\">b<s>[a]</s>r</u>baz",
 25530 	[true,true],
 25531 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25532 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 25533 	[["stylewithcss","true"],["strikethrough",""]],
 25534 	"<p><span style=\"text-decoration:line-through\">foo</span>[bar]<span style=\"text-decoration:line-through\">baz</span></p>",
 25535 	[true,true],
 25536 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25537 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 25538 	[["stylewithcss","false"],["strikethrough",""]],
 25539 	"<p><s>foo</s>[bar]<s>baz</s></p>",
 25540 	[true,true],
 25541 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25542 ["<p style=\"text-decoration: overline\">foo[bar]baz</p>",
 25543 	[["stylewithcss","true"],["strikethrough",""]],
 25544 	"<p style=\"text-decoration:overline\">foo<span style=\"text-decoration:line-through\">[bar]</span>baz</p>",
 25545 	[true,true],
 25546 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25547 ["<p style=\"text-decoration: overline\">foo[bar]baz</p>",
 25548 	[["stylewithcss","false"],["strikethrough",""]],
 25549 	"<p style=\"text-decoration:overline\">foo<s>[bar]</s>baz</p>",
 25550 	[true,true],
 25551 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25552 ["foo<span class=\"underline\">[bar]</span>baz",
 25553 	[["stylewithcss","true"],["strikethrough",""]],
 25554 	"foo<span style=\"text-decoration:line-through\"><span class=\"underline\">[bar]</span></span>baz",
 25555 	[true,true],
 25556 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25557 ["foo<span class=\"underline\">[bar]</span>baz",
 25558 	[["stylewithcss","false"],["strikethrough",""]],
 25559 	"foo<s><span class=\"underline\">[bar]</span></s>baz",
 25560 	[true,true],
 25561 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25562 ["foo<span class=\"underline\">b[a]r</span>baz",
 25563 	[["stylewithcss","true"],["strikethrough",""]],
 25564 	"foo<span class=\"underline\">b<span style=\"text-decoration:line-through\">[a]</span>r</span>baz",
 25565 	[true,true],
 25566 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false,"",false,true,""]}],
 25567 ["foo<span class=\"underline\">b[a]r</span>baz",
 25568 	[["stylewithcss","false"],["strikethrough",""]],
 25569 	"foo<span class=\"underline\">b<s>[a]</s>r</span>baz",
 25570 	[true,true],
 25571 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false,"",false,true,""]}],
 25572 ["foo<span class=\"line-through\">[bar]</span>baz",
 25573 	[["strikethrough",""]],
 25574 	"foo<span class=\"line-through\">[bar]</span>baz",
 25575 	[true],
 25576 	{"strikethrough":[false,true,"",false,true,""]}],
 25577 ["foo<span class=\"line-through\">b[a]r</span>baz",
 25578 	[["strikethrough",""]],
 25579 	"foo<span class=\"line-through\">b[a]r</span>baz",
 25580 	[true],
 25581 	{"strikethrough":[false,true,"",false,true,""]}],
 25582 ["foo<span class=\"underline-and-line-through\">[bar]</span>baz",
 25583 	[["strikethrough",""]],
 25584 	"foo<span class=\"underline-and-line-through\">[bar]</span>baz",
 25585 	[true],
 25586 	{"strikethrough":[false,true,"",false,true,""]}],
 25587 ["foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
 25588 	[["strikethrough",""]],
 25589 	"foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
 25590 	[true],
 25591 	{"strikethrough":[false,true,"",false,true,""]}],
 25592 ["fo[o<s>b]ar</s>baz",
 25593 	[["strikethrough",""]],
 25594 	"fo<s>[ob]ar</s>baz",
 25595 	[true],
 25596 	{"strikethrough":[true,false,"",false,true,""]}],
 25597 ["foo<s>ba[r</s>b]az",
 25598 	[["strikethrough",""]],
 25599 	"foo<s>ba[rb]</s>az",
 25600 	[true],
 25601 	{"strikethrough":[true,false,"",false,true,""]}],
 25602 ["fo[o<s>bar</s>b]az",
 25603 	[["stylewithcss","true"],["strikethrough",""]],
 25604 	"fo<span style=\"text-decoration:line-through\">[obarb]</span>az",
 25605 	[true,true],
 25606 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[true,false,"",false,true,""]}],
 25607 ["fo[o<s>bar</s>b]az",
 25608 	[["stylewithcss","false"],["strikethrough",""]],
 25609 	"fo<s>[obarb]</s>az",
 25610 	[true,true],
 25611 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[true,false,"",false,true,""]}],
 25612 ["foo[<s>b]ar</s>baz",
 25613 	[["stylewithcss","true"],["strikethrough",""]],
 25614 	"foo[b]<span style=\"text-decoration:line-through\">ar</span>baz",
 25615 	[true,true],
 25616 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25617 ["foo[<s>b]ar</s>baz",
 25618 	[["stylewithcss","false"],["strikethrough",""]],
 25619 	"foo[b]<s>ar</s>baz",
 25620 	[true,true],
 25621 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25622 ["foo<s>ba[r</s>]baz",
 25623 	[["stylewithcss","true"],["strikethrough",""]],
 25624 	"foo<span style=\"text-decoration:line-through\">ba</span>[r]baz",
 25625 	[true,true],
 25626 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25627 ["foo<s>ba[r</s>]baz",
 25628 	[["stylewithcss","false"],["strikethrough",""]],
 25629 	"foo<s>ba</s>[r]baz",
 25630 	[true,true],
 25631 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25632 ["foo[<s>bar</s>]baz",
 25633 	[["stylewithcss","true"],["strikethrough",""]],
 25634 	"foo[bar]baz",
 25635 	[true,true],
 25636 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25637 ["foo[<s>bar</s>]baz",
 25638 	[["stylewithcss","false"],["strikethrough",""]],
 25639 	"foo[bar]baz",
 25640 	[true,true],
 25641 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25642 ["foo<s>[bar]</s>baz",
 25643 	[["stylewithcss","true"],["strikethrough",""]],
 25644 	"foo[bar]baz",
 25645 	[true,true],
 25646 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25647 ["foo<s>[bar]</s>baz",
 25648 	[["stylewithcss","false"],["strikethrough",""]],
 25649 	"foo[bar]baz",
 25650 	[true,true],
 25651 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25652 ["foo{<s>bar</s>}baz",
 25653 	[["stylewithcss","true"],["strikethrough",""]],
 25654 	"foo{bar}baz",
 25655 	[true,true],
 25656 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25657 ["foo{<s>bar</s>}baz",
 25658 	[["stylewithcss","false"],["strikethrough",""]],
 25659 	"foo{bar}baz",
 25660 	[true,true],
 25661 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25662 ["fo[o<span style=text-decoration:line-through>b]ar</span>baz",
 25663 	[["strikethrough",""]],
 25664 	"fo<span style=\"text-decoration:line-through\">[ob]ar</span>baz",
 25665 	[true],
 25666 	{"strikethrough":[true,false,"",false,true,""]}],
 25667 ["<strike>fo[o</strike><s>b]ar</s>",
 25668 	[["stylewithcss","true"],["strikethrough",""]],
 25669 	"<span style=\"text-decoration:line-through\">fo</span>[ob]<span style=\"text-decoration:line-through\">ar</span>",
 25670 	[true,true],
 25671 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",false,false,""]}],
 25672 ["<strike>fo[o</strike><s>b]ar</s>",
 25673 	[["stylewithcss","false"],["strikethrough",""]],
 25674 	"<s>fo</s>[ob]<s>ar</s>",
 25675 	[true,true],
 25676 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",false,false,""]}],
 25677 ["<s>fo[o</s><del>b]ar</del>",
 25678 	[["stylewithcss","true"],["strikethrough",""]],
 25679 	"<span style=\"text-decoration:line-through\">fo</span>[o<del>b]ar</del>",
 25680 	[true,true],
 25681 	{"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true,"",true,false,""]}],
 25682 ["<s>fo[o</s><del>b]ar</del>",
 25683 	[["stylewithcss","false"],["strikethrough",""]],
 25684 	"<s>fo</s>[o<del>b]ar</del>",
 25685 	[true,true],
 25686 	{"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true,"",true,false,""]}],
 25687 ["foo[]bar",
 25688 	[["subscript",""]],
 25689 	"foo[]bar",
 25690 	[true],
 25691 	{"subscript":[false,false,"",false,true,""]}],
 25692 ["<p>[foo</p> <p>bar]</p>",
 25693 	[["stylewithcss","true"],["subscript",""]],
 25694 	"<p><sub>[foo</sub></p> <p><sub>bar]</sub></p>",
 25695 	[true,true],
 25696 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25697 ["<p>[foo</p> <p>bar]</p>",
 25698 	[["stylewithcss","false"],["subscript",""]],
 25699 	"<p><sub>[foo</sub></p> <p><sub>bar]</sub></p>",
 25700 	[true,true],
 25701 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25702 ["<span>[foo</span> <span>bar]</span>",
 25703 	[["stylewithcss","true"],["subscript",""]],
 25704 	"<sub><span>[foo</span> <span>bar]</span></sub>",
 25705 	[true,true],
 25706 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25707 ["<span>[foo</span> <span>bar]</span>",
 25708 	[["stylewithcss","false"],["subscript",""]],
 25709 	"<sub><span>[foo</span> <span>bar]</span></sub>",
 25710 	[true,true],
 25711 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25712 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 25713 	[["stylewithcss","true"],["subscript",""]],
 25714 	"<p><sub>[foo</sub></p><p> <sub><span>bar</span></sub> </p><p><sub>baz]</sub></p>",
 25715 	[true,true],
 25716 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25717 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 25718 	[["stylewithcss","false"],["subscript",""]],
 25719 	"<p><sub>[foo</sub></p><p> <sub><span>bar</span></sub> </p><p><sub>baz]</sub></p>",
 25720 	[true,true],
 25721 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25722 ["<p>[foo<p><br><p>bar]",
 25723 	[["stylewithcss","true"],["subscript",""]],
 25724 	"<p><sub>[foo</sub></p><p><sub><br></sub></p><p><sub>bar]</sub></p>",
 25725 	[true,true],
 25726 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25727 ["<p>[foo<p><br><p>bar]",
 25728 	[["stylewithcss","false"],["subscript",""]],
 25729 	"<p><sub>[foo</sub></p><p><sub><br></sub></p><p><sub>bar]</sub></p>",
 25730 	[true,true],
 25731 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25732 ["<b>foo[]bar</b>",
 25733 	[["subscript",""]],
 25734 	"<b>foo[]bar</b>",
 25735 	[true],
 25736 	{"subscript":[false,false,"",false,true,""]}],
 25737 ["<i>foo[]bar</i>",
 25738 	[["subscript",""]],
 25739 	"<i>foo[]bar</i>",
 25740 	[true],
 25741 	{"subscript":[false,false,"",false,true,""]}],
 25742 ["<span>foo</span>{}<span>bar</span>",
 25743 	[["subscript",""]],
 25744 	"<span>foo</span>{}<span>bar</span>",
 25745 	[true],
 25746 	{"subscript":[false,false,"",false,true,""]}],
 25747 ["<span>foo[</span><span>]bar</span>",
 25748 	[["subscript",""]],
 25749 	"<span>foo[</span><span>]bar</span>",
 25750 	[true],
 25751 	{"subscript":[false,false,"",false,true,""]}],
 25752 ["foo[bar]baz",
 25753 	[["stylewithcss","true"],["subscript",""]],
 25754 	"foo<sub>[bar]</sub>baz",
 25755 	[true,true],
 25756 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25757 ["foo[bar]baz",
 25758 	[["stylewithcss","false"],["subscript",""]],
 25759 	"foo<sub>[bar]</sub>baz",
 25760 	[true,true],
 25761 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25762 ["foo[bar<b>baz]qoz</b>quz",
 25763 	[["stylewithcss","true"],["subscript",""]],
 25764 	"foo<sub>[bar</sub><b><sub>baz]</sub>qoz</b>quz",
 25765 	[true,true],
 25766 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25767 ["foo[bar<b>baz]qoz</b>quz",
 25768 	[["stylewithcss","false"],["subscript",""]],
 25769 	"foo<sub>[bar</sub><b><sub>baz]</sub>qoz</b>quz",
 25770 	[true,true],
 25771 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25772 ["foo[bar<i>baz]qoz</i>quz",
 25773 	[["stylewithcss","true"],["subscript",""]],
 25774 	"foo<sub>[bar</sub><i><sub>baz]</sub>qoz</i>quz",
 25775 	[true,true],
 25776 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25777 ["foo[bar<i>baz]qoz</i>quz",
 25778 	[["stylewithcss","false"],["subscript",""]],
 25779 	"foo<sub>[bar</sub><i><sub>baz]</sub>qoz</i>quz",
 25780 	[true,true],
 25781 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25782 ["{<p><p> <p>foo</p>}",
 25783 	[["stylewithcss","true"],["subscript",""]],
 25784 	"{<p></p><p> </p><p><sub>foo</sub></p>}",
 25785 	[true,true],
 25786 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25787 ["{<p><p> <p>foo</p>}",
 25788 	[["stylewithcss","false"],["subscript",""]],
 25789 	"{<p></p><p> </p><p><sub>foo</sub></p>}",
 25790 	[true,true],
 25791 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25792 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 25793 	[["stylewithcss","true"],["subscript",""]],
 25794 	"<table><tbody><tr><td>foo</td><td>b<sub>[a]</sub>r</td><td>baz</td></tr></tbody></table>",
 25795 	[true,true],
 25796 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25797 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 25798 	[["stylewithcss","false"],["subscript",""]],
 25799 	"<table><tbody><tr><td>foo</td><td>b<sub>[a]</sub>r</td><td>baz</td></tr></tbody></table>",
 25800 	[true,true],
 25801 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25802 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 25803 	[["stylewithcss","true"],["subscript",""]],
 25804 	"<table><tbody><tr><td>foo</td>{<td><sub>bar</sub></td>}<td>baz</td></tr></tbody></table>",
 25805 	[true,true],
 25806 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25807 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 25808 	[["stylewithcss","false"],["subscript",""]],
 25809 	"<table><tbody><tr><td>foo</td>{<td><sub>bar</sub></td>}<td>baz</td></tr></tbody></table>",
 25810 	[true,true],
 25811 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25812 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 25813 	[["stylewithcss","true"],["subscript",""]],
 25814 	"<table><tbody><tr>{<td><sub>foo</sub></td><td><sub>bar</sub></td>}<td>baz</td></tr></tbody></table>",
 25815 	[true,true],
 25816 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25817 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 25818 	[["stylewithcss","false"],["subscript",""]],
 25819 	"<table><tbody><tr>{<td><sub>foo</sub></td><td><sub>bar</sub></td>}<td>baz</td></tr></tbody></table>",
 25820 	[true,true],
 25821 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25822 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 25823 	[["stylewithcss","true"],["subscript",""]],
 25824 	"<table><tbody>{<tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr>}</tbody></table>",
 25825 	[true,true],
 25826 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25827 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 25828 	[["stylewithcss","false"],["subscript",""]],
 25829 	"<table><tbody>{<tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr>}</tbody></table>",
 25830 	[true,true],
 25831 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25832 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 25833 	[["stylewithcss","true"],["subscript",""]],
 25834 	"<table>{<tbody><tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr></tbody>}</table>",
 25835 	[true,true],
 25836 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25837 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 25838 	[["stylewithcss","false"],["subscript",""]],
 25839 	"<table>{<tbody><tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr></tbody>}</table>",
 25840 	[true,true],
 25841 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25842 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 25843 	[["stylewithcss","true"],["subscript",""]],
 25844 	"{<table><tbody><tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr></tbody></table>}",
 25845 	[true,true],
 25846 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25847 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 25848 	[["stylewithcss","false"],["subscript",""]],
 25849 	"{<table><tbody><tr><td><sub>foo</sub></td><td><sub>bar</sub></td><td><sub>baz</sub></td></tr></tbody></table>}",
 25850 	[true,true],
 25851 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25852 ["foo<sub>[bar]</sub>baz",
 25853 	[["stylewithcss","true"],["subscript",""]],
 25854 	"foo[bar]baz",
 25855 	[true,true],
 25856 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,true,"",false,false,""]}],
 25857 ["foo<sub>[bar]</sub>baz",
 25858 	[["stylewithcss","false"],["subscript",""]],
 25859 	"foo[bar]baz",
 25860 	[true,true],
 25861 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,true,"",false,false,""]}],
 25862 ["foo<sub>b[a]r</sub>baz",
 25863 	[["stylewithcss","true"],["subscript",""]],
 25864 	"foo<sub>b</sub>[a]<sub>r</sub>baz",
 25865 	[true,true],
 25866 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,true,"",false,false,""]}],
 25867 ["foo<sub>b[a]r</sub>baz",
 25868 	[["stylewithcss","false"],["subscript",""]],
 25869 	"foo<sub>b</sub>[a]<sub>r</sub>baz",
 25870 	[true,true],
 25871 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,true,"",false,false,""]}],
 25872 ["foo<sup>[bar]</sup>baz",
 25873 	[["stylewithcss","true"],["subscript",""]],
 25874 	"foo<sub>[bar]</sub>baz",
 25875 	[true,true],
 25876 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25877 ["foo<sup>[bar]</sup>baz",
 25878 	[["stylewithcss","false"],["subscript",""]],
 25879 	"foo<sub>[bar]</sub>baz",
 25880 	[true,true],
 25881 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25882 ["foo<sup>b[a]r</sup>baz",
 25883 	[["stylewithcss","true"],["subscript",""]],
 25884 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 25885 	[true,true],
 25886 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25887 ["foo<sup>b[a]r</sup>baz",
 25888 	[["stylewithcss","false"],["subscript",""]],
 25889 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 25890 	[true,true],
 25891 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25892 ["foo<span style=vertical-align:sub>[bar]</span>baz",
 25893 	[["stylewithcss","true"],["subscript",""]],
 25894 	"foo<sub><span style=\"vertical-align:sub\">[bar]</span></sub>baz",
 25895 	[true,true],
 25896 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25897 ["foo<span style=vertical-align:sub>[bar]</span>baz",
 25898 	[["stylewithcss","false"],["subscript",""]],
 25899 	"foo<sub><span style=\"vertical-align:sub\">[bar]</span></sub>baz",
 25900 	[true,true],
 25901 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25902 ["foo<span style=vertical-align:super>[bar]</span>baz",
 25903 	[["stylewithcss","true"],["subscript",""]],
 25904 	"foo<sub><span style=\"vertical-align:super\">[bar]</span></sub>baz",
 25905 	[true,true],
 25906 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25907 ["foo<span style=vertical-align:super>[bar]</span>baz",
 25908 	[["stylewithcss","false"],["subscript",""]],
 25909 	"foo<sub><span style=\"vertical-align:super\">[bar]</span></sub>baz",
 25910 	[true,true],
 25911 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25912 ["foo<sub><sub>[bar]</sub></sub>baz",
 25913 	[["stylewithcss","true"],["subscript",""]],
 25914 	"foo[bar]baz",
 25915 	[true,true],
 25916 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,true,"",false,false,""]}],
 25917 ["foo<sub><sub>[bar]</sub></sub>baz",
 25918 	[["stylewithcss","false"],["subscript",""]],
 25919 	"foo[bar]baz",
 25920 	[true,true],
 25921 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,true,"",false,false,""]}],
 25922 ["foo<sub><sub>b[a]r</sub></sub>baz",
 25923 	[["subscript",""]],
 25924 	"foo<sub>b</sub>[a]<sub>r</sub>baz",
 25925 	[true],
 25926 	{"subscript":[false,true,"",false,false,""]}],
 25927 ["foo<sub>b<sub>[a]</sub>r</sub>baz",
 25928 	[["subscript",""]],
 25929 	"foo<sub>b</sub>[a]<sub>r</sub>baz",
 25930 	[true],
 25931 	{"subscript":[false,true,"",false,false,""]}],
 25932 ["foo<sup><sup>[bar]</sup></sup>baz",
 25933 	[["stylewithcss","true"],["subscript",""]],
 25934 	"foo<sub>[bar]</sub>baz",
 25935 	[true,true],
 25936 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25937 ["foo<sup><sup>[bar]</sup></sup>baz",
 25938 	[["stylewithcss","false"],["subscript",""]],
 25939 	"foo<sub>[bar]</sub>baz",
 25940 	[true,true],
 25941 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25942 ["foo<sup><sup>b[a]r</sup></sup>baz",
 25943 	[["stylewithcss","true"],["subscript",""]],
 25944 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 25945 	[true,true],
 25946 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25947 ["foo<sup><sup>b[a]r</sup></sup>baz",
 25948 	[["stylewithcss","false"],["subscript",""]],
 25949 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 25950 	[true,true],
 25951 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25952 ["foo<sup>b<sup>[a]</sup>r</sup>baz",
 25953 	[["stylewithcss","true"],["subscript",""]],
 25954 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 25955 	[true,true],
 25956 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 25957 ["foo<sup>b<sup>[a]</sup>r</sup>baz",
 25958 	[["stylewithcss","false"],["subscript",""]],
 25959 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 25960 	[true,true],
 25961 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 25962 ["foo<sub><sup>[bar]</sup></sub>baz",
 25963 	[["stylewithcss","true"],["subscript",""]],
 25964 	"foo<sub>[bar]</sub>baz",
 25965 	[true,true],
 25966 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[true,false,"",false,true,""]}],
 25967 ["foo<sub><sup>[bar]</sup></sub>baz",
 25968 	[["stylewithcss","false"],["subscript",""]],
 25969 	"foo<sub>[bar]</sub>baz",
 25970 	[true,true],
 25971 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[true,false,"",false,true,""]}],
 25972 ["foo<sub><sup>b[a]r</sup></sub>baz",
 25973 	[["stylewithcss","true"],["subscript",""]],
 25974 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 25975 	[true,true],
 25976 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[true,false,"",false,true,""]}],
 25977 ["foo<sub><sup>b[a]r</sup></sub>baz",
 25978 	[["stylewithcss","false"],["subscript",""]],
 25979 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 25980 	[true,true],
 25981 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[true,false,"",false,true,""]}],
 25982 ["foo<sub>b<sup>[a]</sup>r</sub>baz",
 25983 	[["stylewithcss","true"],["subscript",""]],
 25984 	"foo<sub>b[a]r</sub>baz",
 25985 	[true,true],
 25986 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[true,false,"",false,true,""]}],
 25987 ["foo<sub>b<sup>[a]</sup>r</sub>baz",
 25988 	[["stylewithcss","false"],["subscript",""]],
 25989 	"foo<sub>b[a]r</sub>baz",
 25990 	[true,true],
 25991 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[true,false,"",false,true,""]}],
 25992 ["foo<sup><sub>[bar]</sub></sup>baz",
 25993 	[["stylewithcss","true"],["subscript",""]],
 25994 	"foo<sub>[bar]</sub>baz",
 25995 	[true,true],
 25996 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[true,false,"",false,true,""]}],
 25997 ["foo<sup><sub>[bar]</sub></sup>baz",
 25998 	[["stylewithcss","false"],["subscript",""]],
 25999 	"foo<sub>[bar]</sub>baz",
 26000 	[true,true],
 26001 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[true,false,"",false,true,""]}],
 26002 ["foo<sup><sub>b[a]r</sub></sup>baz",
 26003 	[["stylewithcss","true"],["subscript",""]],
 26004 	"foo<sub>b[a]r</sub>baz",
 26005 	[true,true],
 26006 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[true,false,"",false,true,""]}],
 26007 ["foo<sup><sub>b[a]r</sub></sup>baz",
 26008 	[["stylewithcss","false"],["subscript",""]],
 26009 	"foo<sub>b[a]r</sub>baz",
 26010 	[true,true],
 26011 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[true,false,"",false,true,""]}],
 26012 ["foo<sup>b<sub>[a]</sub>r</sup>baz",
 26013 	[["stylewithcss","true"],["subscript",""]],
 26014 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 26015 	[true,true],
 26016 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[true,false,"",false,true,""]}],
 26017 ["foo<sup>b<sub>[a]</sub>r</sup>baz",
 26018 	[["stylewithcss","false"],["subscript",""]],
 26019 	"foo<sup>b</sup><sub>[a]</sub><sup>r</sup>baz",
 26020 	[true,true],
 26021 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[true,false,"",false,true,""]}],
 26022 ["fo[o<sub>b]ar</sub>baz",
 26023 	[["subscript",""]],
 26024 	"fo<sub>[ob]ar</sub>baz",
 26025 	[true],
 26026 	{"subscript":[true,false,"",false,true,""]}],
 26027 ["foo<sub>ba[r</sub>b]az",
 26028 	[["subscript",""]],
 26029 	"foo<sub>ba[rb]</sub>az",
 26030 	[true],
 26031 	{"subscript":[true,false,"",false,true,""]}],
 26032 ["fo[o<sub>bar</sub>b]az",
 26033 	[["subscript",""]],
 26034 	"fo<sub>[obarb]</sub>az",
 26035 	[true],
 26036 	{"subscript":[true,false,"",false,true,""]}],
 26037 ["foo[<sub>b]ar</sub>baz",
 26038 	[["subscript",""]],
 26039 	"foo[b]<sub>ar</sub>baz",
 26040 	[true],
 26041 	{"subscript":[false,true,"",false,false,""]}],
 26042 ["foo<sub>ba[r</sub>]baz",
 26043 	[["subscript",""]],
 26044 	"foo<sub>ba</sub>[r]baz",
 26045 	[true],
 26046 	{"subscript":[false,true,"",false,false,""]}],
 26047 ["foo[<sub>bar</sub>]baz",
 26048 	[["stylewithcss","true"],["subscript",""]],
 26049 	"foo[bar]baz",
 26050 	[true,true],
 26051 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,true,"",false,false,""]}],
 26052 ["foo[<sub>bar</sub>]baz",
 26053 	[["stylewithcss","false"],["subscript",""]],
 26054 	"foo[bar]baz",
 26055 	[true,true],
 26056 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,true,"",false,false,""]}],
 26057 ["foo<sub>[bar]</sub>baz",
 26058 	[["stylewithcss","true"],["subscript",""]],
 26059 	"foo[bar]baz",
 26060 	[true,true],
 26061 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,true,"",false,false,""]}],
 26062 ["foo<sub>[bar]</sub>baz",
 26063 	[["stylewithcss","false"],["subscript",""]],
 26064 	"foo[bar]baz",
 26065 	[true,true],
 26066 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,true,"",false,false,""]}],
 26067 ["foo{<sub>bar</sub>}baz",
 26068 	[["stylewithcss","true"],["subscript",""]],
 26069 	"foo{bar}baz",
 26070 	[true,true],
 26071 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,true,"",false,false,""]}],
 26072 ["foo{<sub>bar</sub>}baz",
 26073 	[["stylewithcss","false"],["subscript",""]],
 26074 	"foo{bar}baz",
 26075 	[true,true],
 26076 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,true,"",false,false,""]}],
 26077 ["<sub>fo[o</sub><sup>b]ar</sup>",
 26078 	[["subscript",""]],
 26079 	"<sub>fo[ob]</sub><sup>ar</sup>",
 26080 	[true],
 26081 	{"subscript":[true,false,"",false,true,""]}],
 26082 ["<sub>fo[o</sub><span style=vertical-align:sub>b]ar</span>",
 26083 	[["stylewithcss","true"],["subscript",""]],
 26084 	"<sub>fo[o</sub><span style=\"vertical-align:sub\"><sub>b]</sub>ar</span>",
 26085 	[true,true],
 26086 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[true,false,"",false,true,""]}],
 26087 ["<sub>fo[o</sub><span style=vertical-align:sub>b]ar</span>",
 26088 	[["stylewithcss","false"],["subscript",""]],
 26089 	"<sub>fo[o</sub><span style=\"vertical-align:sub\"><sub>b]</sub>ar</span>",
 26090 	[true,true],
 26091 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[true,false,"",false,true,""]}],
 26092 ["foo<span style=vertical-align:top>[bar]</span>baz",
 26093 	[["stylewithcss","true"],["subscript",""]],
 26094 	"foo<sub><span style=\"vertical-align:top\">[bar]</span></sub>baz",
 26095 	[true,true],
 26096 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[false,false,"",false,true,""]}],
 26097 ["foo<span style=vertical-align:top>[bar]</span>baz",
 26098 	[["stylewithcss","false"],["subscript",""]],
 26099 	"foo<sub><span style=\"vertical-align:top\">[bar]</span></sub>baz",
 26100 	[true,true],
 26101 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[false,false,"",false,true,""]}],
 26102 ["<sub>fo[o</sub><span style=vertical-align:top>b]ar</span>",
 26103 	[["stylewithcss","true"],["subscript",""]],
 26104 	"<sub>fo[o</sub><span style=\"vertical-align:top\"><sub>b]</sub>ar</span>",
 26105 	[true,true],
 26106 	{"stylewithcss":[false,false,"",false,true,""],"subscript":[true,false,"",false,true,""]}],
 26107 ["<sub>fo[o</sub><span style=vertical-align:top>b]ar</span>",
 26108 	[["stylewithcss","false"],["subscript",""]],
 26109 	"<sub>fo[o</sub><span style=\"vertical-align:top\"><sub>b]</sub>ar</span>",
 26110 	[true,true],
 26111 	{"stylewithcss":[false,true,"",false,false,""],"subscript":[true,false,"",false,true,""]}],
 26112 ["foo[]bar",
 26113 	[["superscript",""]],
 26114 	"foo[]bar",
 26115 	[true],
 26116 	{"superscript":[false,false,"",false,true,""]}],
 26117 ["<p>[foo</p> <p>bar]</p>",
 26118 	[["stylewithcss","true"],["superscript",""]],
 26119 	"<p><sup>[foo</sup></p> <p><sup>bar]</sup></p>",
 26120 	[true,true],
 26121 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26122 ["<p>[foo</p> <p>bar]</p>",
 26123 	[["stylewithcss","false"],["superscript",""]],
 26124 	"<p><sup>[foo</sup></p> <p><sup>bar]</sup></p>",
 26125 	[true,true],
 26126 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26127 ["<span>[foo</span> <span>bar]</span>",
 26128 	[["stylewithcss","true"],["superscript",""]],
 26129 	"<sup><span>[foo</span> <span>bar]</span></sup>",
 26130 	[true,true],
 26131 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26132 ["<span>[foo</span> <span>bar]</span>",
 26133 	[["stylewithcss","false"],["superscript",""]],
 26134 	"<sup><span>[foo</span> <span>bar]</span></sup>",
 26135 	[true,true],
 26136 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26137 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 26138 	[["stylewithcss","true"],["superscript",""]],
 26139 	"<p><sup>[foo</sup></p><p> <sup><span>bar</span></sup> </p><p><sup>baz]</sup></p>",
 26140 	[true,true],
 26141 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26142 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 26143 	[["stylewithcss","false"],["superscript",""]],
 26144 	"<p><sup>[foo</sup></p><p> <sup><span>bar</span></sup> </p><p><sup>baz]</sup></p>",
 26145 	[true,true],
 26146 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26147 ["<p>[foo<p><br><p>bar]",
 26148 	[["stylewithcss","true"],["superscript",""]],
 26149 	"<p><sup>[foo</sup></p><p><sup><br></sup></p><p><sup>bar]</sup></p>",
 26150 	[true,true],
 26151 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26152 ["<p>[foo<p><br><p>bar]",
 26153 	[["stylewithcss","false"],["superscript",""]],
 26154 	"<p><sup>[foo</sup></p><p><sup><br></sup></p><p><sup>bar]</sup></p>",
 26155 	[true,true],
 26156 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26157 ["<b>foo[]bar</b>",
 26158 	[["superscript",""]],
 26159 	"<b>foo[]bar</b>",
 26160 	[true],
 26161 	{"superscript":[false,false,"",false,true,""]}],
 26162 ["<i>foo[]bar</i>",
 26163 	[["superscript",""]],
 26164 	"<i>foo[]bar</i>",
 26165 	[true],
 26166 	{"superscript":[false,false,"",false,true,""]}],
 26167 ["<span>foo</span>{}<span>bar</span>",
 26168 	[["superscript",""]],
 26169 	"<span>foo</span>{}<span>bar</span>",
 26170 	[true],
 26171 	{"superscript":[false,false,"",false,true,""]}],
 26172 ["<span>foo[</span><span>]bar</span>",
 26173 	[["superscript",""]],
 26174 	"<span>foo[</span><span>]bar</span>",
 26175 	[true],
 26176 	{"superscript":[false,false,"",false,true,""]}],
 26177 ["foo[bar]baz",
 26178 	[["stylewithcss","true"],["superscript",""]],
 26179 	"foo<sup>[bar]</sup>baz",
 26180 	[true,true],
 26181 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26182 ["foo[bar]baz",
 26183 	[["stylewithcss","false"],["superscript",""]],
 26184 	"foo<sup>[bar]</sup>baz",
 26185 	[true,true],
 26186 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26187 ["foo[bar<b>baz]qoz</b>quz",
 26188 	[["stylewithcss","true"],["superscript",""]],
 26189 	"foo<sup>[bar</sup><b><sup>baz]</sup>qoz</b>quz",
 26190 	[true,true],
 26191 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26192 ["foo[bar<b>baz]qoz</b>quz",
 26193 	[["stylewithcss","false"],["superscript",""]],
 26194 	"foo<sup>[bar</sup><b><sup>baz]</sup>qoz</b>quz",
 26195 	[true,true],
 26196 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26197 ["foo[bar<i>baz]qoz</i>quz",
 26198 	[["stylewithcss","true"],["superscript",""]],
 26199 	"foo<sup>[bar</sup><i><sup>baz]</sup>qoz</i>quz",
 26200 	[true,true],
 26201 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26202 ["foo[bar<i>baz]qoz</i>quz",
 26203 	[["stylewithcss","false"],["superscript",""]],
 26204 	"foo<sup>[bar</sup><i><sup>baz]</sup>qoz</i>quz",
 26205 	[true,true],
 26206 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26207 ["{<p><p> <p>foo</p>}",
 26208 	[["stylewithcss","true"],["superscript",""]],
 26209 	"{<p></p><p> </p><p><sup>foo</sup></p>}",
 26210 	[true,true],
 26211 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26212 ["{<p><p> <p>foo</p>}",
 26213 	[["stylewithcss","false"],["superscript",""]],
 26214 	"{<p></p><p> </p><p><sup>foo</sup></p>}",
 26215 	[true,true],
 26216 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26217 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 26218 	[["stylewithcss","true"],["superscript",""]],
 26219 	"<table><tbody><tr><td>foo</td><td>b<sup>[a]</sup>r</td><td>baz</td></tr></tbody></table>",
 26220 	[true,true],
 26221 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26222 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 26223 	[["stylewithcss","false"],["superscript",""]],
 26224 	"<table><tbody><tr><td>foo</td><td>b<sup>[a]</sup>r</td><td>baz</td></tr></tbody></table>",
 26225 	[true,true],
 26226 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26227 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 26228 	[["stylewithcss","true"],["superscript",""]],
 26229 	"<table><tbody><tr><td>foo</td>{<td><sup>bar</sup></td>}<td>baz</td></tr></tbody></table>",
 26230 	[true,true],
 26231 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26232 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 26233 	[["stylewithcss","false"],["superscript",""]],
 26234 	"<table><tbody><tr><td>foo</td>{<td><sup>bar</sup></td>}<td>baz</td></tr></tbody></table>",
 26235 	[true,true],
 26236 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26237 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 26238 	[["stylewithcss","true"],["superscript",""]],
 26239 	"<table><tbody><tr>{<td><sup>foo</sup></td><td><sup>bar</sup></td>}<td>baz</td></tr></tbody></table>",
 26240 	[true,true],
 26241 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26242 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 26243 	[["stylewithcss","false"],["superscript",""]],
 26244 	"<table><tbody><tr>{<td><sup>foo</sup></td><td><sup>bar</sup></td>}<td>baz</td></tr></tbody></table>",
 26245 	[true,true],
 26246 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26247 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 26248 	[["stylewithcss","true"],["superscript",""]],
 26249 	"<table><tbody>{<tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr>}</tbody></table>",
 26250 	[true,true],
 26251 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26252 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 26253 	[["stylewithcss","false"],["superscript",""]],
 26254 	"<table><tbody>{<tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr>}</tbody></table>",
 26255 	[true,true],
 26256 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26257 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 26258 	[["stylewithcss","true"],["superscript",""]],
 26259 	"<table>{<tbody><tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr></tbody>}</table>",
 26260 	[true,true],
 26261 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26262 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 26263 	[["stylewithcss","false"],["superscript",""]],
 26264 	"<table>{<tbody><tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr></tbody>}</table>",
 26265 	[true,true],
 26266 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26267 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 26268 	[["stylewithcss","true"],["superscript",""]],
 26269 	"{<table><tbody><tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr></tbody></table>}",
 26270 	[true,true],
 26271 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26272 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 26273 	[["stylewithcss","false"],["superscript",""]],
 26274 	"{<table><tbody><tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>baz</sup></td></tr></tbody></table>}",
 26275 	[true,true],
 26276 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26277 ["foo<sub>[bar]</sub>baz",
 26278 	[["stylewithcss","true"],["superscript",""]],
 26279 	"foo<sup>[bar]</sup>baz",
 26280 	[true,true],
 26281 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26282 ["foo<sub>[bar]</sub>baz",
 26283 	[["stylewithcss","false"],["superscript",""]],
 26284 	"foo<sup>[bar]</sup>baz",
 26285 	[true,true],
 26286 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26287 ["foo<sub>b[a]r</sub>baz",
 26288 	[["stylewithcss","true"],["superscript",""]],
 26289 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 26290 	[true,true],
 26291 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26292 ["foo<sub>b[a]r</sub>baz",
 26293 	[["stylewithcss","false"],["superscript",""]],
 26294 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 26295 	[true,true],
 26296 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26297 ["foo<sup>[bar]</sup>baz",
 26298 	[["stylewithcss","true"],["superscript",""]],
 26299 	"foo[bar]baz",
 26300 	[true,true],
 26301 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"",false,false,""]}],
 26302 ["foo<sup>[bar]</sup>baz",
 26303 	[["stylewithcss","false"],["superscript",""]],
 26304 	"foo[bar]baz",
 26305 	[true,true],
 26306 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"",false,false,""]}],
 26307 ["foo<sup>b[a]r</sup>baz",
 26308 	[["stylewithcss","true"],["superscript",""]],
 26309 	"foo<sup>b</sup>[a]<sup>r</sup>baz",
 26310 	[true,true],
 26311 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"",false,false,""]}],
 26312 ["foo<sup>b[a]r</sup>baz",
 26313 	[["stylewithcss","false"],["superscript",""]],
 26314 	"foo<sup>b</sup>[a]<sup>r</sup>baz",
 26315 	[true,true],
 26316 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"",false,false,""]}],
 26317 ["foo<span style=vertical-align:sub>[bar]</span>baz",
 26318 	[["stylewithcss","true"],["superscript",""]],
 26319 	"foo<sup><span style=\"vertical-align:sub\">[bar]</span></sup>baz",
 26320 	[true,true],
 26321 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26322 ["foo<span style=vertical-align:sub>[bar]</span>baz",
 26323 	[["stylewithcss","false"],["superscript",""]],
 26324 	"foo<sup><span style=\"vertical-align:sub\">[bar]</span></sup>baz",
 26325 	[true,true],
 26326 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26327 ["foo<span style=vertical-align:super>[bar]</span>baz",
 26328 	[["stylewithcss","true"],["superscript",""]],
 26329 	"foo<sup><span style=\"vertical-align:super\">[bar]</span></sup>baz",
 26330 	[true,true],
 26331 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26332 ["foo<span style=vertical-align:super>[bar]</span>baz",
 26333 	[["stylewithcss","false"],["superscript",""]],
 26334 	"foo<sup><span style=\"vertical-align:super\">[bar]</span></sup>baz",
 26335 	[true,true],
 26336 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26337 ["foo<sub><sub>[bar]</sub></sub>baz",
 26338 	[["stylewithcss","true"],["superscript",""]],
 26339 	"foo<sup>[bar]</sup>baz",
 26340 	[true,true],
 26341 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26342 ["foo<sub><sub>[bar]</sub></sub>baz",
 26343 	[["stylewithcss","false"],["superscript",""]],
 26344 	"foo<sup>[bar]</sup>baz",
 26345 	[true,true],
 26346 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26347 ["foo<sub><sub>b[a]r</sub></sub>baz",
 26348 	[["stylewithcss","true"],["superscript",""]],
 26349 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 26350 	[true,true],
 26351 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26352 ["foo<sub><sub>b[a]r</sub></sub>baz",
 26353 	[["stylewithcss","false"],["superscript",""]],
 26354 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 26355 	[true,true],
 26356 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26357 ["foo<sub>b<sub>[a]</sub>r</sub>baz",
 26358 	[["stylewithcss","true"],["superscript",""]],
 26359 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 26360 	[true,true],
 26361 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26362 ["foo<sub>b<sub>[a]</sub>r</sub>baz",
 26363 	[["stylewithcss","false"],["superscript",""]],
 26364 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 26365 	[true,true],
 26366 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26367 ["foo<sup><sup>[bar]</sup></sup>baz",
 26368 	[["stylewithcss","true"],["superscript",""]],
 26369 	"foo[bar]baz",
 26370 	[true,true],
 26371 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"",false,false,""]}],
 26372 ["foo<sup><sup>[bar]</sup></sup>baz",
 26373 	[["stylewithcss","false"],["superscript",""]],
 26374 	"foo[bar]baz",
 26375 	[true,true],
 26376 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"",false,false,""]}],
 26377 ["foo<sup><sup>b[a]r</sup></sup>baz",
 26378 	[["superscript",""]],
 26379 	"foo<sup>b</sup>[a]<sup>r</sup>baz",
 26380 	[true],
 26381 	{"superscript":[false,true,"",false,false,""]}],
 26382 ["foo<sup>b<sup>[a]</sup>r</sup>baz",
 26383 	[["superscript",""]],
 26384 	"foo<sup>b</sup>[a]<sup>r</sup>baz",
 26385 	[true],
 26386 	{"superscript":[false,true,"",false,false,""]}],
 26387 ["foo<sub><sup>[bar]</sup></sub>baz",
 26388 	[["stylewithcss","true"],["superscript",""]],
 26389 	"foo<sup>[bar]</sup>baz",
 26390 	[true,true],
 26391 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"",false,true,""]}],
 26392 ["foo<sub><sup>[bar]</sup></sub>baz",
 26393 	[["stylewithcss","false"],["superscript",""]],
 26394 	"foo<sup>[bar]</sup>baz",
 26395 	[true,true],
 26396 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"",false,true,""]}],
 26397 ["foo<sub><sup>b[a]r</sup></sub>baz",
 26398 	[["stylewithcss","true"],["superscript",""]],
 26399 	"foo<sup>b[a]r</sup>baz",
 26400 	[true,true],
 26401 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"",false,true,""]}],
 26402 ["foo<sub><sup>b[a]r</sup></sub>baz",
 26403 	[["stylewithcss","false"],["superscript",""]],
 26404 	"foo<sup>b[a]r</sup>baz",
 26405 	[true,true],
 26406 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"",false,true,""]}],
 26407 ["foo<sub>b<sup>[a]</sup>r</sub>baz",
 26408 	[["stylewithcss","true"],["superscript",""]],
 26409 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 26410 	[true,true],
 26411 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"",false,true,""]}],
 26412 ["foo<sub>b<sup>[a]</sup>r</sub>baz",
 26413 	[["stylewithcss","false"],["superscript",""]],
 26414 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 26415 	[true,true],
 26416 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"",false,true,""]}],
 26417 ["foo<sup><sub>[bar]</sub></sup>baz",
 26418 	[["stylewithcss","true"],["superscript",""]],
 26419 	"foo<sup>[bar]</sup>baz",
 26420 	[true,true],
 26421 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"",false,true,""]}],
 26422 ["foo<sup><sub>[bar]</sub></sup>baz",
 26423 	[["stylewithcss","false"],["superscript",""]],
 26424 	"foo<sup>[bar]</sup>baz",
 26425 	[true,true],
 26426 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"",false,true,""]}],
 26427 ["foo<sup><sub>b[a]r</sub></sup>baz",
 26428 	[["stylewithcss","true"],["superscript",""]],
 26429 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 26430 	[true,true],
 26431 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"",false,true,""]}],
 26432 ["foo<sup><sub>b[a]r</sub></sup>baz",
 26433 	[["stylewithcss","false"],["superscript",""]],
 26434 	"foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
 26435 	[true,true],
 26436 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"",false,true,""]}],
 26437 ["foo<sup>b<sub>[a]</sub>r</sup>baz",
 26438 	[["stylewithcss","true"],["superscript",""]],
 26439 	"foo<sup>b[a]r</sup>baz",
 26440 	[true,true],
 26441 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"",false,true,""]}],
 26442 ["foo<sup>b<sub>[a]</sub>r</sup>baz",
 26443 	[["stylewithcss","false"],["superscript",""]],
 26444 	"foo<sup>b[a]r</sup>baz",
 26445 	[true,true],
 26446 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"",false,true,""]}],
 26447 ["fo[o<sup>b]ar</sup>baz",
 26448 	[["superscript",""]],
 26449 	"fo<sup>[ob]ar</sup>baz",
 26450 	[true],
 26451 	{"superscript":[true,false,"",false,true,""]}],
 26452 ["foo<sup>ba[r</sup>b]az",
 26453 	[["superscript",""]],
 26454 	"foo<sup>ba[rb]</sup>az",
 26455 	[true],
 26456 	{"superscript":[true,false,"",false,true,""]}],
 26457 ["fo[o<sup>bar</sup>b]az",
 26458 	[["superscript",""]],
 26459 	"fo<sup>[obarb]</sup>az",
 26460 	[true],
 26461 	{"superscript":[true,false,"",false,true,""]}],
 26462 ["foo[<sup>b]ar</sup>baz",
 26463 	[["superscript",""]],
 26464 	"foo[b]<sup>ar</sup>baz",
 26465 	[true],
 26466 	{"superscript":[false,true,"",false,false,""]}],
 26467 ["foo<sup>ba[r</sup>]baz",
 26468 	[["superscript",""]],
 26469 	"foo<sup>ba</sup>[r]baz",
 26470 	[true],
 26471 	{"superscript":[false,true,"",false,false,""]}],
 26472 ["foo[<sup>bar</sup>]baz",
 26473 	[["stylewithcss","true"],["superscript",""]],
 26474 	"foo[bar]baz",
 26475 	[true,true],
 26476 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"",false,false,""]}],
 26477 ["foo[<sup>bar</sup>]baz",
 26478 	[["stylewithcss","false"],["superscript",""]],
 26479 	"foo[bar]baz",
 26480 	[true,true],
 26481 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"",false,false,""]}],
 26482 ["foo<sup>[bar]</sup>baz",
 26483 	[["stylewithcss","true"],["superscript",""]],
 26484 	"foo[bar]baz",
 26485 	[true,true],
 26486 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"",false,false,""]}],
 26487 ["foo<sup>[bar]</sup>baz",
 26488 	[["stylewithcss","false"],["superscript",""]],
 26489 	"foo[bar]baz",
 26490 	[true,true],
 26491 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"",false,false,""]}],
 26492 ["foo{<sup>bar</sup>}baz",
 26493 	[["stylewithcss","true"],["superscript",""]],
 26494 	"foo{bar}baz",
 26495 	[true,true],
 26496 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"",false,false,""]}],
 26497 ["foo{<sup>bar</sup>}baz",
 26498 	[["stylewithcss","false"],["superscript",""]],
 26499 	"foo{bar}baz",
 26500 	[true,true],
 26501 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"",false,false,""]}],
 26502 ["<sup>fo[o</sup><sub>b]ar</sub>",
 26503 	[["superscript",""]],
 26504 	"<sup>fo[ob]</sup><sub>ar</sub>",
 26505 	[true],
 26506 	{"superscript":[true,false,"",false,true,""]}],
 26507 ["<sup>fo[o</sup><span style=vertical-align:super>b]ar</span>",
 26508 	[["stylewithcss","true"],["superscript",""]],
 26509 	"<sup>fo[o</sup><span style=\"vertical-align:super\"><sup>b]</sup>ar</span>",
 26510 	[true,true],
 26511 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"",false,true,""]}],
 26512 ["<sup>fo[o</sup><span style=vertical-align:super>b]ar</span>",
 26513 	[["stylewithcss","false"],["superscript",""]],
 26514 	"<sup>fo[o</sup><span style=\"vertical-align:super\"><sup>b]</sup>ar</span>",
 26515 	[true,true],
 26516 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"",false,true,""]}],
 26517 ["foo<span style=vertical-align:bottom>[bar]</span>baz",
 26518 	[["stylewithcss","true"],["superscript",""]],
 26519 	"foo<sup><span style=\"vertical-align:bottom\">[bar]</span></sup>baz",
 26520 	[true,true],
 26521 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"",false,true,""]}],
 26522 ["foo<span style=vertical-align:bottom>[bar]</span>baz",
 26523 	[["stylewithcss","false"],["superscript",""]],
 26524 	"foo<sup><span style=\"vertical-align:bottom\">[bar]</span></sup>baz",
 26525 	[true,true],
 26526 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"",false,true,""]}],
 26527 ["<sup>fo[o</sup><span style=vertical-align:bottom>b]ar</span>",
 26528 	[["stylewithcss","true"],["superscript",""]],
 26529 	"<sup>fo[o</sup><span style=\"vertical-align:bottom\"><sup>b]</sup>ar</span>",
 26530 	[true,true],
 26531 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"",false,true,""]}],
 26532 ["<sup>fo[o</sup><span style=vertical-align:bottom>b]ar</span>",
 26533 	[["stylewithcss","false"],["superscript",""]],
 26534 	"<sup>fo[o</sup><span style=\"vertical-align:bottom\"><sup>b]</sup>ar</span>",
 26535 	[true,true],
 26536 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"",false,true,""]}],
 26537 ["foo<sup>[bar]<br></sup>",
 26538 	[["stylewithcss","true"],["superscript",""]],
 26539 	"foo[bar]<br>",
 26540 	[true,true],
 26541 	{"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"",false,false,""]}],
 26542 ["foo<sup>[bar]<br></sup>",
 26543 	[["stylewithcss","false"],["superscript",""]],
 26544 	"foo[bar]<br>",
 26545 	[true,true],
 26546 	{"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"",false,false,""]}],
 26547 ["foo[]bar",
 26548 	[["underline",""]],
 26549 	"foo[]bar",
 26550 	[true],
 26551 	{"underline":[false,false,"",false,true,""]}],
 26552 ["<p>[foo</p> <p>bar]</p>",
 26553 	[["stylewithcss","true"],["underline",""]],
 26554 	"<p><span style=\"text-decoration:underline\">[foo</span></p> <p><span style=\"text-decoration:underline\">bar]</span></p>",
 26555 	[true,true],
 26556 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26557 ["<p>[foo</p> <p>bar]</p>",
 26558 	[["stylewithcss","false"],["underline",""]],
 26559 	"<p><u>[foo</u></p> <p><u>bar]</u></p>",
 26560 	[true,true],
 26561 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26562 ["<span>[foo</span> <span>bar]</span>",
 26563 	[["stylewithcss","true"],["underline",""]],
 26564 	"<span style=\"text-decoration:underline\"><span>[foo</span> <span>bar]</span></span>",
 26565 	[true,true],
 26566 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26567 ["<span>[foo</span> <span>bar]</span>",
 26568 	[["stylewithcss","false"],["underline",""]],
 26569 	"<u><span>[foo</span> <span>bar]</span></u>",
 26570 	[true,true],
 26571 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26572 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 26573 	[["stylewithcss","true"],["underline",""]],
 26574 	"<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>",
 26575 	[true,true],
 26576 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26577 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 26578 	[["stylewithcss","false"],["underline",""]],
 26579 	"<p><u>[foo</u></p><p> <u><span>bar</span></u> </p><p><u>baz]</u></p>",
 26580 	[true,true],
 26581 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26582 ["<p>[foo<p><br><p>bar]",
 26583 	[["stylewithcss","true"],["underline",""]],
 26584 	"<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>",
 26585 	[true,true],
 26586 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26587 ["<p>[foo<p><br><p>bar]",
 26588 	[["stylewithcss","false"],["underline",""]],
 26589 	"<p><u>[foo</u></p><p><u><br></u></p><p><u>bar]</u></p>",
 26590 	[true,true],
 26591 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26592 ["<b>foo[]bar</b>",
 26593 	[["underline",""]],
 26594 	"<b>foo[]bar</b>",
 26595 	[true],
 26596 	{"underline":[false,false,"",false,true,""]}],
 26597 ["<i>foo[]bar</i>",
 26598 	[["underline",""]],
 26599 	"<i>foo[]bar</i>",
 26600 	[true],
 26601 	{"underline":[false,false,"",false,true,""]}],
 26602 ["<span>foo</span>{}<span>bar</span>",
 26603 	[["underline",""]],
 26604 	"<span>foo</span>{}<span>bar</span>",
 26605 	[true],
 26606 	{"underline":[false,false,"",false,true,""]}],
 26607 ["<span>foo[</span><span>]bar</span>",
 26608 	[["underline",""]],
 26609 	"<span>foo[</span><span>]bar</span>",
 26610 	[true],
 26611 	{"underline":[false,false,"",false,true,""]}],
 26612 ["foo[bar]baz",
 26613 	[["stylewithcss","true"],["underline",""]],
 26614 	"foo<span style=\"text-decoration:underline\">[bar]</span>baz",
 26615 	[true,true],
 26616 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26617 ["foo[bar]baz",
 26618 	[["stylewithcss","false"],["underline",""]],
 26619 	"foo<u>[bar]</u>baz",
 26620 	[true,true],
 26621 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26622 ["foo[bar<b>baz]qoz</b>quz",
 26623 	[["stylewithcss","true"],["underline",""]],
 26624 	"foo<span style=\"text-decoration:underline\">[bar</span><b><span style=\"text-decoration:underline\">baz]</span>qoz</b>quz",
 26625 	[true,true],
 26626 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26627 ["foo[bar<b>baz]qoz</b>quz",
 26628 	[["stylewithcss","false"],["underline",""]],
 26629 	"foo<u>[bar</u><b><u>baz]</u>qoz</b>quz",
 26630 	[true,true],
 26631 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26632 ["foo[bar<i>baz]qoz</i>quz",
 26633 	[["stylewithcss","true"],["underline",""]],
 26634 	"foo<span style=\"text-decoration:underline\">[bar</span><i><span style=\"text-decoration:underline\">baz]</span>qoz</i>quz",
 26635 	[true,true],
 26636 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26637 ["foo[bar<i>baz]qoz</i>quz",
 26638 	[["stylewithcss","false"],["underline",""]],
 26639 	"foo<u>[bar</u><i><u>baz]</u>qoz</i>quz",
 26640 	[true,true],
 26641 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26642 ["{<p><p> <p>foo</p>}",
 26643 	[["stylewithcss","true"],["underline",""]],
 26644 	"{<p></p><p> </p><p><span style=\"text-decoration:underline\">foo</span></p>}",
 26645 	[true,true],
 26646 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26647 ["{<p><p> <p>foo</p>}",
 26648 	[["stylewithcss","false"],["underline",""]],
 26649 	"{<p></p><p> </p><p><u>foo</u></p>}",
 26650 	[true,true],
 26651 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26652 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 26653 	[["stylewithcss","true"],["underline",""]],
 26654 	"<table><tbody><tr><td>foo</td><td>b<span style=\"text-decoration:underline\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
 26655 	[true,true],
 26656 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26657 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
 26658 	[["stylewithcss","false"],["underline",""]],
 26659 	"<table><tbody><tr><td>foo</td><td>b<u>[a]</u>r</td><td>baz</td></tr></tbody></table>",
 26660 	[true,true],
 26661 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26662 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 26663 	[["stylewithcss","true"],["underline",""]],
 26664 	"<table><tbody><tr><td>foo</td>{<td><span style=\"text-decoration:underline\">bar</span></td>}<td>baz</td></tr></tbody></table>",
 26665 	[true,true],
 26666 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26667 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
 26668 	[["stylewithcss","false"],["underline",""]],
 26669 	"<table><tbody><tr><td>foo</td>{<td><u>bar</u></td>}<td>baz</td></tr></tbody></table>",
 26670 	[true,true],
 26671 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26672 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 26673 	[["stylewithcss","true"],["underline",""]],
 26674 	"<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>",
 26675 	[true,true],
 26676 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26677 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
 26678 	[["stylewithcss","false"],["underline",""]],
 26679 	"<table><tbody><tr>{<td><u>foo</u></td><td><u>bar</u></td>}<td>baz</td></tr></tbody></table>",
 26680 	[true,true],
 26681 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26682 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 26683 	[["stylewithcss","true"],["underline",""]],
 26684 	"<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>",
 26685 	[true,true],
 26686 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26687 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
 26688 	[["stylewithcss","false"],["underline",""]],
 26689 	"<table><tbody>{<tr><td><u>foo</u></td><td><u>bar</u></td><td><u>baz</u></td></tr>}</tbody></table>",
 26690 	[true,true],
 26691 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26692 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 26693 	[["stylewithcss","true"],["underline",""]],
 26694 	"<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>",
 26695 	[true,true],
 26696 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26697 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
 26698 	[["stylewithcss","false"],["underline",""]],
 26699 	"<table>{<tbody><tr><td><u>foo</u></td><td><u>bar</u></td><td><u>baz</u></td></tr></tbody>}</table>",
 26700 	[true,true],
 26701 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26702 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 26703 	[["stylewithcss","true"],["underline",""]],
 26704 	"{<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>}",
 26705 	[true,true],
 26706 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26707 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
 26708 	[["stylewithcss","false"],["underline",""]],
 26709 	"{<table><tbody><tr><td><u>foo</u></td><td><u>bar</u></td><td><u>baz</u></td></tr></tbody></table>}",
 26710 	[true,true],
 26711 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26712 ["foo<u>[bar]</u>baz",
 26713 	[["stylewithcss","true"],["underline",""]],
 26714 	"foo[bar]baz",
 26715 	[true,true],
 26716 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 26717 ["foo<u>[bar]</u>baz",
 26718 	[["stylewithcss","false"],["underline",""]],
 26719 	"foo[bar]baz",
 26720 	[true,true],
 26721 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 26722 ["foo<span style=\"text-decoration: underline\">[bar]</span>baz",
 26723 	[["stylewithcss","true"],["underline",""]],
 26724 	"foo[bar]baz",
 26725 	[true,true],
 26726 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 26727 ["foo<span style=\"text-decoration: underline\">[bar]</span>baz",
 26728 	[["stylewithcss","false"],["underline",""]],
 26729 	"foo[bar]baz",
 26730 	[true,true],
 26731 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 26732 ["<u>foo[bar]baz</u>",
 26733 	[["stylewithcss","true"],["underline",""]],
 26734 	"<span style=\"text-decoration:underline\">foo</span>[bar]<span style=\"text-decoration:underline\">baz</span>",
 26735 	[true,true],
 26736 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 26737 ["<u>foo[bar]baz</u>",
 26738 	[["stylewithcss","false"],["underline",""]],
 26739 	"<u>foo</u>[bar]<u>baz</u>",
 26740 	[true,true],
 26741 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 26742 ["<u>foo[b<span style=\"color:blue\">ar]ba</span>z</u>",
 26743 	[["stylewithcss","true"],["underline",""]],
 26744 	"<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>",
 26745 	[true,true],
 26746 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 26747 ["<u>foo[b<span style=\"color:blue\">ar]ba</span>z</u>",
 26748 	[["stylewithcss","false"],["underline",""]],
 26749 	"<u>foo</u>[b<span style=\"color:rgb(0, 0, 255)\">ar]<u>ba</u></span><u>z</u>",
 26750 	[true,true],
 26751 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 26752 ["<u>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</u>",
 26753 	[["stylewithcss","true"],["underline",""]],
 26754 	"<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>",
 26755 	[true,true],
 26756 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 26757 ["<u>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</u>",
 26758 	[["stylewithcss","false"],["underline",""]],
 26759 	"<u>foo</u>[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]<u>ba</u></span><u>z</u>",
 26760 	[true,true],
 26761 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 26762 ["<u>foo[b<span style=\"font-size:3em\">ar]ba</span>z</u>",
 26763 	[["stylewithcss","true"],["underline",""]],
 26764 	"<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>",
 26765 	[true,true],
 26766 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 26767 ["<u>foo[b<span style=\"font-size:3em\">ar]ba</span>z</u>",
 26768 	[["stylewithcss","false"],["underline",""]],
 26769 	"<u>foo</u>[b<span style=\"font-size:3em\">ar]<u>ba</u></span><u>z</u>",
 26770 	[true,true],
 26771 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 26772 ["<u>foo[b<i>ar]ba</i>z</u>",
 26773 	[["stylewithcss","true"],["underline",""]],
 26774 	"<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>",
 26775 	[true,true],
 26776 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 26777 ["<u>foo[b<i>ar]ba</i>z</u>",
 26778 	[["stylewithcss","false"],["underline",""]],
 26779 	"<u>foo</u>[b<i>ar]<u>ba</u></i><u>z</u>",
 26780 	[true,true],
 26781 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 26782 ["<p style=\"text-decoration: underline\">foo[bar]baz</p>",
 26783 	[["stylewithcss","true"],["underline",""]],
 26784 	"<p><span style=\"text-decoration:underline\">foo</span>[bar]<span style=\"text-decoration:underline\">baz</span></p>",
 26785 	[true,true],
 26786 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 26787 ["<p style=\"text-decoration: underline\">foo[bar]baz</p>",
 26788 	[["stylewithcss","false"],["underline",""]],
 26789 	"<p><u>foo</u>[bar]<u>baz</u></p>",
 26790 	[true,true],
 26791 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 26792 ["foo<s>[bar]</s>baz",
 26793 	[["stylewithcss","true"],["underline",""]],
 26794 	"foo<span style=\"text-decoration:underline\"><s>[bar]</s></span>baz",
 26795 	[true,true],
 26796 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26797 ["foo<s>[bar]</s>baz",
 26798 	[["stylewithcss","false"],["underline",""]],
 26799 	"foo<u><s>[bar]</s></u>baz",
 26800 	[true,true],
 26801 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26802 ["foo<span style=\"text-decoration: line-through\">[bar]</span>baz",
 26803 	[["stylewithcss","true"],["underline",""]],
 26804 	"foo<span style=\"text-decoration:underline\"><span style=\"text-decoration:line-through\">[bar]</span></span>baz",
 26805 	[true,true],
 26806 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26807 ["foo<span style=\"text-decoration: line-through\">[bar]</span>baz",
 26808 	[["stylewithcss","false"],["underline",""]],
 26809 	"foo<u><span style=\"text-decoration:line-through\">[bar]</span></u>baz",
 26810 	[true,true],
 26811 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26812 ["<s>foo[bar]baz</s>",
 26813 	[["stylewithcss","true"],["underline",""]],
 26814 	"<s>foo<span style=\"text-decoration:underline\">[bar]</span>baz</s>",
 26815 	[true,true],
 26816 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26817 ["<s>foo[bar]baz</s>",
 26818 	[["stylewithcss","false"],["underline",""]],
 26819 	"<s>foo<u>[bar]</u>baz</s>",
 26820 	[true,true],
 26821 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26822 ["<s>foo[b<span style=\"color:blue\">ar]ba</span>z</s>",
 26823 	[["stylewithcss","true"],["underline",""]],
 26824 	"<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>",
 26825 	[true,true],
 26826 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26827 ["<s>foo[b<span style=\"color:blue\">ar]ba</span>z</s>",
 26828 	[["stylewithcss","false"],["underline",""]],
 26829 	"<s>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\"><u>ar]</u>ba</span>z</s>",
 26830 	[true,true],
 26831 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26832 ["<s>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</s>",
 26833 	[["stylewithcss","true"],["underline",""]],
 26834 	"<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>",
 26835 	[true,true],
 26836 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26837 ["<s>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</s>",
 26838 	[["stylewithcss","false"],["underline",""]],
 26839 	"<s>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><u>ar]</u>ba</span>z</s>",
 26840 	[true,true],
 26841 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26842 ["<s>foo[b<span style=\"font-size:3em\">ar]ba</span>z</s>",
 26843 	[["stylewithcss","true"],["underline",""]],
 26844 	"<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>",
 26845 	[true,true],
 26846 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26847 ["<s>foo[b<span style=\"font-size:3em\">ar]ba</span>z</s>",
 26848 	[["stylewithcss","false"],["underline",""]],
 26849 	"<s>foo<u>[b</u><span style=\"font-size:3em\"><u>ar]</u>ba</span>z</s>",
 26850 	[true,true],
 26851 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26852 ["<s>foo[b<i>ar]ba</i>z</s>",
 26853 	[["stylewithcss","true"],["underline",""]],
 26854 	"<s>foo<span style=\"text-decoration:underline\">[b</span><i><span style=\"text-decoration:underline\">ar]</span>ba</i>z</s>",
 26855 	[true,true],
 26856 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26857 ["<s>foo[b<i>ar]ba</i>z</s>",
 26858 	[["stylewithcss","false"],["underline",""]],
 26859 	"<s>foo<u>[b</u><i><u>ar]</u>ba</i>z</s>",
 26860 	[true,true],
 26861 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26862 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 26863 	[["stylewithcss","true"],["underline",""]],
 26864 	"<p style=\"text-decoration:line-through\">foo<span style=\"text-decoration:underline\">[bar]</span>baz</p>",
 26865 	[true,true],
 26866 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26867 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 26868 	[["stylewithcss","false"],["underline",""]],
 26869 	"<p style=\"text-decoration:line-through\">foo<u>[bar]</u>baz</p>",
 26870 	[true,true],
 26871 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26872 ["foo<strike>[bar]</strike>baz",
 26873 	[["stylewithcss","true"],["underline",""]],
 26874 	"foo<span style=\"text-decoration:underline\"><strike>[bar]</strike></span>baz",
 26875 	[true,true],
 26876 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26877 ["foo<strike>[bar]</strike>baz",
 26878 	[["stylewithcss","false"],["underline",""]],
 26879 	"foo<u><strike>[bar]</strike></u>baz",
 26880 	[true,true],
 26881 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26882 ["<strike>foo[bar]baz</strike>",
 26883 	[["stylewithcss","true"],["underline",""]],
 26884 	"<strike>foo<span style=\"text-decoration:underline\">[bar]</span>baz</strike>",
 26885 	[true,true],
 26886 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26887 ["<strike>foo[bar]baz</strike>",
 26888 	[["stylewithcss","false"],["underline",""]],
 26889 	"<strike>foo<u>[bar]</u>baz</strike>",
 26890 	[true,true],
 26891 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26892 ["<strike>foo[b<span style=\"color:blue\">ar]ba</span>z</strike>",
 26893 	[["stylewithcss","true"],["underline",""]],
 26894 	"<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>",
 26895 	[true,true],
 26896 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26897 ["<strike>foo[b<span style=\"color:blue\">ar]ba</span>z</strike>",
 26898 	[["stylewithcss","false"],["underline",""]],
 26899 	"<strike>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\"><u>ar]</u>ba</span>z</strike>",
 26900 	[true,true],
 26901 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26902 ["<strike>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</strike>",
 26903 	[["stylewithcss","true"],["underline",""]],
 26904 	"<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>",
 26905 	[true,true],
 26906 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26907 ["<strike>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</strike>",
 26908 	[["stylewithcss","false"],["underline",""]],
 26909 	"<strike>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><u>ar]</u>ba</span>z</strike>",
 26910 	[true,true],
 26911 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26912 ["<strike>foo[b<span style=\"font-size:3em\">ar]ba</span>z</strike>",
 26913 	[["stylewithcss","true"],["underline",""]],
 26914 	"<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>",
 26915 	[true,true],
 26916 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26917 ["<strike>foo[b<span style=\"font-size:3em\">ar]ba</span>z</strike>",
 26918 	[["stylewithcss","false"],["underline",""]],
 26919 	"<strike>foo<u>[b</u><span style=\"font-size:3em\"><u>ar]</u>ba</span>z</strike>",
 26920 	[true,true],
 26921 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26922 ["<strike>foo[b<i>ar]ba</i>z</strike>",
 26923 	[["stylewithcss","true"],["underline",""]],
 26924 	"<strike>foo<span style=\"text-decoration:underline\">[b</span><i><span style=\"text-decoration:underline\">ar]</span>ba</i>z</strike>",
 26925 	[true,true],
 26926 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26927 ["<strike>foo[b<i>ar]ba</i>z</strike>",
 26928 	[["stylewithcss","false"],["underline",""]],
 26929 	"<strike>foo<u>[b</u><i><u>ar]</u>ba</i>z</strike>",
 26930 	[true,true],
 26931 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26932 ["foo<ins>[bar]</ins>baz",
 26933 	[["underline",""]],
 26934 	"foo<ins>[bar]</ins>baz",
 26935 	[true],
 26936 	{"underline":[false,true,"",false,true,""]}],
 26937 ["<ins>foo[bar]baz</ins>",
 26938 	[["underline",""]],
 26939 	"<ins>foo[bar]baz</ins>",
 26940 	[true],
 26941 	{"underline":[false,true,"",false,true,""]}],
 26942 ["<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins>",
 26943 	[["underline",""]],
 26944 	"<ins>foo[b<span style=\"color:rgb(0, 0, 255)\">ar]ba</span>z</ins>",
 26945 	[true],
 26946 	{"underline":[false,true,"",false,true,""]}],
 26947 ["<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</ins>",
 26948 	[["underline",""]],
 26949 	"<ins>foo[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]ba</span>z</ins>",
 26950 	[true],
 26951 	{"underline":[false,true,"",false,true,""]}],
 26952 ["<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ins>",
 26953 	[["underline",""]],
 26954 	"<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ins>",
 26955 	[true],
 26956 	{"underline":[false,true,"",false,true,""]}],
 26957 ["<ins>foo[b<i>ar]ba</i>z</ins>",
 26958 	[["underline",""]],
 26959 	"<ins>foo[b<i>ar]ba</i>z</ins>",
 26960 	[true],
 26961 	{"underline":[false,true,"",false,true,""]}],
 26962 ["foo<del>[bar]</del>baz",
 26963 	[["stylewithcss","true"],["underline",""]],
 26964 	"foo<span style=\"text-decoration:underline\"><del>[bar]</del></span>baz",
 26965 	[true,true],
 26966 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26967 ["foo<del>[bar]</del>baz",
 26968 	[["stylewithcss","false"],["underline",""]],
 26969 	"foo<u><del>[bar]</del></u>baz",
 26970 	[true,true],
 26971 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26972 ["<del>foo[bar]baz</del>",
 26973 	[["stylewithcss","true"],["underline",""]],
 26974 	"<del>foo<span style=\"text-decoration:underline\">[bar]</span>baz</del>",
 26975 	[true,true],
 26976 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26977 ["<del>foo[bar]baz</del>",
 26978 	[["stylewithcss","false"],["underline",""]],
 26979 	"<del>foo<u>[bar]</u>baz</del>",
 26980 	[true,true],
 26981 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26982 ["<del>foo[b<span style=\"color:blue\">ar]ba</span>z</del>",
 26983 	[["stylewithcss","true"],["underline",""]],
 26984 	"<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>",
 26985 	[true,true],
 26986 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26987 ["<del>foo[b<span style=\"color:blue\">ar]ba</span>z</del>",
 26988 	[["stylewithcss","false"],["underline",""]],
 26989 	"<del>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\"><u>ar]</u>ba</span>z</del>",
 26990 	[true,true],
 26991 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 26992 ["<del>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</del>",
 26993 	[["stylewithcss","true"],["underline",""]],
 26994 	"<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>",
 26995 	[true,true],
 26996 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 26997 ["<del>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</del>",
 26998 	[["stylewithcss","false"],["underline",""]],
 26999 	"<del>foo<u>[b</u><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><u>ar]</u>ba</span>z</del>",
 27000 	[true,true],
 27001 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 27002 ["<del>foo[b<span style=\"font-size:3em\">ar]ba</span>z</del>",
 27003 	[["stylewithcss","true"],["underline",""]],
 27004 	"<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>",
 27005 	[true,true],
 27006 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 27007 ["<del>foo[b<span style=\"font-size:3em\">ar]ba</span>z</del>",
 27008 	[["stylewithcss","false"],["underline",""]],
 27009 	"<del>foo<u>[b</u><span style=\"font-size:3em\"><u>ar]</u>ba</span>z</del>",
 27010 	[true,true],
 27011 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 27012 ["<del>foo[b<i>ar]ba</i>z</del>",
 27013 	[["stylewithcss","true"],["underline",""]],
 27014 	"<del>foo<span style=\"text-decoration:underline\">[b</span><i><span style=\"text-decoration:underline\">ar]</span>ba</i>z</del>",
 27015 	[true,true],
 27016 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 27017 ["<del>foo[b<i>ar]ba</i>z</del>",
 27018 	[["stylewithcss","false"],["underline",""]],
 27019 	"<del>foo<u>[b</u><i><u>ar]</u>ba</i>z</del>",
 27020 	[true,true],
 27021 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 27022 ["foo<span style=\"text-decoration: underline line-through\">[bar]</span>baz",
 27023 	[["underline",""]],
 27024 	"foo<span style=\"text-decoration:line-through\">[bar]</span>baz",
 27025 	[true],
 27026 	{"underline":[false,true,"",false,false,""]}],
 27027 ["foo<span style=\"text-decoration: underline line-through\">b[a]r</span>baz",
 27028 	[["stylewithcss","true"],["underline",""]],
 27029 	"foo<span style=\"text-decoration:line-through\"><span style=\"text-decoration:underline\">b</span>[a]<span style=\"text-decoration:underline\">r</span></span>baz",
 27030 	[true,true],
 27031 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 27032 ["foo<span style=\"text-decoration: underline line-through\">b[a]r</span>baz",
 27033 	[["stylewithcss","false"],["underline",""]],
 27034 	"foo<span style=\"text-decoration:line-through\"><u>b</u>[a]<u>r</u></span>baz",
 27035 	[true,true],
 27036 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 27037 ["foo<s style=\"text-decoration: underline\">[bar]</s>baz",
 27038 	[["stylewithcss","true"],["underline",""]],
 27039 	"foo[bar]baz",
 27040 	[true,true],
 27041 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 27042 ["foo<s style=\"text-decoration: underline\">[bar]</s>baz",
 27043 	[["stylewithcss","false"],["underline",""]],
 27044 	"foo[bar]baz",
 27045 	[true,true],
 27046 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 27047 ["foo<s style=\"text-decoration: underline\">b[a]r</s>baz",
 27048 	[["stylewithcss","true"],["underline",""]],
 27049 	"foo<span style=\"text-decoration:underline\">b</span>[a]<span style=\"text-decoration:underline\">r</span>baz",
 27050 	[true,true],
 27051 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 27052 ["foo<s style=\"text-decoration: underline\">b[a]r</s>baz",
 27053 	[["stylewithcss","false"],["underline",""]],
 27054 	"foo<u>b</u>[a]<u>r</u>baz",
 27055 	[true,true],
 27056 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 27057 ["foo<u style=\"text-decoration: line-through\">[bar]</u>baz",
 27058 	[["stylewithcss","true"],["underline",""]],
 27059 	"foo<span style=\"text-decoration:underline\"><u style=\"text-decoration:line-through\">[bar]</u></span>baz",
 27060 	[true,true],
 27061 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 27062 ["foo<u style=\"text-decoration: line-through\">[bar]</u>baz",
 27063 	[["stylewithcss","false"],["underline",""]],
 27064 	"foo<u><u style=\"text-decoration:line-through\">[bar]</u></u>baz",
 27065 	[true,true],
 27066 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 27067 ["foo<u style=\"text-decoration: line-through\">b[a]r</u>baz",
 27068 	[["stylewithcss","true"],["underline",""]],
 27069 	"foo<u style=\"text-decoration:line-through\">b<span style=\"text-decoration:underline\">[a]</span>r</u>baz",
 27070 	[true,true],
 27071 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 27072 ["foo<u style=\"text-decoration: line-through\">b[a]r</u>baz",
 27073 	[["stylewithcss","false"],["underline",""]],
 27074 	"foo<u style=\"text-decoration:line-through\">b<u>[a]</u>r</u>baz",
 27075 	[true,true],
 27076 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 27077 ["foo<s style=\"text-decoration: overline\">[bar]</s>baz",
 27078 	[["stylewithcss","true"],["underline",""]],
 27079 	"foo<span style=\"text-decoration:underline\"><s style=\"text-decoration:overline\">[bar]</s></span>baz",
 27080 	[true,true],
 27081 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 27082 ["foo<s style=\"text-decoration: overline\">[bar]</s>baz",
 27083 	[["stylewithcss","false"],["underline",""]],
 27084 	"foo<u><s style=\"text-decoration:overline\">[bar]</s></u>baz",
 27085 	[true,true],
 27086 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 27087 ["foo<s style=\"text-decoration: overline\">b[a]r</s>baz",
 27088 	[["stylewithcss","true"],["underline",""]],
 27089 	"foo<s style=\"text-decoration:overline\">b<span style=\"text-decoration:underline\">[a]</span>r</s>baz",
 27090 	[true,true],
 27091 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 27092 ["foo<s style=\"text-decoration: overline\">b[a]r</s>baz",
 27093 	[["stylewithcss","false"],["underline",""]],
 27094 	"foo<s style=\"text-decoration:overline\">b<u>[a]</u>r</s>baz",
 27095 	[true,true],
 27096 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 27097 ["foo<u style=\"text-decoration: overline\">[bar]</u>baz",
 27098 	[["stylewithcss","true"],["underline",""]],
 27099 	"foo<span style=\"text-decoration:underline\"><u style=\"text-decoration:overline\">[bar]</u></span>baz",
 27100 	[true,true],
 27101 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 27102 ["foo<u style=\"text-decoration: overline\">[bar]</u>baz",
 27103 	[["stylewithcss","false"],["underline",""]],
 27104 	"foo<u><u style=\"text-decoration:overline\">[bar]</u></u>baz",
 27105 	[true,true],
 27106 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 27107 ["foo<u style=\"text-decoration: overline\">b[a]r</u>baz",
 27108 	[["stylewithcss","true"],["underline",""]],
 27109 	"foo<u style=\"text-decoration:overline\">b<span style=\"text-decoration:underline\">[a]</span>r</u>baz",
 27110 	[true,true],
 27111 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 27112 ["foo<u style=\"text-decoration: overline\">b[a]r</u>baz",
 27113 	[["stylewithcss","false"],["underline",""]],
 27114 	"foo<u style=\"text-decoration:overline\">b<u>[a]</u>r</u>baz",
 27115 	[true,true],
 27116 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 27117 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 27118 	[["stylewithcss","true"],["underline",""]],
 27119 	"<p style=\"text-decoration:line-through\">foo<span style=\"text-decoration:underline\">[bar]</span>baz</p>",
 27120 	[true,true],
 27121 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 27122 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
 27123 	[["stylewithcss","false"],["underline",""]],
 27124 	"<p style=\"text-decoration:line-through\">foo<u>[bar]</u>baz</p>",
 27125 	[true,true],
 27126 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 27127 ["<p style=\"text-decoration: overline\">foo[bar]baz</p>",
 27128 	[["stylewithcss","true"],["underline",""]],
 27129 	"<p style=\"text-decoration:overline\">foo<span style=\"text-decoration:underline\">[bar]</span>baz</p>",
 27130 	[true,true],
 27131 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 27132 ["<p style=\"text-decoration: overline\">foo[bar]baz</p>",
 27133 	[["stylewithcss","false"],["underline",""]],
 27134 	"<p style=\"text-decoration:overline\">foo<u>[bar]</u>baz</p>",
 27135 	[true,true],
 27136 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 27137 ["foo<span class=\"underline\">[bar]</span>baz",
 27138 	[["underline",""]],
 27139 	"foo<span class=\"underline\">[bar]</span>baz",
 27140 	[true],
 27141 	{"underline":[false,true,"",false,true,""]}],
 27142 ["foo<span class=\"underline\">b[a]r</span>baz",
 27143 	[["underline",""]],
 27144 	"foo<span class=\"underline\">b[a]r</span>baz",
 27145 	[true],
 27146 	{"underline":[false,true,"",false,true,""]}],
 27147 ["foo<span class=\"line-through\">[bar]</span>baz",
 27148 	[["stylewithcss","true"],["underline",""]],
 27149 	"foo<span style=\"text-decoration:underline\"><span class=\"line-through\">[bar]</span></span>baz",
 27150 	[true,true],
 27151 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 27152 ["foo<span class=\"line-through\">[bar]</span>baz",
 27153 	[["stylewithcss","false"],["underline",""]],
 27154 	"foo<u><span class=\"line-through\">[bar]</span></u>baz",
 27155 	[true,true],
 27156 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 27157 ["foo<span class=\"line-through\">b[a]r</span>baz",
 27158 	[["stylewithcss","true"],["underline",""]],
 27159 	"foo<span class=\"line-through\">b<span style=\"text-decoration:underline\">[a]</span>r</span>baz",
 27160 	[true,true],
 27161 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,false,"",false,true,""]}],
 27162 ["foo<span class=\"line-through\">b[a]r</span>baz",
 27163 	[["stylewithcss","false"],["underline",""]],
 27164 	"foo<span class=\"line-through\">b<u>[a]</u>r</span>baz",
 27165 	[true,true],
 27166 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,false,"",false,true,""]}],
 27167 ["foo<span class=\"underline-and-line-through\">[bar]</span>baz",
 27168 	[["underline",""]],
 27169 	"foo<span class=\"underline-and-line-through\">[bar]</span>baz",
 27170 	[true],
 27171 	{"underline":[false,true,"",false,true,""]}],
 27172 ["foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
 27173 	[["underline",""]],
 27174 	"foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
 27175 	[true],
 27176 	{"underline":[false,true,"",false,true,""]}],
 27177 ["fo[o<u>b]ar</u>baz",
 27178 	[["underline",""]],
 27179 	"fo<u>[ob]ar</u>baz",
 27180 	[true],
 27181 	{"underline":[true,false,"",false,true,""]}],
 27182 ["foo<u>ba[r</u>b]az",
 27183 	[["underline",""]],
 27184 	"foo<u>ba[rb]</u>az",
 27185 	[true],
 27186 	{"underline":[true,false,"",false,true,""]}],
 27187 ["fo[o<u>bar</u>b]az",
 27188 	[["stylewithcss","true"],["underline",""]],
 27189 	"fo<span style=\"text-decoration:underline\">[obarb]</span>az",
 27190 	[true,true],
 27191 	{"stylewithcss":[false,false,"",false,true,""],"underline":[true,false,"",false,true,""]}],
 27192 ["fo[o<u>bar</u>b]az",
 27193 	[["stylewithcss","false"],["underline",""]],
 27194 	"fo<u>[obarb]</u>az",
 27195 	[true,true],
 27196 	{"stylewithcss":[false,true,"",false,false,""],"underline":[true,false,"",false,true,""]}],
 27197 ["foo[<u>b]ar</u>baz",
 27198 	[["stylewithcss","true"],["underline",""]],
 27199 	"foo[b]<span style=\"text-decoration:underline\">ar</span>baz",
 27200 	[true,true],
 27201 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 27202 ["foo[<u>b]ar</u>baz",
 27203 	[["stylewithcss","false"],["underline",""]],
 27204 	"foo[b]<u>ar</u>baz",
 27205 	[true,true],
 27206 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 27207 ["foo<u>ba[r</u>]baz",
 27208 	[["stylewithcss","true"],["underline",""]],
 27209 	"foo<span style=\"text-decoration:underline\">ba</span>[r]baz",
 27210 	[true,true],
 27211 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 27212 ["foo<u>ba[r</u>]baz",
 27213 	[["stylewithcss","false"],["underline",""]],
 27214 	"foo<u>ba</u>[r]baz",
 27215 	[true,true],
 27216 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 27217 ["foo[<u>bar</u>]baz",
 27218 	[["stylewithcss","true"],["underline",""]],
 27219 	"foo[bar]baz",
 27220 	[true,true],
 27221 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 27222 ["foo[<u>bar</u>]baz",
 27223 	[["stylewithcss","false"],["underline",""]],
 27224 	"foo[bar]baz",
 27225 	[true,true],
 27226 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 27227 ["foo<u>[bar]</u>baz",
 27228 	[["stylewithcss","true"],["underline",""]],
 27229 	"foo[bar]baz",
 27230 	[true,true],
 27231 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 27232 ["foo<u>[bar]</u>baz",
 27233 	[["stylewithcss","false"],["underline",""]],
 27234 	"foo[bar]baz",
 27235 	[true,true],
 27236 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 27237 ["foo{<u>bar</u>}baz",
 27238 	[["stylewithcss","true"],["underline",""]],
 27239 	"foo{bar}baz",
 27240 	[true,true],
 27241 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",false,false,""]}],
 27242 ["foo{<u>bar</u>}baz",
 27243 	[["stylewithcss","false"],["underline",""]],
 27244 	"foo{bar}baz",
 27245 	[true,true],
 27246 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",false,false,""]}],
 27247 ["fo[o<span style=text-decoration:underline>b]ar</span>baz",
 27248 	[["underline",""]],
 27249 	"fo<span style=\"text-decoration:underline\">[ob]ar</span>baz",
 27250 	[true],
 27251 	{"underline":[true,false,"",false,true,""]}],
 27252 ["<ins>fo[o</ins><u>b]ar</u>",
 27253 	[["stylewithcss","true"],["underline",""]],
 27254 	"<ins>fo[o</ins>b]<span style=\"text-decoration:underline\">ar</span>",
 27255 	[true,true],
 27256 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",true,false,""]}],
 27257 ["<ins>fo[o</ins><u>b]ar</u>",
 27258 	[["stylewithcss","false"],["underline",""]],
 27259 	"<ins>fo[o</ins>b]<u>ar</u>",
 27260 	[true,true],
 27261 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",true,false,""]}],
 27262 ["<u>fo[o</u><ins>b]ar</ins>",
 27263 	[["stylewithcss","true"],["underline",""]],
 27264 	"<span style=\"text-decoration:underline\">fo</span>[o<ins>b]ar</ins>",
 27265 	[true,true],
 27266 	{"stylewithcss":[false,false,"",false,true,""],"underline":[false,true,"",true,false,""]}],
 27267 ["<u>fo[o</u><ins>b]ar</ins>",
 27268 	[["stylewithcss","false"],["underline",""]],
 27269 	"<u>fo</u>[o<ins>b]ar</ins>",
 27270 	[true,true],
 27271 	{"stylewithcss":[false,true,"",false,false,""],"underline":[false,true,"",true,false,""]}],
 27272 ["foo[]bar",
 27273 	[["unlink",""]],
 27274 	"foo[]bar",
 27275 	[true],
 27276 	{"unlink":[false,false,"",false,false,""]}],
 27277 ["<p>[foo</p> <p>bar]</p>",
 27278 	[["unlink",""]],
 27279 	"<p>[foo</p> <p>bar]</p>",
 27280 	[true],
 27281 	{"unlink":[false,false,"",false,false,""]}],
 27282 ["<span>[foo</span> <span>bar]</span>",
 27283 	[["unlink",""]],
 27284 	"<span>[foo</span> <span>bar]</span>",
 27285 	[true],
 27286 	{"unlink":[false,false,"",false,false,""]}],
 27287 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 27288 	[["unlink",""]],
 27289 	"<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
 27290 	[true],
 27291 	{"unlink":[false,false,"",false,false,""]}],
 27292 ["<b>foo[]bar</b>",
 27293 	[["unlink",""]],
 27294 	"<b>foo[]bar</b>",
 27295 	[true],
 27296 	{"unlink":[false,false,"",false,false,""]}],
 27297 ["<i>foo[]bar</i>",
 27298 	[["unlink",""]],
 27299 	"<i>foo[]bar</i>",
 27300 	[true],
 27301 	{"unlink":[false,false,"",false,false,""]}],
 27302 ["<span>foo</span>{}<span>bar</span>",
 27303 	[["unlink",""]],
 27304 	"<span>foo</span>{}<span>bar</span>",
 27305 	[true],
 27306 	{"unlink":[false,false,"",false,false,""]}],
 27307 ["<span>foo[</span><span>]bar</span>",
 27308 	[["unlink",""]],
 27309 	"<span>foo[</span><span>]bar</span>",
 27310 	[true],
 27311 	{"unlink":[false,false,"",false,false,""]}],
 27312 ["foo[bar]baz",
 27313 	[["unlink",""]],
 27314 	"foo[bar]baz",
 27315 	[true],
 27316 	{"unlink":[false,false,"",false,false,""]}],
 27317 ["foo[bar<b>baz]qoz</b>quz",
 27318 	[["unlink",""]],
 27319 	"foo[bar<b>baz]qoz</b>quz",
 27320 	[true],
 27321 	{"unlink":[false,false,"",false,false,""]}],
 27322 ["foo[bar<i>baz]qoz</i>quz",
 27323 	[["unlink",""]],
 27324 	"foo[bar<i>baz]qoz</i>quz",
 27325 	[true],
 27326 	{"unlink":[false,false,"",false,false,""]}],
 27327 ["{<p><p> <p>foo</p>}",
 27328 	[["unlink",""]],
 27329 	"{<p></p><p> </p><p>foo</p>}",
 27330 	[true],
 27331 	{"unlink":[false,false,"",false,false,""]}],
 27332 ["<a href=http://www.google.com/>foo[bar]baz</a>",
 27333 	[["unlink",""]],
 27334 	"foo[bar]baz",
 27335 	[true],
 27336 	{"unlink":[false,false,"",false,false,""]}],
 27337 ["<a href=http://www.google.com/>foo[barbaz</a>}",
 27338 	[["unlink",""]],
 27339 	"foo[barbaz}",
 27340 	[true],
 27341 	{"unlink":[false,false,"",false,false,""]}],
 27342 ["{<a href=http://www.google.com/>foobar]baz</a>",
 27343 	[["unlink",""]],
 27344 	"{foobar]baz",
 27345 	[true],
 27346 	{"unlink":[false,false,"",false,false,""]}],
 27347 ["{<a href=http://www.google.com/>foobarbaz</a>}",
 27348 	[["unlink",""]],
 27349 	"{foobarbaz}",
 27350 	[true],
 27351 	{"unlink":[false,false,"",false,false,""]}],
 27352 ["<a href=http://www.google.com/>[foobarbaz]</a>",
 27353 	[["unlink",""]],
 27354 	"[foobarbaz]",
 27355 	[true],
 27356 	{"unlink":[false,false,"",false,false,""]}],
 27357 ["foo<a href=http://www.google.com/>b[]ar</a>baz",
 27358 	[["unlink",""]],
 27359 	"foob[]arbaz",
 27360 	[true],
 27361 	{"unlink":[false,false,"",false,false,""]}],
 27362 ["foo<a href=http://www.google.com/>[bar]</a>baz",
 27363 	[["unlink",""]],
 27364 	"foo[bar]baz",
 27365 	[true],
 27366 	{"unlink":[false,false,"",false,false,""]}],
 27367 ["foo[<a href=http://www.google.com/>bar</a>]baz",
 27368 	[["unlink",""]],
 27369 	"foo[bar]baz",
 27370 	[true],
 27371 	{"unlink":[false,false,"",false,false,""]}],
 27372 ["foo<a href=http://www.google.com/>[bar</a>baz]",
 27373 	[["unlink",""]],
 27374 	"foo[barbaz]",
 27375 	[true],
 27376 	{"unlink":[false,false,"",false,false,""]}],
 27377 ["[foo<a href=http://www.google.com/>bar]</a>baz",
 27378 	[["unlink",""]],
 27379 	"[foobar]baz",
 27380 	[true],
 27381 	{"unlink":[false,false,"",false,false,""]}],
 27382 ["[foo<a href=http://www.google.com/>bar</a>baz]",
 27383 	[["unlink",""]],
 27384 	"[foobarbaz]",
 27385 	[true],
 27386 	{"unlink":[false,false,"",false,false,""]}],
 27387 ["<a id=foo href=http://www.google.com/>foobar[]baz</a>",
 27388 	[["unlink",""]],
 27389 	"<a id=\"foo\">foobar[]baz</a>",
 27390 	[true],
 27391 	{"unlink":[false,false,"",false,false,""]}],
 27392 ["<a id=foo href=http://www.google.com/>foo[bar]baz</a>",
 27393 	[["unlink",""]],
 27394 	"<a id=\"foo\">foo[bar]baz</a>",
 27395 	[true],
 27396 	{"unlink":[false,false,"",false,false,""]}],
 27397 ["<a id=foo href=http://www.google.com/>[foobarbaz]</a>",
 27398 	[["unlink",""]],
 27399 	"<a id=\"foo\">[foobarbaz]</a>",
 27400 	[true],
 27401 	{"unlink":[false,false,"",false,false,""]}],
 27402 ["foo<a id=foo href=http://www.google.com/>[bar]</a>baz",
 27403 	[["unlink",""]],
 27404 	"foo<a id=\"foo\">[bar]</a>baz",
 27405 	[true],
 27406 	{"unlink":[false,false,"",false,false,""]}],
 27407 ["foo[<a id=foo href=http://www.google.com/>bar</a>]baz",
 27408 	[["unlink",""]],
 27409 	"foo[<a id=\"foo\">bar</a>]baz",
 27410 	[true],
 27411 	{"unlink":[false,false,"",false,false,""]}],
 27412 ["[foo<a id=foo href=http://www.google.com/>bar</a>baz]",
 27413 	[["unlink",""]],
 27414 	"[foo<a id=\"foo\">bar</a>baz]",
 27415 	[true],
 27416 	{"unlink":[false,false,"",false,false,""]}],
 27417 ["<a name=foo>foobar[]baz</a>",
 27418 	[["unlink",""]],
 27419 	"<a name=\"foo\">foobar[]baz</a>",
 27420 	[true],
 27421 	{"unlink":[false,false,"",false,false,""]}],
 27422 ["<a name=foo>foo[bar]baz</a>",
 27423 	[["unlink",""]],
 27424 	"<a name=\"foo\">foo[bar]baz</a>",
 27425 	[true],
 27426 	{"unlink":[false,false,"",false,false,""]}],
 27427 ["<a name=foo>[foobarbaz]</a>",
 27428 	[["unlink",""]],
 27429 	"<a name=\"foo\">[foobarbaz]</a>",
 27430 	[true],
 27431 	{"unlink":[false,false,"",false,false,""]}],
 27432 ["foo<a name=foo>[bar]</a>baz",
 27433 	[["unlink",""]],
 27434 	"foo<a name=\"foo\">[bar]</a>baz",
 27435 	[true],
 27436 	{"unlink":[false,false,"",false,false,""]}],
 27437 ["foo[<a name=foo>bar</a>]baz",
 27438 	[["unlink",""]],
 27439 	"foo[<a name=\"foo\">bar</a>]baz",
 27440 	[true],
 27441 	{"unlink":[false,false,"",false,false,""]}],
 27442 ["[foo<a name=foo>bar</a>baz]",
 27443 	[["unlink",""]],
 27444 	"[foo<a name=\"foo\">bar</a>baz]",
 27445 	[true],
 27446 	{"unlink":[false,false,"",false,false,""]}],
 27447 ["foo[bar]baz",
 27448 	[["defaultparagraphseparator",""]],
 27449 	"foo[bar]baz",
 27450 	[false],
 27451 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 27452 ["foo[bar]baz",
 27453 	[["defaultparagraphseparator","div"]],
 27454 	"foo[bar]baz",
 27455 	[true],
 27456 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 27457 ["foo[bar]baz",
 27458 	[["defaultparagraphseparator","p"]],
 27459 	"foo[bar]baz",
 27460 	[true],
 27461 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"]}],
 27462 ["foo[bar]baz",
 27463 	[["defaultparagraphseparator","DIV"]],
 27464 	"foo[bar]baz",
 27465 	[true],
 27466 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 27467 ["foo[bar]baz",
 27468 	[["defaultparagraphseparator","P"]],
 27469 	"foo[bar]baz",
 27470 	[true],
 27471 	{"defaultparagraphseparator":[false,false,"div",false,false,"p"]}],
 27472 ["foo[bar]baz",
 27473 	[["defaultparagraphseparator"," div "]],
 27474 	"foo[bar]baz",
 27475 	[false],
 27476 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 27477 ["foo[bar]baz",
 27478 	[["defaultparagraphseparator"," p "]],
 27479 	"foo[bar]baz",
 27480 	[false],
 27481 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 27482 ["foo[bar]baz",
 27483 	[["defaultparagraphseparator","<div>"]],
 27484 	"foo[bar]baz",
 27485 	[false],
 27486 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 27487 ["foo[bar]baz",
 27488 	[["defaultparagraphseparator","<p>"]],
 27489 	"foo[bar]baz",
 27490 	[false],
 27491 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 27492 ["foo[bar]baz",
 27493 	[["defaultparagraphseparator","li"]],
 27494 	"foo[bar]baz",
 27495 	[false],
 27496 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 27497 ["foo[bar]baz",
 27498 	[["defaultparagraphseparator","blockquote"]],
 27499 	"foo[bar]baz",
 27500 	[false],
 27501 	{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
 27502 ["foo[bar]baz",
 27503 	[["selectall",""]],
 27504 	"foo[bar]baz",
 27505 	[true],
 27506 	{"selectall":[false,false,"",false,false,""]}],
 27507 ["foo[bar]baz",
 27508 	[["stylewithcss","true"]],
 27509 	"foo[bar]baz",
 27510 	[true],
 27511 	{"stylewithcss":[false,false,"",false,true,""]}],
 27512 ["foo[bar]baz",
 27513 	[["stylewithcss","TRUE"]],
 27514 	"foo[bar]baz",
 27515 	[true],
 27516 	{"stylewithcss":[false,true,"",false,true,""]}],
 27517 ["foo[bar]baz",
 27518 	[["stylewithcss","TrUe"]],
 27519 	"foo[bar]baz",
 27520 	[true],
 27521 	{"stylewithcss":[false,true,"",false,true,""]}],
 27522 ["foo[bar]baz",
 27523 	[["stylewithcss","true "]],
 27524 	"foo[bar]baz",
 27525 	[true],
 27526 	{"stylewithcss":[false,true,"",false,true,""]}],
 27527 ["foo[bar]baz",
 27528 	[["stylewithcss"," true"]],
 27529 	"foo[bar]baz",
 27530 	[true],
 27531 	{"stylewithcss":[false,true,"",false,true,""]}],
 27532 ["foo[bar]baz",
 27533 	[["stylewithcss","truer"]],
 27534 	"foo[bar]baz",
 27535 	[true],
 27536 	{"stylewithcss":[false,true,"",false,true,""]}],
 27537 ["foo[bar]baz",
 27538 	[["stylewithcss"," true "]],
 27539 	"foo[bar]baz",
 27540 	[true],
 27541 	{"stylewithcss":[false,true,"",false,true,""]}],
 27542 ["foo[bar]baz",
 27543 	[["stylewithcss"," TrUe"]],
 27544 	"foo[bar]baz",
 27545 	[true],
 27546 	{"stylewithcss":[false,true,"",false,true,""]}],
 27547 ["foo[bar]baz",
 27548 	[["stylewithcss",""]],
 27549 	"foo[bar]baz",
 27550 	[true],
 27551 	{"stylewithcss":[false,true,"",false,true,""]}],
 27552 ["foo[bar]baz",
 27553 	[["stylewithcss"," "]],
 27554 	"foo[bar]baz",
 27555 	[true],
 27556 	{"stylewithcss":[false,true,"",false,true,""]}],
 27557 ["foo[bar]baz",
 27558 	[["stylewithcss","false"]],
 27559 	"foo[bar]baz",
 27560 	[true],
 27561 	{"stylewithcss":[false,true,"",false,false,""]}],
 27562 ["foo[bar]baz",
 27563 	[["stylewithcss","FALSE"]],
 27564 	"foo[bar]baz",
 27565 	[true],
 27566 	{"stylewithcss":[false,false,"",false,false,""]}],
 27567 ["foo[bar]baz",
 27568 	[["stylewithcss","FaLsE"]],
 27569 	"foo[bar]baz",
 27570 	[true],
 27571 	{"stylewithcss":[false,false,"",false,false,""]}],
 27572 ["foo[bar]baz",
 27573 	[["stylewithcss"," false"]],
 27574 	"foo[bar]baz",
 27575 	[true],
 27576 	{"stylewithcss":[false,false,"",false,true,""]}],
 27577 ["foo[bar]baz",
 27578 	[["stylewithcss","false "]],
 27579 	"foo[bar]baz",
 27580 	[true],
 27581 	{"stylewithcss":[false,true,"",false,true,""]}],
 27582 ["foo[bar]baz",
 27583 	[["stylewithcss","falser"]],
 27584 	"foo[bar]baz",
 27585 	[true],
 27586 	{"stylewithcss":[false,true,"",false,true,""]}],
 27587 ["foo[bar]baz",
 27588 	[["stylewithcss","falsé"]],
 27589 	"foo[bar]baz",
 27590 	[true],
 27591 	{"stylewithcss":[false,true,"",false,true,""]}],
 27592 ["foo[bar]baz",
 27593 	[["usecss","true"]],
 27594 	"foo[bar]baz",
 27595 	[true],
 27596 	{"usecss":[false,false,"",false,false,""]}],
 27597 ["foo[bar]baz",
 27598 	[["usecss","TRUE"]],
 27599 	"foo[bar]baz",
 27600 	[true],
 27601 	{"usecss":[false,false,"",false,false,""]}],
 27602 ["foo[bar]baz",
 27603 	[["usecss","TrUe"]],
 27604 	"foo[bar]baz",
 27605 	[true],
 27606 	{"usecss":[false,false,"",false,false,""]}],
 27607 ["foo[bar]baz",
 27608 	[["usecss","true "]],
 27609 	"foo[bar]baz",
 27610 	[true],
 27611 	{"usecss":[false,false,"",false,false,""]}],
 27612 ["foo[bar]baz",
 27613 	[["usecss"," true"]],
 27614 	"foo[bar]baz",
 27615 	[true],
 27616 	{"usecss":[false,false,"",false,false,""]}],
 27617 ["foo[bar]baz",
 27618 	[["usecss","truer"]],
 27619 	"foo[bar]baz",
 27620 	[true],
 27621 	{"usecss":[false,false,"",false,false,""]}],
 27622 ["foo[bar]baz",
 27623 	[["usecss"," true "]],
 27624 	"foo[bar]baz",
 27625 	[true],
 27626 	{"usecss":[false,false,"",false,false,""]}],
 27627 ["foo[bar]baz",
 27628 	[["usecss"," TrUe"]],
 27629 	"foo[bar]baz",
 27630 	[true],
 27631 	{"usecss":[false,false,"",false,false,""]}],
 27632 ["foo[bar]baz",
 27633 	[["usecss",""]],
 27634 	"foo[bar]baz",
 27635 	[true],
 27636 	{"usecss":[false,false,"",false,false,""]}],
 27637 ["foo[bar]baz",
 27638 	[["usecss"," "]],
 27639 	"foo[bar]baz",
 27640 	[true],
 27641 	{"usecss":[false,false,"",false,false,""]}],
 27642 ["foo[bar]baz",
 27643 	[["usecss","false"]],
 27644 	"foo[bar]baz",
 27645 	[true],
 27646 	{"usecss":[false,false,"",false,false,""]}],
 27647 ["foo[bar]baz",
 27648 	[["usecss","FALSE"]],
 27649 	"foo[bar]baz",
 27650 	[true],
 27651 	{"usecss":[false,false,"",false,false,""]}],
 27652 ["foo[bar]baz",
 27653 	[["usecss","FaLsE"]],
 27654 	"foo[bar]baz",
 27655 	[true],
 27656 	{"usecss":[false,false,"",false,false,""]}],
 27657 ["foo[bar]baz",
 27658 	[["usecss"," false"]],
 27659 	"foo[bar]baz",
 27660 	[true],
 27661 	{"usecss":[false,false,"",false,false,""]}],
 27662 ["foo[bar]baz",
 27663 	[["usecss","false "]],
 27664 	"foo[bar]baz",
 27665 	[true],
 27666 	{"usecss":[false,false,"",false,false,""]}],
 27667 ["foo[bar]baz",
 27668 	[["usecss","falser"]],
 27669 	"foo[bar]baz",
 27670 	[true],
 27671 	{"usecss":[false,false,"",false,false,""]}],
 27672 ["foo[bar]baz",
 27673 	[["usecss","falsé"]],
 27674 	"foo[bar]baz",
 27675 	[true],
 27676 	{"usecss":[false,false,"",false,false,""]}],
 27677 ["foo[bar]baz",
 27678 	[["quasit",""]],
 27679 	"foo[bar]baz",
 27680 	[false],
 27681 	{"quasit":[false,false,"",false,false,""]}],
 27682 ["foo[]bar",
 27683 	[["bold",""],["inserttext","a"]],
 27684 	"foo<b>a[]</b>bar",
 27685 	[true,true],
 27686 	{"bold":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 27687 ["foo[]bar",
 27688 	[["bold",""],["delete",""]],
 27689 	"fo[]bar",
 27690 	[true,true],
 27691 	{"bold":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 27692 ["foo[]bar",
 27693 	[["bold",""],["delete",""],["inserttext","a"]],
 27694 	"fo<b>a[]</b>bar",
 27695 	[true,true,true],
 27696 	{"bold":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 27697 ["foo[]bar",
 27698 	[["bold",""],["formatblock","<div>"]],
 27699 	"<div>foo[]bar</div>",
 27700 	[true,true],
 27701 	{"bold":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 27702 ["foo[]bar",
 27703 	[["bold",""],["formatblock","<div>"],["inserttext","a"]],
 27704 	"<div>foo<b>a[]</b>bar</div>",
 27705 	[true,true,true],
 27706 	{"bold":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 27707 ["foo[]bar",
 27708 	[["bold",""],["forwarddelete",""]],
 27709 	"foo[]ar",
 27710 	[true,true],
 27711 	{"bold":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 27712 ["foo[]bar",
 27713 	[["bold",""],["forwarddelete",""],["inserttext","a"]],
 27714 	"foo<b>a[]</b>ar",
 27715 	[true,true,true],
 27716 	{"bold":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 27717 ["foo[]bar",
 27718 	[["bold",""],["indent",""]],
 27719 	"<blockquote>foo[]bar</blockquote>",
 27720 	[true,true],
 27721 	{"bold":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 27722 ["foo[]bar",
 27723 	[["bold",""],["indent",""],["inserttext","a"]],
 27724 	"<blockquote>foo<b>a[]</b>bar</blockquote>",
 27725 	[true,true,true],
 27726 	{"bold":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 27727 ["foo[]bar",
 27728 	[["bold",""],["inserthorizontalrule",""]],
 27729 	"foo<hr>{}bar",
 27730 	[true,true],
 27731 	{"bold":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 27732 ["foo[]bar",
 27733 	[["bold",""],["inserthorizontalrule",""],["inserttext","a"]],
 27734 	"foo<hr><b>a[]</b>bar",
 27735 	[true,true,true],
 27736 	{"bold":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 27737 ["foo[]bar",
 27738 	[["bold",""],["inserthtml","ab<b>c</b>d"]],
 27739 	"fooab<b>c</b>d{}bar",
 27740 	[true,true],
 27741 	{"bold":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 27742 ["foo[]bar",
 27743 	[["bold",""],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 27744 	"fooab<b>c</b>d<b>a[]</b>bar",
 27745 	[true,true,true],
 27746 	{"bold":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 27747 ["foo[]bar",
 27748 	[["bold",""],["insertimage","/img/lion.svg"]],
 27749 	"foo<img src=\"/img/lion.svg\">{}bar",
 27750 	[true,true],
 27751 	{"bold":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 27752 ["foo[]bar",
 27753 	[["bold",""],["insertimage","/img/lion.svg"],["inserttext","a"]],
 27754 	"foo<img src=\"/img/lion.svg\"><b>a[]</b>bar",
 27755 	[true,true,true],
 27756 	{"bold":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 27757 ["foo[]bar",
 27758 	[["bold",""],["insertlinebreak",""]],
 27759 	"foo<br>{}bar",
 27760 	[true,true],
 27761 	{"bold":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 27762 ["foo[]bar",
 27763 	[["bold",""],["insertlinebreak",""],["inserttext","a"]],
 27764 	"foo<br><b>a[]</b>bar",
 27765 	[true,true,true],
 27766 	{"bold":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 27767 ["foo[]bar",
 27768 	[["bold",""],["insertorderedlist",""]],
 27769 	"<ol><li>foo[]bar</li></ol>",
 27770 	[true,true],
 27771 	{"bold":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 27772 ["foo[]bar",
 27773 	[["bold",""],["insertorderedlist",""],["inserttext","a"]],
 27774 	"<ol><li>foo<b>a[]</b>bar</li></ol>",
 27775 	[true,true,true],
 27776 	{"bold":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 27777 ["foo[]bar",
 27778 	[["bold",""],["insertparagraph",""]],
 27779 	"<p>foo</p><p>{}bar</p>",
 27780 	[true,true],
 27781 	{"bold":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 27782 ["foo[]bar",
 27783 	[["bold",""],["insertparagraph",""],["inserttext","a"]],
 27784 	"<p>foo</p><p><b>a[]</b>bar</p>",
 27785 	[true,true,true],
 27786 	{"bold":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 27787 ["foo[]bar",
 27788 	[["bold",""],["insertunorderedlist",""]],
 27789 	"<ul><li>foo[]bar</li></ul>",
 27790 	[true,true],
 27791 	{"bold":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 27792 ["foo[]bar",
 27793 	[["bold",""],["insertunorderedlist",""],["inserttext","a"]],
 27794 	"<ul><li>foo<b>a[]</b>bar</li></ul>",
 27795 	[true,true,true],
 27796 	{"bold":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 27797 ["foo[]bar",
 27798 	[["bold",""],["justifycenter",""]],
 27799 	"<div style=\"text-align:center\">foo[]bar</div>",
 27800 	[true,true],
 27801 	{"bold":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 27802 ["foo[]bar",
 27803 	[["bold",""],["justifycenter",""],["inserttext","a"]],
 27804 	"<div style=\"text-align:center\">foo<b>a[]</b>bar</div>",
 27805 	[true,true,true],
 27806 	{"bold":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 27807 ["foo[]bar",
 27808 	[["bold",""],["justifyfull",""]],
 27809 	"<div style=\"text-align:justify\">foo[]bar</div>",
 27810 	[true,true],
 27811 	{"bold":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 27812 ["foo[]bar",
 27813 	[["bold",""],["justifyfull",""],["inserttext","a"]],
 27814 	"<div style=\"text-align:justify\">foo<b>a[]</b>bar</div>",
 27815 	[true,true,true],
 27816 	{"bold":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 27817 ["foo[]bar",
 27818 	[["bold",""],["justifyleft",""]],
 27819 	"foo[]bar",
 27820 	[true,true],
 27821 	{"bold":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 27822 ["foo[]bar",
 27823 	[["bold",""],["justifyleft",""],["inserttext","a"]],
 27824 	"foo<b>a[]</b>bar",
 27825 	[true,true,true],
 27826 	{"bold":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 27827 ["foo[]bar",
 27828 	[["bold",""],["justifyright",""]],
 27829 	"<div style=\"text-align:right\">foo[]bar</div>",
 27830 	[true,true],
 27831 	{"bold":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 27832 ["foo[]bar",
 27833 	[["bold",""],["justifyright",""],["inserttext","a"]],
 27834 	"<div style=\"text-align:right\">foo<b>a[]</b>bar</div>",
 27835 	[true,true,true],
 27836 	{"bold":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 27837 ["foo[]bar",
 27838 	[["bold",""],["outdent",""]],
 27839 	"foo[]bar",
 27840 	[true,true],
 27841 	{"bold":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 27842 ["foo[]bar",
 27843 	[["bold",""],["outdent",""],["inserttext","a"]],
 27844 	"foo<b>a[]</b>bar",
 27845 	[true,true,true],
 27846 	{"bold":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 27847 ["foo[]bar",
 27848 	[["italic",""],["inserttext","a"]],
 27849 	"foo<i>a[]</i>bar",
 27850 	[true,true],
 27851 	{"italic":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 27852 ["foo[]bar",
 27853 	[["italic",""],["delete",""]],
 27854 	"fo[]bar",
 27855 	[true,true],
 27856 	{"italic":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 27857 ["foo[]bar",
 27858 	[["italic",""],["delete",""],["inserttext","a"]],
 27859 	"fo<i>a[]</i>bar",
 27860 	[true,true,true],
 27861 	{"italic":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 27862 ["foo[]bar",
 27863 	[["italic",""],["formatblock","<div>"]],
 27864 	"<div>foo[]bar</div>",
 27865 	[true,true],
 27866 	{"italic":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 27867 ["foo[]bar",
 27868 	[["italic",""],["formatblock","<div>"],["inserttext","a"]],
 27869 	"<div>foo<i>a[]</i>bar</div>",
 27870 	[true,true,true],
 27871 	{"italic":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 27872 ["foo[]bar",
 27873 	[["italic",""],["forwarddelete",""]],
 27874 	"foo[]ar",
 27875 	[true,true],
 27876 	{"italic":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 27877 ["foo[]bar",
 27878 	[["italic",""],["forwarddelete",""],["inserttext","a"]],
 27879 	"foo<i>a[]</i>ar",
 27880 	[true,true,true],
 27881 	{"italic":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 27882 ["foo[]bar",
 27883 	[["italic",""],["indent",""]],
 27884 	"<blockquote>foo[]bar</blockquote>",
 27885 	[true,true],
 27886 	{"italic":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 27887 ["foo[]bar",
 27888 	[["italic",""],["indent",""],["inserttext","a"]],
 27889 	"<blockquote>foo<i>a[]</i>bar</blockquote>",
 27890 	[true,true,true],
 27891 	{"italic":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 27892 ["foo[]bar",
 27893 	[["italic",""],["inserthorizontalrule",""]],
 27894 	"foo<hr>{}bar",
 27895 	[true,true],
 27896 	{"italic":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 27897 ["foo[]bar",
 27898 	[["italic",""],["inserthorizontalrule",""],["inserttext","a"]],
 27899 	"foo<hr><i>a[]</i>bar",
 27900 	[true,true,true],
 27901 	{"italic":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 27902 ["foo[]bar",
 27903 	[["italic",""],["inserthtml","ab<b>c</b>d"]],
 27904 	"fooab<b>c</b>d{}bar",
 27905 	[true,true],
 27906 	{"italic":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 27907 ["foo[]bar",
 27908 	[["italic",""],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 27909 	"fooab<b>c</b>d<i>a[]</i>bar",
 27910 	[true,true,true],
 27911 	{"italic":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 27912 ["foo[]bar",
 27913 	[["italic",""],["insertimage","/img/lion.svg"]],
 27914 	"foo<img src=\"/img/lion.svg\">{}bar",
 27915 	[true,true],
 27916 	{"italic":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 27917 ["foo[]bar",
 27918 	[["italic",""],["insertimage","/img/lion.svg"],["inserttext","a"]],
 27919 	"foo<img src=\"/img/lion.svg\"><i>a[]</i>bar",
 27920 	[true,true,true],
 27921 	{"italic":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 27922 ["foo[]bar",
 27923 	[["italic",""],["insertlinebreak",""]],
 27924 	"foo<br>{}bar",
 27925 	[true,true],
 27926 	{"italic":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 27927 ["foo[]bar",
 27928 	[["italic",""],["insertlinebreak",""],["inserttext","a"]],
 27929 	"foo<br><i>a[]</i>bar",
 27930 	[true,true,true],
 27931 	{"italic":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 27932 ["foo[]bar",
 27933 	[["italic",""],["insertorderedlist",""]],
 27934 	"<ol><li>foo[]bar</li></ol>",
 27935 	[true,true],
 27936 	{"italic":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 27937 ["foo[]bar",
 27938 	[["italic",""],["insertorderedlist",""],["inserttext","a"]],
 27939 	"<ol><li>foo<i>a[]</i>bar</li></ol>",
 27940 	[true,true,true],
 27941 	{"italic":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 27942 ["foo[]bar",
 27943 	[["italic",""],["insertparagraph",""]],
 27944 	"<p>foo</p><p>{}bar</p>",
 27945 	[true,true],
 27946 	{"italic":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 27947 ["foo[]bar",
 27948 	[["italic",""],["insertparagraph",""],["inserttext","a"]],
 27949 	"<p>foo</p><p><i>a[]</i>bar</p>",
 27950 	[true,true,true],
 27951 	{"italic":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 27952 ["foo[]bar",
 27953 	[["italic",""],["insertunorderedlist",""]],
 27954 	"<ul><li>foo[]bar</li></ul>",
 27955 	[true,true],
 27956 	{"italic":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 27957 ["foo[]bar",
 27958 	[["italic",""],["insertunorderedlist",""],["inserttext","a"]],
 27959 	"<ul><li>foo<i>a[]</i>bar</li></ul>",
 27960 	[true,true,true],
 27961 	{"italic":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 27962 ["foo[]bar",
 27963 	[["italic",""],["justifycenter",""]],
 27964 	"<div style=\"text-align:center\">foo[]bar</div>",
 27965 	[true,true],
 27966 	{"italic":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 27967 ["foo[]bar",
 27968 	[["italic",""],["justifycenter",""],["inserttext","a"]],
 27969 	"<div style=\"text-align:center\">foo<i>a[]</i>bar</div>",
 27970 	[true,true,true],
 27971 	{"italic":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 27972 ["foo[]bar",
 27973 	[["italic",""],["justifyfull",""]],
 27974 	"<div style=\"text-align:justify\">foo[]bar</div>",
 27975 	[true,true],
 27976 	{"italic":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 27977 ["foo[]bar",
 27978 	[["italic",""],["justifyfull",""],["inserttext","a"]],
 27979 	"<div style=\"text-align:justify\">foo<i>a[]</i>bar</div>",
 27980 	[true,true,true],
 27981 	{"italic":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 27982 ["foo[]bar",
 27983 	[["italic",""],["justifyleft",""]],
 27984 	"foo[]bar",
 27985 	[true,true],
 27986 	{"italic":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 27987 ["foo[]bar",
 27988 	[["italic",""],["justifyleft",""],["inserttext","a"]],
 27989 	"foo<i>a[]</i>bar",
 27990 	[true,true,true],
 27991 	{"italic":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 27992 ["foo[]bar",
 27993 	[["italic",""],["justifyright",""]],
 27994 	"<div style=\"text-align:right\">foo[]bar</div>",
 27995 	[true,true],
 27996 	{"italic":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 27997 ["foo[]bar",
 27998 	[["italic",""],["justifyright",""],["inserttext","a"]],
 27999 	"<div style=\"text-align:right\">foo<i>a[]</i>bar</div>",
 28000 	[true,true,true],
 28001 	{"italic":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 28002 ["foo[]bar",
 28003 	[["italic",""],["outdent",""]],
 28004 	"foo[]bar",
 28005 	[true,true],
 28006 	{"italic":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 28007 ["foo[]bar",
 28008 	[["italic",""],["outdent",""],["inserttext","a"]],
 28009 	"foo<i>a[]</i>bar",
 28010 	[true,true,true],
 28011 	{"italic":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28012 ["foo[]bar",
 28013 	[["strikethrough",""],["inserttext","a"]],
 28014 	"foo<s>a[]</s>bar",
 28015 	[true,true],
 28016 	{"strikethrough":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 28017 ["foo[]bar",
 28018 	[["strikethrough",""],["delete",""]],
 28019 	"fo[]bar",
 28020 	[true,true],
 28021 	{"strikethrough":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 28022 ["foo[]bar",
 28023 	[["strikethrough",""],["delete",""],["inserttext","a"]],
 28024 	"fo<s>a[]</s>bar",
 28025 	[true,true,true],
 28026 	{"strikethrough":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28027 ["foo[]bar",
 28028 	[["strikethrough",""],["formatblock","<div>"]],
 28029 	"<div>foo[]bar</div>",
 28030 	[true,true],
 28031 	{"strikethrough":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 28032 ["foo[]bar",
 28033 	[["strikethrough",""],["formatblock","<div>"],["inserttext","a"]],
 28034 	"<div>foo<s>a[]</s>bar</div>",
 28035 	[true,true,true],
 28036 	{"strikethrough":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 28037 ["foo[]bar",
 28038 	[["strikethrough",""],["forwarddelete",""]],
 28039 	"foo[]ar",
 28040 	[true,true],
 28041 	{"strikethrough":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 28042 ["foo[]bar",
 28043 	[["strikethrough",""],["forwarddelete",""],["inserttext","a"]],
 28044 	"foo<s>a[]</s>ar",
 28045 	[true,true,true],
 28046 	{"strikethrough":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28047 ["foo[]bar",
 28048 	[["strikethrough",""],["indent",""]],
 28049 	"<blockquote>foo[]bar</blockquote>",
 28050 	[true,true],
 28051 	{"strikethrough":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 28052 ["foo[]bar",
 28053 	[["strikethrough",""],["indent",""],["inserttext","a"]],
 28054 	"<blockquote>foo<s>a[]</s>bar</blockquote>",
 28055 	[true,true,true],
 28056 	{"strikethrough":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28057 ["foo[]bar",
 28058 	[["strikethrough",""],["inserthorizontalrule",""]],
 28059 	"foo<hr>{}bar",
 28060 	[true,true],
 28061 	{"strikethrough":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 28062 ["foo[]bar",
 28063 	[["strikethrough",""],["inserthorizontalrule",""],["inserttext","a"]],
 28064 	"foo<hr><s>a[]</s>bar",
 28065 	[true,true,true],
 28066 	{"strikethrough":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28067 ["foo[]bar",
 28068 	[["strikethrough",""],["inserthtml","ab<b>c</b>d"]],
 28069 	"fooab<b>c</b>d{}bar",
 28070 	[true,true],
 28071 	{"strikethrough":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 28072 ["foo[]bar",
 28073 	[["strikethrough",""],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 28074 	"fooab<b>c</b>d<s>a[]</s>bar",
 28075 	[true,true,true],
 28076 	{"strikethrough":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28077 ["foo[]bar",
 28078 	[["strikethrough",""],["insertimage","/img/lion.svg"]],
 28079 	"foo<img src=\"/img/lion.svg\">{}bar",
 28080 	[true,true],
 28081 	{"strikethrough":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 28082 ["foo[]bar",
 28083 	[["strikethrough",""],["insertimage","/img/lion.svg"],["inserttext","a"]],
 28084 	"foo<img src=\"/img/lion.svg\"><s>a[]</s>bar",
 28085 	[true,true,true],
 28086 	{"strikethrough":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28087 ["foo[]bar",
 28088 	[["strikethrough",""],["insertlinebreak",""]],
 28089 	"foo<br>{}bar",
 28090 	[true,true],
 28091 	{"strikethrough":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 28092 ["foo[]bar",
 28093 	[["strikethrough",""],["insertlinebreak",""],["inserttext","a"]],
 28094 	"foo<br><s>a[]</s>bar",
 28095 	[true,true,true],
 28096 	{"strikethrough":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28097 ["foo[]bar",
 28098 	[["strikethrough",""],["insertorderedlist",""]],
 28099 	"<ol><li>foo[]bar</li></ol>",
 28100 	[true,true],
 28101 	{"strikethrough":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 28102 ["foo[]bar",
 28103 	[["strikethrough",""],["insertorderedlist",""],["inserttext","a"]],
 28104 	"<ol><li>foo<s>a[]</s>bar</li></ol>",
 28105 	[true,true,true],
 28106 	{"strikethrough":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 28107 ["foo[]bar",
 28108 	[["strikethrough",""],["insertparagraph",""]],
 28109 	"<p>foo</p><p>{}bar</p>",
 28110 	[true,true],
 28111 	{"strikethrough":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 28112 ["foo[]bar",
 28113 	[["strikethrough",""],["insertparagraph",""],["inserttext","a"]],
 28114 	"<p>foo</p><p><s>a[]</s>bar</p>",
 28115 	[true,true,true],
 28116 	{"strikethrough":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28117 ["foo[]bar",
 28118 	[["strikethrough",""],["insertunorderedlist",""]],
 28119 	"<ul><li>foo[]bar</li></ul>",
 28120 	[true,true],
 28121 	{"strikethrough":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 28122 ["foo[]bar",
 28123 	[["strikethrough",""],["insertunorderedlist",""],["inserttext","a"]],
 28124 	"<ul><li>foo<s>a[]</s>bar</li></ul>",
 28125 	[true,true,true],
 28126 	{"strikethrough":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 28127 ["foo[]bar",
 28128 	[["strikethrough",""],["justifycenter",""]],
 28129 	"<div style=\"text-align:center\">foo[]bar</div>",
 28130 	[true,true],
 28131 	{"strikethrough":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 28132 ["foo[]bar",
 28133 	[["strikethrough",""],["justifycenter",""],["inserttext","a"]],
 28134 	"<div style=\"text-align:center\">foo<s>a[]</s>bar</div>",
 28135 	[true,true,true],
 28136 	{"strikethrough":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 28137 ["foo[]bar",
 28138 	[["strikethrough",""],["justifyfull",""]],
 28139 	"<div style=\"text-align:justify\">foo[]bar</div>",
 28140 	[true,true],
 28141 	{"strikethrough":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 28142 ["foo[]bar",
 28143 	[["strikethrough",""],["justifyfull",""],["inserttext","a"]],
 28144 	"<div style=\"text-align:justify\">foo<s>a[]</s>bar</div>",
 28145 	[true,true,true],
 28146 	{"strikethrough":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 28147 ["foo[]bar",
 28148 	[["strikethrough",""],["justifyleft",""]],
 28149 	"foo[]bar",
 28150 	[true,true],
 28151 	{"strikethrough":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 28152 ["foo[]bar",
 28153 	[["strikethrough",""],["justifyleft",""],["inserttext","a"]],
 28154 	"foo<s>a[]</s>bar",
 28155 	[true,true,true],
 28156 	{"strikethrough":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 28157 ["foo[]bar",
 28158 	[["strikethrough",""],["justifyright",""]],
 28159 	"<div style=\"text-align:right\">foo[]bar</div>",
 28160 	[true,true],
 28161 	{"strikethrough":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 28162 ["foo[]bar",
 28163 	[["strikethrough",""],["justifyright",""],["inserttext","a"]],
 28164 	"<div style=\"text-align:right\">foo<s>a[]</s>bar</div>",
 28165 	[true,true,true],
 28166 	{"strikethrough":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 28167 ["foo[]bar",
 28168 	[["strikethrough",""],["outdent",""]],
 28169 	"foo[]bar",
 28170 	[true,true],
 28171 	{"strikethrough":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 28172 ["foo[]bar",
 28173 	[["strikethrough",""],["outdent",""],["inserttext","a"]],
 28174 	"foo<s>a[]</s>bar",
 28175 	[true,true,true],
 28176 	{"strikethrough":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28177 ["foo[]bar",
 28178 	[["subscript",""],["inserttext","a"]],
 28179 	"foo<sub>a[]</sub>bar",
 28180 	[true,true],
 28181 	{"subscript":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 28182 ["foo[]bar",
 28183 	[["subscript",""],["delete",""]],
 28184 	"fo[]bar",
 28185 	[true,true],
 28186 	{"subscript":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 28187 ["foo[]bar",
 28188 	[["subscript",""],["delete",""],["inserttext","a"]],
 28189 	"fo<sub><font size=\"3\">a[]</font></sub>bar",
 28190 	[true,true,true],
 28191 	{"subscript":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28192 ["foo[]bar",
 28193 	[["subscript",""],["formatblock","<div>"]],
 28194 	"<div>foo[]bar</div>",
 28195 	[true,true],
 28196 	{"subscript":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 28197 ["foo[]bar",
 28198 	[["subscript",""],["formatblock","<div>"],["inserttext","a"]],
 28199 	"<div>foo<sub>a[]</sub>bar</div>",
 28200 	[true,true,true],
 28201 	{"subscript":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 28202 ["foo[]bar",
 28203 	[["subscript",""],["forwarddelete",""]],
 28204 	"foo[]ar",
 28205 	[true,true],
 28206 	{"subscript":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 28207 ["foo[]bar",
 28208 	[["subscript",""],["forwarddelete",""],["inserttext","a"]],
 28209 	"foo<sub><font size=\"3\">a[]</font></sub>ar",
 28210 	[true,true,true],
 28211 	{"subscript":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28212 ["foo[]bar",
 28213 	[["subscript",""],["indent",""]],
 28214 	"<blockquote>foo[]bar</blockquote>",
 28215 	[true,true],
 28216 	{"subscript":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 28217 ["foo[]bar",
 28218 	[["subscript",""],["indent",""],["inserttext","a"]],
 28219 	"<blockquote>foo<sub>a[]</sub>bar</blockquote>",
 28220 	[true,true,true],
 28221 	{"subscript":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28222 ["foo[]bar",
 28223 	[["subscript",""],["inserthorizontalrule",""]],
 28224 	"foo<hr>{}bar",
 28225 	[true,true],
 28226 	{"subscript":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 28227 ["foo[]bar",
 28228 	[["subscript",""],["inserthorizontalrule",""],["inserttext","a"]],
 28229 	"foo<hr><sub>a[]</sub>bar",
 28230 	[true,true,true],
 28231 	{"subscript":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28232 ["foo[]bar",
 28233 	[["subscript",""],["inserthtml","ab<b>c</b>d"]],
 28234 	"fooab<b>c</b>d{}bar",
 28235 	[true,true],
 28236 	{"subscript":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 28237 ["foo[]bar",
 28238 	[["subscript",""],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 28239 	"fooab<b>c</b>d<sub>a[]</sub>bar",
 28240 	[true,true,true],
 28241 	{"subscript":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28242 ["foo[]bar",
 28243 	[["subscript",""],["insertimage","/img/lion.svg"]],
 28244 	"foo<img src=\"/img/lion.svg\">{}bar",
 28245 	[true,true],
 28246 	{"subscript":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 28247 ["foo[]bar",
 28248 	[["subscript",""],["insertimage","/img/lion.svg"],["inserttext","a"]],
 28249 	"foo<img src=\"/img/lion.svg\"><sub>a[]</sub>bar",
 28250 	[true,true,true],
 28251 	{"subscript":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28252 ["foo[]bar",
 28253 	[["subscript",""],["insertlinebreak",""]],
 28254 	"foo<br>{}bar",
 28255 	[true,true],
 28256 	{"subscript":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 28257 ["foo[]bar",
 28258 	[["subscript",""],["insertlinebreak",""],["inserttext","a"]],
 28259 	"foo<br><sub>a[]</sub>bar",
 28260 	[true,true,true],
 28261 	{"subscript":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28262 ["foo[]bar",
 28263 	[["subscript",""],["insertorderedlist",""]],
 28264 	"<ol><li>foo[]bar</li></ol>",
 28265 	[true,true],
 28266 	{"subscript":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 28267 ["foo[]bar",
 28268 	[["subscript",""],["insertorderedlist",""],["inserttext","a"]],
 28269 	"<ol><li>foo<sub>a[]</sub>bar</li></ol>",
 28270 	[true,true,true],
 28271 	{"subscript":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 28272 ["foo[]bar",
 28273 	[["subscript",""],["insertparagraph",""]],
 28274 	"<p>foo</p><p>{}bar</p>",
 28275 	[true,true],
 28276 	{"subscript":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 28277 ["foo[]bar",
 28278 	[["subscript",""],["insertparagraph",""],["inserttext","a"]],
 28279 	"<p>foo</p><p><sub>a[]</sub>bar</p>",
 28280 	[true,true,true],
 28281 	{"subscript":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28282 ["foo[]bar",
 28283 	[["subscript",""],["insertunorderedlist",""]],
 28284 	"<ul><li>foo[]bar</li></ul>",
 28285 	[true,true],
 28286 	{"subscript":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 28287 ["foo[]bar",
 28288 	[["subscript",""],["insertunorderedlist",""],["inserttext","a"]],
 28289 	"<ul><li>foo<sub>a[]</sub>bar</li></ul>",
 28290 	[true,true,true],
 28291 	{"subscript":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 28292 ["foo[]bar",
 28293 	[["subscript",""],["justifycenter",""]],
 28294 	"<div style=\"text-align:center\">foo[]bar</div>",
 28295 	[true,true],
 28296 	{"subscript":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 28297 ["foo[]bar",
 28298 	[["subscript",""],["justifycenter",""],["inserttext","a"]],
 28299 	"<div style=\"text-align:center\">foo<sub>a[]</sub>bar</div>",
 28300 	[true,true,true],
 28301 	{"subscript":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 28302 ["foo[]bar",
 28303 	[["subscript",""],["justifyfull",""]],
 28304 	"<div style=\"text-align:justify\">foo[]bar</div>",
 28305 	[true,true],
 28306 	{"subscript":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 28307 ["foo[]bar",
 28308 	[["subscript",""],["justifyfull",""],["inserttext","a"]],
 28309 	"<div style=\"text-align:justify\">foo<sub>a[]</sub>bar</div>",
 28310 	[true,true,true],
 28311 	{"subscript":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 28312 ["foo[]bar",
 28313 	[["subscript",""],["justifyleft",""]],
 28314 	"foo[]bar",
 28315 	[true,true],
 28316 	{"subscript":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 28317 ["foo[]bar",
 28318 	[["subscript",""],["justifyleft",""],["inserttext","a"]],
 28319 	"foo<sub>a[]</sub>bar",
 28320 	[true,true,true],
 28321 	{"subscript":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 28322 ["foo[]bar",
 28323 	[["subscript",""],["justifyright",""]],
 28324 	"<div style=\"text-align:right\">foo[]bar</div>",
 28325 	[true,true],
 28326 	{"subscript":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 28327 ["foo[]bar",
 28328 	[["subscript",""],["justifyright",""],["inserttext","a"]],
 28329 	"<div style=\"text-align:right\">foo<sub>a[]</sub>bar</div>",
 28330 	[true,true,true],
 28331 	{"subscript":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 28332 ["foo[]bar",
 28333 	[["subscript",""],["outdent",""]],
 28334 	"foo[]bar",
 28335 	[true,true],
 28336 	{"subscript":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 28337 ["foo[]bar",
 28338 	[["subscript",""],["outdent",""],["inserttext","a"]],
 28339 	"foo<sub>a[]</sub>bar",
 28340 	[true,true,true],
 28341 	{"subscript":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28342 ["foo[]bar",
 28343 	[["superscript",""],["inserttext","a"]],
 28344 	"foo<sup>a[]</sup>bar",
 28345 	[true,true],
 28346 	{"superscript":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 28347 ["foo[]bar",
 28348 	[["superscript",""],["delete",""]],
 28349 	"fo[]bar",
 28350 	[true,true],
 28351 	{"superscript":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 28352 ["foo[]bar",
 28353 	[["superscript",""],["delete",""],["inserttext","a"]],
 28354 	"fo<sup><font size=\"3\">a[]</font></sup>bar",
 28355 	[true,true,true],
 28356 	{"superscript":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28357 ["foo[]bar",
 28358 	[["superscript",""],["formatblock","<div>"]],
 28359 	"<div>foo[]bar</div>",
 28360 	[true,true],
 28361 	{"superscript":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 28362 ["foo[]bar",
 28363 	[["superscript",""],["formatblock","<div>"],["inserttext","a"]],
 28364 	"<div>foo<sup>a[]</sup>bar</div>",
 28365 	[true,true,true],
 28366 	{"superscript":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 28367 ["foo[]bar",
 28368 	[["superscript",""],["forwarddelete",""]],
 28369 	"foo[]ar",
 28370 	[true,true],
 28371 	{"superscript":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 28372 ["foo[]bar",
 28373 	[["superscript",""],["forwarddelete",""],["inserttext","a"]],
 28374 	"foo<sup><font size=\"3\">a[]</font></sup>ar",
 28375 	[true,true,true],
 28376 	{"superscript":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28377 ["foo[]bar",
 28378 	[["superscript",""],["indent",""]],
 28379 	"<blockquote>foo[]bar</blockquote>",
 28380 	[true,true],
 28381 	{"superscript":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 28382 ["foo[]bar",
 28383 	[["superscript",""],["indent",""],["inserttext","a"]],
 28384 	"<blockquote>foo<sup>a[]</sup>bar</blockquote>",
 28385 	[true,true,true],
 28386 	{"superscript":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28387 ["foo[]bar",
 28388 	[["superscript",""],["inserthorizontalrule",""]],
 28389 	"foo<hr>{}bar",
 28390 	[true,true],
 28391 	{"superscript":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 28392 ["foo[]bar",
 28393 	[["superscript",""],["inserthorizontalrule",""],["inserttext","a"]],
 28394 	"foo<hr><sup>a[]</sup>bar",
 28395 	[true,true,true],
 28396 	{"superscript":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28397 ["foo[]bar",
 28398 	[["superscript",""],["inserthtml","ab<b>c</b>d"]],
 28399 	"fooab<b>c</b>d{}bar",
 28400 	[true,true],
 28401 	{"superscript":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 28402 ["foo[]bar",
 28403 	[["superscript",""],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 28404 	"fooab<b>c</b>d<sup>a[]</sup>bar",
 28405 	[true,true,true],
 28406 	{"superscript":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28407 ["foo[]bar",
 28408 	[["superscript",""],["insertimage","/img/lion.svg"]],
 28409 	"foo<img src=\"/img/lion.svg\">{}bar",
 28410 	[true,true],
 28411 	{"superscript":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 28412 ["foo[]bar",
 28413 	[["superscript",""],["insertimage","/img/lion.svg"],["inserttext","a"]],
 28414 	"foo<img src=\"/img/lion.svg\"><sup>a[]</sup>bar",
 28415 	[true,true,true],
 28416 	{"superscript":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28417 ["foo[]bar",
 28418 	[["superscript",""],["insertlinebreak",""]],
 28419 	"foo<br>{}bar",
 28420 	[true,true],
 28421 	{"superscript":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 28422 ["foo[]bar",
 28423 	[["superscript",""],["insertlinebreak",""],["inserttext","a"]],
 28424 	"foo<br><sup>a[]</sup>bar",
 28425 	[true,true,true],
 28426 	{"superscript":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28427 ["foo[]bar",
 28428 	[["superscript",""],["insertorderedlist",""]],
 28429 	"<ol><li>foo[]bar</li></ol>",
 28430 	[true,true],
 28431 	{"superscript":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 28432 ["foo[]bar",
 28433 	[["superscript",""],["insertorderedlist",""],["inserttext","a"]],
 28434 	"<ol><li>foo<sup>a[]</sup>bar</li></ol>",
 28435 	[true,true,true],
 28436 	{"superscript":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 28437 ["foo[]bar",
 28438 	[["superscript",""],["insertparagraph",""]],
 28439 	"<p>foo</p><p>{}bar</p>",
 28440 	[true,true],
 28441 	{"superscript":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 28442 ["foo[]bar",
 28443 	[["superscript",""],["insertparagraph",""],["inserttext","a"]],
 28444 	"<p>foo</p><p><sup>a[]</sup>bar</p>",
 28445 	[true,true,true],
 28446 	{"superscript":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28447 ["foo[]bar",
 28448 	[["superscript",""],["insertunorderedlist",""]],
 28449 	"<ul><li>foo[]bar</li></ul>",
 28450 	[true,true],
 28451 	{"superscript":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 28452 ["foo[]bar",
 28453 	[["superscript",""],["insertunorderedlist",""],["inserttext","a"]],
 28454 	"<ul><li>foo<sup>a[]</sup>bar</li></ul>",
 28455 	[true,true,true],
 28456 	{"superscript":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 28457 ["foo[]bar",
 28458 	[["superscript",""],["justifycenter",""]],
 28459 	"<div style=\"text-align:center\">foo[]bar</div>",
 28460 	[true,true],
 28461 	{"superscript":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 28462 ["foo[]bar",
 28463 	[["superscript",""],["justifycenter",""],["inserttext","a"]],
 28464 	"<div style=\"text-align:center\">foo<sup>a[]</sup>bar</div>",
 28465 	[true,true,true],
 28466 	{"superscript":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 28467 ["foo[]bar",
 28468 	[["superscript",""],["justifyfull",""]],
 28469 	"<div style=\"text-align:justify\">foo[]bar</div>",
 28470 	[true,true],
 28471 	{"superscript":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 28472 ["foo[]bar",
 28473 	[["superscript",""],["justifyfull",""],["inserttext","a"]],
 28474 	"<div style=\"text-align:justify\">foo<sup>a[]</sup>bar</div>",
 28475 	[true,true,true],
 28476 	{"superscript":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 28477 ["foo[]bar",
 28478 	[["superscript",""],["justifyleft",""]],
 28479 	"foo[]bar",
 28480 	[true,true],
 28481 	{"superscript":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 28482 ["foo[]bar",
 28483 	[["superscript",""],["justifyleft",""],["inserttext","a"]],
 28484 	"foo<sup>a[]</sup>bar",
 28485 	[true,true,true],
 28486 	{"superscript":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 28487 ["foo[]bar",
 28488 	[["superscript",""],["justifyright",""]],
 28489 	"<div style=\"text-align:right\">foo[]bar</div>",
 28490 	[true,true],
 28491 	{"superscript":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 28492 ["foo[]bar",
 28493 	[["superscript",""],["justifyright",""],["inserttext","a"]],
 28494 	"<div style=\"text-align:right\">foo<sup>a[]</sup>bar</div>",
 28495 	[true,true,true],
 28496 	{"superscript":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 28497 ["foo[]bar",
 28498 	[["superscript",""],["outdent",""]],
 28499 	"foo[]bar",
 28500 	[true,true],
 28501 	{"superscript":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 28502 ["foo[]bar",
 28503 	[["superscript",""],["outdent",""],["inserttext","a"]],
 28504 	"foo<sup>a[]</sup>bar",
 28505 	[true,true,true],
 28506 	{"superscript":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28507 ["foo[]bar",
 28508 	[["underline",""],["inserttext","a"]],
 28509 	"foo<u>a[]</u>bar",
 28510 	[true,true],
 28511 	{"underline":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 28512 ["foo[]bar",
 28513 	[["underline",""],["delete",""]],
 28514 	"fo[]bar",
 28515 	[true,true],
 28516 	{"underline":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""]}],
 28517 ["foo[]bar",
 28518 	[["underline",""],["delete",""],["inserttext","a"]],
 28519 	"fo<u>a[]</u>bar",
 28520 	[true,true,true],
 28521 	{"underline":[false,false,"",false,true,""],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28522 ["foo[]bar",
 28523 	[["underline",""],["formatblock","<div>"]],
 28524 	"<div>foo[]bar</div>",
 28525 	[true,true],
 28526 	{"underline":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"]}],
 28527 ["foo[]bar",
 28528 	[["underline",""],["formatblock","<div>"],["inserttext","a"]],
 28529 	"<div>foo<u>a[]</u>bar</div>",
 28530 	[true,true,true],
 28531 	{"underline":[false,false,"",false,true,""],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 28532 ["foo[]bar",
 28533 	[["underline",""],["forwarddelete",""]],
 28534 	"foo[]ar",
 28535 	[true,true],
 28536 	{"underline":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""]}],
 28537 ["foo[]bar",
 28538 	[["underline",""],["forwarddelete",""],["inserttext","a"]],
 28539 	"foo<u>a[]</u>ar",
 28540 	[true,true,true],
 28541 	{"underline":[false,false,"",false,true,""],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28542 ["foo[]bar",
 28543 	[["underline",""],["indent",""]],
 28544 	"<blockquote>foo[]bar</blockquote>",
 28545 	[true,true],
 28546 	{"underline":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""]}],
 28547 ["foo[]bar",
 28548 	[["underline",""],["indent",""],["inserttext","a"]],
 28549 	"<blockquote>foo<u>a[]</u>bar</blockquote>",
 28550 	[true,true,true],
 28551 	{"underline":[false,false,"",false,true,""],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28552 ["foo[]bar",
 28553 	[["underline",""],["inserthorizontalrule",""]],
 28554 	"foo<hr>{}bar",
 28555 	[true,true],
 28556 	{"underline":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 28557 ["foo[]bar",
 28558 	[["underline",""],["inserthorizontalrule",""],["inserttext","a"]],
 28559 	"foo<hr><u>a[]</u>bar",
 28560 	[true,true,true],
 28561 	{"underline":[false,false,"",false,true,""],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28562 ["foo[]bar",
 28563 	[["underline",""],["inserthtml","ab<b>c</b>d"]],
 28564 	"fooab<b>c</b>d{}bar",
 28565 	[true,true],
 28566 	{"underline":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""]}],
 28567 ["foo[]bar",
 28568 	[["underline",""],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 28569 	"fooab<b>c</b>d<u>a[]</u>bar",
 28570 	[true,true,true],
 28571 	{"underline":[false,false,"",false,true,""],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28572 ["foo[]bar",
 28573 	[["underline",""],["insertimage","/img/lion.svg"]],
 28574 	"foo<img src=\"/img/lion.svg\">{}bar",
 28575 	[true,true],
 28576 	{"underline":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""]}],
 28577 ["foo[]bar",
 28578 	[["underline",""],["insertimage","/img/lion.svg"],["inserttext","a"]],
 28579 	"foo<img src=\"/img/lion.svg\"><u>a[]</u>bar",
 28580 	[true,true,true],
 28581 	{"underline":[false,false,"",false,true,""],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28582 ["foo[]bar",
 28583 	[["underline",""],["insertlinebreak",""]],
 28584 	"foo<br>{}bar",
 28585 	[true,true],
 28586 	{"underline":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""]}],
 28587 ["foo[]bar",
 28588 	[["underline",""],["insertlinebreak",""],["inserttext","a"]],
 28589 	"foo<br><u>a[]</u>bar",
 28590 	[true,true,true],
 28591 	{"underline":[false,false,"",false,true,""],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28592 ["foo[]bar",
 28593 	[["underline",""],["insertorderedlist",""]],
 28594 	"<ol><li>foo[]bar</li></ol>",
 28595 	[true,true],
 28596 	{"underline":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""]}],
 28597 ["foo[]bar",
 28598 	[["underline",""],["insertorderedlist",""],["inserttext","a"]],
 28599 	"<ol><li>foo<u>a[]</u>bar</li></ol>",
 28600 	[true,true,true],
 28601 	{"underline":[false,false,"",false,true,""],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 28602 ["foo[]bar",
 28603 	[["underline",""],["insertparagraph",""]],
 28604 	"<p>foo</p><p>{}bar</p>",
 28605 	[true,true],
 28606 	{"underline":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""]}],
 28607 ["foo[]bar",
 28608 	[["underline",""],["insertparagraph",""],["inserttext","a"]],
 28609 	"<p>foo</p><p><u>a[]</u>bar</p>",
 28610 	[true,true,true],
 28611 	{"underline":[false,false,"",false,true,""],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28612 ["foo[]bar",
 28613 	[["underline",""],["insertunorderedlist",""]],
 28614 	"<ul><li>foo[]bar</li></ul>",
 28615 	[true,true],
 28616 	{"underline":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 28617 ["foo[]bar",
 28618 	[["underline",""],["insertunorderedlist",""],["inserttext","a"]],
 28619 	"<ul><li>foo<u>a[]</u>bar</li></ul>",
 28620 	[true,true,true],
 28621 	{"underline":[false,false,"",false,true,""],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 28622 ["foo[]bar",
 28623 	[["underline",""],["justifycenter",""]],
 28624 	"<div style=\"text-align:center\">foo[]bar</div>",
 28625 	[true,true],
 28626 	{"underline":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 28627 ["foo[]bar",
 28628 	[["underline",""],["justifycenter",""],["inserttext","a"]],
 28629 	"<div style=\"text-align:center\">foo<u>a[]</u>bar</div>",
 28630 	[true,true,true],
 28631 	{"underline":[false,false,"",false,true,""],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 28632 ["foo[]bar",
 28633 	[["underline",""],["justifyfull",""]],
 28634 	"<div style=\"text-align:justify\">foo[]bar</div>",
 28635 	[true,true],
 28636 	{"underline":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 28637 ["foo[]bar",
 28638 	[["underline",""],["justifyfull",""],["inserttext","a"]],
 28639 	"<div style=\"text-align:justify\">foo<u>a[]</u>bar</div>",
 28640 	[true,true,true],
 28641 	{"underline":[false,false,"",false,true,""],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 28642 ["foo[]bar",
 28643 	[["underline",""],["justifyleft",""]],
 28644 	"foo[]bar",
 28645 	[true,true],
 28646 	{"underline":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 28647 ["foo[]bar",
 28648 	[["underline",""],["justifyleft",""],["inserttext","a"]],
 28649 	"foo<u>a[]</u>bar",
 28650 	[true,true,true],
 28651 	{"underline":[false,false,"",false,true,""],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 28652 ["foo[]bar",
 28653 	[["underline",""],["justifyright",""]],
 28654 	"<div style=\"text-align:right\">foo[]bar</div>",
 28655 	[true,true],
 28656 	{"underline":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"]}],
 28657 ["foo[]bar",
 28658 	[["underline",""],["justifyright",""],["inserttext","a"]],
 28659 	"<div style=\"text-align:right\">foo<u>a[]</u>bar</div>",
 28660 	[true,true,true],
 28661 	{"underline":[false,false,"",false,true,""],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 28662 ["foo[]bar",
 28663 	[["underline",""],["outdent",""]],
 28664 	"foo[]bar",
 28665 	[true,true],
 28666 	{"underline":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""]}],
 28667 ["foo[]bar",
 28668 	[["underline",""],["outdent",""],["inserttext","a"]],
 28669 	"foo<u>a[]</u>bar",
 28670 	[true,true,true],
 28671 	{"underline":[false,false,"",false,true,""],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28672 ["foo[]bar",
 28673 	[["backcolor","#00FFFF"],["inserttext","a"]],
 28674 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 28675 	[true,true],
 28676 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserttext":[false,false,"",false,false,""]}],
 28677 ["foo[]bar",
 28678 	[["backcolor","#00FFFF"],["delete",""]],
 28679 	"fo[]bar",
 28680 	[true,true],
 28681 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"delete":[false,false,"",false,false,""]}],
 28682 ["foo[]bar",
 28683 	[["backcolor","#00FFFF"],["delete",""],["inserttext","a"]],
 28684 	"fo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 28685 	[true,true,true],
 28686 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28687 ["foo[]bar",
 28688 	[["backcolor","#00FFFF"],["formatblock","<div>"]],
 28689 	"<div>foo[]bar</div>",
 28690 	[true,true],
 28691 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"formatblock":[false,false,"",false,false,"div"]}],
 28692 ["foo[]bar",
 28693 	[["backcolor","#00FFFF"],["formatblock","<div>"],["inserttext","a"]],
 28694 	"<div>foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</div>",
 28695 	[true,true,true],
 28696 	{"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,""]}],
 28697 ["foo[]bar",
 28698 	[["backcolor","#00FFFF"],["forwarddelete",""]],
 28699 	"foo[]ar",
 28700 	[true,true],
 28701 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"forwarddelete":[false,false,"",false,false,""]}],
 28702 ["foo[]bar",
 28703 	[["backcolor","#00FFFF"],["forwarddelete",""],["inserttext","a"]],
 28704 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>ar",
 28705 	[true,true,true],
 28706 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28707 ["foo[]bar",
 28708 	[["backcolor","#00FFFF"],["indent",""]],
 28709 	"<blockquote>foo[]bar</blockquote>",
 28710 	[true,true],
 28711 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"indent":[false,false,"",false,false,""]}],
 28712 ["foo[]bar",
 28713 	[["backcolor","#00FFFF"],["indent",""],["inserttext","a"]],
 28714 	"<blockquote>foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</blockquote>",
 28715 	[true,true,true],
 28716 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28717 ["foo[]bar",
 28718 	[["backcolor","#00FFFF"],["inserthorizontalrule",""]],
 28719 	"foo<hr>{}bar",
 28720 	[true,true],
 28721 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 28722 ["foo[]bar",
 28723 	[["backcolor","#00FFFF"],["inserthorizontalrule",""],["inserttext","a"]],
 28724 	"foo<hr><span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 28725 	[true,true,true],
 28726 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28727 ["foo[]bar",
 28728 	[["backcolor","#00FFFF"],["inserthtml","ab<b>c</b>d"]],
 28729 	"fooab<b>c</b>d{}bar",
 28730 	[true,true],
 28731 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserthtml":[false,false,"",false,false,""]}],
 28732 ["foo[]bar",
 28733 	[["backcolor","#00FFFF"],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 28734 	"fooab<b>c</b>d<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 28735 	[true,true,true],
 28736 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28737 ["foo[]bar",
 28738 	[["backcolor","#00FFFF"],["insertimage","/img/lion.svg"]],
 28739 	"foo<img src=\"/img/lion.svg\">{}bar",
 28740 	[true,true],
 28741 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertimage":[false,false,"",false,false,""]}],
 28742 ["foo[]bar",
 28743 	[["backcolor","#00FFFF"],["insertimage","/img/lion.svg"],["inserttext","a"]],
 28744 	"foo<img src=\"/img/lion.svg\"><span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 28745 	[true,true,true],
 28746 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28747 ["foo[]bar",
 28748 	[["backcolor","#00FFFF"],["insertlinebreak",""]],
 28749 	"foo<br>{}bar",
 28750 	[true,true],
 28751 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertlinebreak":[false,false,"",false,false,""]}],
 28752 ["foo[]bar",
 28753 	[["backcolor","#00FFFF"],["insertlinebreak",""],["inserttext","a"]],
 28754 	"foo<br><span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 28755 	[true,true,true],
 28756 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28757 ["foo[]bar",
 28758 	[["backcolor","#00FFFF"],["insertorderedlist",""]],
 28759 	"<ol><li>foo[]bar</li></ol>",
 28760 	[true,true],
 28761 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertorderedlist":[false,false,"",false,true,""]}],
 28762 ["foo[]bar",
 28763 	[["backcolor","#00FFFF"],["insertorderedlist",""],["inserttext","a"]],
 28764 	"<ol><li>foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</li></ol>",
 28765 	[true,true,true],
 28766 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 28767 ["foo[]bar",
 28768 	[["backcolor","#00FFFF"],["insertparagraph",""]],
 28769 	"<p>foo</p><p>{}bar</p>",
 28770 	[true,true],
 28771 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertparagraph":[false,false,"",false,false,""]}],
 28772 ["foo[]bar",
 28773 	[["backcolor","#00FFFF"],["insertparagraph",""],["inserttext","a"]],
 28774 	"<p>foo</p><p><span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</p>",
 28775 	[true,true,true],
 28776 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28777 ["foo[]bar",
 28778 	[["backcolor","#00FFFF"],["insertunorderedlist",""]],
 28779 	"<ul><li>foo[]bar</li></ul>",
 28780 	[true,true],
 28781 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertunorderedlist":[false,false,"",false,true,""]}],
 28782 ["foo[]bar",
 28783 	[["backcolor","#00FFFF"],["insertunorderedlist",""],["inserttext","a"]],
 28784 	"<ul><li>foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</li></ul>",
 28785 	[true,true,true],
 28786 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 28787 ["foo[]bar",
 28788 	[["backcolor","#00FFFF"],["justifycenter",""]],
 28789 	"<div style=\"text-align:center\">foo[]bar</div>",
 28790 	[true,true],
 28791 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifycenter":[false,false,"left",false,true,"center"]}],
 28792 ["foo[]bar",
 28793 	[["backcolor","#00FFFF"],["justifycenter",""],["inserttext","a"]],
 28794 	"<div style=\"text-align:center\">foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</div>",
 28795 	[true,true,true],
 28796 	{"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,""]}],
 28797 ["foo[]bar",
 28798 	[["backcolor","#00FFFF"],["justifyfull",""]],
 28799 	"<div style=\"text-align:justify\">foo[]bar</div>",
 28800 	[true,true],
 28801 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 28802 ["foo[]bar",
 28803 	[["backcolor","#00FFFF"],["justifyfull",""],["inserttext","a"]],
 28804 	"<div style=\"text-align:justify\">foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</div>",
 28805 	[true,true,true],
 28806 	{"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,""]}],
 28807 ["foo[]bar",
 28808 	[["backcolor","#00FFFF"],["justifyleft",""]],
 28809 	"foo[]bar",
 28810 	[true,true],
 28811 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyleft":[false,true,"left",false,true,"left"]}],
 28812 ["foo[]bar",
 28813 	[["backcolor","#00FFFF"],["justifyleft",""],["inserttext","a"]],
 28814 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 28815 	[true,true,true],
 28816 	{"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,""]}],
 28817 ["foo[]bar",
 28818 	[["backcolor","#00FFFF"],["justifyright",""]],
 28819 	"<div style=\"text-align:right\">foo[]bar</div>",
 28820 	[true,true],
 28821 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyright":[false,false,"left",false,true,"right"]}],
 28822 ["foo[]bar",
 28823 	[["backcolor","#00FFFF"],["justifyright",""],["inserttext","a"]],
 28824 	"<div style=\"text-align:right\">foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</div>",
 28825 	[true,true,true],
 28826 	{"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,""]}],
 28827 ["foo[]bar",
 28828 	[["backcolor","#00FFFF"],["outdent",""]],
 28829 	"foo[]bar",
 28830 	[true,true],
 28831 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"outdent":[false,false,"",false,false,""]}],
 28832 ["foo[]bar",
 28833 	[["backcolor","#00FFFF"],["outdent",""],["inserttext","a"]],
 28834 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 28835 	[true,true,true],
 28836 	{"backcolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28837 ["foo[]bar",
 28838 	[["createlink","http://www.google.com/"],["inserttext","a"]],
 28839 	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 28840 	[true,true],
 28841 	{"createlink":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28842 ["foo[]bar",
 28843 	[["createlink","http://www.google.com/"],["delete",""]],
 28844 	"fo[]bar",
 28845 	[true,true],
 28846 	{"createlink":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""]}],
 28847 ["foo[]bar",
 28848 	[["createlink","http://www.google.com/"],["delete",""],["inserttext","a"]],
 28849 	"fo<a href=\"http://www.google.com/\"><font color=\"#000000\">a[]</font></a>bar",
 28850 	[true,true,true],
 28851 	{"createlink":[false,false,"",false,false,""],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28852 ["foo[]bar",
 28853 	[["createlink","http://www.google.com/"],["formatblock","<div>"]],
 28854 	"<div>foo[]bar</div>",
 28855 	[true,true],
 28856 	{"createlink":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"]}],
 28857 ["foo[]bar",
 28858 	[["createlink","http://www.google.com/"],["formatblock","<div>"],["inserttext","a"]],
 28859 	"<div>foo<a href=\"http://www.google.com/\">a[]</a>bar</div>",
 28860 	[true,true,true],
 28861 	{"createlink":[false,false,"",false,false,""],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 28862 ["foo[]bar",
 28863 	[["createlink","http://www.google.com/"],["forwarddelete",""]],
 28864 	"foo[]ar",
 28865 	[true,true],
 28866 	{"createlink":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""]}],
 28867 ["foo[]bar",
 28868 	[["createlink","http://www.google.com/"],["forwarddelete",""],["inserttext","a"]],
 28869 	"foo<a href=\"http://www.google.com/\"><font color=\"#000000\">a[]</font></a>ar",
 28870 	[true,true,true],
 28871 	{"createlink":[false,false,"",false,false,""],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28872 ["foo[]bar",
 28873 	[["createlink","http://www.google.com/"],["indent",""]],
 28874 	"<blockquote>foo[]bar</blockquote>",
 28875 	[true,true],
 28876 	{"createlink":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""]}],
 28877 ["foo[]bar",
 28878 	[["createlink","http://www.google.com/"],["indent",""],["inserttext","a"]],
 28879 	"<blockquote>foo<a href=\"http://www.google.com/\">a[]</a>bar</blockquote>",
 28880 	[true,true,true],
 28881 	{"createlink":[false,false,"",false,false,""],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28882 ["foo[]bar",
 28883 	[["createlink","http://www.google.com/"],["inserthorizontalrule",""]],
 28884 	"foo<hr>{}bar",
 28885 	[true,true],
 28886 	{"createlink":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""]}],
 28887 ["foo[]bar",
 28888 	[["createlink","http://www.google.com/"],["inserthorizontalrule",""],["inserttext","a"]],
 28889 	"foo<hr><a href=\"http://www.google.com/\">a[]</a>bar",
 28890 	[true,true,true],
 28891 	{"createlink":[false,false,"",false,false,""],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28892 ["foo[]bar",
 28893 	[["createlink","http://www.google.com/"],["inserthtml","ab<b>c</b>d"]],
 28894 	"fooab<b>c</b>d{}bar",
 28895 	[true,true],
 28896 	{"createlink":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""]}],
 28897 ["foo[]bar",
 28898 	[["createlink","http://www.google.com/"],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 28899 	"fooab<b>c</b>d<a href=\"http://www.google.com/\">a[]</a>bar",
 28900 	[true,true,true],
 28901 	{"createlink":[false,false,"",false,false,""],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28902 ["foo[]bar",
 28903 	[["createlink","http://www.google.com/"],["insertimage","/img/lion.svg"]],
 28904 	"foo<img src=\"/img/lion.svg\">{}bar",
 28905 	[true,true],
 28906 	{"createlink":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""]}],
 28907 ["foo[]bar",
 28908 	[["createlink","http://www.google.com/"],["insertimage","/img/lion.svg"],["inserttext","a"]],
 28909 	"foo<img src=\"/img/lion.svg\"><a href=\"http://www.google.com/\">a[]</a>bar",
 28910 	[true,true,true],
 28911 	{"createlink":[false,false,"",false,false,""],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28912 ["foo[]bar",
 28913 	[["createlink","http://www.google.com/"],["insertlinebreak",""]],
 28914 	"foo<br>{}bar",
 28915 	[true,true],
 28916 	{"createlink":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""]}],
 28917 ["foo[]bar",
 28918 	[["createlink","http://www.google.com/"],["insertlinebreak",""],["inserttext","a"]],
 28919 	"foo<br><a href=\"http://www.google.com/\">a[]</a>bar",
 28920 	[true,true,true],
 28921 	{"createlink":[false,false,"",false,false,""],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28922 ["foo[]bar",
 28923 	[["createlink","http://www.google.com/"],["insertorderedlist",""]],
 28924 	"<ol><li>foo[]bar</li></ol>",
 28925 	[true,true],
 28926 	{"createlink":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""]}],
 28927 ["foo[]bar",
 28928 	[["createlink","http://www.google.com/"],["insertorderedlist",""],["inserttext","a"]],
 28929 	"<ol><li>foo<a href=\"http://www.google.com/\">a[]</a>bar</li></ol>",
 28930 	[true,true,true],
 28931 	{"createlink":[false,false,"",false,false,""],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 28932 ["foo[]bar",
 28933 	[["createlink","http://www.google.com/"],["insertparagraph",""]],
 28934 	"<p>foo</p><p>{}bar</p>",
 28935 	[true,true],
 28936 	{"createlink":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""]}],
 28937 ["foo[]bar",
 28938 	[["createlink","http://www.google.com/"],["insertparagraph",""],["inserttext","a"]],
 28939 	"<p>foo</p><p><a href=\"http://www.google.com/\">a[]</a>bar</p>",
 28940 	[true,true,true],
 28941 	{"createlink":[false,false,"",false,false,""],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 28942 ["foo[]bar",
 28943 	[["createlink","http://www.google.com/"],["insertunorderedlist",""]],
 28944 	"<ul><li>foo[]bar</li></ul>",
 28945 	[true,true],
 28946 	{"createlink":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""]}],
 28947 ["foo[]bar",
 28948 	[["createlink","http://www.google.com/"],["insertunorderedlist",""],["inserttext","a"]],
 28949 	"<ul><li>foo<a href=\"http://www.google.com/\">a[]</a>bar</li></ul>",
 28950 	[true,true,true],
 28951 	{"createlink":[false,false,"",false,false,""],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 28952 ["foo[]bar",
 28953 	[["createlink","http://www.google.com/"],["justifycenter",""]],
 28954 	"<div style=\"text-align:center\">foo[]bar</div>",
 28955 	[true,true],
 28956 	{"createlink":[false,false,"",false,false,""],"justifycenter":[false,false,"left",false,true,"center"]}],
 28957 ["foo[]bar",
 28958 	[["createlink","http://www.google.com/"],["justifycenter",""],["inserttext","a"]],
 28959 	"<div style=\"text-align:center\">foo<a href=\"http://www.google.com/\">a[]</a>bar</div>",
 28960 	[true,true,true],
 28961 	{"createlink":[false,false,"",false,false,""],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 28962 ["foo[]bar",
 28963 	[["createlink","http://www.google.com/"],["justifyfull",""]],
 28964 	"<div style=\"text-align:justify\">foo[]bar</div>",
 28965 	[true,true],
 28966 	{"createlink":[false,false,"",false,false,""],"justifyfull":[false,false,"left",false,true,"justify"]}],
 28967 ["foo[]bar",
 28968 	[["createlink","http://www.google.com/"],["justifyfull",""],["inserttext","a"]],
 28969 	"<div style=\"text-align:justify\">foo<a href=\"http://www.google.com/\">a[]</a>bar</div>",
 28970 	[true,true,true],
 28971 	{"createlink":[false,false,"",false,false,""],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 28972 ["foo[]bar",
 28973 	[["createlink","http://www.google.com/"],["justifyleft",""]],
 28974 	"foo[]bar",
 28975 	[true,true],
 28976 	{"createlink":[false,false,"",false,false,""],"justifyleft":[false,true,"left",false,true,"left"]}],
 28977 ["foo[]bar",
 28978 	[["createlink","http://www.google.com/"],["justifyleft",""],["inserttext","a"]],
 28979 	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 28980 	[true,true,true],
 28981 	{"createlink":[false,false,"",false,false,""],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 28982 ["foo[]bar",
 28983 	[["createlink","http://www.google.com/"],["justifyright",""]],
 28984 	"<div style=\"text-align:right\">foo[]bar</div>",
 28985 	[true,true],
 28986 	{"createlink":[false,false,"",false,false,""],"justifyright":[false,false,"left",false,true,"right"]}],
 28987 ["foo[]bar",
 28988 	[["createlink","http://www.google.com/"],["justifyright",""],["inserttext","a"]],
 28989 	"<div style=\"text-align:right\">foo<a href=\"http://www.google.com/\">a[]</a>bar</div>",
 28990 	[true,true,true],
 28991 	{"createlink":[false,false,"",false,false,""],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 28992 ["foo[]bar",
 28993 	[["createlink","http://www.google.com/"],["outdent",""]],
 28994 	"foo[]bar",
 28995 	[true,true],
 28996 	{"createlink":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""]}],
 28997 ["foo[]bar",
 28998 	[["createlink","http://www.google.com/"],["outdent",""],["inserttext","a"]],
 28999 	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 29000 	[true,true,true],
 29001 	{"createlink":[false,false,"",false,false,""],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29002 ["foo[]bar",
 29003 	[["fontname","sans-serif"],["inserttext","a"]],
 29004 	"foo<font face=\"sans-serif\">a[]</font>bar",
 29005 	[true,true],
 29006 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"inserttext":[false,false,"",false,false,""]}],
 29007 ["foo[]bar",
 29008 	[["fontname","sans-serif"],["delete",""]],
 29009 	"fo[]bar",
 29010 	[true,true],
 29011 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"delete":[false,false,"",false,false,""]}],
 29012 ["foo[]bar",
 29013 	[["fontname","sans-serif"],["delete",""],["inserttext","a"]],
 29014 	"fo<font face=\"sans-serif\">a[]</font>bar",
 29015 	[true,true,true],
 29016 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29017 ["foo[]bar",
 29018 	[["fontname","sans-serif"],["formatblock","<div>"]],
 29019 	"<div>foo[]bar</div>",
 29020 	[true,true],
 29021 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"formatblock":[false,false,"",false,false,"div"]}],
 29022 ["foo[]bar",
 29023 	[["fontname","sans-serif"],["formatblock","<div>"],["inserttext","a"]],
 29024 	"<div>foo<font face=\"sans-serif\">a[]</font>bar</div>",
 29025 	[true,true,true],
 29026 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 29027 ["foo[]bar",
 29028 	[["fontname","sans-serif"],["forwarddelete",""]],
 29029 	"foo[]ar",
 29030 	[true,true],
 29031 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"forwarddelete":[false,false,"",false,false,""]}],
 29032 ["foo[]bar",
 29033 	[["fontname","sans-serif"],["forwarddelete",""],["inserttext","a"]],
 29034 	"foo<font face=\"sans-serif\">a[]</font>ar",
 29035 	[true,true,true],
 29036 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29037 ["foo[]bar",
 29038 	[["fontname","sans-serif"],["indent",""]],
 29039 	"<blockquote>foo[]bar</blockquote>",
 29040 	[true,true],
 29041 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"indent":[false,false,"",false,false,""]}],
 29042 ["foo[]bar",
 29043 	[["fontname","sans-serif"],["indent",""],["inserttext","a"]],
 29044 	"<blockquote>foo<font face=\"sans-serif\">a[]</font>bar</blockquote>",
 29045 	[true,true,true],
 29046 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29047 ["foo[]bar",
 29048 	[["fontname","sans-serif"],["inserthorizontalrule",""]],
 29049 	"foo<hr>{}bar",
 29050 	[true,true],
 29051 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 29052 ["foo[]bar",
 29053 	[["fontname","sans-serif"],["inserthorizontalrule",""],["inserttext","a"]],
 29054 	"foo<hr><font face=\"sans-serif\">a[]</font>bar",
 29055 	[true,true,true],
 29056 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29057 ["foo[]bar",
 29058 	[["fontname","sans-serif"],["inserthtml","ab<b>c</b>d"]],
 29059 	"fooab<b>c</b>d{}bar",
 29060 	[true,true],
 29061 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"inserthtml":[false,false,"",false,false,""]}],
 29062 ["foo[]bar",
 29063 	[["fontname","sans-serif"],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 29064 	"fooab<b>c</b>d<font face=\"sans-serif\">a[]</font>bar",
 29065 	[true,true,true],
 29066 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29067 ["foo[]bar",
 29068 	[["fontname","sans-serif"],["insertimage","/img/lion.svg"]],
 29069 	"foo<img src=\"/img/lion.svg\">{}bar",
 29070 	[true,true],
 29071 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertimage":[false,false,"",false,false,""]}],
 29072 ["foo[]bar",
 29073 	[["fontname","sans-serif"],["insertimage","/img/lion.svg"],["inserttext","a"]],
 29074 	"foo<img src=\"/img/lion.svg\"><font face=\"sans-serif\">a[]</font>bar",
 29075 	[true,true,true],
 29076 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29077 ["foo[]bar",
 29078 	[["fontname","sans-serif"],["insertlinebreak",""]],
 29079 	"foo<br>{}bar",
 29080 	[true,true],
 29081 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertlinebreak":[false,false,"",false,false,""]}],
 29082 ["foo[]bar",
 29083 	[["fontname","sans-serif"],["insertlinebreak",""],["inserttext","a"]],
 29084 	"foo<br><font face=\"sans-serif\">a[]</font>bar",
 29085 	[true,true,true],
 29086 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29087 ["foo[]bar",
 29088 	[["fontname","sans-serif"],["insertorderedlist",""]],
 29089 	"<ol><li>foo[]bar</li></ol>",
 29090 	[true,true],
 29091 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertorderedlist":[false,false,"",false,true,""]}],
 29092 ["foo[]bar",
 29093 	[["fontname","sans-serif"],["insertorderedlist",""],["inserttext","a"]],
 29094 	"<ol><li>foo<font face=\"sans-serif\">a[]</font>bar</li></ol>",
 29095 	[true,true,true],
 29096 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 29097 ["foo[]bar",
 29098 	[["fontname","sans-serif"],["insertparagraph",""]],
 29099 	"<p>foo</p><p>{}bar</p>",
 29100 	[true,true],
 29101 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertparagraph":[false,false,"",false,false,""]}],
 29102 ["foo[]bar",
 29103 	[["fontname","sans-serif"],["insertparagraph",""],["inserttext","a"]],
 29104 	"<p>foo</p><p><font face=\"sans-serif\">a[]</font>bar</p>",
 29105 	[true,true,true],
 29106 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29107 ["foo[]bar",
 29108 	[["fontname","sans-serif"],["insertunorderedlist",""]],
 29109 	"<ul><li>foo[]bar</li></ul>",
 29110 	[true,true],
 29111 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertunorderedlist":[false,false,"",false,true,""]}],
 29112 ["foo[]bar",
 29113 	[["fontname","sans-serif"],["insertunorderedlist",""],["inserttext","a"]],
 29114 	"<ul><li>foo<font face=\"sans-serif\">a[]</font>bar</li></ul>",
 29115 	[true,true,true],
 29116 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 29117 ["foo[]bar",
 29118 	[["fontname","sans-serif"],["justifycenter",""]],
 29119 	"<div style=\"text-align:center\">foo[]bar</div>",
 29120 	[true,true],
 29121 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"justifycenter":[false,false,"left",false,true,"center"]}],
 29122 ["foo[]bar",
 29123 	[["fontname","sans-serif"],["justifycenter",""],["inserttext","a"]],
 29124 	"<div style=\"text-align:center\">foo<font face=\"sans-serif\">a[]</font>bar</div>",
 29125 	[true,true,true],
 29126 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 29127 ["foo[]bar",
 29128 	[["fontname","sans-serif"],["justifyfull",""]],
 29129 	"<div style=\"text-align:justify\">foo[]bar</div>",
 29130 	[true,true],
 29131 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 29132 ["foo[]bar",
 29133 	[["fontname","sans-serif"],["justifyfull",""],["inserttext","a"]],
 29134 	"<div style=\"text-align:justify\">foo<font face=\"sans-serif\">a[]</font>bar</div>",
 29135 	[true,true,true],
 29136 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 29137 ["foo[]bar",
 29138 	[["fontname","sans-serif"],["justifyleft",""]],
 29139 	"foo[]bar",
 29140 	[true,true],
 29141 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"justifyleft":[false,true,"left",false,true,"left"]}],
 29142 ["foo[]bar",
 29143 	[["fontname","sans-serif"],["justifyleft",""],["inserttext","a"]],
 29144 	"foo<font face=\"sans-serif\">a[]</font>bar",
 29145 	[true,true,true],
 29146 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 29147 ["foo[]bar",
 29148 	[["fontname","sans-serif"],["justifyright",""]],
 29149 	"<div style=\"text-align:right\">foo[]bar</div>",
 29150 	[true,true],
 29151 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"justifyright":[false,false,"left",false,true,"right"]}],
 29152 ["foo[]bar",
 29153 	[["fontname","sans-serif"],["justifyright",""],["inserttext","a"]],
 29154 	"<div style=\"text-align:right\">foo<font face=\"sans-serif\">a[]</font>bar</div>",
 29155 	[true,true,true],
 29156 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 29157 ["foo[]bar",
 29158 	[["fontname","sans-serif"],["outdent",""]],
 29159 	"foo[]bar",
 29160 	[true,true],
 29161 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"outdent":[false,false,"",false,false,""]}],
 29162 ["foo[]bar",
 29163 	[["fontname","sans-serif"],["outdent",""],["inserttext","a"]],
 29164 	"foo<font face=\"sans-serif\">a[]</font>bar",
 29165 	[true,true,true],
 29166 	{"fontname":[false,false,"serif",false,false,"sans-serif"],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29167 ["foo[]bar",
 29168 	[["fontsize","4"],["inserttext","a"]],
 29169 	"foo<font size=\"4\">a[]</font>bar",
 29170 	[true,true],
 29171 	{"fontsize":[false,false,"3",false,false,"4"],"inserttext":[false,false,"",false,false,""]}],
 29172 ["foo[]bar",
 29173 	[["fontsize","4"],["delete",""]],
 29174 	"fo[]bar",
 29175 	[true,true],
 29176 	{"fontsize":[false,false,"3",false,false,"4"],"delete":[false,false,"",false,false,""]}],
 29177 ["foo[]bar",
 29178 	[["fontsize","4"],["delete",""],["inserttext","a"]],
 29179 	"fo<font size=\"4\">a[]</font>bar",
 29180 	[true,true,true],
 29181 	{"fontsize":[false,false,"3",false,false,"4"],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29182 ["foo[]bar",
 29183 	[["fontsize","4"],["formatblock","<div>"]],
 29184 	"<div>foo[]bar</div>",
 29185 	[true,true],
 29186 	{"fontsize":[false,false,"3",false,false,"4"],"formatblock":[false,false,"",false,false,"div"]}],
 29187 ["foo[]bar",
 29188 	[["fontsize","4"],["formatblock","<div>"],["inserttext","a"]],
 29189 	"<div>foo<font size=\"4\">a[]</font>bar</div>",
 29190 	[true,true,true],
 29191 	{"fontsize":[false,false,"3",false,false,"4"],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 29192 ["foo[]bar",
 29193 	[["fontsize","4"],["forwarddelete",""]],
 29194 	"foo[]ar",
 29195 	[true,true],
 29196 	{"fontsize":[false,false,"3",false,false,"4"],"forwarddelete":[false,false,"",false,false,""]}],
 29197 ["foo[]bar",
 29198 	[["fontsize","4"],["forwarddelete",""],["inserttext","a"]],
 29199 	"foo<font size=\"4\">a[]</font>ar",
 29200 	[true,true,true],
 29201 	{"fontsize":[false,false,"3",false,false,"4"],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29202 ["foo[]bar",
 29203 	[["fontsize","4"],["indent",""]],
 29204 	"<blockquote>foo[]bar</blockquote>",
 29205 	[true,true],
 29206 	{"fontsize":[false,false,"3",false,false,"4"],"indent":[false,false,"",false,false,""]}],
 29207 ["foo[]bar",
 29208 	[["fontsize","4"],["indent",""],["inserttext","a"]],
 29209 	"<blockquote>foo<font size=\"4\">a[]</font>bar</blockquote>",
 29210 	[true,true,true],
 29211 	{"fontsize":[false,false,"3",false,false,"4"],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29212 ["foo[]bar",
 29213 	[["fontsize","4"],["inserthorizontalrule",""]],
 29214 	"foo<hr>{}bar",
 29215 	[true,true],
 29216 	{"fontsize":[false,false,"3",false,false,"4"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 29217 ["foo[]bar",
 29218 	[["fontsize","4"],["inserthorizontalrule",""],["inserttext","a"]],
 29219 	"foo<hr><font size=\"4\">a[]</font>bar",
 29220 	[true,true,true],
 29221 	{"fontsize":[false,false,"3",false,false,"4"],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29222 ["foo[]bar",
 29223 	[["fontsize","4"],["inserthtml","ab<b>c</b>d"]],
 29224 	"fooab<b>c</b>d{}bar",
 29225 	[true,true],
 29226 	{"fontsize":[false,false,"3",false,false,"4"],"inserthtml":[false,false,"",false,false,""]}],
 29227 ["foo[]bar",
 29228 	[["fontsize","4"],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 29229 	"fooab<b>c</b>d<font size=\"4\">a[]</font>bar",
 29230 	[true,true,true],
 29231 	{"fontsize":[false,false,"3",false,false,"4"],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29232 ["foo[]bar",
 29233 	[["fontsize","4"],["insertimage","/img/lion.svg"]],
 29234 	"foo<img src=\"/img/lion.svg\">{}bar",
 29235 	[true,true],
 29236 	{"fontsize":[false,false,"3",false,false,"4"],"insertimage":[false,false,"",false,false,""]}],
 29237 ["foo[]bar",
 29238 	[["fontsize","4"],["insertimage","/img/lion.svg"],["inserttext","a"]],
 29239 	"foo<img src=\"/img/lion.svg\"><font size=\"4\">a[]</font>bar",
 29240 	[true,true,true],
 29241 	{"fontsize":[false,false,"3",false,false,"4"],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29242 ["foo[]bar",
 29243 	[["fontsize","4"],["insertlinebreak",""]],
 29244 	"foo<br>{}bar",
 29245 	[true,true],
 29246 	{"fontsize":[false,false,"3",false,false,"4"],"insertlinebreak":[false,false,"",false,false,""]}],
 29247 ["foo[]bar",
 29248 	[["fontsize","4"],["insertlinebreak",""],["inserttext","a"]],
 29249 	"foo<br><font size=\"4\">a[]</font>bar",
 29250 	[true,true,true],
 29251 	{"fontsize":[false,false,"3",false,false,"4"],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29252 ["foo[]bar",
 29253 	[["fontsize","4"],["insertorderedlist",""]],
 29254 	"<ol><li>foo[]bar</li></ol>",
 29255 	[true,true],
 29256 	{"fontsize":[false,false,"3",false,false,"4"],"insertorderedlist":[false,false,"",false,true,""]}],
 29257 ["foo[]bar",
 29258 	[["fontsize","4"],["insertorderedlist",""],["inserttext","a"]],
 29259 	"<ol><li>foo<font size=\"4\">a[]</font>bar</li></ol>",
 29260 	[true,true,true],
 29261 	{"fontsize":[false,false,"3",false,false,"4"],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 29262 ["foo[]bar",
 29263 	[["fontsize","4"],["insertparagraph",""]],
 29264 	"<p>foo</p><p>{}bar</p>",
 29265 	[true,true],
 29266 	{"fontsize":[false,false,"3",false,false,"4"],"insertparagraph":[false,false,"",false,false,""]}],
 29267 ["foo[]bar",
 29268 	[["fontsize","4"],["insertparagraph",""],["inserttext","a"]],
 29269 	"<p>foo</p><p><font size=\"4\">a[]</font>bar</p>",
 29270 	[true,true,true],
 29271 	{"fontsize":[false,false,"3",false,false,"4"],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29272 ["foo[]bar",
 29273 	[["fontsize","4"],["insertunorderedlist",""]],
 29274 	"<ul><li>foo[]bar</li></ul>",
 29275 	[true,true],
 29276 	{"fontsize":[false,false,"3",false,false,"4"],"insertunorderedlist":[false,false,"",false,true,""]}],
 29277 ["foo[]bar",
 29278 	[["fontsize","4"],["insertunorderedlist",""],["inserttext","a"]],
 29279 	"<ul><li>foo<font size=\"4\">a[]</font>bar</li></ul>",
 29280 	[true,true,true],
 29281 	{"fontsize":[false,false,"3",false,false,"4"],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 29282 ["foo[]bar",
 29283 	[["fontsize","4"],["justifycenter",""]],
 29284 	"<div style=\"text-align:center\">foo[]bar</div>",
 29285 	[true,true],
 29286 	{"fontsize":[false,false,"3",false,false,"4"],"justifycenter":[false,false,"left",false,true,"center"]}],
 29287 ["foo[]bar",
 29288 	[["fontsize","4"],["justifycenter",""],["inserttext","a"]],
 29289 	"<div style=\"text-align:center\">foo<font size=\"4\">a[]</font>bar</div>",
 29290 	[true,true,true],
 29291 	{"fontsize":[false,false,"3",false,false,"4"],"justifycenter":[false,false,"left",false,true,"center"],"inserttext":[false,false,"",false,false,""]}],
 29292 ["foo[]bar",
 29293 	[["fontsize","4"],["justifyfull",""]],
 29294 	"<div style=\"text-align:justify\">foo[]bar</div>",
 29295 	[true,true],
 29296 	{"fontsize":[false,false,"3",false,false,"4"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 29297 ["foo[]bar",
 29298 	[["fontsize","4"],["justifyfull",""],["inserttext","a"]],
 29299 	"<div style=\"text-align:justify\">foo<font size=\"4\">a[]</font>bar</div>",
 29300 	[true,true,true],
 29301 	{"fontsize":[false,false,"3",false,false,"4"],"justifyfull":[false,false,"left",false,true,"justify"],"inserttext":[false,false,"",false,false,""]}],
 29302 ["foo[]bar",
 29303 	[["fontsize","4"],["justifyleft",""]],
 29304 	"foo[]bar",
 29305 	[true,true],
 29306 	{"fontsize":[false,false,"3",false,false,"4"],"justifyleft":[false,true,"left",false,true,"left"]}],
 29307 ["foo[]bar",
 29308 	[["fontsize","4"],["justifyleft",""],["inserttext","a"]],
 29309 	"foo<font size=\"4\">a[]</font>bar",
 29310 	[true,true,true],
 29311 	{"fontsize":[false,false,"3",false,false,"4"],"justifyleft":[false,true,"left",false,true,"left"],"inserttext":[false,false,"",false,false,""]}],
 29312 ["foo[]bar",
 29313 	[["fontsize","4"],["justifyright",""]],
 29314 	"<div style=\"text-align:right\">foo[]bar</div>",
 29315 	[true,true],
 29316 	{"fontsize":[false,false,"3",false,false,"4"],"justifyright":[false,false,"left",false,true,"right"]}],
 29317 ["foo[]bar",
 29318 	[["fontsize","4"],["justifyright",""],["inserttext","a"]],
 29319 	"<div style=\"text-align:right\">foo<font size=\"4\">a[]</font>bar</div>",
 29320 	[true,true,true],
 29321 	{"fontsize":[false,false,"3",false,false,"4"],"justifyright":[false,false,"left",false,true,"right"],"inserttext":[false,false,"",false,false,""]}],
 29322 ["foo[]bar",
 29323 	[["fontsize","4"],["outdent",""]],
 29324 	"foo[]bar",
 29325 	[true,true],
 29326 	{"fontsize":[false,false,"3",false,false,"4"],"outdent":[false,false,"",false,false,""]}],
 29327 ["foo[]bar",
 29328 	[["fontsize","4"],["outdent",""],["inserttext","a"]],
 29329 	"foo<font size=\"4\">a[]</font>bar",
 29330 	[true,true,true],
 29331 	{"fontsize":[false,false,"3",false,false,"4"],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29332 ["foo[]bar",
 29333 	[["forecolor","#0000FF"],["inserttext","a"]],
 29334 	"foo<font color=\"#0000ff\">a[]</font>bar",
 29335 	[true,true],
 29336 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"inserttext":[false,false,"",false,false,""]}],
 29337 ["foo[]bar",
 29338 	[["forecolor","#0000FF"],["delete",""]],
 29339 	"fo[]bar",
 29340 	[true,true],
 29341 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"delete":[false,false,"",false,false,""]}],
 29342 ["foo[]bar",
 29343 	[["forecolor","#0000FF"],["delete",""],["inserttext","a"]],
 29344 	"fo<font color=\"#0000ff\">a[]</font>bar",
 29345 	[true,true,true],
 29346 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29347 ["foo[]bar",
 29348 	[["forecolor","#0000FF"],["formatblock","<div>"]],
 29349 	"<div>foo[]bar</div>",
 29350 	[true,true],
 29351 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"formatblock":[false,false,"",false,false,"div"]}],
 29352 ["foo[]bar",
 29353 	[["forecolor","#0000FF"],["formatblock","<div>"],["inserttext","a"]],
 29354 	"<div>foo<font color=\"#0000ff\">a[]</font>bar</div>",
 29355 	[true,true,true],
 29356 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"formatblock":[false,false,"",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
 29357 ["foo[]bar",
 29358 	[["forecolor","#0000FF"],["forwarddelete",""]],
 29359 	"foo[]ar",
 29360 	[true,true],
 29361 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"forwarddelete":[false,false,"",false,false,""]}],
 29362 ["foo[]bar",
 29363 	[["forecolor","#0000FF"],["forwarddelete",""],["inserttext","a"]],
 29364 	"foo<font color=\"#0000ff\">a[]</font>ar",
 29365 	[true,true,true],
 29366 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29367 ["foo[]bar",
 29368 	[["forecolor","#0000FF"],["indent",""]],
 29369 	"<blockquote>foo[]bar</blockquote>",
 29370 	[true,true],
 29371 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"indent":[false,false,"",false,false,""]}],
 29372 ["foo[]bar",
 29373 	[["forecolor","#0000FF"],["indent",""],["inserttext","a"]],
 29374 	"<blockquote>foo<font color=\"#0000ff\">a[]</font>bar</blockquote>",
 29375 	[true,true,true],
 29376 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29377 ["foo[]bar",
 29378 	[["forecolor","#0000FF"],["inserthorizontalrule",""]],
 29379 	"foo<hr>{}bar",
 29380 	[true,true],
 29381 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 29382 ["foo[]bar",
 29383 	[["forecolor","#0000FF"],["inserthorizontalrule",""],["inserttext","a"]],
 29384 	"foo<hr><font color=\"#0000ff\">a[]</font>bar",
 29385 	[true,true,true],
 29386 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29387 ["foo[]bar",
 29388 	[["forecolor","#0000FF"],["inserthtml","ab<b>c</b>d"]],
 29389 	"fooab<b>c</b>d{}bar",
 29390 	[true,true],
 29391 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"inserthtml":[false,false,"",false,false,""]}],
 29392 ["foo[]bar",
 29393 	[["forecolor","#0000FF"],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 29394 	"fooab<b>c</b>d<font color=\"#0000ff\">a[]</font>bar",
 29395 	[true,true,true],
 29396 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29397 ["foo[]bar",
 29398 	[["forecolor","#0000FF"],["insertimage","/img/lion.svg"]],
 29399 	"foo<img src=\"/img/lion.svg\">{}bar",
 29400 	[true,true],
 29401 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertimage":[false,false,"",false,false,""]}],
 29402 ["foo[]bar",
 29403 	[["forecolor","#0000FF"],["insertimage","/img/lion.svg"],["inserttext","a"]],
 29404 	"foo<img src=\"/img/lion.svg\"><font color=\"#0000ff\">a[]</font>bar",
 29405 	[true,true,true],
 29406 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29407 ["foo[]bar",
 29408 	[["forecolor","#0000FF"],["insertlinebreak",""]],
 29409 	"foo<br>{}bar",
 29410 	[true,true],
 29411 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertlinebreak":[false,false,"",false,false,""]}],
 29412 ["foo[]bar",
 29413 	[["forecolor","#0000FF"],["insertlinebreak",""],["inserttext","a"]],
 29414 	"foo<br><font color=\"#0000ff\">a[]</font>bar",
 29415 	[true,true,true],
 29416 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29417 ["foo[]bar",
 29418 	[["forecolor","#0000FF"],["insertorderedlist",""]],
 29419 	"<ol><li>foo[]bar</li></ol>",
 29420 	[true,true],
 29421 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertorderedlist":[false,false,"",false,true,""]}],
 29422 ["foo[]bar",
 29423 	[["forecolor","#0000FF"],["insertorderedlist",""],["inserttext","a"]],
 29424 	"<ol><li>foo<font color=\"#0000ff\">a[]</font>bar</li></ol>",
 29425 	[true,true,true],
 29426 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 29427 ["foo[]bar",
 29428 	[["forecolor","#0000FF"],["insertparagraph",""]],
 29429 	"<p>foo</p><p>{}bar</p>",
 29430 	[true,true],
 29431 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertparagraph":[false,false,"",false,false,""]}],
 29432 ["foo[]bar",
 29433 	[["forecolor","#0000FF"],["insertparagraph",""],["inserttext","a"]],
 29434 	"<p>foo</p><p><font color=\"#0000ff\">a[]</font>bar</p>",
 29435 	[true,true,true],
 29436 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29437 ["foo[]bar",
 29438 	[["forecolor","#0000FF"],["insertunorderedlist",""]],
 29439 	"<ul><li>foo[]bar</li></ul>",
 29440 	[true,true],
 29441 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertunorderedlist":[false,false,"",false,true,""]}],
 29442 ["foo[]bar",
 29443 	[["forecolor","#0000FF"],["insertunorderedlist",""],["inserttext","a"]],
 29444 	"<ul><li>foo<font color=\"#0000ff\">a[]</font>bar</li></ul>",
 29445 	[true,true,true],
 29446 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 29447 ["foo[]bar",
 29448 	[["forecolor","#0000FF"],["justifycenter",""]],
 29449 	"<div style=\"text-align:center\">foo[]bar</div>",
 29450 	[true,true],
 29451 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"justifycenter":[false,false,"left",false,true,"center"]}],
 29452 ["foo[]bar",
 29453 	[["forecolor","#0000FF"],["justifycenter",""],["inserttext","a"]],
 29454 	"<div style=\"text-align:center\">foo<font color=\"#0000ff\">a[]</font>bar</div>",
 29455 	[true,true,true],
 29456 	{"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,""]}],
 29457 ["foo[]bar",
 29458 	[["forecolor","#0000FF"],["justifyfull",""]],
 29459 	"<div style=\"text-align:justify\">foo[]bar</div>",
 29460 	[true,true],
 29461 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 29462 ["foo[]bar",
 29463 	[["forecolor","#0000FF"],["justifyfull",""],["inserttext","a"]],
 29464 	"<div style=\"text-align:justify\">foo<font color=\"#0000ff\">a[]</font>bar</div>",
 29465 	[true,true,true],
 29466 	{"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,""]}],
 29467 ["foo[]bar",
 29468 	[["forecolor","#0000FF"],["justifyleft",""]],
 29469 	"foo[]bar",
 29470 	[true,true],
 29471 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"justifyleft":[false,true,"left",false,true,"left"]}],
 29472 ["foo[]bar",
 29473 	[["forecolor","#0000FF"],["justifyleft",""],["inserttext","a"]],
 29474 	"foo<font color=\"#0000ff\">a[]</font>bar",
 29475 	[true,true,true],
 29476 	{"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,""]}],
 29477 ["foo[]bar",
 29478 	[["forecolor","#0000FF"],["justifyright",""]],
 29479 	"<div style=\"text-align:right\">foo[]bar</div>",
 29480 	[true,true],
 29481 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"justifyright":[false,false,"left",false,true,"right"]}],
 29482 ["foo[]bar",
 29483 	[["forecolor","#0000FF"],["justifyright",""],["inserttext","a"]],
 29484 	"<div style=\"text-align:right\">foo<font color=\"#0000ff\">a[]</font>bar</div>",
 29485 	[true,true,true],
 29486 	{"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,""]}],
 29487 ["foo[]bar",
 29488 	[["forecolor","#0000FF"],["outdent",""]],
 29489 	"foo[]bar",
 29490 	[true,true],
 29491 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"outdent":[false,false,"",false,false,""]}],
 29492 ["foo[]bar",
 29493 	[["forecolor","#0000FF"],["outdent",""],["inserttext","a"]],
 29494 	"foo<font color=\"#0000ff\">a[]</font>bar",
 29495 	[true,true,true],
 29496 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29497 ["foo[]bar",
 29498 	[["hilitecolor","#00FFFF"],["inserttext","a"]],
 29499 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 29500 	[true,true],
 29501 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserttext":[false,false,"",false,false,""]}],
 29502 ["foo[]bar",
 29503 	[["hilitecolor","#00FFFF"],["delete",""]],
 29504 	"fo[]bar",
 29505 	[true,true],
 29506 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"delete":[false,false,"",false,false,""]}],
 29507 ["foo[]bar",
 29508 	[["hilitecolor","#00FFFF"],["delete",""],["inserttext","a"]],
 29509 	"fo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 29510 	[true,true,true],
 29511 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29512 ["foo[]bar",
 29513 	[["hilitecolor","#00FFFF"],["formatblock","<div>"]],
 29514 	"<div>foo[]bar</div>",
 29515 	[true,true],
 29516 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"formatblock":[false,false,"",false,false,"div"]}],
 29517 ["foo[]bar",
 29518 	[["hilitecolor","#00FFFF"],["formatblock","<div>"],["inserttext","a"]],
 29519 	"<div>foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</div>",
 29520 	[true,true,true],
 29521 	{"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,""]}],
 29522 ["foo[]bar",
 29523 	[["hilitecolor","#00FFFF"],["forwarddelete",""]],
 29524 	"foo[]ar",
 29525 	[true,true],
 29526 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"forwarddelete":[false,false,"",false,false,""]}],
 29527 ["foo[]bar",
 29528 	[["hilitecolor","#00FFFF"],["forwarddelete",""],["inserttext","a"]],
 29529 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>ar",
 29530 	[true,true,true],
 29531 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"forwarddelete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29532 ["foo[]bar",
 29533 	[["hilitecolor","#00FFFF"],["indent",""]],
 29534 	"<blockquote>foo[]bar</blockquote>",
 29535 	[true,true],
 29536 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"indent":[false,false,"",false,false,""]}],
 29537 ["foo[]bar",
 29538 	[["hilitecolor","#00FFFF"],["indent",""],["inserttext","a"]],
 29539 	"<blockquote>foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</blockquote>",
 29540 	[true,true,true],
 29541 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"indent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29542 ["foo[]bar",
 29543 	[["hilitecolor","#00FFFF"],["inserthorizontalrule",""]],
 29544 	"foo<hr>{}bar",
 29545 	[true,true],
 29546 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserthorizontalrule":[false,false,"",false,false,""]}],
 29547 ["foo[]bar",
 29548 	[["hilitecolor","#00FFFF"],["inserthorizontalrule",""],["inserttext","a"]],
 29549 	"foo<hr><span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 29550 	[true,true,true],
 29551 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserthorizontalrule":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29552 ["foo[]bar",
 29553 	[["hilitecolor","#00FFFF"],["inserthtml","ab<b>c</b>d"]],
 29554 	"fooab<b>c</b>d{}bar",
 29555 	[true,true],
 29556 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserthtml":[false,false,"",false,false,""]}],
 29557 ["foo[]bar",
 29558 	[["hilitecolor","#00FFFF"],["inserthtml","ab<b>c</b>d"],["inserttext","a"]],
 29559 	"fooab<b>c</b>d<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 29560 	[true,true,true],
 29561 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"inserthtml":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29562 ["foo[]bar",
 29563 	[["hilitecolor","#00FFFF"],["insertimage","/img/lion.svg"]],
 29564 	"foo<img src=\"/img/lion.svg\">{}bar",
 29565 	[true,true],
 29566 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertimage":[false,false,"",false,false,""]}],
 29567 ["foo[]bar",
 29568 	[["hilitecolor","#00FFFF"],["insertimage","/img/lion.svg"],["inserttext","a"]],
 29569 	"foo<img src=\"/img/lion.svg\"><span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 29570 	[true,true,true],
 29571 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertimage":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29572 ["foo[]bar",
 29573 	[["hilitecolor","#00FFFF"],["insertlinebreak",""]],
 29574 	"foo<br>{}bar",
 29575 	[true,true],
 29576 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertlinebreak":[false,false,"",false,false,""]}],
 29577 ["foo[]bar",
 29578 	[["hilitecolor","#00FFFF"],["insertlinebreak",""],["inserttext","a"]],
 29579 	"foo<br><span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 29580 	[true,true,true],
 29581 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertlinebreak":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29582 ["foo[]bar",
 29583 	[["hilitecolor","#00FFFF"],["insertorderedlist",""]],
 29584 	"<ol><li>foo[]bar</li></ol>",
 29585 	[true,true],
 29586 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertorderedlist":[false,false,"",false,true,""]}],
 29587 ["foo[]bar",
 29588 	[["hilitecolor","#00FFFF"],["insertorderedlist",""],["inserttext","a"]],
 29589 	"<ol><li>foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</li></ol>",
 29590 	[true,true,true],
 29591 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 29592 ["foo[]bar",
 29593 	[["hilitecolor","#00FFFF"],["insertparagraph",""]],
 29594 	"<p>foo</p><p>{}bar</p>",
 29595 	[true,true],
 29596 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertparagraph":[false,false,"",false,false,""]}],
 29597 ["foo[]bar",
 29598 	[["hilitecolor","#00FFFF"],["insertparagraph",""],["inserttext","a"]],
 29599 	"<p>foo</p><p><span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</p>",
 29600 	[true,true,true],
 29601 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertparagraph":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29602 ["foo[]bar",
 29603 	[["hilitecolor","#00FFFF"],["insertunorderedlist",""]],
 29604 	"<ul><li>foo[]bar</li></ul>",
 29605 	[true,true],
 29606 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertunorderedlist":[false,false,"",false,true,""]}],
 29607 ["foo[]bar",
 29608 	[["hilitecolor","#00FFFF"],["insertunorderedlist",""],["inserttext","a"]],
 29609 	"<ul><li>foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</li></ul>",
 29610 	[true,true,true],
 29611 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"insertunorderedlist":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 29612 ["foo[]bar",
 29613 	[["hilitecolor","#00FFFF"],["justifycenter",""]],
 29614 	"<div style=\"text-align:center\">foo[]bar</div>",
 29615 	[true,true],
 29616 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifycenter":[false,false,"left",false,true,"center"]}],
 29617 ["foo[]bar",
 29618 	[["hilitecolor","#00FFFF"],["justifycenter",""],["inserttext","a"]],
 29619 	"<div style=\"text-align:center\">foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</div>",
 29620 	[true,true,true],
 29621 	{"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,""]}],
 29622 ["foo[]bar",
 29623 	[["hilitecolor","#00FFFF"],["justifyfull",""]],
 29624 	"<div style=\"text-align:justify\">foo[]bar</div>",
 29625 	[true,true],
 29626 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyfull":[false,false,"left",false,true,"justify"]}],
 29627 ["foo[]bar",
 29628 	[["hilitecolor","#00FFFF"],["justifyfull",""],["inserttext","a"]],
 29629 	"<div style=\"text-align:justify\">foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</div>",
 29630 	[true,true,true],
 29631 	{"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,""]}],
 29632 ["foo[]bar",
 29633 	[["hilitecolor","#00FFFF"],["justifyleft",""]],
 29634 	"foo[]bar",
 29635 	[true,true],
 29636 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyleft":[false,true,"left",false,true,"left"]}],
 29637 ["foo[]bar",
 29638 	[["hilitecolor","#00FFFF"],["justifyleft",""],["inserttext","a"]],
 29639 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 29640 	[true,true,true],
 29641 	{"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,""]}],
 29642 ["foo[]bar",
 29643 	[["hilitecolor","#00FFFF"],["justifyright",""]],
 29644 	"<div style=\"text-align:right\">foo[]bar</div>",
 29645 	[true,true],
 29646 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"justifyright":[false,false,"left",false,true,"right"]}],
 29647 ["foo[]bar",
 29648 	[["hilitecolor","#00FFFF"],["justifyright",""],["inserttext","a"]],
 29649 	"<div style=\"text-align:right\">foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar</div>",
 29650 	[true,true,true],
 29651 	{"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,""]}],
 29652 ["foo[]bar",
 29653 	[["hilitecolor","#00FFFF"],["outdent",""]],
 29654 	"foo[]bar",
 29655 	[true,true],
 29656 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"outdent":[false,false,"",false,false,""]}],
 29657 ["foo[]bar",
 29658 	[["hilitecolor","#00FFFF"],["outdent",""],["inserttext","a"]],
 29659 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 29660 	[true,true,true],
 29661 	{"hilitecolor":[false,false,"rgba(0, 0, 0, 0)",false,false,"rgb(0, 255, 255)"],"outdent":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29662 ["foo[]bar",
 29663 	[["superscript",""],["subscript",""],["inserttext","a"]],
 29664 	"foo<sub>a[]</sub>bar",
 29665 	[true,true,true],
 29666 	{"superscript":[false,false,"",false,false,""],"subscript":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 29667 ["foo[]bar",
 29668 	[["subscript",""],["superscript",""],["inserttext","a"]],
 29669 	"foo<sup>a[]</sup>bar",
 29670 	[true,true,true],
 29671 	{"subscript":[false,false,"",false,false,""],"superscript":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 29672 ["foo[]bar",
 29673 	[["createlink","http://www.google.com/"],["forecolor","#0000FF"],["inserttext","a"]],
 29674 	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 29675 	[true,true,true],
 29676 	{"createlink":[false,false,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"inserttext":[false,false,"",false,false,""]}],
 29677 ["foo[]bar",
 29678 	[["forecolor","#0000FF"],["createlink","http://www.google.com/"],["inserttext","a"]],
 29679 	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 29680 	[true,true,true],
 29681 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"createlink":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29682 ["foo[]bar",
 29683 	[["createlink","http://www.google.com/"],["forecolor","blue"],["inserttext","a"]],
 29684 	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 29685 	[true,true,true],
 29686 	{"createlink":[false,false,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"inserttext":[false,false,"",false,false,""]}],
 29687 ["foo[]bar",
 29688 	[["forecolor","blue"],["createlink","http://www.google.com/"],["inserttext","a"]],
 29689 	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 29690 	[true,true,true],
 29691 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 255)"],"createlink":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29692 ["foo[]bar",
 29693 	[["createlink","http://www.google.com/"],["forecolor","brown"],["inserttext","a"]],
 29694 	"foo<a href=\"http://www.google.com/\"><font color=\"#a52a2a\">a[]</font></a>bar",
 29695 	[true,true,true],
 29696 	{"createlink":[false,false,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(165, 42, 42)"],"inserttext":[false,false,"",false,false,""]}],
 29697 ["foo[]bar",
 29698 	[["forecolor","brown"],["createlink","http://www.google.com/"],["inserttext","a"]],
 29699 	"foo<a href=\"http://www.google.com/\"><font color=\"#a52a2a\">a[]</font></a>bar",
 29700 	[true,true,true],
 29701 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(165, 42, 42)"],"createlink":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29702 ["foo[]bar",
 29703 	[["createlink","http://www.google.com/"],["forecolor","black"],["inserttext","a"]],
 29704 	"foo<a href=\"http://www.google.com/\"><font color=\"#000000\">a[]</font></a>bar",
 29705 	[true,true,true],
 29706 	{"createlink":[false,false,"",false,false,""],"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"],"inserttext":[false,false,"",false,false,""]}],
 29707 ["foo[]bar",
 29708 	[["forecolor","black"],["createlink","http://www.google.com/"],["inserttext","a"]],
 29709 	"foo<a href=\"http://www.google.com/\"><font color=\"#000000\">a[]</font></a>bar",
 29710 	[true,true,true],
 29711 	{"forecolor":[false,false,"rgb(0, 0, 0)",false,false,"rgb(0, 0, 0)"],"createlink":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29712 ["foo[]bar",
 29713 	[["createlink","http://www.google.com/"],["underline",""],["inserttext","a"]],
 29714 	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 29715 	[true,true,true],
 29716 	{"createlink":[false,false,"",false,false,""],"underline":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 29717 ["foo[]bar",
 29718 	[["underline",""],["createlink","http://www.google.com/"],["inserttext","a"]],
 29719 	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 29720 	[true,true,true],
 29721 	{"underline":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29722 ["foo[]bar",
 29723 	[["createlink","http://www.google.com/"],["underline",""],["underline",""],["inserttext","a"]],
 29724 	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 29725 	[true,true,true,true],
 29726 	{"createlink":[false,false,"",false,false,""],"underline":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 29727 ["foo[]bar",
 29728 	[["underline",""],["underline",""],["createlink","http://www.google.com/"],["inserttext","a"]],
 29729 	"foo<a href=\"http://www.google.com/\">a[]</a>bar",
 29730 	[true,true,true,true],
 29731 	{"underline":[false,false,"",false,true,""],"createlink":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29732 ["foo[]bar",
 29733 	[["subscript",""],["fontsize","2"],["inserttext","a"]],
 29734 	"foo<sub>a[]</sub>bar",
 29735 	[true,true,true],
 29736 	{"subscript":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"2"],"inserttext":[false,false,"",false,false,""]}],
 29737 ["foo[]bar",
 29738 	[["fontsize","2"],["subscript",""],["inserttext","a"]],
 29739 	"foo<sub>a[]</sub>bar",
 29740 	[true,true,true],
 29741 	{"fontsize":[false,false,"3",false,false,"2"],"subscript":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 29742 ["foo[]bar",
 29743 	[["subscript",""],["fontsize","3"],["inserttext","a"]],
 29744 	"foo<sub><font size=\"3\">a[]</font></sub>bar",
 29745 	[true,true,true],
 29746 	{"subscript":[false,false,"",false,true,""],"fontsize":[false,false,"3",false,false,"3"],"inserttext":[false,false,"",false,false,""]}],
 29747 ["foo[]bar",
 29748 	[["fontsize","3"],["subscript",""],["inserttext","a"]],
 29749 	"foo<sub><font size=\"3\">a[]</font></sub>bar",
 29750 	[true,true,true],
 29751 	{"fontsize":[false,false,"3",false,false,"3"],"subscript":[false,false,"",false,true,""],"inserttext":[false,false,"",false,false,""]}],
 29752 ["foo[]bar",
 29753 	[["hilitecolor","aqua"],["backcolor","tan"],["inserttext","a"]],
 29754 	"foo<span style=\"background-color:rgb(210, 180, 140)\">a[]</span>bar",
 29755 	[true,true,true],
 29756 	{"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,""]}],
 29757 ["foo[]bar",
 29758 	[["backcolor","tan"],["hilitecolor","aqua"],["inserttext","a"]],
 29759 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>bar",
 29760 	[true,true,true],
 29761 	{"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,""]}],
 29762 ["foo<b>[bar]</b>baz",
 29763 	[["delete",""],["inserttext","a"]],
 29764 	"foo<b>a[]</b>baz",
 29765 	[true,true],
 29766 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29767 ["foo<i>[bar]</i>baz",
 29768 	[["delete",""],["inserttext","a"]],
 29769 	"foo<i>a[]</i>baz",
 29770 	[true,true],
 29771 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29772 ["foo<s>[bar]</s>baz",
 29773 	[["delete",""],["inserttext","a"]],
 29774 	"foo<s>a[]</s>baz",
 29775 	[true,true],
 29776 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29777 ["foo<sub>[bar]</sub>baz",
 29778 	[["delete",""],["inserttext","a"]],
 29779 	"foo<sub>a[]</sub>baz",
 29780 	[true,true],
 29781 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29782 ["foo<sup>[bar]</sup>baz",
 29783 	[["delete",""],["inserttext","a"]],
 29784 	"foo<sup>a[]</sup>baz",
 29785 	[true,true],
 29786 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29787 ["foo<u>[bar]</u>baz",
 29788 	[["delete",""],["inserttext","a"]],
 29789 	"foo<u>a[]</u>baz",
 29790 	[true,true],
 29791 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29792 ["foo<a href=http://www.google.com>[bar]</a>baz",
 29793 	[["delete",""],["inserttext","a"]],
 29794 	"foo<a href=\"http://www.google.com\">a[]</a>baz",
 29795 	[true,true],
 29796 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29797 ["foo<font face=sans-serif>[bar]</font>baz",
 29798 	[["delete",""],["inserttext","a"]],
 29799 	"foo<font face=\"sans-serif\">a[]</font>baz",
 29800 	[true,true],
 29801 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29802 ["foo<font size=4>[bar]</font>baz",
 29803 	[["delete",""],["inserttext","a"]],
 29804 	"foo<font size=\"4\">a[]</font>baz",
 29805 	[true,true],
 29806 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29807 ["foo<font color=#0000FF>[bar]</font>baz",
 29808 	[["delete",""],["inserttext","a"]],
 29809 	"foo<font color=\"#0000ff\">a[]</font>baz",
 29810 	[true,true],
 29811 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29812 ["foo<span style=background-color:#00FFFF>[bar]</span>baz",
 29813 	[["delete",""],["inserttext","a"]],
 29814 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>baz",
 29815 	[true,true],
 29816 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29817 ["foo<a href=http://www.google.com><font color=blue>[bar]</font></a>baz",
 29818 	[["delete",""],["inserttext","a"]],
 29819 	"foo<a href=\"http://www.google.com\">a[]</a>baz",
 29820 	[true,true],
 29821 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29822 ["foo<font color=blue><a href=http://www.google.com>[bar]</a></font>baz",
 29823 	[["delete",""],["inserttext","a"]],
 29824 	"foo<a href=\"http://www.google.com\">a[]</a>baz",
 29825 	[true,true],
 29826 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29827 ["foo<a href=http://www.google.com><font color=brown>[bar]</font></a>baz",
 29828 	[["delete",""],["inserttext","a"]],
 29829 	"foo<a href=\"http://www.google.com\"><font color=\"#a52a2a\">a[]</font></a>baz",
 29830 	[true,true],
 29831 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29832 ["foo<font color=brown><a href=http://www.google.com>[bar]</a></font>baz",
 29833 	[["delete",""],["inserttext","a"]],
 29834 	"foo<a href=\"http://www.google.com\">a[]</a>baz",
 29835 	[true,true],
 29836 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29837 ["foo<a href=http://www.google.com><font color=black>[bar]</font></a>baz",
 29838 	[["delete",""],["inserttext","a"]],
 29839 	"foo<a href=\"http://www.google.com\"><font color=\"#000000\">a[]</font></a>baz",
 29840 	[true,true],
 29841 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29842 ["foo<a href=http://www.google.com><u>[bar]</u></a>baz",
 29843 	[["delete",""],["inserttext","a"]],
 29844 	"foo<a href=\"http://www.google.com\">a[]</a>baz",
 29845 	[true,true],
 29846 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29847 ["foo<u><a href=http://www.google.com>[bar]</a></u>baz",
 29848 	[["delete",""],["inserttext","a"]],
 29849 	"foo<a href=\"http://www.google.com\">a[]</a>baz",
 29850 	[true,true],
 29851 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29852 ["foo<sub><font size=2>[bar]</font></sub>baz",
 29853 	[["delete",""],["inserttext","a"]],
 29854 	"foo<sub>a[]</sub>baz",
 29855 	[true,true],
 29856 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29857 ["foo<font size=2><sub>[bar]</sub></font>baz",
 29858 	[["delete",""],["inserttext","a"]],
 29859 	"foo<sub><font size=\"1\">a[]</font></sub>baz",
 29860 	[true,true],
 29861 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29862 ["foo<sub><font size=3>[bar]</font></sub>baz",
 29863 	[["delete",""],["inserttext","a"]],
 29864 	"foo<sub><font size=\"3\">a[]</font></sub>baz",
 29865 	[true,true],
 29866 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29867 ["foo<font size=3><sub>[bar]</sub></font>baz",
 29868 	[["delete",""],["inserttext","a"]],
 29869 	"foo<sub>a[]</sub>baz",
 29870 	[true,true],
 29871 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29872 ["[foo<b>bar]</b>baz",
 29873 	[["delete",""],["inserttext","a"]],
 29874 	"a[]baz",
 29875 	[true,true],
 29876 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29877 ["[foo<i>bar]</i>baz",
 29878 	[["delete",""],["inserttext","a"]],
 29879 	"a[]baz",
 29880 	[true,true],
 29881 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29882 ["[foo<s>bar]</s>baz",
 29883 	[["delete",""],["inserttext","a"]],
 29884 	"a[]baz",
 29885 	[true,true],
 29886 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29887 ["[foo<sub>bar]</sub>baz",
 29888 	[["delete",""],["inserttext","a"]],
 29889 	"a[]baz",
 29890 	[true,true],
 29891 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29892 ["[foo<sup>bar]</sup>baz",
 29893 	[["delete",""],["inserttext","a"]],
 29894 	"a[]baz",
 29895 	[true,true],
 29896 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29897 ["[foo<u>bar]</u>baz",
 29898 	[["delete",""],["inserttext","a"]],
 29899 	"a[]baz",
 29900 	[true,true],
 29901 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29902 ["[foo<a href=http://www.google.com>bar]</a>baz",
 29903 	[["delete",""],["inserttext","a"]],
 29904 	"a[]baz",
 29905 	[true,true],
 29906 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29907 ["[foo<font face=sans-serif>bar]</font>baz",
 29908 	[["delete",""],["inserttext","a"]],
 29909 	"a[]baz",
 29910 	[true,true],
 29911 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29912 ["[foo<font size=4>bar]</font>baz",
 29913 	[["delete",""],["inserttext","a"]],
 29914 	"a[]baz",
 29915 	[true,true],
 29916 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29917 ["[foo<font color=#0000FF>bar]</font>baz",
 29918 	[["delete",""],["inserttext","a"]],
 29919 	"a[]baz",
 29920 	[true,true],
 29921 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29922 ["[foo<span style=background-color:#00FFFF>bar]</span>baz",
 29923 	[["delete",""],["inserttext","a"]],
 29924 	"a[]baz",
 29925 	[true,true],
 29926 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29927 ["[foo<a href=http://www.google.com><font color=blue>bar]</font></a>baz",
 29928 	[["delete",""],["inserttext","a"]],
 29929 	"a[]baz",
 29930 	[true,true],
 29931 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29932 ["[foo<font color=blue><a href=http://www.google.com>bar]</a></font>baz",
 29933 	[["delete",""],["inserttext","a"]],
 29934 	"a[]baz",
 29935 	[true,true],
 29936 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29937 ["[foo<a href=http://www.google.com><font color=brown>bar]</font></a>baz",
 29938 	[["delete",""],["inserttext","a"]],
 29939 	"a[]baz",
 29940 	[true,true],
 29941 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29942 ["[foo<font color=brown><a href=http://www.google.com>bar]</a></font>baz",
 29943 	[["delete",""],["inserttext","a"]],
 29944 	"a[]baz",
 29945 	[true,true],
 29946 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29947 ["[foo<a href=http://www.google.com><font color=black>bar]</font></a>baz",
 29948 	[["delete",""],["inserttext","a"]],
 29949 	"a[]baz",
 29950 	[true,true],
 29951 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29952 ["[foo<a href=http://www.google.com><u>bar]</u></a>baz",
 29953 	[["delete",""],["inserttext","a"]],
 29954 	"a[]baz",
 29955 	[true,true],
 29956 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29957 ["[foo<u><a href=http://www.google.com>bar]</a></u>baz",
 29958 	[["delete",""],["inserttext","a"]],
 29959 	"a[]baz",
 29960 	[true,true],
 29961 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29962 ["[foo<sub><font size=2>bar]</font></sub>baz",
 29963 	[["delete",""],["inserttext","a"]],
 29964 	"a[]baz",
 29965 	[true,true],
 29966 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29967 ["[foo<font size=2><sub>bar]</sub></font>baz",
 29968 	[["delete",""],["inserttext","a"]],
 29969 	"a[]baz",
 29970 	[true,true],
 29971 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29972 ["[foo<sub><font size=3>bar]</font></sub>baz",
 29973 	[["delete",""],["inserttext","a"]],
 29974 	"a[]baz",
 29975 	[true,true],
 29976 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29977 ["[foo<font size=3><sub>bar]</sub></font>baz",
 29978 	[["delete",""],["inserttext","a"]],
 29979 	"a[]baz",
 29980 	[true,true],
 29981 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29982 ["foo<b>[bar</b>baz]",
 29983 	[["delete",""],["inserttext","a"]],
 29984 	"foo<b>a[]</b>",
 29985 	[true,true],
 29986 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29987 ["foo<i>[bar</i>baz]",
 29988 	[["delete",""],["inserttext","a"]],
 29989 	"foo<i>a[]</i>",
 29990 	[true,true],
 29991 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29992 ["foo<s>[bar</s>baz]",
 29993 	[["delete",""],["inserttext","a"]],
 29994 	"foo<s>a[]</s>",
 29995 	[true,true],
 29996 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 29997 ["foo<sub>[bar</sub>baz]",
 29998 	[["delete",""],["inserttext","a"]],
 29999 	"foo<sub>a[]</sub>",
 30000 	[true,true],
 30001 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30002 ["foo<sup>[bar</sup>baz]",
 30003 	[["delete",""],["inserttext","a"]],
 30004 	"foo<sup>a[]</sup>",
 30005 	[true,true],
 30006 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30007 ["foo<u>[bar</u>baz]",
 30008 	[["delete",""],["inserttext","a"]],
 30009 	"foo<u>a[]</u>",
 30010 	[true,true],
 30011 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30012 ["foo<a href=http://www.google.com>[bar</a>baz]",
 30013 	[["delete",""],["inserttext","a"]],
 30014 	"foo<a href=\"http://www.google.com\">a[]</a>",
 30015 	[true,true],
 30016 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30017 ["foo<font face=sans-serif>[bar</font>baz]",
 30018 	[["delete",""],["inserttext","a"]],
 30019 	"foo<font face=\"sans-serif\">a[]</font>",
 30020 	[true,true],
 30021 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30022 ["foo<font size=4>[bar</font>baz]",
 30023 	[["delete",""],["inserttext","a"]],
 30024 	"foo<font size=\"4\">a[]</font>",
 30025 	[true,true],
 30026 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30027 ["foo<font color=#0000FF>[bar</font>baz]",
 30028 	[["delete",""],["inserttext","a"]],
 30029 	"foo<font color=\"#0000ff\">a[]</font>",
 30030 	[true,true],
 30031 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30032 ["foo<span style=background-color:#00FFFF>[bar</span>baz]",
 30033 	[["delete",""],["inserttext","a"]],
 30034 	"foo<span style=\"background-color:rgb(0, 255, 255)\">a[]</span>",
 30035 	[true,true],
 30036 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30037 ["foo<a href=http://www.google.com><font color=blue>[bar</font></a>baz]",
 30038 	[["delete",""],["inserttext","a"]],
 30039 	"foo<a href=\"http://www.google.com\">a[]</a>",
 30040 	[true,true],
 30041 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30042 ["foo<font color=blue><a href=http://www.google.com>[bar</a></font>baz]",
 30043 	[["delete",""],["inserttext","a"]],
 30044 	"foo<a href=\"http://www.google.com\">a[]</a>",
 30045 	[true,true],
 30046 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30047 ["foo<a href=http://www.google.com><font color=brown>[bar</font></a>baz]",
 30048 	[["delete",""],["inserttext","a"]],
 30049 	"foo<a href=\"http://www.google.com\"><font color=\"#a52a2a\">a[]</font></a>",
 30050 	[true,true],
 30051 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30052 ["foo<font color=brown><a href=http://www.google.com>[bar</a></font>baz]",
 30053 	[["delete",""],["inserttext","a"]],
 30054 	"foo<a href=\"http://www.google.com\">a[]</a>",
 30055 	[true,true],
 30056 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30057 ["foo<a href=http://www.google.com><font color=black>[bar</font></a>baz]",
 30058 	[["delete",""],["inserttext","a"]],
 30059 	"foo<a href=\"http://www.google.com\"><font color=\"#000000\">a[]</font></a>",
 30060 	[true,true],
 30061 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30062 ["foo<a href=http://www.google.com><u>[bar</u></a>baz]",
 30063 	[["delete",""],["inserttext","a"]],
 30064 	"foo<a href=\"http://www.google.com\">a[]</a>",
 30065 	[true,true],
 30066 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30067 ["foo<u><a href=http://www.google.com>[bar</a></u>baz]",
 30068 	[["delete",""],["inserttext","a"]],
 30069 	"foo<a href=\"http://www.google.com\">a[]</a>",
 30070 	[true,true],
 30071 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30072 ["foo<sub><font size=2>[bar</font></sub>baz]",
 30073 	[["delete",""],["inserttext","a"]],
 30074 	"foo<sub>a[]</sub>",
 30075 	[true,true],
 30076 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30077 ["foo<font size=2><sub>[bar</sub></font>baz]",
 30078 	[["delete",""],["inserttext","a"]],
 30079 	"foo<sub><font size=\"1\">a[]</font></sub>",
 30080 	[true,true],
 30081 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30082 ["foo<sub><font size=3>[bar</font></sub>baz]",
 30083 	[["delete",""],["inserttext","a"]],
 30084 	"foo<sub><font size=\"3\">a[]</font></sub>",
 30085 	[true,true],
 30086 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30087 ["foo<font size=3><sub>[bar</sub></font>baz]",
 30088 	[["delete",""],["inserttext","a"]],
 30089 	"foo<sub>a[]</sub>",
 30090 	[true,true],
 30091 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}],
 30092 ["<blockquote><font color=blue>[foo]</font></blockquote>",
 30093 	[["delete",""],["inserttext","a"]],
 30094 	"<blockquote><font color=\"blue\">a[]</font></blockquote>",
 30095 	[true,true],
 30096 	{"delete":[false,false,"",false,false,""],"inserttext":[false,false,"",false,false,""]}]

mercurial