Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/editing/data/justifyright.js

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

Powered by Google App Engine
This is Rietveld 408576698