Attachment #520137: Part 2: Add a test driver for the richtext2 suite for bug #642704

View | Details | Raw Unified | Return to bug 642704
Collapse All | Expand All

(-)a/editor/libeditor/html/tests/browserscope/lib/richtext2/README.Mozilla (+6 lines)
Line     Link Here 
 Lines 10-17   Using the pull script is quite easy, jus Link Here 
10
10
11
sh update_from_upstream
11
sh update_from_upstream
12
12
13
There are tests which we're currently failing on, and there will probably be
13
There are tests which we're currently failing on, and there will probably be
14
more of those in the future.  We should maintain a list of the failing tests
14
more of those in the future.  We should maintain a list of the failing tests
15
manually in currentStatus.js (which can also be found in this directory), to
15
manually in currentStatus.js (which can also be found in this directory), to
16
make sure that the suite passes entirely, with failing tests marked as todo
16
make sure that the suite passes entirely, with failing tests marked as todo
17
items.
17
items.
18
19
The current status of the test suite needs to be updated whenever an editor
20
bug gets fixed, which makes us pass one of the tests.  When that happens,
21
you should set the UPDATE_TEST_RESULTS constant to true in test_richtext2.html,
22
run the test suite, paste the result JSON string in a JSON beautifier (such
23
as http://jsbeautifier.org/), and use the result to update currentStatus.js.
(-)a/editor/libeditor/html/tests/browserscope/lib/richtext2/currentStatus.js (+23821 lines)
Line     Link Here 
Line 0    Link Here 
1
/**
2
 * The current status of the test suite.
3
 *
4
 * See README.Mozilla for details on how to generate this.
5
 */
6
7
const TEST_RESULTS = {
8
  "S": {
9
    "Proposed": {
10
      "SELALL_TEXT-1_SI": {
11
        "dM": {
12
          "valscore": 1,
13
          "selscore": 1,
14
          "valresult": 8,
15
          "selresult": 5,
16
          "output": "{`foo bar baz´}",
17
          "innerHTML": "{`foo bar baz´}",
18
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">{`foo bar baz´}</body>",
19
          "bodyInnerHTML": "{`foo bar baz´}",
20
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">{`foo bar baz´}</body>"
21
        },
22
        "body": {
23
          "valscore": 1,
24
          "selscore": 1,
25
          "valresult": 8,
26
          "selresult": 5,
27
          "output": "{`foo bar baz´}",
28
          "innerHTML": "{`foo bar baz´}",
29
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">{`foo bar baz´}</body>",
30
          "bodyInnerHTML": "{`foo bar baz´}",
31
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">{`foo bar baz´}</body>"
32
        },
33
        "div": {
34
          "valscore": 1,
35
          "selscore": 1,
36
          "valresult": 8,
37
          "selresult": 5,
38
          "output": "{`foo bar baz´}",
39
          "innerHTML": "{`foo bar baz´}",
40
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">{`foo bar baz´}</div>",
41
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">{`foo bar baz´}</div>CAN<br>ARY",
42
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">{`foo bar baz´}</div>CAN<br>ARY</body>"
43
        }
44
      },
45
      "SELALL_I-1_SI": {
46
        "dM": {
47
          "valscore": 1,
48
          "selscore": 1,
49
          "valresult": 8,
50
          "selresult": 5,
51
          "output": "{<i>`foo bar baz´</i>}",
52
          "innerHTML": "{<i>`foo bar baz´</i>}",
53
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">{<i>`foo bar baz´</i>}</body>",
54
          "bodyInnerHTML": "{<i>`foo bar baz´</i>}",
55
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">{<i>`foo bar baz´</i>}</body>"
56
        },
57
        "body": {
58
          "valscore": 1,
59
          "selscore": 1,
60
          "valresult": 8,
61
          "selresult": 5,
62
          "output": "{<i>`foo bar baz´</i>}",
63
          "innerHTML": "{<i>`foo bar baz´</i>}",
64
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">{<i>`foo bar baz´</i>}</body>",
65
          "bodyInnerHTML": "{<i>`foo bar baz´</i>}",
66
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">{<i>`foo bar baz´</i>}</body>"
67
        },
68
        "div": {
69
          "valscore": 1,
70
          "selscore": 1,
71
          "valresult": 8,
72
          "selresult": 5,
73
          "output": "{<i>`foo bar baz´</i>}",
74
          "innerHTML": "{<i>`foo bar baz´</i>}",
75
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">{<i>`foo bar baz´</i>}</div>",
76
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">{<i>`foo bar baz´</i>}</div>CAN<br>ARY",
77
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">{<i>`foo bar baz´</i>}</div>CAN<br>ARY</body>"
78
        }
79
      },
80
      "UNSEL_TEXT-1_SI": {
81
        "dM": {
82
          "valscore": 1,
83
          "selscore": 0,
84
          "valresult": 8,
85
          "selresult": 2,
86
          "output": "`foo [bar] baz´",
87
          "innerHTML": "`foo [bar] baz´",
88
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [bar] baz´</body>",
89
          "bodyInnerHTML": "`foo [bar] baz´",
90
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [bar] baz´</body>"
91
        },
92
        "body": {
93
          "valscore": 1,
94
          "selscore": 0,
95
          "valresult": 8,
96
          "selresult": 2,
97
          "output": "`foo [bar] baz´",
98
          "innerHTML": "`foo [bar] baz´",
99
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [bar] baz´</body>",
100
          "bodyInnerHTML": "`foo [bar] baz´",
101
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [bar] baz´</body>"
102
        },
103
        "div": {
104
          "valscore": 1,
105
          "selscore": 0,
106
          "valresult": 8,
107
          "selresult": 2,
108
          "output": "`foo [bar] baz´",
109
          "innerHTML": "`foo [bar] baz´",
110
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo [bar] baz´</div>",
111
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo [bar] baz´</div>CAN<br>ARY",
112
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo [bar] baz´</div>CAN<br>ARY</body>"
113
        }
114
      },
115
      "SM:m.f.c_TEXT-1_SC-1": {
116
        "dM": {
117
          "valscore": 1,
118
          "selscore": 1,
119
          "valresult": 8,
120
          "selresult": 5,
121
          "output": "`foo ba^r baz´",
122
          "innerHTML": "`foo ba^r baz´",
123
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ba^r baz´</body>",
124
          "bodyInnerHTML": "`foo ba^r baz´",
125
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ba^r baz´</body>"
126
        },
127
        "body": {
128
          "valscore": 1,
129
          "selscore": 1,
130
          "valresult": 8,
131
          "selresult": 5,
132
          "output": "`foo ba^r baz´",
133
          "innerHTML": "`foo ba^r baz´",
134
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ba^r baz´</body>",
135
          "bodyInnerHTML": "`foo ba^r baz´",
136
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ba^r baz´</body>"
137
        },
138
        "div": {
139
          "valscore": 1,
140
          "selscore": 1,
141
          "valresult": 8,
142
          "selresult": 5,
143
          "output": "`foo ba^r baz´",
144
          "innerHTML": "`foo ba^r baz´",
145
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ba^r baz´</div>",
146
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ba^r baz´</div>CAN<br>ARY",
147
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ba^r baz´</div>CAN<br>ARY</body>"
148
        }
149
      },
150
      "SM:m.b.c_TEXT-1_SC-1": {
151
        "dM": {
152
          "valscore": 1,
153
          "selscore": 1,
154
          "valresult": 8,
155
          "selresult": 5,
156
          "output": "`foo ^bar baz´",
157
          "innerHTML": "`foo ^bar baz´",
158
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ^bar baz´</body>",
159
          "bodyInnerHTML": "`foo ^bar baz´",
160
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ^bar baz´</body>"
161
        },
162
        "body": {
163
          "valscore": 1,
164
          "selscore": 1,
165
          "valresult": 8,
166
          "selresult": 5,
167
          "output": "`foo ^bar baz´",
168
          "innerHTML": "`foo ^bar baz´",
169
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ^bar baz´</body>",
170
          "bodyInnerHTML": "`foo ^bar baz´",
171
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ^bar baz´</body>"
172
        },
173
        "div": {
174
          "valscore": 1,
175
          "selscore": 1,
176
          "valresult": 8,
177
          "selresult": 5,
178
          "output": "`foo ^bar baz´",
179
          "innerHTML": "`foo ^bar baz´",
180
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ^bar baz´</div>",
181
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ^bar baz´</div>CAN<br>ARY",
182
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ^bar baz´</div>CAN<br>ARY</body>"
183
        }
184
      },
185
      "SM:m.f.c_TEXT-1_SI-1": {
186
        "dM": {
187
          "valscore": 1,
188
          "selscore": 0,
189
          "valresult": 8,
190
          "selresult": 2,
191
          "output": "`foo bar ^baz´",
192
          "innerHTML": "`foo bar ^baz´",
193
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo bar ^baz´</body>",
194
          "bodyInnerHTML": "`foo bar ^baz´",
195
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo bar ^baz´</body>"
196
        },
197
        "body": {
198
          "valscore": 1,
199
          "selscore": 0,
200
          "valresult": 8,
201
          "selresult": 2,
202
          "output": "`foo bar ^baz´",
203
          "innerHTML": "`foo bar ^baz´",
204
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo bar ^baz´</body>",
205
          "bodyInnerHTML": "`foo bar ^baz´",
206
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo bar ^baz´</body>"
207
        },
208
        "div": {
209
          "valscore": 1,
210
          "selscore": 0,
211
          "valresult": 8,
212
          "selresult": 2,
213
          "output": "`foo bar ^baz´",
214
          "innerHTML": "`foo bar ^baz´",
215
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo bar ^baz´</div>",
216
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo bar ^baz´</div>CAN<br>ARY",
217
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo bar ^baz´</div>CAN<br>ARY</body>"
218
        }
219
      },
220
      "SM:m.b.c_TEXT-1_SI-1": {
221
        "dM": {
222
          "valscore": 1,
223
          "selscore": 0,
224
          "valresult": 8,
225
          "selresult": 2,
226
          "output": "`foo ba^r baz´",
227
          "innerHTML": "`foo ba^r baz´",
228
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ba^r baz´</body>",
229
          "bodyInnerHTML": "`foo ba^r baz´",
230
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ba^r baz´</body>"
231
        },
232
        "body": {
233
          "valscore": 1,
234
          "selscore": 0,
235
          "valresult": 8,
236
          "selresult": 2,
237
          "output": "`foo ba^r baz´",
238
          "innerHTML": "`foo ba^r baz´",
239
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ba^r baz´</body>",
240
          "bodyInnerHTML": "`foo ba^r baz´",
241
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ba^r baz´</body>"
242
        },
243
        "div": {
244
          "valscore": 1,
245
          "selscore": 0,
246
          "valresult": 8,
247
          "selresult": 2,
248
          "output": "`foo ba^r baz´",
249
          "innerHTML": "`foo ba^r baz´",
250
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ba^r baz´</div>",
251
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ba^r baz´</div>CAN<br>ARY",
252
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ba^r baz´</div>CAN<br>ARY</body>"
253
        }
254
      },
255
      "SM:m.f.w_TEXT-1_SC-1": {
256
        "dM": {
257
          "valscore": 1,
258
          "selscore": 1,
259
          "valresult": 8,
260
          "selresult": 5,
261
          "output": "`foo bar^ baz´",
262
          "innerHTML": "`foo bar^ baz´",
263
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo bar^ baz´</body>",
264
          "bodyInnerHTML": "`foo bar^ baz´",
265
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo bar^ baz´</body>"
266
        },
267
        "body": {
268
          "valscore": 1,
269
          "selscore": 1,
270
          "valresult": 8,
271
          "selresult": 5,
272
          "output": "`foo bar^ baz´",
273
          "innerHTML": "`foo bar^ baz´",
274
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo bar^ baz´</body>",
275
          "bodyInnerHTML": "`foo bar^ baz´",
276
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo bar^ baz´</body>"
277
        },
278
        "div": {
279
          "valscore": 1,
280
          "selscore": 1,
281
          "valresult": 8,
282
          "selresult": 5,
283
          "output": "`foo bar^ baz´",
284
          "innerHTML": "`foo bar^ baz´",
285
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo bar^ baz´</div>",
286
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo bar^ baz´</div>CAN<br>ARY",
287
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo bar^ baz´</div>CAN<br>ARY</body>"
288
        }
289
      },
290
      "SM:m.f.w_TEXT-1_SC-2": {
291
        "dM": {
292
          "valscore": 1,
293
          "selscore": 1,
294
          "valresult": 8,
295
          "selresult": 5,
296
          "output": "`foo bar^ baz´",
297
          "innerHTML": "`foo bar^ baz´",
298
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo bar^ baz´</body>",
299
          "bodyInnerHTML": "`foo bar^ baz´",
300
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo bar^ baz´</body>"
301
        },
302
        "body": {
303
          "valscore": 1,
304
          "selscore": 1,
305
          "valresult": 8,
306
          "selresult": 5,
307
          "output": "`foo bar^ baz´",
308
          "innerHTML": "`foo bar^ baz´",
309
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo bar^ baz´</body>",
310
          "bodyInnerHTML": "`foo bar^ baz´",
311
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo bar^ baz´</body>"
312
        },
313
        "div": {
314
          "valscore": 1,
315
          "selscore": 1,
316
          "valresult": 8,
317
          "selresult": 5,
318
          "output": "`foo bar^ baz´",
319
          "innerHTML": "`foo bar^ baz´",
320
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo bar^ baz´</div>",
321
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo bar^ baz´</div>CAN<br>ARY",
322
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo bar^ baz´</div>CAN<br>ARY</body>"
323
        }
324
      },
325
      "SM:m.f.w_TEXT-1_SI-1": {
326
        "dM": {
327
          "valscore": 1,
328
          "selscore": 1,
329
          "valresult": 8,
330
          "selresult": 5,
331
          "output": "`foo bar baz^´",
332
          "innerHTML": "`foo bar baz^´",
333
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo bar baz^´</body>",
334
          "bodyInnerHTML": "`foo bar baz^´",
335
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo bar baz^´</body>"
336
        },
337
        "body": {
338
          "valscore": 1,
339
          "selscore": 1,
340
          "valresult": 8,
341
          "selresult": 5,
342
          "output": "`foo bar baz^´",
343
          "innerHTML": "`foo bar baz^´",
344
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo bar baz^´</body>",
345
          "bodyInnerHTML": "`foo bar baz^´",
346
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo bar baz^´</body>"
347
        },
348
        "div": {
349
          "valscore": 1,
350
          "selscore": 1,
351
          "valresult": 8,
352
          "selresult": 5,
353
          "output": "`foo bar baz^´",
354
          "innerHTML": "`foo bar baz^´",
355
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo bar baz^´</div>",
356
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo bar baz^´</div>CAN<br>ARY",
357
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo bar baz^´</div>CAN<br>ARY</body>"
358
        }
359
      },
360
      "SM:m.b.w_TEXT-1_SC-1": {
361
        "dM": {
362
          "valscore": 1,
363
          "selscore": 1,
364
          "valresult": 8,
365
          "selresult": 5,
366
          "output": "`foo ^bar baz´",
367
          "innerHTML": "`foo ^bar baz´",
368
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ^bar baz´</body>",
369
          "bodyInnerHTML": "`foo ^bar baz´",
370
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ^bar baz´</body>"
371
        },
372
        "body": {
373
          "valscore": 1,
374
          "selscore": 1,
375
          "valresult": 8,
376
          "selresult": 5,
377
          "output": "`foo ^bar baz´",
378
          "innerHTML": "`foo ^bar baz´",
379
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ^bar baz´</body>",
380
          "bodyInnerHTML": "`foo ^bar baz´",
381
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ^bar baz´</body>"
382
        },
383
        "div": {
384
          "valscore": 1,
385
          "selscore": 1,
386
          "valresult": 8,
387
          "selresult": 5,
388
          "output": "`foo ^bar baz´",
389
          "innerHTML": "`foo ^bar baz´",
390
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ^bar baz´</div>",
391
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ^bar baz´</div>CAN<br>ARY",
392
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ^bar baz´</div>CAN<br>ARY</body>"
393
        }
394
      },
395
      "SM:m.b.w_TEXT-1_SC-3": {
396
        "dM": {
397
          "valscore": 1,
398
          "selscore": 1,
399
          "valresult": 8,
400
          "selresult": 5,
401
          "output": "`foo ^bar baz´",
402
          "innerHTML": "`foo ^bar baz´",
403
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ^bar baz´</body>",
404
          "bodyInnerHTML": "`foo ^bar baz´",
405
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ^bar baz´</body>"
406
        },
407
        "body": {
408
          "valscore": 1,
409
          "selscore": 1,
410
          "valresult": 8,
411
          "selresult": 5,
412
          "output": "`foo ^bar baz´",
413
          "innerHTML": "`foo ^bar baz´",
414
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ^bar baz´</body>",
415
          "bodyInnerHTML": "`foo ^bar baz´",
416
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ^bar baz´</body>"
417
        },
418
        "div": {
419
          "valscore": 1,
420
          "selscore": 1,
421
          "valresult": 8,
422
          "selresult": 5,
423
          "output": "`foo ^bar baz´",
424
          "innerHTML": "`foo ^bar baz´",
425
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ^bar baz´</div>",
426
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ^bar baz´</div>CAN<br>ARY",
427
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ^bar baz´</div>CAN<br>ARY</body>"
428
        }
429
      },
430
      "SM:m.b.w_TEXT-1_SI-1": {
431
        "dM": {
432
          "valscore": 1,
433
          "selscore": 0,
434
          "valresult": 8,
435
          "selresult": 2,
436
          "output": "`foo ^bar baz´",
437
          "innerHTML": "`foo ^bar baz´",
438
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ^bar baz´</body>",
439
          "bodyInnerHTML": "`foo ^bar baz´",
440
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ^bar baz´</body>"
441
        },
442
        "body": {
443
          "valscore": 1,
444
          "selscore": 0,
445
          "valresult": 8,
446
          "selresult": 2,
447
          "output": "`foo ^bar baz´",
448
          "innerHTML": "`foo ^bar baz´",
449
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ^bar baz´</body>",
450
          "bodyInnerHTML": "`foo ^bar baz´",
451
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ^bar baz´</body>"
452
        },
453
        "div": {
454
          "valscore": 1,
455
          "selscore": 0,
456
          "valresult": 8,
457
          "selresult": 2,
458
          "output": "`foo ^bar baz´",
459
          "innerHTML": "`foo ^bar baz´",
460
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ^bar baz´</div>",
461
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ^bar baz´</div>CAN<br>ARY",
462
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ^bar baz´</div>CAN<br>ARY</body>"
463
        }
464
      },
465
      "SM:m.f.c_CHAR-2_SC-1": {
466
        "dM": {
467
          "valscore": 1,
468
          "selscore": 1,
469
          "valresult": 8,
470
          "selresult": 5,
471
          "output": "`foö^barbaz´",
472
          "innerHTML": "`foö^barbaz´",
473
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö^barbaz´</body>",
474
          "bodyInnerHTML": "`foö^barbaz´",
475
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö^barbaz´</body>"
476
        },
477
        "body": {
478
          "valscore": 1,
479
          "selscore": 1,
480
          "valresult": 8,
481
          "selresult": 5,
482
          "output": "`foö^barbaz´",
483
          "innerHTML": "`foö^barbaz´",
484
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö^barbaz´</body>",
485
          "bodyInnerHTML": "`foö^barbaz´",
486
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö^barbaz´</body>"
487
        },
488
        "div": {
489
          "valscore": 1,
490
          "selscore": 1,
491
          "valresult": 8,
492
          "selresult": 5,
493
          "output": "`foö^barbaz´",
494
          "innerHTML": "`foö^barbaz´",
495
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foö^barbaz´</div>",
496
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foö^barbaz´</div>CAN<br>ARY",
497
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foö^barbaz´</div>CAN<br>ARY</body>"
498
        }
499
      },
500
      "SM:m.f.c_CHAR-3_SC-1": {
501
        "dM": {
502
          "valscore": 1,
503
          "selscore": 1,
504
          "valresult": 8,
505
          "selresult": 5,
506
          "output": "`foö^barbaz´",
507
          "innerHTML": "`foö^barbaz´",
508
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö^barbaz´</body>",
509
          "bodyInnerHTML": "`foö^barbaz´",
510
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö^barbaz´</body>"
511
        },
512
        "body": {
513
          "valscore": 1,
514
          "selscore": 1,
515
          "valresult": 8,
516
          "selresult": 5,
517
          "output": "`foö^barbaz´",
518
          "innerHTML": "`foö^barbaz´",
519
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö^barbaz´</body>",
520
          "bodyInnerHTML": "`foö^barbaz´",
521
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö^barbaz´</body>"
522
        },
523
        "div": {
524
          "valscore": 1,
525
          "selscore": 1,
526
          "valresult": 8,
527
          "selresult": 5,
528
          "output": "`foö^barbaz´",
529
          "innerHTML": "`foö^barbaz´",
530
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foö^barbaz´</div>",
531
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foö^barbaz´</div>CAN<br>ARY",
532
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foö^barbaz´</div>CAN<br>ARY</body>"
533
        }
534
      },
535
      "SM:m.f.c_CHAR-4_SC-1": {
536
        "dM": {
537
          "valscore": 1,
538
          "selscore": 1,
539
          "valresult": 8,
540
          "selresult": 5,
541
          "output": "`foo̤^barbaz´",
542
          "innerHTML": "`foo̤^barbaz´",
543
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo̤^barbaz´</body>",
544
          "bodyInnerHTML": "`foo̤^barbaz´",
545
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo̤^barbaz´</body>"
546
        },
547
        "body": {
548
          "valscore": 1,
549
          "selscore": 1,
550
          "valresult": 8,
551
          "selresult": 5,
552
          "output": "`foo̤^barbaz´",
553
          "innerHTML": "`foo̤^barbaz´",
554
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo̤^barbaz´</body>",
555
          "bodyInnerHTML": "`foo̤^barbaz´",
556
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo̤^barbaz´</body>"
557
        },
558
        "div": {
559
          "valscore": 1,
560
          "selscore": 1,
561
          "valresult": 8,
562
          "selresult": 5,
563
          "output": "`foo̤^barbaz´",
564
          "innerHTML": "`foo̤^barbaz´",
565
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo̤^barbaz´</div>",
566
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo̤^barbaz´</div>CAN<br>ARY",
567
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo̤^barbaz´</div>CAN<br>ARY</body>"
568
        }
569
      },
570
      "SM:m.f.c_CHAR-5_SC-1": {
571
        "dM": {
572
          "valscore": 1,
573
          "selscore": 1,
574
          "valresult": 8,
575
          "selresult": 5,
576
          "output": "`foö̤^barbaz´",
577
          "innerHTML": "`foö̤^barbaz´",
578
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö̤^barbaz´</body>",
579
          "bodyInnerHTML": "`foö̤^barbaz´",
580
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö̤^barbaz´</body>"
581
        },
582
        "body": {
583
          "valscore": 1,
584
          "selscore": 1,
585
          "valresult": 8,
586
          "selresult": 5,
587
          "output": "`foö̤^barbaz´",
588
          "innerHTML": "`foö̤^barbaz´",
589
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö̤^barbaz´</body>",
590
          "bodyInnerHTML": "`foö̤^barbaz´",
591
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö̤^barbaz´</body>"
592
        },
593
        "div": {
594
          "valscore": 1,
595
          "selscore": 1,
596
          "valresult": 8,
597
          "selresult": 5,
598
          "output": "`foö̤^barbaz´",
599
          "innerHTML": "`foö̤^barbaz´",
600
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foö̤^barbaz´</div>",
601
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foö̤^barbaz´</div>CAN<br>ARY",
602
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foö̤^barbaz´</div>CAN<br>ARY</body>"
603
        }
604
      },
605
      "SM:m.f.c_CHAR-5_SI-1": {
606
        "dM": {
607
          "valscore": 1,
608
          "selscore": 1,
609
          "valresult": 8,
610
          "selresult": 5,
611
          "output": "`foö̤^barbaz´",
612
          "innerHTML": "`foö̤^barbaz´",
613
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö̤^barbaz´</body>",
614
          "bodyInnerHTML": "`foö̤^barbaz´",
615
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö̤^barbaz´</body>"
616
        },
617
        "body": {
618
          "valscore": 1,
619
          "selscore": 1,
620
          "valresult": 8,
621
          "selresult": 5,
622
          "output": "`foö̤^barbaz´",
623
          "innerHTML": "`foö̤^barbaz´",
624
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö̤^barbaz´</body>",
625
          "bodyInnerHTML": "`foö̤^barbaz´",
626
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö̤^barbaz´</body>"
627
        },
628
        "div": {
629
          "valscore": 1,
630
          "selscore": 1,
631
          "valresult": 8,
632
          "selresult": 5,
633
          "output": "`foö̤^barbaz´",
634
          "innerHTML": "`foö̤^barbaz´",
635
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foö̤^barbaz´</div>",
636
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foö̤^barbaz´</div>CAN<br>ARY",
637
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foö̤^barbaz´</div>CAN<br>ARY</body>"
638
        }
639
      },
640
      "SM:m.f.c_CHAR-5_SI-2": {
641
        "dM": {
642
          "valscore": 1,
643
          "selscore": 0,
644
          "valresult": 8,
645
          "selresult": 2,
646
          "output": "`foö̤b^arbaz´",
647
          "innerHTML": "`foö̤b^arbaz´",
648
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö̤b^arbaz´</body>",
649
          "bodyInnerHTML": "`foö̤b^arbaz´",
650
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö̤b^arbaz´</body>"
651
        },
652
        "body": {
653
          "valscore": 1,
654
          "selscore": 0,
655
          "valresult": 8,
656
          "selresult": 2,
657
          "output": "`foö̤b^arbaz´",
658
          "innerHTML": "`foö̤b^arbaz´",
659
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö̤b^arbaz´</body>",
660
          "bodyInnerHTML": "`foö̤b^arbaz´",
661
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö̤b^arbaz´</body>"
662
        },
663
        "div": {
664
          "valscore": 1,
665
          "selscore": 0,
666
          "valresult": 8,
667
          "selresult": 2,
668
          "output": "`foö̤b^arbaz´",
669
          "innerHTML": "`foö̤b^arbaz´",
670
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foö̤b^arbaz´</div>",
671
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foö̤b^arbaz´</div>CAN<br>ARY",
672
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foö̤b^arbaz´</div>CAN<br>ARY</body>"
673
        }
674
      },
675
      "SM:m.f.c_CHAR-5_SL": {
676
        "dM": {
677
          "valscore": 1,
678
          "selscore": 1,
679
          "valresult": 8,
680
          "selresult": 5,
681
          "output": "`foö̤^barbaz´",
682
          "innerHTML": "`foö̤^barbaz´",
683
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö̤^barbaz´</body>",
684
          "bodyInnerHTML": "`foö̤^barbaz´",
685
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö̤^barbaz´</body>"
686
        },
687
        "body": {
688
          "valscore": 1,
689
          "selscore": 1,
690
          "valresult": 8,
691
          "selresult": 5,
692
          "output": "`foö̤^barbaz´",
693
          "innerHTML": "`foö̤^barbaz´",
694
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö̤^barbaz´</body>",
695
          "bodyInnerHTML": "`foö̤^barbaz´",
696
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö̤^barbaz´</body>"
697
        },
698
        "div": {
699
          "valscore": 1,
700
          "selscore": 1,
701
          "valresult": 8,
702
          "selresult": 5,
703
          "output": "`foö̤^barbaz´",
704
          "innerHTML": "`foö̤^barbaz´",
705
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foö̤^barbaz´</div>",
706
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foö̤^barbaz´</div>CAN<br>ARY",
707
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foö̤^barbaz´</div>CAN<br>ARY</body>"
708
        }
709
      },
710
      "SM:m.f.c_CHAR-5_SR": {
711
        "dM": {
712
          "valscore": 1,
713
          "selscore": 0,
714
          "valresult": 8,
715
          "selresult": 2,
716
          "output": "`foö̤barb^az´",
717
          "innerHTML": "`foö̤barb^az´",
718
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö̤barb^az´</body>",
719
          "bodyInnerHTML": "`foö̤barb^az´",
720
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö̤barb^az´</body>"
721
        },
722
        "body": {
723
          "valscore": 1,
724
          "selscore": 0,
725
          "valresult": 8,
726
          "selresult": 2,
727
          "output": "`foö̤barb^az´",
728
          "innerHTML": "`foö̤barb^az´",
729
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö̤barb^az´</body>",
730
          "bodyInnerHTML": "`foö̤barb^az´",
731
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö̤barb^az´</body>"
732
        },
733
        "div": {
734
          "valscore": 1,
735
          "selscore": 0,
736
          "valresult": 8,
737
          "selresult": 2,
738
          "output": "`foö̤barb^az´",
739
          "innerHTML": "`foö̤barb^az´",
740
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foö̤barb^az´</div>",
741
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foö̤barb^az´</div>CAN<br>ARY",
742
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foö̤barb^az´</div>CAN<br>ARY</body>"
743
        }
744
      },
745
      "SM:m.f.c_CHAR-6_SC-1": {
746
        "dM": {
747
          "valscore": 1,
748
          "selscore": 1,
749
          "valresult": 8,
750
          "selresult": 5,
751
          "output": "`foo⃞^barbaz´",
752
          "innerHTML": "`foo⃞^barbaz´",
753
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo⃞^barbaz´</body>",
754
          "bodyInnerHTML": "`foo⃞^barbaz´",
755
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo⃞^barbaz´</body>"
756
        },
757
        "body": {
758
          "valscore": 1,
759
          "selscore": 1,
760
          "valresult": 8,
761
          "selresult": 5,
762
          "output": "`foo⃞^barbaz´",
763
          "innerHTML": "`foo⃞^barbaz´",
764
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo⃞^barbaz´</body>",
765
          "bodyInnerHTML": "`foo⃞^barbaz´",
766
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo⃞^barbaz´</body>"
767
        },
768
        "div": {
769
          "valscore": 1,
770
          "selscore": 1,
771
          "valresult": 8,
772
          "selresult": 5,
773
          "output": "`foo⃞^barbaz´",
774
          "innerHTML": "`foo⃞^barbaz´",
775
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo⃞^barbaz´</div>",
776
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo⃞^barbaz´</div>CAN<br>ARY",
777
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo⃞^barbaz´</div>CAN<br>ARY</body>"
778
        }
779
      },
780
      "SM:m.f.c_CHAR-7_SC-1": {
781
        "dM": {
782
          "valscore": 1,
783
          "selscore": 1,
784
          "valresult": 8,
785
          "selresult": 5,
786
          "output": "`foo̸^barbaz´",
787
          "innerHTML": "`foo̸^barbaz´",
788
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo̸^barbaz´</body>",
789
          "bodyInnerHTML": "`foo̸^barbaz´",
790
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo̸^barbaz´</body>"
791
        },
792
        "body": {
793
          "valscore": 1,
794
          "selscore": 1,
795
          "valresult": 8,
796
          "selresult": 5,
797
          "output": "`foo̸^barbaz´",
798
          "innerHTML": "`foo̸^barbaz´",
799
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo̸^barbaz´</body>",
800
          "bodyInnerHTML": "`foo̸^barbaz´",
801
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo̸^barbaz´</body>"
802
        },
803
        "div": {
804
          "valscore": 1,
805
          "selscore": 1,
806
          "valresult": 8,
807
          "selresult": 5,
808
          "output": "`foo̸^barbaz´",
809
          "innerHTML": "`foo̸^barbaz´",
810
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo̸^barbaz´</div>",
811
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo̸^barbaz´</div>CAN<br>ARY",
812
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo̸^barbaz´</div>CAN<br>ARY</body>"
813
        }
814
      },
815
      "SM:m.b.c_CHAR-2_SC-1": {
816
        "dM": {
817
          "valscore": 1,
818
          "selscore": 1,
819
          "valresult": 8,
820
          "selresult": 5,
821
          "output": "`fo^öbarbaz´",
822
          "innerHTML": "`fo^öbarbaz´",
823
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^öbarbaz´</body>",
824
          "bodyInnerHTML": "`fo^öbarbaz´",
825
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^öbarbaz´</body>"
826
        },
827
        "body": {
828
          "valscore": 1,
829
          "selscore": 1,
830
          "valresult": 8,
831
          "selresult": 5,
832
          "output": "`fo^öbarbaz´",
833
          "innerHTML": "`fo^öbarbaz´",
834
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^öbarbaz´</body>",
835
          "bodyInnerHTML": "`fo^öbarbaz´",
836
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^öbarbaz´</body>"
837
        },
838
        "div": {
839
          "valscore": 1,
840
          "selscore": 1,
841
          "valresult": 8,
842
          "selresult": 5,
843
          "output": "`fo^öbarbaz´",
844
          "innerHTML": "`fo^öbarbaz´",
845
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^öbarbaz´</div>",
846
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^öbarbaz´</div>CAN<br>ARY",
847
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^öbarbaz´</div>CAN<br>ARY</body>"
848
        }
849
      },
850
      "SM:m.b.c_CHAR-3_SC-1": {
851
        "dM": {
852
          "valscore": 1,
853
          "selscore": 1,
854
          "valresult": 8,
855
          "selresult": 5,
856
          "output": "`fo^öbarbaz´",
857
          "innerHTML": "`fo^öbarbaz´",
858
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^öbarbaz´</body>",
859
          "bodyInnerHTML": "`fo^öbarbaz´",
860
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^öbarbaz´</body>"
861
        },
862
        "body": {
863
          "valscore": 1,
864
          "selscore": 1,
865
          "valresult": 8,
866
          "selresult": 5,
867
          "output": "`fo^öbarbaz´",
868
          "innerHTML": "`fo^öbarbaz´",
869
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^öbarbaz´</body>",
870
          "bodyInnerHTML": "`fo^öbarbaz´",
871
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^öbarbaz´</body>"
872
        },
873
        "div": {
874
          "valscore": 1,
875
          "selscore": 1,
876
          "valresult": 8,
877
          "selresult": 5,
878
          "output": "`fo^öbarbaz´",
879
          "innerHTML": "`fo^öbarbaz´",
880
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^öbarbaz´</div>",
881
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^öbarbaz´</div>CAN<br>ARY",
882
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^öbarbaz´</div>CAN<br>ARY</body>"
883
        }
884
      },
885
      "SM:m.b.c_CHAR-4_SC-1": {
886
        "dM": {
887
          "valscore": 1,
888
          "selscore": 1,
889
          "valresult": 8,
890
          "selresult": 5,
891
          "output": "`fo^o̤barbaz´",
892
          "innerHTML": "`fo^o̤barbaz´",
893
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^o̤barbaz´</body>",
894
          "bodyInnerHTML": "`fo^o̤barbaz´",
895
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^o̤barbaz´</body>"
896
        },
897
        "body": {
898
          "valscore": 1,
899
          "selscore": 1,
900
          "valresult": 8,
901
          "selresult": 5,
902
          "output": "`fo^o̤barbaz´",
903
          "innerHTML": "`fo^o̤barbaz´",
904
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^o̤barbaz´</body>",
905
          "bodyInnerHTML": "`fo^o̤barbaz´",
906
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^o̤barbaz´</body>"
907
        },
908
        "div": {
909
          "valscore": 1,
910
          "selscore": 1,
911
          "valresult": 8,
912
          "selresult": 5,
913
          "output": "`fo^o̤barbaz´",
914
          "innerHTML": "`fo^o̤barbaz´",
915
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^o̤barbaz´</div>",
916
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^o̤barbaz´</div>CAN<br>ARY",
917
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^o̤barbaz´</div>CAN<br>ARY</body>"
918
        }
919
      },
920
      "SM:m.b.c_CHAR-5_SC-1": {
921
        "dM": {
922
          "valscore": 1,
923
          "selscore": 1,
924
          "valresult": 8,
925
          "selresult": 5,
926
          "output": "`fo^ö̤barbaz´",
927
          "innerHTML": "`fo^ö̤barbaz´",
928
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^ö̤barbaz´</body>",
929
          "bodyInnerHTML": "`fo^ö̤barbaz´",
930
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^ö̤barbaz´</body>"
931
        },
932
        "body": {
933
          "valscore": 1,
934
          "selscore": 1,
935
          "valresult": 8,
936
          "selresult": 5,
937
          "output": "`fo^ö̤barbaz´",
938
          "innerHTML": "`fo^ö̤barbaz´",
939
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^ö̤barbaz´</body>",
940
          "bodyInnerHTML": "`fo^ö̤barbaz´",
941
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^ö̤barbaz´</body>"
942
        },
943
        "div": {
944
          "valscore": 1,
945
          "selscore": 1,
946
          "valresult": 8,
947
          "selresult": 5,
948
          "output": "`fo^ö̤barbaz´",
949
          "innerHTML": "`fo^ö̤barbaz´",
950
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^ö̤barbaz´</div>",
951
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^ö̤barbaz´</div>CAN<br>ARY",
952
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^ö̤barbaz´</div>CAN<br>ARY</body>"
953
        }
954
      },
955
      "SM:m.b.c_CHAR-5_SI-1": {
956
        "dM": {
957
          "valscore": 1,
958
          "selscore": 1,
959
          "valresult": 8,
960
          "selresult": 5,
961
          "output": "`fo^ö̤barbaz´",
962
          "innerHTML": "`fo^ö̤barbaz´",
963
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^ö̤barbaz´</body>",
964
          "bodyInnerHTML": "`fo^ö̤barbaz´",
965
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^ö̤barbaz´</body>"
966
        },
967
        "body": {
968
          "valscore": 1,
969
          "selscore": 1,
970
          "valresult": 8,
971
          "selresult": 5,
972
          "output": "`fo^ö̤barbaz´",
973
          "innerHTML": "`fo^ö̤barbaz´",
974
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^ö̤barbaz´</body>",
975
          "bodyInnerHTML": "`fo^ö̤barbaz´",
976
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^ö̤barbaz´</body>"
977
        },
978
        "div": {
979
          "valscore": 1,
980
          "selscore": 1,
981
          "valresult": 8,
982
          "selresult": 5,
983
          "output": "`fo^ö̤barbaz´",
984
          "innerHTML": "`fo^ö̤barbaz´",
985
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^ö̤barbaz´</div>",
986
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^ö̤barbaz´</div>CAN<br>ARY",
987
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^ö̤barbaz´</div>CAN<br>ARY</body>"
988
        }
989
      },
990
      "SM:m.b.c_CHAR-5_SI-2": {
991
        "dM": {
992
          "valscore": 1,
993
          "selscore": 1,
994
          "valresult": 8,
995
          "selresult": 5,
996
          "output": "`fo^ö̤barbaz´",
997
          "innerHTML": "`fo^ö̤barbaz´",
998
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^ö̤barbaz´</body>",
999
          "bodyInnerHTML": "`fo^ö̤barbaz´",
1000
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^ö̤barbaz´</body>"
1001
        },
1002
        "body": {
1003
          "valscore": 1,
1004
          "selscore": 1,
1005
          "valresult": 8,
1006
          "selresult": 5,
1007
          "output": "`fo^ö̤barbaz´",
1008
          "innerHTML": "`fo^ö̤barbaz´",
1009
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^ö̤barbaz´</body>",
1010
          "bodyInnerHTML": "`fo^ö̤barbaz´",
1011
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^ö̤barbaz´</body>"
1012
        },
1013
        "div": {
1014
          "valscore": 1,
1015
          "selscore": 1,
1016
          "valresult": 8,
1017
          "selresult": 5,
1018
          "output": "`fo^ö̤barbaz´",
1019
          "innerHTML": "`fo^ö̤barbaz´",
1020
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^ö̤barbaz´</div>",
1021
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^ö̤barbaz´</div>CAN<br>ARY",
1022
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^ö̤barbaz´</div>CAN<br>ARY</body>"
1023
        }
1024
      },
1025
      "SM:m.b.c_CHAR-5_SL": {
1026
        "dM": {
1027
          "valscore": 1,
1028
          "selscore": 1,
1029
          "valresult": 8,
1030
          "selresult": 5,
1031
          "output": "`fo^ö̤barbaz´",
1032
          "innerHTML": "`fo^ö̤barbaz´",
1033
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^ö̤barbaz´</body>",
1034
          "bodyInnerHTML": "`fo^ö̤barbaz´",
1035
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^ö̤barbaz´</body>"
1036
        },
1037
        "body": {
1038
          "valscore": 1,
1039
          "selscore": 1,
1040
          "valresult": 8,
1041
          "selresult": 5,
1042
          "output": "`fo^ö̤barbaz´",
1043
          "innerHTML": "`fo^ö̤barbaz´",
1044
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^ö̤barbaz´</body>",
1045
          "bodyInnerHTML": "`fo^ö̤barbaz´",
1046
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^ö̤barbaz´</body>"
1047
        },
1048
        "div": {
1049
          "valscore": 1,
1050
          "selscore": 1,
1051
          "valresult": 8,
1052
          "selresult": 5,
1053
          "output": "`fo^ö̤barbaz´",
1054
          "innerHTML": "`fo^ö̤barbaz´",
1055
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^ö̤barbaz´</div>",
1056
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^ö̤barbaz´</div>CAN<br>ARY",
1057
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^ö̤barbaz´</div>CAN<br>ARY</body>"
1058
        }
1059
      },
1060
      "SM:m.b.c_CHAR-5_SR": {
1061
        "dM": {
1062
          "valscore": 1,
1063
          "selscore": 0,
1064
          "valresult": 8,
1065
          "selresult": 2,
1066
          "output": "`foö̤ba^rbaz´",
1067
          "innerHTML": "`foö̤ba^rbaz´",
1068
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö̤ba^rbaz´</body>",
1069
          "bodyInnerHTML": "`foö̤ba^rbaz´",
1070
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö̤ba^rbaz´</body>"
1071
        },
1072
        "body": {
1073
          "valscore": 1,
1074
          "selscore": 0,
1075
          "valresult": 8,
1076
          "selresult": 2,
1077
          "output": "`foö̤ba^rbaz´",
1078
          "innerHTML": "`foö̤ba^rbaz´",
1079
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö̤ba^rbaz´</body>",
1080
          "bodyInnerHTML": "`foö̤ba^rbaz´",
1081
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö̤ba^rbaz´</body>"
1082
        },
1083
        "div": {
1084
          "valscore": 1,
1085
          "selscore": 0,
1086
          "valresult": 8,
1087
          "selresult": 2,
1088
          "output": "`foö̤ba^rbaz´",
1089
          "innerHTML": "`foö̤ba^rbaz´",
1090
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foö̤ba^rbaz´</div>",
1091
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foö̤ba^rbaz´</div>CAN<br>ARY",
1092
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foö̤ba^rbaz´</div>CAN<br>ARY</body>"
1093
        }
1094
      },
1095
      "SM:m.b.c_CHAR-6_SC-1": {
1096
        "dM": {
1097
          "valscore": 1,
1098
          "selscore": 1,
1099
          "valresult": 8,
1100
          "selresult": 5,
1101
          "output": "`fo^o⃞barbaz´",
1102
          "innerHTML": "`fo^o⃞barbaz´",
1103
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^o⃞barbaz´</body>",
1104
          "bodyInnerHTML": "`fo^o⃞barbaz´",
1105
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^o⃞barbaz´</body>"
1106
        },
1107
        "body": {
1108
          "valscore": 1,
1109
          "selscore": 1,
1110
          "valresult": 8,
1111
          "selresult": 5,
1112
          "output": "`fo^o⃞barbaz´",
1113
          "innerHTML": "`fo^o⃞barbaz´",
1114
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^o⃞barbaz´</body>",
1115
          "bodyInnerHTML": "`fo^o⃞barbaz´",
1116
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^o⃞barbaz´</body>"
1117
        },
1118
        "div": {
1119
          "valscore": 1,
1120
          "selscore": 1,
1121
          "valresult": 8,
1122
          "selresult": 5,
1123
          "output": "`fo^o⃞barbaz´",
1124
          "innerHTML": "`fo^o⃞barbaz´",
1125
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^o⃞barbaz´</div>",
1126
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^o⃞barbaz´</div>CAN<br>ARY",
1127
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^o⃞barbaz´</div>CAN<br>ARY</body>"
1128
        }
1129
      },
1130
      "SM:m.b.c_CHAR-7_SC-1": {
1131
        "dM": {
1132
          "valscore": 1,
1133
          "selscore": 1,
1134
          "valresult": 8,
1135
          "selresult": 5,
1136
          "output": "`fo^o̸barbaz´",
1137
          "innerHTML": "`fo^o̸barbaz´",
1138
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^o̸barbaz´</body>",
1139
          "bodyInnerHTML": "`fo^o̸barbaz´",
1140
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^o̸barbaz´</body>"
1141
        },
1142
        "body": {
1143
          "valscore": 1,
1144
          "selscore": 1,
1145
          "valresult": 8,
1146
          "selresult": 5,
1147
          "output": "`fo^o̸barbaz´",
1148
          "innerHTML": "`fo^o̸barbaz´",
1149
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^o̸barbaz´</body>",
1150
          "bodyInnerHTML": "`fo^o̸barbaz´",
1151
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^o̸barbaz´</body>"
1152
        },
1153
        "div": {
1154
          "valscore": 1,
1155
          "selscore": 1,
1156
          "valresult": 8,
1157
          "selresult": 5,
1158
          "output": "`fo^o̸barbaz´",
1159
          "innerHTML": "`fo^o̸barbaz´",
1160
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^o̸barbaz´</div>",
1161
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^o̸barbaz´</div>CAN<br>ARY",
1162
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^o̸barbaz´</div>CAN<br>ARY</body>"
1163
        }
1164
      },
1165
      "SM:m.f.c_Pdir:rtl-1_SC-1": {
1166
        "dM": {
1167
          "valscore": 1,
1168
          "selscore": 0,
1169
          "valresult": 8,
1170
          "selresult": 2,
1171
          "output": "<p dir=\"rtl\">`foo ^bar baz´</p>",
1172
          "innerHTML": "<p dir=\"rtl\">`foo ^bar baz´</p>",
1173
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p dir=\"rtl\">`foo ^bar baz´</p></body>",
1174
          "bodyInnerHTML": "<p dir=\"rtl\">`foo ^bar baz´</p>",
1175
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p dir=\"rtl\">`foo ^bar baz´</p></body>"
1176
        },
1177
        "body": {
1178
          "valscore": 1,
1179
          "selscore": 0,
1180
          "valresult": 8,
1181
          "selresult": 2,
1182
          "output": "<p dir=\"rtl\">`foo ^bar baz´</p>",
1183
          "innerHTML": "<p dir=\"rtl\">`foo ^bar baz´</p>",
1184
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p dir=\"rtl\">`foo ^bar baz´</p></body>",
1185
          "bodyInnerHTML": "<p dir=\"rtl\">`foo ^bar baz´</p>",
1186
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p dir=\"rtl\">`foo ^bar baz´</p></body>"
1187
        },
1188
        "div": {
1189
          "valscore": 1,
1190
          "selscore": 0,
1191
          "valresult": 8,
1192
          "selresult": 2,
1193
          "output": "<p dir=\"rtl\">`foo ^bar baz´</p>",
1194
          "innerHTML": "<p dir=\"rtl\">`foo ^bar baz´</p>",
1195
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p dir=\"rtl\">`foo ^bar baz´</p></div>",
1196
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p dir=\"rtl\">`foo ^bar baz´</p></div>CAN<br>ARY",
1197
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p dir=\"rtl\">`foo ^bar baz´</p></div>CAN<br>ARY</body>"
1198
        }
1199
      },
1200
      "SM:m.b.c_Pdir:rtl-1_SC-1": {
1201
        "dM": {
1202
          "valscore": 1,
1203
          "selscore": 0,
1204
          "valresult": 8,
1205
          "selresult": 2,
1206
          "output": "<p dir=\"rtl\">`foo bar^ baz´</p>",
1207
          "innerHTML": "<p dir=\"rtl\">`foo bar^ baz´</p>",
1208
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p dir=\"rtl\">`foo bar^ baz´</p></body>",
1209
          "bodyInnerHTML": "<p dir=\"rtl\">`foo bar^ baz´</p>",
1210
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p dir=\"rtl\">`foo bar^ baz´</p></body>"
1211
        },
1212
        "body": {
1213
          "valscore": 1,
1214
          "selscore": 0,
1215
          "valresult": 8,
1216
          "selresult": 2,
1217
          "output": "<p dir=\"rtl\">`foo bar^ baz´</p>",
1218
          "innerHTML": "<p dir=\"rtl\">`foo bar^ baz´</p>",
1219
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p dir=\"rtl\">`foo bar^ baz´</p></body>",
1220
          "bodyInnerHTML": "<p dir=\"rtl\">`foo bar^ baz´</p>",
1221
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p dir=\"rtl\">`foo bar^ baz´</p></body>"
1222
        },
1223
        "div": {
1224
          "valscore": 1,
1225
          "selscore": 0,
1226
          "valresult": 8,
1227
          "selresult": 2,
1228
          "output": "<p dir=\"rtl\">`foo bar^ baz´</p>",
1229
          "innerHTML": "<p dir=\"rtl\">`foo bar^ baz´</p>",
1230
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p dir=\"rtl\">`foo bar^ baz´</p></div>",
1231
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p dir=\"rtl\">`foo bar^ baz´</p></div>CAN<br>ARY",
1232
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p dir=\"rtl\">`foo bar^ baz´</p></div>CAN<br>ARY</body>"
1233
        }
1234
      },
1235
      "SM:m.r.c_Pdir:rtl-1_SC-1": {
1236
        "dM": {
1237
          "valscore": 1,
1238
          "selscore": 1,
1239
          "valresult": 8,
1240
          "selresult": 5,
1241
          "output": "<p dir=\"rtl\">`foo ba^r baz´</p>",
1242
          "innerHTML": "<p dir=\"rtl\">`foo ba^r baz´</p>",
1243
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p dir=\"rtl\">`foo ba^r baz´</p></body>",
1244
          "bodyInnerHTML": "<p dir=\"rtl\">`foo ba^r baz´</p>",
1245
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p dir=\"rtl\">`foo ba^r baz´</p></body>"
1246
        },
1247
        "body": {
1248
          "valscore": 1,
1249
          "selscore": 1,
1250
          "valresult": 8,
1251
          "selresult": 5,
1252
          "output": "<p dir=\"rtl\">`foo ba^r baz´</p>",
1253
          "innerHTML": "<p dir=\"rtl\">`foo ba^r baz´</p>",
1254
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p dir=\"rtl\">`foo ba^r baz´</p></body>",
1255
          "bodyInnerHTML": "<p dir=\"rtl\">`foo ba^r baz´</p>",
1256
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p dir=\"rtl\">`foo ba^r baz´</p></body>"
1257
        },
1258
        "div": {
1259
          "valscore": 1,
1260
          "selscore": 1,
1261
          "valresult": 8,
1262
          "selresult": 5,
1263
          "output": "<p dir=\"rtl\">`foo ba^r baz´</p>",
1264
          "innerHTML": "<p dir=\"rtl\">`foo ba^r baz´</p>",
1265
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p dir=\"rtl\">`foo ba^r baz´</p></div>",
1266
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p dir=\"rtl\">`foo ba^r baz´</p></div>CAN<br>ARY",
1267
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p dir=\"rtl\">`foo ba^r baz´</p></div>CAN<br>ARY</body>"
1268
        }
1269
      },
1270
      "SM:m.l.c_Pdir:rtl-1_SC-1": {
1271
        "dM": {
1272
          "valscore": 1,
1273
          "selscore": 1,
1274
          "valresult": 8,
1275
          "selresult": 5,
1276
          "output": "<p dir=\"rtl\">`foo b^ar baz´</p>",
1277
          "innerHTML": "<p dir=\"rtl\">`foo b^ar baz´</p>",
1278
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p dir=\"rtl\">`foo b^ar baz´</p></body>",
1279
          "bodyInnerHTML": "<p dir=\"rtl\">`foo b^ar baz´</p>",
1280
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p dir=\"rtl\">`foo b^ar baz´</p></body>"
1281
        },
1282
        "body": {
1283
          "valscore": 1,
1284
          "selscore": 1,
1285
          "valresult": 8,
1286
          "selresult": 5,
1287
          "output": "<p dir=\"rtl\">`foo b^ar baz´</p>",
1288
          "innerHTML": "<p dir=\"rtl\">`foo b^ar baz´</p>",
1289
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p dir=\"rtl\">`foo b^ar baz´</p></body>",
1290
          "bodyInnerHTML": "<p dir=\"rtl\">`foo b^ar baz´</p>",
1291
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p dir=\"rtl\">`foo b^ar baz´</p></body>"
1292
        },
1293
        "div": {
1294
          "valscore": 1,
1295
          "selscore": 1,
1296
          "valresult": 8,
1297
          "selresult": 5,
1298
          "output": "<p dir=\"rtl\">`foo b^ar baz´</p>",
1299
          "innerHTML": "<p dir=\"rtl\">`foo b^ar baz´</p>",
1300
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p dir=\"rtl\">`foo b^ar baz´</p></div>",
1301
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p dir=\"rtl\">`foo b^ar baz´</p></div>CAN<br>ARY",
1302
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p dir=\"rtl\">`foo b^ar baz´</p></div>CAN<br>ARY</body>"
1303
        }
1304
      },
1305
      "SM:m.f.c_TEXT:ar-1_SC-1": {
1306
        "dM": {
1307
          "valscore": 1,
1308
          "selscore": 1,
1309
          "valresult": 8,
1310
          "selresult": 5,
1311
          "output": "`مرحب^ا العالم´",
1312
          "innerHTML": "`مرحب^ا العالم´",
1313
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`مرحب^ا العالم´</body>",
1314
          "bodyInnerHTML": "`مرحب^ا العالم´",
1315
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`مرحب^ا العالم´</body>"
1316
        },
1317
        "body": {
1318
          "valscore": 1,
1319
          "selscore": 1,
1320
          "valresult": 8,
1321
          "selresult": 5,
1322
          "output": "`مرحب^ا العالم´",
1323
          "innerHTML": "`مرحب^ا العالم´",
1324
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`مرحب^ا العالم´</body>",
1325
          "bodyInnerHTML": "`مرحب^ا العالم´",
1326
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`مرحب^ا العالم´</body>"
1327
        },
1328
        "div": {
1329
          "valscore": 1,
1330
          "selscore": 1,
1331
          "valresult": 8,
1332
          "selresult": 5,
1333
          "output": "`مرحب^ا العالم´",
1334
          "innerHTML": "`مرحب^ا العالم´",
1335
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`مرحب^ا العالم´</div>",
1336
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`مرحب^ا العالم´</div>CAN<br>ARY",
1337
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`مرحب^ا العالم´</div>CAN<br>ARY</body>"
1338
        }
1339
      },
1340
      "SM:m.b.c_TEXT:ar-1_SC-1": {
1341
        "dM": {
1342
          "valscore": 1,
1343
          "selscore": 1,
1344
          "valresult": 8,
1345
          "selresult": 5,
1346
          "output": "`مر^حبا العالم´",
1347
          "innerHTML": "`مر^حبا العالم´",
1348
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`مر^حبا العالم´</body>",
1349
          "bodyInnerHTML": "`مر^حبا العالم´",
1350
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`مر^حبا العالم´</body>"
1351
        },
1352
        "body": {
1353
          "valscore": 1,
1354
          "selscore": 1,
1355
          "valresult": 8,
1356
          "selresult": 5,
1357
          "output": "`مر^حبا العالم´",
1358
          "innerHTML": "`مر^حبا العالم´",
1359
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`مر^حبا العالم´</body>",
1360
          "bodyInnerHTML": "`مر^حبا العالم´",
1361
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`مر^حبا العالم´</body>"
1362
        },
1363
        "div": {
1364
          "valscore": 1,
1365
          "selscore": 1,
1366
          "valresult": 8,
1367
          "selresult": 5,
1368
          "output": "`مر^حبا العالم´",
1369
          "innerHTML": "`مر^حبا العالم´",
1370
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`مر^حبا العالم´</div>",
1371
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`مر^حبا العالم´</div>CAN<br>ARY",
1372
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`مر^حبا العالم´</div>CAN<br>ARY</body>"
1373
        }
1374
      },
1375
      "SM:m.f.c_TEXT:he-1_SC-1": {
1376
        "dM": {
1377
          "valscore": 1,
1378
          "selscore": 1,
1379
          "valresult": 8,
1380
          "selresult": 5,
1381
          "output": "`שלו^ם עולם´",
1382
          "innerHTML": "`שלו^ם עולם´",
1383
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`שלו^ם עולם´</body>",
1384
          "bodyInnerHTML": "`שלו^ם עולם´",
1385
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`שלו^ם עולם´</body>"
1386
        },
1387
        "body": {
1388
          "valscore": 1,
1389
          "selscore": 1,
1390
          "valresult": 8,
1391
          "selresult": 5,
1392
          "output": "`שלו^ם עולם´",
1393
          "innerHTML": "`שלו^ם עולם´",
1394
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`שלו^ם עולם´</body>",
1395
          "bodyInnerHTML": "`שלו^ם עולם´",
1396
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`שלו^ם עולם´</body>"
1397
        },
1398
        "div": {
1399
          "valscore": 1,
1400
          "selscore": 1,
1401
          "valresult": 8,
1402
          "selresult": 5,
1403
          "output": "`שלו^ם עולם´",
1404
          "innerHTML": "`שלו^ם עולם´",
1405
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`שלו^ם עולם´</div>",
1406
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`שלו^ם עולם´</div>CAN<br>ARY",
1407
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`שלו^ם עולם´</div>CAN<br>ARY</body>"
1408
        }
1409
      },
1410
      "SM:m.b.c_TEXT:he-1_SC-1": {
1411
        "dM": {
1412
          "valscore": 1,
1413
          "selscore": 1,
1414
          "valresult": 8,
1415
          "selresult": 5,
1416
          "output": "`ש^לום עולם´",
1417
          "innerHTML": "`ש^לום עולם´",
1418
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`ש^לום עולם´</body>",
1419
          "bodyInnerHTML": "`ש^לום עולם´",
1420
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`ש^לום עולם´</body>"
1421
        },
1422
        "body": {
1423
          "valscore": 1,
1424
          "selscore": 1,
1425
          "valresult": 8,
1426
          "selresult": 5,
1427
          "output": "`ש^לום עולם´",
1428
          "innerHTML": "`ש^לום עולם´",
1429
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`ש^לום עולם´</body>",
1430
          "bodyInnerHTML": "`ש^לום עולם´",
1431
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`ש^לום עולם´</body>"
1432
        },
1433
        "div": {
1434
          "valscore": 1,
1435
          "selscore": 1,
1436
          "valresult": 8,
1437
          "selresult": 5,
1438
          "output": "`ש^לום עולם´",
1439
          "innerHTML": "`ש^לום עולם´",
1440
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`ש^לום עולם´</div>",
1441
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`ש^לום עולם´</div>CAN<br>ARY",
1442
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`ש^לום עולם´</div>CAN<br>ARY</body>"
1443
        }
1444
      },
1445
      "SM:m.f.c_BDOdir:rtl-1_SC-1": {
1446
        "dM": {
1447
          "valscore": 1,
1448
          "selscore": 1,
1449
          "valresult": 8,
1450
          "selresult": 5,
1451
          "output": "`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´",
1452
          "innerHTML": "`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´",
1453
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´</body>",
1454
          "bodyInnerHTML": "`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´",
1455
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´</body>"
1456
        },
1457
        "body": {
1458
          "valscore": 1,
1459
          "selscore": 1,
1460
          "valresult": 8,
1461
          "selresult": 5,
1462
          "output": "`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´",
1463
          "innerHTML": "`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´",
1464
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´</body>",
1465
          "bodyInnerHTML": "`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´",
1466
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´</body>"
1467
        },
1468
        "div": {
1469
          "valscore": 1,
1470
          "selscore": 1,
1471
          "valresult": 8,
1472
          "selresult": 5,
1473
          "output": "`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´",
1474
          "innerHTML": "`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´",
1475
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´</div>",
1476
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´</div>CAN<br>ARY",
1477
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´</div>CAN<br>ARY</body>"
1478
        }
1479
      },
1480
      "SM:m.b.c_BDOdir:rtl-1_SC-1": {
1481
        "dM": {
1482
          "valscore": 1,
1483
          "selscore": 1,
1484
          "valresult": 8,
1485
          "selresult": 5,
1486
          "output": "`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´",
1487
          "innerHTML": "`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´",
1488
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´</body>",
1489
          "bodyInnerHTML": "`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´",
1490
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´</body>"
1491
        },
1492
        "body": {
1493
          "valscore": 1,
1494
          "selscore": 1,
1495
          "valresult": 8,
1496
          "selresult": 5,
1497
          "output": "`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´",
1498
          "innerHTML": "`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´",
1499
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´</body>",
1500
          "bodyInnerHTML": "`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´",
1501
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´</body>"
1502
        },
1503
        "div": {
1504
          "valscore": 1,
1505
          "selscore": 1,
1506
          "valresult": 8,
1507
          "selresult": 5,
1508
          "output": "`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´",
1509
          "innerHTML": "`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´",
1510
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´</div>",
1511
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´</div>CAN<br>ARY",
1512
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´</div>CAN<br>ARY</body>"
1513
        }
1514
      },
1515
      "SM:m.r.c_BDOdir:rtl-1_SC-1": {
1516
        "dM": {
1517
          "valscore": 1,
1518
          "selscore": 1,
1519
          "valresult": 8,
1520
          "selresult": 5,
1521
          "output": "`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´",
1522
          "innerHTML": "`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´",
1523
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´</body>",
1524
          "bodyInnerHTML": "`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´",
1525
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´</body>"
1526
        },
1527
        "body": {
1528
          "valscore": 1,
1529
          "selscore": 1,
1530
          "valresult": 8,
1531
          "selresult": 5,
1532
          "output": "`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´",
1533
          "innerHTML": "`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´",
1534
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´</body>",
1535
          "bodyInnerHTML": "`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´",
1536
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´</body>"
1537
        },
1538
        "div": {
1539
          "valscore": 1,
1540
          "selscore": 1,
1541
          "valresult": 8,
1542
          "selresult": 5,
1543
          "output": "`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´",
1544
          "innerHTML": "`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´",
1545
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´</div>",
1546
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´</div>CAN<br>ARY",
1547
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ´<bdo dir=\"rtl\">`b^ar´</bdo>` baz´</div>CAN<br>ARY</body>"
1548
        }
1549
      },
1550
      "SM:m.l.c_BDOdir:rtl-1_SC-1": {
1551
        "dM": {
1552
          "valscore": 1,
1553
          "selscore": 1,
1554
          "valresult": 8,
1555
          "selresult": 5,
1556
          "output": "`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´",
1557
          "innerHTML": "`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´",
1558
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´</body>",
1559
          "bodyInnerHTML": "`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´",
1560
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´</body>"
1561
        },
1562
        "body": {
1563
          "valscore": 1,
1564
          "selscore": 1,
1565
          "valresult": 8,
1566
          "selresult": 5,
1567
          "output": "`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´",
1568
          "innerHTML": "`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´",
1569
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´</body>",
1570
          "bodyInnerHTML": "`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´",
1571
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´</body>"
1572
        },
1573
        "div": {
1574
          "valscore": 1,
1575
          "selscore": 1,
1576
          "valresult": 8,
1577
          "selresult": 5,
1578
          "output": "`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´",
1579
          "innerHTML": "`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´",
1580
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´</div>",
1581
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´</div>CAN<br>ARY",
1582
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ´<bdo dir=\"rtl\">`ba^r´</bdo>` baz´</div>CAN<br>ARY</body>"
1583
        }
1584
      },
1585
      "SM:m.f.c_TEXTrle-1_SC-rtl-1": {
1586
        "dM": {
1587
          "valscore": 1,
1588
          "selscore": 1,
1589
          "valresult": 8,
1590
          "selresult": 5,
1591
          "output": "`I said, \"(RLE)car يعني سيا^رة(PDF)\".´",
1592
          "innerHTML": "`I said, \"(RLE)car يعني سيا^رة(PDF)\".´",
1593
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLE)car يعني سيا^رة(PDF)\".´</body>",
1594
          "bodyInnerHTML": "`I said, \"(RLE)car يعني سيا^رة(PDF)\".´",
1595
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLE)car يعني سيا^رة(PDF)\".´</body>"
1596
        },
1597
        "body": {
1598
          "valscore": 1,
1599
          "selscore": 1,
1600
          "valresult": 8,
1601
          "selresult": 5,
1602
          "output": "`I said, \"(RLE)car يعني سيا^رة(PDF)\".´",
1603
          "innerHTML": "`I said, \"(RLE)car يعني سيا^رة(PDF)\".´",
1604
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLE)car يعني سيا^رة(PDF)\".´</body>",
1605
          "bodyInnerHTML": "`I said, \"(RLE)car يعني سيا^رة(PDF)\".´",
1606
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLE)car يعني سيا^رة(PDF)\".´</body>"
1607
        },
1608
        "div": {
1609
          "valscore": 1,
1610
          "selscore": 1,
1611
          "valresult": 8,
1612
          "selresult": 5,
1613
          "output": "`I said, \"(RLE)car يعني سيا^رة(PDF)\".´",
1614
          "innerHTML": "`I said, \"(RLE)car يعني سيا^رة(PDF)\".´",
1615
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLE)car يعني سيا^رة(PDF)\".´</div>",
1616
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"(RLE)car يعني سيا^رة(PDF)\".´</div>CAN<br>ARY",
1617
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLE)car يعني سيا^رة(PDF)\".´</div>CAN<br>ARY</body>"
1618
        }
1619
      },
1620
      "SM:m.b.c_TEXTrle-1_SC-rtl-1": {
1621
        "dM": {
1622
          "valscore": 1,
1623
          "selscore": 1,
1624
          "valresult": 8,
1625
          "selresult": 5,
1626
          "output": "`I said, \"(RLE)car يعني س^يارة(PDF)\".´",
1627
          "innerHTML": "`I said, \"(RLE)car يعني س^يارة(PDF)\".´",
1628
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLE)car يعني س^يارة(PDF)\".´</body>",
1629
          "bodyInnerHTML": "`I said, \"(RLE)car يعني س^يارة(PDF)\".´",
1630
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLE)car يعني س^يارة(PDF)\".´</body>"
1631
        },
1632
        "body": {
1633
          "valscore": 1,
1634
          "selscore": 1,
1635
          "valresult": 8,
1636
          "selresult": 5,
1637
          "output": "`I said, \"(RLE)car يعني س^يارة(PDF)\".´",
1638
          "innerHTML": "`I said, \"(RLE)car يعني س^يارة(PDF)\".´",
1639
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLE)car يعني س^يارة(PDF)\".´</body>",
1640
          "bodyInnerHTML": "`I said, \"(RLE)car يعني س^يارة(PDF)\".´",
1641
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLE)car يعني س^يارة(PDF)\".´</body>"
1642
        },
1643
        "div": {
1644
          "valscore": 1,
1645
          "selscore": 1,
1646
          "valresult": 8,
1647
          "selresult": 5,
1648
          "output": "`I said, \"(RLE)car يعني س^يارة(PDF)\".´",
1649
          "innerHTML": "`I said, \"(RLE)car يعني س^يارة(PDF)\".´",
1650
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLE)car يعني س^يارة(PDF)\".´</div>",
1651
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"(RLE)car يعني س^يارة(PDF)\".´</div>CAN<br>ARY",
1652
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLE)car يعني س^يارة(PDF)\".´</div>CAN<br>ARY</body>"
1653
        }
1654
      },
1655
      "SM:m.r.c_TEXTrle-1_SC-rtl-1": {
1656
        "dM": {
1657
          "valscore": 1,
1658
          "selscore": 1,
1659
          "valresult": 8,
1660
          "selresult": 5,
1661
          "output": "`I said, \"(RLE)car يعني س^يارة(PDF)\".´",
1662
          "innerHTML": "`I said, \"(RLE)car يعني س^يارة(PDF)\".´",
1663
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLE)car يعني س^يارة(PDF)\".´</body>",
1664
          "bodyInnerHTML": "`I said, \"(RLE)car يعني س^يارة(PDF)\".´",
1665
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLE)car يعني س^يارة(PDF)\".´</body>"
1666
        },
1667
        "body": {
1668
          "valscore": 1,
1669
          "selscore": 1,
1670
          "valresult": 8,
1671
          "selresult": 5,
1672
          "output": "`I said, \"(RLE)car يعني س^يارة(PDF)\".´",
1673
          "innerHTML": "`I said, \"(RLE)car يعني س^يارة(PDF)\".´",
1674
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLE)car يعني س^يارة(PDF)\".´</body>",
1675
          "bodyInnerHTML": "`I said, \"(RLE)car يعني س^يارة(PDF)\".´",
1676
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLE)car يعني س^يارة(PDF)\".´</body>"
1677
        },
1678
        "div": {
1679
          "valscore": 1,
1680
          "selscore": 1,
1681
          "valresult": 8,
1682
          "selresult": 5,
1683
          "output": "`I said, \"(RLE)car يعني س^يارة(PDF)\".´",
1684
          "innerHTML": "`I said, \"(RLE)car يعني س^يارة(PDF)\".´",
1685
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLE)car يعني س^يارة(PDF)\".´</div>",
1686
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"(RLE)car يعني س^يارة(PDF)\".´</div>CAN<br>ARY",
1687
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLE)car يعني س^يارة(PDF)\".´</div>CAN<br>ARY</body>"
1688
        }
1689
      },
1690
      "SM:m.l.c_TEXTrle-1_SC-rtl-1": {
1691
        "dM": {
1692
          "valscore": 1,
1693
          "selscore": 1,
1694
          "valresult": 8,
1695
          "selresult": 5,
1696
          "output": "`I said, \"(RLE)car يعني سيا^رة(PDF)\".´",
1697
          "innerHTML": "`I said, \"(RLE)car يعني سيا^رة(PDF)\".´",
1698
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLE)car يعني سيا^رة(PDF)\".´</body>",
1699
          "bodyInnerHTML": "`I said, \"(RLE)car يعني سيا^رة(PDF)\".´",
1700
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLE)car يعني سيا^رة(PDF)\".´</body>"
1701
        },
1702
        "body": {
1703
          "valscore": 1,
1704
          "selscore": 1,
1705
          "valresult": 8,
1706
          "selresult": 5,
1707
          "output": "`I said, \"(RLE)car يعني سيا^رة(PDF)\".´",
1708
          "innerHTML": "`I said, \"(RLE)car يعني سيا^رة(PDF)\".´",
1709
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLE)car يعني سيا^رة(PDF)\".´</body>",
1710
          "bodyInnerHTML": "`I said, \"(RLE)car يعني سيا^رة(PDF)\".´",
1711
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLE)car يعني سيا^رة(PDF)\".´</body>"
1712
        },
1713
        "div": {
1714
          "valscore": 1,
1715
          "selscore": 1,
1716
          "valresult": 8,
1717
          "selresult": 5,
1718
          "output": "`I said, \"(RLE)car يعني سيا^رة(PDF)\".´",
1719
          "innerHTML": "`I said, \"(RLE)car يعني سيا^رة(PDF)\".´",
1720
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLE)car يعني سيا^رة(PDF)\".´</div>",
1721
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"(RLE)car يعني سيا^رة(PDF)\".´</div>CAN<br>ARY",
1722
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLE)car يعني سيا^رة(PDF)\".´</div>CAN<br>ARY</body>"
1723
        }
1724
      },
1725
      "SM:m.f.c_TEXTrle-1_SC-ltr-1": {
1726
        "dM": {
1727
          "valscore": 1,
1728
          "selscore": 1,
1729
          "valresult": 8,
1730
          "selresult": 5,
1731
          "output": "`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´",
1732
          "innerHTML": "`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´",
1733
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´</body>",
1734
          "bodyInnerHTML": "`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´",
1735
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´</body>"
1736
        },
1737
        "body": {
1738
          "valscore": 1,
1739
          "selscore": 1,
1740
          "valresult": 8,
1741
          "selresult": 5,
1742
          "output": "`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´",
1743
          "innerHTML": "`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´",
1744
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´</body>",
1745
          "bodyInnerHTML": "`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´",
1746
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´</body>"
1747
        },
1748
        "div": {
1749
          "valscore": 1,
1750
          "selscore": 1,
1751
          "valresult": 8,
1752
          "selresult": 5,
1753
          "output": "`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´",
1754
          "innerHTML": "`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´",
1755
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´</div>",
1756
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´</div>CAN<br>ARY",
1757
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´</div>CAN<br>ARY</body>"
1758
        }
1759
      },
1760
      "SM:m.b.c_TEXTrle-1_SC-ltr-1": {
1761
        "dM": {
1762
          "valscore": 1,
1763
          "selscore": 1,
1764
          "valresult": 8,
1765
          "selresult": 5,
1766
          "output": "`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´",
1767
          "innerHTML": "`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´",
1768
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´</body>",
1769
          "bodyInnerHTML": "`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´",
1770
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´</body>"
1771
        },
1772
        "body": {
1773
          "valscore": 1,
1774
          "selscore": 1,
1775
          "valresult": 8,
1776
          "selresult": 5,
1777
          "output": "`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´",
1778
          "innerHTML": "`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´",
1779
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´</body>",
1780
          "bodyInnerHTML": "`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´",
1781
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´</body>"
1782
        },
1783
        "div": {
1784
          "valscore": 1,
1785
          "selscore": 1,
1786
          "valresult": 8,
1787
          "selresult": 5,
1788
          "output": "`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´",
1789
          "innerHTML": "`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´",
1790
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´</div>",
1791
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´</div>CAN<br>ARY",
1792
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´</div>CAN<br>ARY</body>"
1793
        }
1794
      },
1795
      "SM:m.r.c_TEXTrle-1_SC-ltr-1": {
1796
        "dM": {
1797
          "valscore": 1,
1798
          "selscore": 1,
1799
          "valresult": 8,
1800
          "selresult": 5,
1801
          "output": "`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´",
1802
          "innerHTML": "`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´",
1803
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´</body>",
1804
          "bodyInnerHTML": "`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´",
1805
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´</body>"
1806
        },
1807
        "body": {
1808
          "valscore": 1,
1809
          "selscore": 1,
1810
          "valresult": 8,
1811
          "selresult": 5,
1812
          "output": "`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´",
1813
          "innerHTML": "`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´",
1814
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´</body>",
1815
          "bodyInnerHTML": "`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´",
1816
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´</body>"
1817
        },
1818
        "div": {
1819
          "valscore": 1,
1820
          "selscore": 1,
1821
          "valresult": 8,
1822
          "selresult": 5,
1823
          "output": "`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´",
1824
          "innerHTML": "`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´",
1825
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´</div>",
1826
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´</div>CAN<br>ARY",
1827
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLE)ca^r يعني سيارة(PDF)\".´</div>CAN<br>ARY</body>"
1828
        }
1829
      },
1830
      "SM:m.l.c_TEXTrle-1_SC-ltr-1": {
1831
        "dM": {
1832
          "valscore": 1,
1833
          "selscore": 1,
1834
          "valresult": 8,
1835
          "selresult": 5,
1836
          "output": "`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´",
1837
          "innerHTML": "`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´",
1838
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´</body>",
1839
          "bodyInnerHTML": "`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´",
1840
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´</body>"
1841
        },
1842
        "body": {
1843
          "valscore": 1,
1844
          "selscore": 1,
1845
          "valresult": 8,
1846
          "selresult": 5,
1847
          "output": "`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´",
1848
          "innerHTML": "`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´",
1849
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´</body>",
1850
          "bodyInnerHTML": "`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´",
1851
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´</body>"
1852
        },
1853
        "div": {
1854
          "valscore": 1,
1855
          "selscore": 1,
1856
          "valresult": 8,
1857
          "selresult": 5,
1858
          "output": "`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´",
1859
          "innerHTML": "`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´",
1860
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´</div>",
1861
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´</div>CAN<br>ARY",
1862
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLE)c^ar يعني سيارة(PDF)\".´</div>CAN<br>ARY</body>"
1863
        }
1864
      },
1865
      "SM:m.f.c_TEXTrlo-1_SC-rtl-1": {
1866
        "dM": {
1867
          "valscore": 1,
1868
          "selscore": 1,
1869
          "valresult": 8,
1870
          "selresult": 5,
1871
          "output": "`I said, \"(RLO)car يعني سيا^رة(PDF)\".´",
1872
          "innerHTML": "`I said, \"(RLO)car يعني سيا^رة(PDF)\".´",
1873
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLO)car يعني سيا^رة(PDF)\".´</body>",
1874
          "bodyInnerHTML": "`I said, \"(RLO)car يعني سيا^رة(PDF)\".´",
1875
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLO)car يعني سيا^رة(PDF)\".´</body>"
1876
        },
1877
        "body": {
1878
          "valscore": 1,
1879
          "selscore": 1,
1880
          "valresult": 8,
1881
          "selresult": 5,
1882
          "output": "`I said, \"(RLO)car يعني سيا^رة(PDF)\".´",
1883
          "innerHTML": "`I said, \"(RLO)car يعني سيا^رة(PDF)\".´",
1884
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLO)car يعني سيا^رة(PDF)\".´</body>",
1885
          "bodyInnerHTML": "`I said, \"(RLO)car يعني سيا^رة(PDF)\".´",
1886
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLO)car يعني سيا^رة(PDF)\".´</body>"
1887
        },
1888
        "div": {
1889
          "valscore": 1,
1890
          "selscore": 1,
1891
          "valresult": 8,
1892
          "selresult": 5,
1893
          "output": "`I said, \"(RLO)car يعني سيا^رة(PDF)\".´",
1894
          "innerHTML": "`I said, \"(RLO)car يعني سيا^رة(PDF)\".´",
1895
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLO)car يعني سيا^رة(PDF)\".´</div>",
1896
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"(RLO)car يعني سيا^رة(PDF)\".´</div>CAN<br>ARY",
1897
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLO)car يعني سيا^رة(PDF)\".´</div>CAN<br>ARY</body>"
1898
        }
1899
      },
1900
      "SM:m.b.c_TEXTrlo-1_SC-rtl-1": {
1901
        "dM": {
1902
          "valscore": 1,
1903
          "selscore": 1,
1904
          "valresult": 8,
1905
          "selresult": 5,
1906
          "output": "`I said, \"(RLO)car يعني س^يارة(PDF)\".´",
1907
          "innerHTML": "`I said, \"(RLO)car يعني س^يارة(PDF)\".´",
1908
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLO)car يعني س^يارة(PDF)\".´</body>",
1909
          "bodyInnerHTML": "`I said, \"(RLO)car يعني س^يارة(PDF)\".´",
1910
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLO)car يعني س^يارة(PDF)\".´</body>"
1911
        },
1912
        "body": {
1913
          "valscore": 1,
1914
          "selscore": 1,
1915
          "valresult": 8,
1916
          "selresult": 5,
1917
          "output": "`I said, \"(RLO)car يعني س^يارة(PDF)\".´",
1918
          "innerHTML": "`I said, \"(RLO)car يعني س^يارة(PDF)\".´",
1919
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLO)car يعني س^يارة(PDF)\".´</body>",
1920
          "bodyInnerHTML": "`I said, \"(RLO)car يعني س^يارة(PDF)\".´",
1921
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLO)car يعني س^يارة(PDF)\".´</body>"
1922
        },
1923
        "div": {
1924
          "valscore": 1,
1925
          "selscore": 1,
1926
          "valresult": 8,
1927
          "selresult": 5,
1928
          "output": "`I said, \"(RLO)car يعني س^يارة(PDF)\".´",
1929
          "innerHTML": "`I said, \"(RLO)car يعني س^يارة(PDF)\".´",
1930
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLO)car يعني س^يارة(PDF)\".´</div>",
1931
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"(RLO)car يعني س^يارة(PDF)\".´</div>CAN<br>ARY",
1932
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLO)car يعني س^يارة(PDF)\".´</div>CAN<br>ARY</body>"
1933
        }
1934
      },
1935
      "SM:m.r.c_TEXTrlo-1_SC-rtl-1": {
1936
        "dM": {
1937
          "valscore": 1,
1938
          "selscore": 1,
1939
          "valresult": 8,
1940
          "selresult": 5,
1941
          "output": "`I said, \"(RLO)car يعني س^يارة(PDF)\".´",
1942
          "innerHTML": "`I said, \"(RLO)car يعني س^يارة(PDF)\".´",
1943
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLO)car يعني س^يارة(PDF)\".´</body>",
1944
          "bodyInnerHTML": "`I said, \"(RLO)car يعني س^يارة(PDF)\".´",
1945
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLO)car يعني س^يارة(PDF)\".´</body>"
1946
        },
1947
        "body": {
1948
          "valscore": 1,
1949
          "selscore": 1,
1950
          "valresult": 8,
1951
          "selresult": 5,
1952
          "output": "`I said, \"(RLO)car يعني س^يارة(PDF)\".´",
1953
          "innerHTML": "`I said, \"(RLO)car يعني س^يارة(PDF)\".´",
1954
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLO)car يعني س^يارة(PDF)\".´</body>",
1955
          "bodyInnerHTML": "`I said, \"(RLO)car يعني س^يارة(PDF)\".´",
1956
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLO)car يعني س^يارة(PDF)\".´</body>"
1957
        },
1958
        "div": {
1959
          "valscore": 1,
1960
          "selscore": 1,
1961
          "valresult": 8,
1962
          "selresult": 5,
1963
          "output": "`I said, \"(RLO)car يعني س^يارة(PDF)\".´",
1964
          "innerHTML": "`I said, \"(RLO)car يعني س^يارة(PDF)\".´",
1965
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLO)car يعني س^يارة(PDF)\".´</div>",
1966
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"(RLO)car يعني س^يارة(PDF)\".´</div>CAN<br>ARY",
1967
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLO)car يعني س^يارة(PDF)\".´</div>CAN<br>ARY</body>"
1968
        }
1969
      },
1970
      "SM:m.l.c_TEXTrlo-1_SC-rtl-1": {
1971
        "dM": {
1972
          "valscore": 1,
1973
          "selscore": 1,
1974
          "valresult": 8,
1975
          "selresult": 5,
1976
          "output": "`I said, \"(RLO)car يعني سيا^رة(PDF)\".´",
1977
          "innerHTML": "`I said, \"(RLO)car يعني سيا^رة(PDF)\".´",
1978
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLO)car يعني سيا^رة(PDF)\".´</body>",
1979
          "bodyInnerHTML": "`I said, \"(RLO)car يعني سيا^رة(PDF)\".´",
1980
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLO)car يعني سيا^رة(PDF)\".´</body>"
1981
        },
1982
        "body": {
1983
          "valscore": 1,
1984
          "selscore": 1,
1985
          "valresult": 8,
1986
          "selresult": 5,
1987
          "output": "`I said, \"(RLO)car يعني سيا^رة(PDF)\".´",
1988
          "innerHTML": "`I said, \"(RLO)car يعني سيا^رة(PDF)\".´",
1989
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLO)car يعني سيا^رة(PDF)\".´</body>",
1990
          "bodyInnerHTML": "`I said, \"(RLO)car يعني سيا^رة(PDF)\".´",
1991
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLO)car يعني سيا^رة(PDF)\".´</body>"
1992
        },
1993
        "div": {
1994
          "valscore": 1,
1995
          "selscore": 1,
1996
          "valresult": 8,
1997
          "selresult": 5,
1998
          "output": "`I said, \"(RLO)car يعني سيا^رة(PDF)\".´",
1999
          "innerHTML": "`I said, \"(RLO)car يعني سيا^رة(PDF)\".´",
2000
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLO)car يعني سيا^رة(PDF)\".´</div>",
2001
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"(RLO)car يعني سيا^رة(PDF)\".´</div>CAN<br>ARY",
2002
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLO)car يعني سيا^رة(PDF)\".´</div>CAN<br>ARY</body>"
2003
        }
2004
      },
2005
      "SM:m.f.c_TEXTrlo-1_SC-ltr-1": {
2006
        "dM": {
2007
          "valscore": 1,
2008
          "selscore": 1,
2009
          "valresult": 8,
2010
          "selresult": 5,
2011
          "output": "`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´",
2012
          "innerHTML": "`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´",
2013
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´</body>",
2014
          "bodyInnerHTML": "`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´",
2015
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´</body>"
2016
        },
2017
        "body": {
2018
          "valscore": 1,
2019
          "selscore": 1,
2020
          "valresult": 8,
2021
          "selresult": 5,
2022
          "output": "`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´",
2023
          "innerHTML": "`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´",
2024
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´</body>",
2025
          "bodyInnerHTML": "`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´",
2026
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´</body>"
2027
        },
2028
        "div": {
2029
          "valscore": 1,
2030
          "selscore": 1,
2031
          "valresult": 8,
2032
          "selresult": 5,
2033
          "output": "`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´",
2034
          "innerHTML": "`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´",
2035
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´</div>",
2036
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´</div>CAN<br>ARY",
2037
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´</div>CAN<br>ARY</body>"
2038
        }
2039
      },
2040
      "SM:m.b.c_TEXTrlo-1_SC-ltr-1": {
2041
        "dM": {
2042
          "valscore": 1,
2043
          "selscore": 1,
2044
          "valresult": 8,
2045
          "selresult": 5,
2046
          "output": "`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´",
2047
          "innerHTML": "`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´",
2048
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´</body>",
2049
          "bodyInnerHTML": "`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´",
2050
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´</body>"
2051
        },
2052
        "body": {
2053
          "valscore": 1,
2054
          "selscore": 1,
2055
          "valresult": 8,
2056
          "selresult": 5,
2057
          "output": "`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´",
2058
          "innerHTML": "`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´",
2059
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´</body>",
2060
          "bodyInnerHTML": "`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´",
2061
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´</body>"
2062
        },
2063
        "div": {
2064
          "valscore": 1,
2065
          "selscore": 1,
2066
          "valresult": 8,
2067
          "selresult": 5,
2068
          "output": "`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´",
2069
          "innerHTML": "`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´",
2070
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´</div>",
2071
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´</div>CAN<br>ARY",
2072
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´</div>CAN<br>ARY</body>"
2073
        }
2074
      },
2075
      "SM:m.r.c_TEXTrlo-1_SC-ltr-1": {
2076
        "dM": {
2077
          "valscore": 1,
2078
          "selscore": 1,
2079
          "valresult": 8,
2080
          "selresult": 5,
2081
          "output": "`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´",
2082
          "innerHTML": "`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´",
2083
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´</body>",
2084
          "bodyInnerHTML": "`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´",
2085
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´</body>"
2086
        },
2087
        "body": {
2088
          "valscore": 1,
2089
          "selscore": 1,
2090
          "valresult": 8,
2091
          "selresult": 5,
2092
          "output": "`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´",
2093
          "innerHTML": "`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´",
2094
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´</body>",
2095
          "bodyInnerHTML": "`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´",
2096
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´</body>"
2097
        },
2098
        "div": {
2099
          "valscore": 1,
2100
          "selscore": 1,
2101
          "valresult": 8,
2102
          "selresult": 5,
2103
          "output": "`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´",
2104
          "innerHTML": "`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´",
2105
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´</div>",
2106
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´</div>CAN<br>ARY",
2107
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLO)c^ar يعني سيارة(PDF)\".´</div>CAN<br>ARY</body>"
2108
        }
2109
      },
2110
      "SM:m.l.c_TEXTrlo-1_SC-ltr-1": {
2111
        "dM": {
2112
          "valscore": 1,
2113
          "selscore": 1,
2114
          "valresult": 8,
2115
          "selresult": 5,
2116
          "output": "`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´",
2117
          "innerHTML": "`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´",
2118
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´</body>",
2119
          "bodyInnerHTML": "`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´",
2120
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´</body>"
2121
        },
2122
        "body": {
2123
          "valscore": 1,
2124
          "selscore": 1,
2125
          "valresult": 8,
2126
          "selresult": 5,
2127
          "output": "`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´",
2128
          "innerHTML": "`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´",
2129
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´</body>",
2130
          "bodyInnerHTML": "`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´",
2131
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´</body>"
2132
        },
2133
        "div": {
2134
          "valscore": 1,
2135
          "selscore": 1,
2136
          "valresult": 8,
2137
          "selresult": 5,
2138
          "output": "`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´",
2139
          "innerHTML": "`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´",
2140
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´</div>",
2141
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´</div>CAN<br>ARY",
2142
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"(RLO)ca^r يعني سيارة(PDF)\".´</div>CAN<br>ARY</body>"
2143
        }
2144
      },
2145
      "SM:m.f.c_TEXTrlm-1_SC-1": {
2146
        "dM": {
2147
          "valscore": 1,
2148
          "selscore": 1,
2149
          "valresult": 8,
2150
          "selresult": 5,
2151
          "output": "`I said, \"يعني سيارة!?^!‏(RLM)\".´",
2152
          "innerHTML": "`I said, \"يعني سيارة!?^!‏(RLM)\".´",
2153
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"يعني سيارة!?^!‏(RLM)\".´</body>",
2154
          "bodyInnerHTML": "`I said, \"يعني سيارة!?^!‏(RLM)\".´",
2155
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"يعني سيارة!?^!‏(RLM)\".´</body>"
2156
        },
2157
        "body": {
2158
          "valscore": 1,
2159
          "selscore": 1,
2160
          "valresult": 8,
2161
          "selresult": 5,
2162
          "output": "`I said, \"يعني سيارة!?^!‏(RLM)\".´",
2163
          "innerHTML": "`I said, \"يعني سيارة!?^!‏(RLM)\".´",
2164
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"يعني سيارة!?^!‏(RLM)\".´</body>",
2165
          "bodyInnerHTML": "`I said, \"يعني سيارة!?^!‏(RLM)\".´",
2166
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"يعني سيارة!?^!‏(RLM)\".´</body>"
2167
        },
2168
        "div": {
2169
          "valscore": 1,
2170
          "selscore": 1,
2171
          "valresult": 8,
2172
          "selresult": 5,
2173
          "output": "`I said, \"يعني سيارة!?^!‏(RLM)\".´",
2174
          "innerHTML": "`I said, \"يعني سيارة!?^!‏(RLM)\".´",
2175
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"يعني سيارة!?^!‏(RLM)\".´</div>",
2176
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"يعني سيارة!?^!‏(RLM)\".´</div>CAN<br>ARY",
2177
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"يعني سيارة!?^!‏(RLM)\".´</div>CAN<br>ARY</body>"
2178
        }
2179
      },
2180
      "SM:m.b.c_TEXTrlm-1_SC-1": {
2181
        "dM": {
2182
          "valscore": 1,
2183
          "selscore": 1,
2184
          "valresult": 8,
2185
          "selresult": 5,
2186
          "output": "`I said, \"يعني سيارة!^?!‏(RLM)\".´",
2187
          "innerHTML": "`I said, \"يعني سيارة!^?!‏(RLM)\".´",
2188
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"يعني سيارة!^?!‏(RLM)\".´</body>",
2189
          "bodyInnerHTML": "`I said, \"يعني سيارة!^?!‏(RLM)\".´",
2190
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"يعني سيارة!^?!‏(RLM)\".´</body>"
2191
        },
2192
        "body": {
2193
          "valscore": 1,
2194
          "selscore": 1,
2195
          "valresult": 8,
2196
          "selresult": 5,
2197
          "output": "`I said, \"يعني سيارة!^?!‏(RLM)\".´",
2198
          "innerHTML": "`I said, \"يعني سيارة!^?!‏(RLM)\".´",
2199
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"يعني سيارة!^?!‏(RLM)\".´</body>",
2200
          "bodyInnerHTML": "`I said, \"يعني سيارة!^?!‏(RLM)\".´",
2201
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"يعني سيارة!^?!‏(RLM)\".´</body>"
2202
        },
2203
        "div": {
2204
          "valscore": 1,
2205
          "selscore": 1,
2206
          "valresult": 8,
2207
          "selresult": 5,
2208
          "output": "`I said, \"يعني سيارة!^?!‏(RLM)\".´",
2209
          "innerHTML": "`I said, \"يعني سيارة!^?!‏(RLM)\".´",
2210
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"يعني سيارة!^?!‏(RLM)\".´</div>",
2211
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"يعني سيارة!^?!‏(RLM)\".´</div>CAN<br>ARY",
2212
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"يعني سيارة!^?!‏(RLM)\".´</div>CAN<br>ARY</body>"
2213
        }
2214
      },
2215
      "SM:m.r.c_TEXTrlm-1_SC-1": {
2216
        "dM": {
2217
          "valscore": 1,
2218
          "selscore": 1,
2219
          "valresult": 8,
2220
          "selresult": 5,
2221
          "output": "`I said, \"يعني سيارة!^?!‏(RLM)\".´",
2222
          "innerHTML": "`I said, \"يعني سيارة!^?!‏(RLM)\".´",
2223
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"يعني سيارة!^?!‏(RLM)\".´</body>",
2224
          "bodyInnerHTML": "`I said, \"يعني سيارة!^?!‏(RLM)\".´",
2225
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"يعني سيارة!^?!‏(RLM)\".´</body>"
2226
        },
2227
        "body": {
2228
          "valscore": 1,
2229
          "selscore": 1,
2230
          "valresult": 8,
2231
          "selresult": 5,
2232
          "output": "`I said, \"يعني سيارة!^?!‏(RLM)\".´",
2233
          "innerHTML": "`I said, \"يعني سيارة!^?!‏(RLM)\".´",
2234
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"يعني سيارة!^?!‏(RLM)\".´</body>",
2235
          "bodyInnerHTML": "`I said, \"يعني سيارة!^?!‏(RLM)\".´",
2236
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"يعني سيارة!^?!‏(RLM)\".´</body>"
2237
        },
2238
        "div": {
2239
          "valscore": 1,
2240
          "selscore": 1,
2241
          "valresult": 8,
2242
          "selresult": 5,
2243
          "output": "`I said, \"يعني سيارة!^?!‏(RLM)\".´",
2244
          "innerHTML": "`I said, \"يعني سيارة!^?!‏(RLM)\".´",
2245
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"يعني سيارة!^?!‏(RLM)\".´</div>",
2246
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"يعني سيارة!^?!‏(RLM)\".´</div>CAN<br>ARY",
2247
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"يعني سيارة!^?!‏(RLM)\".´</div>CAN<br>ARY</body>"
2248
        }
2249
      },
2250
      "SM:m.l.c_TEXTrlm-1_SC-1": {
2251
        "dM": {
2252
          "valscore": 1,
2253
          "selscore": 1,
2254
          "valresult": 8,
2255
          "selresult": 5,
2256
          "output": "`I said, \"يعني سيارة!?^!‏(RLM)\".´",
2257
          "innerHTML": "`I said, \"يعني سيارة!?^!‏(RLM)\".´",
2258
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"يعني سيارة!?^!‏(RLM)\".´</body>",
2259
          "bodyInnerHTML": "`I said, \"يعني سيارة!?^!‏(RLM)\".´",
2260
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`I said, \"يعني سيارة!?^!‏(RLM)\".´</body>"
2261
        },
2262
        "body": {
2263
          "valscore": 1,
2264
          "selscore": 1,
2265
          "valresult": 8,
2266
          "selresult": 5,
2267
          "output": "`I said, \"يعني سيارة!?^!‏(RLM)\".´",
2268
          "innerHTML": "`I said, \"يعني سيارة!?^!‏(RLM)\".´",
2269
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"يعني سيارة!?^!‏(RLM)\".´</body>",
2270
          "bodyInnerHTML": "`I said, \"يعني سيارة!?^!‏(RLM)\".´",
2271
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`I said, \"يعني سيارة!?^!‏(RLM)\".´</body>"
2272
        },
2273
        "div": {
2274
          "valscore": 1,
2275
          "selscore": 1,
2276
          "valresult": 8,
2277
          "selresult": 5,
2278
          "output": "`I said, \"يعني سيارة!?^!‏(RLM)\".´",
2279
          "innerHTML": "`I said, \"يعني سيارة!?^!‏(RLM)\".´",
2280
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`I said, \"يعني سيارة!?^!‏(RLM)\".´</div>",
2281
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`I said, \"يعني سيارة!?^!‏(RLM)\".´</div>CAN<br>ARY",
2282
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`I said, \"يعني سيارة!?^!‏(RLM)\".´</div>CAN<br>ARY</body>"
2283
        }
2284
      },
2285
      "SM:m.f.w_TEXT-jp_SC-1": {
2286
        "dM": {
2287
          "valscore": 1,
2288
          "selscore": 0,
2289
          "valresult": 8,
2290
          "selresult": 2,
2291
          "output": "`面白^い例文をテストしましょう。´",
2292
          "innerHTML": "`面白^い例文をテストしましょう。´",
2293
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`面白^い例文をテストしましょう。´</body>",
2294
          "bodyInnerHTML": "`面白^い例文をテストしましょう。´",
2295
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`面白^い例文をテストしましょう。´</body>"
2296
        },
2297
        "body": {
2298
          "valscore": 1,
2299
          "selscore": 0,
2300
          "valresult": 8,
2301
          "selresult": 2,
2302
          "output": "`面白^い例文をテストしましょう。´",
2303
          "innerHTML": "`面白^い例文をテストしましょう。´",
2304
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`面白^い例文をテストしましょう。´</body>",
2305
          "bodyInnerHTML": "`面白^い例文をテストしましょう。´",
2306
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`面白^い例文をテストしましょう。´</body>"
2307
        },
2308
        "div": {
2309
          "valscore": 1,
2310
          "selscore": 0,
2311
          "valresult": 8,
2312
          "selresult": 2,
2313
          "output": "`面白^い例文をテストしましょう。´",
2314
          "innerHTML": "`面白^い例文をテストしましょう。´",
2315
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`面白^い例文をテストしましょう。´</div>",
2316
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`面白^い例文をテストしましょう。´</div>CAN<br>ARY",
2317
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`面白^い例文をテストしましょう。´</div>CAN<br>ARY</body>"
2318
        }
2319
      },
2320
      "SM:m.f.w_TEXT-jp_SC-2": {
2321
        "dM": {
2322
          "valscore": 1,
2323
          "selscore": 0,
2324
          "valresult": 8,
2325
          "selresult": 2,
2326
          "output": "`面白^い例文をテストしましょう。´",
2327
          "innerHTML": "`面白^い例文をテストしましょう。´",
2328
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`面白^い例文をテストしましょう。´</body>",
2329
          "bodyInnerHTML": "`面白^い例文をテストしましょう。´",
2330
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`面白^い例文をテストしましょう。´</body>"
2331
        },
2332
        "body": {
2333
          "valscore": 1,
2334
          "selscore": 0,
2335
          "valresult": 8,
2336
          "selresult": 2,
2337
          "output": "`面白^い例文をテストしましょう。´",
2338
          "innerHTML": "`面白^い例文をテストしましょう。´",
2339
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`面白^い例文をテストしましょう。´</body>",
2340
          "bodyInnerHTML": "`面白^い例文をテストしましょう。´",
2341
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`面白^い例文をテストしましょう。´</body>"
2342
        },
2343
        "div": {
2344
          "valscore": 1,
2345
          "selscore": 0,
2346
          "valresult": 8,
2347
          "selresult": 2,
2348
          "output": "`面白^い例文をテストしましょう。´",
2349
          "innerHTML": "`面白^い例文をテストしましょう。´",
2350
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`面白^い例文をテストしましょう。´</div>",
2351
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`面白^い例文をテストしましょう。´</div>CAN<br>ARY",
2352
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`面白^い例文をテストしましょう。´</div>CAN<br>ARY</body>"
2353
        }
2354
      },
2355
      "SM:m.f.w_TEXT-jp_SC-3": {
2356
        "dM": {
2357
          "valscore": 1,
2358
          "selscore": 1,
2359
          "valresult": 8,
2360
          "selresult": 5,
2361
          "output": "`面白い例文^をテストしましょう。´",
2362
          "innerHTML": "`面白い例文^をテストしましょう。´",
2363
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`面白い例文^をテストしましょう。´</body>",
2364
          "bodyInnerHTML": "`面白い例文^をテストしましょう。´",
2365
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`面白い例文^をテストしましょう。´</body>"
2366
        },
2367
        "body": {
2368
          "valscore": 1,
2369
          "selscore": 1,
2370
          "valresult": 8,
2371
          "selresult": 5,
2372
          "output": "`面白い例文^をテストしましょう。´",
2373
          "innerHTML": "`面白い例文^をテストしましょう。´",
2374
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`面白い例文^をテストしましょう。´</body>",
2375
          "bodyInnerHTML": "`面白い例文^をテストしましょう。´",
2376
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`面白い例文^をテストしましょう。´</body>"
2377
        },
2378
        "div": {
2379
          "valscore": 1,
2380
          "selscore": 1,
2381
          "valresult": 8,
2382
          "selresult": 5,
2383
          "output": "`面白い例文^をテストしましょう。´",
2384
          "innerHTML": "`面白い例文^をテストしましょう。´",
2385
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`面白い例文^をテストしましょう。´</div>",
2386
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`面白い例文^をテストしましょう。´</div>CAN<br>ARY",
2387
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`面白い例文^をテストしましょう。´</div>CAN<br>ARY</body>"
2388
        }
2389
      },
2390
      "SM:m.f.w_TEXT-jp_SC-4": {
2391
        "dM": {
2392
          "valscore": 1,
2393
          "selscore": 1,
2394
          "valresult": 8,
2395
          "selresult": 5,
2396
          "output": "`面白い例文をテスト^しましょう。´",
2397
          "innerHTML": "`面白い例文をテスト^しましょう。´",
2398
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`面白い例文をテスト^しましょう。´</body>",
2399
          "bodyInnerHTML": "`面白い例文をテスト^しましょう。´",
2400
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`面白い例文をテスト^しましょう。´</body>"
2401
        },
2402
        "body": {
2403
          "valscore": 1,
2404
          "selscore": 1,
2405
          "valresult": 8,
2406
          "selresult": 5,
2407
          "output": "`面白い例文をテスト^しましょう。´",
2408
          "innerHTML": "`面白い例文をテスト^しましょう。´",
2409
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`面白い例文をテスト^しましょう。´</body>",
2410
          "bodyInnerHTML": "`面白い例文をテスト^しましょう。´",
2411
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`面白い例文をテスト^しましょう。´</body>"
2412
        },
2413
        "div": {
2414
          "valscore": 1,
2415
          "selscore": 1,
2416
          "valresult": 8,
2417
          "selresult": 5,
2418
          "output": "`面白い例文をテスト^しましょう。´",
2419
          "innerHTML": "`面白い例文をテスト^しましょう。´",
2420
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`面白い例文をテスト^しましょう。´</div>",
2421
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`面白い例文をテスト^しましょう。´</div>CAN<br>ARY",
2422
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`面白い例文をテスト^しましょう。´</div>CAN<br>ARY</body>"
2423
        }
2424
      },
2425
      "SM:m.f.w_TEXT-jp_SC-5": {
2426
        "dM": {
2427
          "valscore": 1,
2428
          "selscore": 0,
2429
          "valresult": 8,
2430
          "selresult": 2,
2431
          "output": "`面白い例文をテストしましょう。^´",
2432
          "innerHTML": "`面白い例文をテストしましょう。^´",
2433
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`面白い例文をテストしましょう。^´</body>",
2434
          "bodyInnerHTML": "`面白い例文をテストしましょう。^´",
2435
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`面白い例文をテストしましょう。^´</body>"
2436
        },
2437
        "body": {
2438
          "valscore": 1,
2439
          "selscore": 0,
2440
          "valresult": 8,
2441
          "selresult": 2,
2442
          "output": "`面白い例文をテストしましょう。^´",
2443
          "innerHTML": "`面白い例文をテストしましょう。^´",
2444
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`面白い例文をテストしましょう。^´</body>",
2445
          "bodyInnerHTML": "`面白い例文をテストしましょう。^´",
2446
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`面白い例文をテストしましょう。^´</body>"
2447
        },
2448
        "div": {
2449
          "valscore": 1,
2450
          "selscore": 0,
2451
          "valresult": 8,
2452
          "selresult": 2,
2453
          "output": "`面白い例文をテストしましょう。^´",
2454
          "innerHTML": "`面白い例文をテストしましょう。^´",
2455
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`面白い例文をテストしましょう。^´</div>",
2456
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`面白い例文をテストしましょう。^´</div>CAN<br>ARY",
2457
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`面白い例文をテストしましょう。^´</div>CAN<br>ARY</body>"
2458
        }
2459
      },
2460
      "SM:e.f.c_TEXT-1_SC-1": {
2461
        "dM": {
2462
          "valscore": 1,
2463
          "selscore": 1,
2464
          "valresult": 8,
2465
          "selresult": 5,
2466
          "output": "`foo [b]ar baz´",
2467
          "innerHTML": "`foo [b]ar baz´",
2468
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [b]ar baz´</body>",
2469
          "bodyInnerHTML": "`foo [b]ar baz´",
2470
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [b]ar baz´</body>"
2471
        },
2472
        "body": {
2473
          "valscore": 1,
2474
          "selscore": 1,
2475
          "valresult": 8,
2476
          "selresult": 5,
2477
          "output": "`foo [b]ar baz´",
2478
          "innerHTML": "`foo [b]ar baz´",
2479
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [b]ar baz´</body>",
2480
          "bodyInnerHTML": "`foo [b]ar baz´",
2481
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [b]ar baz´</body>"
2482
        },
2483
        "div": {
2484
          "valscore": 1,
2485
          "selscore": 1,
2486
          "valresult": 8,
2487
          "selresult": 5,
2488
          "output": "`foo [b]ar baz´",
2489
          "innerHTML": "`foo [b]ar baz´",
2490
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo [b]ar baz´</div>",
2491
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo [b]ar baz´</div>CAN<br>ARY",
2492
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo [b]ar baz´</div>CAN<br>ARY</body>"
2493
        }
2494
      },
2495
      "SM:e.f.c_TEXT-1_SI-1": {
2496
        "dM": {
2497
          "valscore": 1,
2498
          "selscore": 1,
2499
          "valresult": 8,
2500
          "selresult": 5,
2501
          "output": "`foo [ba]r baz´",
2502
          "innerHTML": "`foo [ba]r baz´",
2503
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [ba]r baz´</body>",
2504
          "bodyInnerHTML": "`foo [ba]r baz´",
2505
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [ba]r baz´</body>"
2506
        },
2507
        "body": {
2508
          "valscore": 1,
2509
          "selscore": 1,
2510
          "valresult": 8,
2511
          "selresult": 5,
2512
          "output": "`foo [ba]r baz´",
2513
          "innerHTML": "`foo [ba]r baz´",
2514
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [ba]r baz´</body>",
2515
          "bodyInnerHTML": "`foo [ba]r baz´",
2516
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [ba]r baz´</body>"
2517
        },
2518
        "div": {
2519
          "valscore": 1,
2520
          "selscore": 1,
2521
          "valresult": 8,
2522
          "selresult": 5,
2523
          "output": "`foo [ba]r baz´",
2524
          "innerHTML": "`foo [ba]r baz´",
2525
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo [ba]r baz´</div>",
2526
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo [ba]r baz´</div>CAN<br>ARY",
2527
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo [ba]r baz´</div>CAN<br>ARY</body>"
2528
        }
2529
      },
2530
      "SM:e.f.w_TEXT-1_SC-1": {
2531
        "dM": {
2532
          "valscore": 1,
2533
          "selscore": 1,
2534
          "valresult": 8,
2535
          "selresult": 5,
2536
          "output": "`foo [bar] baz´",
2537
          "innerHTML": "`foo [bar] baz´",
2538
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [bar] baz´</body>",
2539
          "bodyInnerHTML": "`foo [bar] baz´",
2540
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [bar] baz´</body>"
2541
        },
2542
        "body": {
2543
          "valscore": 1,
2544
          "selscore": 1,
2545
          "valresult": 8,
2546
          "selresult": 5,
2547
          "output": "`foo [bar] baz´",
2548
          "innerHTML": "`foo [bar] baz´",
2549
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [bar] baz´</body>",
2550
          "bodyInnerHTML": "`foo [bar] baz´",
2551
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [bar] baz´</body>"
2552
        },
2553
        "div": {
2554
          "valscore": 1,
2555
          "selscore": 1,
2556
          "valresult": 8,
2557
          "selresult": 5,
2558
          "output": "`foo [bar] baz´",
2559
          "innerHTML": "`foo [bar] baz´",
2560
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo [bar] baz´</div>",
2561
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo [bar] baz´</div>CAN<br>ARY",
2562
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo [bar] baz´</div>CAN<br>ARY</body>"
2563
        }
2564
      },
2565
      "SM:e.f.w_TEXT-1_SI-1": {
2566
        "dM": {
2567
          "valscore": 1,
2568
          "selscore": 1,
2569
          "valresult": 8,
2570
          "selresult": 5,
2571
          "output": "`foo [bar] baz´",
2572
          "innerHTML": "`foo [bar] baz´",
2573
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [bar] baz´</body>",
2574
          "bodyInnerHTML": "`foo [bar] baz´",
2575
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [bar] baz´</body>"
2576
        },
2577
        "body": {
2578
          "valscore": 1,
2579
          "selscore": 1,
2580
          "valresult": 8,
2581
          "selresult": 5,
2582
          "output": "`foo [bar] baz´",
2583
          "innerHTML": "`foo [bar] baz´",
2584
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [bar] baz´</body>",
2585
          "bodyInnerHTML": "`foo [bar] baz´",
2586
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [bar] baz´</body>"
2587
        },
2588
        "div": {
2589
          "valscore": 1,
2590
          "selscore": 1,
2591
          "valresult": 8,
2592
          "selresult": 5,
2593
          "output": "`foo [bar] baz´",
2594
          "innerHTML": "`foo [bar] baz´",
2595
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo [bar] baz´</div>",
2596
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo [bar] baz´</div>CAN<br>ARY",
2597
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo [bar] baz´</div>CAN<br>ARY</body>"
2598
        }
2599
      },
2600
      "SM:e.f.w_TEXT-1_SI-2": {
2601
        "dM": {
2602
          "valscore": 1,
2603
          "selscore": 1,
2604
          "valresult": 8,
2605
          "selresult": 5,
2606
          "output": "`foo [bar baz]´",
2607
          "innerHTML": "`foo [bar baz]´",
2608
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [bar baz]´</body>",
2609
          "bodyInnerHTML": "`foo [bar baz]´",
2610
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [bar baz]´</body>"
2611
        },
2612
        "body": {
2613
          "valscore": 1,
2614
          "selscore": 1,
2615
          "valresult": 8,
2616
          "selresult": 5,
2617
          "output": "`foo [bar baz]´",
2618
          "innerHTML": "`foo [bar baz]´",
2619
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [bar baz]´</body>",
2620
          "bodyInnerHTML": "`foo [bar baz]´",
2621
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [bar baz]´</body>"
2622
        },
2623
        "div": {
2624
          "valscore": 1,
2625
          "selscore": 1,
2626
          "valresult": 8,
2627
          "selresult": 5,
2628
          "output": "`foo [bar baz]´",
2629
          "innerHTML": "`foo [bar baz]´",
2630
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo [bar baz]´</div>",
2631
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo [bar baz]´</div>CAN<br>ARY",
2632
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo [bar baz]´</div>CAN<br>ARY</body>"
2633
        }
2634
      },
2635
      "SM:e.b.c_TEXT-1_SI-2": {
2636
        "dM": {
2637
          "valscore": 1,
2638
          "selscore": 1,
2639
          "valresult": 8,
2640
          "selresult": 5,
2641
          "output": "`foo [ba]r baz´",
2642
          "innerHTML": "`foo [ba]r baz´",
2643
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [ba]r baz´</body>",
2644
          "bodyInnerHTML": "`foo [ba]r baz´",
2645
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [ba]r baz´</body>"
2646
        },
2647
        "body": {
2648
          "valscore": 1,
2649
          "selscore": 1,
2650
          "valresult": 8,
2651
          "selresult": 5,
2652
          "output": "`foo [ba]r baz´",
2653
          "innerHTML": "`foo [ba]r baz´",
2654
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [ba]r baz´</body>",
2655
          "bodyInnerHTML": "`foo [ba]r baz´",
2656
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [ba]r baz´</body>"
2657
        },
2658
        "div": {
2659
          "valscore": 1,
2660
          "selscore": 1,
2661
          "valresult": 8,
2662
          "selresult": 5,
2663
          "output": "`foo [ba]r baz´",
2664
          "innerHTML": "`foo [ba]r baz´",
2665
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo [ba]r baz´</div>",
2666
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo [ba]r baz´</div>CAN<br>ARY",
2667
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo [ba]r baz´</div>CAN<br>ARY</body>"
2668
        }
2669
      },
2670
      "SM:e.b.c_TEXT-1_SI-1": {
2671
        "dM": {
2672
          "valscore": 1,
2673
          "selscore": 1,
2674
          "valresult": 8,
2675
          "selresult": 5,
2676
          "output": "`foo ^bar baz´",
2677
          "innerHTML": "`foo ^bar baz´",
2678
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ^bar baz´</body>",
2679
          "bodyInnerHTML": "`foo ^bar baz´",
2680
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ^bar baz´</body>"
2681
        },
2682
        "body": {
2683
          "valscore": 1,
2684
          "selscore": 1,
2685
          "valresult": 8,
2686
          "selresult": 5,
2687
          "output": "`foo ^bar baz´",
2688
          "innerHTML": "`foo ^bar baz´",
2689
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ^bar baz´</body>",
2690
          "bodyInnerHTML": "`foo ^bar baz´",
2691
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ^bar baz´</body>"
2692
        },
2693
        "div": {
2694
          "valscore": 1,
2695
          "selscore": 1,
2696
          "valresult": 8,
2697
          "selresult": 5,
2698
          "output": "`foo ^bar baz´",
2699
          "innerHTML": "`foo ^bar baz´",
2700
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ^bar baz´</div>",
2701
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ^bar baz´</div>CAN<br>ARY",
2702
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ^bar baz´</div>CAN<br>ARY</body>"
2703
        }
2704
      },
2705
      "SM:e.b.w_TEXT-1_SI-3": {
2706
        "dM": {
2707
          "valscore": 1,
2708
          "selscore": 0,
2709
          "valresult": 8,
2710
          "selresult": 2,
2711
          "output": "`foo [bar ]baz´",
2712
          "innerHTML": "`foo [bar ]baz´",
2713
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [bar ]baz´</body>",
2714
          "bodyInnerHTML": "`foo [bar ]baz´",
2715
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [bar ]baz´</body>"
2716
        },
2717
        "body": {
2718
          "valscore": 1,
2719
          "selscore": 0,
2720
          "valresult": 8,
2721
          "selresult": 2,
2722
          "output": "`foo [bar ]baz´",
2723
          "innerHTML": "`foo [bar ]baz´",
2724
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [bar ]baz´</body>",
2725
          "bodyInnerHTML": "`foo [bar ]baz´",
2726
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [bar ]baz´</body>"
2727
        },
2728
        "div": {
2729
          "valscore": 1,
2730
          "selscore": 0,
2731
          "valresult": 8,
2732
          "selresult": 2,
2733
          "output": "`foo [bar ]baz´",
2734
          "innerHTML": "`foo [bar ]baz´",
2735
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo [bar ]baz´</div>",
2736
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo [bar ]baz´</div>CAN<br>ARY",
2737
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo [bar ]baz´</div>CAN<br>ARY</body>"
2738
        }
2739
      },
2740
      "SM:e.b.w_TEXT-1_SI-2": {
2741
        "dM": {
2742
          "valscore": 1,
2743
          "selscore": 1,
2744
          "valresult": 8,
2745
          "selresult": 5,
2746
          "output": "`foo ^bar baz´",
2747
          "innerHTML": "`foo ^bar baz´",
2748
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ^bar baz´</body>",
2749
          "bodyInnerHTML": "`foo ^bar baz´",
2750
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ^bar baz´</body>"
2751
        },
2752
        "body": {
2753
          "valscore": 1,
2754
          "selscore": 1,
2755
          "valresult": 8,
2756
          "selresult": 5,
2757
          "output": "`foo ^bar baz´",
2758
          "innerHTML": "`foo ^bar baz´",
2759
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ^bar baz´</body>",
2760
          "bodyInnerHTML": "`foo ^bar baz´",
2761
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ^bar baz´</body>"
2762
        },
2763
        "div": {
2764
          "valscore": 1,
2765
          "selscore": 1,
2766
          "valresult": 8,
2767
          "selresult": 5,
2768
          "output": "`foo ^bar baz´",
2769
          "innerHTML": "`foo ^bar baz´",
2770
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ^bar baz´</div>",
2771
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ^bar baz´</div>CAN<br>ARY",
2772
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ^bar baz´</div>CAN<br>ARY</body>"
2773
        }
2774
      },
2775
      "SM:e.b.w_TEXT-1_SI-4": {
2776
        "dM": {
2777
          "valscore": 1,
2778
          "selscore": 0,
2779
          "valresult": 8,
2780
          "selresult": 2,
2781
          "output": "`foo b[ar ]baz´",
2782
          "innerHTML": "`foo b[ar ]baz´",
2783
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo b[ar ]baz´</body>",
2784
          "bodyInnerHTML": "`foo b[ar ]baz´",
2785
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo b[ar ]baz´</body>"
2786
        },
2787
        "body": {
2788
          "valscore": 1,
2789
          "selscore": 0,
2790
          "valresult": 8,
2791
          "selresult": 2,
2792
          "output": "`foo b[ar ]baz´",
2793
          "innerHTML": "`foo b[ar ]baz´",
2794
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo b[ar ]baz´</body>",
2795
          "bodyInnerHTML": "`foo b[ar ]baz´",
2796
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo b[ar ]baz´</body>"
2797
        },
2798
        "div": {
2799
          "valscore": 1,
2800
          "selscore": 0,
2801
          "valresult": 8,
2802
          "selresult": 2,
2803
          "output": "`foo b[ar ]baz´",
2804
          "innerHTML": "`foo b[ar ]baz´",
2805
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo b[ar ]baz´</div>",
2806
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo b[ar ]baz´</div>CAN<br>ARY",
2807
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo b[ar ]baz´</div>CAN<br>ARY</body>"
2808
        }
2809
      },
2810
      "SM:e.b.w_TEXT-1_SI-5": {
2811
        "dM": {
2812
          "valscore": 1,
2813
          "selscore": 0,
2814
          "valresult": 8,
2815
          "selresult": 2,
2816
          "output": "`foo ]b[ar baz´",
2817
          "innerHTML": "`foo ]b[ar baz´",
2818
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ]b[ar baz´</body>",
2819
          "bodyInnerHTML": "`foo ]b[ar baz´",
2820
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ]b[ar baz´</body>"
2821
        },
2822
        "body": {
2823
          "valscore": 1,
2824
          "selscore": 0,
2825
          "valresult": 8,
2826
          "selresult": 2,
2827
          "output": "`foo ]b[ar baz´",
2828
          "innerHTML": "`foo ]b[ar baz´",
2829
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ]b[ar baz´</body>",
2830
          "bodyInnerHTML": "`foo ]b[ar baz´",
2831
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ]b[ar baz´</body>"
2832
        },
2833
        "div": {
2834
          "valscore": 1,
2835
          "selscore": 0,
2836
          "valresult": 8,
2837
          "selresult": 2,
2838
          "output": "`foo ]b[ar baz´",
2839
          "innerHTML": "`foo ]b[ar baz´",
2840
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ]b[ar baz´</div>",
2841
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ]b[ar baz´</div>CAN<br>ARY",
2842
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ]b[ar baz´</div>CAN<br>ARY</body>"
2843
        }
2844
      },
2845
      "SM:e.b.c_TEXT-1_SC-1": {
2846
        "dM": {
2847
          "valscore": 1,
2848
          "selscore": 1,
2849
          "valresult": 8,
2850
          "selresult": 5,
2851
          "output": "`foo ]b[ar baz´",
2852
          "innerHTML": "`foo ]b[ar baz´",
2853
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ]b[ar baz´</body>",
2854
          "bodyInnerHTML": "`foo ]b[ar baz´",
2855
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ]b[ar baz´</body>"
2856
        },
2857
        "body": {
2858
          "valscore": 1,
2859
          "selscore": 1,
2860
          "valresult": 8,
2861
          "selresult": 5,
2862
          "output": "`foo ]b[ar baz´",
2863
          "innerHTML": "`foo ]b[ar baz´",
2864
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ]b[ar baz´</body>",
2865
          "bodyInnerHTML": "`foo ]b[ar baz´",
2866
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ]b[ar baz´</body>"
2867
        },
2868
        "div": {
2869
          "valscore": 1,
2870
          "selscore": 1,
2871
          "valresult": 8,
2872
          "selresult": 5,
2873
          "output": "`foo ]b[ar baz´",
2874
          "innerHTML": "`foo ]b[ar baz´",
2875
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ]b[ar baz´</div>",
2876
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ]b[ar baz´</div>CAN<br>ARY",
2877
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ]b[ar baz´</div>CAN<br>ARY</body>"
2878
        }
2879
      },
2880
      "SM:e.b.c_TEXT-1_SIR-1": {
2881
        "dM": {
2882
          "valscore": 1,
2883
          "selscore": 1,
2884
          "valresult": 8,
2885
          "selresult": 5,
2886
          "output": "`foo ]ba[r baz´",
2887
          "innerHTML": "`foo ]ba[r baz´",
2888
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ]ba[r baz´</body>",
2889
          "bodyInnerHTML": "`foo ]ba[r baz´",
2890
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ]ba[r baz´</body>"
2891
        },
2892
        "body": {
2893
          "valscore": 1,
2894
          "selscore": 1,
2895
          "valresult": 8,
2896
          "selresult": 5,
2897
          "output": "`foo ]ba[r baz´",
2898
          "innerHTML": "`foo ]ba[r baz´",
2899
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ]ba[r baz´</body>",
2900
          "bodyInnerHTML": "`foo ]ba[r baz´",
2901
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ]ba[r baz´</body>"
2902
        },
2903
        "div": {
2904
          "valscore": 1,
2905
          "selscore": 1,
2906
          "valresult": 8,
2907
          "selresult": 5,
2908
          "output": "`foo ]ba[r baz´",
2909
          "innerHTML": "`foo ]ba[r baz´",
2910
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ]ba[r baz´</div>",
2911
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ]ba[r baz´</div>CAN<br>ARY",
2912
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ]ba[r baz´</div>CAN<br>ARY</body>"
2913
        }
2914
      },
2915
      "SM:e.b.w_TEXT-1_SIR-1": {
2916
        "dM": {
2917
          "valscore": 1,
2918
          "selscore": 1,
2919
          "valresult": 8,
2920
          "selresult": 5,
2921
          "output": "`foo ]ba[r baz´",
2922
          "innerHTML": "`foo ]ba[r baz´",
2923
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ]ba[r baz´</body>",
2924
          "bodyInnerHTML": "`foo ]ba[r baz´",
2925
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ]ba[r baz´</body>"
2926
        },
2927
        "body": {
2928
          "valscore": 1,
2929
          "selscore": 1,
2930
          "valresult": 8,
2931
          "selresult": 5,
2932
          "output": "`foo ]ba[r baz´",
2933
          "innerHTML": "`foo ]ba[r baz´",
2934
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ]ba[r baz´</body>",
2935
          "bodyInnerHTML": "`foo ]ba[r baz´",
2936
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ]ba[r baz´</body>"
2937
        },
2938
        "div": {
2939
          "valscore": 1,
2940
          "selscore": 1,
2941
          "valresult": 8,
2942
          "selresult": 5,
2943
          "output": "`foo ]ba[r baz´",
2944
          "innerHTML": "`foo ]ba[r baz´",
2945
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ]ba[r baz´</div>",
2946
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ]ba[r baz´</div>CAN<br>ARY",
2947
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ]ba[r baz´</div>CAN<br>ARY</body>"
2948
        }
2949
      },
2950
      "SM:e.b.w_TEXT-1_SIR-2": {
2951
        "dM": {
2952
          "valscore": 1,
2953
          "selscore": 1,
2954
          "valresult": 8,
2955
          "selresult": 5,
2956
          "output": "`]foo ba[r baz´",
2957
          "innerHTML": "`]foo ba[r baz´",
2958
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`]foo ba[r baz´</body>",
2959
          "bodyInnerHTML": "`]foo ba[r baz´",
2960
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`]foo ba[r baz´</body>"
2961
        },
2962
        "body": {
2963
          "valscore": 1,
2964
          "selscore": 1,
2965
          "valresult": 8,
2966
          "selresult": 5,
2967
          "output": "`]foo ba[r baz´",
2968
          "innerHTML": "`]foo ba[r baz´",
2969
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`]foo ba[r baz´</body>",
2970
          "bodyInnerHTML": "`]foo ba[r baz´",
2971
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`]foo ba[r baz´</body>"
2972
        },
2973
        "div": {
2974
          "valscore": 1,
2975
          "selscore": 1,
2976
          "valresult": 8,
2977
          "selresult": 5,
2978
          "output": "`]foo ba[r baz´",
2979
          "innerHTML": "`]foo ba[r baz´",
2980
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`]foo ba[r baz´</div>",
2981
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`]foo ba[r baz´</div>CAN<br>ARY",
2982
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`]foo ba[r baz´</div>CAN<br>ARY</body>"
2983
        }
2984
      },
2985
      "SM:e.f.c_TEXT-1_SIR-1": {
2986
        "dM": {
2987
          "valscore": 1,
2988
          "selscore": 1,
2989
          "valresult": 8,
2990
          "selresult": 5,
2991
          "output": "`foo ba^r baz´",
2992
          "innerHTML": "`foo ba^r baz´",
2993
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ba^r baz´</body>",
2994
          "bodyInnerHTML": "`foo ba^r baz´",
2995
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ba^r baz´</body>"
2996
        },
2997
        "body": {
2998
          "valscore": 1,
2999
          "selscore": 1,
3000
          "valresult": 8,
3001
          "selresult": 5,
3002
          "output": "`foo ba^r baz´",
3003
          "innerHTML": "`foo ba^r baz´",
3004
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ba^r baz´</body>",
3005
          "bodyInnerHTML": "`foo ba^r baz´",
3006
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ba^r baz´</body>"
3007
        },
3008
        "div": {
3009
          "valscore": 1,
3010
          "selscore": 1,
3011
          "valresult": 8,
3012
          "selresult": 5,
3013
          "output": "`foo ba^r baz´",
3014
          "innerHTML": "`foo ba^r baz´",
3015
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ba^r baz´</div>",
3016
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ba^r baz´</div>CAN<br>ARY",
3017
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ba^r baz´</div>CAN<br>ARY</body>"
3018
        }
3019
      },
3020
      "SM:e.f.c_TEXT-1_SIR-2": {
3021
        "dM": {
3022
          "valscore": 1,
3023
          "selscore": 1,
3024
          "valresult": 8,
3025
          "selresult": 5,
3026
          "output": "`foo b]a[r baz´",
3027
          "innerHTML": "`foo b]a[r baz´",
3028
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo b]a[r baz´</body>",
3029
          "bodyInnerHTML": "`foo b]a[r baz´",
3030
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo b]a[r baz´</body>"
3031
        },
3032
        "body": {
3033
          "valscore": 1,
3034
          "selscore": 1,
3035
          "valresult": 8,
3036
          "selresult": 5,
3037
          "output": "`foo b]a[r baz´",
3038
          "innerHTML": "`foo b]a[r baz´",
3039
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo b]a[r baz´</body>",
3040
          "bodyInnerHTML": "`foo b]a[r baz´",
3041
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo b]a[r baz´</body>"
3042
        },
3043
        "div": {
3044
          "valscore": 1,
3045
          "selscore": 1,
3046
          "valresult": 8,
3047
          "selresult": 5,
3048
          "output": "`foo b]a[r baz´",
3049
          "innerHTML": "`foo b]a[r baz´",
3050
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo b]a[r baz´</div>",
3051
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo b]a[r baz´</div>CAN<br>ARY",
3052
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo b]a[r baz´</div>CAN<br>ARY</body>"
3053
        }
3054
      },
3055
      "SM:e.f.w_TEXT-1_SIR-1": {
3056
        "dM": {
3057
          "valscore": 1,
3058
          "selscore": 0,
3059
          "valresult": 8,
3060
          "selresult": 2,
3061
          "output": "`foo ba[r] baz´",
3062
          "innerHTML": "`foo ba[r] baz´",
3063
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ba[r] baz´</body>",
3064
          "bodyInnerHTML": "`foo ba[r] baz´",
3065
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo ba[r] baz´</body>"
3066
        },
3067
        "body": {
3068
          "valscore": 1,
3069
          "selscore": 0,
3070
          "valresult": 8,
3071
          "selresult": 2,
3072
          "output": "`foo ba[r] baz´",
3073
          "innerHTML": "`foo ba[r] baz´",
3074
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ba[r] baz´</body>",
3075
          "bodyInnerHTML": "`foo ba[r] baz´",
3076
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo ba[r] baz´</body>"
3077
        },
3078
        "div": {
3079
          "valscore": 1,
3080
          "selscore": 0,
3081
          "valresult": 8,
3082
          "selresult": 2,
3083
          "output": "`foo ba[r] baz´",
3084
          "innerHTML": "`foo ba[r] baz´",
3085
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo ba[r] baz´</div>",
3086
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo ba[r] baz´</div>CAN<br>ARY",
3087
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo ba[r] baz´</div>CAN<br>ARY</body>"
3088
        }
3089
      },
3090
      "SM:e.f.w_TEXT-1_SIR-3": {
3091
        "dM": {
3092
          "valscore": 1,
3093
          "selscore": 0,
3094
          "valresult": 8,
3095
          "selresult": 2,
3096
          "output": "`foo] ba[r baz´",
3097
          "innerHTML": "`foo] ba[r baz´",
3098
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo] ba[r baz´</body>",
3099
          "bodyInnerHTML": "`foo] ba[r baz´",
3100
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo] ba[r baz´</body>"
3101
        },
3102
        "body": {
3103
          "valscore": 1,
3104
          "selscore": 0,
3105
          "valresult": 8,
3106
          "selresult": 2,
3107
          "output": "`foo] ba[r baz´",
3108
          "innerHTML": "`foo] ba[r baz´",
3109
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo] ba[r baz´</body>",
3110
          "bodyInnerHTML": "`foo] ba[r baz´",
3111
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo] ba[r baz´</body>"
3112
        },
3113
        "div": {
3114
          "valscore": 1,
3115
          "selscore": 0,
3116
          "valresult": 8,
3117
          "selresult": 2,
3118
          "output": "`foo] ba[r baz´",
3119
          "innerHTML": "`foo] ba[r baz´",
3120
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo] ba[r baz´</div>",
3121
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo] ba[r baz´</div>CAN<br>ARY",
3122
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo] ba[r baz´</div>CAN<br>ARY</body>"
3123
        }
3124
      },
3125
      "SM:e.f.lb_BR.BR-1_SC-1": {
3126
        "dM": {
3127
          "valscore": 1,
3128
          "selscore": 0,
3129
          "valresult": 8,
3130
          "selresult": 2,
3131
          "output": "`fo[o´}<br>`bar´<br>`baz´",
3132
          "innerHTML": "`fo[o´}<br>`bar´<br>`baz´",
3133
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo[o´}<br>`bar´<br>`baz´</body>",
3134
          "bodyInnerHTML": "`fo[o´}<br>`bar´<br>`baz´",
3135
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo[o´}<br>`bar´<br>`baz´</body>"
3136
        },
3137
        "body": {
3138
          "valscore": 1,
3139
          "selscore": 0,
3140
          "valresult": 8,
3141
          "selresult": 2,
3142
          "output": "`fo[o´}<br>`bar´<br>`baz´",
3143
          "innerHTML": "`fo[o´}<br>`bar´<br>`baz´",
3144
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo[o´}<br>`bar´<br>`baz´</body>",
3145
          "bodyInnerHTML": "`fo[o´}<br>`bar´<br>`baz´",
3146
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo[o´}<br>`bar´<br>`baz´</body>"
3147
        },
3148
        "div": {
3149
          "valscore": 1,
3150
          "selscore": 0,
3151
          "valresult": 8,
3152
          "selresult": 2,
3153
          "output": "`fo[o´}<br>`bar´<br>`baz´",
3154
          "innerHTML": "`fo[o´}<br>`bar´<br>`baz´",
3155
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo[o´}<br>`bar´<br>`baz´</div>",
3156
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo[o´}<br>`bar´<br>`baz´</div>CAN<br>ARY",
3157
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo[o´}<br>`bar´<br>`baz´</div>CAN<br>ARY</body>"
3158
        }
3159
      },
3160
      "SM:e.f.lb_BR.BR-1_SI-1": {
3161
        "dM": {
3162
          "valscore": 1,
3163
          "selscore": 0,
3164
          "valresult": 8,
3165
          "selresult": 2,
3166
          "output": "`fo[o´}<br>`bar´<br>`baz´",
3167
          "innerHTML": "`fo[o´}<br>`bar´<br>`baz´",
3168
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo[o´}<br>`bar´<br>`baz´</body>",
3169
          "bodyInnerHTML": "`fo[o´}<br>`bar´<br>`baz´",
3170
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo[o´}<br>`bar´<br>`baz´</body>"
3171
        },
3172
        "body": {
3173
          "valscore": 1,
3174
          "selscore": 0,
3175
          "valresult": 8,
3176
          "selresult": 2,
3177
          "output": "`fo[o´}<br>`bar´<br>`baz´",
3178
          "innerHTML": "`fo[o´}<br>`bar´<br>`baz´",
3179
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo[o´}<br>`bar´<br>`baz´</body>",
3180
          "bodyInnerHTML": "`fo[o´}<br>`bar´<br>`baz´",
3181
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo[o´}<br>`bar´<br>`baz´</body>"
3182
        },
3183
        "div": {
3184
          "valscore": 1,
3185
          "selscore": 0,
3186
          "valresult": 8,
3187
          "selresult": 2,
3188
          "output": "`fo[o´}<br>`bar´<br>`baz´",
3189
          "innerHTML": "`fo[o´}<br>`bar´<br>`baz´",
3190
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo[o´}<br>`bar´<br>`baz´</div>",
3191
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo[o´}<br>`bar´<br>`baz´</div>CAN<br>ARY",
3192
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo[o´}<br>`bar´<br>`baz´</div>CAN<br>ARY</body>"
3193
        }
3194
      },
3195
      "SM:e.f.lb_BR.BR-1_SM-1": {
3196
        "dM": {
3197
          "valscore": 1,
3198
          "selscore": 0,
3199
          "valresult": 8,
3200
          "selresult": 2,
3201
          "output": "`fo[o´<br>`bar´}<br>`baz´",
3202
          "innerHTML": "`fo[o´<br>`bar´}<br>`baz´",
3203
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo[o´<br>`bar´}<br>`baz´</body>",
3204
          "bodyInnerHTML": "`fo[o´<br>`bar´}<br>`baz´",
3205
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo[o´<br>`bar´}<br>`baz´</body>"
3206
        },
3207
        "body": {
3208
          "valscore": 1,
3209
          "selscore": 0,
3210
          "valresult": 8,
3211
          "selresult": 2,
3212
          "output": "`fo[o´<br>`bar´}<br>`baz´",
3213
          "innerHTML": "`fo[o´<br>`bar´}<br>`baz´",
3214
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo[o´<br>`bar´}<br>`baz´</body>",
3215
          "bodyInnerHTML": "`fo[o´<br>`bar´}<br>`baz´",
3216
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo[o´<br>`bar´}<br>`baz´</body>"
3217
        },
3218
        "div": {
3219
          "valscore": 1,
3220
          "selscore": 0,
3221
          "valresult": 8,
3222
          "selresult": 2,
3223
          "output": "`fo[o´<br>`bar´}<br>`baz´",
3224
          "innerHTML": "`fo[o´<br>`bar´}<br>`baz´",
3225
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo[o´<br>`bar´}<br>`baz´</div>",
3226
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo[o´<br>`bar´}<br>`baz´</div>CAN<br>ARY",
3227
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo[o´<br>`bar´}<br>`baz´</div>CAN<br>ARY</body>"
3228
        }
3229
      },
3230
      "SM:e.f.lb_P.P.P-1_SC-1": {
3231
        "dM": {
3232
          "valscore": 1,
3233
          "selscore": 1,
3234
          "valresult": 8,
3235
          "selresult": 5,
3236
          "output": "<p>`fo[o]´</p><p>`bar´</p><p>`baz´</p>",
3237
          "innerHTML": "<p>`fo[o]´</p><p>`bar´</p><p>`baz´</p>",
3238
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`fo[o]´</p><p>`bar´</p><p>`baz´</p></body>",
3239
          "bodyInnerHTML": "<p>`fo[o]´</p><p>`bar´</p><p>`baz´</p>",
3240
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`fo[o]´</p><p>`bar´</p><p>`baz´</p></body>"
3241
        },
3242
        "body": {
3243
          "valscore": 1,
3244
          "selscore": 1,
3245
          "valresult": 8,
3246
          "selresult": 5,
3247
          "output": "<p>`fo[o]´</p><p>`bar´</p><p>`baz´</p>",
3248
          "innerHTML": "<p>`fo[o]´</p><p>`bar´</p><p>`baz´</p>",
3249
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`fo[o]´</p><p>`bar´</p><p>`baz´</p></body>",
3250
          "bodyInnerHTML": "<p>`fo[o]´</p><p>`bar´</p><p>`baz´</p>",
3251
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`fo[o]´</p><p>`bar´</p><p>`baz´</p></body>"
3252
        },
3253
        "div": {
3254
          "valscore": 1,
3255
          "selscore": 1,
3256
          "valresult": 8,
3257
          "selresult": 5,
3258
          "output": "<p>`fo[o]´</p><p>`bar´</p><p>`baz´</p>",
3259
          "innerHTML": "<p>`fo[o]´</p><p>`bar´</p><p>`baz´</p>",
3260
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`fo[o]´</p><p>`bar´</p><p>`baz´</p></div>",
3261
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`fo[o]´</p><p>`bar´</p><p>`baz´</p></div>CAN<br>ARY",
3262
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`fo[o]´</p><p>`bar´</p><p>`baz´</p></div>CAN<br>ARY</body>"
3263
        }
3264
      },
3265
      "SM:e.f.lb_P.P.P-1_SI-1": {
3266
        "dM": {
3267
          "valscore": 1,
3268
          "selscore": 0,
3269
          "valresult": 8,
3270
          "selresult": 2,
3271
          "output": "<p>`fo[o]´</p><p>`bar´</p><p>`baz´</p>",
3272
          "innerHTML": "<p>`fo[o]´</p><p>`bar´</p><p>`baz´</p>",
3273
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`fo[o]´</p><p>`bar´</p><p>`baz´</p></body>",
3274
          "bodyInnerHTML": "<p>`fo[o]´</p><p>`bar´</p><p>`baz´</p>",
3275
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`fo[o]´</p><p>`bar´</p><p>`baz´</p></body>"
3276
        },
3277
        "body": {
3278
          "valscore": 1,
3279
          "selscore": 0,
3280
          "valresult": 8,
3281
          "selresult": 2,
3282
          "output": "<p>`fo[o]´</p><p>`bar´</p><p>`baz´</p>",
3283
          "innerHTML": "<p>`fo[o]´</p><p>`bar´</p><p>`baz´</p>",
3284
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`fo[o]´</p><p>`bar´</p><p>`baz´</p></body>",
3285
          "bodyInnerHTML": "<p>`fo[o]´</p><p>`bar´</p><p>`baz´</p>",
3286
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`fo[o]´</p><p>`bar´</p><p>`baz´</p></body>"
3287
        },
3288
        "div": {
3289
          "valscore": 1,
3290
          "selscore": 0,
3291
          "valresult": 8,
3292
          "selresult": 2,
3293
          "output": "<p>`fo[o]´</p><p>`bar´</p><p>`baz´</p>",
3294
          "innerHTML": "<p>`fo[o]´</p><p>`bar´</p><p>`baz´</p>",
3295
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`fo[o]´</p><p>`bar´</p><p>`baz´</p></div>",
3296
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`fo[o]´</p><p>`bar´</p><p>`baz´</p></div>CAN<br>ARY",
3297
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`fo[o]´</p><p>`bar´</p><p>`baz´</p></div>CAN<br>ARY</body>"
3298
        }
3299
      },
3300
      "SM:e.f.lb_P.P.P-1_SM-1": {
3301
        "dM": {
3302
          "valscore": 1,
3303
          "selscore": 1,
3304
          "valresult": 8,
3305
          "selresult": 5,
3306
          "output": "<p>`fo[o´</p><p>`bar]´</p><p>`baz´</p>",
3307
          "innerHTML": "<p>`fo[o´</p><p>`bar]´</p><p>`baz´</p>",
3308
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`fo[o´</p><p>`bar]´</p><p>`baz´</p></body>",
3309
          "bodyInnerHTML": "<p>`fo[o´</p><p>`bar]´</p><p>`baz´</p>",
3310
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`fo[o´</p><p>`bar]´</p><p>`baz´</p></body>"
3311
        },
3312
        "body": {
3313
          "valscore": 1,
3314
          "selscore": 1,
3315
          "valresult": 8,
3316
          "selresult": 5,
3317
          "output": "<p>`fo[o´</p><p>`bar]´</p><p>`baz´</p>",
3318
          "innerHTML": "<p>`fo[o´</p><p>`bar]´</p><p>`baz´</p>",
3319
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`fo[o´</p><p>`bar]´</p><p>`baz´</p></body>",
3320
          "bodyInnerHTML": "<p>`fo[o´</p><p>`bar]´</p><p>`baz´</p>",
3321
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`fo[o´</p><p>`bar]´</p><p>`baz´</p></body>"
3322
        },
3323
        "div": {
3324
          "valscore": 1,
3325
          "selscore": 1,
3326
          "valresult": 8,
3327
          "selresult": 5,
3328
          "output": "<p>`fo[o´</p><p>`bar]´</p><p>`baz´</p>",
3329
          "innerHTML": "<p>`fo[o´</p><p>`bar]´</p><p>`baz´</p>",
3330
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`fo[o´</p><p>`bar]´</p><p>`baz´</p></div>",
3331
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`fo[o´</p><p>`bar]´</p><p>`baz´</p></div>CAN<br>ARY",
3332
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`fo[o´</p><p>`bar]´</p><p>`baz´</p></div>CAN<br>ARY</body>"
3333
        }
3334
      },
3335
      "SM:e.f.lb_P.P.P-1_SMR-1": {
3336
        "dM": {
3337
          "valscore": 1,
3338
          "selscore": 1,
3339
          "valresult": 8,
3340
          "selresult": 5,
3341
          "output": "<p>`foo´</p><p>`ba[r]´</p><p>`baz´</p>",
3342
          "innerHTML": "<p>`foo´</p><p>`ba[r]´</p><p>`baz´</p>",
3343
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo´</p><p>`ba[r]´</p><p>`baz´</p></body>",
3344
          "bodyInnerHTML": "<p>`foo´</p><p>`ba[r]´</p><p>`baz´</p>",
3345
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo´</p><p>`ba[r]´</p><p>`baz´</p></body>"
3346
        },
3347
        "body": {
3348
          "valscore": 1,
3349
          "selscore": 1,
3350
          "valresult": 8,
3351
          "selresult": 5,
3352
          "output": "<p>`foo´</p><p>`ba[r]´</p><p>`baz´</p>",
3353
          "innerHTML": "<p>`foo´</p><p>`ba[r]´</p><p>`baz´</p>",
3354
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo´</p><p>`ba[r]´</p><p>`baz´</p></body>",
3355
          "bodyInnerHTML": "<p>`foo´</p><p>`ba[r]´</p><p>`baz´</p>",
3356
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo´</p><p>`ba[r]´</p><p>`baz´</p></body>"
3357
        },
3358
        "div": {
3359
          "valscore": 1,
3360
          "selscore": 1,
3361
          "valresult": 8,
3362
          "selresult": 5,
3363
          "output": "<p>`foo´</p><p>`ba[r]´</p><p>`baz´</p>",
3364
          "innerHTML": "<p>`foo´</p><p>`ba[r]´</p><p>`baz´</p>",
3365
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foo´</p><p>`ba[r]´</p><p>`baz´</p></div>",
3366
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foo´</p><p>`ba[r]´</p><p>`baz´</p></div>CAN<br>ARY",
3367
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foo´</p><p>`ba[r]´</p><p>`baz´</p></div>CAN<br>ARY</body>"
3368
        }
3369
      },
3370
      "SM:e.b.lb_BR.BR-1_SC-2": {
3371
        "dM": {
3372
          "valscore": 1,
3373
          "selscore": 1,
3374
          "valresult": 8,
3375
          "selresult": 5,
3376
          "output": "`foo´<br>`bar´<br>`]b[az´",
3377
          "innerHTML": "`foo´<br>`bar´<br>`]b[az´",
3378
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`bar´<br>`]b[az´</body>",
3379
          "bodyInnerHTML": "`foo´<br>`bar´<br>`]b[az´",
3380
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`bar´<br>`]b[az´</body>"
3381
        },
3382
        "body": {
3383
          "valscore": 1,
3384
          "selscore": 1,
3385
          "valresult": 8,
3386
          "selresult": 5,
3387
          "output": "`foo´<br>`bar´<br>`]b[az´",
3388
          "innerHTML": "`foo´<br>`bar´<br>`]b[az´",
3389
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`bar´<br>`]b[az´</body>",
3390
          "bodyInnerHTML": "`foo´<br>`bar´<br>`]b[az´",
3391
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`bar´<br>`]b[az´</body>"
3392
        },
3393
        "div": {
3394
          "valscore": 1,
3395
          "selscore": 1,
3396
          "valresult": 8,
3397
          "selresult": 5,
3398
          "output": "`foo´<br>`bar´<br>`]b[az´",
3399
          "innerHTML": "`foo´<br>`bar´<br>`]b[az´",
3400
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<br>`bar´<br>`]b[az´</div>",
3401
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<br>`bar´<br>`]b[az´</div>CAN<br>ARY",
3402
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<br>`bar´<br>`]b[az´</div>CAN<br>ARY</body>"
3403
        }
3404
      },
3405
      "SM:e.b.lb_BR.BR-1_SIR-2": {
3406
        "dM": {
3407
          "valscore": 1,
3408
          "selscore": 0,
3409
          "valresult": 8,
3410
          "selresult": 2,
3411
          "output": "`foo´<br>`bar´<br>`]b[az´",
3412
          "innerHTML": "`foo´<br>`bar´<br>`]b[az´",
3413
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`bar´<br>`]b[az´</body>",
3414
          "bodyInnerHTML": "`foo´<br>`bar´<br>`]b[az´",
3415
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`bar´<br>`]b[az´</body>"
3416
        },
3417
        "body": {
3418
          "valscore": 1,
3419
          "selscore": 0,
3420
          "valresult": 8,
3421
          "selresult": 2,
3422
          "output": "`foo´<br>`bar´<br>`]b[az´",
3423
          "innerHTML": "`foo´<br>`bar´<br>`]b[az´",
3424
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`bar´<br>`]b[az´</body>",
3425
          "bodyInnerHTML": "`foo´<br>`bar´<br>`]b[az´",
3426
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`bar´<br>`]b[az´</body>"
3427
        },
3428
        "div": {
3429
          "valscore": 1,
3430
          "selscore": 0,
3431
          "valresult": 8,
3432
          "selresult": 2,
3433
          "output": "`foo´<br>`bar´<br>`]b[az´",
3434
          "innerHTML": "`foo´<br>`bar´<br>`]b[az´",
3435
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<br>`bar´<br>`]b[az´</div>",
3436
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<br>`bar´<br>`]b[az´</div>CAN<br>ARY",
3437
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<br>`bar´<br>`]b[az´</div>CAN<br>ARY</body>"
3438
        }
3439
      },
3440
      "SM:e.b.lb_BR.BR-1_SMR-2": {
3441
        "dM": {
3442
          "valscore": 1,
3443
          "selscore": 1,
3444
          "valresult": 8,
3445
          "selresult": 5,
3446
          "output": "`foo´<br>`]bar´<br>`b[az´",
3447
          "innerHTML": "`foo´<br>`]bar´<br>`b[az´",
3448
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`]bar´<br>`b[az´</body>",
3449
          "bodyInnerHTML": "`foo´<br>`]bar´<br>`b[az´",
3450
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`]bar´<br>`b[az´</body>"
3451
        },
3452
        "body": {
3453
          "valscore": 1,
3454
          "selscore": 1,
3455
          "valresult": 8,
3456
          "selresult": 5,
3457
          "output": "`foo´<br>`]bar´<br>`b[az´",
3458
          "innerHTML": "`foo´<br>`]bar´<br>`b[az´",
3459
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`]bar´<br>`b[az´</body>",
3460
          "bodyInnerHTML": "`foo´<br>`]bar´<br>`b[az´",
3461
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`]bar´<br>`b[az´</body>"
3462
        },
3463
        "div": {
3464
          "valscore": 1,
3465
          "selscore": 1,
3466
          "valresult": 8,
3467
          "selresult": 5,
3468
          "output": "`foo´<br>`]bar´<br>`b[az´",
3469
          "innerHTML": "`foo´<br>`]bar´<br>`b[az´",
3470
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<br>`]bar´<br>`b[az´</div>",
3471
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<br>`]bar´<br>`b[az´</div>CAN<br>ARY",
3472
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<br>`]bar´<br>`b[az´</div>CAN<br>ARY</body>"
3473
        }
3474
      },
3475
      "SM:e.b.lb_P.P.P-1_SC-2": {
3476
        "dM": {
3477
          "valscore": 1,
3478
          "selscore": 1,
3479
          "valresult": 8,
3480
          "selresult": 5,
3481
          "output": "<p>`foo´</p><p>`bar´</p><p>`]b[az´</p>",
3482
          "innerHTML": "<p>`foo´</p><p>`bar´</p><p>`]b[az´</p>",
3483
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo´</p><p>`bar´</p><p>`]b[az´</p></body>",
3484
          "bodyInnerHTML": "<p>`foo´</p><p>`bar´</p><p>`]b[az´</p>",
3485
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo´</p><p>`bar´</p><p>`]b[az´</p></body>"
3486
        },
3487
        "body": {
3488
          "valscore": 1,
3489
          "selscore": 1,
3490
          "valresult": 8,
3491
          "selresult": 5,
3492
          "output": "<p>`foo´</p><p>`bar´</p><p>`]b[az´</p>",
3493
          "innerHTML": "<p>`foo´</p><p>`bar´</p><p>`]b[az´</p>",
3494
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo´</p><p>`bar´</p><p>`]b[az´</p></body>",
3495
          "bodyInnerHTML": "<p>`foo´</p><p>`bar´</p><p>`]b[az´</p>",
3496
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo´</p><p>`bar´</p><p>`]b[az´</p></body>"
3497
        },
3498
        "div": {
3499
          "valscore": 1,
3500
          "selscore": 1,
3501
          "valresult": 8,
3502
          "selresult": 5,
3503
          "output": "<p>`foo´</p><p>`bar´</p><p>`]b[az´</p>",
3504
          "innerHTML": "<p>`foo´</p><p>`bar´</p><p>`]b[az´</p>",
3505
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foo´</p><p>`bar´</p><p>`]b[az´</p></div>",
3506
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foo´</p><p>`bar´</p><p>`]b[az´</p></div>CAN<br>ARY",
3507
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foo´</p><p>`bar´</p><p>`]b[az´</p></div>CAN<br>ARY</body>"
3508
        }
3509
      },
3510
      "SM:e.b.lb_P.P.P-1_SIR-2": {
3511
        "dM": {
3512
          "valscore": 1,
3513
          "selscore": 0,
3514
          "valresult": 8,
3515
          "selresult": 2,
3516
          "output": "<p>`foo´</p><p>`bar´</p><p>`]b[az´</p>",
3517
          "innerHTML": "<p>`foo´</p><p>`bar´</p><p>`]b[az´</p>",
3518
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo´</p><p>`bar´</p><p>`]b[az´</p></body>",
3519
          "bodyInnerHTML": "<p>`foo´</p><p>`bar´</p><p>`]b[az´</p>",
3520
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo´</p><p>`bar´</p><p>`]b[az´</p></body>"
3521
        },
3522
        "body": {
3523
          "valscore": 1,
3524
          "selscore": 0,
3525
          "valresult": 8,
3526
          "selresult": 2,
3527
          "output": "<p>`foo´</p><p>`bar´</p><p>`]b[az´</p>",
3528
          "innerHTML": "<p>`foo´</p><p>`bar´</p><p>`]b[az´</p>",
3529
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo´</p><p>`bar´</p><p>`]b[az´</p></body>",
3530
          "bodyInnerHTML": "<p>`foo´</p><p>`bar´</p><p>`]b[az´</p>",
3531
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo´</p><p>`bar´</p><p>`]b[az´</p></body>"
3532
        },
3533
        "div": {
3534
          "valscore": 1,
3535
          "selscore": 0,
3536
          "valresult": 8,
3537
          "selresult": 2,
3538
          "output": "<p>`foo´</p><p>`bar´</p><p>`]b[az´</p>",
3539
          "innerHTML": "<p>`foo´</p><p>`bar´</p><p>`]b[az´</p>",
3540
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foo´</p><p>`bar´</p><p>`]b[az´</p></div>",
3541
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foo´</p><p>`bar´</p><p>`]b[az´</p></div>CAN<br>ARY",
3542
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foo´</p><p>`bar´</p><p>`]b[az´</p></div>CAN<br>ARY</body>"
3543
        }
3544
      },
3545
      "SM:e.b.lb_P.P.P-1_SMR-2": {
3546
        "dM": {
3547
          "valscore": 1,
3548
          "selscore": 1,
3549
          "valresult": 8,
3550
          "selresult": 5,
3551
          "output": "<p>`foo´</p><p>`]bar´</p><p>`b[az´</p>",
3552
          "innerHTML": "<p>`foo´</p><p>`]bar´</p><p>`b[az´</p>",
3553
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo´</p><p>`]bar´</p><p>`b[az´</p></body>",
3554
          "bodyInnerHTML": "<p>`foo´</p><p>`]bar´</p><p>`b[az´</p>",
3555
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo´</p><p>`]bar´</p><p>`b[az´</p></body>"
3556
        },
3557
        "body": {
3558
          "valscore": 1,
3559
          "selscore": 1,
3560
          "valresult": 8,
3561
          "selresult": 5,
3562
          "output": "<p>`foo´</p><p>`]bar´</p><p>`b[az´</p>",
3563
          "innerHTML": "<p>`foo´</p><p>`]bar´</p><p>`b[az´</p>",
3564
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo´</p><p>`]bar´</p><p>`b[az´</p></body>",
3565
          "bodyInnerHTML": "<p>`foo´</p><p>`]bar´</p><p>`b[az´</p>",
3566
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo´</p><p>`]bar´</p><p>`b[az´</p></body>"
3567
        },
3568
        "div": {
3569
          "valscore": 1,
3570
          "selscore": 1,
3571
          "valresult": 8,
3572
          "selresult": 5,
3573
          "output": "<p>`foo´</p><p>`]bar´</p><p>`b[az´</p>",
3574
          "innerHTML": "<p>`foo´</p><p>`]bar´</p><p>`b[az´</p>",
3575
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foo´</p><p>`]bar´</p><p>`b[az´</p></div>",
3576
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foo´</p><p>`]bar´</p><p>`b[az´</p></div>CAN<br>ARY",
3577
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foo´</p><p>`]bar´</p><p>`b[az´</p></div>CAN<br>ARY</body>"
3578
        }
3579
      },
3580
      "SM:e.b.lb_P.P.P-1_SM-2": {
3581
        "dM": {
3582
          "valscore": 1,
3583
          "selscore": 1,
3584
          "valresult": 8,
3585
          "selresult": 5,
3586
          "output": "<p>`foo´</p><p>`]b[ar´</p><p>`baz´</p>",
3587
          "innerHTML": "<p>`foo´</p><p>`]b[ar´</p><p>`baz´</p>",
3588
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo´</p><p>`]b[ar´</p><p>`baz´</p></body>",
3589
          "bodyInnerHTML": "<p>`foo´</p><p>`]b[ar´</p><p>`baz´</p>",
3590
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo´</p><p>`]b[ar´</p><p>`baz´</p></body>"
3591
        },
3592
        "body": {
3593
          "valscore": 1,
3594
          "selscore": 1,
3595
          "valresult": 8,
3596
          "selresult": 5,
3597
          "output": "<p>`foo´</p><p>`]b[ar´</p><p>`baz´</p>",
3598
          "innerHTML": "<p>`foo´</p><p>`]b[ar´</p><p>`baz´</p>",
3599
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo´</p><p>`]b[ar´</p><p>`baz´</p></body>",
3600
          "bodyInnerHTML": "<p>`foo´</p><p>`]b[ar´</p><p>`baz´</p>",
3601
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo´</p><p>`]b[ar´</p><p>`baz´</p></body>"
3602
        },
3603
        "div": {
3604
          "valscore": 1,
3605
          "selscore": 1,
3606
          "valresult": 8,
3607
          "selresult": 5,
3608
          "output": "<p>`foo´</p><p>`]b[ar´</p><p>`baz´</p>",
3609
          "innerHTML": "<p>`foo´</p><p>`]b[ar´</p><p>`baz´</p>",
3610
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foo´</p><p>`]b[ar´</p><p>`baz´</p></div>",
3611
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foo´</p><p>`]b[ar´</p><p>`baz´</p></div>CAN<br>ARY",
3612
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foo´</p><p>`]b[ar´</p><p>`baz´</p></div>CAN<br>ARY</body>"
3613
        }
3614
      },
3615
      "SM:e.f.l_BR.BR-2_SC-1": {
3616
        "dM": {
3617
          "valscore": 1,
3618
          "selscore": 1,
3619
          "valresult": 8,
3620
          "selresult": 5,
3621
          "output": "`fo[o´<br>`fo]o´<br>`foo´",
3622
          "innerHTML": "`fo[o´<br>`fo]o´<br>`foo´",
3623
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo[o´<br>`fo]o´<br>`foo´</body>",
3624
          "bodyInnerHTML": "`fo[o´<br>`fo]o´<br>`foo´",
3625
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo[o´<br>`fo]o´<br>`foo´</body>"
3626
        },
3627
        "body": {
3628
          "valscore": 1,
3629
          "selscore": 1,
3630
          "valresult": 8,
3631
          "selresult": 5,
3632
          "output": "`fo[o´<br>`fo]o´<br>`foo´",
3633
          "innerHTML": "`fo[o´<br>`fo]o´<br>`foo´",
3634
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo[o´<br>`fo]o´<br>`foo´</body>",
3635
          "bodyInnerHTML": "`fo[o´<br>`fo]o´<br>`foo´",
3636
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo[o´<br>`fo]o´<br>`foo´</body>"
3637
        },
3638
        "div": {
3639
          "valscore": 1,
3640
          "selscore": 1,
3641
          "valresult": 8,
3642
          "selresult": 5,
3643
          "output": "`fo[o´<br>`fo]o´<br>`foo´",
3644
          "innerHTML": "`fo[o´<br>`fo]o´<br>`foo´",
3645
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo[o´<br>`fo]o´<br>`foo´</div>",
3646
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo[o´<br>`fo]o´<br>`foo´</div>CAN<br>ARY",
3647
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo[o´<br>`fo]o´<br>`foo´</div>CAN<br>ARY</body>"
3648
        }
3649
      },
3650
      "SM:e.f.l_BR.BR-2_SI-1": {
3651
        "dM": {
3652
          "valscore": 1,
3653
          "selscore": 0,
3654
          "valresult": 8,
3655
          "selresult": 2,
3656
          "output": "`fo[o´<br>`foo´}<br>`foo´",
3657
          "innerHTML": "`fo[o´<br>`foo´}<br>`foo´",
3658
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo[o´<br>`foo´}<br>`foo´</body>",
3659
          "bodyInnerHTML": "`fo[o´<br>`foo´}<br>`foo´",
3660
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo[o´<br>`foo´}<br>`foo´</body>"
3661
        },
3662
        "body": {
3663
          "valscore": 1,
3664
          "selscore": 0,
3665
          "valresult": 8,
3666
          "selresult": 2,
3667
          "output": "`fo[o´<br>`foo´}<br>`foo´",
3668
          "innerHTML": "`fo[o´<br>`foo´}<br>`foo´",
3669
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo[o´<br>`foo´}<br>`foo´</body>",
3670
          "bodyInnerHTML": "`fo[o´<br>`foo´}<br>`foo´",
3671
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo[o´<br>`foo´}<br>`foo´</body>"
3672
        },
3673
        "div": {
3674
          "valscore": 1,
3675
          "selscore": 0,
3676
          "valresult": 8,
3677
          "selresult": 2,
3678
          "output": "`fo[o´<br>`foo´}<br>`foo´",
3679
          "innerHTML": "`fo[o´<br>`foo´}<br>`foo´",
3680
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo[o´<br>`foo´}<br>`foo´</div>",
3681
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo[o´<br>`foo´}<br>`foo´</div>CAN<br>ARY",
3682
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo[o´<br>`foo´}<br>`foo´</div>CAN<br>ARY</body>"
3683
        }
3684
      },
3685
      "SM:e.f.l_BR.BR-2_SM-1": {
3686
        "dM": {
3687
          "valscore": 1,
3688
          "selscore": 1,
3689
          "valresult": 8,
3690
          "selresult": 5,
3691
          "output": "`fo[o´<br>`foo´<br>`f]oo´",
3692
          "innerHTML": "`fo[o´<br>`foo´<br>`f]oo´",
3693
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo[o´<br>`foo´<br>`f]oo´</body>",
3694
          "bodyInnerHTML": "`fo[o´<br>`foo´<br>`f]oo´",
3695
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo[o´<br>`foo´<br>`f]oo´</body>"
3696
        },
3697
        "body": {
3698
          "valscore": 1,
3699
          "selscore": 1,
3700
          "valresult": 8,
3701
          "selresult": 5,
3702
          "output": "`fo[o´<br>`foo´<br>`f]oo´",
3703
          "innerHTML": "`fo[o´<br>`foo´<br>`f]oo´",
3704
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo[o´<br>`foo´<br>`f]oo´</body>",
3705
          "bodyInnerHTML": "`fo[o´<br>`foo´<br>`f]oo´",
3706
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo[o´<br>`foo´<br>`f]oo´</body>"
3707
        },
3708
        "div": {
3709
          "valscore": 1,
3710
          "selscore": 1,
3711
          "valresult": 8,
3712
          "selresult": 5,
3713
          "output": "`fo[o´<br>`foo´<br>`f]oo´",
3714
          "innerHTML": "`fo[o´<br>`foo´<br>`f]oo´",
3715
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo[o´<br>`foo´<br>`f]oo´</div>",
3716
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo[o´<br>`foo´<br>`f]oo´</div>CAN<br>ARY",
3717
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo[o´<br>`foo´<br>`f]oo´</div>CAN<br>ARY</body>"
3718
        }
3719
      },
3720
      "SM:e.f.l_P.P-1_SC-1": {
3721
        "dM": {
3722
          "valscore": 1,
3723
          "selscore": 1,
3724
          "valresult": 8,
3725
          "selresult": 5,
3726
          "output": "<p>`foo[bar´</p><p>`foo]bar´</p>",
3727
          "innerHTML": "<p>`foo[bar´</p><p>`foo]bar´</p>",
3728
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo[bar´</p><p>`foo]bar´</p></body>",
3729
          "bodyInnerHTML": "<p>`foo[bar´</p><p>`foo]bar´</p>",
3730
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo[bar´</p><p>`foo]bar´</p></body>"
3731
        },
3732
        "body": {
3733
          "valscore": 1,
3734
          "selscore": 1,
3735
          "valresult": 8,
3736
          "selresult": 5,
3737
          "output": "<p>`foo[bar´</p><p>`foo]bar´</p>",
3738
          "innerHTML": "<p>`foo[bar´</p><p>`foo]bar´</p>",
3739
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo[bar´</p><p>`foo]bar´</p></body>",
3740
          "bodyInnerHTML": "<p>`foo[bar´</p><p>`foo]bar´</p>",
3741
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo[bar´</p><p>`foo]bar´</p></body>"
3742
        },
3743
        "div": {
3744
          "valscore": 1,
3745
          "selscore": 1,
3746
          "valresult": 8,
3747
          "selresult": 5,
3748
          "output": "<p>`foo[bar´</p><p>`foo]bar´</p>",
3749
          "innerHTML": "<p>`foo[bar´</p><p>`foo]bar´</p>",
3750
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foo[bar´</p><p>`foo]bar´</p></div>",
3751
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foo[bar´</p><p>`foo]bar´</p></div>CAN<br>ARY",
3752
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foo[bar´</p><p>`foo]bar´</p></div>CAN<br>ARY</body>"
3753
        }
3754
      },
3755
      "SM:e.f.l_P.P-1_SMR-1": {
3756
        "dM": {
3757
          "valscore": 1,
3758
          "selscore": 1,
3759
          "valresult": 8,
3760
          "selresult": 5,
3761
          "output": "<p>`foobar´</p><p>`fo]ob[ar´</p>",
3762
          "innerHTML": "<p>`foobar´</p><p>`fo]ob[ar´</p>",
3763
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foobar´</p><p>`fo]ob[ar´</p></body>",
3764
          "bodyInnerHTML": "<p>`foobar´</p><p>`fo]ob[ar´</p>",
3765
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foobar´</p><p>`fo]ob[ar´</p></body>"
3766
        },
3767
        "body": {
3768
          "valscore": 1,
3769
          "selscore": 1,
3770
          "valresult": 8,
3771
          "selresult": 5,
3772
          "output": "<p>`foobar´</p><p>`fo]ob[ar´</p>",
3773
          "innerHTML": "<p>`foobar´</p><p>`fo]ob[ar´</p>",
3774
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foobar´</p><p>`fo]ob[ar´</p></body>",
3775
          "bodyInnerHTML": "<p>`foobar´</p><p>`fo]ob[ar´</p>",
3776
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foobar´</p><p>`fo]ob[ar´</p></body>"
3777
        },
3778
        "div": {
3779
          "valscore": 1,
3780
          "selscore": 1,
3781
          "valresult": 8,
3782
          "selresult": 5,
3783
          "output": "<p>`foobar´</p><p>`fo]ob[ar´</p>",
3784
          "innerHTML": "<p>`foobar´</p><p>`fo]ob[ar´</p>",
3785
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foobar´</p><p>`fo]ob[ar´</p></div>",
3786
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foobar´</p><p>`fo]ob[ar´</p></div>CAN<br>ARY",
3787
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foobar´</p><p>`fo]ob[ar´</p></div>CAN<br>ARY</body>"
3788
        }
3789
      },
3790
      "SM:e.b.l_BR.BR-2_SC-2": {
3791
        "dM": {
3792
          "valscore": 1,
3793
          "selscore": 1,
3794
          "valresult": 8,
3795
          "selresult": 5,
3796
          "output": "`foo´<br>`f]oo´<br>`f[oo´",
3797
          "innerHTML": "`foo´<br>`f]oo´<br>`f[oo´",
3798
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`f]oo´<br>`f[oo´</body>",
3799
          "bodyInnerHTML": "`foo´<br>`f]oo´<br>`f[oo´",
3800
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`f]oo´<br>`f[oo´</body>"
3801
        },
3802
        "body": {
3803
          "valscore": 1,
3804
          "selscore": 1,
3805
          "valresult": 8,
3806
          "selresult": 5,
3807
          "output": "`foo´<br>`f]oo´<br>`f[oo´",
3808
          "innerHTML": "`foo´<br>`f]oo´<br>`f[oo´",
3809
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`f]oo´<br>`f[oo´</body>",
3810
          "bodyInnerHTML": "`foo´<br>`f]oo´<br>`f[oo´",
3811
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`f]oo´<br>`f[oo´</body>"
3812
        },
3813
        "div": {
3814
          "valscore": 1,
3815
          "selscore": 1,
3816
          "valresult": 8,
3817
          "selresult": 5,
3818
          "output": "`foo´<br>`f]oo´<br>`f[oo´",
3819
          "innerHTML": "`foo´<br>`f]oo´<br>`f[oo´",
3820
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<br>`f]oo´<br>`f[oo´</div>",
3821
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<br>`f]oo´<br>`f[oo´</div>CAN<br>ARY",
3822
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<br>`f]oo´<br>`f[oo´</div>CAN<br>ARY</body>"
3823
        }
3824
      },
3825
      "SM:e.b.l_BR.BR-2_SIR-2": {
3826
        "dM": {
3827
          "valscore": 1,
3828
          "selscore": 1,
3829
          "valresult": 8,
3830
          "selresult": 5,
3831
          "output": "`foo´<br>`]foo´<br>`f[oo´",
3832
          "innerHTML": "`foo´<br>`]foo´<br>`f[oo´",
3833
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`]foo´<br>`f[oo´</body>",
3834
          "bodyInnerHTML": "`foo´<br>`]foo´<br>`f[oo´",
3835
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`]foo´<br>`f[oo´</body>"
3836
        },
3837
        "body": {
3838
          "valscore": 1,
3839
          "selscore": 1,
3840
          "valresult": 8,
3841
          "selresult": 5,
3842
          "output": "`foo´<br>`]foo´<br>`f[oo´",
3843
          "innerHTML": "`foo´<br>`]foo´<br>`f[oo´",
3844
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`]foo´<br>`f[oo´</body>",
3845
          "bodyInnerHTML": "`foo´<br>`]foo´<br>`f[oo´",
3846
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`]foo´<br>`f[oo´</body>"
3847
        },
3848
        "div": {
3849
          "valscore": 1,
3850
          "selscore": 1,
3851
          "valresult": 8,
3852
          "selresult": 5,
3853
          "output": "`foo´<br>`]foo´<br>`f[oo´",
3854
          "innerHTML": "`foo´<br>`]foo´<br>`f[oo´",
3855
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<br>`]foo´<br>`f[oo´</div>",
3856
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<br>`]foo´<br>`f[oo´</div>CAN<br>ARY",
3857
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<br>`]foo´<br>`f[oo´</div>CAN<br>ARY</body>"
3858
        }
3859
      },
3860
      "SM:e.b.l_BR.BR-2_SMR-2": {
3861
        "dM": {
3862
          "valscore": 1,
3863
          "selscore": 1,
3864
          "valresult": 8,
3865
          "selresult": 5,
3866
          "output": "`fo]o´<br>`foo´<br>`f[oo´",
3867
          "innerHTML": "`fo]o´<br>`foo´<br>`f[oo´",
3868
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo]o´<br>`foo´<br>`f[oo´</body>",
3869
          "bodyInnerHTML": "`fo]o´<br>`foo´<br>`f[oo´",
3870
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo]o´<br>`foo´<br>`f[oo´</body>"
3871
        },
3872
        "body": {
3873
          "valscore": 1,
3874
          "selscore": 1,
3875
          "valresult": 8,
3876
          "selresult": 5,
3877
          "output": "`fo]o´<br>`foo´<br>`f[oo´",
3878
          "innerHTML": "`fo]o´<br>`foo´<br>`f[oo´",
3879
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo]o´<br>`foo´<br>`f[oo´</body>",
3880
          "bodyInnerHTML": "`fo]o´<br>`foo´<br>`f[oo´",
3881
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo]o´<br>`foo´<br>`f[oo´</body>"
3882
        },
3883
        "div": {
3884
          "valscore": 1,
3885
          "selscore": 1,
3886
          "valresult": 8,
3887
          "selresult": 5,
3888
          "output": "`fo]o´<br>`foo´<br>`f[oo´",
3889
          "innerHTML": "`fo]o´<br>`foo´<br>`f[oo´",
3890
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo]o´<br>`foo´<br>`f[oo´</div>",
3891
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo]o´<br>`foo´<br>`f[oo´</div>CAN<br>ARY",
3892
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo]o´<br>`foo´<br>`f[oo´</div>CAN<br>ARY</body>"
3893
        }
3894
      },
3895
      "SM:e.b.l_P.P-1_SC-2": {
3896
        "dM": {
3897
          "valscore": 1,
3898
          "selscore": 1,
3899
          "valresult": 8,
3900
          "selresult": 5,
3901
          "output": "<p>`foo]bar´</p><p>`foo[bar´</p>",
3902
          "innerHTML": "<p>`foo]bar´</p><p>`foo[bar´</p>",
3903
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo]bar´</p><p>`foo[bar´</p></body>",
3904
          "bodyInnerHTML": "<p>`foo]bar´</p><p>`foo[bar´</p>",
3905
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo]bar´</p><p>`foo[bar´</p></body>"
3906
        },
3907
        "body": {
3908
          "valscore": 1,
3909
          "selscore": 1,
3910
          "valresult": 8,
3911
          "selresult": 5,
3912
          "output": "<p>`foo]bar´</p><p>`foo[bar´</p>",
3913
          "innerHTML": "<p>`foo]bar´</p><p>`foo[bar´</p>",
3914
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo]bar´</p><p>`foo[bar´</p></body>",
3915
          "bodyInnerHTML": "<p>`foo]bar´</p><p>`foo[bar´</p>",
3916
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo]bar´</p><p>`foo[bar´</p></body>"
3917
        },
3918
        "div": {
3919
          "valscore": 1,
3920
          "selscore": 1,
3921
          "valresult": 8,
3922
          "selresult": 5,
3923
          "output": "<p>`foo]bar´</p><p>`foo[bar´</p>",
3924
          "innerHTML": "<p>`foo]bar´</p><p>`foo[bar´</p>",
3925
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foo]bar´</p><p>`foo[bar´</p></div>",
3926
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foo]bar´</p><p>`foo[bar´</p></div>CAN<br>ARY",
3927
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foo]bar´</p><p>`foo[bar´</p></div>CAN<br>ARY</body>"
3928
        }
3929
      },
3930
      "SM:e.b.l_P.P-1_SM-1": {
3931
        "dM": {
3932
          "valscore": 1,
3933
          "selscore": 1,
3934
          "valresult": 8,
3935
          "selresult": 5,
3936
          "output": "<p>`fo[ob]ar´</p><p>`foobar´</p>",
3937
          "innerHTML": "<p>`fo[ob]ar´</p><p>`foobar´</p>",
3938
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`fo[ob]ar´</p><p>`foobar´</p></body>",
3939
          "bodyInnerHTML": "<p>`fo[ob]ar´</p><p>`foobar´</p>",
3940
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`fo[ob]ar´</p><p>`foobar´</p></body>"
3941
        },
3942
        "body": {
3943
          "valscore": 1,
3944
          "selscore": 1,
3945
          "valresult": 8,
3946
          "selresult": 5,
3947
          "output": "<p>`fo[ob]ar´</p><p>`foobar´</p>",
3948
          "innerHTML": "<p>`fo[ob]ar´</p><p>`foobar´</p>",
3949
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`fo[ob]ar´</p><p>`foobar´</p></body>",
3950
          "bodyInnerHTML": "<p>`fo[ob]ar´</p><p>`foobar´</p>",
3951
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`fo[ob]ar´</p><p>`foobar´</p></body>"
3952
        },
3953
        "div": {
3954
          "valscore": 1,
3955
          "selscore": 1,
3956
          "valresult": 8,
3957
          "selresult": 5,
3958
          "output": "<p>`fo[ob]ar´</p><p>`foobar´</p>",
3959
          "innerHTML": "<p>`fo[ob]ar´</p><p>`foobar´</p>",
3960
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`fo[ob]ar´</p><p>`foobar´</p></div>",
3961
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`fo[ob]ar´</p><p>`foobar´</p></div>CAN<br>ARY",
3962
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`fo[ob]ar´</p><p>`foobar´</p></div>CAN<br>ARY</body>"
3963
        }
3964
      },
3965
      "SAC:div_DIV-1_SC-1": {
3966
        "dM": {
3967
          "valscore": 1,
3968
          "selscore": 1,
3969
          "valresult": 8,
3970
          "selresult": 5,
3971
          "output": "`foo´<div id=\"div\">{`bar ´<span>`baz´</span>}</div>`qoz´",
3972
          "innerHTML": "`foo´<div id=\"div\">{`bar ´<span>`baz´</span>}</div>`qoz´",
3973
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<div id=\"div\">{`bar ´<span>`baz´</span>}</div>`qoz´</body>",
3974
          "bodyInnerHTML": "`foo´<div id=\"div\">{`bar ´<span>`baz´</span>}</div>`qoz´",
3975
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<div id=\"div\">{`bar ´<span>`baz´</span>}</div>`qoz´</body>"
3976
        },
3977
        "body": {
3978
          "valscore": 1,
3979
          "selscore": 1,
3980
          "valresult": 8,
3981
          "selresult": 5,
3982
          "output": "`foo´<div id=\"div\">{`bar ´<span>`baz´</span>}</div>`qoz´",
3983
          "innerHTML": "`foo´<div id=\"div\">{`bar ´<span>`baz´</span>}</div>`qoz´",
3984
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<div id=\"div\">{`bar ´<span>`baz´</span>}</div>`qoz´</body>",
3985
          "bodyInnerHTML": "`foo´<div id=\"div\">{`bar ´<span>`baz´</span>}</div>`qoz´",
3986
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<div id=\"div\">{`bar ´<span>`baz´</span>}</div>`qoz´</body>"
3987
        },
3988
        "div": {
3989
          "valscore": 1,
3990
          "selscore": 1,
3991
          "valresult": 8,
3992
          "selresult": 5,
3993
          "output": "`foo´<div id=\"div\">{`bar ´<span>`baz´</span>}</div>`qoz´",
3994
          "innerHTML": "`foo´<div id=\"div\">{`bar ´<span>`baz´</span>}</div>`qoz´",
3995
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<div id=\"div\">{`bar ´<span>`baz´</span>}</div>`qoz´</div>",
3996
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<div id=\"div\">{`bar ´<span>`baz´</span>}</div>`qoz´</div>CAN<br>ARY",
3997
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<div id=\"div\">{`bar ´<span>`baz´</span>}</div>`qoz´</div>CAN<br>ARY</body>"
3998
        }
3999
      }
4000
    }
4001
  },
4002
  "A": {
4003
    "Proposed": {
4004
      "B_TEXT-1_SI": {
4005
        "dM": {
4006
          "valscore": 1,
4007
          "selscore": 0,
4008
          "valresult": 8,
4009
          "selresult": 2,
4010
          "output": "`foo[´<b>`bar]´</b>`baz´",
4011
          "innerHTML": "`foo[´<b>`bar]´</b>`baz´",
4012
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<b>`bar]´</b>`baz´</body>",
4013
          "bodyInnerHTML": "`foo[´<b>`bar]´</b>`baz´",
4014
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<b>`bar]´</b>`baz´</body>"
4015
        },
4016
        "body": {
4017
          "valscore": 1,
4018
          "selscore": 0,
4019
          "valresult": 8,
4020
          "selresult": 2,
4021
          "output": "`foo[´<b>`bar]´</b>`baz´",
4022
          "innerHTML": "`foo[´<b>`bar]´</b>`baz´",
4023
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<b>`bar]´</b>`baz´</body>",
4024
          "bodyInnerHTML": "`foo[´<b>`bar]´</b>`baz´",
4025
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<b>`bar]´</b>`baz´</body>"
4026
        },
4027
        "div": {
4028
          "valscore": 1,
4029
          "selscore": 0,
4030
          "valresult": 8,
4031
          "selresult": 2,
4032
          "output": "`foo[´<b>`bar]´</b>`baz´",
4033
          "innerHTML": "`foo[´<b>`bar]´</b>`baz´",
4034
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<b>`bar]´</b>`baz´</div>",
4035
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<b>`bar]´</b>`baz´</div>CAN<br>ARY",
4036
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<b>`bar]´</b>`baz´</div>CAN<br>ARY</body>"
4037
        }
4038
      },
4039
      "B_TEXT-1_SIR": {
4040
        "dM": {
4041
          "valscore": 1,
4042
          "selscore": 0,
4043
          "valresult": 8,
4044
          "selresult": 2,
4045
          "output": "`foo[´<b>`bar]´</b>`baz´",
4046
          "innerHTML": "`foo[´<b>`bar]´</b>`baz´",
4047
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<b>`bar]´</b>`baz´</body>",
4048
          "bodyInnerHTML": "`foo[´<b>`bar]´</b>`baz´",
4049
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<b>`bar]´</b>`baz´</body>"
4050
        },
4051
        "body": {
4052
          "valscore": 1,
4053
          "selscore": 0,
4054
          "valresult": 8,
4055
          "selresult": 2,
4056
          "output": "`foo[´<b>`bar]´</b>`baz´",
4057
          "innerHTML": "`foo[´<b>`bar]´</b>`baz´",
4058
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<b>`bar]´</b>`baz´</body>",
4059
          "bodyInnerHTML": "`foo[´<b>`bar]´</b>`baz´",
4060
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<b>`bar]´</b>`baz´</body>"
4061
        },
4062
        "div": {
4063
          "valscore": 1,
4064
          "selscore": 0,
4065
          "valresult": 8,
4066
          "selresult": 2,
4067
          "output": "`foo[´<b>`bar]´</b>`baz´",
4068
          "innerHTML": "`foo[´<b>`bar]´</b>`baz´",
4069
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<b>`bar]´</b>`baz´</div>",
4070
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<b>`bar]´</b>`baz´</div>CAN<br>ARY",
4071
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<b>`bar]´</b>`baz´</div>CAN<br>ARY</body>"
4072
        }
4073
      },
4074
      "B_I-1_SL": {
4075
        "dM": {
4076
          "valscore": 1,
4077
          "selscore": 0,
4078
          "valresult": 8,
4079
          "selresult": 2,
4080
          "output": "`foo[´<b>`bar´</b><i><b>`baz]´</b>`qoz´</i>`quz´",
4081
          "innerHTML": "`foo[´<b>`bar´</b><i><b>`baz]´</b>`qoz´</i>`quz´",
4082
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<b>`bar´</b><i><b>`baz]´</b>`qoz´</i>`quz´</body>",
4083
          "bodyInnerHTML": "`foo[´<b>`bar´</b><i><b>`baz]´</b>`qoz´</i>`quz´",
4084
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<b>`bar´</b><i><b>`baz]´</b>`qoz´</i>`quz´</body>"
4085
        },
4086
        "body": {
4087
          "valscore": 1,
4088
          "selscore": 0,
4089
          "valresult": 8,
4090
          "selresult": 2,
4091
          "output": "`foo[´<b>`bar´</b><i><b>`baz]´</b>`qoz´</i>`quz´",
4092
          "innerHTML": "`foo[´<b>`bar´</b><i><b>`baz]´</b>`qoz´</i>`quz´",
4093
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<b>`bar´</b><i><b>`baz]´</b>`qoz´</i>`quz´</body>",
4094
          "bodyInnerHTML": "`foo[´<b>`bar´</b><i><b>`baz]´</b>`qoz´</i>`quz´",
4095
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<b>`bar´</b><i><b>`baz]´</b>`qoz´</i>`quz´</body>"
4096
        },
4097
        "div": {
4098
          "valscore": 1,
4099
          "selscore": 0,
4100
          "valresult": 8,
4101
          "selresult": 2,
4102
          "output": "`foo[´<b>`bar´</b><i><b>`baz]´</b>`qoz´</i>`quz´",
4103
          "innerHTML": "`foo[´<b>`bar´</b><i><b>`baz]´</b>`qoz´</i>`quz´",
4104
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<b>`bar´</b><i><b>`baz]´</b>`qoz´</i>`quz´</div>",
4105
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<b>`bar´</b><i><b>`baz]´</b>`qoz´</i>`quz´</div>CAN<br>ARY",
4106
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<b>`bar´</b><i><b>`baz]´</b>`qoz´</i>`quz´</div>CAN<br>ARY</body>"
4107
        }
4108
      },
4109
      "I_TEXT-1_SI": {
4110
        "dM": {
4111
          "valscore": 1,
4112
          "selscore": 0,
4113
          "valresult": 8,
4114
          "selresult": 2,
4115
          "output": "`foo[´<i>`bar]´</i>`baz´",
4116
          "innerHTML": "`foo[´<i>`bar]´</i>`baz´",
4117
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<i>`bar]´</i>`baz´</body>",
4118
          "bodyInnerHTML": "`foo[´<i>`bar]´</i>`baz´",
4119
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<i>`bar]´</i>`baz´</body>"
4120
        },
4121
        "body": {
4122
          "valscore": 1,
4123
          "selscore": 0,
4124
          "valresult": 8,
4125
          "selresult": 2,
4126
          "output": "`foo[´<i>`bar]´</i>`baz´",
4127
          "innerHTML": "`foo[´<i>`bar]´</i>`baz´",
4128
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<i>`bar]´</i>`baz´</body>",
4129
          "bodyInnerHTML": "`foo[´<i>`bar]´</i>`baz´",
4130
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<i>`bar]´</i>`baz´</body>"
4131
        },
4132
        "div": {
4133
          "valscore": 1,
4134
          "selscore": 0,
4135
          "valresult": 8,
4136
          "selresult": 2,
4137
          "output": "`foo[´<i>`bar]´</i>`baz´",
4138
          "innerHTML": "`foo[´<i>`bar]´</i>`baz´",
4139
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<i>`bar]´</i>`baz´</div>",
4140
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<i>`bar]´</i>`baz´</div>CAN<br>ARY",
4141
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<i>`bar]´</i>`baz´</div>CAN<br>ARY</body>"
4142
        }
4143
      },
4144
      "U_TEXT-1_SI": {
4145
        "dM": {
4146
          "valscore": 1,
4147
          "selscore": 0,
4148
          "valresult": 8,
4149
          "selresult": 2,
4150
          "output": "`foo[´<u>`bar]´</u>`baz´",
4151
          "innerHTML": "`foo[´<u>`bar]´</u>`baz´",
4152
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<u>`bar]´</u>`baz´</body>",
4153
          "bodyInnerHTML": "`foo[´<u>`bar]´</u>`baz´",
4154
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<u>`bar]´</u>`baz´</body>"
4155
        },
4156
        "body": {
4157
          "valscore": 1,
4158
          "selscore": 0,
4159
          "valresult": 8,
4160
          "selresult": 2,
4161
          "output": "`foo[´<u>`bar]´</u>`baz´",
4162
          "innerHTML": "`foo[´<u>`bar]´</u>`baz´",
4163
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<u>`bar]´</u>`baz´</body>",
4164
          "bodyInnerHTML": "`foo[´<u>`bar]´</u>`baz´",
4165
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<u>`bar]´</u>`baz´</body>"
4166
        },
4167
        "div": {
4168
          "valscore": 1,
4169
          "selscore": 0,
4170
          "valresult": 8,
4171
          "selresult": 2,
4172
          "output": "`foo[´<u>`bar]´</u>`baz´",
4173
          "innerHTML": "`foo[´<u>`bar]´</u>`baz´",
4174
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<u>`bar]´</u>`baz´</div>",
4175
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<u>`bar]´</u>`baz´</div>CAN<br>ARY",
4176
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<u>`bar]´</u>`baz´</div>CAN<br>ARY</body>"
4177
        }
4178
      },
4179
      "S_TEXT-1_SI": {
4180
        "dM": {
4181
          "valscore": 1,
4182
          "selscore": 0,
4183
          "valresult": 8,
4184
          "selresult": 2,
4185
          "output": "`foo[´<strike>`bar]´</strike>`baz´",
4186
          "innerHTML": "`foo[´<strike>`bar]´</strike>`baz´",
4187
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<strike>`bar]´</strike>`baz´</body>",
4188
          "bodyInnerHTML": "`foo[´<strike>`bar]´</strike>`baz´",
4189
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<strike>`bar]´</strike>`baz´</body>"
4190
        },
4191
        "body": {
4192
          "valscore": 1,
4193
          "selscore": 0,
4194
          "valresult": 8,
4195
          "selresult": 2,
4196
          "output": "`foo[´<strike>`bar]´</strike>`baz´",
4197
          "innerHTML": "`foo[´<strike>`bar]´</strike>`baz´",
4198
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<strike>`bar]´</strike>`baz´</body>",
4199
          "bodyInnerHTML": "`foo[´<strike>`bar]´</strike>`baz´",
4200
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<strike>`bar]´</strike>`baz´</body>"
4201
        },
4202
        "div": {
4203
          "valscore": 1,
4204
          "selscore": 0,
4205
          "valresult": 8,
4206
          "selresult": 2,
4207
          "output": "`foo[´<strike>`bar]´</strike>`baz´",
4208
          "innerHTML": "`foo[´<strike>`bar]´</strike>`baz´",
4209
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<strike>`bar]´</strike>`baz´</div>",
4210
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<strike>`bar]´</strike>`baz´</div>CAN<br>ARY",
4211
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<strike>`bar]´</strike>`baz´</div>CAN<br>ARY</body>"
4212
        }
4213
      },
4214
      "SUB_TEXT-1_SI": {
4215
        "dM": {
4216
          "valscore": 1,
4217
          "selscore": 0,
4218
          "valresult": 8,
4219
          "selresult": 2,
4220
          "output": "`foo[´<sub>`bar]´</sub>`baz´",
4221
          "innerHTML": "`foo[´<sub>`bar]´</sub>`baz´",
4222
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<sub>`bar]´</sub>`baz´</body>",
4223
          "bodyInnerHTML": "`foo[´<sub>`bar]´</sub>`baz´",
4224
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<sub>`bar]´</sub>`baz´</body>"
4225
        },
4226
        "body": {
4227
          "valscore": 1,
4228
          "selscore": 0,
4229
          "valresult": 8,
4230
          "selresult": 2,
4231
          "output": "`foo[´<sub>`bar]´</sub>`baz´",
4232
          "innerHTML": "`foo[´<sub>`bar]´</sub>`baz´",
4233
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<sub>`bar]´</sub>`baz´</body>",
4234
          "bodyInnerHTML": "`foo[´<sub>`bar]´</sub>`baz´",
4235
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<sub>`bar]´</sub>`baz´</body>"
4236
        },
4237
        "div": {
4238
          "valscore": 1,
4239
          "selscore": 0,
4240
          "valresult": 8,
4241
          "selresult": 2,
4242
          "output": "`foo[´<sub>`bar]´</sub>`baz´",
4243
          "innerHTML": "`foo[´<sub>`bar]´</sub>`baz´",
4244
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<sub>`bar]´</sub>`baz´</div>",
4245
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<sub>`bar]´</sub>`baz´</div>CAN<br>ARY",
4246
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<sub>`bar]´</sub>`baz´</div>CAN<br>ARY</body>"
4247
        }
4248
      },
4249
      "SUP_TEXT-1_SI": {
4250
        "dM": {
4251
          "valscore": 1,
4252
          "selscore": 0,
4253
          "valresult": 8,
4254
          "selresult": 2,
4255
          "output": "`foo[´<sup>`bar]´</sup>`baz´",
4256
          "innerHTML": "`foo[´<sup>`bar]´</sup>`baz´",
4257
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<sup>`bar]´</sup>`baz´</body>",
4258
          "bodyInnerHTML": "`foo[´<sup>`bar]´</sup>`baz´",
4259
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<sup>`bar]´</sup>`baz´</body>"
4260
        },
4261
        "body": {
4262
          "valscore": 1,
4263
          "selscore": 0,
4264
          "valresult": 8,
4265
          "selresult": 2,
4266
          "output": "`foo[´<sup>`bar]´</sup>`baz´",
4267
          "innerHTML": "`foo[´<sup>`bar]´</sup>`baz´",
4268
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<sup>`bar]´</sup>`baz´</body>",
4269
          "bodyInnerHTML": "`foo[´<sup>`bar]´</sup>`baz´",
4270
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<sup>`bar]´</sup>`baz´</body>"
4271
        },
4272
        "div": {
4273
          "valscore": 1,
4274
          "selscore": 0,
4275
          "valresult": 8,
4276
          "selresult": 2,
4277
          "output": "`foo[´<sup>`bar]´</sup>`baz´",
4278
          "innerHTML": "`foo[´<sup>`bar]´</sup>`baz´",
4279
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<sup>`bar]´</sup>`baz´</div>",
4280
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<sup>`bar]´</sup>`baz´</div>CAN<br>ARY",
4281
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<sup>`bar]´</sup>`baz´</div>CAN<br>ARY</body>"
4282
        }
4283
      },
4284
      "CL:url_TEXT-1_SI": {
4285
        "dM": {
4286
          "valscore": 1,
4287
          "selscore": 0,
4288
          "valresult": 8,
4289
          "selresult": 2,
4290
          "output": "`foo[´<a href=\"#foo\">`bar]´</a>`baz´",
4291
          "innerHTML": "`foo[´<a href=\"#foo\">`bar]´</a>`baz´",
4292
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<a href=\"#foo\">`bar]´</a>`baz´</body>",
4293
          "bodyInnerHTML": "`foo[´<a href=\"#foo\">`bar]´</a>`baz´",
4294
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<a href=\"#foo\">`bar]´</a>`baz´</body>"
4295
        },
4296
        "body": {
4297
          "valscore": 1,
4298
          "selscore": 0,
4299
          "valresult": 8,
4300
          "selresult": 2,
4301
          "output": "`foo[´<a href=\"#foo\">`bar]´</a>`baz´",
4302
          "innerHTML": "`foo[´<a href=\"#foo\">`bar]´</a>`baz´",
4303
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<a href=\"#foo\">`bar]´</a>`baz´</body>",
4304
          "bodyInnerHTML": "`foo[´<a href=\"#foo\">`bar]´</a>`baz´",
4305
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<a href=\"#foo\">`bar]´</a>`baz´</body>"
4306
        },
4307
        "div": {
4308
          "valscore": 1,
4309
          "selscore": 0,
4310
          "valresult": 8,
4311
          "selresult": 2,
4312
          "output": "`foo[´<a href=\"#foo\">`bar]´</a>`baz´",
4313
          "innerHTML": "`foo[´<a href=\"#foo\">`bar]´</a>`baz´",
4314
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<a href=\"#foo\">`bar]´</a>`baz´</div>",
4315
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<a href=\"#foo\">`bar]´</a>`baz´</div>CAN<br>ARY",
4316
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<a href=\"#foo\">`bar]´</a>`baz´</div>CAN<br>ARY</body>"
4317
        }
4318
      },
4319
      "FB:H1_TEXT-1_SI": {
4320
        "dM": {
4321
          "valscore": 1,
4322
          "selscore": 1,
4323
          "valresult": 8,
4324
          "selresult": 5,
4325
          "output": "<h1>`foo[bar]baz´</h1>",
4326
          "innerHTML": "<h1>`foo[bar]baz´</h1>",
4327
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><h1>`foo[bar]baz´</h1></body>",
4328
          "bodyInnerHTML": "<h1>`foo[bar]baz´</h1>",
4329
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><h1>`foo[bar]baz´</h1></body>"
4330
        },
4331
        "body": {
4332
          "valscore": 1,
4333
          "selscore": 1,
4334
          "valresult": 8,
4335
          "selresult": 5,
4336
          "output": "<h1>`foo[bar]baz´</h1>",
4337
          "innerHTML": "<h1>`foo[bar]baz´</h1>",
4338
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><h1>`foo[bar]baz´</h1></body>",
4339
          "bodyInnerHTML": "<h1>`foo[bar]baz´</h1>",
4340
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><h1>`foo[bar]baz´</h1></body>"
4341
        },
4342
        "div": {
4343
          "valscore": 1,
4344
          "selscore": 1,
4345
          "valresult": 8,
4346
          "selresult": 5,
4347
          "output": "<h1>`foo[bar]baz´</h1>",
4348
          "innerHTML": "<h1>`foo[bar]baz´</h1>",
4349
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><h1>`foo[bar]baz´</h1></div>",
4350
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><h1>`foo[bar]baz´</h1></div>CAN<br>ARY",
4351
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><h1>`foo[bar]baz´</h1></div>CAN<br>ARY</body>"
4352
        }
4353
      },
4354
      "FB:P_TEXT-1_SI": {
4355
        "dM": {
4356
          "valscore": 1,
4357
          "selscore": 1,
4358
          "valresult": 8,
4359
          "selresult": 5,
4360
          "output": "<p>`foo[bar]baz´</p>",
4361
          "innerHTML": "<p>`foo[bar]baz´</p>",
4362
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo[bar]baz´</p></body>",
4363
          "bodyInnerHTML": "<p>`foo[bar]baz´</p>",
4364
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo[bar]baz´</p></body>"
4365
        },
4366
        "body": {
4367
          "valscore": 1,
4368
          "selscore": 1,
4369
          "valresult": 8,
4370
          "selresult": 5,
4371
          "output": "<p>`foo[bar]baz´</p>",
4372
          "innerHTML": "<p>`foo[bar]baz´</p>",
4373
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo[bar]baz´</p></body>",
4374
          "bodyInnerHTML": "<p>`foo[bar]baz´</p>",
4375
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo[bar]baz´</p></body>"
4376
        },
4377
        "div": {
4378
          "valscore": 1,
4379
          "selscore": 1,
4380
          "valresult": 8,
4381
          "selresult": 5,
4382
          "output": "<p>`foo[bar]baz´</p>",
4383
          "innerHTML": "<p>`foo[bar]baz´</p>",
4384
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foo[bar]baz´</p></div>",
4385
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foo[bar]baz´</p></div>CAN<br>ARY",
4386
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foo[bar]baz´</p></div>CAN<br>ARY</body>"
4387
        }
4388
      },
4389
      "FB:PRE_TEXT-1_SI": {
4390
        "dM": {
4391
          "valscore": 1,
4392
          "selscore": 1,
4393
          "valresult": 8,
4394
          "selresult": 5,
4395
          "output": "<pre>`foo[bar]baz´</pre>",
4396
          "innerHTML": "<pre>`foo[bar]baz´</pre>",
4397
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><pre>`foo[bar]baz´</pre></body>",
4398
          "bodyInnerHTML": "<pre>`foo[bar]baz´</pre>",
4399
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><pre>`foo[bar]baz´</pre></body>"
4400
        },
4401
        "body": {
4402
          "valscore": 1,
4403
          "selscore": 1,
4404
          "valresult": 8,
4405
          "selresult": 5,
4406
          "output": "<pre>`foo[bar]baz´</pre>",
4407
          "innerHTML": "<pre>`foo[bar]baz´</pre>",
4408
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><pre>`foo[bar]baz´</pre></body>",
4409
          "bodyInnerHTML": "<pre>`foo[bar]baz´</pre>",
4410
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><pre>`foo[bar]baz´</pre></body>"
4411
        },
4412
        "div": {
4413
          "valscore": 1,
4414
          "selscore": 1,
4415
          "valresult": 8,
4416
          "selresult": 5,
4417
          "output": "<pre>`foo[bar]baz´</pre>",
4418
          "innerHTML": "<pre>`foo[bar]baz´</pre>",
4419
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><pre>`foo[bar]baz´</pre></div>",
4420
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><pre>`foo[bar]baz´</pre></div>CAN<br>ARY",
4421
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><pre>`foo[bar]baz´</pre></div>CAN<br>ARY</body>"
4422
        }
4423
      },
4424
      "FB:ADDRESS_TEXT-1_SI": {
4425
        "dM": {
4426
          "valscore": 1,
4427
          "selscore": 1,
4428
          "valresult": 8,
4429
          "selresult": 5,
4430
          "output": "<address>`foo[bar]baz´</address>",
4431
          "innerHTML": "<address>`foo[bar]baz´</address>",
4432
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><address>`foo[bar]baz´</address></body>",
4433
          "bodyInnerHTML": "<address>`foo[bar]baz´</address>",
4434
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><address>`foo[bar]baz´</address></body>"
4435
        },
4436
        "body": {
4437
          "valscore": 1,
4438
          "selscore": 1,
4439
          "valresult": 8,
4440
          "selresult": 5,
4441
          "output": "<address>`foo[bar]baz´</address>",
4442
          "innerHTML": "<address>`foo[bar]baz´</address>",
4443
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><address>`foo[bar]baz´</address></body>",
4444
          "bodyInnerHTML": "<address>`foo[bar]baz´</address>",
4445
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><address>`foo[bar]baz´</address></body>"
4446
        },
4447
        "div": {
4448
          "valscore": 1,
4449
          "selscore": 1,
4450
          "valresult": 8,
4451
          "selresult": 5,
4452
          "output": "<address>`foo[bar]baz´</address>",
4453
          "innerHTML": "<address>`foo[bar]baz´</address>",
4454
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><address>`foo[bar]baz´</address></div>",
4455
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><address>`foo[bar]baz´</address></div>CAN<br>ARY",
4456
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><address>`foo[bar]baz´</address></div>CAN<br>ARY</body>"
4457
        }
4458
      },
4459
      "FB:BQ_TEXT-1_SI": {
4460
        "dM": {
4461
          "valscore": 1,
4462
          "selscore": 1,
4463
          "valresult": 8,
4464
          "selresult": 5,
4465
          "output": "<blockquote>`foo[bar]baz´</blockquote>",
4466
          "innerHTML": "<blockquote>`foo[bar]baz´</blockquote>",
4467
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><blockquote>`foo[bar]baz´</blockquote></body>",
4468
          "bodyInnerHTML": "<blockquote>`foo[bar]baz´</blockquote>",
4469
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><blockquote>`foo[bar]baz´</blockquote></body>"
4470
        },
4471
        "body": {
4472
          "valscore": 1,
4473
          "selscore": 1,
4474
          "valresult": 8,
4475
          "selresult": 5,
4476
          "output": "<blockquote>`foo[bar]baz´</blockquote>",
4477
          "innerHTML": "<blockquote>`foo[bar]baz´</blockquote>",
4478
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><blockquote>`foo[bar]baz´</blockquote></body>",
4479
          "bodyInnerHTML": "<blockquote>`foo[bar]baz´</blockquote>",
4480
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><blockquote>`foo[bar]baz´</blockquote></body>"
4481
        },
4482
        "div": {
4483
          "valscore": 0,
4484
          "selscore": 0,
4485
          "valresult": 2,
4486
          "selresult": 3,
4487
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.execCommand]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 143\"  data: no]"
4488
        }
4489
      },
4490
      "FB:BQ_BR.BR-1_SM": {
4491
        "dM": {
4492
          "valscore": 1,
4493
          "selscore": 1,
4494
          "valresult": 8,
4495
          "selresult": 5,
4496
          "output": "<blockquote>`fo[o´<br>`bar´<br>`b]az´</blockquote>",
4497
          "innerHTML": "<blockquote>`fo[o´<br>`bar´<br>`b]az´</blockquote>",
4498
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><blockquote>`fo[o´<br>`bar´<br>`b]az´</blockquote></body>",
4499
          "bodyInnerHTML": "<blockquote>`fo[o´<br>`bar´<br>`b]az´</blockquote>",
4500
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><blockquote>`fo[o´<br>`bar´<br>`b]az´</blockquote></body>"
4501
        },
4502
        "body": {
4503
          "valscore": 1,
4504
          "selscore": 1,
4505
          "valresult": 8,
4506
          "selresult": 5,
4507
          "output": "<blockquote>`fo[o´<br>`bar´<br>`b]az´</blockquote>",
4508
          "innerHTML": "<blockquote>`fo[o´<br>`bar´<br>`b]az´</blockquote>",
4509
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><blockquote>`fo[o´<br>`bar´<br>`b]az´</blockquote></body>",
4510
          "bodyInnerHTML": "<blockquote>`fo[o´<br>`bar´<br>`b]az´</blockquote>",
4511
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><blockquote>`fo[o´<br>`bar´<br>`b]az´</blockquote></body>"
4512
        },
4513
        "div": {
4514
          "valscore": 0,
4515
          "selscore": 0,
4516
          "valresult": 2,
4517
          "selresult": 3,
4518
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.execCommand]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 143\"  data: no]"
4519
        }
4520
      },
4521
      "BC:blue_TEXT-1_SI": {
4522
        "dM": {
4523
          "valscore": 0,
4524
          "selscore": 0,
4525
          "valresult": 6,
4526
          "selresult": 3,
4527
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" bgcolor=\"blue\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
4528
          "innerHTML": "`foo[bar]baz´",
4529
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" bgcolor=\"blue\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
4530
          "bodyInnerHTML": "`foo[bar]baz´",
4531
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" bgcolor=\"blue\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
4532
        },
4533
        "body": {
4534
          "valscore": 0,
4535
          "selscore": 0,
4536
          "valresult": 6,
4537
          "selresult": 3,
4538
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" bgcolor=\"blue\">`foo[bar]baz´</body>",
4539
          "innerHTML": "`foo[bar]baz´",
4540
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" bgcolor=\"blue\">`foo[bar]baz´</body>",
4541
          "bodyInnerHTML": "`foo[bar]baz´",
4542
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" bgcolor=\"blue\">`foo[bar]baz´</body>"
4543
        },
4544
        "div": {
4545
          "valscore": 0,
4546
          "selscore": 0,
4547
          "valresult": 6,
4548
          "selresult": 3,
4549
          "output": "`foo[bar]baz´",
4550
          "innerHTML": "`foo[bar]baz´",
4551
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[bar]baz´</div>",
4552
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[bar]baz´</div>CAN<br>ARY",
4553
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" bgcolor=\"blue\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[bar]baz´</div>CAN<br>ARY</body>"
4554
        }
4555
      },
4556
      "FC:blue_TEXT-1_SI": {
4557
        "dM": {
4558
          "valscore": 1,
4559
          "selscore": 0,
4560
          "valresult": 8,
4561
          "selresult": 2,
4562
          "output": "`foo[´<font color=\"blue\">`bar]´</font>`baz´",
4563
          "innerHTML": "`foo[´<font color=\"blue\">`bar]´</font>`baz´",
4564
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font color=\"blue\">`bar]´</font>`baz´</body>",
4565
          "bodyInnerHTML": "`foo[´<font color=\"blue\">`bar]´</font>`baz´",
4566
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font color=\"blue\">`bar]´</font>`baz´</body>"
4567
        },
4568
        "body": {
4569
          "valscore": 1,
4570
          "selscore": 0,
4571
          "valresult": 8,
4572
          "selresult": 2,
4573
          "output": "`foo[´<font color=\"blue\">`bar]´</font>`baz´",
4574
          "innerHTML": "`foo[´<font color=\"blue\">`bar]´</font>`baz´",
4575
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font color=\"blue\">`bar]´</font>`baz´</body>",
4576
          "bodyInnerHTML": "`foo[´<font color=\"blue\">`bar]´</font>`baz´",
4577
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font color=\"blue\">`bar]´</font>`baz´</body>"
4578
        },
4579
        "div": {
4580
          "valscore": 1,
4581
          "selscore": 0,
4582
          "valresult": 8,
4583
          "selresult": 2,
4584
          "output": "`foo[´<font color=\"blue\">`bar]´</font>`baz´",
4585
          "innerHTML": "`foo[´<font color=\"blue\">`bar]´</font>`baz´",
4586
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<font color=\"blue\">`bar]´</font>`baz´</div>",
4587
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<font color=\"blue\">`bar]´</font>`baz´</div>CAN<br>ARY",
4588
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<font color=\"blue\">`bar]´</font>`baz´</div>CAN<br>ARY</body>"
4589
        }
4590
      },
4591
      "HC:blue_TEXT-1_SI": {
4592
        "dM": {
4593
          "valscore": 0,
4594
          "selscore": 0,
4595
          "valresult": 6,
4596
          "selresult": 3,
4597
          "output": "`foo[bar]baz´",
4598
          "innerHTML": "`foo[bar]baz´",
4599
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
4600
          "bodyInnerHTML": "`foo[bar]baz´",
4601
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
4602
        },
4603
        "body": {
4604
          "valscore": 0,
4605
          "selscore": 0,
4606
          "valresult": 6,
4607
          "selresult": 3,
4608
          "output": "`foo[bar]baz´",
4609
          "innerHTML": "`foo[bar]baz´",
4610
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
4611
          "bodyInnerHTML": "`foo[bar]baz´",
4612
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
4613
        },
4614
        "div": {
4615
          "valscore": 0,
4616
          "selscore": 0,
4617
          "valresult": 6,
4618
          "selresult": 3,
4619
          "output": "`foo[bar]baz´",
4620
          "innerHTML": "`foo[bar]baz´",
4621
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[bar]baz´</div>",
4622
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[bar]baz´</div>CAN<br>ARY",
4623
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[bar]baz´</div>CAN<br>ARY</body>"
4624
        }
4625
      },
4626
      "FN:a_TEXT-1_SI": {
4627
        "dM": {
4628
          "valscore": 1,
4629
          "selscore": 0,
4630
          "valresult": 8,
4631
          "selresult": 2,
4632
          "output": "`foo[´<font face=\"arial\">`bar]´</font>`baz´",
4633
          "innerHTML": "`foo[´<font face=\"arial\">`bar]´</font>`baz´",
4634
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font face=\"arial\">`bar]´</font>`baz´</body>",
4635
          "bodyInnerHTML": "`foo[´<font face=\"arial\">`bar]´</font>`baz´",
4636
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font face=\"arial\">`bar]´</font>`baz´</body>"
4637
        },
4638
        "body": {
4639
          "valscore": 1,
4640
          "selscore": 0,
4641
          "valresult": 8,
4642
          "selresult": 2,
4643
          "output": "`foo[´<font face=\"arial\">`bar]´</font>`baz´",
4644
          "innerHTML": "`foo[´<font face=\"arial\">`bar]´</font>`baz´",
4645
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font face=\"arial\">`bar]´</font>`baz´</body>",
4646
          "bodyInnerHTML": "`foo[´<font face=\"arial\">`bar]´</font>`baz´",
4647
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font face=\"arial\">`bar]´</font>`baz´</body>"
4648
        },
4649
        "div": {
4650
          "valscore": 1,
4651
          "selscore": 0,
4652
          "valresult": 8,
4653
          "selresult": 2,
4654
          "output": "`foo[´<font face=\"arial\">`bar]´</font>`baz´",
4655
          "innerHTML": "`foo[´<font face=\"arial\">`bar]´</font>`baz´",
4656
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<font face=\"arial\">`bar]´</font>`baz´</div>",
4657
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<font face=\"arial\">`bar]´</font>`baz´</div>CAN<br>ARY",
4658
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<font face=\"arial\">`bar]´</font>`baz´</div>CAN<br>ARY</body>"
4659
        }
4660
      },
4661
      "FS:2_TEXT-1_SI": {
4662
        "dM": {
4663
          "valscore": 1,
4664
          "selscore": 0,
4665
          "valresult": 8,
4666
          "selresult": 2,
4667
          "output": "`foo[´<font size=\"2\">`bar]´</font>`baz´",
4668
          "innerHTML": "`foo[´<font size=\"2\">`bar]´</font>`baz´",
4669
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font size=\"2\">`bar]´</font>`baz´</body>",
4670
          "bodyInnerHTML": "`foo[´<font size=\"2\">`bar]´</font>`baz´",
4671
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font size=\"2\">`bar]´</font>`baz´</body>"
4672
        },
4673
        "body": {
4674
          "valscore": 1,
4675
          "selscore": 0,
4676
          "valresult": 8,
4677
          "selresult": 2,
4678
          "output": "`foo[´<font size=\"2\">`bar]´</font>`baz´",
4679
          "innerHTML": "`foo[´<font size=\"2\">`bar]´</font>`baz´",
4680
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font size=\"2\">`bar]´</font>`baz´</body>",
4681
          "bodyInnerHTML": "`foo[´<font size=\"2\">`bar]´</font>`baz´",
4682
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font size=\"2\">`bar]´</font>`baz´</body>"
4683
        },
4684
        "div": {
4685
          "valscore": 1,
4686
          "selscore": 0,
4687
          "valresult": 8,
4688
          "selresult": 2,
4689
          "output": "`foo[´<font size=\"2\">`bar]´</font>`baz´",
4690
          "innerHTML": "`foo[´<font size=\"2\">`bar]´</font>`baz´",
4691
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<font size=\"2\">`bar]´</font>`baz´</div>",
4692
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<font size=\"2\">`bar]´</font>`baz´</div>CAN<br>ARY",
4693
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<font size=\"2\">`bar]´</font>`baz´</div>CAN<br>ARY</body>"
4694
        }
4695
      },
4696
      "FS:18px_TEXT-1_SI": {
4697
        "dM": {
4698
          "valscore": 1,
4699
          "selscore": 0,
4700
          "valresult": 8,
4701
          "selresult": 2,
4702
          "output": "`foo[´<font size=\"18px\">`bar]´</font>`baz´",
4703
          "innerHTML": "`foo[´<font size=\"18px\">`bar]´</font>`baz´",
4704
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font size=\"18px\">`bar]´</font>`baz´</body>",
4705
          "bodyInnerHTML": "`foo[´<font size=\"18px\">`bar]´</font>`baz´",
4706
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font size=\"18px\">`bar]´</font>`baz´</body>"
4707
        },
4708
        "body": {
4709
          "valscore": 1,
4710
          "selscore": 0,
4711
          "valresult": 8,
4712
          "selresult": 2,
4713
          "output": "`foo[´<font size=\"18px\">`bar]´</font>`baz´",
4714
          "innerHTML": "`foo[´<font size=\"18px\">`bar]´</font>`baz´",
4715
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font size=\"18px\">`bar]´</font>`baz´</body>",
4716
          "bodyInnerHTML": "`foo[´<font size=\"18px\">`bar]´</font>`baz´",
4717
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font size=\"18px\">`bar]´</font>`baz´</body>"
4718
        },
4719
        "div": {
4720
          "valscore": 1,
4721
          "selscore": 0,
4722
          "valresult": 8,
4723
          "selresult": 2,
4724
          "output": "`foo[´<font size=\"18px\">`bar]´</font>`baz´",
4725
          "innerHTML": "`foo[´<font size=\"18px\">`bar]´</font>`baz´",
4726
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<font size=\"18px\">`bar]´</font>`baz´</div>",
4727
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<font size=\"18px\">`bar]´</font>`baz´</div>CAN<br>ARY",
4728
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<font size=\"18px\">`bar]´</font>`baz´</div>CAN<br>ARY</body>"
4729
        }
4730
      },
4731
      "FS:large_TEXT-1_SI": {
4732
        "dM": {
4733
          "valscore": 1,
4734
          "selscore": 0,
4735
          "valresult": 8,
4736
          "selresult": 2,
4737
          "output": "`foo[´<font size=\"large\">`bar]´</font>`baz´",
4738
          "innerHTML": "`foo[´<font size=\"large\">`bar]´</font>`baz´",
4739
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font size=\"large\">`bar]´</font>`baz´</body>",
4740
          "bodyInnerHTML": "`foo[´<font size=\"large\">`bar]´</font>`baz´",
4741
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font size=\"large\">`bar]´</font>`baz´</body>"
4742
        },
4743
        "body": {
4744
          "valscore": 1,
4745
          "selscore": 0,
4746
          "valresult": 8,
4747
          "selresult": 2,
4748
          "output": "`foo[´<font size=\"large\">`bar]´</font>`baz´",
4749
          "innerHTML": "`foo[´<font size=\"large\">`bar]´</font>`baz´",
4750
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font size=\"large\">`bar]´</font>`baz´</body>",
4751
          "bodyInnerHTML": "`foo[´<font size=\"large\">`bar]´</font>`baz´",
4752
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font size=\"large\">`bar]´</font>`baz´</body>"
4753
        },
4754
        "div": {
4755
          "valscore": 1,
4756
          "selscore": 0,
4757
          "valresult": 8,
4758
          "selresult": 2,
4759
          "output": "`foo[´<font size=\"large\">`bar]´</font>`baz´",
4760
          "innerHTML": "`foo[´<font size=\"large\">`bar]´</font>`baz´",
4761
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<font size=\"large\">`bar]´</font>`baz´</div>",
4762
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<font size=\"large\">`bar]´</font>`baz´</div>CAN<br>ARY",
4763
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<font size=\"large\">`bar]´</font>`baz´</div>CAN<br>ARY</body>"
4764
        }
4765
      },
4766
      "INCFS:2_TEXT-1_SI": {
4767
        "dM": {
4768
          "valscore": 1,
4769
          "selscore": 0,
4770
          "valresult": 8,
4771
          "selresult": 2,
4772
          "output": "`foo[´<big>`bar]´</big>`baz´",
4773
          "innerHTML": "`foo[´<big>`bar]´</big>`baz´",
4774
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<big>`bar]´</big>`baz´</body>",
4775
          "bodyInnerHTML": "`foo[´<big>`bar]´</big>`baz´",
4776
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<big>`bar]´</big>`baz´</body>"
4777
        },
4778
        "body": {
4779
          "valscore": 1,
4780
          "selscore": 0,
4781
          "valresult": 8,
4782
          "selresult": 2,
4783
          "output": "`foo[´<big>`bar]´</big>`baz´",
4784
          "innerHTML": "`foo[´<big>`bar]´</big>`baz´",
4785
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<big>`bar]´</big>`baz´</body>",
4786
          "bodyInnerHTML": "`foo[´<big>`bar]´</big>`baz´",
4787
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<big>`bar]´</big>`baz´</body>"
4788
        },
4789
        "div": {
4790
          "valscore": 1,
4791
          "selscore": 0,
4792
          "valresult": 8,
4793
          "selresult": 2,
4794
          "output": "`foo[´<big>`bar]´</big>`baz´",
4795
          "innerHTML": "`foo[´<big>`bar]´</big>`baz´",
4796
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<big>`bar]´</big>`baz´</div>",
4797
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<big>`bar]´</big>`baz´</div>CAN<br>ARY",
4798
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<big>`bar]´</big>`baz´</div>CAN<br>ARY</body>"
4799
        }
4800
      },
4801
      "DECFS:2_TEXT-1_SI": {
4802
        "dM": {
4803
          "valscore": 1,
4804
          "selscore": 0,
4805
          "valresult": 8,
4806
          "selresult": 2,
4807
          "output": "`foo[´<small>`bar]´</small>`baz´",
4808
          "innerHTML": "`foo[´<small>`bar]´</small>`baz´",
4809
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<small>`bar]´</small>`baz´</body>",
4810
          "bodyInnerHTML": "`foo[´<small>`bar]´</small>`baz´",
4811
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<small>`bar]´</small>`baz´</body>"
4812
        },
4813
        "body": {
4814
          "valscore": 1,
4815
          "selscore": 0,
4816
          "valresult": 8,
4817
          "selresult": 2,
4818
          "output": "`foo[´<small>`bar]´</small>`baz´",
4819
          "innerHTML": "`foo[´<small>`bar]´</small>`baz´",
4820
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<small>`bar]´</small>`baz´</body>",
4821
          "bodyInnerHTML": "`foo[´<small>`bar]´</small>`baz´",
4822
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<small>`bar]´</small>`baz´</body>"
4823
        },
4824
        "div": {
4825
          "valscore": 1,
4826
          "selscore": 0,
4827
          "valresult": 8,
4828
          "selresult": 2,
4829
          "output": "`foo[´<small>`bar]´</small>`baz´",
4830
          "innerHTML": "`foo[´<small>`bar]´</small>`baz´",
4831
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<small>`bar]´</small>`baz´</div>",
4832
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<small>`bar]´</small>`baz´</div>CAN<br>ARY",
4833
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<small>`bar]´</small>`baz´</div>CAN<br>ARY</body>"
4834
        }
4835
      },
4836
      "IND_TEXT-1_SI": {
4837
        "dM": {
4838
          "valscore": 1,
4839
          "selscore": 1,
4840
          "valresult": 8,
4841
          "selresult": 5,
4842
          "output": "<blockquote>`foo[bar]baz´</blockquote>",
4843
          "innerHTML": "<blockquote>`foo[bar]baz´</blockquote>",
4844
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><blockquote>`foo[bar]baz´</blockquote></body>",
4845
          "bodyInnerHTML": "<blockquote>`foo[bar]baz´</blockquote>",
4846
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><blockquote>`foo[bar]baz´</blockquote></body>"
4847
        },
4848
        "body": {
4849
          "valscore": 1,
4850
          "selscore": 1,
4851
          "valresult": 8,
4852
          "selresult": 5,
4853
          "output": "<blockquote>`foo[bar]baz´</blockquote>",
4854
          "innerHTML": "<blockquote>`foo[bar]baz´</blockquote>",
4855
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><blockquote>`foo[bar]baz´</blockquote></body>",
4856
          "bodyInnerHTML": "<blockquote>`foo[bar]baz´</blockquote>",
4857
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><blockquote>`foo[bar]baz´</blockquote></body>"
4858
        },
4859
        "div": {
4860
          "valscore": 0,
4861
          "selscore": 0,
4862
          "valresult": 2,
4863
          "selresult": 3,
4864
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.execCommand]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 143\"  data: no]"
4865
        }
4866
      },
4867
      "JC_TEXT-1_SC": {
4868
        "dM": {
4869
          "valscore": 1,
4870
          "selscore": 1,
4871
          "valresult": 8,
4872
          "selresult": 5,
4873
          "output": "<div align=\"center\">`foo^bar´</div>",
4874
          "innerHTML": "<div align=\"center\">`foo^bar´</div>",
4875
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div align=\"center\">`foo^bar´</div></body>",
4876
          "bodyInnerHTML": "<div align=\"center\">`foo^bar´</div>",
4877
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div align=\"center\">`foo^bar´</div></body>"
4878
        },
4879
        "body": {
4880
          "valscore": 1,
4881
          "selscore": 1,
4882
          "valresult": 8,
4883
          "selresult": 5,
4884
          "output": "<div align=\"center\">`foo^bar´</div>",
4885
          "innerHTML": "<div align=\"center\">`foo^bar´</div>",
4886
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div align=\"center\">`foo^bar´</div></body>",
4887
          "bodyInnerHTML": "<div align=\"center\">`foo^bar´</div>",
4888
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div align=\"center\">`foo^bar´</div></body>"
4889
        },
4890
        "div": {
4891
          "valscore": 0,
4892
          "selscore": 1,
4893
          "valresult": 7,
4894
          "selresult": 5,
4895
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" align=\"center\" id=\"editor-div\">`foo^bar´</div>",
4896
          "innerHTML": "`foo^bar´",
4897
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" align=\"center\" id=\"editor-div\">`foo^bar´</div>",
4898
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" align=\"center\" contenteditable=\"true\">`foo^bar´</div>CAN<br>ARY",
4899
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" align=\"center\" id=\"editor-div\">`foo^bar´</div>CAN<br>ARY</body>"
4900
        }
4901
      },
4902
      "JF_TEXT-1_SC": {
4903
        "dM": {
4904
          "valscore": 1,
4905
          "selscore": 1,
4906
          "valresult": 8,
4907
          "selresult": 5,
4908
          "output": "<div align=\"justify\">`foo^bar´</div>",
4909
          "innerHTML": "<div align=\"justify\">`foo^bar´</div>",
4910
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div align=\"justify\">`foo^bar´</div></body>",
4911
          "bodyInnerHTML": "<div align=\"justify\">`foo^bar´</div>",
4912
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div align=\"justify\">`foo^bar´</div></body>"
4913
        },
4914
        "body": {
4915
          "valscore": 1,
4916
          "selscore": 1,
4917
          "valresult": 8,
4918
          "selresult": 5,
4919
          "output": "<div align=\"justify\">`foo^bar´</div>",
4920
          "innerHTML": "<div align=\"justify\">`foo^bar´</div>",
4921
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div align=\"justify\">`foo^bar´</div></body>",
4922
          "bodyInnerHTML": "<div align=\"justify\">`foo^bar´</div>",
4923
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div align=\"justify\">`foo^bar´</div></body>"
4924
        },
4925
        "div": {
4926
          "valscore": 0,
4927
          "selscore": 1,
4928
          "valresult": 7,
4929
          "selresult": 5,
4930
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" align=\"justify\" id=\"editor-div\">`foo^bar´</div>",
4931
          "innerHTML": "`foo^bar´",
4932
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" align=\"justify\" id=\"editor-div\">`foo^bar´</div>",
4933
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" align=\"justify\" contenteditable=\"true\">`foo^bar´</div>CAN<br>ARY",
4934
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" align=\"justify\" id=\"editor-div\">`foo^bar´</div>CAN<br>ARY</body>"
4935
        }
4936
      },
4937
      "JL_TEXT-1_SC": {
4938
        "dM": {
4939
          "valscore": 1,
4940
          "selscore": 1,
4941
          "valresult": 8,
4942
          "selresult": 5,
4943
          "output": "<div align=\"left\">`foo^bar´</div>",
4944
          "innerHTML": "<div align=\"left\">`foo^bar´</div>",
4945
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div align=\"left\">`foo^bar´</div></body>",
4946
          "bodyInnerHTML": "<div align=\"left\">`foo^bar´</div>",
4947
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div align=\"left\">`foo^bar´</div></body>"
4948
        },
4949
        "body": {
4950
          "valscore": 1,
4951
          "selscore": 1,
4952
          "valresult": 8,
4953
          "selresult": 5,
4954
          "output": "<div align=\"left\">`foo^bar´</div>",
4955
          "innerHTML": "<div align=\"left\">`foo^bar´</div>",
4956
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div align=\"left\">`foo^bar´</div></body>",
4957
          "bodyInnerHTML": "<div align=\"left\">`foo^bar´</div>",
4958
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div align=\"left\">`foo^bar´</div></body>"
4959
        },
4960
        "div": {
4961
          "valscore": 0,
4962
          "selscore": 1,
4963
          "valresult": 7,
4964
          "selresult": 5,
4965
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" align=\"left\" id=\"editor-div\">`foo^bar´</div>",
4966
          "innerHTML": "`foo^bar´",
4967
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" align=\"left\" id=\"editor-div\">`foo^bar´</div>",
4968
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" align=\"left\" contenteditable=\"true\">`foo^bar´</div>CAN<br>ARY",
4969
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" align=\"left\" id=\"editor-div\">`foo^bar´</div>CAN<br>ARY</body>"
4970
        }
4971
      },
4972
      "JR_TEXT-1_SC": {
4973
        "dM": {
4974
          "valscore": 1,
4975
          "selscore": 1,
4976
          "valresult": 8,
4977
          "selresult": 5,
4978
          "output": "<div align=\"right\">`foo^bar´</div>",
4979
          "innerHTML": "<div align=\"right\">`foo^bar´</div>",
4980
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div align=\"right\">`foo^bar´</div></body>",
4981
          "bodyInnerHTML": "<div align=\"right\">`foo^bar´</div>",
4982
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div align=\"right\">`foo^bar´</div></body>"
4983
        },
4984
        "body": {
4985
          "valscore": 1,
4986
          "selscore": 1,
4987
          "valresult": 8,
4988
          "selresult": 5,
4989
          "output": "<div align=\"right\">`foo^bar´</div>",
4990
          "innerHTML": "<div align=\"right\">`foo^bar´</div>",
4991
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div align=\"right\">`foo^bar´</div></body>",
4992
          "bodyInnerHTML": "<div align=\"right\">`foo^bar´</div>",
4993
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div align=\"right\">`foo^bar´</div></body>"
4994
        },
4995
        "div": {
4996
          "valscore": 0,
4997
          "selscore": 1,
4998
          "valresult": 7,
4999
          "selresult": 5,
5000
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" align=\"right\" id=\"editor-div\">`foo^bar´</div>",
5001
          "innerHTML": "`foo^bar´",
5002
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" align=\"right\" id=\"editor-div\">`foo^bar´</div>",
5003
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" align=\"right\" contenteditable=\"true\">`foo^bar´</div>CAN<br>ARY",
5004
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" align=\"right\" id=\"editor-div\">`foo^bar´</div>CAN<br>ARY</body>"
5005
        }
5006
      },
5007
      "H:H1_TEXT-1_SC": {
5008
        "dM": {
5009
          "valscore": 1,
5010
          "selscore": 1,
5011
          "valresult": 8,
5012
          "selresult": 5,
5013
          "output": "<h1>`foo[bar]baz´</h1>",
5014
          "innerHTML": "<h1>`foo[bar]baz´</h1>",
5015
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><h1>`foo[bar]baz´</h1></body>",
5016
          "bodyInnerHTML": "<h1>`foo[bar]baz´</h1>",
5017
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><h1>`foo[bar]baz´</h1></body>"
5018
        },
5019
        "body": {
5020
          "valscore": 1,
5021
          "selscore": 1,
5022
          "valresult": 8,
5023
          "selresult": 5,
5024
          "output": "<h1>`foo[bar]baz´</h1>",
5025
          "innerHTML": "<h1>`foo[bar]baz´</h1>",
5026
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><h1>`foo[bar]baz´</h1></body>",
5027
          "bodyInnerHTML": "<h1>`foo[bar]baz´</h1>",
5028
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><h1>`foo[bar]baz´</h1></body>"
5029
        },
5030
        "div": {
5031
          "valscore": 1,
5032
          "selscore": 1,
5033
          "valresult": 8,
5034
          "selresult": 5,
5035
          "output": "<h1>`foo[bar]baz´</h1>",
5036
          "innerHTML": "<h1>`foo[bar]baz´</h1>",
5037
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><h1>`foo[bar]baz´</h1></div>",
5038
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><h1>`foo[bar]baz´</h1></div>CAN<br>ARY",
5039
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><h1>`foo[bar]baz´</h1></div>CAN<br>ARY</body>"
5040
        }
5041
      },
5042
      "CB:name_TEXT-1_SI": {
5043
        "dM": {
5044
          "valscore": 0,
5045
          "selscore": 0,
5046
          "valresult": 6,
5047
          "selresult": 3,
5048
          "output": "`foo[bar]baz´",
5049
          "innerHTML": "`foo[bar]baz´",
5050
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
5051
          "bodyInnerHTML": "`foo[bar]baz´",
5052
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
5053
        },
5054
        "body": {
5055
          "valscore": 0,
5056
          "selscore": 0,
5057
          "valresult": 6,
5058
          "selresult": 3,
5059
          "output": "`foo[bar]baz´",
5060
          "innerHTML": "`foo[bar]baz´",
5061
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
5062
          "bodyInnerHTML": "`foo[bar]baz´",
5063
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
5064
        },
5065
        "div": {
5066
          "valscore": 0,
5067
          "selscore": 0,
5068
          "valresult": 6,
5069
          "selresult": 3,
5070
          "output": "`foo[bar]baz´",
5071
          "innerHTML": "`foo[bar]baz´",
5072
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[bar]baz´</div>",
5073
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[bar]baz´</div>CAN<br>ARY",
5074
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[bar]baz´</div>CAN<br>ARY</body>"
5075
        }
5076
      }
5077
    }
5078
  },
5079
  "AC": {
5080
    "Proposed": {
5081
      "B_TEXT-1_SI": {
5082
        "dM": {
5083
          "valscore": 1,
5084
          "selscore": 0,
5085
          "valresult": 8,
5086
          "selresult": 2,
5087
          "output": "`foo[´<span style=\"font-weight: bold;\">`bar]´</span>`baz´",
5088
          "innerHTML": "`foo[´<span style=\"font-weight: bold;\">`bar]´</span>`baz´",
5089
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"font-weight: bold;\">`bar]´</span>`baz´</body>",
5090
          "bodyInnerHTML": "`foo[´<span style=\"font-weight: bold;\">`bar]´</span>`baz´",
5091
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"font-weight: bold;\">`bar]´</span>`baz´</body>"
5092
        },
5093
        "body": {
5094
          "valscore": 1,
5095
          "selscore": 0,
5096
          "valresult": 8,
5097
          "selresult": 2,
5098
          "output": "`foo[´<span style=\"font-weight: bold;\">`bar]´</span>`baz´",
5099
          "innerHTML": "`foo[´<span style=\"font-weight: bold;\">`bar]´</span>`baz´",
5100
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"font-weight: bold;\">`bar]´</span>`baz´</body>",
5101
          "bodyInnerHTML": "`foo[´<span style=\"font-weight: bold;\">`bar]´</span>`baz´",
5102
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"font-weight: bold;\">`bar]´</span>`baz´</body>"
5103
        },
5104
        "div": {
5105
          "valscore": 1,
5106
          "selscore": 0,
5107
          "valresult": 8,
5108
          "selresult": 2,
5109
          "output": "`foo[´<span style=\"font-weight: bold;\">`bar]´</span>`baz´",
5110
          "innerHTML": "`foo[´<span style=\"font-weight: bold;\">`bar]´</span>`baz´",
5111
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"font-weight: bold;\">`bar]´</span>`baz´</div>",
5112
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<span style=\"font-weight: bold;\">`bar]´</span>`baz´</div>CAN<br>ARY",
5113
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"font-weight: bold;\">`bar]´</span>`baz´</div>CAN<br>ARY</body>"
5114
        }
5115
      },
5116
      "I_TEXT-1_SI": {
5117
        "dM": {
5118
          "valscore": 1,
5119
          "selscore": 0,
5120
          "valresult": 8,
5121
          "selresult": 2,
5122
          "output": "`foo[´<span style=\"font-style: italic;\">`bar]´</span>`baz´",
5123
          "innerHTML": "`foo[´<span style=\"font-style: italic;\">`bar]´</span>`baz´",
5124
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"font-style: italic;\">`bar]´</span>`baz´</body>",
5125
          "bodyInnerHTML": "`foo[´<span style=\"font-style: italic;\">`bar]´</span>`baz´",
5126
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"font-style: italic;\">`bar]´</span>`baz´</body>"
5127
        },
5128
        "body": {
5129
          "valscore": 1,
5130
          "selscore": 0,
5131
          "valresult": 8,
5132
          "selresult": 2,
5133
          "output": "`foo[´<span style=\"font-style: italic;\">`bar]´</span>`baz´",
5134
          "innerHTML": "`foo[´<span style=\"font-style: italic;\">`bar]´</span>`baz´",
5135
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"font-style: italic;\">`bar]´</span>`baz´</body>",
5136
          "bodyInnerHTML": "`foo[´<span style=\"font-style: italic;\">`bar]´</span>`baz´",
5137
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"font-style: italic;\">`bar]´</span>`baz´</body>"
5138
        },
5139
        "div": {
5140
          "valscore": 1,
5141
          "selscore": 0,
5142
          "valresult": 8,
5143
          "selresult": 2,
5144
          "output": "`foo[´<span style=\"font-style: italic;\">`bar]´</span>`baz´",
5145
          "innerHTML": "`foo[´<span style=\"font-style: italic;\">`bar]´</span>`baz´",
5146
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"font-style: italic;\">`bar]´</span>`baz´</div>",
5147
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<span style=\"font-style: italic;\">`bar]´</span>`baz´</div>CAN<br>ARY",
5148
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"font-style: italic;\">`bar]´</span>`baz´</div>CAN<br>ARY</body>"
5149
        }
5150
      },
5151
      "U_TEXT-1_SI": {
5152
        "dM": {
5153
          "valscore": 1,
5154
          "selscore": 0,
5155
          "valresult": 8,
5156
          "selresult": 2,
5157
          "output": "`foo[´<span style=\"text-decoration: underline;\">`bar]´</span>`baz´",
5158
          "innerHTML": "`foo[´<span style=\"text-decoration: underline;\">`bar]´</span>`baz´",
5159
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"text-decoration: underline;\">`bar]´</span>`baz´</body>",
5160
          "bodyInnerHTML": "`foo[´<span style=\"text-decoration: underline;\">`bar]´</span>`baz´",
5161
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"text-decoration: underline;\">`bar]´</span>`baz´</body>"
5162
        },
5163
        "body": {
5164
          "valscore": 1,
5165
          "selscore": 0,
5166
          "valresult": 8,
5167
          "selresult": 2,
5168
          "output": "`foo[´<span style=\"text-decoration: underline;\">`bar]´</span>`baz´",
5169
          "innerHTML": "`foo[´<span style=\"text-decoration: underline;\">`bar]´</span>`baz´",
5170
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"text-decoration: underline;\">`bar]´</span>`baz´</body>",
5171
          "bodyInnerHTML": "`foo[´<span style=\"text-decoration: underline;\">`bar]´</span>`baz´",
5172
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"text-decoration: underline;\">`bar]´</span>`baz´</body>"
5173
        },
5174
        "div": {
5175
          "valscore": 1,
5176
          "selscore": 0,
5177
          "valresult": 8,
5178
          "selresult": 2,
5179
          "output": "`foo[´<span style=\"text-decoration: underline;\">`bar]´</span>`baz´",
5180
          "innerHTML": "`foo[´<span style=\"text-decoration: underline;\">`bar]´</span>`baz´",
5181
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"text-decoration: underline;\">`bar]´</span>`baz´</div>",
5182
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<span style=\"text-decoration: underline;\">`bar]´</span>`baz´</div>CAN<br>ARY",
5183
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"text-decoration: underline;\">`bar]´</span>`baz´</div>CAN<br>ARY</body>"
5184
        }
5185
      },
5186
      "S_TEXT-1_SI": {
5187
        "dM": {
5188
          "valscore": 1,
5189
          "selscore": 0,
5190
          "valresult": 8,
5191
          "selresult": 2,
5192
          "output": "`foo[´<span style=\"text-decoration: line-through;\">`bar]´</span>`baz´",
5193
          "innerHTML": "`foo[´<span style=\"text-decoration: line-through;\">`bar]´</span>`baz´",
5194
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"text-decoration: line-through;\">`bar]´</span>`baz´</body>",
5195
          "bodyInnerHTML": "`foo[´<span style=\"text-decoration: line-through;\">`bar]´</span>`baz´",
5196
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"text-decoration: line-through;\">`bar]´</span>`baz´</body>"
5197
        },
5198
        "body": {
5199
          "valscore": 1,
5200
          "selscore": 0,
5201
          "valresult": 8,
5202
          "selresult": 2,
5203
          "output": "`foo[´<span style=\"text-decoration: line-through;\">`bar]´</span>`baz´",
5204
          "innerHTML": "`foo[´<span style=\"text-decoration: line-through;\">`bar]´</span>`baz´",
5205
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"text-decoration: line-through;\">`bar]´</span>`baz´</body>",
5206
          "bodyInnerHTML": "`foo[´<span style=\"text-decoration: line-through;\">`bar]´</span>`baz´",
5207
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"text-decoration: line-through;\">`bar]´</span>`baz´</body>"
5208
        },
5209
        "div": {
5210
          "valscore": 1,
5211
          "selscore": 0,
5212
          "valresult": 8,
5213
          "selresult": 2,
5214
          "output": "`foo[´<span style=\"text-decoration: line-through;\">`bar]´</span>`baz´",
5215
          "innerHTML": "`foo[´<span style=\"text-decoration: line-through;\">`bar]´</span>`baz´",
5216
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"text-decoration: line-through;\">`bar]´</span>`baz´</div>",
5217
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<span style=\"text-decoration: line-through;\">`bar]´</span>`baz´</div>CAN<br>ARY",
5218
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"text-decoration: line-through;\">`bar]´</span>`baz´</div>CAN<br>ARY</body>"
5219
        }
5220
      },
5221
      "SUB_TEXT-1_SI": {
5222
        "dM": {
5223
          "valscore": 0,
5224
          "selscore": 0,
5225
          "valresult": 6,
5226
          "selresult": 3,
5227
          "output": "`foo[´<sub>`bar]´</sub>`baz´",
5228
          "innerHTML": "`foo[´<sub>`bar]´</sub>`baz´",
5229
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<sub>`bar]´</sub>`baz´</body>",
5230
          "bodyInnerHTML": "`foo[´<sub>`bar]´</sub>`baz´",
5231
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<sub>`bar]´</sub>`baz´</body>"
5232
        },
5233
        "body": {
5234
          "valscore": 0,
5235
          "selscore": 0,
5236
          "valresult": 6,
5237
          "selresult": 3,
5238
          "output": "`foo[´<sub>`bar]´</sub>`baz´",
5239
          "innerHTML": "`foo[´<sub>`bar]´</sub>`baz´",
5240
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<sub>`bar]´</sub>`baz´</body>",
5241
          "bodyInnerHTML": "`foo[´<sub>`bar]´</sub>`baz´",
5242
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<sub>`bar]´</sub>`baz´</body>"
5243
        },
5244
        "div": {
5245
          "valscore": 0,
5246
          "selscore": 0,
5247
          "valresult": 6,
5248
          "selresult": 3,
5249
          "output": "`foo[´<sub>`bar]´</sub>`baz´",
5250
          "innerHTML": "`foo[´<sub>`bar]´</sub>`baz´",
5251
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<sub>`bar]´</sub>`baz´</div>",
5252
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<sub>`bar]´</sub>`baz´</div>CAN<br>ARY",
5253
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<sub>`bar]´</sub>`baz´</div>CAN<br>ARY</body>"
5254
        }
5255
      },
5256
      "SUP_TEXT-1_SI": {
5257
        "dM": {
5258
          "valscore": 0,
5259
          "selscore": 0,
5260
          "valresult": 6,
5261
          "selresult": 3,
5262
          "output": "`foo[´<sup>`bar]´</sup>`baz´",
5263
          "innerHTML": "`foo[´<sup>`bar]´</sup>`baz´",
5264
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<sup>`bar]´</sup>`baz´</body>",
5265
          "bodyInnerHTML": "`foo[´<sup>`bar]´</sup>`baz´",
5266
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<sup>`bar]´</sup>`baz´</body>"
5267
        },
5268
        "body": {
5269
          "valscore": 0,
5270
          "selscore": 0,
5271
          "valresult": 6,
5272
          "selresult": 3,
5273
          "output": "`foo[´<sup>`bar]´</sup>`baz´",
5274
          "innerHTML": "`foo[´<sup>`bar]´</sup>`baz´",
5275
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<sup>`bar]´</sup>`baz´</body>",
5276
          "bodyInnerHTML": "`foo[´<sup>`bar]´</sup>`baz´",
5277
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<sup>`bar]´</sup>`baz´</body>"
5278
        },
5279
        "div": {
5280
          "valscore": 0,
5281
          "selscore": 0,
5282
          "valresult": 6,
5283
          "selresult": 3,
5284
          "output": "`foo[´<sup>`bar]´</sup>`baz´",
5285
          "innerHTML": "`foo[´<sup>`bar]´</sup>`baz´",
5286
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<sup>`bar]´</sup>`baz´</div>",
5287
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<sup>`bar]´</sup>`baz´</div>CAN<br>ARY",
5288
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<sup>`bar]´</sup>`baz´</div>CAN<br>ARY</body>"
5289
        }
5290
      },
5291
      "BC:blue_TEXT-1_SI": {
5292
        "dM": {
5293
          "valscore": 0,
5294
          "selscore": 0,
5295
          "valresult": 6,
5296
          "selresult": 3,
5297
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: blue;\">`foo[bar]baz´</body>",
5298
          "innerHTML": "`foo[bar]baz´",
5299
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: blue;\">`foo[bar]baz´</body>",
5300
          "bodyInnerHTML": "`foo[bar]baz´",
5301
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: blue;\">`foo[bar]baz´</body>"
5302
        },
5303
        "body": {
5304
          "valscore": 0,
5305
          "selscore": 0,
5306
          "valresult": 6,
5307
          "selresult": 3,
5308
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: blue;\">`foo[bar]baz´</body>",
5309
          "innerHTML": "`foo[bar]baz´",
5310
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: blue;\">`foo[bar]baz´</body>",
5311
          "bodyInnerHTML": "`foo[bar]baz´",
5312
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: blue;\">`foo[bar]baz´</body>"
5313
        },
5314
        "div": {
5315
          "valscore": 0,
5316
          "selscore": 0,
5317
          "valresult": 6,
5318
          "selresult": 3,
5319
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"background-color: blue;\">`foo[bar]baz´</div>",
5320
          "innerHTML": "`foo[bar]baz´",
5321
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"background-color: blue;\">`foo[bar]baz´</div>",
5322
          "bodyInnerHTML": "CAN<br>ARY<div style=\"background-color: blue;\" id=\"editor-div\" contenteditable=\"true\">`foo[bar]baz´</div>CAN<br>ARY",
5323
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\" style=\"background-color: blue;\">`foo[bar]baz´</div>CAN<br>ARY</body>"
5324
        }
5325
      },
5326
      "FC:blue_TEXT-1_SI": {
5327
        "dM": {
5328
          "valscore": 1,
5329
          "selscore": 0,
5330
          "valresult": 8,
5331
          "selresult": 2,
5332
          "output": "`foo[´<span style=\"color: blue;\">`bar]´</span>`baz´",
5333
          "innerHTML": "`foo[´<span style=\"color: blue;\">`bar]´</span>`baz´",
5334
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"color: blue;\">`bar]´</span>`baz´</body>",
5335
          "bodyInnerHTML": "`foo[´<span style=\"color: blue;\">`bar]´</span>`baz´",
5336
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"color: blue;\">`bar]´</span>`baz´</body>"
5337
        },
5338
        "body": {
5339
          "valscore": 1,
5340
          "selscore": 0,
5341
          "valresult": 8,
5342
          "selresult": 2,
5343
          "output": "`foo[´<span style=\"color: blue;\">`bar]´</span>`baz´",
5344
          "innerHTML": "`foo[´<span style=\"color: blue;\">`bar]´</span>`baz´",
5345
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"color: blue;\">`bar]´</span>`baz´</body>",
5346
          "bodyInnerHTML": "`foo[´<span style=\"color: blue;\">`bar]´</span>`baz´",
5347
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"color: blue;\">`bar]´</span>`baz´</body>"
5348
        },
5349
        "div": {
5350
          "valscore": 1,
5351
          "selscore": 0,
5352
          "valresult": 8,
5353
          "selresult": 2,
5354
          "output": "`foo[´<span style=\"color: blue;\">`bar]´</span>`baz´",
5355
          "innerHTML": "`foo[´<span style=\"color: blue;\">`bar]´</span>`baz´",
5356
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"color: blue;\">`bar]´</span>`baz´</div>",
5357
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<span style=\"color: blue;\">`bar]´</span>`baz´</div>CAN<br>ARY",
5358
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"color: blue;\">`bar]´</span>`baz´</div>CAN<br>ARY</body>"
5359
        }
5360
      },
5361
      "HC:blue_TEXT-1_SI": {
5362
        "dM": {
5363
          "valscore": 1,
5364
          "selscore": 0,
5365
          "valresult": 8,
5366
          "selresult": 2,
5367
          "output": "`foo[´<span style=\"background-color: blue;\">`bar]´</span>`baz´",
5368
          "innerHTML": "`foo[´<span style=\"background-color: blue;\">`bar]´</span>`baz´",
5369
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"background-color: blue;\">`bar]´</span>`baz´</body>",
5370
          "bodyInnerHTML": "`foo[´<span style=\"background-color: blue;\">`bar]´</span>`baz´",
5371
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"background-color: blue;\">`bar]´</span>`baz´</body>"
5372
        },
5373
        "body": {
5374
          "valscore": 1,
5375
          "selscore": 0,
5376
          "valresult": 8,
5377
          "selresult": 2,
5378
          "output": "`foo[´<span style=\"background-color: blue;\">`bar]´</span>`baz´",
5379
          "innerHTML": "`foo[´<span style=\"background-color: blue;\">`bar]´</span>`baz´",
5380
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"background-color: blue;\">`bar]´</span>`baz´</body>",
5381
          "bodyInnerHTML": "`foo[´<span style=\"background-color: blue;\">`bar]´</span>`baz´",
5382
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"background-color: blue;\">`bar]´</span>`baz´</body>"
5383
        },
5384
        "div": {
5385
          "valscore": 1,
5386
          "selscore": 0,
5387
          "valresult": 8,
5388
          "selresult": 2,
5389
          "output": "`foo[´<span style=\"background-color: blue;\">`bar]´</span>`baz´",
5390
          "innerHTML": "`foo[´<span style=\"background-color: blue;\">`bar]´</span>`baz´",
5391
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"background-color: blue;\">`bar]´</span>`baz´</div>",
5392
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<span style=\"background-color: blue;\">`bar]´</span>`baz´</div>CAN<br>ARY",
5393
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"background-color: blue;\">`bar]´</span>`baz´</div>CAN<br>ARY</body>"
5394
        }
5395
      },
5396
      "FN:a_TEXT-1_SI": {
5397
        "dM": {
5398
          "valscore": 1,
5399
          "selscore": 0,
5400
          "valresult": 8,
5401
          "selresult": 2,
5402
          "output": "`foo[´<span style=\"font-family: arial;\">`bar]´</span>`baz´",
5403
          "innerHTML": "`foo[´<span style=\"font-family: arial;\">`bar]´</span>`baz´",
5404
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"font-family: arial;\">`bar]´</span>`baz´</body>",
5405
          "bodyInnerHTML": "`foo[´<span style=\"font-family: arial;\">`bar]´</span>`baz´",
5406
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"font-family: arial;\">`bar]´</span>`baz´</body>"
5407
        },
5408
        "body": {
5409
          "valscore": 1,
5410
          "selscore": 0,
5411
          "valresult": 8,
5412
          "selresult": 2,
5413
          "output": "`foo[´<span style=\"font-family: arial;\">`bar]´</span>`baz´",
5414
          "innerHTML": "`foo[´<span style=\"font-family: arial;\">`bar]´</span>`baz´",
5415
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"font-family: arial;\">`bar]´</span>`baz´</body>",
5416
          "bodyInnerHTML": "`foo[´<span style=\"font-family: arial;\">`bar]´</span>`baz´",
5417
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"font-family: arial;\">`bar]´</span>`baz´</body>"
5418
        },
5419
        "div": {
5420
          "valscore": 1,
5421
          "selscore": 0,
5422
          "valresult": 8,
5423
          "selresult": 2,
5424
          "output": "`foo[´<span style=\"font-family: arial;\">`bar]´</span>`baz´",
5425
          "innerHTML": "`foo[´<span style=\"font-family: arial;\">`bar]´</span>`baz´",
5426
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"font-family: arial;\">`bar]´</span>`baz´</div>",
5427
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<span style=\"font-family: arial;\">`bar]´</span>`baz´</div>CAN<br>ARY",
5428
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"font-family: arial;\">`bar]´</span>`baz´</div>CAN<br>ARY</body>"
5429
        }
5430
      },
5431
      "FS:2_TEXT-1_SI": {
5432
        "dM": {
5433
          "valscore": 0,
5434
          "selscore": 0,
5435
          "valresult": 6,
5436
          "selresult": 3,
5437
          "output": "`foo[´<font size=\"2\">`bar]´</font>`baz´",
5438
          "innerHTML": "`foo[´<font size=\"2\">`bar]´</font>`baz´",
5439
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font size=\"2\">`bar]´</font>`baz´</body>",
5440
          "bodyInnerHTML": "`foo[´<font size=\"2\">`bar]´</font>`baz´",
5441
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font size=\"2\">`bar]´</font>`baz´</body>"
5442
        },
5443
        "body": {
5444
          "valscore": 0,
5445
          "selscore": 0,
5446
          "valresult": 6,
5447
          "selresult": 3,
5448
          "output": "`foo[´<font size=\"2\">`bar]´</font>`baz´",
5449
          "innerHTML": "`foo[´<font size=\"2\">`bar]´</font>`baz´",
5450
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font size=\"2\">`bar]´</font>`baz´</body>",
5451
          "bodyInnerHTML": "`foo[´<font size=\"2\">`bar]´</font>`baz´",
5452
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font size=\"2\">`bar]´</font>`baz´</body>"
5453
        },
5454
        "div": {
5455
          "valscore": 0,
5456
          "selscore": 0,
5457
          "valresult": 6,
5458
          "selresult": 3,
5459
          "output": "`foo[´<font size=\"2\">`bar]´</font>`baz´",
5460
          "innerHTML": "`foo[´<font size=\"2\">`bar]´</font>`baz´",
5461
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<font size=\"2\">`bar]´</font>`baz´</div>",
5462
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<font size=\"2\">`bar]´</font>`baz´</div>CAN<br>ARY",
5463
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<font size=\"2\">`bar]´</font>`baz´</div>CAN<br>ARY</body>"
5464
        }
5465
      },
5466
      "FS:18px_TEXT-1_SI": {
5467
        "dM": {
5468
          "valscore": 0,
5469
          "selscore": 0,
5470
          "valresult": 6,
5471
          "selresult": 3,
5472
          "output": "`foo[´<font size=\"18px\">`bar]´</font>`baz´",
5473
          "innerHTML": "`foo[´<font size=\"18px\">`bar]´</font>`baz´",
5474
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font size=\"18px\">`bar]´</font>`baz´</body>",
5475
          "bodyInnerHTML": "`foo[´<font size=\"18px\">`bar]´</font>`baz´",
5476
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font size=\"18px\">`bar]´</font>`baz´</body>"
5477
        },
5478
        "body": {
5479
          "valscore": 0,
5480
          "selscore": 0,
5481
          "valresult": 6,
5482
          "selresult": 3,
5483
          "output": "`foo[´<font size=\"18px\">`bar]´</font>`baz´",
5484
          "innerHTML": "`foo[´<font size=\"18px\">`bar]´</font>`baz´",
5485
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font size=\"18px\">`bar]´</font>`baz´</body>",
5486
          "bodyInnerHTML": "`foo[´<font size=\"18px\">`bar]´</font>`baz´",
5487
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font size=\"18px\">`bar]´</font>`baz´</body>"
5488
        },
5489
        "div": {
5490
          "valscore": 0,
5491
          "selscore": 0,
5492
          "valresult": 6,
5493
          "selresult": 3,
5494
          "output": "`foo[´<font size=\"18px\">`bar]´</font>`baz´",
5495
          "innerHTML": "`foo[´<font size=\"18px\">`bar]´</font>`baz´",
5496
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<font size=\"18px\">`bar]´</font>`baz´</div>",
5497
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<font size=\"18px\">`bar]´</font>`baz´</div>CAN<br>ARY",
5498
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<font size=\"18px\">`bar]´</font>`baz´</div>CAN<br>ARY</body>"
5499
        }
5500
      },
5501
      "FS:large_TEXT-1_SI": {
5502
        "dM": {
5503
          "valscore": 0,
5504
          "selscore": 0,
5505
          "valresult": 6,
5506
          "selresult": 3,
5507
          "output": "`foo[´<font size=\"large\">`bar]´</font>`baz´",
5508
          "innerHTML": "`foo[´<font size=\"large\">`bar]´</font>`baz´",
5509
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font size=\"large\">`bar]´</font>`baz´</body>",
5510
          "bodyInnerHTML": "`foo[´<font size=\"large\">`bar]´</font>`baz´",
5511
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font size=\"large\">`bar]´</font>`baz´</body>"
5512
        },
5513
        "body": {
5514
          "valscore": 0,
5515
          "selscore": 0,
5516
          "valresult": 6,
5517
          "selresult": 3,
5518
          "output": "`foo[´<font size=\"large\">`bar]´</font>`baz´",
5519
          "innerHTML": "`foo[´<font size=\"large\">`bar]´</font>`baz´",
5520
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font size=\"large\">`bar]´</font>`baz´</body>",
5521
          "bodyInnerHTML": "`foo[´<font size=\"large\">`bar]´</font>`baz´",
5522
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font size=\"large\">`bar]´</font>`baz´</body>"
5523
        },
5524
        "div": {
5525
          "valscore": 0,
5526
          "selscore": 0,
5527
          "valresult": 6,
5528
          "selresult": 3,
5529
          "output": "`foo[´<font size=\"large\">`bar]´</font>`baz´",
5530
          "innerHTML": "`foo[´<font size=\"large\">`bar]´</font>`baz´",
5531
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<font size=\"large\">`bar]´</font>`baz´</div>",
5532
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<font size=\"large\">`bar]´</font>`baz´</div>CAN<br>ARY",
5533
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<font size=\"large\">`bar]´</font>`baz´</div>CAN<br>ARY</body>"
5534
        }
5535
      },
5536
      "IND_TEXT-1_SI": {
5537
        "dM": {
5538
          "valscore": 1,
5539
          "selscore": 1,
5540
          "valresult": 8,
5541
          "selresult": 5,
5542
          "output": "<div style=\"margin-left: 40px;\">`foo[bar]baz´</div>",
5543
          "innerHTML": "<div style=\"margin-left: 40px;\">`foo[bar]baz´</div>",
5544
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div style=\"margin-left: 40px;\">`foo[bar]baz´</div></body>",
5545
          "bodyInnerHTML": "<div style=\"margin-left: 40px;\">`foo[bar]baz´</div>",
5546
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div style=\"margin-left: 40px;\">`foo[bar]baz´</div></body>"
5547
        },
5548
        "body": {
5549
          "valscore": 1,
5550
          "selscore": 1,
5551
          "valresult": 8,
5552
          "selresult": 5,
5553
          "output": "<div style=\"margin-left: 40px;\">`foo[bar]baz´</div>",
5554
          "innerHTML": "<div style=\"margin-left: 40px;\">`foo[bar]baz´</div>",
5555
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div style=\"margin-left: 40px;\">`foo[bar]baz´</div></body>",
5556
          "bodyInnerHTML": "<div style=\"margin-left: 40px;\">`foo[bar]baz´</div>",
5557
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div style=\"margin-left: 40px;\">`foo[bar]baz´</div></body>"
5558
        },
5559
        "div": {
5560
          "valscore": 0,
5561
          "selscore": 1,
5562
          "valresult": 7,
5563
          "selresult": 5,
5564
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"margin-left: 40px;\">`foo[bar]baz´</div>",
5565
          "innerHTML": "`foo[bar]baz´",
5566
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"margin-left: 40px;\">`foo[bar]baz´</div>",
5567
          "bodyInnerHTML": "CAN<br>ARY<div style=\"margin-left: 40px;\" id=\"editor-div\" contenteditable=\"true\">`foo[bar]baz´</div>CAN<br>ARY",
5568
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\" style=\"margin-left: 40px;\">`foo[bar]baz´</div>CAN<br>ARY</body>"
5569
        }
5570
      },
5571
      "JC_TEXT-1_SC": {
5572
        "dM": {
5573
          "valscore": 1,
5574
          "selscore": 1,
5575
          "valresult": 8,
5576
          "selresult": 5,
5577
          "output": "<div style=\"text-align: center;\">`foo^bar´</div>",
5578
          "innerHTML": "<div style=\"text-align: center;\">`foo^bar´</div>",
5579
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div style=\"text-align: center;\">`foo^bar´</div></body>",
5580
          "bodyInnerHTML": "<div style=\"text-align: center;\">`foo^bar´</div>",
5581
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div style=\"text-align: center;\">`foo^bar´</div></body>"
5582
        },
5583
        "body": {
5584
          "valscore": 1,
5585
          "selscore": 1,
5586
          "valresult": 8,
5587
          "selresult": 5,
5588
          "output": "<div style=\"text-align: center;\">`foo^bar´</div>",
5589
          "innerHTML": "<div style=\"text-align: center;\">`foo^bar´</div>",
5590
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div style=\"text-align: center;\">`foo^bar´</div></body>",
5591
          "bodyInnerHTML": "<div style=\"text-align: center;\">`foo^bar´</div>",
5592
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div style=\"text-align: center;\">`foo^bar´</div></body>"
5593
        },
5594
        "div": {
5595
          "valscore": 0,
5596
          "selscore": 1,
5597
          "valresult": 7,
5598
          "selresult": 5,
5599
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"text-align: center;\">`foo^bar´</div>",
5600
          "innerHTML": "`foo^bar´",
5601
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"text-align: center;\">`foo^bar´</div>",
5602
          "bodyInnerHTML": "CAN<br>ARY<div style=\"text-align: center;\" id=\"editor-div\" contenteditable=\"true\">`foo^bar´</div>CAN<br>ARY",
5603
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\" style=\"text-align: center;\">`foo^bar´</div>CAN<br>ARY</body>"
5604
        }
5605
      },
5606
      "JF_TEXT-1_SC": {
5607
        "dM": {
5608
          "valscore": 1,
5609
          "selscore": 1,
5610
          "valresult": 8,
5611
          "selresult": 5,
5612
          "output": "<div style=\"text-align: justify;\">`foo^bar´</div>",
5613
          "innerHTML": "<div style=\"text-align: justify;\">`foo^bar´</div>",
5614
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div style=\"text-align: justify;\">`foo^bar´</div></body>",
5615
          "bodyInnerHTML": "<div style=\"text-align: justify;\">`foo^bar´</div>",
5616
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div style=\"text-align: justify;\">`foo^bar´</div></body>"
5617
        },
5618
        "body": {
5619
          "valscore": 1,
5620
          "selscore": 1,
5621
          "valresult": 8,
5622
          "selresult": 5,
5623
          "output": "<div style=\"text-align: justify;\">`foo^bar´</div>",
5624
          "innerHTML": "<div style=\"text-align: justify;\">`foo^bar´</div>",
5625
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div style=\"text-align: justify;\">`foo^bar´</div></body>",
5626
          "bodyInnerHTML": "<div style=\"text-align: justify;\">`foo^bar´</div>",
5627
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div style=\"text-align: justify;\">`foo^bar´</div></body>"
5628
        },
5629
        "div": {
5630
          "valscore": 0,
5631
          "selscore": 1,
5632
          "valresult": 7,
5633
          "selresult": 5,
5634
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"text-align: justify;\">`foo^bar´</div>",
5635
          "innerHTML": "`foo^bar´",
5636
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"text-align: justify;\">`foo^bar´</div>",
5637
          "bodyInnerHTML": "CAN<br>ARY<div style=\"text-align: justify;\" id=\"editor-div\" contenteditable=\"true\">`foo^bar´</div>CAN<br>ARY",
5638
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\" style=\"text-align: justify;\">`foo^bar´</div>CAN<br>ARY</body>"
5639
        }
5640
      },
5641
      "JL_TEXT-1_SC": {
5642
        "dM": {
5643
          "valscore": 1,
5644
          "selscore": 1,
5645
          "valresult": 8,
5646
          "selresult": 5,
5647
          "output": "<div style=\"text-align: left;\">`foo^bar´</div>",
5648
          "innerHTML": "<div style=\"text-align: left;\">`foo^bar´</div>",
5649
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div style=\"text-align: left;\">`foo^bar´</div></body>",
5650
          "bodyInnerHTML": "<div style=\"text-align: left;\">`foo^bar´</div>",
5651
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div style=\"text-align: left;\">`foo^bar´</div></body>"
5652
        },
5653
        "body": {
5654
          "valscore": 1,
5655
          "selscore": 1,
5656
          "valresult": 8,
5657
          "selresult": 5,
5658
          "output": "<div style=\"text-align: left;\">`foo^bar´</div>",
5659
          "innerHTML": "<div style=\"text-align: left;\">`foo^bar´</div>",
5660
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div style=\"text-align: left;\">`foo^bar´</div></body>",
5661
          "bodyInnerHTML": "<div style=\"text-align: left;\">`foo^bar´</div>",
5662
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div style=\"text-align: left;\">`foo^bar´</div></body>"
5663
        },
5664
        "div": {
5665
          "valscore": 0,
5666
          "selscore": 1,
5667
          "valresult": 7,
5668
          "selresult": 5,
5669
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"text-align: left;\">`foo^bar´</div>",
5670
          "innerHTML": "`foo^bar´",
5671
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"text-align: left;\">`foo^bar´</div>",
5672
          "bodyInnerHTML": "CAN<br>ARY<div style=\"text-align: left;\" id=\"editor-div\" contenteditable=\"true\">`foo^bar´</div>CAN<br>ARY",
5673
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\" style=\"text-align: left;\">`foo^bar´</div>CAN<br>ARY</body>"
5674
        }
5675
      },
5676
      "JR_TEXT-1_SC": {
5677
        "dM": {
5678
          "valscore": 1,
5679
          "selscore": 1,
5680
          "valresult": 8,
5681
          "selresult": 5,
5682
          "output": "<div style=\"text-align: right;\">`foo^bar´</div>",
5683
          "innerHTML": "<div style=\"text-align: right;\">`foo^bar´</div>",
5684
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div style=\"text-align: right;\">`foo^bar´</div></body>",
5685
          "bodyInnerHTML": "<div style=\"text-align: right;\">`foo^bar´</div>",
5686
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div style=\"text-align: right;\">`foo^bar´</div></body>"
5687
        },
5688
        "body": {
5689
          "valscore": 1,
5690
          "selscore": 1,
5691
          "valresult": 8,
5692
          "selresult": 5,
5693
          "output": "<div style=\"text-align: right;\">`foo^bar´</div>",
5694
          "innerHTML": "<div style=\"text-align: right;\">`foo^bar´</div>",
5695
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div style=\"text-align: right;\">`foo^bar´</div></body>",
5696
          "bodyInnerHTML": "<div style=\"text-align: right;\">`foo^bar´</div>",
5697
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div style=\"text-align: right;\">`foo^bar´</div></body>"
5698
        },
5699
        "div": {
5700
          "valscore": 0,
5701
          "selscore": 1,
5702
          "valresult": 7,
5703
          "selresult": 5,
5704
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"text-align: right;\">`foo^bar´</div>",
5705
          "innerHTML": "`foo^bar´",
5706
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"text-align: right;\">`foo^bar´</div>",
5707
          "bodyInnerHTML": "CAN<br>ARY<div style=\"text-align: right;\" id=\"editor-div\" contenteditable=\"true\">`foo^bar´</div>CAN<br>ARY",
5708
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\" style=\"text-align: right;\">`foo^bar´</div>CAN<br>ARY</body>"
5709
        }
5710
      }
5711
    }
5712
  },
5713
  "C": {
5714
    "Proposed": {
5715
      "I_I-1_SL": {
5716
        "dM": {
5717
          "valscore": 1,
5718
          "selscore": 0,
5719
          "valresult": 8,
5720
          "selresult": 2,
5721
          "output": "`foo[´<i>`bar´`baz]´</i>`qoz´",
5722
          "innerHTML": "`foo[´<i>`bar´`baz]´</i>`qoz´",
5723
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<i>`bar´`baz]´</i>`qoz´</body>",
5724
          "bodyInnerHTML": "`foo[´<i>`bar´`baz]´</i>`qoz´",
5725
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<i>`bar´`baz]´</i>`qoz´</body>"
5726
        },
5727
        "body": {
5728
          "valscore": 1,
5729
          "selscore": 0,
5730
          "valresult": 8,
5731
          "selresult": 2,
5732
          "output": "`foo[´<i>`bar´`baz]´</i>`qoz´",
5733
          "innerHTML": "`foo[´<i>`bar´`baz]´</i>`qoz´",
5734
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<i>`bar´`baz]´</i>`qoz´</body>",
5735
          "bodyInnerHTML": "`foo[´<i>`bar´`baz]´</i>`qoz´",
5736
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<i>`bar´`baz]´</i>`qoz´</body>"
5737
        },
5738
        "div": {
5739
          "valscore": 1,
5740
          "selscore": 0,
5741
          "valresult": 8,
5742
          "selresult": 2,
5743
          "output": "`foo[´<i>`bar´`baz]´</i>`qoz´",
5744
          "innerHTML": "`foo[´<i>`bar´`baz]´</i>`qoz´",
5745
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<i>`bar´`baz]´</i>`qoz´</div>",
5746
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<i>`bar´`baz]´</i>`qoz´</div>CAN<br>ARY",
5747
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<i>`bar´`baz]´</i>`qoz´</div>CAN<br>ARY</body>"
5748
        }
5749
      },
5750
      "I_B-I-1_SO": {
5751
        "dM": {
5752
          "valscore": 1,
5753
          "selscore": 0,
5754
          "valresult": 8,
5755
          "selresult": 2,
5756
          "output": "<b>`foo[´<i>`bar´`baz´</i>}</b>",
5757
          "innerHTML": "<b>`foo[´<i>`bar´`baz´</i>}</b>",
5758
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><b>`foo[´<i>`bar´`baz´</i>}</b></body>",
5759
          "bodyInnerHTML": "<b>`foo[´<i>`bar´`baz´</i>}</b>",
5760
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><b>`foo[´<i>`bar´`baz´</i>}</b></body>"
5761
        },
5762
        "body": {
5763
          "valscore": 1,
5764
          "selscore": 0,
5765
          "valresult": 8,
5766
          "selresult": 2,
5767
          "output": "<b>`foo[´<i>`bar´`baz´</i>}</b>",
5768
          "innerHTML": "<b>`foo[´<i>`bar´`baz´</i>}</b>",
5769
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><b>`foo[´<i>`bar´`baz´</i>}</b></body>",
5770
          "bodyInnerHTML": "<b>`foo[´<i>`bar´`baz´</i>}</b>",
5771
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><b>`foo[´<i>`bar´`baz´</i>}</b></body>"
5772
        },
5773
        "div": {
5774
          "valscore": 1,
5775
          "selscore": 0,
5776
          "valresult": 8,
5777
          "selresult": 2,
5778
          "output": "<b>`foo[´<i>`bar´`baz´</i>}</b>",
5779
          "innerHTML": "<b>`foo[´<i>`bar´`baz´</i>}</b>",
5780
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><b>`foo[´<i>`bar´`baz´</i>}</b></div>",
5781
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><b>`foo[´<i>`bar´`baz´</i>}</b></div>CAN<br>ARY",
5782
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><b>`foo[´<i>`bar´`baz´</i>}</b></div>CAN<br>ARY</body>"
5783
        }
5784
      },
5785
      "U_U-1_SO": {
5786
        "dM": {
5787
          "valscore": 1,
5788
          "selscore": 0,
5789
          "valresult": 8,
5790
          "selresult": 2,
5791
          "output": "`foo[´<u>`bar´`baz´`qoz]´</u>`quz´",
5792
          "innerHTML": "`foo[´<u>`bar´`baz´`qoz]´</u>`quz´",
5793
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<u>`bar´`baz´`qoz]´</u>`quz´</body>",
5794
          "bodyInnerHTML": "`foo[´<u>`bar´`baz´`qoz]´</u>`quz´",
5795
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<u>`bar´`baz´`qoz]´</u>`quz´</body>"
5796
        },
5797
        "body": {
5798
          "valscore": 1,
5799
          "selscore": 0,
5800
          "valresult": 8,
5801
          "selresult": 2,
5802
          "output": "`foo[´<u>`bar´`baz´`qoz]´</u>`quz´",
5803
          "innerHTML": "`foo[´<u>`bar´`baz´`qoz]´</u>`quz´",
5804
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<u>`bar´`baz´`qoz]´</u>`quz´</body>",
5805
          "bodyInnerHTML": "`foo[´<u>`bar´`baz´`qoz]´</u>`quz´",
5806
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<u>`bar´`baz´`qoz]´</u>`quz´</body>"
5807
        },
5808
        "div": {
5809
          "valscore": 1,
5810
          "selscore": 0,
5811
          "valresult": 8,
5812
          "selresult": 2,
5813
          "output": "`foo[´<u>`bar´`baz´`qoz]´</u>`quz´",
5814
          "innerHTML": "`foo[´<u>`bar´`baz´`qoz]´</u>`quz´",
5815
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<u>`bar´`baz´`qoz]´</u>`quz´</div>",
5816
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<u>`bar´`baz´`qoz]´</u>`quz´</div>CAN<br>ARY",
5817
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<u>`bar´`baz´`qoz]´</u>`quz´</div>CAN<br>ARY</body>"
5818
        }
5819
      },
5820
      "U_U-1_SL": {
5821
        "dM": {
5822
          "valscore": 1,
5823
          "selscore": 0,
5824
          "valresult": 8,
5825
          "selresult": 2,
5826
          "output": "`foo[´<u>`bar´`baz]qoz´</u>`quz´",
5827
          "innerHTML": "`foo[´<u>`bar´`baz]qoz´</u>`quz´",
5828
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<u>`bar´`baz]qoz´</u>`quz´</body>",
5829
          "bodyInnerHTML": "`foo[´<u>`bar´`baz]qoz´</u>`quz´",
5830
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<u>`bar´`baz]qoz´</u>`quz´</body>"
5831
        },
5832
        "body": {
5833
          "valscore": 1,
5834
          "selscore": 0,
5835
          "valresult": 8,
5836
          "selresult": 2,
5837
          "output": "`foo[´<u>`bar´`baz]qoz´</u>`quz´",
5838
          "innerHTML": "`foo[´<u>`bar´`baz]qoz´</u>`quz´",
5839
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<u>`bar´`baz]qoz´</u>`quz´</body>",
5840
          "bodyInnerHTML": "`foo[´<u>`bar´`baz]qoz´</u>`quz´",
5841
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<u>`bar´`baz]qoz´</u>`quz´</body>"
5842
        },
5843
        "div": {
5844
          "valscore": 1,
5845
          "selscore": 0,
5846
          "valresult": 8,
5847
          "selresult": 2,
5848
          "output": "`foo[´<u>`bar´`baz]qoz´</u>`quz´",
5849
          "innerHTML": "`foo[´<u>`bar´`baz]qoz´</u>`quz´",
5850
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<u>`bar´`baz]qoz´</u>`quz´</div>",
5851
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<u>`bar´`baz]qoz´</u>`quz´</div>CAN<br>ARY",
5852
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<u>`bar´`baz]qoz´</u>`quz´</div>CAN<br>ARY</body>"
5853
        }
5854
      },
5855
      "U_S-U-1_SO": {
5856
        "dM": {
5857
          "valscore": 1,
5858
          "selscore": 0,
5859
          "valresult": 8,
5860
          "selresult": 2,
5861
          "output": "<s>`foo[´<u>`bar´`baz´</u>}</s>",
5862
          "innerHTML": "<s>`foo[´<u>`bar´`baz´</u>}</s>",
5863
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><s>`foo[´<u>`bar´`baz´</u>}</s></body>",
5864
          "bodyInnerHTML": "<s>`foo[´<u>`bar´`baz´</u>}</s>",
5865
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><s>`foo[´<u>`bar´`baz´</u>}</s></body>"
5866
        },
5867
        "body": {
5868
          "valscore": 1,
5869
          "selscore": 0,
5870
          "valresult": 8,
5871
          "selresult": 2,
5872
          "output": "<s>`foo[´<u>`bar´`baz´</u>}</s>",
5873
          "innerHTML": "<s>`foo[´<u>`bar´`baz´</u>}</s>",
5874
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><s>`foo[´<u>`bar´`baz´</u>}</s></body>",
5875
          "bodyInnerHTML": "<s>`foo[´<u>`bar´`baz´</u>}</s>",
5876
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><s>`foo[´<u>`bar´`baz´</u>}</s></body>"
5877
        },
5878
        "div": {
5879
          "valscore": 1,
5880
          "selscore": 0,
5881
          "valresult": 8,
5882
          "selresult": 2,
5883
          "output": "<s>`foo[´<u>`bar´`baz´</u>}</s>",
5884
          "innerHTML": "<s>`foo[´<u>`bar´`baz´</u>}</s>",
5885
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><s>`foo[´<u>`bar´`baz´</u>}</s></div>",
5886
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><s>`foo[´<u>`bar´`baz´</u>}</s></div>CAN<br>ARY",
5887
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><s>`foo[´<u>`bar´`baz´</u>}</s></div>CAN<br>ARY</body>"
5888
        }
5889
      },
5890
      "BC:842_FONTs:bc:fca-1_SW": {
5891
        "dM": {
5892
          "valscore": 0,
5893
          "selscore": 0,
5894
          "valresult": 6,
5895
          "selresult": 3,
5896
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" bgcolor=\"#884422\" onload=\"setDesignMode()\"><font style=\"background-color: #ffccaa\">`[foobarbaz]´</font></body>",
5897
          "innerHTML": "<font style=\"background-color: #ffccaa\">`[foobarbaz]´</font>",
5898
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" bgcolor=\"#884422\" onload=\"setDesignMode()\"><font style=\"background-color: #ffccaa\">`[foobarbaz]´</font></body>",
5899
          "bodyInnerHTML": "<font style=\"background-color: #ffccaa\">`[foobarbaz]´</font>",
5900
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" bgcolor=\"#884422\" onload=\"setDesignMode()\"><font style=\"background-color: #ffccaa\">`[foobarbaz]´</font></body>"
5901
        },
5902
        "body": {
5903
          "valscore": 0,
5904
          "selscore": 0,
5905
          "valresult": 6,
5906
          "selresult": 3,
5907
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" bgcolor=\"#884422\"><font style=\"background-color: #ffccaa\">`[foobarbaz]´</font></body>",
5908
          "innerHTML": "<font style=\"background-color: #ffccaa\">`[foobarbaz]´</font>",
5909
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" bgcolor=\"#884422\"><font style=\"background-color: #ffccaa\">`[foobarbaz]´</font></body>",
5910
          "bodyInnerHTML": "<font style=\"background-color: #ffccaa\">`[foobarbaz]´</font>",
5911
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" bgcolor=\"#884422\"><font style=\"background-color: #ffccaa\">`[foobarbaz]´</font></body>"
5912
        },
5913
        "div": {
5914
          "valscore": 0,
5915
          "selscore": 0,
5916
          "valresult": 6,
5917
          "selresult": 3,
5918
          "output": "<font style=\"background-color: #ffccaa\">`[foobarbaz]´</font>",
5919
          "innerHTML": "<font style=\"background-color: #ffccaa\">`[foobarbaz]´</font>",
5920
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font style=\"background-color: #ffccaa\">`[foobarbaz]´</font></div>",
5921
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font style=\"background-color: #ffccaa\">`[foobarbaz]´</font></div>CAN<br>ARY",
5922
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" bgcolor=\"#884422\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font style=\"background-color: #ffccaa\">`[foobarbaz]´</font></div>CAN<br>ARY</body>"
5923
        }
5924
      },
5925
      "BC:00f_SPANs:bc:f00-1_SW": {
5926
        "dM": {
5927
          "valscore": 0,
5928
          "selscore": 0,
5929
          "valresult": 6,
5930
          "selresult": 3,
5931
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" bgcolor=\"#0000ff\" onload=\"setDesignMode()\"><span style=\"background-color: #ff0000\">`[foobarbaz]´</span></body>",
5932
          "innerHTML": "<span style=\"background-color: #ff0000\">`[foobarbaz]´</span>",
5933
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" bgcolor=\"#0000ff\" onload=\"setDesignMode()\"><span style=\"background-color: #ff0000\">`[foobarbaz]´</span></body>",
5934
          "bodyInnerHTML": "<span style=\"background-color: #ff0000\">`[foobarbaz]´</span>",
5935
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" bgcolor=\"#0000ff\" onload=\"setDesignMode()\"><span style=\"background-color: #ff0000\">`[foobarbaz]´</span></body>"
5936
        },
5937
        "body": {
5938
          "valscore": 0,
5939
          "selscore": 0,
5940
          "valresult": 6,
5941
          "selresult": 3,
5942
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" bgcolor=\"#0000ff\"><span style=\"background-color: #ff0000\">`[foobarbaz]´</span></body>",
5943
          "innerHTML": "<span style=\"background-color: #ff0000\">`[foobarbaz]´</span>",
5944
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" bgcolor=\"#0000ff\"><span style=\"background-color: #ff0000\">`[foobarbaz]´</span></body>",
5945
          "bodyInnerHTML": "<span style=\"background-color: #ff0000\">`[foobarbaz]´</span>",
5946
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" bgcolor=\"#0000ff\"><span style=\"background-color: #ff0000\">`[foobarbaz]´</span></body>"
5947
        },
5948
        "div": {
5949
          "valscore": 0,
5950
          "selscore": 0,
5951
          "valresult": 6,
5952
          "selresult": 3,
5953
          "output": "<span style=\"background-color: #ff0000\">`[foobarbaz]´</span>",
5954
          "innerHTML": "<span style=\"background-color: #ff0000\">`[foobarbaz]´</span>",
5955
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><span style=\"background-color: #ff0000\">`[foobarbaz]´</span></div>",
5956
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><span style=\"background-color: #ff0000\">`[foobarbaz]´</span></div>CAN<br>ARY",
5957
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" bgcolor=\"#0000ff\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><span style=\"background-color: #ff0000\">`[foobarbaz]´</span></div>CAN<br>ARY</body>"
5958
        }
5959
      },
5960
      "BC:ace_FONT.ass.s:bc:rgb-1_SW": {
5961
        "dM": {
5962
          "valscore": 0,
5963
          "selscore": 0,
5964
          "valresult": 6,
5965
          "selresult": 3,
5966
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" bgcolor=\"#aaccee\" onload=\"setDesignMode()\"><span style=\"background-color: rgb(255, 0, 0)\" class=\"Apple-style-span\">`[foobarbaz]´</span></body>",
5967
          "innerHTML": "<span class=\"Apple-style-span\" style=\"background-color: rgb(255, 0, 0)\">`[foobarbaz]´</span>",
5968
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" bgcolor=\"#aaccee\" onload=\"setDesignMode()\"><span style=\"background-color: rgb(255, 0, 0)\" class=\"Apple-style-span\">`[foobarbaz]´</span></body>",
5969
          "bodyInnerHTML": "<span class=\"Apple-style-span\" style=\"background-color: rgb(255, 0, 0)\">`[foobarbaz]´</span>",
5970
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" bgcolor=\"#aaccee\" onload=\"setDesignMode()\"><span style=\"background-color: rgb(255, 0, 0)\" class=\"Apple-style-span\">`[foobarbaz]´</span></body>"
5971
        },
5972
        "body": {
5973
          "valscore": 0,
5974
          "selscore": 0,
5975
          "valresult": 6,
5976
          "selresult": 3,
5977
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" bgcolor=\"#aaccee\"><span style=\"background-color: rgb(255, 0, 0)\" class=\"Apple-style-span\">`[foobarbaz]´</span></body>",
5978
          "innerHTML": "<span class=\"Apple-style-span\" style=\"background-color: rgb(255, 0, 0)\">`[foobarbaz]´</span>",
5979
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" bgcolor=\"#aaccee\"><span style=\"background-color: rgb(255, 0, 0)\" class=\"Apple-style-span\">`[foobarbaz]´</span></body>",
5980
          "bodyInnerHTML": "<span class=\"Apple-style-span\" style=\"background-color: rgb(255, 0, 0)\">`[foobarbaz]´</span>",
5981
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" bgcolor=\"#aaccee\"><span style=\"background-color: rgb(255, 0, 0)\" class=\"Apple-style-span\">`[foobarbaz]´</span></body>"
5982
        },
5983
        "div": {
5984
          "valscore": 0,
5985
          "selscore": 0,
5986
          "valresult": 6,
5987
          "selresult": 3,
5988
          "output": "<span class=\"Apple-style-span\" style=\"background-color: rgb(255, 0, 0)\">`[foobarbaz]´</span>",
5989
          "innerHTML": "<span class=\"Apple-style-span\" style=\"background-color: rgb(255, 0, 0)\">`[foobarbaz]´</span>",
5990
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><span style=\"background-color: rgb(255, 0, 0)\" class=\"Apple-style-span\">`[foobarbaz]´</span></div>",
5991
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><span class=\"Apple-style-span\" style=\"background-color: rgb(255, 0, 0)\">`[foobarbaz]´</span></div>CAN<br>ARY",
5992
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" bgcolor=\"#aaccee\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><span style=\"background-color: rgb(255, 0, 0)\" class=\"Apple-style-span\">`[foobarbaz]´</span></div>CAN<br>ARY</body>"
5993
        }
5994
      },
5995
      "FC:g_FONTc:b-1_SW": {
5996
        "dM": {
5997
          "valscore": 1,
5998
          "selscore": 1,
5999
          "valresult": 8,
6000
          "selresult": 5,
6001
          "output": "<font color=\"green\">`[foobarbaz]´</font>",
6002
          "innerHTML": "<font color=\"green\">`[foobarbaz]´</font>",
6003
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font color=\"green\">`[foobarbaz]´</font></body>",
6004
          "bodyInnerHTML": "<font color=\"green\">`[foobarbaz]´</font>",
6005
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font color=\"green\">`[foobarbaz]´</font></body>"
6006
        },
6007
        "body": {
6008
          "valscore": 1,
6009
          "selscore": 1,
6010
          "valresult": 8,
6011
          "selresult": 5,
6012
          "output": "<font color=\"green\">`[foobarbaz]´</font>",
6013
          "innerHTML": "<font color=\"green\">`[foobarbaz]´</font>",
6014
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font color=\"green\">`[foobarbaz]´</font></body>",
6015
          "bodyInnerHTML": "<font color=\"green\">`[foobarbaz]´</font>",
6016
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font color=\"green\">`[foobarbaz]´</font></body>"
6017
        },
6018
        "div": {
6019
          "valscore": 1,
6020
          "selscore": 1,
6021
          "valresult": 8,
6022
          "selresult": 5,
6023
          "output": "<font color=\"green\">`[foobarbaz]´</font>",
6024
          "innerHTML": "<font color=\"green\">`[foobarbaz]´</font>",
6025
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font color=\"green\">`[foobarbaz]´</font></div>",
6026
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font color=\"green\">`[foobarbaz]´</font></div>CAN<br>ARY",
6027
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font color=\"green\">`[foobarbaz]´</font></div>CAN<br>ARY</body>"
6028
        }
6029
      },
6030
      "FC:g_SPANs:c:g-1_SW": {
6031
        "dM": {
6032
          "valscore": 0,
6033
          "selscore": 0,
6034
          "valresult": 6,
6035
          "selresult": 3,
6036
          "output": "<font color=\"green\"><span style=\"color: blue\">`[foobarbaz]´</span></font>",
6037
          "innerHTML": "<font color=\"green\"><span style=\"color: blue\">`[foobarbaz]´</span></font>",
6038
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font color=\"green\"><span style=\"color: blue\">`[foobarbaz]´</span></font></body>",
6039
          "bodyInnerHTML": "<font color=\"green\"><span style=\"color: blue\">`[foobarbaz]´</span></font>",
6040
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font color=\"green\"><span style=\"color: blue\">`[foobarbaz]´</span></font></body>"
6041
        },
6042
        "body": {
6043
          "valscore": 0,
6044
          "selscore": 0,
6045
          "valresult": 6,
6046
          "selresult": 3,
6047
          "output": "<font color=\"green\"><span style=\"color: blue\">`[foobarbaz]´</span></font>",
6048
          "innerHTML": "<font color=\"green\"><span style=\"color: blue\">`[foobarbaz]´</span></font>",
6049
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font color=\"green\"><span style=\"color: blue\">`[foobarbaz]´</span></font></body>",
6050
          "bodyInnerHTML": "<font color=\"green\"><span style=\"color: blue\">`[foobarbaz]´</span></font>",
6051
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font color=\"green\"><span style=\"color: blue\">`[foobarbaz]´</span></font></body>"
6052
        },
6053
        "div": {
6054
          "valscore": 0,
6055
          "selscore": 0,
6056
          "valresult": 6,
6057
          "selresult": 3,
6058
          "output": "<font color=\"green\"><span style=\"color: blue\">`[foobarbaz]´</span></font>",
6059
          "innerHTML": "<font color=\"green\"><span style=\"color: blue\">`[foobarbaz]´</span></font>",
6060
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font color=\"green\"><span style=\"color: blue\">`[foobarbaz]´</span></font></div>",
6061
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font color=\"green\"><span style=\"color: blue\">`[foobarbaz]´</span></font></div>CAN<br>ARY",
6062
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font color=\"green\"><span style=\"color: blue\">`[foobarbaz]´</span></font></div>CAN<br>ARY</body>"
6063
        }
6064
      },
6065
      "FC:g_FONTc:b.s:c:r-1_SW": {
6066
        "dM": {
6067
          "valscore": 0,
6068
          "selscore": 0,
6069
          "valresult": 6,
6070
          "selresult": 3,
6071
          "output": "<font style=\"color: red\" color=\"green\">`[foobarbaz]´</font>",
6072
          "innerHTML": "<font style=\"color: red\" color=\"green\">`[foobarbaz]´</font>",
6073
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font color=\"green\" style=\"color: red\">`[foobarbaz]´</font></body>",
6074
          "bodyInnerHTML": "<font style=\"color: red\" color=\"green\">`[foobarbaz]´</font>",
6075
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font color=\"green\" style=\"color: red\">`[foobarbaz]´</font></body>"
6076
        },
6077
        "body": {
6078
          "valscore": 0,
6079
          "selscore": 0,
6080
          "valresult": 6,
6081
          "selresult": 3,
6082
          "output": "<font style=\"color: red\" color=\"green\">`[foobarbaz]´</font>",
6083
          "innerHTML": "<font style=\"color: red\" color=\"green\">`[foobarbaz]´</font>",
6084
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font color=\"green\" style=\"color: red\">`[foobarbaz]´</font></body>",
6085
          "bodyInnerHTML": "<font style=\"color: red\" color=\"green\">`[foobarbaz]´</font>",
6086
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font color=\"green\" style=\"color: red\">`[foobarbaz]´</font></body>"
6087
        },
6088
        "div": {
6089
          "valscore": 0,
6090
          "selscore": 0,
6091
          "valresult": 6,
6092
          "selresult": 3,
6093
          "output": "<font style=\"color: red\" color=\"green\">`[foobarbaz]´</font>",
6094
          "innerHTML": "<font style=\"color: red\" color=\"green\">`[foobarbaz]´</font>",
6095
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font color=\"green\" style=\"color: red\">`[foobarbaz]´</font></div>",
6096
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font style=\"color: red\" color=\"green\">`[foobarbaz]´</font></div>CAN<br>ARY",
6097
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font color=\"green\" style=\"color: red\">`[foobarbaz]´</font></div>CAN<br>ARY</body>"
6098
        }
6099
      },
6100
      "FC:g_FONTc:b.sz:6-1_SI": {
6101
        "dM": {
6102
          "valscore": 1,
6103
          "selscore": 0,
6104
          "valresult": 8,
6105
          "selresult": 2,
6106
          "output": "<font color=\"blue\" size=\"6\">`foo[´<font color=\"green\">`bar]´</font>`baz´</font>",
6107
          "innerHTML": "<font color=\"blue\" size=\"6\">`foo[´<font color=\"green\">`bar]´</font>`baz´</font>",
6108
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"6\" color=\"blue\">`foo[´<font color=\"green\">`bar]´</font>`baz´</font></body>",
6109
          "bodyInnerHTML": "<font color=\"blue\" size=\"6\">`foo[´<font color=\"green\">`bar]´</font>`baz´</font>",
6110
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"6\" color=\"blue\">`foo[´<font color=\"green\">`bar]´</font>`baz´</font></body>"
6111
        },
6112
        "body": {
6113
          "valscore": 1,
6114
          "selscore": 0,
6115
          "valresult": 8,
6116
          "selresult": 2,
6117
          "output": "<font color=\"blue\" size=\"6\">`foo[´<font color=\"green\">`bar]´</font>`baz´</font>",
6118
          "innerHTML": "<font color=\"blue\" size=\"6\">`foo[´<font color=\"green\">`bar]´</font>`baz´</font>",
6119
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"6\" color=\"blue\">`foo[´<font color=\"green\">`bar]´</font>`baz´</font></body>",
6120
          "bodyInnerHTML": "<font color=\"blue\" size=\"6\">`foo[´<font color=\"green\">`bar]´</font>`baz´</font>",
6121
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"6\" color=\"blue\">`foo[´<font color=\"green\">`bar]´</font>`baz´</font></body>"
6122
        },
6123
        "div": {
6124
          "valscore": 1,
6125
          "selscore": 0,
6126
          "valresult": 8,
6127
          "selresult": 2,
6128
          "output": "<font color=\"blue\" size=\"6\">`foo[´<font color=\"green\">`bar]´</font>`baz´</font>",
6129
          "innerHTML": "<font color=\"blue\" size=\"6\">`foo[´<font color=\"green\">`bar]´</font>`baz´</font>",
6130
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font size=\"6\" color=\"blue\">`foo[´<font color=\"green\">`bar]´</font>`baz´</font></div>",
6131
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font color=\"blue\" size=\"6\">`foo[´<font color=\"green\">`bar]´</font>`baz´</font></div>CAN<br>ARY",
6132
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font size=\"6\" color=\"blue\">`foo[´<font color=\"green\">`bar]´</font>`baz´</font></div>CAN<br>ARY</body>"
6133
        }
6134
      },
6135
      "HC:g_FONTs:c:b-1_SW": {
6136
        "dM": {
6137
          "valscore": 0,
6138
          "selscore": 0,
6139
          "valresult": 6,
6140
          "selresult": 3,
6141
          "output": "<font style=\"background-color: blue\">`[foobarbaz]´</font>",
6142
          "innerHTML": "<font style=\"background-color: blue\">`[foobarbaz]´</font>",
6143
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font style=\"background-color: blue\">`[foobarbaz]´</font></body>",
6144
          "bodyInnerHTML": "<font style=\"background-color: blue\">`[foobarbaz]´</font>",
6145
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font style=\"background-color: blue\">`[foobarbaz]´</font></body>"
6146
        },
6147
        "body": {
6148
          "valscore": 0,
6149
          "selscore": 0,
6150
          "valresult": 6,
6151
          "selresult": 3,
6152
          "output": "<font style=\"background-color: blue\">`[foobarbaz]´</font>",
6153
          "innerHTML": "<font style=\"background-color: blue\">`[foobarbaz]´</font>",
6154
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font style=\"background-color: blue\">`[foobarbaz]´</font></body>",
6155
          "bodyInnerHTML": "<font style=\"background-color: blue\">`[foobarbaz]´</font>",
6156
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font style=\"background-color: blue\">`[foobarbaz]´</font></body>"
6157
        },
6158
        "div": {
6159
          "valscore": 0,
6160
          "selscore": 0,
6161
          "valresult": 6,
6162
          "selresult": 3,
6163
          "output": "<font style=\"background-color: blue\">`[foobarbaz]´</font>",
6164
          "innerHTML": "<font style=\"background-color: blue\">`[foobarbaz]´</font>",
6165
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font style=\"background-color: blue\">`[foobarbaz]´</font></div>",
6166
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font style=\"background-color: blue\">`[foobarbaz]´</font></div>CAN<br>ARY",
6167
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font style=\"background-color: blue\">`[foobarbaz]´</font></div>CAN<br>ARY</body>"
6168
        }
6169
      },
6170
      "HC:g_SPANs:c:g-1_SW": {
6171
        "dM": {
6172
          "valscore": 0,
6173
          "selscore": 0,
6174
          "valresult": 6,
6175
          "selresult": 3,
6176
          "output": "<span style=\"background-color: blue\">`[foobarbaz]´</span>",
6177
          "innerHTML": "<span style=\"background-color: blue\">`[foobarbaz]´</span>",
6178
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><span style=\"background-color: blue\">`[foobarbaz]´</span></body>",
6179
          "bodyInnerHTML": "<span style=\"background-color: blue\">`[foobarbaz]´</span>",
6180
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><span style=\"background-color: blue\">`[foobarbaz]´</span></body>"
6181
        },
6182
        "body": {
6183
          "valscore": 0,
6184
          "selscore": 0,
6185
          "valresult": 6,
6186
          "selresult": 3,
6187
          "output": "<span style=\"background-color: blue\">`[foobarbaz]´</span>",
6188
          "innerHTML": "<span style=\"background-color: blue\">`[foobarbaz]´</span>",
6189
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><span style=\"background-color: blue\">`[foobarbaz]´</span></body>",
6190
          "bodyInnerHTML": "<span style=\"background-color: blue\">`[foobarbaz]´</span>",
6191
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><span style=\"background-color: blue\">`[foobarbaz]´</span></body>"
6192
        },
6193
        "div": {
6194
          "valscore": 0,
6195
          "selscore": 0,
6196
          "valresult": 6,
6197
          "selresult": 3,
6198
          "output": "<span style=\"background-color: blue\">`[foobarbaz]´</span>",
6199
          "innerHTML": "<span style=\"background-color: blue\">`[foobarbaz]´</span>",
6200
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><span style=\"background-color: blue\">`[foobarbaz]´</span></div>",
6201
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><span style=\"background-color: blue\">`[foobarbaz]´</span></div>CAN<br>ARY",
6202
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><span style=\"background-color: blue\">`[foobarbaz]´</span></div>CAN<br>ARY</body>"
6203
        }
6204
      },
6205
      "HC:g_SPAN.ass.s:c:rgb-1_SW": {
6206
        "dM": {
6207
          "valscore": 0,
6208
          "selscore": 0,
6209
          "valresult": 6,
6210
          "selresult": 3,
6211
          "output": "<span class=\"Apple-style-span\" style=\"background-color: rgb(255, 0, 0);\">`[foobarbaz]´</span>",
6212
          "innerHTML": "<span class=\"Apple-style-span\" style=\"background-color: rgb(255, 0, 0);\">`[foobarbaz]´</span>",
6213
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><span style=\"background-color: rgb(255, 0, 0);\" class=\"Apple-style-span\">`[foobarbaz]´</span></body>",
6214
          "bodyInnerHTML": "<span class=\"Apple-style-span\" style=\"background-color: rgb(255, 0, 0);\">`[foobarbaz]´</span>",
6215
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><span style=\"background-color: rgb(255, 0, 0);\" class=\"Apple-style-span\">`[foobarbaz]´</span></body>"
6216
        },
6217
        "body": {
6218
          "valscore": 0,
6219
          "selscore": 0,
6220
          "valresult": 6,
6221
          "selresult": 3,
6222
          "output": "<span class=\"Apple-style-span\" style=\"background-color: rgb(255, 0, 0);\">`[foobarbaz]´</span>",
6223
          "innerHTML": "<span class=\"Apple-style-span\" style=\"background-color: rgb(255, 0, 0);\">`[foobarbaz]´</span>",
6224
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><span style=\"background-color: rgb(255, 0, 0);\" class=\"Apple-style-span\">`[foobarbaz]´</span></body>",
6225
          "bodyInnerHTML": "<span class=\"Apple-style-span\" style=\"background-color: rgb(255, 0, 0);\">`[foobarbaz]´</span>",
6226
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><span style=\"background-color: rgb(255, 0, 0);\" class=\"Apple-style-span\">`[foobarbaz]´</span></body>"
6227
        },
6228
        "div": {
6229
          "valscore": 0,
6230
          "selscore": 0,
6231
          "valresult": 6,
6232
          "selresult": 3,
6233
          "output": "<span class=\"Apple-style-span\" style=\"background-color: rgb(255, 0, 0);\">`[foobarbaz]´</span>",
6234
          "innerHTML": "<span class=\"Apple-style-span\" style=\"background-color: rgb(255, 0, 0);\">`[foobarbaz]´</span>",
6235
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><span style=\"background-color: rgb(255, 0, 0);\" class=\"Apple-style-span\">`[foobarbaz]´</span></div>",
6236
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><span class=\"Apple-style-span\" style=\"background-color: rgb(255, 0, 0);\">`[foobarbaz]´</span></div>CAN<br>ARY",
6237
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><span style=\"background-color: rgb(255, 0, 0);\" class=\"Apple-style-span\">`[foobarbaz]´</span></div>CAN<br>ARY</body>"
6238
        }
6239
      },
6240
      "FN:c_FONTf:a-1_SW": {
6241
        "dM": {
6242
          "valscore": 1,
6243
          "selscore": 1,
6244
          "valresult": 8,
6245
          "selresult": 5,
6246
          "output": "<font face=\"courier\">`[foobarbaz]´</font>",
6247
          "innerHTML": "<font face=\"courier\">`[foobarbaz]´</font>",
6248
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"courier\">`[foobarbaz]´</font></body>",
6249
          "bodyInnerHTML": "<font face=\"courier\">`[foobarbaz]´</font>",
6250
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"courier\">`[foobarbaz]´</font></body>"
6251
        },
6252
        "body": {
6253
          "valscore": 1,
6254
          "selscore": 1,
6255
          "valresult": 8,
6256
          "selresult": 5,
6257
          "output": "<font face=\"courier\">`[foobarbaz]´</font>",
6258
          "innerHTML": "<font face=\"courier\">`[foobarbaz]´</font>",
6259
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"courier\">`[foobarbaz]´</font></body>",
6260
          "bodyInnerHTML": "<font face=\"courier\">`[foobarbaz]´</font>",
6261
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"courier\">`[foobarbaz]´</font></body>"
6262
        },
6263
        "div": {
6264
          "valscore": 1,
6265
          "selscore": 1,
6266
          "valresult": 8,
6267
          "selresult": 5,
6268
          "output": "<font face=\"courier\">`[foobarbaz]´</font>",
6269
          "innerHTML": "<font face=\"courier\">`[foobarbaz]´</font>",
6270
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font face=\"courier\">`[foobarbaz]´</font></div>",
6271
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font face=\"courier\">`[foobarbaz]´</font></div>CAN<br>ARY",
6272
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font face=\"courier\">`[foobarbaz]´</font></div>CAN<br>ARY</body>"
6273
        }
6274
      },
6275
      "FN:c_SPANs:ff:a-1_SW": {
6276
        "dM": {
6277
          "valscore": 0,
6278
          "selscore": 0,
6279
          "valresult": 6,
6280
          "selresult": 3,
6281
          "output": "<font face=\"courier\"><span style=\"font-family: arial\">`[foobarbaz]´</span></font>",
6282
          "innerHTML": "<font face=\"courier\"><span style=\"font-family: arial\">`[foobarbaz]´</span></font>",
6283
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"courier\"><span style=\"font-family: arial\">`[foobarbaz]´</span></font></body>",
6284
          "bodyInnerHTML": "<font face=\"courier\"><span style=\"font-family: arial\">`[foobarbaz]´</span></font>",
6285
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"courier\"><span style=\"font-family: arial\">`[foobarbaz]´</span></font></body>"
6286
        },
6287
        "body": {
6288
          "valscore": 0,
6289
          "selscore": 0,
6290
          "valresult": 6,
6291
          "selresult": 3,
6292
          "output": "<font face=\"courier\"><span style=\"font-family: arial\">`[foobarbaz]´</span></font>",
6293
          "innerHTML": "<font face=\"courier\"><span style=\"font-family: arial\">`[foobarbaz]´</span></font>",
6294
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"courier\"><span style=\"font-family: arial\">`[foobarbaz]´</span></font></body>",
6295
          "bodyInnerHTML": "<font face=\"courier\"><span style=\"font-family: arial\">`[foobarbaz]´</span></font>",
6296
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"courier\"><span style=\"font-family: arial\">`[foobarbaz]´</span></font></body>"
6297
        },
6298
        "div": {
6299
          "valscore": 0,
6300
          "selscore": 0,
6301
          "valresult": 6,
6302
          "selresult": 3,
6303
          "output": "<font face=\"courier\"><span style=\"font-family: arial\">`[foobarbaz]´</span></font>",
6304
          "innerHTML": "<font face=\"courier\"><span style=\"font-family: arial\">`[foobarbaz]´</span></font>",
6305
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font face=\"courier\"><span style=\"font-family: arial\">`[foobarbaz]´</span></font></div>",
6306
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font face=\"courier\"><span style=\"font-family: arial\">`[foobarbaz]´</span></font></div>CAN<br>ARY",
6307
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font face=\"courier\"><span style=\"font-family: arial\">`[foobarbaz]´</span></font></div>CAN<br>ARY</body>"
6308
        }
6309
      },
6310
      "FN:c_FONTf:a.s:ff:v-1_SW": {
6311
        "dM": {
6312
          "valscore": 0,
6313
          "selscore": 0,
6314
          "valresult": 6,
6315
          "selresult": 3,
6316
          "output": "<font style=\"font-family: verdana\" face=\"courier\">`[foobarbaz]´</font>",
6317
          "innerHTML": "<font style=\"font-family: verdana\" face=\"courier\">`[foobarbaz]´</font>",
6318
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"courier\" style=\"font-family: verdana\">`[foobarbaz]´</font></body>",
6319
          "bodyInnerHTML": "<font style=\"font-family: verdana\" face=\"courier\">`[foobarbaz]´</font>",
6320
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"courier\" style=\"font-family: verdana\">`[foobarbaz]´</font></body>"
6321
        },
6322
        "body": {
6323
          "valscore": 0,
6324
          "selscore": 0,
6325
          "valresult": 6,
6326
          "selresult": 3,
6327
          "output": "<font style=\"font-family: verdana\" face=\"courier\">`[foobarbaz]´</font>",
6328
          "innerHTML": "<font style=\"font-family: verdana\" face=\"courier\">`[foobarbaz]´</font>",
6329
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"courier\" style=\"font-family: verdana\">`[foobarbaz]´</font></body>",
6330
          "bodyInnerHTML": "<font style=\"font-family: verdana\" face=\"courier\">`[foobarbaz]´</font>",
6331
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"courier\" style=\"font-family: verdana\">`[foobarbaz]´</font></body>"
6332
        },
6333
        "div": {
6334
          "valscore": 0,
6335
          "selscore": 0,
6336
          "valresult": 6,
6337
          "selresult": 3,
6338
          "output": "<font style=\"font-family: verdana\" face=\"courier\">`[foobarbaz]´</font>",
6339
          "innerHTML": "<font style=\"font-family: verdana\" face=\"courier\">`[foobarbaz]´</font>",
6340
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font face=\"courier\" style=\"font-family: verdana\">`[foobarbaz]´</font></div>",
6341
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font style=\"font-family: verdana\" face=\"courier\">`[foobarbaz]´</font></div>CAN<br>ARY",
6342
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font face=\"courier\" style=\"font-family: verdana\">`[foobarbaz]´</font></div>CAN<br>ARY</body>"
6343
        }
6344
      },
6345
      "FN:c_FONTf:a-1_SI": {
6346
        "dM": {
6347
          "valscore": 0,
6348
          "selscore": 0,
6349
          "valresult": 7,
6350
          "selresult": 2,
6351
          "output": "<font face=\"arial\">`foo[´<font face=\"courier\">`bar]´</font>`baz´</font>",
6352
          "innerHTML": "<font face=\"arial\">`foo[´<font face=\"courier\">`bar]´</font>`baz´</font>",
6353
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"arial\">`foo[´<font face=\"courier\">`bar]´</font>`baz´</font></body>",
6354
          "bodyInnerHTML": "<font face=\"arial\">`foo[´<font face=\"courier\">`bar]´</font>`baz´</font>",
6355
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"arial\">`foo[´<font face=\"courier\">`bar]´</font>`baz´</font></body>"
6356
        },
6357
        "body": {
6358
          "valscore": 0,
6359
          "selscore": 0,
6360
          "valresult": 7,
6361
          "selresult": 2,
6362
          "output": "<font face=\"arial\">`foo[´<font face=\"courier\">`bar]´</font>`baz´</font>",
6363
          "innerHTML": "<font face=\"arial\">`foo[´<font face=\"courier\">`bar]´</font>`baz´</font>",
6364
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"arial\">`foo[´<font face=\"courier\">`bar]´</font>`baz´</font></body>",
6365
          "bodyInnerHTML": "<font face=\"arial\">`foo[´<font face=\"courier\">`bar]´</font>`baz´</font>",
6366
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"arial\">`foo[´<font face=\"courier\">`bar]´</font>`baz´</font></body>"
6367
        },
6368
        "div": {
6369
          "valscore": 0,
6370
          "selscore": 0,
6371
          "valresult": 7,
6372
          "selresult": 2,
6373
          "output": "<font face=\"arial\">`foo[´<font face=\"courier\">`bar]´</font>`baz´</font>",
6374
          "innerHTML": "<font face=\"arial\">`foo[´<font face=\"courier\">`bar]´</font>`baz´</font>",
6375
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font face=\"arial\">`foo[´<font face=\"courier\">`bar]´</font>`baz´</font></div>",
6376
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font face=\"arial\">`foo[´<font face=\"courier\">`bar]´</font>`baz´</font></div>CAN<br>ARY",
6377
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font face=\"arial\">`foo[´<font face=\"courier\">`bar]´</font>`baz´</font></div>CAN<br>ARY</body>"
6378
        }
6379
      },
6380
      "FN:c_FONTf:a-2_SL": {
6381
        "dM": {
6382
          "valscore": 0,
6383
          "selscore": 0,
6384
          "valresult": 6,
6385
          "selresult": 3,
6386
          "output": "`foo[´<font face=\"courier\">`bar´</font><font face=\"arial\"><font face=\"courier\">`baz]´</font>`qoz´</font>",
6387
          "innerHTML": "`foo[´<font face=\"courier\">`bar´</font><font face=\"arial\"><font face=\"courier\">`baz]´</font>`qoz´</font>",
6388
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font face=\"courier\">`bar´</font><font face=\"arial\"><font face=\"courier\">`baz]´</font>`qoz´</font></body>",
6389
          "bodyInnerHTML": "`foo[´<font face=\"courier\">`bar´</font><font face=\"arial\"><font face=\"courier\">`baz]´</font>`qoz´</font>",
6390
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<font face=\"courier\">`bar´</font><font face=\"arial\"><font face=\"courier\">`baz]´</font>`qoz´</font></body>"
6391
        },
6392
        "body": {
6393
          "valscore": 0,
6394
          "selscore": 0,
6395
          "valresult": 6,
6396
          "selresult": 3,
6397
          "output": "`foo[´<font face=\"courier\">`bar´</font><font face=\"arial\"><font face=\"courier\">`baz]´</font>`qoz´</font>",
6398
          "innerHTML": "`foo[´<font face=\"courier\">`bar´</font><font face=\"arial\"><font face=\"courier\">`baz]´</font>`qoz´</font>",
6399
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font face=\"courier\">`bar´</font><font face=\"arial\"><font face=\"courier\">`baz]´</font>`qoz´</font></body>",
6400
          "bodyInnerHTML": "`foo[´<font face=\"courier\">`bar´</font><font face=\"arial\"><font face=\"courier\">`baz]´</font>`qoz´</font>",
6401
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<font face=\"courier\">`bar´</font><font face=\"arial\"><font face=\"courier\">`baz]´</font>`qoz´</font></body>"
6402
        },
6403
        "div": {
6404
          "valscore": 0,
6405
          "selscore": 0,
6406
          "valresult": 6,
6407
          "selresult": 3,
6408
          "output": "`foo[´<font face=\"courier\">`bar´</font><font face=\"arial\"><font face=\"courier\">`baz]´</font>`qoz´</font>",
6409
          "innerHTML": "`foo[´<font face=\"courier\">`bar´</font><font face=\"arial\"><font face=\"courier\">`baz]´</font>`qoz´</font>",
6410
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<font face=\"courier\">`bar´</font><font face=\"arial\"><font face=\"courier\">`baz]´</font>`qoz´</font></div>",
6411
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<font face=\"courier\">`bar´</font><font face=\"arial\"><font face=\"courier\">`baz]´</font>`qoz´</font></div>CAN<br>ARY",
6412
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<font face=\"courier\">`bar´</font><font face=\"arial\"><font face=\"courier\">`baz]´</font>`qoz´</font></div>CAN<br>ARY</body>"
6413
        }
6414
      },
6415
      "FN:c_FONTf:v-FONTf:a-1_SW": {
6416
        "dM": {
6417
          "valscore": 1,
6418
          "selscore": 1,
6419
          "valresult": 8,
6420
          "selresult": 5,
6421
          "output": "<font face=\"courier\">`[foobarbaz]´</font>",
6422
          "innerHTML": "<font face=\"courier\">`[foobarbaz]´</font>",
6423
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"courier\">`[foobarbaz]´</font></body>",
6424
          "bodyInnerHTML": "<font face=\"courier\">`[foobarbaz]´</font>",
6425
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"courier\">`[foobarbaz]´</font></body>"
6426
        },
6427
        "body": {
6428
          "valscore": 1,
6429
          "selscore": 1,
6430
          "valresult": 8,
6431
          "selresult": 5,
6432
          "output": "<font face=\"courier\">`[foobarbaz]´</font>",
6433
          "innerHTML": "<font face=\"courier\">`[foobarbaz]´</font>",
6434
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"courier\">`[foobarbaz]´</font></body>",
6435
          "bodyInnerHTML": "<font face=\"courier\">`[foobarbaz]´</font>",
6436
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"courier\">`[foobarbaz]´</font></body>"
6437
        },
6438
        "div": {
6439
          "valscore": 1,
6440
          "selscore": 1,
6441
          "valresult": 8,
6442
          "selresult": 5,
6443
          "output": "<font face=\"courier\">`[foobarbaz]´</font>",
6444
          "innerHTML": "<font face=\"courier\">`[foobarbaz]´</font>",
6445
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font face=\"courier\">`[foobarbaz]´</font></div>",
6446
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font face=\"courier\">`[foobarbaz]´</font></div>CAN<br>ARY",
6447
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font face=\"courier\">`[foobarbaz]´</font></div>CAN<br>ARY</body>"
6448
        }
6449
      },
6450
      "FN:c_SPANs:ff:v-FONTf:a-1_SW": {
6451
        "dM": {
6452
          "valscore": 0,
6453
          "selscore": 0,
6454
          "valresult": 6,
6455
          "selresult": 3,
6456
          "output": "<font face=\"courier\"><span style=\"font-family: verdana\">`[foobarbaz]´</span></font>",
6457
          "innerHTML": "<font face=\"courier\"><span style=\"font-family: verdana\">`[foobarbaz]´</span></font>",
6458
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"courier\"><span style=\"font-family: verdana\">`[foobarbaz]´</span></font></body>",
6459
          "bodyInnerHTML": "<font face=\"courier\"><span style=\"font-family: verdana\">`[foobarbaz]´</span></font>",
6460
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"courier\"><span style=\"font-family: verdana\">`[foobarbaz]´</span></font></body>"
6461
        },
6462
        "body": {
6463
          "valscore": 0,
6464
          "selscore": 0,
6465
          "valresult": 6,
6466
          "selresult": 3,
6467
          "output": "<font face=\"courier\"><span style=\"font-family: verdana\">`[foobarbaz]´</span></font>",
6468
          "innerHTML": "<font face=\"courier\"><span style=\"font-family: verdana\">`[foobarbaz]´</span></font>",
6469
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"courier\"><span style=\"font-family: verdana\">`[foobarbaz]´</span></font></body>",
6470
          "bodyInnerHTML": "<font face=\"courier\"><span style=\"font-family: verdana\">`[foobarbaz]´</span></font>",
6471
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"courier\"><span style=\"font-family: verdana\">`[foobarbaz]´</span></font></body>"
6472
        },
6473
        "div": {
6474
          "valscore": 0,
6475
          "selscore": 0,
6476
          "valresult": 6,
6477
          "selresult": 3,
6478
          "output": "<font face=\"courier\"><span style=\"font-family: verdana\">`[foobarbaz]´</span></font>",
6479
          "innerHTML": "<font face=\"courier\"><span style=\"font-family: verdana\">`[foobarbaz]´</span></font>",
6480
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font face=\"courier\"><span style=\"font-family: verdana\">`[foobarbaz]´</span></font></div>",
6481
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font face=\"courier\"><span style=\"font-family: verdana\">`[foobarbaz]´</span></font></div>CAN<br>ARY",
6482
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font face=\"courier\"><span style=\"font-family: verdana\">`[foobarbaz]´</span></font></div>CAN<br>ARY</body>"
6483
        }
6484
      },
6485
      "FS:1_FONTsz:4-1_SW": {
6486
        "dM": {
6487
          "valscore": 1,
6488
          "selscore": 1,
6489
          "valresult": 8,
6490
          "selresult": 5,
6491
          "output": "<font size=\"1\">`[foobarbaz]´</font>",
6492
          "innerHTML": "<font size=\"1\">`[foobarbaz]´</font>",
6493
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"1\">`[foobarbaz]´</font></body>",
6494
          "bodyInnerHTML": "<font size=\"1\">`[foobarbaz]´</font>",
6495
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"1\">`[foobarbaz]´</font></body>"
6496
        },
6497
        "body": {
6498
          "valscore": 1,
6499
          "selscore": 1,
6500
          "valresult": 8,
6501
          "selresult": 5,
6502
          "output": "<font size=\"1\">`[foobarbaz]´</font>",
6503
          "innerHTML": "<font size=\"1\">`[foobarbaz]´</font>",
6504
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"1\">`[foobarbaz]´</font></body>",
6505
          "bodyInnerHTML": "<font size=\"1\">`[foobarbaz]´</font>",
6506
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"1\">`[foobarbaz]´</font></body>"
6507
        },
6508
        "div": {
6509
          "valscore": 1,
6510
          "selscore": 1,
6511
          "valresult": 8,
6512
          "selresult": 5,
6513
          "output": "<font size=\"1\">`[foobarbaz]´</font>",
6514
          "innerHTML": "<font size=\"1\">`[foobarbaz]´</font>",
6515
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font size=\"1\">`[foobarbaz]´</font></div>",
6516
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font size=\"1\">`[foobarbaz]´</font></div>CAN<br>ARY",
6517
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font size=\"1\">`[foobarbaz]´</font></div>CAN<br>ARY</body>"
6518
        }
6519
      },
6520
      "FS:1_SPAN.ass.s:fs:large-1_SW": {
6521
        "dM": {
6522
          "valscore": 0,
6523
          "selscore": 0,
6524
          "valresult": 6,
6525
          "selresult": 3,
6526
          "output": "<font size=\"1\"><span class=\"Apple-style-span\" style=\"font-size: large\">`[foobarbaz]´</span></font>",
6527
          "innerHTML": "<font size=\"1\"><span class=\"Apple-style-span\" style=\"font-size: large\">`[foobarbaz]´</span></font>",
6528
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"1\"><span style=\"font-size: large\" class=\"Apple-style-span\">`[foobarbaz]´</span></font></body>",
6529
          "bodyInnerHTML": "<font size=\"1\"><span class=\"Apple-style-span\" style=\"font-size: large\">`[foobarbaz]´</span></font>",
6530
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"1\"><span style=\"font-size: large\" class=\"Apple-style-span\">`[foobarbaz]´</span></font></body>"
6531
        },
6532
        "body": {
6533
          "valscore": 0,
6534
          "selscore": 0,
6535
          "valresult": 6,
6536
          "selresult": 3,
6537
          "output": "<font size=\"1\"><span class=\"Apple-style-span\" style=\"font-size: large\">`[foobarbaz]´</span></font>",
6538
          "innerHTML": "<font size=\"1\"><span class=\"Apple-style-span\" style=\"font-size: large\">`[foobarbaz]´</span></font>",
6539
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"1\"><span style=\"font-size: large\" class=\"Apple-style-span\">`[foobarbaz]´</span></font></body>",
6540
          "bodyInnerHTML": "<font size=\"1\"><span class=\"Apple-style-span\" style=\"font-size: large\">`[foobarbaz]´</span></font>",
6541
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"1\"><span style=\"font-size: large\" class=\"Apple-style-span\">`[foobarbaz]´</span></font></body>"
6542
        },
6543
        "div": {
6544
          "valscore": 0,
6545
          "selscore": 0,
6546
          "valresult": 6,
6547
          "selresult": 3,
6548
          "output": "<font size=\"1\"><span class=\"Apple-style-span\" style=\"font-size: large\">`[foobarbaz]´</span></font>",
6549
          "innerHTML": "<font size=\"1\"><span class=\"Apple-style-span\" style=\"font-size: large\">`[foobarbaz]´</span></font>",
6550
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font size=\"1\"><span style=\"font-size: large\" class=\"Apple-style-span\">`[foobarbaz]´</span></font></div>",
6551
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font size=\"1\"><span class=\"Apple-style-span\" style=\"font-size: large\">`[foobarbaz]´</span></font></div>CAN<br>ARY",
6552
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font size=\"1\"><span style=\"font-size: large\" class=\"Apple-style-span\">`[foobarbaz]´</span></font></div>CAN<br>ARY</body>"
6553
        }
6554
      },
6555
      "FS:5_FONTsz:1.s:fs:xs-1_SW": {
6556
        "dM": {
6557
          "valscore": 0,
6558
          "selscore": 0,
6559
          "valresult": 6,
6560
          "selresult": 3,
6561
          "output": "<font style=\"font-size:x-small\" size=\"5\">`[foobarbaz]´</font>",
6562
          "innerHTML": "<font style=\"font-size:x-small\" size=\"5\">`[foobarbaz]´</font>",
6563
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"5\" style=\"font-size:x-small\">`[foobarbaz]´</font></body>",
6564
          "bodyInnerHTML": "<font style=\"font-size:x-small\" size=\"5\">`[foobarbaz]´</font>",
6565
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"5\" style=\"font-size:x-small\">`[foobarbaz]´</font></body>"
6566
        },
6567
        "body": {
6568
          "valscore": 0,
6569
          "selscore": 0,
6570
          "valresult": 6,
6571
          "selresult": 3,
6572
          "output": "<font style=\"font-size:x-small\" size=\"5\">`[foobarbaz]´</font>",
6573
          "innerHTML": "<font style=\"font-size:x-small\" size=\"5\">`[foobarbaz]´</font>",
6574
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"5\" style=\"font-size:x-small\">`[foobarbaz]´</font></body>",
6575
          "bodyInnerHTML": "<font style=\"font-size:x-small\" size=\"5\">`[foobarbaz]´</font>",
6576
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"5\" style=\"font-size:x-small\">`[foobarbaz]´</font></body>"
6577
        },
6578
        "div": {
6579
          "valscore": 0,
6580
          "selscore": 0,
6581
          "valresult": 6,
6582
          "selresult": 3,
6583
          "output": "<font style=\"font-size:x-small\" size=\"5\">`[foobarbaz]´</font>",
6584
          "innerHTML": "<font style=\"font-size:x-small\" size=\"5\">`[foobarbaz]´</font>",
6585
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font size=\"5\" style=\"font-size:x-small\">`[foobarbaz]´</font></div>",
6586
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font style=\"font-size:x-small\" size=\"5\">`[foobarbaz]´</font></div>CAN<br>ARY",
6587
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font size=\"5\" style=\"font-size:x-small\">`[foobarbaz]´</font></div>CAN<br>ARY</body>"
6588
        }
6589
      },
6590
      "FS:2_FONTc:b.sz:6-1_SI": {
6591
        "dM": {
6592
          "valscore": 1,
6593
          "selscore": 0,
6594
          "valresult": 8,
6595
          "selresult": 2,
6596
          "output": "<font color=\"blue\" size=\"6\">`foo[´<font size=\"2\">`bar]´</font>`baz´</font>",
6597
          "innerHTML": "<font color=\"blue\" size=\"6\">`foo[´<font size=\"2\">`bar]´</font>`baz´</font>",
6598
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"6\" color=\"blue\">`foo[´<font size=\"2\">`bar]´</font>`baz´</font></body>",
6599
          "bodyInnerHTML": "<font color=\"blue\" size=\"6\">`foo[´<font size=\"2\">`bar]´</font>`baz´</font>",
6600
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"6\" color=\"blue\">`foo[´<font size=\"2\">`bar]´</font>`baz´</font></body>"
6601
        },
6602
        "body": {
6603
          "valscore": 1,
6604
          "selscore": 0,
6605
          "valresult": 8,
6606
          "selresult": 2,
6607
          "output": "<font color=\"blue\" size=\"6\">`foo[´<font size=\"2\">`bar]´</font>`baz´</font>",
6608
          "innerHTML": "<font color=\"blue\" size=\"6\">`foo[´<font size=\"2\">`bar]´</font>`baz´</font>",
6609
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"6\" color=\"blue\">`foo[´<font size=\"2\">`bar]´</font>`baz´</font></body>",
6610
          "bodyInnerHTML": "<font color=\"blue\" size=\"6\">`foo[´<font size=\"2\">`bar]´</font>`baz´</font>",
6611
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"6\" color=\"blue\">`foo[´<font size=\"2\">`bar]´</font>`baz´</font></body>"
6612
        },
6613
        "div": {
6614
          "valscore": 1,
6615
          "selscore": 0,
6616
          "valresult": 8,
6617
          "selresult": 2,
6618
          "output": "<font color=\"blue\" size=\"6\">`foo[´<font size=\"2\">`bar]´</font>`baz´</font>",
6619
          "innerHTML": "<font color=\"blue\" size=\"6\">`foo[´<font size=\"2\">`bar]´</font>`baz´</font>",
6620
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font size=\"6\" color=\"blue\">`foo[´<font size=\"2\">`bar]´</font>`baz´</font></div>",
6621
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font color=\"blue\" size=\"6\">`foo[´<font size=\"2\">`bar]´</font>`baz´</font></div>CAN<br>ARY",
6622
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font size=\"6\" color=\"blue\">`foo[´<font size=\"2\">`bar]´</font>`baz´</font></div>CAN<br>ARY</body>"
6623
        }
6624
      },
6625
      "FS:larger_FONTsz:4": {
6626
        "dM": {
6627
          "valscore": 1,
6628
          "selscore": 0,
6629
          "valresult": 8,
6630
          "selresult": 2,
6631
          "output": "<font size=\"4\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</font>",
6632
          "innerHTML": "<font size=\"4\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</font>",
6633
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"4\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</font></body>",
6634
          "bodyInnerHTML": "<font size=\"4\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</font>",
6635
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"4\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</font></body>"
6636
        },
6637
        "body": {
6638
          "valscore": 1,
6639
          "selscore": 0,
6640
          "valresult": 8,
6641
          "selresult": 2,
6642
          "output": "<font size=\"4\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</font>",
6643
          "innerHTML": "<font size=\"4\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</font>",
6644
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"4\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</font></body>",
6645
          "bodyInnerHTML": "<font size=\"4\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</font>",
6646
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"4\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</font></body>"
6647
        },
6648
        "div": {
6649
          "valscore": 1,
6650
          "selscore": 0,
6651
          "valresult": 8,
6652
          "selresult": 2,
6653
          "output": "<font size=\"4\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</font>",
6654
          "innerHTML": "<font size=\"4\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</font>",
6655
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font size=\"4\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</font></div>",
6656
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font size=\"4\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</font></div>CAN<br>ARY",
6657
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font size=\"4\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</font></div>CAN<br>ARY</body>"
6658
        }
6659
      },
6660
      "FS:smaller_FONTsz:4": {
6661
        "dM": {
6662
          "valscore": 1,
6663
          "selscore": 0,
6664
          "valresult": 8,
6665
          "selresult": 2,
6666
          "output": "<font size=\"4\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</font>",
6667
          "innerHTML": "<font size=\"4\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</font>",
6668
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"4\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</font></body>",
6669
          "bodyInnerHTML": "<font size=\"4\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</font>",
6670
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"4\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</font></body>"
6671
        },
6672
        "body": {
6673
          "valscore": 1,
6674
          "selscore": 0,
6675
          "valresult": 8,
6676
          "selresult": 2,
6677
          "output": "<font size=\"4\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</font>",
6678
          "innerHTML": "<font size=\"4\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</font>",
6679
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"4\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</font></body>",
6680
          "bodyInnerHTML": "<font size=\"4\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</font>",
6681
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"4\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</font></body>"
6682
        },
6683
        "div": {
6684
          "valscore": 1,
6685
          "selscore": 0,
6686
          "valresult": 8,
6687
          "selresult": 2,
6688
          "output": "<font size=\"4\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</font>",
6689
          "innerHTML": "<font size=\"4\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</font>",
6690
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font size=\"4\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</font></div>",
6691
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font size=\"4\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</font></div>CAN<br>ARY",
6692
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font size=\"4\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</font></div>CAN<br>ARY</body>"
6693
        }
6694
      },
6695
      "FB:h1_ADDRESS-1_SW": {
6696
        "dM": {
6697
          "valscore": 1,
6698
          "selscore": 1,
6699
          "valresult": 8,
6700
          "selresult": 5,
6701
          "output": "<h1>`foo [bar] baz´</h1>",
6702
          "innerHTML": "<h1>`foo [bar] baz´</h1>",
6703
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><h1>`foo [bar] baz´</h1></body>",
6704
          "bodyInnerHTML": "<h1>`foo [bar] baz´</h1>",
6705
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><h1>`foo [bar] baz´</h1></body>"
6706
        },
6707
        "body": {
6708
          "valscore": 1,
6709
          "selscore": 1,
6710
          "valresult": 8,
6711
          "selresult": 5,
6712
          "output": "<h1>`foo [bar] baz´</h1>",
6713
          "innerHTML": "<h1>`foo [bar] baz´</h1>",
6714
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><h1>`foo [bar] baz´</h1></body>",
6715
          "bodyInnerHTML": "<h1>`foo [bar] baz´</h1>",
6716
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><h1>`foo [bar] baz´</h1></body>"
6717
        },
6718
        "div": {
6719
          "valscore": 1,
6720
          "selscore": 1,
6721
          "valresult": 8,
6722
          "selresult": 5,
6723
          "output": "<h1>`foo [bar] baz´</h1>",
6724
          "innerHTML": "<h1>`foo [bar] baz´</h1>",
6725
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><h1>`foo [bar] baz´</h1></div>",
6726
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><h1>`foo [bar] baz´</h1></div>CAN<br>ARY",
6727
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><h1>`foo [bar] baz´</h1></div>CAN<br>ARY</body>"
6728
        }
6729
      },
6730
      "FB:h1_ADDRESS-FONTsz:4-1_SO": {
6731
        "dM": {
6732
          "valscore": 0,
6733
          "selscore": 0,
6734
          "valresult": 6,
6735
          "selresult": 3,
6736
          "output": "<h1>`foo [´<font size=\"4\">`bar´</font>`] baz´</h1>",
6737
          "innerHTML": "<h1>`foo [´<font size=\"4\">`bar´</font>`] baz´</h1>",
6738
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><h1>`foo [´<font size=\"4\">`bar´</font>`] baz´</h1></body>",
6739
          "bodyInnerHTML": "<h1>`foo [´<font size=\"4\">`bar´</font>`] baz´</h1>",
6740
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><h1>`foo [´<font size=\"4\">`bar´</font>`] baz´</h1></body>"
6741
        },
6742
        "body": {
6743
          "valscore": 0,
6744
          "selscore": 0,
6745
          "valresult": 6,
6746
          "selresult": 3,
6747
          "output": "<h1>`foo [´<font size=\"4\">`bar´</font>`] baz´</h1>",
6748
          "innerHTML": "<h1>`foo [´<font size=\"4\">`bar´</font>`] baz´</h1>",
6749
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><h1>`foo [´<font size=\"4\">`bar´</font>`] baz´</h1></body>",
6750
          "bodyInnerHTML": "<h1>`foo [´<font size=\"4\">`bar´</font>`] baz´</h1>",
6751
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><h1>`foo [´<font size=\"4\">`bar´</font>`] baz´</h1></body>"
6752
        },
6753
        "div": {
6754
          "valscore": 0,
6755
          "selscore": 0,
6756
          "valresult": 6,
6757
          "selresult": 3,
6758
          "output": "<h1>`foo [´<font size=\"4\">`bar´</font>`] baz´</h1>",
6759
          "innerHTML": "<h1>`foo [´<font size=\"4\">`bar´</font>`] baz´</h1>",
6760
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><h1>`foo [´<font size=\"4\">`bar´</font>`] baz´</h1></div>",
6761
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><h1>`foo [´<font size=\"4\">`bar´</font>`] baz´</h1></div>CAN<br>ARY",
6762
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><h1>`foo [´<font size=\"4\">`bar´</font>`] baz´</h1></div>CAN<br>ARY</body>"
6763
        }
6764
      },
6765
      "FB:h1_ADDRESS-FONTsz:4-1_SW": {
6766
        "dM": {
6767
          "valscore": 0,
6768
          "selscore": 0,
6769
          "valresult": 6,
6770
          "selresult": 3,
6771
          "output": "<h1>`foo ´<font size=\"4\">`[bar]´</font>` baz´</h1>",
6772
          "innerHTML": "<h1>`foo ´<font size=\"4\">`[bar]´</font>` baz´</h1>",
6773
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><h1>`foo ´<font size=\"4\">`[bar]´</font>` baz´</h1></body>",
6774
          "bodyInnerHTML": "<h1>`foo ´<font size=\"4\">`[bar]´</font>` baz´</h1>",
6775
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><h1>`foo ´<font size=\"4\">`[bar]´</font>` baz´</h1></body>"
6776
        },
6777
        "body": {
6778
          "valscore": 0,
6779
          "selscore": 0,
6780
          "valresult": 6,
6781
          "selresult": 3,
6782
          "output": "<h1>`foo ´<font size=\"4\">`[bar]´</font>` baz´</h1>",
6783
          "innerHTML": "<h1>`foo ´<font size=\"4\">`[bar]´</font>` baz´</h1>",
6784
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><h1>`foo ´<font size=\"4\">`[bar]´</font>` baz´</h1></body>",
6785
          "bodyInnerHTML": "<h1>`foo ´<font size=\"4\">`[bar]´</font>` baz´</h1>",
6786
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><h1>`foo ´<font size=\"4\">`[bar]´</font>` baz´</h1></body>"
6787
        },
6788
        "div": {
6789
          "valscore": 0,
6790
          "selscore": 0,
6791
          "valresult": 6,
6792
          "selresult": 3,
6793
          "output": "<h1>`foo ´<font size=\"4\">`[bar]´</font>` baz´</h1>",
6794
          "innerHTML": "<h1>`foo ´<font size=\"4\">`[bar]´</font>` baz´</h1>",
6795
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><h1>`foo ´<font size=\"4\">`[bar]´</font>` baz´</h1></div>",
6796
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><h1>`foo ´<font size=\"4\">`[bar]´</font>` baz´</h1></div>CAN<br>ARY",
6797
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><h1>`foo ´<font size=\"4\">`[bar]´</font>` baz´</h1></div>CAN<br>ARY</body>"
6798
        }
6799
      },
6800
      "FB:h1_ADDRESS-FONT.ass.sz:4-1_SW": {
6801
        "dM": {
6802
          "valscore": 0,
6803
          "selscore": 0,
6804
          "valresult": 6,
6805
          "selresult": 3,
6806
          "output": "<h1>`foo ´<font class=\"Apple-style-span\" size=\"4\">`[bar]´</font>` baz´</h1>",
6807
          "innerHTML": "<h1>`foo ´<font class=\"Apple-style-span\" size=\"4\">`[bar]´</font>` baz´</h1>",
6808
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><h1>`foo ´<font size=\"4\" class=\"Apple-style-span\">`[bar]´</font>` baz´</h1></body>",
6809
          "bodyInnerHTML": "<h1>`foo ´<font class=\"Apple-style-span\" size=\"4\">`[bar]´</font>` baz´</h1>",
6810
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><h1>`foo ´<font size=\"4\" class=\"Apple-style-span\">`[bar]´</font>` baz´</h1></body>"
6811
        },
6812
        "body": {
6813
          "valscore": 0,
6814
          "selscore": 0,
6815
          "valresult": 6,
6816
          "selresult": 3,
6817
          "output": "<h1>`foo ´<font class=\"Apple-style-span\" size=\"4\">`[bar]´</font>` baz´</h1>",
6818
          "innerHTML": "<h1>`foo ´<font class=\"Apple-style-span\" size=\"4\">`[bar]´</font>` baz´</h1>",
6819
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><h1>`foo ´<font size=\"4\" class=\"Apple-style-span\">`[bar]´</font>` baz´</h1></body>",
6820
          "bodyInnerHTML": "<h1>`foo ´<font class=\"Apple-style-span\" size=\"4\">`[bar]´</font>` baz´</h1>",
6821
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><h1>`foo ´<font size=\"4\" class=\"Apple-style-span\">`[bar]´</font>` baz´</h1></body>"
6822
        },
6823
        "div": {
6824
          "valscore": 0,
6825
          "selscore": 0,
6826
          "valresult": 6,
6827
          "selresult": 3,
6828
          "output": "<h1>`foo ´<font class=\"Apple-style-span\" size=\"4\">`[bar]´</font>` baz´</h1>",
6829
          "innerHTML": "<h1>`foo ´<font class=\"Apple-style-span\" size=\"4\">`[bar]´</font>` baz´</h1>",
6830
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><h1>`foo ´<font size=\"4\" class=\"Apple-style-span\">`[bar]´</font>` baz´</h1></div>",
6831
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><h1>`foo ´<font class=\"Apple-style-span\" size=\"4\">`[bar]´</font>` baz´</h1></div>CAN<br>ARY",
6832
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><h1>`foo ´<font size=\"4\" class=\"Apple-style-span\">`[bar]´</font>` baz´</h1></div>CAN<br>ARY</body>"
6833
        }
6834
      }
6835
    }
6836
  },
6837
  "CC": {
6838
    "Proposed": {
6839
      "I_I-1_SL": {
6840
        "dM": {
6841
          "valscore": 0,
6842
          "selscore": 0,
6843
          "valresult": 6,
6844
          "selresult": 3,
6845
          "output": "`foo[´<i style=\"font-style: italic;\">`bar´`baz]´</i>`qoz´",
6846
          "innerHTML": "`foo[´<i style=\"font-style: italic;\">`bar´`baz]´</i>`qoz´",
6847
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<i style=\"font-style: italic;\">`bar´`baz]´</i>`qoz´</body>",
6848
          "bodyInnerHTML": "`foo[´<i style=\"font-style: italic;\">`bar´`baz]´</i>`qoz´",
6849
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<i style=\"font-style: italic;\">`bar´`baz]´</i>`qoz´</body>"
6850
        },
6851
        "body": {
6852
          "valscore": 0,
6853
          "selscore": 0,
6854
          "valresult": 6,
6855
          "selresult": 3,
6856
          "output": "`foo[´<i style=\"font-style: italic;\">`bar´`baz]´</i>`qoz´",
6857
          "innerHTML": "`foo[´<i style=\"font-style: italic;\">`bar´`baz]´</i>`qoz´",
6858
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<i style=\"font-style: italic;\">`bar´`baz]´</i>`qoz´</body>",
6859
          "bodyInnerHTML": "`foo[´<i style=\"font-style: italic;\">`bar´`baz]´</i>`qoz´",
6860
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<i style=\"font-style: italic;\">`bar´`baz]´</i>`qoz´</body>"
6861
        },
6862
        "div": {
6863
          "valscore": 0,
6864
          "selscore": 0,
6865
          "valresult": 6,
6866
          "selresult": 3,
6867
          "output": "`foo[´<i style=\"font-style: italic;\">`bar´`baz]´</i>`qoz´",
6868
          "innerHTML": "`foo[´<i style=\"font-style: italic;\">`bar´`baz]´</i>`qoz´",
6869
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<i style=\"font-style: italic;\">`bar´`baz]´</i>`qoz´</div>",
6870
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<i style=\"font-style: italic;\">`bar´`baz]´</i>`qoz´</div>CAN<br>ARY",
6871
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<i style=\"font-style: italic;\">`bar´`baz]´</i>`qoz´</div>CAN<br>ARY</body>"
6872
        }
6873
      },
6874
      "I_B-1_SL": {
6875
        "dM": {
6876
          "valscore": 0,
6877
          "selscore": 0,
6878
          "valresult": 6,
6879
          "selresult": 3,
6880
          "output": "`foo[´<span style=\"font-style: italic;\">`bar´</span><b style=\"font-style: italic;\">`baz]´</b>`qoz´",
6881
          "innerHTML": "`foo[´<span style=\"font-style: italic;\">`bar´</span><b style=\"font-style: italic;\">`baz]´</b>`qoz´",
6882
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"font-style: italic;\">`bar´</span><b style=\"font-style: italic;\">`baz]´</b>`qoz´</body>",
6883
          "bodyInnerHTML": "`foo[´<span style=\"font-style: italic;\">`bar´</span><b style=\"font-style: italic;\">`baz]´</b>`qoz´",
6884
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"font-style: italic;\">`bar´</span><b style=\"font-style: italic;\">`baz]´</b>`qoz´</body>"
6885
        },
6886
        "body": {
6887
          "valscore": 0,
6888
          "selscore": 0,
6889
          "valresult": 6,
6890
          "selresult": 3,
6891
          "output": "`foo[´<span style=\"font-style: italic;\">`bar´</span><b style=\"font-style: italic;\">`baz]´</b>`qoz´",
6892
          "innerHTML": "`foo[´<span style=\"font-style: italic;\">`bar´</span><b style=\"font-style: italic;\">`baz]´</b>`qoz´",
6893
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"font-style: italic;\">`bar´</span><b style=\"font-style: italic;\">`baz]´</b>`qoz´</body>",
6894
          "bodyInnerHTML": "`foo[´<span style=\"font-style: italic;\">`bar´</span><b style=\"font-style: italic;\">`baz]´</b>`qoz´",
6895
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"font-style: italic;\">`bar´</span><b style=\"font-style: italic;\">`baz]´</b>`qoz´</body>"
6896
        },
6897
        "div": {
6898
          "valscore": 0,
6899
          "selscore": 0,
6900
          "valresult": 6,
6901
          "selresult": 3,
6902
          "output": "`foo[´<span style=\"font-style: italic;\">`bar´</span><b style=\"font-style: italic;\">`baz]´</b>`qoz´",
6903
          "innerHTML": "`foo[´<span style=\"font-style: italic;\">`bar´</span><b style=\"font-style: italic;\">`baz]´</b>`qoz´",
6904
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"font-style: italic;\">`bar´</span><b style=\"font-style: italic;\">`baz]´</b>`qoz´</div>",
6905
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<span style=\"font-style: italic;\">`bar´</span><b style=\"font-style: italic;\">`baz]´</b>`qoz´</div>CAN<br>ARY",
6906
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"font-style: italic;\">`bar´</span><b style=\"font-style: italic;\">`baz]´</b>`qoz´</div>CAN<br>ARY</body>"
6907
        }
6908
      },
6909
      "I_B-1_SW": {
6910
        "dM": {
6911
          "valscore": 0,
6912
          "selscore": 0,
6913
          "valresult": 6,
6914
          "selresult": 3,
6915
          "output": "`foobar´<b style=\"font-style: italic;\">`[baz]´</b>`qoz´",
6916
          "innerHTML": "`foobar´<b style=\"font-style: italic;\">`[baz]´</b>`qoz´",
6917
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foobar´<b style=\"font-style: italic;\">`[baz]´</b>`qoz´</body>",
6918
          "bodyInnerHTML": "`foobar´<b style=\"font-style: italic;\">`[baz]´</b>`qoz´",
6919
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foobar´<b style=\"font-style: italic;\">`[baz]´</b>`qoz´</body>"
6920
        },
6921
        "body": {
6922
          "valscore": 0,
6923
          "selscore": 0,
6924
          "valresult": 6,
6925
          "selresult": 3,
6926
          "output": "`foobar´<b style=\"font-style: italic;\">`[baz]´</b>`qoz´",
6927
          "innerHTML": "`foobar´<b style=\"font-style: italic;\">`[baz]´</b>`qoz´",
6928
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foobar´<b style=\"font-style: italic;\">`[baz]´</b>`qoz´</body>",
6929
          "bodyInnerHTML": "`foobar´<b style=\"font-style: italic;\">`[baz]´</b>`qoz´",
6930
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foobar´<b style=\"font-style: italic;\">`[baz]´</b>`qoz´</body>"
6931
        },
6932
        "div": {
6933
          "valscore": 0,
6934
          "selscore": 0,
6935
          "valresult": 6,
6936
          "selresult": 3,
6937
          "output": "`foobar´<b style=\"font-style: italic;\">`[baz]´</b>`qoz´",
6938
          "innerHTML": "`foobar´<b style=\"font-style: italic;\">`[baz]´</b>`qoz´",
6939
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foobar´<b style=\"font-style: italic;\">`[baz]´</b>`qoz´</div>",
6940
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foobar´<b style=\"font-style: italic;\">`[baz]´</b>`qoz´</div>CAN<br>ARY",
6941
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foobar´<b style=\"font-style: italic;\">`[baz]´</b>`qoz´</div>CAN<br>ARY</body>"
6942
        }
6943
      },
6944
      "BC:gray_SPANs:bc:b-1_SW": {
6945
        "dM": {
6946
          "valscore": 0,
6947
          "selscore": 0,
6948
          "valresult": 6,
6949
          "selresult": 3,
6950
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></body>",
6951
          "innerHTML": "<span style=\"background-color: blue\">`[foobarbaz]´</span>",
6952
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></body>",
6953
          "bodyInnerHTML": "<span style=\"background-color: blue\">`[foobarbaz]´</span>",
6954
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></body>"
6955
        },
6956
        "body": {
6957
          "valscore": 0,
6958
          "selscore": 0,
6959
          "valresult": 6,
6960
          "selresult": 3,
6961
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></body>",
6962
          "innerHTML": "<span style=\"background-color: blue\">`[foobarbaz]´</span>",
6963
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></body>",
6964
          "bodyInnerHTML": "<span style=\"background-color: blue\">`[foobarbaz]´</span>",
6965
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></body>"
6966
        },
6967
        "div": {
6968
          "valscore": 0,
6969
          "selscore": 0,
6970
          "valresult": 6,
6971
          "selresult": 3,
6972
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></div>",
6973
          "innerHTML": "<span style=\"background-color: blue\">`[foobarbaz]´</span>",
6974
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></div>",
6975
          "bodyInnerHTML": "CAN<br>ARY<div style=\"background-color: gray;\" id=\"editor-div\" contenteditable=\"true\"><span style=\"background-color: blue\">`[foobarbaz]´</span></div>CAN<br>ARY",
6976
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></div>CAN<br>ARY</body>"
6977
        }
6978
      },
6979
      "BC:gray_SPANs:bc:b-1_SO": {
6980
        "dM": {
6981
          "valscore": 0,
6982
          "selscore": 0,
6983
          "valresult": 6,
6984
          "selresult": 3,
6985
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: gray;\">{<span style=\"background-color: blue\">`foobarbaz´</span>}</body>",
6986
          "innerHTML": "{<span style=\"background-color: blue\">`foobarbaz´</span>}",
6987
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: gray;\">{<span style=\"background-color: blue\">`foobarbaz´</span>}</body>",
6988
          "bodyInnerHTML": "{<span style=\"background-color: blue\">`foobarbaz´</span>}",
6989
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: gray;\">{<span style=\"background-color: blue\">`foobarbaz´</span>}</body>"
6990
        },
6991
        "body": {
6992
          "valscore": 0,
6993
          "selscore": 0,
6994
          "valresult": 6,
6995
          "selresult": 3,
6996
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: gray;\">{<span style=\"background-color: blue\">`foobarbaz´</span>}</body>",
6997
          "innerHTML": "{<span style=\"background-color: blue\">`foobarbaz´</span>}",
6998
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: gray;\">{<span style=\"background-color: blue\">`foobarbaz´</span>}</body>",
6999
          "bodyInnerHTML": "{<span style=\"background-color: blue\">`foobarbaz´</span>}",
7000
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: gray;\">{<span style=\"background-color: blue\">`foobarbaz´</span>}</body>"
7001
        },
7002
        "div": {
7003
          "valscore": 0,
7004
          "selscore": 0,
7005
          "valresult": 6,
7006
          "selresult": 3,
7007
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"background-color: gray;\">{<span style=\"background-color: blue\">`foobarbaz´</span>}</div>",
7008
          "innerHTML": "{<span style=\"background-color: blue\">`foobarbaz´</span>}",
7009
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"background-color: gray;\">{<span style=\"background-color: blue\">`foobarbaz´</span>}</div>",
7010
          "bodyInnerHTML": "CAN<br>ARY<div style=\"background-color: gray;\" id=\"editor-div\" contenteditable=\"true\">{<span style=\"background-color: blue\">`foobarbaz´</span>}</div>CAN<br>ARY",
7011
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\" style=\"background-color: gray;\">{<span style=\"background-color: blue\">`foobarbaz´</span>}</div>CAN<br>ARY</body>"
7012
        }
7013
      },
7014
      "BC:gray_SPANs:bc:b-1_SI": {
7015
        "dM": {
7016
          "valscore": 0,
7017
          "selscore": 0,
7018
          "valresult": 6,
7019
          "selresult": 3,
7020
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`foo[bar]baz´</span></body>",
7021
          "innerHTML": "<span style=\"background-color: blue\">`foo[bar]baz´</span>",
7022
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`foo[bar]baz´</span></body>",
7023
          "bodyInnerHTML": "<span style=\"background-color: blue\">`foo[bar]baz´</span>",
7024
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`foo[bar]baz´</span></body>"
7025
        },
7026
        "body": {
7027
          "valscore": 0,
7028
          "selscore": 0,
7029
          "valresult": 6,
7030
          "selresult": 3,
7031
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`foo[bar]baz´</span></body>",
7032
          "innerHTML": "<span style=\"background-color: blue\">`foo[bar]baz´</span>",
7033
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`foo[bar]baz´</span></body>",
7034
          "bodyInnerHTML": "<span style=\"background-color: blue\">`foo[bar]baz´</span>",
7035
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`foo[bar]baz´</span></body>"
7036
        },
7037
        "div": {
7038
          "valscore": 0,
7039
          "selscore": 0,
7040
          "valresult": 6,
7041
          "selresult": 3,
7042
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`foo[bar]baz´</span></div>",
7043
          "innerHTML": "<span style=\"background-color: blue\">`foo[bar]baz´</span>",
7044
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`foo[bar]baz´</span></div>",
7045
          "bodyInnerHTML": "CAN<br>ARY<div style=\"background-color: gray;\" id=\"editor-div\" contenteditable=\"true\"><span style=\"background-color: blue\">`foo[bar]baz´</span></div>CAN<br>ARY",
7046
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\" style=\"background-color: gray;\"><span style=\"background-color: blue\">`foo[bar]baz´</span></div>CAN<br>ARY</body>"
7047
        }
7048
      },
7049
      "BC:gray_P-SPANs:bc:b-1_SW": {
7050
        "dM": {
7051
          "valscore": 0,
7052
          "selscore": 0,
7053
          "valresult": 6,
7054
          "selresult": 3,
7055
          "output": "<p style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></p>",
7056
          "innerHTML": "<p style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></p>",
7057
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></p></body>",
7058
          "bodyInnerHTML": "<p style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></p>",
7059
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></p></body>"
7060
        },
7061
        "body": {
7062
          "valscore": 0,
7063
          "selscore": 0,
7064
          "valresult": 6,
7065
          "selresult": 3,
7066
          "output": "<p style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></p>",
7067
          "innerHTML": "<p style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></p>",
7068
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></p></body>",
7069
          "bodyInnerHTML": "<p style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></p>",
7070
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></p></body>"
7071
        },
7072
        "div": {
7073
          "valscore": 0,
7074
          "selscore": 0,
7075
          "valresult": 6,
7076
          "selresult": 3,
7077
          "output": "<p style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></p>",
7078
          "innerHTML": "<p style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></p>",
7079
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></p></div>",
7080
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></p></div>CAN<br>ARY",
7081
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p style=\"background-color: gray;\"><span style=\"background-color: blue\">`[foobarbaz]´</span></p></div>CAN<br>ARY</body>"
7082
        }
7083
      },
7084
      "BC:gray_P-SPANs:bc:b-2_SW": {
7085
        "dM": {
7086
          "valscore": 0,
7087
          "selscore": 0,
7088
          "valresult": 6,
7089
          "selresult": 3,
7090
          "output": "<p style=\"background-color: gray;\">`foo´<span style=\"background-color: blue\">`[bar]´</span>`baz´</p>",
7091
          "innerHTML": "<p style=\"background-color: gray;\">`foo´<span style=\"background-color: blue\">`[bar]´</span>`baz´</p>",
7092
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p style=\"background-color: gray;\">`foo´<span style=\"background-color: blue\">`[bar]´</span>`baz´</p></body>",
7093
          "bodyInnerHTML": "<p style=\"background-color: gray;\">`foo´<span style=\"background-color: blue\">`[bar]´</span>`baz´</p>",
7094
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p style=\"background-color: gray;\">`foo´<span style=\"background-color: blue\">`[bar]´</span>`baz´</p></body>"
7095
        },
7096
        "body": {
7097
          "valscore": 0,
7098
          "selscore": 0,
7099
          "valresult": 6,
7100
          "selresult": 3,
7101
          "output": "<p style=\"background-color: gray;\">`foo´<span style=\"background-color: blue\">`[bar]´</span>`baz´</p>",
7102
          "innerHTML": "<p style=\"background-color: gray;\">`foo´<span style=\"background-color: blue\">`[bar]´</span>`baz´</p>",
7103
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p style=\"background-color: gray;\">`foo´<span style=\"background-color: blue\">`[bar]´</span>`baz´</p></body>",
7104
          "bodyInnerHTML": "<p style=\"background-color: gray;\">`foo´<span style=\"background-color: blue\">`[bar]´</span>`baz´</p>",
7105
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p style=\"background-color: gray;\">`foo´<span style=\"background-color: blue\">`[bar]´</span>`baz´</p></body>"
7106
        },
7107
        "div": {
7108
          "valscore": 0,
7109
          "selscore": 0,
7110
          "valresult": 6,
7111
          "selresult": 3,
7112
          "output": "<p style=\"background-color: gray;\">`foo´<span style=\"background-color: blue\">`[bar]´</span>`baz´</p>",
7113
          "innerHTML": "<p style=\"background-color: gray;\">`foo´<span style=\"background-color: blue\">`[bar]´</span>`baz´</p>",
7114
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p style=\"background-color: gray;\">`foo´<span style=\"background-color: blue\">`[bar]´</span>`baz´</p></div>",
7115
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p style=\"background-color: gray;\">`foo´<span style=\"background-color: blue\">`[bar]´</span>`baz´</p></div>CAN<br>ARY",
7116
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p style=\"background-color: gray;\">`foo´<span style=\"background-color: blue\">`[bar]´</span>`baz´</p></div>CAN<br>ARY</body>"
7117
        }
7118
      },
7119
      "BC:gray_P-SPANs:bc:b-3_SO": {
7120
        "dM": {
7121
          "valscore": 0,
7122
          "selscore": 0,
7123
          "valresult": 6,
7124
          "selresult": 3,
7125
          "output": "<p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`barbaz´</span>`qoz]quz´</p>",
7126
          "innerHTML": "<p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`barbaz´</span>`qoz]quz´</p>",
7127
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`barbaz´</span>`qoz]quz´</p></body>",
7128
          "bodyInnerHTML": "<p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`barbaz´</span>`qoz]quz´</p>",
7129
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`barbaz´</span>`qoz]quz´</p></body>"
7130
        },
7131
        "body": {
7132
          "valscore": 0,
7133
          "selscore": 0,
7134
          "valresult": 6,
7135
          "selresult": 3,
7136
          "output": "<p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`barbaz´</span>`qoz]quz´</p>",
7137
          "innerHTML": "<p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`barbaz´</span>`qoz]quz´</p>",
7138
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`barbaz´</span>`qoz]quz´</p></body>",
7139
          "bodyInnerHTML": "<p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`barbaz´</span>`qoz]quz´</p>",
7140
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`barbaz´</span>`qoz]quz´</p></body>"
7141
        },
7142
        "div": {
7143
          "valscore": 0,
7144
          "selscore": 0,
7145
          "valresult": 6,
7146
          "selresult": 3,
7147
          "output": "<p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`barbaz´</span>`qoz]quz´</p>",
7148
          "innerHTML": "<p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`barbaz´</span>`qoz]quz´</p>",
7149
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`barbaz´</span>`qoz]quz´</p></div>",
7150
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`barbaz´</span>`qoz]quz´</p></div>CAN<br>ARY",
7151
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`barbaz´</span>`qoz]quz´</p></div>CAN<br>ARY</body>"
7152
        }
7153
      },
7154
      "BC:gray_P-SPANs:bc:b-3_SL": {
7155
        "dM": {
7156
          "valscore": 0,
7157
          "selscore": 0,
7158
          "valresult": 6,
7159
          "selresult": 3,
7160
          "output": "<p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`bar]baz´</span>`qozquz´</p>",
7161
          "innerHTML": "<p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`bar]baz´</span>`qozquz´</p>",
7162
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`bar]baz´</span>`qozquz´</p></body>",
7163
          "bodyInnerHTML": "<p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`bar]baz´</span>`qozquz´</p>",
7164
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`bar]baz´</span>`qozquz´</p></body>"
7165
        },
7166
        "body": {
7167
          "valscore": 0,
7168
          "selscore": 0,
7169
          "valresult": 6,
7170
          "selresult": 3,
7171
          "output": "<p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`bar]baz´</span>`qozquz´</p>",
7172
          "innerHTML": "<p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`bar]baz´</span>`qozquz´</p>",
7173
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`bar]baz´</span>`qozquz´</p></body>",
7174
          "bodyInnerHTML": "<p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`bar]baz´</span>`qozquz´</p>",
7175
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`bar]baz´</span>`qozquz´</p></body>"
7176
        },
7177
        "div": {
7178
          "valscore": 0,
7179
          "selscore": 0,
7180
          "valresult": 6,
7181
          "selresult": 3,
7182
          "output": "<p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`bar]baz´</span>`qozquz´</p>",
7183
          "innerHTML": "<p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`bar]baz´</span>`qozquz´</p>",
7184
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`bar]baz´</span>`qozquz´</p></div>",
7185
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`bar]baz´</span>`qozquz´</p></div>CAN<br>ARY",
7186
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p style=\"background-color: gray;\">`[foo´<span style=\"background-color: blue\">`bar]baz´</span>`qozquz´</p></div>CAN<br>ARY</body>"
7187
        }
7188
      },
7189
      "BC:gray_SPANs:bc:b-2_SL": {
7190
        "dM": {
7191
          "valscore": 0,
7192
          "selscore": 0,
7193
          "valresult": 6,
7194
          "selresult": 3,
7195
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: gray;\">`foo [bar ´<span style=\"background-color: blue\">`baz] qoz´</span>` quz sic´</body>",
7196
          "innerHTML": "`foo [bar ´<span style=\"background-color: blue\">`baz] qoz´</span>` quz sic´",
7197
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: gray;\">`foo [bar ´<span style=\"background-color: blue\">`baz] qoz´</span>` quz sic´</body>",
7198
          "bodyInnerHTML": "`foo [bar ´<span style=\"background-color: blue\">`baz] qoz´</span>` quz sic´",
7199
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: gray;\">`foo [bar ´<span style=\"background-color: blue\">`baz] qoz´</span>` quz sic´</body>"
7200
        },
7201
        "body": {
7202
          "valscore": 0,
7203
          "selscore": 0,
7204
          "valresult": 6,
7205
          "selresult": 3,
7206
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: gray;\">`foo [bar ´<span style=\"background-color: blue\">`baz] qoz´</span>` quz sic´</body>",
7207
          "innerHTML": "`foo [bar ´<span style=\"background-color: blue\">`baz] qoz´</span>` quz sic´",
7208
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: gray;\">`foo [bar ´<span style=\"background-color: blue\">`baz] qoz´</span>` quz sic´</body>",
7209
          "bodyInnerHTML": "`foo [bar ´<span style=\"background-color: blue\">`baz] qoz´</span>` quz sic´",
7210
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: gray;\">`foo [bar ´<span style=\"background-color: blue\">`baz] qoz´</span>` quz sic´</body>"
7211
        },
7212
        "div": {
7213
          "valscore": 0,
7214
          "selscore": 0,
7215
          "valresult": 6,
7216
          "selresult": 3,
7217
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"background-color: gray;\">`foo [bar ´<span style=\"background-color: blue\">`baz] qoz´</span>` quz sic´</div>",
7218
          "innerHTML": "`foo [bar ´<span style=\"background-color: blue\">`baz] qoz´</span>` quz sic´",
7219
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"background-color: gray;\">`foo [bar ´<span style=\"background-color: blue\">`baz] qoz´</span>` quz sic´</div>",
7220
          "bodyInnerHTML": "CAN<br>ARY<div style=\"background-color: gray;\" id=\"editor-div\" contenteditable=\"true\">`foo [bar ´<span style=\"background-color: blue\">`baz] qoz´</span>` quz sic´</div>CAN<br>ARY",
7221
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\" style=\"background-color: gray;\">`foo [bar ´<span style=\"background-color: blue\">`baz] qoz´</span>` quz sic´</div>CAN<br>ARY</body>"
7222
        }
7223
      },
7224
      "BC:gray_SPANs:bc:b-2_SR": {
7225
        "dM": {
7226
          "valscore": 0,
7227
          "selscore": 0,
7228
          "valresult": 6,
7229
          "selresult": 3,
7230
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: gray;\">`foo bar ´<span style=\"background-color: blue\">`baz [qoz´</span>` quz] sic´</body>",
7231
          "innerHTML": "`foo bar ´<span style=\"background-color: blue\">`baz [qoz´</span>` quz] sic´",
7232
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: gray;\">`foo bar ´<span style=\"background-color: blue\">`baz [qoz´</span>` quz] sic´</body>",
7233
          "bodyInnerHTML": "`foo bar ´<span style=\"background-color: blue\">`baz [qoz´</span>` quz] sic´",
7234
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\" style=\"background-color: gray;\">`foo bar ´<span style=\"background-color: blue\">`baz [qoz´</span>` quz] sic´</body>"
7235
        },
7236
        "body": {
7237
          "valscore": 0,
7238
          "selscore": 0,
7239
          "valresult": 6,
7240
          "selresult": 3,
7241
          "output": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: gray;\">`foo bar ´<span style=\"background-color: blue\">`baz [qoz´</span>` quz] sic´</body>",
7242
          "innerHTML": "`foo bar ´<span style=\"background-color: blue\">`baz [qoz´</span>` quz] sic´",
7243
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: gray;\">`foo bar ´<span style=\"background-color: blue\">`baz [qoz´</span>` quz] sic´</body>",
7244
          "bodyInnerHTML": "`foo bar ´<span style=\"background-color: blue\">`baz [qoz´</span>` quz] sic´",
7245
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" style=\"background-color: gray;\">`foo bar ´<span style=\"background-color: blue\">`baz [qoz´</span>` quz] sic´</body>"
7246
        },
7247
        "div": {
7248
          "valscore": 0,
7249
          "selscore": 0,
7250
          "valresult": 6,
7251
          "selresult": 3,
7252
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"background-color: gray;\">`foo bar ´<span style=\"background-color: blue\">`baz [qoz´</span>` quz] sic´</div>",
7253
          "innerHTML": "`foo bar ´<span style=\"background-color: blue\">`baz [qoz´</span>` quz] sic´",
7254
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"background-color: gray;\">`foo bar ´<span style=\"background-color: blue\">`baz [qoz´</span>` quz] sic´</div>",
7255
          "bodyInnerHTML": "CAN<br>ARY<div style=\"background-color: gray;\" id=\"editor-div\" contenteditable=\"true\">`foo bar ´<span style=\"background-color: blue\">`baz [qoz´</span>` quz] sic´</div>CAN<br>ARY",
7256
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\" style=\"background-color: gray;\">`foo bar ´<span style=\"background-color: blue\">`baz [qoz´</span>` quz] sic´</div>CAN<br>ARY</body>"
7257
        }
7258
      },
7259
      "FN:c_SPANs:ff:a-1_SW": {
7260
        "dM": {
7261
          "valscore": 1,
7262
          "selscore": 1,
7263
          "valresult": 8,
7264
          "selresult": 5,
7265
          "output": "<span style=\"font-family: courier;\">`[foobarbaz]´</span>",
7266
          "innerHTML": "<span style=\"font-family: courier;\">`[foobarbaz]´</span>",
7267
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><span style=\"font-family: courier;\">`[foobarbaz]´</span></body>",
7268
          "bodyInnerHTML": "<span style=\"font-family: courier;\">`[foobarbaz]´</span>",
7269
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><span style=\"font-family: courier;\">`[foobarbaz]´</span></body>"
7270
        },
7271
        "body": {
7272
          "valscore": 1,
7273
          "selscore": 1,
7274
          "valresult": 8,
7275
          "selresult": 5,
7276
          "output": "<span style=\"font-family: courier;\">`[foobarbaz]´</span>",
7277
          "innerHTML": "<span style=\"font-family: courier;\">`[foobarbaz]´</span>",
7278
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><span style=\"font-family: courier;\">`[foobarbaz]´</span></body>",
7279
          "bodyInnerHTML": "<span style=\"font-family: courier;\">`[foobarbaz]´</span>",
7280
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><span style=\"font-family: courier;\">`[foobarbaz]´</span></body>"
7281
        },
7282
        "div": {
7283
          "valscore": 0,
7284
          "selscore": 0,
7285
          "valresult": 6,
7286
          "selresult": 3,
7287
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"font-family: courier;\">`[foobarbaz]´</div>",
7288
          "innerHTML": "`[foobarbaz]´",
7289
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"font-family: courier;\">`[foobarbaz]´</div>",
7290
          "bodyInnerHTML": "CAN<br>ARY<div style=\"font-family: courier;\" id=\"editor-div\" contenteditable=\"true\">`[foobarbaz]´</div>CAN<br>ARY",
7291
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\" style=\"font-family: courier;\">`[foobarbaz]´</div>CAN<br>ARY</body>"
7292
        }
7293
      },
7294
      "FN:c_FONTf:a-1_SW": {
7295
        "dM": {
7296
          "valscore": 0,
7297
          "selscore": 0,
7298
          "valresult": 6,
7299
          "selresult": 3,
7300
          "output": "<font style=\"font-family: courier;\" face=\"arial\">`[foobarbaz]´</font>",
7301
          "innerHTML": "<font style=\"font-family: courier;\" face=\"arial\">`[foobarbaz]´</font>",
7302
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"arial\" style=\"font-family: courier;\">`[foobarbaz]´</font></body>",
7303
          "bodyInnerHTML": "<font style=\"font-family: courier;\" face=\"arial\">`[foobarbaz]´</font>",
7304
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"arial\" style=\"font-family: courier;\">`[foobarbaz]´</font></body>"
7305
        },
7306
        "body": {
7307
          "valscore": 0,
7308
          "selscore": 0,
7309
          "valresult": 6,
7310
          "selresult": 3,
7311
          "output": "<font style=\"font-family: courier;\" face=\"arial\">`[foobarbaz]´</font>",
7312
          "innerHTML": "<font style=\"font-family: courier;\" face=\"arial\">`[foobarbaz]´</font>",
7313
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"arial\" style=\"font-family: courier;\">`[foobarbaz]´</font></body>",
7314
          "bodyInnerHTML": "<font style=\"font-family: courier;\" face=\"arial\">`[foobarbaz]´</font>",
7315
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"arial\" style=\"font-family: courier;\">`[foobarbaz]´</font></body>"
7316
        },
7317
        "div": {
7318
          "valscore": 0,
7319
          "selscore": 0,
7320
          "valresult": 6,
7321
          "selresult": 3,
7322
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"font-family: courier;\">`[foobarbaz]´</div>",
7323
          "innerHTML": "`[foobarbaz]´",
7324
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"font-family: courier;\">`[foobarbaz]´</div>",
7325
          "bodyInnerHTML": "CAN<br>ARY<div style=\"font-family: courier;\" id=\"editor-div\" contenteditable=\"true\">`[foobarbaz]´</div>CAN<br>ARY",
7326
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\" style=\"font-family: courier;\">`[foobarbaz]´</div>CAN<br>ARY</body>"
7327
        }
7328
      },
7329
      "FN:c_FONTf:a-1_SI": {
7330
        "dM": {
7331
          "valscore": 0,
7332
          "selscore": 0,
7333
          "valresult": 6,
7334
          "selresult": 3,
7335
          "output": "<font face=\"arial\">`foo[´<span style=\"font-family: courier;\">`bar]´</span>`baz´</font>",
7336
          "innerHTML": "<font face=\"arial\">`foo[´<span style=\"font-family: courier;\">`bar]´</span>`baz´</font>",
7337
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"arial\">`foo[´<span style=\"font-family: courier;\">`bar]´</span>`baz´</font></body>",
7338
          "bodyInnerHTML": "<font face=\"arial\">`foo[´<span style=\"font-family: courier;\">`bar]´</span>`baz´</font>",
7339
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"arial\">`foo[´<span style=\"font-family: courier;\">`bar]´</span>`baz´</font></body>"
7340
        },
7341
        "body": {
7342
          "valscore": 0,
7343
          "selscore": 0,
7344
          "valresult": 6,
7345
          "selresult": 3,
7346
          "output": "<font face=\"arial\">`foo[´<span style=\"font-family: courier;\">`bar]´</span>`baz´</font>",
7347
          "innerHTML": "<font face=\"arial\">`foo[´<span style=\"font-family: courier;\">`bar]´</span>`baz´</font>",
7348
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"arial\">`foo[´<span style=\"font-family: courier;\">`bar]´</span>`baz´</font></body>",
7349
          "bodyInnerHTML": "<font face=\"arial\">`foo[´<span style=\"font-family: courier;\">`bar]´</span>`baz´</font>",
7350
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"arial\">`foo[´<span style=\"font-family: courier;\">`bar]´</span>`baz´</font></body>"
7351
        },
7352
        "div": {
7353
          "valscore": 0,
7354
          "selscore": 0,
7355
          "valresult": 6,
7356
          "selresult": 3,
7357
          "output": "<font face=\"arial\">`foo[´<span style=\"font-family: courier;\">`bar]´</span>`baz´</font>",
7358
          "innerHTML": "<font face=\"arial\">`foo[´<span style=\"font-family: courier;\">`bar]´</span>`baz´</font>",
7359
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font face=\"arial\">`foo[´<span style=\"font-family: courier;\">`bar]´</span>`baz´</font></div>",
7360
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font face=\"arial\">`foo[´<span style=\"font-family: courier;\">`bar]´</span>`baz´</font></div>CAN<br>ARY",
7361
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font face=\"arial\">`foo[´<span style=\"font-family: courier;\">`bar]´</span>`baz´</font></div>CAN<br>ARY</body>"
7362
        }
7363
      },
7364
      "FN:a_FONTf:a-1_SI": {
7365
        "dM": {
7366
          "valscore": 1,
7367
          "selscore": 1,
7368
          "valresult": 8,
7369
          "selresult": 5,
7370
          "output": "<font face=\"arial\">`foo[bar]baz´</font>",
7371
          "innerHTML": "<font face=\"arial\">`foo[bar]baz´</font>",
7372
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"arial\">`foo[bar]baz´</font></body>",
7373
          "bodyInnerHTML": "<font face=\"arial\">`foo[bar]baz´</font>",
7374
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"arial\">`foo[bar]baz´</font></body>"
7375
        },
7376
        "body": {
7377
          "valscore": 1,
7378
          "selscore": 1,
7379
          "valresult": 8,
7380
          "selresult": 5,
7381
          "output": "<font face=\"arial\">`foo[bar]baz´</font>",
7382
          "innerHTML": "<font face=\"arial\">`foo[bar]baz´</font>",
7383
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"arial\">`foo[bar]baz´</font></body>",
7384
          "bodyInnerHTML": "<font face=\"arial\">`foo[bar]baz´</font>",
7385
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"arial\">`foo[bar]baz´</font></body>"
7386
        },
7387
        "div": {
7388
          "valscore": 1,
7389
          "selscore": 1,
7390
          "valresult": 8,
7391
          "selresult": 5,
7392
          "output": "<font face=\"arial\">`foo[bar]baz´</font>",
7393
          "innerHTML": "<font face=\"arial\">`foo[bar]baz´</font>",
7394
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font face=\"arial\">`foo[bar]baz´</font></div>",
7395
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font face=\"arial\">`foo[bar]baz´</font></div>CAN<br>ARY",
7396
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font face=\"arial\">`foo[bar]baz´</font></div>CAN<br>ARY</body>"
7397
        }
7398
      },
7399
      "FN:a_FONTf:a-1_SW": {
7400
        "dM": {
7401
          "valscore": 0,
7402
          "selscore": 0,
7403
          "valresult": 6,
7404
          "selresult": 3,
7405
          "output": "<font style=\"font-family: arial;\" face=\"arial\">`[foobarbaz]´</font>",
7406
          "innerHTML": "<font style=\"font-family: arial;\" face=\"arial\">`[foobarbaz]´</font>",
7407
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"arial\" style=\"font-family: arial;\">`[foobarbaz]´</font></body>",
7408
          "bodyInnerHTML": "<font style=\"font-family: arial;\" face=\"arial\">`[foobarbaz]´</font>",
7409
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font face=\"arial\" style=\"font-family: arial;\">`[foobarbaz]´</font></body>"
7410
        },
7411
        "body": {
7412
          "valscore": 0,
7413
          "selscore": 0,
7414
          "valresult": 6,
7415
          "selresult": 3,
7416
          "output": "<font style=\"font-family: arial;\" face=\"arial\">`[foobarbaz]´</font>",
7417
          "innerHTML": "<font style=\"font-family: arial;\" face=\"arial\">`[foobarbaz]´</font>",
7418
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"arial\" style=\"font-family: arial;\">`[foobarbaz]´</font></body>",
7419
          "bodyInnerHTML": "<font style=\"font-family: arial;\" face=\"arial\">`[foobarbaz]´</font>",
7420
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font face=\"arial\" style=\"font-family: arial;\">`[foobarbaz]´</font></body>"
7421
        },
7422
        "div": {
7423
          "valscore": 0,
7424
          "selscore": 0,
7425
          "valresult": 6,
7426
          "selresult": 3,
7427
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"font-family: arial;\">`[foobarbaz]´</div>",
7428
          "innerHTML": "`[foobarbaz]´",
7429
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"font-family: arial;\">`[foobarbaz]´</div>",
7430
          "bodyInnerHTML": "CAN<br>ARY<div style=\"font-family: arial;\" id=\"editor-div\" contenteditable=\"true\">`[foobarbaz]´</div>CAN<br>ARY",
7431
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\" style=\"font-family: arial;\">`[foobarbaz]´</div>CAN<br>ARY</body>"
7432
        }
7433
      },
7434
      "FN:a_FONTf:a-1_SO": {
7435
        "dM": {
7436
          "valscore": 0,
7437
          "selscore": 0,
7438
          "valresult": 6,
7439
          "selresult": 3,
7440
          "output": "{<font style=\"font-family: arial;\" face=\"arial\">`foobarbaz´</font>}",
7441
          "innerHTML": "{<font style=\"font-family: arial;\" face=\"arial\">`foobarbaz´</font>}",
7442
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">{<font face=\"arial\" style=\"font-family: arial;\">`foobarbaz´</font>}</body>",
7443
          "bodyInnerHTML": "{<font style=\"font-family: arial;\" face=\"arial\">`foobarbaz´</font>}",
7444
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">{<font face=\"arial\" style=\"font-family: arial;\">`foobarbaz´</font>}</body>"
7445
        },
7446
        "body": {
7447
          "valscore": 0,
7448
          "selscore": 0,
7449
          "valresult": 6,
7450
          "selresult": 3,
7451
          "output": "{<font style=\"font-family: arial;\" face=\"arial\">`foobarbaz´</font>}",
7452
          "innerHTML": "{<font style=\"font-family: arial;\" face=\"arial\">`foobarbaz´</font>}",
7453
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">{<font face=\"arial\" style=\"font-family: arial;\">`foobarbaz´</font>}</body>",
7454
          "bodyInnerHTML": "{<font style=\"font-family: arial;\" face=\"arial\">`foobarbaz´</font>}",
7455
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">{<font face=\"arial\" style=\"font-family: arial;\">`foobarbaz´</font>}</body>"
7456
        },
7457
        "div": {
7458
          "valscore": 0,
7459
          "selscore": 0,
7460
          "valresult": 6,
7461
          "selresult": 3,
7462
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"font-family: arial;\">{`foobarbaz´}</div>",
7463
          "innerHTML": "{`foobarbaz´}",
7464
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"font-family: arial;\">{`foobarbaz´}</div>",
7465
          "bodyInnerHTML": "CAN<br>ARY<div style=\"font-family: arial;\" id=\"editor-div\" contenteditable=\"true\">{`foobarbaz´}</div>CAN<br>ARY",
7466
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\" style=\"font-family: arial;\">{`foobarbaz´}</div>CAN<br>ARY</body>"
7467
        }
7468
      },
7469
      "FN:a_SPANs:ff:a-1_SI": {
7470
        "dM": {
7471
          "valscore": 1,
7472
          "selscore": 1,
7473
          "valresult": 8,
7474
          "selresult": 5,
7475
          "output": "<span style=\"font-family: arial\">`[foobarbaz]´</span>",
7476
          "innerHTML": "<span style=\"font-family: arial\">`[foobarbaz]´</span>",
7477
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><span style=\"font-family: arial\">`[foobarbaz]´</span></body>",
7478
          "bodyInnerHTML": "<span style=\"font-family: arial\">`[foobarbaz]´</span>",
7479
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><span style=\"font-family: arial\">`[foobarbaz]´</span></body>"
7480
        },
7481
        "body": {
7482
          "valscore": 1,
7483
          "selscore": 1,
7484
          "valresult": 8,
7485
          "selresult": 5,
7486
          "output": "<span style=\"font-family: arial\">`[foobarbaz]´</span>",
7487
          "innerHTML": "<span style=\"font-family: arial\">`[foobarbaz]´</span>",
7488
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><span style=\"font-family: arial\">`[foobarbaz]´</span></body>",
7489
          "bodyInnerHTML": "<span style=\"font-family: arial\">`[foobarbaz]´</span>",
7490
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><span style=\"font-family: arial\">`[foobarbaz]´</span></body>"
7491
        },
7492
        "div": {
7493
          "valscore": 0,
7494
          "selscore": 0,
7495
          "valresult": 6,
7496
          "selresult": 3,
7497
          "output": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"font-family: arial;\">`[foobarbaz]´</div>",
7498
          "innerHTML": "`[foobarbaz]´",
7499
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\" style=\"font-family: arial;\">`[foobarbaz]´</div>",
7500
          "bodyInnerHTML": "CAN<br>ARY<div style=\"font-family: arial;\" id=\"editor-div\" contenteditable=\"true\">`[foobarbaz]´</div>CAN<br>ARY",
7501
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\" style=\"font-family: arial;\">`[foobarbaz]´</div>CAN<br>ARY</body>"
7502
        }
7503
      },
7504
      "FN:c_FONTf:a-2_SL": {
7505
        "dM": {
7506
          "valscore": 0,
7507
          "selscore": 0,
7508
          "valresult": 6,
7509
          "selresult": 3,
7510
          "output": "`foo[´<span style=\"font-family: courier;\">`bar´</span><font face=\"arial\"><span style=\"font-family: courier;\">`baz]´</span>`qoz´</font>",
7511
          "innerHTML": "`foo[´<span style=\"font-family: courier;\">`bar´</span><font face=\"arial\"><span style=\"font-family: courier;\">`baz]´</span>`qoz´</font>",
7512
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"font-family: courier;\">`bar´</span><font face=\"arial\"><span style=\"font-family: courier;\">`baz]´</span>`qoz´</font></body>",
7513
          "bodyInnerHTML": "`foo[´<span style=\"font-family: courier;\">`bar´</span><font face=\"arial\"><span style=\"font-family: courier;\">`baz]´</span>`qoz´</font>",
7514
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<span style=\"font-family: courier;\">`bar´</span><font face=\"arial\"><span style=\"font-family: courier;\">`baz]´</span>`qoz´</font></body>"
7515
        },
7516
        "body": {
7517
          "valscore": 0,
7518
          "selscore": 0,
7519
          "valresult": 6,
7520
          "selresult": 3,
7521
          "output": "`foo[´<span style=\"font-family: courier;\">`bar´</span><font face=\"arial\"><span style=\"font-family: courier;\">`baz]´</span>`qoz´</font>",
7522
          "innerHTML": "`foo[´<span style=\"font-family: courier;\">`bar´</span><font face=\"arial\"><span style=\"font-family: courier;\">`baz]´</span>`qoz´</font>",
7523
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"font-family: courier;\">`bar´</span><font face=\"arial\"><span style=\"font-family: courier;\">`baz]´</span>`qoz´</font></body>",
7524
          "bodyInnerHTML": "`foo[´<span style=\"font-family: courier;\">`bar´</span><font face=\"arial\"><span style=\"font-family: courier;\">`baz]´</span>`qoz´</font>",
7525
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<span style=\"font-family: courier;\">`bar´</span><font face=\"arial\"><span style=\"font-family: courier;\">`baz]´</span>`qoz´</font></body>"
7526
        },
7527
        "div": {
7528
          "valscore": 0,
7529
          "selscore": 0,
7530
          "valresult": 6,
7531
          "selresult": 3,
7532
          "output": "`foo[´<span style=\"font-family: courier;\">`bar´</span><font face=\"arial\"><span style=\"font-family: courier;\">`baz]´</span>`qoz´</font>",
7533
          "innerHTML": "`foo[´<span style=\"font-family: courier;\">`bar´</span><font face=\"arial\"><span style=\"font-family: courier;\">`baz]´</span>`qoz´</font>",
7534
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"font-family: courier;\">`bar´</span><font face=\"arial\"><span style=\"font-family: courier;\">`baz]´</span>`qoz´</font></div>",
7535
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<span style=\"font-family: courier;\">`bar´</span><font face=\"arial\"><span style=\"font-family: courier;\">`baz]´</span>`qoz´</font></div>CAN<br>ARY",
7536
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<span style=\"font-family: courier;\">`bar´</span><font face=\"arial\"><span style=\"font-family: courier;\">`baz]´</span>`qoz´</font></div>CAN<br>ARY</body>"
7537
        }
7538
      },
7539
      "FS:1_SPANs:fs:l-1_SW": {
7540
        "dM": {
7541
          "valscore": 0,
7542
          "selscore": 0,
7543
          "valresult": 6,
7544
          "selresult": 3,
7545
          "output": "<font size=\"1\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7546
          "innerHTML": "<font size=\"1\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7547
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"1\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></body>",
7548
          "bodyInnerHTML": "<font size=\"1\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7549
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"1\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></body>"
7550
        },
7551
        "body": {
7552
          "valscore": 0,
7553
          "selscore": 0,
7554
          "valresult": 6,
7555
          "selresult": 3,
7556
          "output": "<font size=\"1\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7557
          "innerHTML": "<font size=\"1\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7558
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"1\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></body>",
7559
          "bodyInnerHTML": "<font size=\"1\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7560
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"1\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></body>"
7561
        },
7562
        "div": {
7563
          "valscore": 0,
7564
          "selscore": 0,
7565
          "valresult": 6,
7566
          "selresult": 3,
7567
          "output": "<font size=\"1\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7568
          "innerHTML": "<font size=\"1\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7569
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font size=\"1\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></div>",
7570
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font size=\"1\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></div>CAN<br>ARY",
7571
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font size=\"1\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></div>CAN<br>ARY</body>"
7572
        }
7573
      },
7574
      "FS:large_SPANs:fs:l-1_SW": {
7575
        "dM": {
7576
          "valscore": 0,
7577
          "selscore": 0,
7578
          "valresult": 6,
7579
          "selresult": 3,
7580
          "output": "<font size=\"large\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7581
          "innerHTML": "<font size=\"large\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7582
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"large\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></body>",
7583
          "bodyInnerHTML": "<font size=\"large\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7584
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"large\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></body>"
7585
        },
7586
        "body": {
7587
          "valscore": 0,
7588
          "selscore": 0,
7589
          "valresult": 6,
7590
          "selresult": 3,
7591
          "output": "<font size=\"large\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7592
          "innerHTML": "<font size=\"large\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7593
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"large\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></body>",
7594
          "bodyInnerHTML": "<font size=\"large\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7595
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"large\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></body>"
7596
        },
7597
        "div": {
7598
          "valscore": 0,
7599
          "selscore": 0,
7600
          "valresult": 6,
7601
          "selresult": 3,
7602
          "output": "<font size=\"large\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7603
          "innerHTML": "<font size=\"large\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7604
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font size=\"large\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></div>",
7605
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font size=\"large\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></div>CAN<br>ARY",
7606
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font size=\"large\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></div>CAN<br>ARY</body>"
7607
        }
7608
      },
7609
      "FS:18px_SPANs:fs:l-1_SW": {
7610
        "dM": {
7611
          "valscore": 0,
7612
          "selscore": 0,
7613
          "valresult": 6,
7614
          "selresult": 3,
7615
          "output": "<font size=\"18px\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7616
          "innerHTML": "<font size=\"18px\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7617
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"18px\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></body>",
7618
          "bodyInnerHTML": "<font size=\"18px\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7619
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"18px\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></body>"
7620
        },
7621
        "body": {
7622
          "valscore": 0,
7623
          "selscore": 0,
7624
          "valresult": 6,
7625
          "selresult": 3,
7626
          "output": "<font size=\"18px\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7627
          "innerHTML": "<font size=\"18px\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7628
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"18px\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></body>",
7629
          "bodyInnerHTML": "<font size=\"18px\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7630
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"18px\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></body>"
7631
        },
7632
        "div": {
7633
          "valscore": 0,
7634
          "selscore": 0,
7635
          "valresult": 6,
7636
          "selresult": 3,
7637
          "output": "<font size=\"18px\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7638
          "innerHTML": "<font size=\"18px\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7639
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font size=\"18px\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></div>",
7640
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font size=\"18px\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></div>CAN<br>ARY",
7641
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font size=\"18px\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></div>CAN<br>ARY</body>"
7642
        }
7643
      },
7644
      "FS:4_SPANs:fs:l-1_SW": {
7645
        "dM": {
7646
          "valscore": 0,
7647
          "selscore": 0,
7648
          "valresult": 6,
7649
          "selresult": 3,
7650
          "output": "<font size=\"4\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7651
          "innerHTML": "<font size=\"4\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7652
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"4\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></body>",
7653
          "bodyInnerHTML": "<font size=\"4\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7654
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"4\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></body>"
7655
        },
7656
        "body": {
7657
          "valscore": 0,
7658
          "selscore": 0,
7659
          "valresult": 6,
7660
          "selresult": 3,
7661
          "output": "<font size=\"4\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7662
          "innerHTML": "<font size=\"4\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7663
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"4\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></body>",
7664
          "bodyInnerHTML": "<font size=\"4\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7665
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"4\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></body>"
7666
        },
7667
        "div": {
7668
          "valscore": 0,
7669
          "selscore": 0,
7670
          "valresult": 6,
7671
          "selresult": 3,
7672
          "output": "<font size=\"4\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7673
          "innerHTML": "<font size=\"4\"><span style=\"font-size: large\">`[foobarbaz]´</span></font>",
7674
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font size=\"4\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></div>",
7675
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font size=\"4\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></div>CAN<br>ARY",
7676
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font size=\"4\"><span style=\"font-size: large\">`[foobarbaz]´</span></font></div>CAN<br>ARY</body>"
7677
        }
7678
      },
7679
      "FS:4_SPANs:fs:18px-1_SW": {
7680
        "dM": {
7681
          "valscore": 0,
7682
          "selscore": 0,
7683
          "valresult": 6,
7684
          "selresult": 3,
7685
          "output": "<font size=\"4\"><span style=\"font-size: 18px\">`[foobarbaz]´</span></font>",
7686
          "innerHTML": "<font size=\"4\"><span style=\"font-size: 18px\">`[foobarbaz]´</span></font>",
7687
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"4\"><span style=\"font-size: 18px\">`[foobarbaz]´</span></font></body>",
7688
          "bodyInnerHTML": "<font size=\"4\"><span style=\"font-size: 18px\">`[foobarbaz]´</span></font>",
7689
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><font size=\"4\"><span style=\"font-size: 18px\">`[foobarbaz]´</span></font></body>"
7690
        },
7691
        "body": {
7692
          "valscore": 0,
7693
          "selscore": 0,
7694
          "valresult": 6,
7695
          "selresult": 3,
7696
          "output": "<font size=\"4\"><span style=\"font-size: 18px\">`[foobarbaz]´</span></font>",
7697
          "innerHTML": "<font size=\"4\"><span style=\"font-size: 18px\">`[foobarbaz]´</span></font>",
7698
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"4\"><span style=\"font-size: 18px\">`[foobarbaz]´</span></font></body>",
7699
          "bodyInnerHTML": "<font size=\"4\"><span style=\"font-size: 18px\">`[foobarbaz]´</span></font>",
7700
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><font size=\"4\"><span style=\"font-size: 18px\">`[foobarbaz]´</span></font></body>"
7701
        },
7702
        "div": {
7703
          "valscore": 0,
7704
          "selscore": 0,
7705
          "valresult": 6,
7706
          "selresult": 3,
7707
          "output": "<font size=\"4\"><span style=\"font-size: 18px\">`[foobarbaz]´</span></font>",
7708
          "innerHTML": "<font size=\"4\"><span style=\"font-size: 18px\">`[foobarbaz]´</span></font>",
7709
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><font size=\"4\"><span style=\"font-size: 18px\">`[foobarbaz]´</span></font></div>",
7710
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><font size=\"4\"><span style=\"font-size: 18px\">`[foobarbaz]´</span></font></div>CAN<br>ARY",
7711
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><font size=\"4\"><span style=\"font-size: 18px\">`[foobarbaz]´</span></font></div>CAN<br>ARY</body>"
7712
        }
7713
      },
7714
      "FS:larger_SPANs:fs:l-1_SI": {
7715
        "dM": {
7716
          "valscore": 0,
7717
          "selscore": 0,
7718
          "valresult": 7,
7719
          "selresult": 2,
7720
          "output": "<span style=\"font-size: large\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</span>",
7721
          "innerHTML": "<span style=\"font-size: large\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</span>",
7722
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><span style=\"font-size: large\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</span></body>",
7723
          "bodyInnerHTML": "<span style=\"font-size: large\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</span>",
7724
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><span style=\"font-size: large\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</span></body>"
7725
        },
7726
        "body": {
7727
          "valscore": 0,
7728
          "selscore": 0,
7729
          "valresult": 7,
7730
          "selresult": 2,
7731
          "output": "<span style=\"font-size: large\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</span>",
7732
          "innerHTML": "<span style=\"font-size: large\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</span>",
7733
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><span style=\"font-size: large\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</span></body>",
7734
          "bodyInnerHTML": "<span style=\"font-size: large\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</span>",
7735
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><span style=\"font-size: large\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</span></body>"
7736
        },
7737
        "div": {
7738
          "valscore": 0,
7739
          "selscore": 0,
7740
          "valresult": 7,
7741
          "selresult": 2,
7742
          "output": "<span style=\"font-size: large\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</span>",
7743
          "innerHTML": "<span style=\"font-size: large\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</span>",
7744
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><span style=\"font-size: large\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</span></div>",
7745
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><span style=\"font-size: large\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</span></div>CAN<br>ARY",
7746
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><span style=\"font-size: large\">`foo[´<font size=\"larger\">`bar]´</font>`baz´</span></div>CAN<br>ARY</body>"
7747
        }
7748
      },
7749
      "FS:smaller_SPANs:fs:l-1_SI": {
7750
        "dM": {
7751
          "valscore": 0,
7752
          "selscore": 0,
7753
          "valresult": 7,
7754
          "selresult": 2,
7755
          "output": "<span style=\"font-size: large\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</span>",
7756
          "innerHTML": "<span style=\"font-size: large\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</span>",
7757
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><span style=\"font-size: large\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</span></body>",
7758
          "bodyInnerHTML": "<span style=\"font-size: large\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</span>",
7759
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><span style=\"font-size: large\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</span></body>"
7760
        },
7761
        "body": {
7762
          "valscore": 0,
7763
          "selscore": 0,
7764
          "valresult": 7,
7765
          "selresult": 2,
7766
          "output": "<span style=\"font-size: large\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</span>",
7767
          "innerHTML": "<span style=\"font-size: large\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</span>",
7768
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><span style=\"font-size: large\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</span></body>",
7769
          "bodyInnerHTML": "<span style=\"font-size: large\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</span>",
7770
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><span style=\"font-size: large\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</span></body>"
7771
        },
7772
        "div": {
7773
          "valscore": 0,
7774
          "selscore": 0,
7775
          "valresult": 7,
7776
          "selresult": 2,
7777
          "output": "<span style=\"font-size: large\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</span>",
7778
          "innerHTML": "<span style=\"font-size: large\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</span>",
7779
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><span style=\"font-size: large\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</span></div>",
7780
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><span style=\"font-size: large\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</span></div>CAN<br>ARY",
7781
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><span style=\"font-size: large\">`foo[´<font size=\"smaller\">`bar]´</font>`baz´</span></div>CAN<br>ARY</body>"
7782
        }
7783
      }
7784
    }
7785
  },
7786
  "U": {
7787
    "RFC": {
7788
      "UNLINK_A-1_SO": {
7789
        "dM": {
7790
          "valscore": 0,
7791
          "selscore": 0,
7792
          "valresult": 6,
7793
          "selresult": 3,
7794
          "output": "`foo[´<a>`bar´</a>`]baz´",
7795
          "innerHTML": "`foo[´<a>`bar´</a>`]baz´",
7796
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<a>`bar´</a>`]baz´</body>",
7797
          "bodyInnerHTML": "`foo[´<a>`bar´</a>`]baz´",
7798
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<a>`bar´</a>`]baz´</body>"
7799
        },
7800
        "body": {
7801
          "valscore": 0,
7802
          "selscore": 0,
7803
          "valresult": 6,
7804
          "selresult": 3,
7805
          "output": "`foo[´<a>`bar´</a>`]baz´",
7806
          "innerHTML": "`foo[´<a>`bar´</a>`]baz´",
7807
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<a>`bar´</a>`]baz´</body>",
7808
          "bodyInnerHTML": "`foo[´<a>`bar´</a>`]baz´",
7809
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<a>`bar´</a>`]baz´</body>"
7810
        },
7811
        "div": {
7812
          "valscore": 0,
7813
          "selscore": 0,
7814
          "valresult": 6,
7815
          "selresult": 3,
7816
          "output": "`foo[´<a>`bar´</a>`]baz´",
7817
          "innerHTML": "`foo[´<a>`bar´</a>`]baz´",
7818
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<a>`bar´</a>`]baz´</div>",
7819
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<a>`bar´</a>`]baz´</div>CAN<br>ARY",
7820
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<a>`bar´</a>`]baz´</div>CAN<br>ARY</body>"
7821
        }
7822
      },
7823
      "UNLINK_A-1_SW": {
7824
        "dM": {
7825
          "valscore": 0,
7826
          "selscore": 0,
7827
          "valresult": 6,
7828
          "selresult": 3,
7829
          "output": "`foo´<a>`[bar]´</a>`baz´",
7830
          "innerHTML": "`foo´<a>`[bar]´</a>`baz´",
7831
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<a>`[bar]´</a>`baz´</body>",
7832
          "bodyInnerHTML": "`foo´<a>`[bar]´</a>`baz´",
7833
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<a>`[bar]´</a>`baz´</body>"
7834
        },
7835
        "body": {
7836
          "valscore": 0,
7837
          "selscore": 0,
7838
          "valresult": 6,
7839
          "selresult": 3,
7840
          "output": "`foo´<a>`[bar]´</a>`baz´",
7841
          "innerHTML": "`foo´<a>`[bar]´</a>`baz´",
7842
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<a>`[bar]´</a>`baz´</body>",
7843
          "bodyInnerHTML": "`foo´<a>`[bar]´</a>`baz´",
7844
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<a>`[bar]´</a>`baz´</body>"
7845
        },
7846
        "div": {
7847
          "valscore": 0,
7848
          "selscore": 0,
7849
          "valresult": 6,
7850
          "selresult": 3,
7851
          "output": "`foo´<a>`[bar]´</a>`baz´",
7852
          "innerHTML": "`foo´<a>`[bar]´</a>`baz´",
7853
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<a>`[bar]´</a>`baz´</div>",
7854
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<a>`[bar]´</a>`baz´</div>CAN<br>ARY",
7855
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<a>`[bar]´</a>`baz´</div>CAN<br>ARY</body>"
7856
        }
7857
      },
7858
      "UNLINK_An:a.h:id-1_SO": {
7859
        "dM": {
7860
          "valscore": 1,
7861
          "selscore": 1,
7862
          "valresult": 8,
7863
          "selresult": 5,
7864
          "output": "`foo[bar]baz´",
7865
          "innerHTML": "`foo[bar]baz´",
7866
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
7867
          "bodyInnerHTML": "`foo[bar]baz´",
7868
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
7869
        },
7870
        "body": {
7871
          "valscore": 1,
7872
          "selscore": 1,
7873
          "valresult": 8,
7874
          "selresult": 5,
7875
          "output": "`foo[bar]baz´",
7876
          "innerHTML": "`foo[bar]baz´",
7877
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
7878
          "bodyInnerHTML": "`foo[bar]baz´",
7879
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
7880
        },
7881
        "div": {
7882
          "valscore": 1,
7883
          "selscore": 1,
7884
          "valresult": 8,
7885
          "selresult": 5,
7886
          "output": "`foo[´`bar´`]baz´",
7887
          "innerHTML": "`foo[´`bar´`]baz´",
7888
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>",
7889
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar´`]baz´</div>CAN<br>ARY",
7890
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>CAN<br>ARY</body>"
7891
        }
7892
      },
7893
      "UNLINK_A-2_SO": {
7894
        "dM": {
7895
          "valscore": 0,
7896
          "selscore": 0,
7897
          "valresult": 6,
7898
          "selresult": 3,
7899
          "output": "`foo[b´<a>`a´</a>`r]baz´",
7900
          "innerHTML": "`foo[b´<a>`a´</a>`r]baz´",
7901
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[b´<a>`a´</a>`r]baz´</body>",
7902
          "bodyInnerHTML": "`foo[b´<a>`a´</a>`r]baz´",
7903
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[b´<a>`a´</a>`r]baz´</body>"
7904
        },
7905
        "body": {
7906
          "valscore": 0,
7907
          "selscore": 0,
7908
          "valresult": 6,
7909
          "selresult": 3,
7910
          "output": "`foo[b´<a>`a´</a>`r]baz´",
7911
          "innerHTML": "`foo[b´<a>`a´</a>`r]baz´",
7912
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[b´<a>`a´</a>`r]baz´</body>",
7913
          "bodyInnerHTML": "`foo[b´<a>`a´</a>`r]baz´",
7914
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[b´<a>`a´</a>`r]baz´</body>"
7915
        },
7916
        "div": {
7917
          "valscore": 0,
7918
          "selscore": 0,
7919
          "valresult": 6,
7920
          "selresult": 3,
7921
          "output": "`foo[b´<a>`a´</a>`r]baz´",
7922
          "innerHTML": "`foo[b´<a>`a´</a>`r]baz´",
7923
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[b´<a>`a´</a>`r]baz´</div>",
7924
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[b´<a>`a´</a>`r]baz´</div>CAN<br>ARY",
7925
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[b´<a>`a´</a>`r]baz´</div>CAN<br>ARY</body>"
7926
        }
7927
      },
7928
      "UNLINK_A2-1_SO": {
7929
        "dM": {
7930
          "valscore": 0,
7931
          "selscore": 0,
7932
          "valresult": 6,
7933
          "selresult": 3,
7934
          "output": "`foo[´<a>`b´</a>`a´<a>`r´</a>`]baz´",
7935
          "innerHTML": "`foo[´<a>`b´</a>`a´<a>`r´</a>`]baz´",
7936
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<a>`b´</a>`a´<a>`r´</a>`]baz´</body>",
7937
          "bodyInnerHTML": "`foo[´<a>`b´</a>`a´<a>`r´</a>`]baz´",
7938
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<a>`b´</a>`a´<a>`r´</a>`]baz´</body>"
7939
        },
7940
        "body": {
7941
          "valscore": 0,
7942
          "selscore": 0,
7943
          "valresult": 6,
7944
          "selresult": 3,
7945
          "output": "`foo[´<a>`b´</a>`a´<a>`r´</a>`]baz´",
7946
          "innerHTML": "`foo[´<a>`b´</a>`a´<a>`r´</a>`]baz´",
7947
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<a>`b´</a>`a´<a>`r´</a>`]baz´</body>",
7948
          "bodyInnerHTML": "`foo[´<a>`b´</a>`a´<a>`r´</a>`]baz´",
7949
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<a>`b´</a>`a´<a>`r´</a>`]baz´</body>"
7950
        },
7951
        "div": {
7952
          "valscore": 0,
7953
          "selscore": 0,
7954
          "valresult": 6,
7955
          "selresult": 3,
7956
          "output": "`foo[´<a>`b´</a>`a´<a>`r´</a>`]baz´",
7957
          "innerHTML": "`foo[´<a>`b´</a>`a´<a>`r´</a>`]baz´",
7958
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<a>`b´</a>`a´<a>`r´</a>`]baz´</div>",
7959
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<a>`b´</a>`a´<a>`r´</a>`]baz´</div>CAN<br>ARY",
7960
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<a>`b´</a>`a´<a>`r´</a>`]baz´</div>CAN<br>ARY</body>"
7961
        }
7962
      }
7963
    },
7964
    "Proposed": {
7965
      "B_B-1_SW": {
7966
        "dM": {
7967
          "valscore": 1,
7968
          "selscore": 1,
7969
          "valresult": 8,
7970
          "selresult": 5,
7971
          "output": "`foo[bar]baz´",
7972
          "innerHTML": "`foo[bar]baz´",
7973
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
7974
          "bodyInnerHTML": "`foo[bar]baz´",
7975
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
7976
        },
7977
        "body": {
7978
          "valscore": 1,
7979
          "selscore": 1,
7980
          "valresult": 8,
7981
          "selresult": 5,
7982
          "output": "`foo[bar]baz´",
7983
          "innerHTML": "`foo[bar]baz´",
7984
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
7985
          "bodyInnerHTML": "`foo[bar]baz´",
7986
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
7987
        },
7988
        "div": {
7989
          "valscore": 1,
7990
          "selscore": 1,
7991
          "valresult": 8,
7992
          "selresult": 5,
7993
          "output": "`foo´`[bar]´`baz´",
7994
          "innerHTML": "`foo´`[bar]´`baz´",
7995
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>",
7996
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar]´`baz´</div>CAN<br>ARY",
7997
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>CAN<br>ARY</body>"
7998
        }
7999
      },
8000
      "B_B-1_SO": {
8001
        "dM": {
8002
          "valscore": 1,
8003
          "selscore": 1,
8004
          "valresult": 8,
8005
          "selresult": 5,
8006
          "output": "`foo[bar]baz´",
8007
          "innerHTML": "`foo[bar]baz´",
8008
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
8009
          "bodyInnerHTML": "`foo[bar]baz´",
8010
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
8011
        },
8012
        "body": {
8013
          "valscore": 1,
8014
          "selscore": 1,
8015
          "valresult": 8,
8016
          "selresult": 5,
8017
          "output": "`foo[bar]baz´",
8018
          "innerHTML": "`foo[bar]baz´",
8019
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
8020
          "bodyInnerHTML": "`foo[bar]baz´",
8021
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
8022
        },
8023
        "div": {
8024
          "valscore": 1,
8025
          "selscore": 1,
8026
          "valresult": 8,
8027
          "selresult": 5,
8028
          "output": "`foo[´`bar´`]baz´",
8029
          "innerHTML": "`foo[´`bar´`]baz´",
8030
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>",
8031
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar´`]baz´</div>CAN<br>ARY",
8032
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>CAN<br>ARY</body>"
8033
        }
8034
      },
8035
      "B_B-1_SL": {
8036
        "dM": {
8037
          "valscore": 1,
8038
          "selscore": 1,
8039
          "valresult": 8,
8040
          "selresult": 5,
8041
          "output": "`foo[bar]baz´",
8042
          "innerHTML": "`foo[bar]baz´",
8043
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
8044
          "bodyInnerHTML": "`foo[bar]baz´",
8045
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
8046
        },
8047
        "body": {
8048
          "valscore": 1,
8049
          "selscore": 1,
8050
          "valresult": 8,
8051
          "selresult": 5,
8052
          "output": "`foo[bar]baz´",
8053
          "innerHTML": "`foo[bar]baz´",
8054
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
8055
          "bodyInnerHTML": "`foo[bar]baz´",
8056
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
8057
        },
8058
        "div": {
8059
          "valscore": 1,
8060
          "selscore": 1,
8061
          "valresult": 8,
8062
          "selresult": 5,
8063
          "output": "`foo[´`bar]´`baz´",
8064
          "innerHTML": "`foo[´`bar]´`baz´",
8065
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>",
8066
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar]´`baz´</div>CAN<br>ARY",
8067
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>CAN<br>ARY</body>"
8068
        }
8069
      },
8070
      "B_B-1_SR": {
8071
        "dM": {
8072
          "valscore": 1,
8073
          "selscore": 1,
8074
          "valresult": 8,
8075
          "selresult": 5,
8076
          "output": "`foo[bar]baz´",
8077
          "innerHTML": "`foo[bar]baz´",
8078
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
8079
          "bodyInnerHTML": "`foo[bar]baz´",
8080
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
8081
        },
8082
        "body": {
8083
          "valscore": 1,
8084
          "selscore": 1,
8085
          "valresult": 8,
8086
          "selresult": 5,
8087
          "output": "`foo[bar]baz´",
8088
          "innerHTML": "`foo[bar]baz´",
8089
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
8090
          "bodyInnerHTML": "`foo[bar]baz´",
8091
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
8092
        },
8093
        "div": {
8094
          "valscore": 1,
8095
          "selscore": 1,
8096
          "valresult": 8,
8097
          "selresult": 5,
8098
          "output": "`foo´`[bar´`]baz´",
8099
          "innerHTML": "`foo´`[bar´`]baz´",
8100
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>",
8101
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar´`]baz´</div>CAN<br>ARY",
8102
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>CAN<br>ARY</body>"
8103
        }
8104
      },
8105
      "B_STRONG-1_SW": {
8106
        "dM": {
8107
          "valscore": 0,
8108
          "selscore": 0,
8109
          "valresult": 6,
8110
          "selresult": 3,
8111
          "output": "`foo´<b><strong>`[bar]´</strong></b>`baz´",
8112
          "innerHTML": "`foo´<b><strong>`[bar]´</strong></b>`baz´",
8113
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b><strong>`[bar]´</strong></b>`baz´</body>",
8114
          "bodyInnerHTML": "`foo´<b><strong>`[bar]´</strong></b>`baz´",
8115
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b><strong>`[bar]´</strong></b>`baz´</body>"
8116
        },
8117
        "body": {
8118
          "valscore": 0,
8119
          "selscore": 0,
8120
          "valresult": 6,
8121
          "selresult": 3,
8122
          "output": "`foo´<b><strong>`[bar]´</strong></b>`baz´",
8123
          "innerHTML": "`foo´<b><strong>`[bar]´</strong></b>`baz´",
8124
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b><strong>`[bar]´</strong></b>`baz´</body>",
8125
          "bodyInnerHTML": "`foo´<b><strong>`[bar]´</strong></b>`baz´",
8126
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b><strong>`[bar]´</strong></b>`baz´</body>"
8127
        },
8128
        "div": {
8129
          "valscore": 0,
8130
          "selscore": 0,
8131
          "valresult": 6,
8132
          "selresult": 3,
8133
          "output": "`foo´<b><strong>`[bar]´</strong></b>`baz´",
8134
          "innerHTML": "`foo´<b><strong>`[bar]´</strong></b>`baz´",
8135
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<b><strong>`[bar]´</strong></b>`baz´</div>",
8136
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<b><strong>`[bar]´</strong></b>`baz´</div>CAN<br>ARY",
8137
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<b><strong>`[bar]´</strong></b>`baz´</div>CAN<br>ARY</body>"
8138
        }
8139
      },
8140
      "B_STRONG-1_SO": {
8141
        "dM": {
8142
          "valscore": 0,
8143
          "selscore": 0,
8144
          "valresult": 6,
8145
          "selresult": 3,
8146
          "output": "`foo[´<b><strong>`bar´</strong></b>`]baz´",
8147
          "innerHTML": "`foo[´<b><strong>`bar´</strong></b>`]baz´",
8148
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<b><strong>`bar´</strong></b>`]baz´</body>",
8149
          "bodyInnerHTML": "`foo[´<b><strong>`bar´</strong></b>`]baz´",
8150
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<b><strong>`bar´</strong></b>`]baz´</body>"
8151
        },
8152
        "body": {
8153
          "valscore": 0,
8154
          "selscore": 0,
8155
          "valresult": 6,
8156
          "selresult": 3,
8157
          "output": "`foo[´<b><strong>`bar´</strong></b>`]baz´",
8158
          "innerHTML": "`foo[´<b><strong>`bar´</strong></b>`]baz´",
8159
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<b><strong>`bar´</strong></b>`]baz´</body>",
8160
          "bodyInnerHTML": "`foo[´<b><strong>`bar´</strong></b>`]baz´",
8161
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<b><strong>`bar´</strong></b>`]baz´</body>"
8162
        },
8163
        "div": {
8164
          "valscore": 0,
8165
          "selscore": 0,
8166
          "valresult": 6,
8167
          "selresult": 3,
8168
          "output": "`foo[´<b><strong>`bar´</strong></b>`]baz´",
8169
          "innerHTML": "`foo[´<b><strong>`bar´</strong></b>`]baz´",
8170
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<b><strong>`bar´</strong></b>`]baz´</div>",
8171
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<b><strong>`bar´</strong></b>`]baz´</div>CAN<br>ARY",
8172
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<b><strong>`bar´</strong></b>`]baz´</div>CAN<br>ARY</body>"
8173
        }
8174
      },
8175
      "B_STRONG-1_SL": {
8176
        "dM": {
8177
          "valscore": 0,
8178
          "selscore": 0,
8179
          "valresult": 6,
8180
          "selresult": 3,
8181
          "output": "`foo[´<b><strong>`bar]´</strong></b>`baz´",
8182
          "innerHTML": "`foo[´<b><strong>`bar]´</strong></b>`baz´",
8183
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<b><strong>`bar]´</strong></b>`baz´</body>",
8184
          "bodyInnerHTML": "`foo[´<b><strong>`bar]´</strong></b>`baz´",
8185
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<b><strong>`bar]´</strong></b>`baz´</body>"
8186
        },
8187
        "body": {
8188
          "valscore": 0,
8189
          "selscore": 0,
8190
          "valresult": 6,
8191
          "selresult": 3,
8192
          "output": "`foo[´<b><strong>`bar]´</strong></b>`baz´",
8193
          "innerHTML": "`foo[´<b><strong>`bar]´</strong></b>`baz´",
8194
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<b><strong>`bar]´</strong></b>`baz´</body>",
8195
          "bodyInnerHTML": "`foo[´<b><strong>`bar]´</strong></b>`baz´",
8196
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<b><strong>`bar]´</strong></b>`baz´</body>"
8197
        },
8198
        "div": {
8199
          "valscore": 0,
8200
          "selscore": 0,
8201
          "valresult": 6,
8202
          "selresult": 3,
8203
          "output": "`foo[´<b><strong>`bar]´</strong></b>`baz´",
8204
          "innerHTML": "`foo[´<b><strong>`bar]´</strong></b>`baz´",
8205
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<b><strong>`bar]´</strong></b>`baz´</div>",
8206
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<b><strong>`bar]´</strong></b>`baz´</div>CAN<br>ARY",
8207
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<b><strong>`bar]´</strong></b>`baz´</div>CAN<br>ARY</body>"
8208
        }
8209
      },
8210
      "B_STRONG-1_SR": {
8211
        "dM": {
8212
          "valscore": 0,
8213
          "selscore": 0,
8214
          "valresult": 6,
8215
          "selresult": 3,
8216
          "output": "`foo´<b><strong>`[bar´</strong></b>`]baz´",
8217
          "innerHTML": "`foo´<b><strong>`[bar´</strong></b>`]baz´",
8218
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b><strong>`[bar´</strong></b>`]baz´</body>",
8219
          "bodyInnerHTML": "`foo´<b><strong>`[bar´</strong></b>`]baz´",
8220
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b><strong>`[bar´</strong></b>`]baz´</body>"
8221
        },
8222
        "body": {
8223
          "valscore": 0,
8224
          "selscore": 0,
8225
          "valresult": 6,
8226
          "selresult": 3,
8227
          "output": "`foo´<b><strong>`[bar´</strong></b>`]baz´",
8228
          "innerHTML": "`foo´<b><strong>`[bar´</strong></b>`]baz´",
8229
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b><strong>`[bar´</strong></b>`]baz´</body>",
8230
          "bodyInnerHTML": "`foo´<b><strong>`[bar´</strong></b>`]baz´",
8231
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b><strong>`[bar´</strong></b>`]baz´</body>"
8232
        },
8233
        "div": {
8234
          "valscore": 0,
8235
          "selscore": 0,
8236
          "valresult": 6,
8237
          "selresult": 3,
8238
          "output": "`foo´<b><strong>`[bar´</strong></b>`]baz´",
8239
          "innerHTML": "`foo´<b><strong>`[bar´</strong></b>`]baz´",
8240
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<b><strong>`[bar´</strong></b>`]baz´</div>",
8241
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<b><strong>`[bar´</strong></b>`]baz´</div>CAN<br>ARY",
8242
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<b><strong>`[bar´</strong></b>`]baz´</div>CAN<br>ARY</body>"
8243
        }
8244
      },
8245
      "B_SPANs:fw:b-1_SW": {
8246
        "dM": {
8247
          "valscore": 0,
8248
          "selscore": 0,
8249
          "valresult": 6,
8250
          "selresult": 3,
8251
          "output": "`foo´<b><span style=\"font-weight: bold\">`[bar]´</span></b>`baz´",
8252
          "innerHTML": "`foo´<b><span style=\"font-weight: bold\">`[bar]´</span></b>`baz´",
8253
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b><span style=\"font-weight: bold\">`[bar]´</span></b>`baz´</body>",
8254
          "bodyInnerHTML": "`foo´<b><span style=\"font-weight: bold\">`[bar]´</span></b>`baz´",
8255
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b><span style=\"font-weight: bold\">`[bar]´</span></b>`baz´</body>"
8256
        },
8257
        "body": {
8258
          "valscore": 0,
8259
          "selscore": 0,
8260
          "valresult": 6,
8261
          "selresult": 3,
8262
          "output": "`foo´<b><span style=\"font-weight: bold\">`[bar]´</span></b>`baz´",
8263
          "innerHTML": "`foo´<b><span style=\"font-weight: bold\">`[bar]´</span></b>`baz´",
8264
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b><span style=\"font-weight: bold\">`[bar]´</span></b>`baz´</body>",
8265
          "bodyInnerHTML": "`foo´<b><span style=\"font-weight: bold\">`[bar]´</span></b>`baz´",
8266
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b><span style=\"font-weight: bold\">`[bar]´</span></b>`baz´</body>"
8267
        },
8268
        "div": {
8269
          "valscore": 0,
8270
          "selscore": 0,
8271
          "valresult": 6,
8272
          "selresult": 3,
8273
          "output": "`foo´<b><span style=\"font-weight: bold\">`[bar]´</span></b>`baz´",
8274
          "innerHTML": "`foo´<b><span style=\"font-weight: bold\">`[bar]´</span></b>`baz´",
8275
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<b><span style=\"font-weight: bold\">`[bar]´</span></b>`baz´</div>",
8276
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<b><span style=\"font-weight: bold\">`[bar]´</span></b>`baz´</div>CAN<br>ARY",
8277
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<b><span style=\"font-weight: bold\">`[bar]´</span></b>`baz´</div>CAN<br>ARY</body>"
8278
        }
8279
      },
8280
      "B_SPANs:fw:b-1_SO": {
8281
        "dM": {
8282
          "valscore": 0,
8283
          "selscore": 0,
8284
          "valresult": 6,
8285
          "selresult": 3,
8286
          "output": "`foo[´<b><span style=\"font-weight: bold\">`bar´</span></b>`]baz´",
8287
          "innerHTML": "`foo[´<b><span style=\"font-weight: bold\">`bar´</span></b>`]baz´",
8288
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<b><span style=\"font-weight: bold\">`bar´</span></b>`]baz´</body>",
8289
          "bodyInnerHTML": "`foo[´<b><span style=\"font-weight: bold\">`bar´</span></b>`]baz´",
8290
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<b><span style=\"font-weight: bold\">`bar´</span></b>`]baz´</body>"
8291
        },
8292
        "body": {
8293
          "valscore": 0,
8294
          "selscore": 0,
8295
          "valresult": 6,
8296
          "selresult": 3,
8297
          "output": "`foo[´<b><span style=\"font-weight: bold\">`bar´</span></b>`]baz´",
8298
          "innerHTML": "`foo[´<b><span style=\"font-weight: bold\">`bar´</span></b>`]baz´",
8299
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<b><span style=\"font-weight: bold\">`bar´</span></b>`]baz´</body>",
8300
          "bodyInnerHTML": "`foo[´<b><span style=\"font-weight: bold\">`bar´</span></b>`]baz´",
8301
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<b><span style=\"font-weight: bold\">`bar´</span></b>`]baz´</body>"
8302
        },
8303
        "div": {
8304
          "valscore": 0,
8305
          "selscore": 0,
8306
          "valresult": 6,
8307
          "selresult": 3,
8308
          "output": "`foo[´<b><span style=\"font-weight: bold\">`bar´</span></b>`]baz´",
8309
          "innerHTML": "`foo[´<b><span style=\"font-weight: bold\">`bar´</span></b>`]baz´",
8310
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<b><span style=\"font-weight: bold\">`bar´</span></b>`]baz´</div>",
8311
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<b><span style=\"font-weight: bold\">`bar´</span></b>`]baz´</div>CAN<br>ARY",
8312
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<b><span style=\"font-weight: bold\">`bar´</span></b>`]baz´</div>CAN<br>ARY</body>"
8313
        }
8314
      },
8315
      "B_SPANs:fw:b-1_SL": {
8316
        "dM": {
8317
          "valscore": 0,
8318
          "selscore": 0,
8319
          "valresult": 6,
8320
          "selresult": 3,
8321
          "output": "`foo[´<b><span style=\"font-weight: bold\">`bar]´</span></b>`baz´",
8322
          "innerHTML": "`foo[´<b><span style=\"font-weight: bold\">`bar]´</span></b>`baz´",
8323
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<b><span style=\"font-weight: bold\">`bar]´</span></b>`baz´</body>",
8324
          "bodyInnerHTML": "`foo[´<b><span style=\"font-weight: bold\">`bar]´</span></b>`baz´",
8325
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<b><span style=\"font-weight: bold\">`bar]´</span></b>`baz´</body>"
8326
        },
8327
        "body": {
8328
          "valscore": 0,
8329
          "selscore": 0,
8330
          "valresult": 6,
8331
          "selresult": 3,
8332
          "output": "`foo[´<b><span style=\"font-weight: bold\">`bar]´</span></b>`baz´",
8333
          "innerHTML": "`foo[´<b><span style=\"font-weight: bold\">`bar]´</span></b>`baz´",
8334
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<b><span style=\"font-weight: bold\">`bar]´</span></b>`baz´</body>",
8335
          "bodyInnerHTML": "`foo[´<b><span style=\"font-weight: bold\">`bar]´</span></b>`baz´",
8336
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<b><span style=\"font-weight: bold\">`bar]´</span></b>`baz´</body>"
8337
        },
8338
        "div": {
8339
          "valscore": 0,
8340
          "selscore": 0,
8341
          "valresult": 6,
8342
          "selresult": 3,
8343
          "output": "`foo[´<b><span style=\"font-weight: bold\">`bar]´</span></b>`baz´",
8344
          "innerHTML": "`foo[´<b><span style=\"font-weight: bold\">`bar]´</span></b>`baz´",
8345
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<b><span style=\"font-weight: bold\">`bar]´</span></b>`baz´</div>",
8346
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<b><span style=\"font-weight: bold\">`bar]´</span></b>`baz´</div>CAN<br>ARY",
8347
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<b><span style=\"font-weight: bold\">`bar]´</span></b>`baz´</div>CAN<br>ARY</body>"
8348
        }
8349
      },
8350
      "B_SPANs:fw:b-1_SR": {
8351
        "dM": {
8352
          "valscore": 0,
8353
          "selscore": 0,
8354
          "valresult": 6,
8355
          "selresult": 3,
8356
          "output": "`foo´<b><span style=\"font-weight: bold\">`[bar´</span></b>`]baz´",
8357
          "innerHTML": "`foo´<b><span style=\"font-weight: bold\">`[bar´</span></b>`]baz´",
8358
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b><span style=\"font-weight: bold\">`[bar´</span></b>`]baz´</body>",
8359
          "bodyInnerHTML": "`foo´<b><span style=\"font-weight: bold\">`[bar´</span></b>`]baz´",
8360
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b><span style=\"font-weight: bold\">`[bar´</span></b>`]baz´</body>"
8361
        },
8362
        "body": {
8363
          "valscore": 0,
8364
          "selscore": 0,
8365
          "valresult": 6,
8366
          "selresult": 3,
8367
          "output": "`foo´<b><span style=\"font-weight: bold\">`[bar´</span></b>`]baz´",
8368
          "innerHTML": "`foo´<b><span style=\"font-weight: bold\">`[bar´</span></b>`]baz´",
8369
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b><span style=\"font-weight: bold\">`[bar´</span></b>`]baz´</body>",
8370
          "bodyInnerHTML": "`foo´<b><span style=\"font-weight: bold\">`[bar´</span></b>`]baz´",
8371
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b><span style=\"font-weight: bold\">`[bar´</span></b>`]baz´</body>"
8372
        },
8373
        "div": {
8374
          "valscore": 0,
8375
          "selscore": 0,
8376
          "valresult": 6,
8377
          "selresult": 3,
8378
          "output": "`foo´<b><span style=\"font-weight: bold\">`[bar´</span></b>`]baz´",
8379
          "innerHTML": "`foo´<b><span style=\"font-weight: bold\">`[bar´</span></b>`]baz´",
8380
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<b><span style=\"font-weight: bold\">`[bar´</span></b>`]baz´</div>",
8381
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<b><span style=\"font-weight: bold\">`[bar´</span></b>`]baz´</div>CAN<br>ARY",
8382
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<b><span style=\"font-weight: bold\">`[bar´</span></b>`]baz´</div>CAN<br>ARY</body>"
8383
        }
8384
      },
8385
      "B_B-P3-1_SO12": {
8386
        "dM": {
8387
          "valscore": 1,
8388
          "selscore": 0,
8389
          "valresult": 8,
8390
          "selresult": 2,
8391
          "output": "{<p>`foo´</p><p>`bar´</p>}<b><p>`baz´</p></b>",
8392
          "innerHTML": "{<p>`foo´</p><p>`bar´</p>}<b><p>`baz´</p></b>",
8393
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">{<p>`foo´</p><p>`bar´</p>}<b><p>`baz´</p></b></body>",
8394
          "bodyInnerHTML": "{<p>`foo´</p><p>`bar´</p>}<b><p>`baz´</p></b>",
8395
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">{<p>`foo´</p><p>`bar´</p>}<b><p>`baz´</p></b></body>"
8396
        },
8397
        "body": {
8398
          "valscore": 1,
8399
          "selscore": 0,
8400
          "valresult": 8,
8401
          "selresult": 2,
8402
          "output": "{<p>`foo´</p><p>`bar´</p>}<b><p>`baz´</p></b>",
8403
          "innerHTML": "{<p>`foo´</p><p>`bar´</p>}<b><p>`baz´</p></b>",
8404
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">{<p>`foo´</p><p>`bar´</p>}<b><p>`baz´</p></b></body>",
8405
          "bodyInnerHTML": "{<p>`foo´</p><p>`bar´</p>}<b><p>`baz´</p></b>",
8406
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">{<p>`foo´</p><p>`bar´</p>}<b><p>`baz´</p></b></body>"
8407
        },
8408
        "div": {
8409
          "valscore": 1,
8410
          "selscore": 0,
8411
          "valresult": 8,
8412
          "selresult": 2,
8413
          "output": "{<p>`foo´</p><p>`bar´</p>}<b><p>`baz´</p></b>",
8414
          "innerHTML": "{<p>`foo´</p><p>`bar´</p>}<b><p>`baz´</p></b>",
8415
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">{<p>`foo´</p><p>`bar´</p>}<b><p>`baz´</p></b></div>",
8416
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">{<p>`foo´</p><p>`bar´</p>}<b><p>`baz´</p></b></div>CAN<br>ARY",
8417
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">{<p>`foo´</p><p>`bar´</p>}<b><p>`baz´</p></b></div>CAN<br>ARY</body>"
8418
        }
8419
      },
8420
      "B_B-P-I..P-1_SO-I": {
8421
        "dM": {
8422
          "valscore": 0,
8423
          "selscore": 0,
8424
          "valresult": 6,
8425
          "selresult": 3,
8426
          "output": "<b><p>`foo[´<i>`bar´</i>`]´</p><p>`baz´</p></b>",
8427
          "innerHTML": "<b><p>`foo[´<i>`bar´</i>`]´</p><p>`baz´</p></b>",
8428
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><b><p>`foo[´<i>`bar´</i>`]´</p><p>`baz´</p></b></body>",
8429
          "bodyInnerHTML": "<b><p>`foo[´<i>`bar´</i>`]´</p><p>`baz´</p></b>",
8430
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><b><p>`foo[´<i>`bar´</i>`]´</p><p>`baz´</p></b></body>"
8431
        },
8432
        "body": {
8433
          "valscore": 0,
8434
          "selscore": 0,
8435
          "valresult": 6,
8436
          "selresult": 3,
8437
          "output": "<b><p>`foo[´<i>`bar´</i>`]´</p><p>`baz´</p></b>",
8438
          "innerHTML": "<b><p>`foo[´<i>`bar´</i>`]´</p><p>`baz´</p></b>",
8439
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><b><p>`foo[´<i>`bar´</i>`]´</p><p>`baz´</p></b></body>",
8440
          "bodyInnerHTML": "<b><p>`foo[´<i>`bar´</i>`]´</p><p>`baz´</p></b>",
8441
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><b><p>`foo[´<i>`bar´</i>`]´</p><p>`baz´</p></b></body>"
8442
        },
8443
        "div": {
8444
          "valscore": 0,
8445
          "selscore": 0,
8446
          "valresult": 6,
8447
          "selresult": 3,
8448
          "output": "<b><p>`foo[´<i>`bar´</i>`]´</p><p>`baz´</p></b>",
8449
          "innerHTML": "<b><p>`foo[´<i>`bar´</i>`]´</p><p>`baz´</p></b>",
8450
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><b><p>`foo[´<i>`bar´</i>`]´</p><p>`baz´</p></b></div>",
8451
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><b><p>`foo[´<i>`bar´</i>`]´</p><p>`baz´</p></b></div>CAN<br>ARY",
8452
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><b><p>`foo[´<i>`bar´</i>`]´</p><p>`baz´</p></b></div>CAN<br>ARY</body>"
8453
        }
8454
      },
8455
      "B_B-2_SL": {
8456
        "dM": {
8457
          "valscore": 0,
8458
          "selscore": 0,
8459
          "valresult": 6,
8460
          "selresult": 3,
8461
          "output": "`foo [bar ´<b>`baz] qoz´</b>` quz sic´",
8462
          "innerHTML": "`foo [bar ´<b>`baz] qoz´</b>` quz sic´",
8463
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [bar ´<b>`baz] qoz´</b>` quz sic´</body>",
8464
          "bodyInnerHTML": "`foo [bar ´<b>`baz] qoz´</b>` quz sic´",
8465
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo [bar ´<b>`baz] qoz´</b>` quz sic´</body>"
8466
        },
8467
        "body": {
8468
          "valscore": 0,
8469
          "selscore": 0,
8470
          "valresult": 6,
8471
          "selresult": 3,
8472
          "output": "`foo [bar ´<b>`baz] qoz´</b>` quz sic´",
8473
          "innerHTML": "`foo [bar ´<b>`baz] qoz´</b>` quz sic´",
8474
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [bar ´<b>`baz] qoz´</b>` quz sic´</body>",
8475
          "bodyInnerHTML": "`foo [bar ´<b>`baz] qoz´</b>` quz sic´",
8476
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo [bar ´<b>`baz] qoz´</b>` quz sic´</body>"
8477
        },
8478
        "div": {
8479
          "valscore": 0,
8480
          "selscore": 0,
8481
          "valresult": 6,
8482
          "selresult": 3,
8483
          "output": "`foo [´<b>`bar ´`baz] qoz´</b>` quz sic´",
8484
          "innerHTML": "`foo [´<b>`bar ´`baz] qoz´</b>` quz sic´",
8485
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo [´<b>`bar ´`baz] qoz´</b>` quz sic´</div>",
8486
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo [´<b>`bar ´`baz] qoz´</b>` quz sic´</div>CAN<br>ARY",
8487
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo [´<b>`bar ´`baz] qoz´</b>` quz sic´</div>CAN<br>ARY</body>"
8488
        }
8489
      },
8490
      "B_B-2_SR": {
8491
        "dM": {
8492
          "valscore": 0,
8493
          "selscore": 0,
8494
          "valresult": 6,
8495
          "selresult": 3,
8496
          "output": "`foo bar ´<b>`baz [qoz´` quz]´</b>` sic´",
8497
          "innerHTML": "`foo bar ´<b>`baz [qoz´` quz]´</b>` sic´",
8498
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo bar ´<b>`baz [qoz´` quz]´</b>` sic´</body>",
8499
          "bodyInnerHTML": "`foo bar ´<b>`baz [qoz´` quz]´</b>` sic´",
8500
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo bar ´<b>`baz [qoz´` quz]´</b>` sic´</body>"
8501
        },
8502
        "body": {
8503
          "valscore": 0,
8504
          "selscore": 0,
8505
          "valresult": 6,
8506
          "selresult": 3,
8507
          "output": "`foo bar ´<b>`baz [qoz´` quz]´</b>` sic´",
8508
          "innerHTML": "`foo bar ´<b>`baz [qoz´` quz]´</b>` sic´",
8509
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo bar ´<b>`baz [qoz´` quz]´</b>` sic´</body>",
8510
          "bodyInnerHTML": "`foo bar ´<b>`baz [qoz´` quz]´</b>` sic´",
8511
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo bar ´<b>`baz [qoz´` quz]´</b>` sic´</body>"
8512
        },
8513
        "div": {
8514
          "valscore": 0,
8515
          "selscore": 0,
8516
          "valresult": 6,
8517
          "selresult": 3,
8518
          "output": "`foo bar ´<b>`baz [qoz´` quz]´</b>` sic´",
8519
          "innerHTML": "`foo bar ´<b>`baz [qoz´` quz]´</b>` sic´",
8520
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo bar ´<b>`baz [qoz´` quz]´</b>` sic´</div>",
8521
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo bar ´<b>`baz [qoz´` quz]´</b>` sic´</div>CAN<br>ARY",
8522
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo bar ´<b>`baz [qoz´` quz]´</b>` sic´</div>CAN<br>ARY</body>"
8523
        }
8524
      },
8525
      "I_I-1_SW": {
8526
        "dM": {
8527
          "valscore": 1,
8528
          "selscore": 1,
8529
          "valresult": 8,
8530
          "selresult": 5,
8531
          "output": "`foo[bar]baz´",
8532
          "innerHTML": "`foo[bar]baz´",
8533
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
8534
          "bodyInnerHTML": "`foo[bar]baz´",
8535
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
8536
        },
8537
        "body": {
8538
          "valscore": 1,
8539
          "selscore": 1,
8540
          "valresult": 8,
8541
          "selresult": 5,
8542
          "output": "`foo[bar]baz´",
8543
          "innerHTML": "`foo[bar]baz´",
8544
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
8545
          "bodyInnerHTML": "`foo[bar]baz´",
8546
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
8547
        },
8548
        "div": {
8549
          "valscore": 1,
8550
          "selscore": 1,
8551
          "valresult": 8,
8552
          "selresult": 5,
8553
          "output": "`foo´`[bar]´`baz´",
8554
          "innerHTML": "`foo´`[bar]´`baz´",
8555
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>",
8556
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar]´`baz´</div>CAN<br>ARY",
8557
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>CAN<br>ARY</body>"
8558
        }
8559
      },
8560
      "I_I-1_SO": {
8561
        "dM": {
8562
          "valscore": 1,
8563
          "selscore": 1,
8564
          "valresult": 8,
8565
          "selresult": 5,
8566
          "output": "`foo[bar]baz´",
8567
          "innerHTML": "`foo[bar]baz´",
8568
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
8569
          "bodyInnerHTML": "`foo[bar]baz´",
8570
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
8571
        },
8572
        "body": {
8573
          "valscore": 1,
8574
          "selscore": 1,
8575
          "valresult": 8,
8576
          "selresult": 5,
8577
          "output": "`foo[bar]baz´",
8578
          "innerHTML": "`foo[bar]baz´",
8579
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
8580
          "bodyInnerHTML": "`foo[bar]baz´",
8581
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
8582
        },
8583
        "div": {
8584
          "valscore": 1,
8585
          "selscore": 1,
8586
          "valresult": 8,
8587
          "selresult": 5,
8588
          "output": "`foo[´`bar´`]baz´",
8589
          "innerHTML": "`foo[´`bar´`]baz´",
8590
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>",
8591
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar´`]baz´</div>CAN<br>ARY",
8592
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>CAN<br>ARY</body>"
8593
        }
8594
      },
8595
      "I_I-1_SL": {
8596
        "dM": {
8597
          "valscore": 1,
8598
          "selscore": 1,
8599
          "valresult": 8,
8600
          "selresult": 5,
8601
          "output": "`foo[bar]baz´",
8602
          "innerHTML": "`foo[bar]baz´",
8603
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
8604
          "bodyInnerHTML": "`foo[bar]baz´",
8605
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
8606
        },
8607
        "body": {
8608
          "valscore": 1,
8609
          "selscore": 1,
8610
          "valresult": 8,
8611
          "selresult": 5,
8612
          "output": "`foo[bar]baz´",
8613
          "innerHTML": "`foo[bar]baz´",
8614
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
8615
          "bodyInnerHTML": "`foo[bar]baz´",
8616
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
8617
        },
8618
        "div": {
8619
          "valscore": 1,
8620
          "selscore": 1,
8621
          "valresult": 8,
8622
          "selresult": 5,
8623
          "output": "`foo[´`bar]´`baz´",
8624
          "innerHTML": "`foo[´`bar]´`baz´",
8625
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>",
8626
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar]´`baz´</div>CAN<br>ARY",
8627
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>CAN<br>ARY</body>"
8628
        }
8629
      },
8630
      "I_I-1_SR": {
8631
        "dM": {
8632
          "valscore": 1,
8633
          "selscore": 1,
8634
          "valresult": 8,
8635
          "selresult": 5,
8636
          "output": "`foo[bar]baz´",
8637
          "innerHTML": "`foo[bar]baz´",
8638
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
8639
          "bodyInnerHTML": "`foo[bar]baz´",
8640
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
8641
        },
8642
        "body": {
8643
          "valscore": 1,
8644
          "selscore": 1,
8645
          "valresult": 8,
8646
          "selresult": 5,
8647
          "output": "`foo[bar]baz´",
8648
          "innerHTML": "`foo[bar]baz´",
8649
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
8650
          "bodyInnerHTML": "`foo[bar]baz´",
8651
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
8652
        },
8653
        "div": {
8654
          "valscore": 1,
8655
          "selscore": 1,
8656
          "valresult": 8,
8657
          "selresult": 5,
8658
          "output": "`foo´`[bar´`]baz´",
8659
          "innerHTML": "`foo´`[bar´`]baz´",
8660
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>",
8661
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar´`]baz´</div>CAN<br>ARY",
8662
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>CAN<br>ARY</body>"
8663
        }
8664
      },
8665
      "I_EM-1_SW": {
8666
        "dM": {
8667
          "valscore": 0,
8668
          "selscore": 0,
8669
          "valresult": 6,
8670
          "selresult": 3,
8671
          "output": "`foo´<i><em>`[bar]´</em></i>`baz´",
8672
          "innerHTML": "`foo´<i><em>`[bar]´</em></i>`baz´",
8673
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<i><em>`[bar]´</em></i>`baz´</body>",
8674
          "bodyInnerHTML": "`foo´<i><em>`[bar]´</em></i>`baz´",
8675
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<i><em>`[bar]´</em></i>`baz´</body>"
8676
        },
8677
        "body": {
8678
          "valscore": 0,
8679
          "selscore": 0,
8680
          "valresult": 6,
8681
          "selresult": 3,
8682
          "output": "`foo´<i><em>`[bar]´</em></i>`baz´",
8683
          "innerHTML": "`foo´<i><em>`[bar]´</em></i>`baz´",
8684
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<i><em>`[bar]´</em></i>`baz´</body>",
8685
          "bodyInnerHTML": "`foo´<i><em>`[bar]´</em></i>`baz´",
8686
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<i><em>`[bar]´</em></i>`baz´</body>"
8687
        },
8688
        "div": {
8689
          "valscore": 0,
8690
          "selscore": 0,
8691
          "valresult": 6,
8692
          "selresult": 3,
8693
          "output": "`foo´<i><em>`[bar]´</em></i>`baz´",
8694
          "innerHTML": "`foo´<i><em>`[bar]´</em></i>`baz´",
8695
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<i><em>`[bar]´</em></i>`baz´</div>",
8696
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<i><em>`[bar]´</em></i>`baz´</div>CAN<br>ARY",
8697
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<i><em>`[bar]´</em></i>`baz´</div>CAN<br>ARY</body>"
8698
        }
8699
      },
8700
      "I_EM-1_SO": {
8701
        "dM": {
8702
          "valscore": 0,
8703
          "selscore": 0,
8704
          "valresult": 6,
8705
          "selresult": 3,
8706
          "output": "`foo[´<i><em>`bar´</em></i>`]baz´",
8707
          "innerHTML": "`foo[´<i><em>`bar´</em></i>`]baz´",
8708
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<i><em>`bar´</em></i>`]baz´</body>",
8709
          "bodyInnerHTML": "`foo[´<i><em>`bar´</em></i>`]baz´",
8710
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<i><em>`bar´</em></i>`]baz´</body>"
8711
        },
8712
        "body": {
8713
          "valscore": 0,
8714
          "selscore": 0,
8715
          "valresult": 6,
8716
          "selresult": 3,
8717
          "output": "`foo[´<i><em>`bar´</em></i>`]baz´",
8718
          "innerHTML": "`foo[´<i><em>`bar´</em></i>`]baz´",
8719
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<i><em>`bar´</em></i>`]baz´</body>",
8720
          "bodyInnerHTML": "`foo[´<i><em>`bar´</em></i>`]baz´",
8721
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<i><em>`bar´</em></i>`]baz´</body>"
8722
        },
8723
        "div": {
8724
          "valscore": 0,
8725
          "selscore": 0,
8726
          "valresult": 6,
8727
          "selresult": 3,
8728
          "output": "`foo[´<i><em>`bar´</em></i>`]baz´",
8729
          "innerHTML": "`foo[´<i><em>`bar´</em></i>`]baz´",
8730
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<i><em>`bar´</em></i>`]baz´</div>",
8731
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<i><em>`bar´</em></i>`]baz´</div>CAN<br>ARY",
8732
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<i><em>`bar´</em></i>`]baz´</div>CAN<br>ARY</body>"
8733
        }
8734
      },
8735
      "I_EM-1_SL": {
8736
        "dM": {
8737
          "valscore": 0,
8738
          "selscore": 0,
8739
          "valresult": 6,
8740
          "selresult": 3,
8741
          "output": "`foo[´<i><em>`bar]´</em></i>`baz´",
8742
          "innerHTML": "`foo[´<i><em>`bar]´</em></i>`baz´",
8743
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<i><em>`bar]´</em></i>`baz´</body>",
8744
          "bodyInnerHTML": "`foo[´<i><em>`bar]´</em></i>`baz´",
8745
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<i><em>`bar]´</em></i>`baz´</body>"
8746
        },
8747
        "body": {
8748
          "valscore": 0,
8749
          "selscore": 0,
8750
          "valresult": 6,
8751
          "selresult": 3,
8752
          "output": "`foo[´<i><em>`bar]´</em></i>`baz´",
8753
          "innerHTML": "`foo[´<i><em>`bar]´</em></i>`baz´",
8754
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<i><em>`bar]´</em></i>`baz´</body>",
8755
          "bodyInnerHTML": "`foo[´<i><em>`bar]´</em></i>`baz´",
8756
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<i><em>`bar]´</em></i>`baz´</body>"
8757
        },
8758
        "div": {
8759
          "valscore": 0,
8760
          "selscore": 0,
8761
          "valresult": 6,
8762
          "selresult": 3,
8763
          "output": "`foo[´<i><em>`bar]´</em></i>`baz´",
8764
          "innerHTML": "`foo[´<i><em>`bar]´</em></i>`baz´",
8765
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<i><em>`bar]´</em></i>`baz´</div>",
8766
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<i><em>`bar]´</em></i>`baz´</div>CAN<br>ARY",
8767
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<i><em>`bar]´</em></i>`baz´</div>CAN<br>ARY</body>"
8768
        }
8769
      },
8770
      "I_EM-1_SR": {
8771
        "dM": {
8772
          "valscore": 0,
8773
          "selscore": 0,
8774
          "valresult": 6,
8775
          "selresult": 3,
8776
          "output": "`foo´<i><em>`[bar´</em></i>`]baz´",
8777
          "innerHTML": "`foo´<i><em>`[bar´</em></i>`]baz´",
8778
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<i><em>`[bar´</em></i>`]baz´</body>",
8779
          "bodyInnerHTML": "`foo´<i><em>`[bar´</em></i>`]baz´",
8780
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<i><em>`[bar´</em></i>`]baz´</body>"
8781
        },
8782
        "body": {
8783
          "valscore": 0,
8784
          "selscore": 0,
8785
          "valresult": 6,
8786
          "selresult": 3,
8787
          "output": "`foo´<i><em>`[bar´</em></i>`]baz´",
8788
          "innerHTML": "`foo´<i><em>`[bar´</em></i>`]baz´",
8789
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<i><em>`[bar´</em></i>`]baz´</body>",
8790
          "bodyInnerHTML": "`foo´<i><em>`[bar´</em></i>`]baz´",
8791
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<i><em>`[bar´</em></i>`]baz´</body>"
8792
        },
8793
        "div": {
8794
          "valscore": 0,
8795
          "selscore": 0,
8796
          "valresult": 6,
8797
          "selresult": 3,
8798
          "output": "`foo´<i><em>`[bar´</em></i>`]baz´",
8799
          "innerHTML": "`foo´<i><em>`[bar´</em></i>`]baz´",
8800
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<i><em>`[bar´</em></i>`]baz´</div>",
8801
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<i><em>`[bar´</em></i>`]baz´</div>CAN<br>ARY",
8802
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<i><em>`[bar´</em></i>`]baz´</div>CAN<br>ARY</body>"
8803
        }
8804
      },
8805
      "I_SPANs:fs:i-1_SW": {
8806
        "dM": {
8807
          "valscore": 0,
8808
          "selscore": 0,
8809
          "valresult": 6,
8810
          "selresult": 3,
8811
          "output": "`foo´<i><span style=\"font-style: italic\">`[bar]´</span></i>`baz´",
8812
          "innerHTML": "`foo´<i><span style=\"font-style: italic\">`[bar]´</span></i>`baz´",
8813
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<i><span style=\"font-style: italic\">`[bar]´</span></i>`baz´</body>",
8814
          "bodyInnerHTML": "`foo´<i><span style=\"font-style: italic\">`[bar]´</span></i>`baz´",
8815
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<i><span style=\"font-style: italic\">`[bar]´</span></i>`baz´</body>"
8816
        },
8817
        "body": {
8818
          "valscore": 0,
8819
          "selscore": 0,
8820
          "valresult": 6,
8821
          "selresult": 3,
8822
          "output": "`foo´<i><span style=\"font-style: italic\">`[bar]´</span></i>`baz´",
8823
          "innerHTML": "`foo´<i><span style=\"font-style: italic\">`[bar]´</span></i>`baz´",
8824
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<i><span style=\"font-style: italic\">`[bar]´</span></i>`baz´</body>",
8825
          "bodyInnerHTML": "`foo´<i><span style=\"font-style: italic\">`[bar]´</span></i>`baz´",
8826
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<i><span style=\"font-style: italic\">`[bar]´</span></i>`baz´</body>"
8827
        },
8828
        "div": {
8829
          "valscore": 0,
8830
          "selscore": 0,
8831
          "valresult": 6,
8832
          "selresult": 3,
8833
          "output": "`foo´<i><span style=\"font-style: italic\">`[bar]´</span></i>`baz´",
8834
          "innerHTML": "`foo´<i><span style=\"font-style: italic\">`[bar]´</span></i>`baz´",
8835
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<i><span style=\"font-style: italic\">`[bar]´</span></i>`baz´</div>",
8836
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<i><span style=\"font-style: italic\">`[bar]´</span></i>`baz´</div>CAN<br>ARY",
8837
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<i><span style=\"font-style: italic\">`[bar]´</span></i>`baz´</div>CAN<br>ARY</body>"
8838
        }
8839
      },
8840
      "I_SPANs:fs:i-1_SO": {
8841
        "dM": {
8842
          "valscore": 0,
8843
          "selscore": 0,
8844
          "valresult": 6,
8845
          "selresult": 3,
8846
          "output": "`foo[´<i><span style=\"font-style: italic\">`bar´</span></i>`]baz´",
8847
          "innerHTML": "`foo[´<i><span style=\"font-style: italic\">`bar´</span></i>`]baz´",
8848
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<i><span style=\"font-style: italic\">`bar´</span></i>`]baz´</body>",
8849
          "bodyInnerHTML": "`foo[´<i><span style=\"font-style: italic\">`bar´</span></i>`]baz´",
8850
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<i><span style=\"font-style: italic\">`bar´</span></i>`]baz´</body>"
8851
        },
8852
        "body": {
8853
          "valscore": 0,
8854
          "selscore": 0,
8855
          "valresult": 6,
8856
          "selresult": 3,
8857
          "output": "`foo[´<i><span style=\"font-style: italic\">`bar´</span></i>`]baz´",
8858
          "innerHTML": "`foo[´<i><span style=\"font-style: italic\">`bar´</span></i>`]baz´",
8859
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<i><span style=\"font-style: italic\">`bar´</span></i>`]baz´</body>",
8860
          "bodyInnerHTML": "`foo[´<i><span style=\"font-style: italic\">`bar´</span></i>`]baz´",
8861
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<i><span style=\"font-style: italic\">`bar´</span></i>`]baz´</body>"
8862
        },
8863
        "div": {
8864
          "valscore": 0,
8865
          "selscore": 0,
8866
          "valresult": 6,
8867
          "selresult": 3,
8868
          "output": "`foo[´<i><span style=\"font-style: italic\">`bar´</span></i>`]baz´",
8869
          "innerHTML": "`foo[´<i><span style=\"font-style: italic\">`bar´</span></i>`]baz´",
8870
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<i><span style=\"font-style: italic\">`bar´</span></i>`]baz´</div>",
8871
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<i><span style=\"font-style: italic\">`bar´</span></i>`]baz´</div>CAN<br>ARY",
8872
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<i><span style=\"font-style: italic\">`bar´</span></i>`]baz´</div>CAN<br>ARY</body>"
8873
        }
8874
      },
8875
      "I_SPANs:fs:i-1_SL": {
8876
        "dM": {
8877
          "valscore": 0,
8878
          "selscore": 0,
8879
          "valresult": 6,
8880
          "selresult": 3,
8881
          "output": "`foo[´<i><span style=\"font-style: italic\">`bar]´</span></i>`baz´",
8882
          "innerHTML": "`foo[´<i><span style=\"font-style: italic\">`bar]´</span></i>`baz´",
8883
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<i><span style=\"font-style: italic\">`bar]´</span></i>`baz´</body>",
8884
          "bodyInnerHTML": "`foo[´<i><span style=\"font-style: italic\">`bar]´</span></i>`baz´",
8885
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<i><span style=\"font-style: italic\">`bar]´</span></i>`baz´</body>"
8886
        },
8887
        "body": {
8888
          "valscore": 0,
8889
          "selscore": 0,
8890
          "valresult": 6,
8891
          "selresult": 3,
8892
          "output": "`foo[´<i><span style=\"font-style: italic\">`bar]´</span></i>`baz´",
8893
          "innerHTML": "`foo[´<i><span style=\"font-style: italic\">`bar]´</span></i>`baz´",
8894
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<i><span style=\"font-style: italic\">`bar]´</span></i>`baz´</body>",
8895
          "bodyInnerHTML": "`foo[´<i><span style=\"font-style: italic\">`bar]´</span></i>`baz´",
8896
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<i><span style=\"font-style: italic\">`bar]´</span></i>`baz´</body>"
8897
        },
8898
        "div": {
8899
          "valscore": 0,
8900
          "selscore": 0,
8901
          "valresult": 6,
8902
          "selresult": 3,
8903
          "output": "`foo[´<i><span style=\"font-style: italic\">`bar]´</span></i>`baz´",
8904
          "innerHTML": "`foo[´<i><span style=\"font-style: italic\">`bar]´</span></i>`baz´",
8905
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<i><span style=\"font-style: italic\">`bar]´</span></i>`baz´</div>",
8906
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<i><span style=\"font-style: italic\">`bar]´</span></i>`baz´</div>CAN<br>ARY",
8907
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<i><span style=\"font-style: italic\">`bar]´</span></i>`baz´</div>CAN<br>ARY</body>"
8908
        }
8909
      },
8910
      "I_SPANs:fs:i-1_SR": {
8911
        "dM": {
8912
          "valscore": 0,
8913
          "selscore": 0,
8914
          "valresult": 6,
8915
          "selresult": 3,
8916
          "output": "`foo´<i><span style=\"font-style: italic\">`[bar´</span></i>`]baz´",
8917
          "innerHTML": "`foo´<i><span style=\"font-style: italic\">`[bar´</span></i>`]baz´",
8918
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<i><span style=\"font-style: italic\">`[bar´</span></i>`]baz´</body>",
8919
          "bodyInnerHTML": "`foo´<i><span style=\"font-style: italic\">`[bar´</span></i>`]baz´",
8920
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<i><span style=\"font-style: italic\">`[bar´</span></i>`]baz´</body>"
8921
        },
8922
        "body": {
8923
          "valscore": 0,
8924
          "selscore": 0,
8925
          "valresult": 6,
8926
          "selresult": 3,
8927
          "output": "`foo´<i><span style=\"font-style: italic\">`[bar´</span></i>`]baz´",
8928
          "innerHTML": "`foo´<i><span style=\"font-style: italic\">`[bar´</span></i>`]baz´",
8929
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<i><span style=\"font-style: italic\">`[bar´</span></i>`]baz´</body>",
8930
          "bodyInnerHTML": "`foo´<i><span style=\"font-style: italic\">`[bar´</span></i>`]baz´",
8931
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<i><span style=\"font-style: italic\">`[bar´</span></i>`]baz´</body>"
8932
        },
8933
        "div": {
8934
          "valscore": 0,
8935
          "selscore": 0,
8936
          "valresult": 6,
8937
          "selresult": 3,
8938
          "output": "`foo´<i><span style=\"font-style: italic\">`[bar´</span></i>`]baz´",
8939
          "innerHTML": "`foo´<i><span style=\"font-style: italic\">`[bar´</span></i>`]baz´",
8940
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<i><span style=\"font-style: italic\">`[bar´</span></i>`]baz´</div>",
8941
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<i><span style=\"font-style: italic\">`[bar´</span></i>`]baz´</div>CAN<br>ARY",
8942
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<i><span style=\"font-style: italic\">`[bar´</span></i>`]baz´</div>CAN<br>ARY</body>"
8943
        }
8944
      },
8945
      "I_I-P3-1_SO2": {
8946
        "dM": {
8947
          "valscore": 1,
8948
          "selscore": 0,
8949
          "valresult": 8,
8950
          "selresult": 2,
8951
          "output": "<i><p>`foo´</p>{</i><p>`bar´</p>}<i><p>`baz´</p></i>",
8952
          "innerHTML": "<i><p>`foo´</p>{</i><p>`bar´</p>}<i><p>`baz´</p></i>",
8953
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><i><p>`foo´</p>{</i><p>`bar´</p>}<i><p>`baz´</p></i></body>",
8954
          "bodyInnerHTML": "<i><p>`foo´</p>{</i><p>`bar´</p>}<i><p>`baz´</p></i>",
8955
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><i><p>`foo´</p>{</i><p>`bar´</p>}<i><p>`baz´</p></i></body>"
8956
        },
8957
        "body": {
8958
          "valscore": 1,
8959
          "selscore": 0,
8960
          "valresult": 8,
8961
          "selresult": 2,
8962
          "output": "<i><p>`foo´</p>{</i><p>`bar´</p>}<i><p>`baz´</p></i>",
8963
          "innerHTML": "<i><p>`foo´</p>{</i><p>`bar´</p>}<i><p>`baz´</p></i>",
8964
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><i><p>`foo´</p>{</i><p>`bar´</p>}<i><p>`baz´</p></i></body>",
8965
          "bodyInnerHTML": "<i><p>`foo´</p>{</i><p>`bar´</p>}<i><p>`baz´</p></i>",
8966
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><i><p>`foo´</p>{</i><p>`bar´</p>}<i><p>`baz´</p></i></body>"
8967
        },
8968
        "div": {
8969
          "valscore": 1,
8970
          "selscore": 0,
8971
          "valresult": 8,
8972
          "selresult": 2,
8973
          "output": "<i><p>`foo´</p>{</i><p>`bar´</p>}<i><p>`baz´</p></i>",
8974
          "innerHTML": "<i><p>`foo´</p>{</i><p>`bar´</p>}<i><p>`baz´</p></i>",
8975
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><i><p>`foo´</p>{</i><p>`bar´</p>}<i><p>`baz´</p></i></div>",
8976
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><i><p>`foo´</p>{</i><p>`bar´</p>}<i><p>`baz´</p></i></div>CAN<br>ARY",
8977
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><i><p>`foo´</p>{</i><p>`bar´</p>}<i><p>`baz´</p></i></div>CAN<br>ARY</body>"
8978
        }
8979
      },
8980
      "U_U-1_SW": {
8981
        "dM": {
8982
          "valscore": 0,
8983
          "selscore": 0,
8984
          "valresult": 6,
8985
          "selresult": 3,
8986
          "output": "`foo´<u>`[bar]´</u>`baz´",
8987
          "innerHTML": "`foo´<u>`[bar]´</u>`baz´",
8988
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<u>`[bar]´</u>`baz´</body>",
8989
          "bodyInnerHTML": "`foo´<u>`[bar]´</u>`baz´",
8990
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<u>`[bar]´</u>`baz´</body>"
8991
        },
8992
        "body": {
8993
          "valscore": 0,
8994
          "selscore": 0,
8995
          "valresult": 6,
8996
          "selresult": 3,
8997
          "output": "`foo´<u>`[bar]´</u>`baz´",
8998
          "innerHTML": "`foo´<u>`[bar]´</u>`baz´",
8999
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<u>`[bar]´</u>`baz´</body>",
9000
          "bodyInnerHTML": "`foo´<u>`[bar]´</u>`baz´",
9001
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<u>`[bar]´</u>`baz´</body>"
9002
        },
9003
        "div": {
9004
          "valscore": 1,
9005
          "selscore": 1,
9006
          "valresult": 8,
9007
          "selresult": 5,
9008
          "output": "`foo´`[bar]´`baz´",
9009
          "innerHTML": "`foo´`[bar]´`baz´",
9010
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>",
9011
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar]´`baz´</div>CAN<br>ARY",
9012
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>CAN<br>ARY</body>"
9013
        }
9014
      },
9015
      "U_U-1_SO": {
9016
        "dM": {
9017
          "valscore": 1,
9018
          "selscore": 1,
9019
          "valresult": 8,
9020
          "selresult": 5,
9021
          "output": "`foo[bar]baz´",
9022
          "innerHTML": "`foo[bar]baz´",
9023
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
9024
          "bodyInnerHTML": "`foo[bar]baz´",
9025
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
9026
        },
9027
        "body": {
9028
          "valscore": 1,
9029
          "selscore": 1,
9030
          "valresult": 8,
9031
          "selresult": 5,
9032
          "output": "`foo[bar]baz´",
9033
          "innerHTML": "`foo[bar]baz´",
9034
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
9035
          "bodyInnerHTML": "`foo[bar]baz´",
9036
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
9037
        },
9038
        "div": {
9039
          "valscore": 1,
9040
          "selscore": 1,
9041
          "valresult": 8,
9042
          "selresult": 5,
9043
          "output": "`foo[´`bar´`]baz´",
9044
          "innerHTML": "`foo[´`bar´`]baz´",
9045
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>",
9046
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar´`]baz´</div>CAN<br>ARY",
9047
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>CAN<br>ARY</body>"
9048
        }
9049
      },
9050
      "U_U-1_SL": {
9051
        "dM": {
9052
          "valscore": 1,
9053
          "selscore": 1,
9054
          "valresult": 8,
9055
          "selresult": 5,
9056
          "output": "`foo[bar]baz´",
9057
          "innerHTML": "`foo[bar]baz´",
9058
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
9059
          "bodyInnerHTML": "`foo[bar]baz´",
9060
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
9061
        },
9062
        "body": {
9063
          "valscore": 1,
9064
          "selscore": 1,
9065
          "valresult": 8,
9066
          "selresult": 5,
9067
          "output": "`foo[bar]baz´",
9068
          "innerHTML": "`foo[bar]baz´",
9069
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
9070
          "bodyInnerHTML": "`foo[bar]baz´",
9071
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
9072
        },
9073
        "div": {
9074
          "valscore": 1,
9075
          "selscore": 1,
9076
          "valresult": 8,
9077
          "selresult": 5,
9078
          "output": "`foo[´`bar]´`baz´",
9079
          "innerHTML": "`foo[´`bar]´`baz´",
9080
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>",
9081
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar]´`baz´</div>CAN<br>ARY",
9082
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>CAN<br>ARY</body>"
9083
        }
9084
      },
9085
      "U_U-1_SR": {
9086
        "dM": {
9087
          "valscore": 1,
9088
          "selscore": 1,
9089
          "valresult": 8,
9090
          "selresult": 5,
9091
          "output": "`foo[bar]baz´",
9092
          "innerHTML": "`foo[bar]baz´",
9093
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
9094
          "bodyInnerHTML": "`foo[bar]baz´",
9095
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
9096
        },
9097
        "body": {
9098
          "valscore": 1,
9099
          "selscore": 1,
9100
          "valresult": 8,
9101
          "selresult": 5,
9102
          "output": "`foo[bar]baz´",
9103
          "innerHTML": "`foo[bar]baz´",
9104
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
9105
          "bodyInnerHTML": "`foo[bar]baz´",
9106
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
9107
        },
9108
        "div": {
9109
          "valscore": 1,
9110
          "selscore": 1,
9111
          "valresult": 8,
9112
          "selresult": 5,
9113
          "output": "`foo´`[bar´`]baz´",
9114
          "innerHTML": "`foo´`[bar´`]baz´",
9115
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>",
9116
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar´`]baz´</div>CAN<br>ARY",
9117
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>CAN<br>ARY</body>"
9118
        }
9119
      },
9120
      "U_SPANs:td:u-1_SW": {
9121
        "dM": {
9122
          "valscore": 0,
9123
          "selscore": 0,
9124
          "valresult": 6,
9125
          "selresult": 3,
9126
          "output": "`foo´<u><span style=\"text-decoration: underline\">`[bar]´</span></u>`baz´",
9127
          "innerHTML": "`foo´<u><span style=\"text-decoration: underline\">`[bar]´</span></u>`baz´",
9128
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<u><span style=\"text-decoration: underline\">`[bar]´</span></u>`baz´</body>",
9129
          "bodyInnerHTML": "`foo´<u><span style=\"text-decoration: underline\">`[bar]´</span></u>`baz´",
9130
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<u><span style=\"text-decoration: underline\">`[bar]´</span></u>`baz´</body>"
9131
        },
9132
        "body": {
9133
          "valscore": 0,
9134
          "selscore": 0,
9135
          "valresult": 6,
9136
          "selresult": 3,
9137
          "output": "`foo´<u><span style=\"text-decoration: underline\">`[bar]´</span></u>`baz´",
9138
          "innerHTML": "`foo´<u><span style=\"text-decoration: underline\">`[bar]´</span></u>`baz´",
9139
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<u><span style=\"text-decoration: underline\">`[bar]´</span></u>`baz´</body>",
9140
          "bodyInnerHTML": "`foo´<u><span style=\"text-decoration: underline\">`[bar]´</span></u>`baz´",
9141
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<u><span style=\"text-decoration: underline\">`[bar]´</span></u>`baz´</body>"
9142
        },
9143
        "div": {
9144
          "valscore": 0,
9145
          "selscore": 0,
9146
          "valresult": 6,
9147
          "selresult": 3,
9148
          "output": "`foo´<u><span style=\"text-decoration: underline\">`[bar]´</span></u>`baz´",
9149
          "innerHTML": "`foo´<u><span style=\"text-decoration: underline\">`[bar]´</span></u>`baz´",
9150
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<u><span style=\"text-decoration: underline\">`[bar]´</span></u>`baz´</div>",
9151
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<u><span style=\"text-decoration: underline\">`[bar]´</span></u>`baz´</div>CAN<br>ARY",
9152
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<u><span style=\"text-decoration: underline\">`[bar]´</span></u>`baz´</div>CAN<br>ARY</body>"
9153
        }
9154
      },
9155
      "U_SPANs:td:u-1_SO": {
9156
        "dM": {
9157
          "valscore": 0,
9158
          "selscore": 0,
9159
          "valresult": 6,
9160
          "selresult": 3,
9161
          "output": "`foo[´<u><span style=\"text-decoration: underline\">`bar´</span></u>`]baz´",
9162
          "innerHTML": "`foo[´<u><span style=\"text-decoration: underline\">`bar´</span></u>`]baz´",
9163
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<u><span style=\"text-decoration: underline\">`bar´</span></u>`]baz´</body>",
9164
          "bodyInnerHTML": "`foo[´<u><span style=\"text-decoration: underline\">`bar´</span></u>`]baz´",
9165
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<u><span style=\"text-decoration: underline\">`bar´</span></u>`]baz´</body>"
9166
        },
9167
        "body": {
9168
          "valscore": 0,
9169
          "selscore": 0,
9170
          "valresult": 6,
9171
          "selresult": 3,
9172
          "output": "`foo[´<u><span style=\"text-decoration: underline\">`bar´</span></u>`]baz´",
9173
          "innerHTML": "`foo[´<u><span style=\"text-decoration: underline\">`bar´</span></u>`]baz´",
9174
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<u><span style=\"text-decoration: underline\">`bar´</span></u>`]baz´</body>",
9175
          "bodyInnerHTML": "`foo[´<u><span style=\"text-decoration: underline\">`bar´</span></u>`]baz´",
9176
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<u><span style=\"text-decoration: underline\">`bar´</span></u>`]baz´</body>"
9177
        },
9178
        "div": {
9179
          "valscore": 0,
9180
          "selscore": 0,
9181
          "valresult": 6,
9182
          "selresult": 3,
9183
          "output": "`foo[´<u><span style=\"text-decoration: underline\">`bar´</span></u>`]baz´",
9184
          "innerHTML": "`foo[´<u><span style=\"text-decoration: underline\">`bar´</span></u>`]baz´",
9185
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<u><span style=\"text-decoration: underline\">`bar´</span></u>`]baz´</div>",
9186
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<u><span style=\"text-decoration: underline\">`bar´</span></u>`]baz´</div>CAN<br>ARY",
9187
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<u><span style=\"text-decoration: underline\">`bar´</span></u>`]baz´</div>CAN<br>ARY</body>"
9188
        }
9189
      },
9190
      "U_SPANs:td:u-1_SL": {
9191
        "dM": {
9192
          "valscore": 0,
9193
          "selscore": 0,
9194
          "valresult": 6,
9195
          "selresult": 3,
9196
          "output": "`foo[´<u><span style=\"text-decoration: underline\">`bar]´</span></u>`baz´",
9197
          "innerHTML": "`foo[´<u><span style=\"text-decoration: underline\">`bar]´</span></u>`baz´",
9198
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<u><span style=\"text-decoration: underline\">`bar]´</span></u>`baz´</body>",
9199
          "bodyInnerHTML": "`foo[´<u><span style=\"text-decoration: underline\">`bar]´</span></u>`baz´",
9200
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<u><span style=\"text-decoration: underline\">`bar]´</span></u>`baz´</body>"
9201
        },
9202
        "body": {
9203
          "valscore": 0,
9204
          "selscore": 0,
9205
          "valresult": 6,
9206
          "selresult": 3,
9207
          "output": "`foo[´<u><span style=\"text-decoration: underline\">`bar]´</span></u>`baz´",
9208
          "innerHTML": "`foo[´<u><span style=\"text-decoration: underline\">`bar]´</span></u>`baz´",
9209
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<u><span style=\"text-decoration: underline\">`bar]´</span></u>`baz´</body>",
9210
          "bodyInnerHTML": "`foo[´<u><span style=\"text-decoration: underline\">`bar]´</span></u>`baz´",
9211
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<u><span style=\"text-decoration: underline\">`bar]´</span></u>`baz´</body>"
9212
        },
9213
        "div": {
9214
          "valscore": 0,
9215
          "selscore": 0,
9216
          "valresult": 6,
9217
          "selresult": 3,
9218
          "output": "`foo[´<u><span style=\"text-decoration: underline\">`bar]´</span></u>`baz´",
9219
          "innerHTML": "`foo[´<u><span style=\"text-decoration: underline\">`bar]´</span></u>`baz´",
9220
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<u><span style=\"text-decoration: underline\">`bar]´</span></u>`baz´</div>",
9221
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<u><span style=\"text-decoration: underline\">`bar]´</span></u>`baz´</div>CAN<br>ARY",
9222
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<u><span style=\"text-decoration: underline\">`bar]´</span></u>`baz´</div>CAN<br>ARY</body>"
9223
        }
9224
      },
9225
      "U_SPANs:td:u-1_SR": {
9226
        "dM": {
9227
          "valscore": 0,
9228
          "selscore": 0,
9229
          "valresult": 6,
9230
          "selresult": 3,
9231
          "output": "`foo´<u><span style=\"text-decoration: underline\">`[bar´</span></u>`]baz´",
9232
          "innerHTML": "`foo´<u><span style=\"text-decoration: underline\">`[bar´</span></u>`]baz´",
9233
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<u><span style=\"text-decoration: underline\">`[bar´</span></u>`]baz´</body>",
9234
          "bodyInnerHTML": "`foo´<u><span style=\"text-decoration: underline\">`[bar´</span></u>`]baz´",
9235
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<u><span style=\"text-decoration: underline\">`[bar´</span></u>`]baz´</body>"
9236
        },
9237
        "body": {
9238
          "valscore": 0,
9239
          "selscore": 0,
9240
          "valresult": 6,
9241
          "selresult": 3,
9242
          "output": "`foo´<u><span style=\"text-decoration: underline\">`[bar´</span></u>`]baz´",
9243
          "innerHTML": "`foo´<u><span style=\"text-decoration: underline\">`[bar´</span></u>`]baz´",
9244
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<u><span style=\"text-decoration: underline\">`[bar´</span></u>`]baz´</body>",
9245
          "bodyInnerHTML": "`foo´<u><span style=\"text-decoration: underline\">`[bar´</span></u>`]baz´",
9246
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<u><span style=\"text-decoration: underline\">`[bar´</span></u>`]baz´</body>"
9247
        },
9248
        "div": {
9249
          "valscore": 0,
9250
          "selscore": 0,
9251
          "valresult": 6,
9252
          "selresult": 3,
9253
          "output": "`foo´<u><span style=\"text-decoration: underline\">`[bar´</span></u>`]baz´",
9254
          "innerHTML": "`foo´<u><span style=\"text-decoration: underline\">`[bar´</span></u>`]baz´",
9255
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<u><span style=\"text-decoration: underline\">`[bar´</span></u>`]baz´</div>",
9256
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<u><span style=\"text-decoration: underline\">`[bar´</span></u>`]baz´</div>CAN<br>ARY",
9257
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<u><span style=\"text-decoration: underline\">`[bar´</span></u>`]baz´</div>CAN<br>ARY</body>"
9258
        }
9259
      },
9260
      "U_U-S-1_SO": {
9261
        "dM": {
9262
          "valscore": 1,
9263
          "selscore": 0,
9264
          "valresult": 8,
9265
          "selresult": 2,
9266
          "output": "<u>`foo[´</u>`bar´<s>`baz´</s>`quoz]´",
9267
          "innerHTML": "<u>`foo[´</u>`bar´<s>`baz´</s>`quoz]´",
9268
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><u>`foo[´</u>`bar´<s>`baz´</s>`quoz]´</body>",
9269
          "bodyInnerHTML": "<u>`foo[´</u>`bar´<s>`baz´</s>`quoz]´",
9270
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><u>`foo[´</u>`bar´<s>`baz´</s>`quoz]´</body>"
9271
        },
9272
        "body": {
9273
          "valscore": 1,
9274
          "selscore": 0,
9275
          "valresult": 8,
9276
          "selresult": 2,
9277
          "output": "<u>`foo[´</u>`bar´<s>`baz´</s>`quoz]´",
9278
          "innerHTML": "<u>`foo[´</u>`bar´<s>`baz´</s>`quoz]´",
9279
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><u>`foo[´</u>`bar´<s>`baz´</s>`quoz]´</body>",
9280
          "bodyInnerHTML": "<u>`foo[´</u>`bar´<s>`baz´</s>`quoz]´",
9281
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><u>`foo[´</u>`bar´<s>`baz´</s>`quoz]´</body>"
9282
        },
9283
        "div": {
9284
          "valscore": 1,
9285
          "selscore": 0,
9286
          "valresult": 8,
9287
          "selresult": 2,
9288
          "output": "<u>`foo[´</u>`bar´<s>`baz´</s>`quoz]´",
9289
          "innerHTML": "<u>`foo[´</u>`bar´<s>`baz´</s>`quoz]´",
9290
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><u>`foo[´</u>`bar´<s>`baz´</s>`quoz]´</div>",
9291
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><u>`foo[´</u>`bar´<s>`baz´</s>`quoz]´</div>CAN<br>ARY",
9292
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><u>`foo[´</u>`bar´<s>`baz´</s>`quoz]´</div>CAN<br>ARY</body>"
9293
        }
9294
      },
9295
      "U_U-S-2_SI": {
9296
        "dM": {
9297
          "valscore": 0,
9298
          "selscore": 0,
9299
          "valresult": 6,
9300
          "selresult": 3,
9301
          "output": "<u><s>`foo[´</s></u><s>`bar]´</s><u><s>`baz´</s>`quoz´</u>",
9302
          "innerHTML": "<u><s>`foo[´</s></u><s>`bar]´</s><u><s>`baz´</s>`quoz´</u>",
9303
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><u><s>`foo[´</s></u><s>`bar]´</s><u><s>`baz´</s>`quoz´</u></body>",
9304
          "bodyInnerHTML": "<u><s>`foo[´</s></u><s>`bar]´</s><u><s>`baz´</s>`quoz´</u>",
9305
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><u><s>`foo[´</s></u><s>`bar]´</s><u><s>`baz´</s>`quoz´</u></body>"
9306
        },
9307
        "body": {
9308
          "valscore": 0,
9309
          "selscore": 0,
9310
          "valresult": 6,
9311
          "selresult": 3,
9312
          "output": "<u><s>`foo[´</s></u><s>`bar]´</s><u><s>`baz´</s>`quoz´</u>",
9313
          "innerHTML": "<u><s>`foo[´</s></u><s>`bar]´</s><u><s>`baz´</s>`quoz´</u>",
9314
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><u><s>`foo[´</s></u><s>`bar]´</s><u><s>`baz´</s>`quoz´</u></body>",
9315
          "bodyInnerHTML": "<u><s>`foo[´</s></u><s>`bar]´</s><u><s>`baz´</s>`quoz´</u>",
9316
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><u><s>`foo[´</s></u><s>`bar]´</s><u><s>`baz´</s>`quoz´</u></body>"
9317
        },
9318
        "div": {
9319
          "valscore": 0,
9320
          "selscore": 0,
9321
          "valresult": 6,
9322
          "selresult": 3,
9323
          "output": "<u><s>`foo[´</s></u><s>`bar]´</s><u><s>`baz´</s>`quoz´</u>",
9324
          "innerHTML": "<u><s>`foo[´</s></u><s>`bar]´</s><u><s>`baz´</s>`quoz´</u>",
9325
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><u><s>`foo[´</s></u><s>`bar]´</s><u><s>`baz´</s>`quoz´</u></div>",
9326
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><u><s>`foo[´</s></u><s>`bar]´</s><u><s>`baz´</s>`quoz´</u></div>CAN<br>ARY",
9327
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><u><s>`foo[´</s></u><s>`bar]´</s><u><s>`baz´</s>`quoz´</u></div>CAN<br>ARY</body>"
9328
        }
9329
      },
9330
      "U_U-P3-1_SO": {
9331
        "dM": {
9332
          "valscore": 1,
9333
          "selscore": 0,
9334
          "valresult": 8,
9335
          "selresult": 2,
9336
          "output": "<u><p>`foo´</p>{</u><p>`bar´</p>}<u><p>`baz´</p></u>",
9337
          "innerHTML": "<u><p>`foo´</p>{</u><p>`bar´</p>}<u><p>`baz´</p></u>",
9338
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><u><p>`foo´</p>{</u><p>`bar´</p>}<u><p>`baz´</p></u></body>",
9339
          "bodyInnerHTML": "<u><p>`foo´</p>{</u><p>`bar´</p>}<u><p>`baz´</p></u>",
9340
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><u><p>`foo´</p>{</u><p>`bar´</p>}<u><p>`baz´</p></u></body>"
9341
        },
9342
        "body": {
9343
          "valscore": 1,
9344
          "selscore": 0,
9345
          "valresult": 8,
9346
          "selresult": 2,
9347
          "output": "<u><p>`foo´</p>{</u><p>`bar´</p>}<u><p>`baz´</p></u>",
9348
          "innerHTML": "<u><p>`foo´</p>{</u><p>`bar´</p>}<u><p>`baz´</p></u>",
9349
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><u><p>`foo´</p>{</u><p>`bar´</p>}<u><p>`baz´</p></u></body>",
9350
          "bodyInnerHTML": "<u><p>`foo´</p>{</u><p>`bar´</p>}<u><p>`baz´</p></u>",
9351
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><u><p>`foo´</p>{</u><p>`bar´</p>}<u><p>`baz´</p></u></body>"
9352
        },
9353
        "div": {
9354
          "valscore": 1,
9355
          "selscore": 0,
9356
          "valresult": 8,
9357
          "selresult": 2,
9358
          "output": "<u><p>`foo´</p>{</u><p>`bar´</p>}<u><p>`baz´</p></u>",
9359
          "innerHTML": "<u><p>`foo´</p>{</u><p>`bar´</p>}<u><p>`baz´</p></u>",
9360
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><u><p>`foo´</p>{</u><p>`bar´</p>}<u><p>`baz´</p></u></div>",
9361
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><u><p>`foo´</p>{</u><p>`bar´</p>}<u><p>`baz´</p></u></div>CAN<br>ARY",
9362
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><u><p>`foo´</p>{</u><p>`bar´</p>}<u><p>`baz´</p></u></div>CAN<br>ARY</body>"
9363
        }
9364
      },
9365
      "S_S-1_SW": {
9366
        "dM": {
9367
          "valscore": 0,
9368
          "selscore": 0,
9369
          "valresult": 6,
9370
          "selresult": 3,
9371
          "output": "`foo´<s><strike>`[bar]´</strike></s>`baz´",
9372
          "innerHTML": "`foo´<s><strike>`[bar]´</strike></s>`baz´",
9373
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<s><strike>`[bar]´</strike></s>`baz´</body>",
9374
          "bodyInnerHTML": "`foo´<s><strike>`[bar]´</strike></s>`baz´",
9375
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<s><strike>`[bar]´</strike></s>`baz´</body>"
9376
        },
9377
        "body": {
9378
          "valscore": 0,
9379
          "selscore": 0,
9380
          "valresult": 6,
9381
          "selresult": 3,
9382
          "output": "`foo´<s><strike>`[bar]´</strike></s>`baz´",
9383
          "innerHTML": "`foo´<s><strike>`[bar]´</strike></s>`baz´",
9384
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<s><strike>`[bar]´</strike></s>`baz´</body>",
9385
          "bodyInnerHTML": "`foo´<s><strike>`[bar]´</strike></s>`baz´",
9386
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<s><strike>`[bar]´</strike></s>`baz´</body>"
9387
        },
9388
        "div": {
9389
          "valscore": 0,
9390
          "selscore": 0,
9391
          "valresult": 6,
9392
          "selresult": 3,
9393
          "output": "`foo´<strike><s>`[bar]´</s></strike>`baz´",
9394
          "innerHTML": "`foo´<strike><s>`[bar]´</s></strike>`baz´",
9395
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<strike><s>`[bar]´</s></strike>`baz´</div>",
9396
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<strike><s>`[bar]´</s></strike>`baz´</div>CAN<br>ARY",
9397
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<strike><s>`[bar]´</s></strike>`baz´</div>CAN<br>ARY</body>"
9398
        }
9399
      },
9400
      "S_S-1_SO": {
9401
        "dM": {
9402
          "valscore": 0,
9403
          "selscore": 0,
9404
          "valresult": 6,
9405
          "selresult": 3,
9406
          "output": "`foo[´<strike><s>`bar´</s></strike>`]baz´",
9407
          "innerHTML": "`foo[´<strike><s>`bar´</s></strike>`]baz´",
9408
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<strike><s>`bar´</s></strike>`]baz´</body>",
9409
          "bodyInnerHTML": "`foo[´<strike><s>`bar´</s></strike>`]baz´",
9410
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<strike><s>`bar´</s></strike>`]baz´</body>"
9411
        },
9412
        "body": {
9413
          "valscore": 0,
9414
          "selscore": 0,
9415
          "valresult": 6,
9416
          "selresult": 3,
9417
          "output": "`foo[´<strike><s>`bar´</s></strike>`]baz´",
9418
          "innerHTML": "`foo[´<strike><s>`bar´</s></strike>`]baz´",
9419
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<strike><s>`bar´</s></strike>`]baz´</body>",
9420
          "bodyInnerHTML": "`foo[´<strike><s>`bar´</s></strike>`]baz´",
9421
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<strike><s>`bar´</s></strike>`]baz´</body>"
9422
        },
9423
        "div": {
9424
          "valscore": 0,
9425
          "selscore": 0,
9426
          "valresult": 6,
9427
          "selresult": 3,
9428
          "output": "`foo[´<strike><s>`bar´</s></strike>`]baz´",
9429
          "innerHTML": "`foo[´<strike><s>`bar´</s></strike>`]baz´",
9430
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<strike><s>`bar´</s></strike>`]baz´</div>",
9431
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<strike><s>`bar´</s></strike>`]baz´</div>CAN<br>ARY",
9432
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<strike><s>`bar´</s></strike>`]baz´</div>CAN<br>ARY</body>"
9433
        }
9434
      },
9435
      "S_S-1_SL": {
9436
        "dM": {
9437
          "valscore": 0,
9438
          "selscore": 0,
9439
          "valresult": 6,
9440
          "selresult": 3,
9441
          "output": "`foo[´<strike><s>`bar]´</s></strike>`baz´",
9442
          "innerHTML": "`foo[´<strike><s>`bar]´</s></strike>`baz´",
9443
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<strike><s>`bar]´</s></strike>`baz´</body>",
9444
          "bodyInnerHTML": "`foo[´<strike><s>`bar]´</s></strike>`baz´",
9445
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<strike><s>`bar]´</s></strike>`baz´</body>"
9446
        },
9447
        "body": {
9448
          "valscore": 0,
9449
          "selscore": 0,
9450
          "valresult": 6,
9451
          "selresult": 3,
9452
          "output": "`foo[´<strike><s>`bar]´</s></strike>`baz´",
9453
          "innerHTML": "`foo[´<strike><s>`bar]´</s></strike>`baz´",
9454
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<strike><s>`bar]´</s></strike>`baz´</body>",
9455
          "bodyInnerHTML": "`foo[´<strike><s>`bar]´</s></strike>`baz´",
9456
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<strike><s>`bar]´</s></strike>`baz´</body>"
9457
        },
9458
        "div": {
9459
          "valscore": 0,
9460
          "selscore": 0,
9461
          "valresult": 6,
9462
          "selresult": 3,
9463
          "output": "`foo[´<strike><s>`bar]´</s></strike>`baz´",
9464
          "innerHTML": "`foo[´<strike><s>`bar]´</s></strike>`baz´",
9465
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<strike><s>`bar]´</s></strike>`baz´</div>",
9466
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<strike><s>`bar]´</s></strike>`baz´</div>CAN<br>ARY",
9467
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<strike><s>`bar]´</s></strike>`baz´</div>CAN<br>ARY</body>"
9468
        }
9469
      },
9470
      "S_S-1_SR": {
9471
        "dM": {
9472
          "valscore": 0,
9473
          "selscore": 0,
9474
          "valresult": 6,
9475
          "selresult": 3,
9476
          "output": "`foo´<strike><s>`[bar´</s></strike>`]baz´",
9477
          "innerHTML": "`foo´<strike><s>`[bar´</s></strike>`]baz´",
9478
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<strike><s>`[bar´</s></strike>`]baz´</body>",
9479
          "bodyInnerHTML": "`foo´<strike><s>`[bar´</s></strike>`]baz´",
9480
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<strike><s>`[bar´</s></strike>`]baz´</body>"
9481
        },
9482
        "body": {
9483
          "valscore": 0,
9484
          "selscore": 0,
9485
          "valresult": 6,
9486
          "selresult": 3,
9487
          "output": "`foo´<strike><s>`[bar´</s></strike>`]baz´",
9488
          "innerHTML": "`foo´<strike><s>`[bar´</s></strike>`]baz´",
9489
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<strike><s>`[bar´</s></strike>`]baz´</body>",
9490
          "bodyInnerHTML": "`foo´<strike><s>`[bar´</s></strike>`]baz´",
9491
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<strike><s>`[bar´</s></strike>`]baz´</body>"
9492
        },
9493
        "div": {
9494
          "valscore": 0,
9495
          "selscore": 0,
9496
          "valresult": 6,
9497
          "selresult": 3,
9498
          "output": "`foo´<strike><s>`[bar´</s></strike>`]baz´",
9499
          "innerHTML": "`foo´<strike><s>`[bar´</s></strike>`]baz´",
9500
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<strike><s>`[bar´</s></strike>`]baz´</div>",
9501
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<strike><s>`[bar´</s></strike>`]baz´</div>CAN<br>ARY",
9502
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<strike><s>`[bar´</s></strike>`]baz´</div>CAN<br>ARY</body>"
9503
        }
9504
      },
9505
      "S_STRIKE-1_SW": {
9506
        "dM": {
9507
          "valscore": 1,
9508
          "selscore": 1,
9509
          "valresult": 8,
9510
          "selresult": 5,
9511
          "output": "`foo[bar]baz´",
9512
          "innerHTML": "`foo[bar]baz´",
9513
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
9514
          "bodyInnerHTML": "`foo[bar]baz´",
9515
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
9516
        },
9517
        "body": {
9518
          "valscore": 1,
9519
          "selscore": 1,
9520
          "valresult": 8,
9521
          "selresult": 5,
9522
          "output": "`foo[bar]baz´",
9523
          "innerHTML": "`foo[bar]baz´",
9524
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
9525
          "bodyInnerHTML": "`foo[bar]baz´",
9526
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
9527
        },
9528
        "div": {
9529
          "valscore": 1,
9530
          "selscore": 1,
9531
          "valresult": 8,
9532
          "selresult": 5,
9533
          "output": "`foo´`[bar]´`baz´",
9534
          "innerHTML": "`foo´`[bar]´`baz´",
9535
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>",
9536
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar]´`baz´</div>CAN<br>ARY",
9537
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>CAN<br>ARY</body>"
9538
        }
9539
      },
9540
      "S_STRIKE-1_SO": {
9541
        "dM": {
9542
          "valscore": 1,
9543
          "selscore": 1,
9544
          "valresult": 8,
9545
          "selresult": 5,
9546
          "output": "`foo[bar]baz´",
9547
          "innerHTML": "`foo[bar]baz´",
9548
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
9549
          "bodyInnerHTML": "`foo[bar]baz´",
9550
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
9551
        },
9552
        "body": {
9553
          "valscore": 1,
9554
          "selscore": 1,
9555
          "valresult": 8,
9556
          "selresult": 5,
9557
          "output": "`foo[bar]baz´",
9558
          "innerHTML": "`foo[bar]baz´",
9559
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
9560
          "bodyInnerHTML": "`foo[bar]baz´",
9561
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
9562
        },
9563
        "div": {
9564
          "valscore": 1,
9565
          "selscore": 1,
9566
          "valresult": 8,
9567
          "selresult": 5,
9568
          "output": "`foo[´`bar´`]baz´",
9569
          "innerHTML": "`foo[´`bar´`]baz´",
9570
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>",
9571
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar´`]baz´</div>CAN<br>ARY",
9572
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>CAN<br>ARY</body>"
9573
        }
9574
      },
9575
      "S_STRIKE-1_SL": {
9576
        "dM": {
9577
          "valscore": 1,
9578
          "selscore": 1,
9579
          "valresult": 8,
9580
          "selresult": 5,
9581
          "output": "`foo[bar]baz´",
9582
          "innerHTML": "`foo[bar]baz´",
9583
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
9584
          "bodyInnerHTML": "`foo[bar]baz´",
9585
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
9586
        },
9587
        "body": {
9588
          "valscore": 1,
9589
          "selscore": 1,
9590
          "valresult": 8,
9591
          "selresult": 5,
9592
          "output": "`foo[bar]baz´",
9593
          "innerHTML": "`foo[bar]baz´",
9594
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
9595
          "bodyInnerHTML": "`foo[bar]baz´",
9596
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
9597
        },
9598
        "div": {
9599
          "valscore": 1,
9600
          "selscore": 1,
9601
          "valresult": 8,
9602
          "selresult": 5,
9603
          "output": "`foo[´`bar]´`baz´",
9604
          "innerHTML": "`foo[´`bar]´`baz´",
9605
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>",
9606
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar]´`baz´</div>CAN<br>ARY",
9607
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>CAN<br>ARY</body>"
9608
        }
9609
      },
9610
      "S_STRIKE-2_SR": {
9611
        "dM": {
9612
          "valscore": 1,
9613
          "selscore": 1,
9614
          "valresult": 8,
9615
          "selresult": 5,
9616
          "output": "`foo[bar]baz´",
9617
          "innerHTML": "`foo[bar]baz´",
9618
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
9619
          "bodyInnerHTML": "`foo[bar]baz´",
9620
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
9621
        },
9622
        "body": {
9623
          "valscore": 1,
9624
          "selscore": 1,
9625
          "valresult": 8,
9626
          "selresult": 5,
9627
          "output": "`foo[bar]baz´",
9628
          "innerHTML": "`foo[bar]baz´",
9629
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
9630
          "bodyInnerHTML": "`foo[bar]baz´",
9631
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
9632
        },
9633
        "div": {
9634
          "valscore": 1,
9635
          "selscore": 1,
9636
          "valresult": 8,
9637
          "selresult": 5,
9638
          "output": "`foo´`[bar´`]baz´",
9639
          "innerHTML": "`foo´`[bar´`]baz´",
9640
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>",
9641
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar´`]baz´</div>CAN<br>ARY",
9642
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>CAN<br>ARY</body>"
9643
        }
9644
      },
9645
      "S_DEL-1_SW": {
9646
        "dM": {
9647
          "valscore": 0,
9648
          "selscore": 0,
9649
          "valresult": 6,
9650
          "selresult": 3,
9651
          "output": "`foo´<strike><del>`[bar]´</del></strike>`baz´",
9652
          "innerHTML": "`foo´<strike><del>`[bar]´</del></strike>`baz´",
9653
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<strike><del>`[bar]´</del></strike>`baz´</body>",
9654
          "bodyInnerHTML": "`foo´<strike><del>`[bar]´</del></strike>`baz´",
9655
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<strike><del>`[bar]´</del></strike>`baz´</body>"
9656
        },
9657
        "body": {
9658
          "valscore": 0,
9659
          "selscore": 0,
9660
          "valresult": 6,
9661
          "selresult": 3,
9662
          "output": "`foo´<strike><del>`[bar]´</del></strike>`baz´",
9663
          "innerHTML": "`foo´<strike><del>`[bar]´</del></strike>`baz´",
9664
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<strike><del>`[bar]´</del></strike>`baz´</body>",
9665
          "bodyInnerHTML": "`foo´<strike><del>`[bar]´</del></strike>`baz´",
9666
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<strike><del>`[bar]´</del></strike>`baz´</body>"
9667
        },
9668
        "div": {
9669
          "valscore": 0,
9670
          "selscore": 0,
9671
          "valresult": 6,
9672
          "selresult": 3,
9673
          "output": "`foo´<strike><del>`[bar]´</del></strike>`baz´",
9674
          "innerHTML": "`foo´<strike><del>`[bar]´</del></strike>`baz´",
9675
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<strike><del>`[bar]´</del></strike>`baz´</div>",
9676
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<strike><del>`[bar]´</del></strike>`baz´</div>CAN<br>ARY",
9677
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<strike><del>`[bar]´</del></strike>`baz´</div>CAN<br>ARY</body>"
9678
        }
9679
      },
9680
      "S_SPANs:td:lt-1_SW": {
9681
        "dM": {
9682
          "valscore": 0,
9683
          "selscore": 0,
9684
          "valresult": 6,
9685
          "selresult": 3,
9686
          "output": "`foo´<strike><span style=\"text-decoration:line-through\">`[bar]´</span></strike>`baz´",
9687
          "innerHTML": "`foo´<strike><span style=\"text-decoration:line-through\">`[bar]´</span></strike>`baz´",
9688
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<strike><span style=\"text-decoration:line-through\">`[bar]´</span></strike>`baz´</body>",
9689
          "bodyInnerHTML": "`foo´<strike><span style=\"text-decoration:line-through\">`[bar]´</span></strike>`baz´",
9690
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<strike><span style=\"text-decoration:line-through\">`[bar]´</span></strike>`baz´</body>"
9691
        },
9692
        "body": {
9693
          "valscore": 0,
9694
          "selscore": 0,
9695
          "valresult": 6,
9696
          "selresult": 3,
9697
          "output": "`foo´<strike><span style=\"text-decoration:line-through\">`[bar]´</span></strike>`baz´",
9698
          "innerHTML": "`foo´<strike><span style=\"text-decoration:line-through\">`[bar]´</span></strike>`baz´",
9699
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<strike><span style=\"text-decoration:line-through\">`[bar]´</span></strike>`baz´</body>",
9700
          "bodyInnerHTML": "`foo´<strike><span style=\"text-decoration:line-through\">`[bar]´</span></strike>`baz´",
9701
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<strike><span style=\"text-decoration:line-through\">`[bar]´</span></strike>`baz´</body>"
9702
        },
9703
        "div": {
9704
          "valscore": 0,
9705
          "selscore": 0,
9706
          "valresult": 6,
9707
          "selresult": 3,
9708
          "output": "`foo´<strike><span style=\"text-decoration:line-through\">`[bar]´</span></strike>`baz´",
9709
          "innerHTML": "`foo´<strike><span style=\"text-decoration:line-through\">`[bar]´</span></strike>`baz´",
9710
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<strike><span style=\"text-decoration:line-through\">`[bar]´</span></strike>`baz´</div>",
9711
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<strike><span style=\"text-decoration:line-through\">`[bar]´</span></strike>`baz´</div>CAN<br>ARY",
9712
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<strike><span style=\"text-decoration:line-through\">`[bar]´</span></strike>`baz´</div>CAN<br>ARY</body>"
9713
        }
9714
      },
9715
      "S_SPANs:td:lt-1_SO": {
9716
        "dM": {
9717
          "valscore": 0,
9718
          "selscore": 0,
9719
          "valresult": 6,
9720
          "selresult": 3,
9721
          "output": "`foo[´<strike><span style=\"text-decoration:line-through\">`bar´</span></strike>`]baz´",
9722
          "innerHTML": "`foo[´<strike><span style=\"text-decoration:line-through\">`bar´</span></strike>`]baz´",
9723
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<strike><span style=\"text-decoration:line-through\">`bar´</span></strike>`]baz´</body>",
9724
          "bodyInnerHTML": "`foo[´<strike><span style=\"text-decoration:line-through\">`bar´</span></strike>`]baz´",
9725
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<strike><span style=\"text-decoration:line-through\">`bar´</span></strike>`]baz´</body>"
9726
        },
9727
        "body": {
9728
          "valscore": 0,
9729
          "selscore": 0,
9730
          "valresult": 6,
9731
          "selresult": 3,
9732
          "output": "`foo[´<strike><span style=\"text-decoration:line-through\">`bar´</span></strike>`]baz´",
9733
          "innerHTML": "`foo[´<strike><span style=\"text-decoration:line-through\">`bar´</span></strike>`]baz´",
9734
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<strike><span style=\"text-decoration:line-through\">`bar´</span></strike>`]baz´</body>",
9735
          "bodyInnerHTML": "`foo[´<strike><span style=\"text-decoration:line-through\">`bar´</span></strike>`]baz´",
9736
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<strike><span style=\"text-decoration:line-through\">`bar´</span></strike>`]baz´</body>"
9737
        },
9738
        "div": {
9739
          "valscore": 0,
9740
          "selscore": 0,
9741
          "valresult": 6,
9742
          "selresult": 3,
9743
          "output": "`foo[´<strike><span style=\"text-decoration:line-through\">`bar´</span></strike>`]baz´",
9744
          "innerHTML": "`foo[´<strike><span style=\"text-decoration:line-through\">`bar´</span></strike>`]baz´",
9745
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<strike><span style=\"text-decoration:line-through\">`bar´</span></strike>`]baz´</div>",
9746
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<strike><span style=\"text-decoration:line-through\">`bar´</span></strike>`]baz´</div>CAN<br>ARY",
9747
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<strike><span style=\"text-decoration:line-through\">`bar´</span></strike>`]baz´</div>CAN<br>ARY</body>"
9748
        }
9749
      },
9750
      "S_SPANs:td:lt-1_SL": {
9751
        "dM": {
9752
          "valscore": 0,
9753
          "selscore": 0,
9754
          "valresult": 6,
9755
          "selresult": 3,
9756
          "output": "`foo[´<strike><span style=\"text-decoration:line-through\">`bar]´</span></strike>`baz´",
9757
          "innerHTML": "`foo[´<strike><span style=\"text-decoration:line-through\">`bar]´</span></strike>`baz´",
9758
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<strike><span style=\"text-decoration:line-through\">`bar]´</span></strike>`baz´</body>",
9759
          "bodyInnerHTML": "`foo[´<strike><span style=\"text-decoration:line-through\">`bar]´</span></strike>`baz´",
9760
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<strike><span style=\"text-decoration:line-through\">`bar]´</span></strike>`baz´</body>"
9761
        },
9762
        "body": {
9763
          "valscore": 0,
9764
          "selscore": 0,
9765
          "valresult": 6,
9766
          "selresult": 3,
9767
          "output": "`foo[´<strike><span style=\"text-decoration:line-through\">`bar]´</span></strike>`baz´",
9768
          "innerHTML": "`foo[´<strike><span style=\"text-decoration:line-through\">`bar]´</span></strike>`baz´",
9769
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<strike><span style=\"text-decoration:line-through\">`bar]´</span></strike>`baz´</body>",
9770
          "bodyInnerHTML": "`foo[´<strike><span style=\"text-decoration:line-through\">`bar]´</span></strike>`baz´",
9771
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<strike><span style=\"text-decoration:line-through\">`bar]´</span></strike>`baz´</body>"
9772
        },
9773
        "div": {
9774
          "valscore": 0,
9775
          "selscore": 0,
9776
          "valresult": 6,
9777
          "selresult": 3,
9778
          "output": "`foo[´<strike><span style=\"text-decoration:line-through\">`bar]´</span></strike>`baz´",
9779
          "innerHTML": "`foo[´<strike><span style=\"text-decoration:line-through\">`bar]´</span></strike>`baz´",
9780
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<strike><span style=\"text-decoration:line-through\">`bar]´</span></strike>`baz´</div>",
9781
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<strike><span style=\"text-decoration:line-through\">`bar]´</span></strike>`baz´</div>CAN<br>ARY",
9782
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<strike><span style=\"text-decoration:line-through\">`bar]´</span></strike>`baz´</div>CAN<br>ARY</body>"
9783
        }
9784
      },
9785
      "S_SPANs:td:lt-1_SR": {
9786
        "dM": {
9787
          "valscore": 0,
9788
          "selscore": 0,
9789
          "valresult": 6,
9790
          "selresult": 3,
9791
          "output": "`foo´<strike><span style=\"text-decoration:line-through\">`[bar´</span></strike>`]baz´",
9792
          "innerHTML": "`foo´<strike><span style=\"text-decoration:line-through\">`[bar´</span></strike>`]baz´",
9793
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<strike><span style=\"text-decoration:line-through\">`[bar´</span></strike>`]baz´</body>",
9794
          "bodyInnerHTML": "`foo´<strike><span style=\"text-decoration:line-through\">`[bar´</span></strike>`]baz´",
9795
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<strike><span style=\"text-decoration:line-through\">`[bar´</span></strike>`]baz´</body>"
9796
        },
9797
        "body": {
9798
          "valscore": 0,
9799
          "selscore": 0,
9800
          "valresult": 6,
9801
          "selresult": 3,
9802
          "output": "`foo´<strike><span style=\"text-decoration:line-through\">`[bar´</span></strike>`]baz´",
9803
          "innerHTML": "`foo´<strike><span style=\"text-decoration:line-through\">`[bar´</span></strike>`]baz´",
9804
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<strike><span style=\"text-decoration:line-through\">`[bar´</span></strike>`]baz´</body>",
9805
          "bodyInnerHTML": "`foo´<strike><span style=\"text-decoration:line-through\">`[bar´</span></strike>`]baz´",
9806
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<strike><span style=\"text-decoration:line-through\">`[bar´</span></strike>`]baz´</body>"
9807
        },
9808
        "div": {
9809
          "valscore": 0,
9810
          "selscore": 0,
9811
          "valresult": 6,
9812
          "selresult": 3,
9813
          "output": "`foo´<strike><span style=\"text-decoration:line-through\">`[bar´</span></strike>`]baz´",
9814
          "innerHTML": "`foo´<strike><span style=\"text-decoration:line-through\">`[bar´</span></strike>`]baz´",
9815
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<strike><span style=\"text-decoration:line-through\">`[bar´</span></strike>`]baz´</div>",
9816
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<strike><span style=\"text-decoration:line-through\">`[bar´</span></strike>`]baz´</div>CAN<br>ARY",
9817
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<strike><span style=\"text-decoration:line-through\">`[bar´</span></strike>`]baz´</div>CAN<br>ARY</body>"
9818
        }
9819
      },
9820
      "S_S-U-1_SI": {
9821
        "dM": {
9822
          "valscore": 0,
9823
          "selscore": 0,
9824
          "valresult": 6,
9825
          "selresult": 3,
9826
          "output": "<s><u>`foo[´<strike>`bar]´</strike>`baz´</u>`quoz´</s>",
9827
          "innerHTML": "<s><u>`foo[´<strike>`bar]´</strike>`baz´</u>`quoz´</s>",
9828
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><s><u>`foo[´<strike>`bar]´</strike>`baz´</u>`quoz´</s></body>",
9829
          "bodyInnerHTML": "<s><u>`foo[´<strike>`bar]´</strike>`baz´</u>`quoz´</s>",
9830
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><s><u>`foo[´<strike>`bar]´</strike>`baz´</u>`quoz´</s></body>"
9831
        },
9832
        "body": {
9833
          "valscore": 0,
9834
          "selscore": 0,
9835
          "valresult": 6,
9836
          "selresult": 3,
9837
          "output": "<s><u>`foo[´<strike>`bar]´</strike>`baz´</u>`quoz´</s>",
9838
          "innerHTML": "<s><u>`foo[´<strike>`bar]´</strike>`baz´</u>`quoz´</s>",
9839
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><s><u>`foo[´<strike>`bar]´</strike>`baz´</u>`quoz´</s></body>",
9840
          "bodyInnerHTML": "<s><u>`foo[´<strike>`bar]´</strike>`baz´</u>`quoz´</s>",
9841
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><s><u>`foo[´<strike>`bar]´</strike>`baz´</u>`quoz´</s></body>"
9842
        },
9843
        "div": {
9844
          "valscore": 0,
9845
          "selscore": 0,
9846
          "valresult": 6,
9847
          "selresult": 3,
9848
          "output": "<s><u>`foo[´<strike>`bar]´</strike>`baz´</u>`quoz´</s>",
9849
          "innerHTML": "<s><u>`foo[´<strike>`bar]´</strike>`baz´</u>`quoz´</s>",
9850
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><s><u>`foo[´<strike>`bar]´</strike>`baz´</u>`quoz´</s></div>",
9851
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><s><u>`foo[´<strike>`bar]´</strike>`baz´</u>`quoz´</s></div>CAN<br>ARY",
9852
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><s><u>`foo[´<strike>`bar]´</strike>`baz´</u>`quoz´</s></div>CAN<br>ARY</body>"
9853
        }
9854
      },
9855
      "S_U-S-1_SI": {
9856
        "dM": {
9857
          "valscore": 0,
9858
          "selscore": 0,
9859
          "valresult": 6,
9860
          "selresult": 3,
9861
          "output": "<u><s>`foo[´<strike>`bar]´</strike>`baz´</s>`quoz´</u>",
9862
          "innerHTML": "<u><s>`foo[´<strike>`bar]´</strike>`baz´</s>`quoz´</u>",
9863
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><u><s>`foo[´<strike>`bar]´</strike>`baz´</s>`quoz´</u></body>",
9864
          "bodyInnerHTML": "<u><s>`foo[´<strike>`bar]´</strike>`baz´</s>`quoz´</u>",
9865
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><u><s>`foo[´<strike>`bar]´</strike>`baz´</s>`quoz´</u></body>"
9866
        },
9867
        "body": {
9868
          "valscore": 0,
9869
          "selscore": 0,
9870
          "valresult": 6,
9871
          "selresult": 3,
9872
          "output": "<u><s>`foo[´<strike>`bar]´</strike>`baz´</s>`quoz´</u>",
9873
          "innerHTML": "<u><s>`foo[´<strike>`bar]´</strike>`baz´</s>`quoz´</u>",
9874
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><u><s>`foo[´<strike>`bar]´</strike>`baz´</s>`quoz´</u></body>",
9875
          "bodyInnerHTML": "<u><s>`foo[´<strike>`bar]´</strike>`baz´</s>`quoz´</u>",
9876
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><u><s>`foo[´<strike>`bar]´</strike>`baz´</s>`quoz´</u></body>"
9877
        },
9878
        "div": {
9879
          "valscore": 0,
9880
          "selscore": 0,
9881
          "valresult": 6,
9882
          "selresult": 3,
9883
          "output": "<u><s>`foo[´<strike>`bar]´</strike>`baz´</s>`quoz´</u>",
9884
          "innerHTML": "<u><s>`foo[´<strike>`bar]´</strike>`baz´</s>`quoz´</u>",
9885
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><u><s>`foo[´<strike>`bar]´</strike>`baz´</s>`quoz´</u></div>",
9886
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><u><s>`foo[´<strike>`bar]´</strike>`baz´</s>`quoz´</u></div>CAN<br>ARY",
9887
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><u><s>`foo[´<strike>`bar]´</strike>`baz´</s>`quoz´</u></div>CAN<br>ARY</body>"
9888
        }
9889
      },
9890
      "SUB_SUB-1_SW": {
9891
        "dM": {
9892
          "valscore": 1,
9893
          "selscore": 1,
9894
          "valresult": 8,
9895
          "selresult": 5,
9896
          "output": "`foo[bar]baz´",
9897
          "innerHTML": "`foo[bar]baz´",
9898
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
9899
          "bodyInnerHTML": "`foo[bar]baz´",
9900
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
9901
        },
9902
        "body": {
9903
          "valscore": 1,
9904
          "selscore": 1,
9905
          "valresult": 8,
9906
          "selresult": 5,
9907
          "output": "`foo[bar]baz´",
9908
          "innerHTML": "`foo[bar]baz´",
9909
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
9910
          "bodyInnerHTML": "`foo[bar]baz´",
9911
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
9912
        },
9913
        "div": {
9914
          "valscore": 1,
9915
          "selscore": 1,
9916
          "valresult": 8,
9917
          "selresult": 5,
9918
          "output": "`foo´`[bar]´`baz´",
9919
          "innerHTML": "`foo´`[bar]´`baz´",
9920
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>",
9921
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar]´`baz´</div>CAN<br>ARY",
9922
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>CAN<br>ARY</body>"
9923
        }
9924
      },
9925
      "SUB_SPANs:va:sub-1_SW": {
9926
        "dM": {
9927
          "valscore": 0,
9928
          "selscore": 0,
9929
          "valresult": 6,
9930
          "selresult": 3,
9931
          "output": "`foo´<sub><span style=\"vertical-align: sub\">`[bar]´</span></sub>`baz´",
9932
          "innerHTML": "`foo´<sub><span style=\"vertical-align: sub\">`[bar]´</span></sub>`baz´",
9933
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<sub><span style=\"vertical-align: sub\">`[bar]´</span></sub>`baz´</body>",
9934
          "bodyInnerHTML": "`foo´<sub><span style=\"vertical-align: sub\">`[bar]´</span></sub>`baz´",
9935
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<sub><span style=\"vertical-align: sub\">`[bar]´</span></sub>`baz´</body>"
9936
        },
9937
        "body": {
9938
          "valscore": 0,
9939
          "selscore": 0,
9940
          "valresult": 6,
9941
          "selresult": 3,
9942
          "output": "`foo´<sub><span style=\"vertical-align: sub\">`[bar]´</span></sub>`baz´",
9943
          "innerHTML": "`foo´<sub><span style=\"vertical-align: sub\">`[bar]´</span></sub>`baz´",
9944
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<sub><span style=\"vertical-align: sub\">`[bar]´</span></sub>`baz´</body>",
9945
          "bodyInnerHTML": "`foo´<sub><span style=\"vertical-align: sub\">`[bar]´</span></sub>`baz´",
9946
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<sub><span style=\"vertical-align: sub\">`[bar]´</span></sub>`baz´</body>"
9947
        },
9948
        "div": {
9949
          "valscore": 0,
9950
          "selscore": 0,
9951
          "valresult": 6,
9952
          "selresult": 3,
9953
          "output": "`foo´<sub><span style=\"vertical-align: sub\">`[bar]´</span></sub>`baz´",
9954
          "innerHTML": "`foo´<sub><span style=\"vertical-align: sub\">`[bar]´</span></sub>`baz´",
9955
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<sub><span style=\"vertical-align: sub\">`[bar]´</span></sub>`baz´</div>",
9956
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<sub><span style=\"vertical-align: sub\">`[bar]´</span></sub>`baz´</div>CAN<br>ARY",
9957
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<sub><span style=\"vertical-align: sub\">`[bar]´</span></sub>`baz´</div>CAN<br>ARY</body>"
9958
        }
9959
      },
9960
      "SUP_SUP-1_SW": {
9961
        "dM": {
9962
          "valscore": 1,
9963
          "selscore": 1,
9964
          "valresult": 8,
9965
          "selresult": 5,
9966
          "output": "`foo[bar]baz´",
9967
          "innerHTML": "`foo[bar]baz´",
9968
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
9969
          "bodyInnerHTML": "`foo[bar]baz´",
9970
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
9971
        },
9972
        "body": {
9973
          "valscore": 1,
9974
          "selscore": 1,
9975
          "valresult": 8,
9976
          "selresult": 5,
9977
          "output": "`foo[bar]baz´",
9978
          "innerHTML": "`foo[bar]baz´",
9979
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
9980
          "bodyInnerHTML": "`foo[bar]baz´",
9981
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
9982
        },
9983
        "div": {
9984
          "valscore": 1,
9985
          "selscore": 1,
9986
          "valresult": 8,
9987
          "selresult": 5,
9988
          "output": "`foo´`[bar]´`baz´",
9989
          "innerHTML": "`foo´`[bar]´`baz´",
9990
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>",
9991
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar]´`baz´</div>CAN<br>ARY",
9992
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>CAN<br>ARY</body>"
9993
        }
9994
      },
9995
      "SUP_SPANs:va:super-1_SW": {
9996
        "dM": {
9997
          "valscore": 0,
9998
          "selscore": 0,
9999
          "valresult": 6,
10000
          "selresult": 3,
10001
          "output": "`foo´<sup><span style=\"vertical-align: super\">`[bar]´</span></sup>`baz´",
10002
          "innerHTML": "`foo´<sup><span style=\"vertical-align: super\">`[bar]´</span></sup>`baz´",
10003
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<sup><span style=\"vertical-align: super\">`[bar]´</span></sup>`baz´</body>",
10004
          "bodyInnerHTML": "`foo´<sup><span style=\"vertical-align: super\">`[bar]´</span></sup>`baz´",
10005
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<sup><span style=\"vertical-align: super\">`[bar]´</span></sup>`baz´</body>"
10006
        },
10007
        "body": {
10008
          "valscore": 0,
10009
          "selscore": 0,
10010
          "valresult": 6,
10011
          "selresult": 3,
10012
          "output": "`foo´<sup><span style=\"vertical-align: super\">`[bar]´</span></sup>`baz´",
10013
          "innerHTML": "`foo´<sup><span style=\"vertical-align: super\">`[bar]´</span></sup>`baz´",
10014
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<sup><span style=\"vertical-align: super\">`[bar]´</span></sup>`baz´</body>",
10015
          "bodyInnerHTML": "`foo´<sup><span style=\"vertical-align: super\">`[bar]´</span></sup>`baz´",
10016
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<sup><span style=\"vertical-align: super\">`[bar]´</span></sup>`baz´</body>"
10017
        },
10018
        "div": {
10019
          "valscore": 0,
10020
          "selscore": 0,
10021
          "valresult": 6,
10022
          "selresult": 3,
10023
          "output": "`foo´<sup><span style=\"vertical-align: super\">`[bar]´</span></sup>`baz´",
10024
          "innerHTML": "`foo´<sup><span style=\"vertical-align: super\">`[bar]´</span></sup>`baz´",
10025
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<sup><span style=\"vertical-align: super\">`[bar]´</span></sup>`baz´</div>",
10026
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<sup><span style=\"vertical-align: super\">`[bar]´</span></sup>`baz´</div>CAN<br>ARY",
10027
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<sup><span style=\"vertical-align: super\">`[bar]´</span></sup>`baz´</div>CAN<br>ARY</body>"
10028
        }
10029
      },
10030
      "UNLINK_Ahref:url-1_SW": {
10031
        "dM": {
10032
          "valscore": 1,
10033
          "selscore": 1,
10034
          "valresult": 8,
10035
          "selresult": 5,
10036
          "output": "`foo[bar]baz´",
10037
          "innerHTML": "`foo[bar]baz´",
10038
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
10039
          "bodyInnerHTML": "`foo[bar]baz´",
10040
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
10041
        },
10042
        "body": {
10043
          "valscore": 1,
10044
          "selscore": 1,
10045
          "valresult": 8,
10046
          "selresult": 5,
10047
          "output": "`foo[bar]baz´",
10048
          "innerHTML": "`foo[bar]baz´",
10049
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
10050
          "bodyInnerHTML": "`foo[bar]baz´",
10051
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
10052
        },
10053
        "div": {
10054
          "valscore": 1,
10055
          "selscore": 1,
10056
          "valresult": 8,
10057
          "selresult": 5,
10058
          "output": "`foo´`[bar]´`baz´",
10059
          "innerHTML": "`foo´`[bar]´`baz´",
10060
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>",
10061
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar]´`baz´</div>CAN<br>ARY",
10062
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>CAN<br>ARY</body>"
10063
        }
10064
      },
10065
      "UNLINK_A-1_SC": {
10066
        "dM": {
10067
          "valscore": 0,
10068
          "selscore": 0,
10069
          "valresult": 6,
10070
          "selresult": 3,
10071
          "output": "`foo´<a>`ba^r´</a>`baz´",
10072
          "innerHTML": "`foo´<a>`ba^r´</a>`baz´",
10073
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<a>`ba^r´</a>`baz´</body>",
10074
          "bodyInnerHTML": "`foo´<a>`ba^r´</a>`baz´",
10075
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<a>`ba^r´</a>`baz´</body>"
10076
        },
10077
        "body": {
10078
          "valscore": 0,
10079
          "selscore": 0,
10080
          "valresult": 6,
10081
          "selresult": 3,
10082
          "output": "`foo´<a>`ba^r´</a>`baz´",
10083
          "innerHTML": "`foo´<a>`ba^r´</a>`baz´",
10084
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<a>`ba^r´</a>`baz´</body>",
10085
          "bodyInnerHTML": "`foo´<a>`ba^r´</a>`baz´",
10086
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<a>`ba^r´</a>`baz´</body>"
10087
        },
10088
        "div": {
10089
          "valscore": 0,
10090
          "selscore": 0,
10091
          "valresult": 6,
10092
          "selresult": 3,
10093
          "output": "`foo´<a>`ba^r´</a>`baz´",
10094
          "innerHTML": "`foo´<a>`ba^r´</a>`baz´",
10095
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<a>`ba^r´</a>`baz´</div>",
10096
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<a>`ba^r´</a>`baz´</div>CAN<br>ARY",
10097
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<a>`ba^r´</a>`baz´</div>CAN<br>ARY</body>"
10098
        }
10099
      },
10100
      "UNLINK_A-1_SI": {
10101
        "dM": {
10102
          "valscore": 0,
10103
          "selscore": 0,
10104
          "valresult": 6,
10105
          "selresult": 3,
10106
          "output": "`foo´<a>`b[a]r´</a>`baz´",
10107
          "innerHTML": "`foo´<a>`b[a]r´</a>`baz´",
10108
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<a>`b[a]r´</a>`baz´</body>",
10109
          "bodyInnerHTML": "`foo´<a>`b[a]r´</a>`baz´",
10110
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<a>`b[a]r´</a>`baz´</body>"
10111
        },
10112
        "body": {
10113
          "valscore": 0,
10114
          "selscore": 0,
10115
          "valresult": 6,
10116
          "selresult": 3,
10117
          "output": "`foo´<a>`b[a]r´</a>`baz´",
10118
          "innerHTML": "`foo´<a>`b[a]r´</a>`baz´",
10119
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<a>`b[a]r´</a>`baz´</body>",
10120
          "bodyInnerHTML": "`foo´<a>`b[a]r´</a>`baz´",
10121
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<a>`b[a]r´</a>`baz´</body>"
10122
        },
10123
        "div": {
10124
          "valscore": 0,
10125
          "selscore": 0,
10126
          "valresult": 6,
10127
          "selresult": 3,
10128
          "output": "`foo´<a>`b[a]r´</a>`baz´",
10129
          "innerHTML": "`foo´<a>`b[a]r´</a>`baz´",
10130
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<a>`b[a]r´</a>`baz´</div>",
10131
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<a>`b[a]r´</a>`baz´</div>CAN<br>ARY",
10132
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<a>`b[a]r´</a>`baz´</div>CAN<br>ARY</body>"
10133
        }
10134
      },
10135
      "UNLINK_A-2_SL": {
10136
        "dM": {
10137
          "valscore": 0,
10138
          "selscore": 0,
10139
          "valresult": 6,
10140
          "selresult": 3,
10141
          "output": "`foo[ba´<a>`r]ba´</a>`z´",
10142
          "innerHTML": "`foo[ba´<a>`r]ba´</a>`z´",
10143
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[ba´<a>`r]ba´</a>`z´</body>",
10144
          "bodyInnerHTML": "`foo[ba´<a>`r]ba´</a>`z´",
10145
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[ba´<a>`r]ba´</a>`z´</body>"
10146
        },
10147
        "body": {
10148
          "valscore": 0,
10149
          "selscore": 0,
10150
          "valresult": 6,
10151
          "selresult": 3,
10152
          "output": "`foo[ba´<a>`r]ba´</a>`z´",
10153
          "innerHTML": "`foo[ba´<a>`r]ba´</a>`z´",
10154
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[ba´<a>`r]ba´</a>`z´</body>",
10155
          "bodyInnerHTML": "`foo[ba´<a>`r]ba´</a>`z´",
10156
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[ba´<a>`r]ba´</a>`z´</body>"
10157
        },
10158
        "div": {
10159
          "valscore": 0,
10160
          "selscore": 0,
10161
          "valresult": 6,
10162
          "selresult": 3,
10163
          "output": "`foo[ba´<a>`r]ba´</a>`z´",
10164
          "innerHTML": "`foo[ba´<a>`r]ba´</a>`z´",
10165
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[ba´<a>`r]ba´</a>`z´</div>",
10166
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[ba´<a>`r]ba´</a>`z´</div>CAN<br>ARY",
10167
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[ba´<a>`r]ba´</a>`z´</div>CAN<br>ARY</body>"
10168
        }
10169
      },
10170
      "UNLINK_A-3_SR": {
10171
        "dM": {
10172
          "valscore": 0,
10173
          "selscore": 0,
10174
          "valresult": 6,
10175
          "selresult": 3,
10176
          "output": "`fo´<a>`o[ba´</a>`r]baz´",
10177
          "innerHTML": "`fo´<a>`o[ba´</a>`r]baz´",
10178
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo´<a>`o[ba´</a>`r]baz´</body>",
10179
          "bodyInnerHTML": "`fo´<a>`o[ba´</a>`r]baz´",
10180
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo´<a>`o[ba´</a>`r]baz´</body>"
10181
        },
10182
        "body": {
10183
          "valscore": 0,
10184
          "selscore": 0,
10185
          "valresult": 6,
10186
          "selresult": 3,
10187
          "output": "`fo´<a>`o[ba´</a>`r]baz´",
10188
          "innerHTML": "`fo´<a>`o[ba´</a>`r]baz´",
10189
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo´<a>`o[ba´</a>`r]baz´</body>",
10190
          "bodyInnerHTML": "`fo´<a>`o[ba´</a>`r]baz´",
10191
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo´<a>`o[ba´</a>`r]baz´</body>"
10192
        },
10193
        "div": {
10194
          "valscore": 0,
10195
          "selscore": 0,
10196
          "valresult": 6,
10197
          "selresult": 3,
10198
          "output": "`fo´<a>`o[ba´</a>`r]baz´",
10199
          "innerHTML": "`fo´<a>`o[ba´</a>`r]baz´",
10200
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo´<a>`o[ba´</a>`r]baz´</div>",
10201
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo´<a>`o[ba´</a>`r]baz´</div>CAN<br>ARY",
10202
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo´<a>`o[ba´</a>`r]baz´</div>CAN<br>ARY</body>"
10203
        }
10204
      },
10205
      "UNLINK_As:d:b.fw:b-1_SW": {
10206
        "dM": {
10207
          "valscore": 1,
10208
          "selscore": 1,
10209
          "valresult": 8,
10210
          "selresult": 5,
10211
          "output": "`foo´<span style=\"display: block; font-weight: bold\">`[bar]´</span>`baz´",
10212
          "innerHTML": "`foo´<span style=\"display: block; font-weight: bold\">`[bar]´</span>`baz´",
10213
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: block; font-weight: bold\">`[bar]´</span>`baz´</body>",
10214
          "bodyInnerHTML": "`foo´<span style=\"display: block; font-weight: bold\">`[bar]´</span>`baz´",
10215
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: block; font-weight: bold\">`[bar]´</span>`baz´</body>"
10216
        },
10217
        "body": {
10218
          "valscore": 1,
10219
          "selscore": 1,
10220
          "valresult": 8,
10221
          "selresult": 5,
10222
          "output": "`foo´<span style=\"display: block; font-weight: bold\">`[bar]´</span>`baz´",
10223
          "innerHTML": "`foo´<span style=\"display: block; font-weight: bold\">`[bar]´</span>`baz´",
10224
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: block; font-weight: bold\">`[bar]´</span>`baz´</body>",
10225
          "bodyInnerHTML": "`foo´<span style=\"display: block; font-weight: bold\">`[bar]´</span>`baz´",
10226
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: block; font-weight: bold\">`[bar]´</span>`baz´</body>"
10227
        },
10228
        "div": {
10229
          "valscore": 1,
10230
          "selscore": 1,
10231
          "valresult": 8,
10232
          "selresult": 5,
10233
          "output": "`foo´<span style=\"display: block; font-weight: bold\">`[bar]´</span>`baz´",
10234
          "innerHTML": "`foo´<span style=\"display: block; font-weight: bold\">`[bar]´</span>`baz´",
10235
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: block; font-weight: bold\">`[bar]´</span>`baz´</div>",
10236
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<span style=\"display: block; font-weight: bold\">`[bar]´</span>`baz´</div>CAN<br>ARY",
10237
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: block; font-weight: bold\">`[bar]´</span>`baz´</div>CAN<br>ARY</body>"
10238
        }
10239
      },
10240
      "UNLINK_A-IMG-1_SO": {
10241
        "dM": {
10242
          "valscore": 1,
10243
          "selscore": 1,
10244
          "valresult": 8,
10245
          "selresult": 5,
10246
          "output": "{<img src=\"pic.jpg\" align=\"right\" height=\"140\" width=\"200\">`abc]´",
10247
          "innerHTML": "{<img src=\"pic.jpg\" align=\"right\" height=\"140\" width=\"200\">`abc]´",
10248
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">{<img width=\"200\" height=\"140\" align=\"right\" src=\"pic.jpg\">`abc]´</body>",
10249
          "bodyInnerHTML": "{<img src=\"pic.jpg\" align=\"right\" height=\"140\" width=\"200\">`abc]´",
10250
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">{<img width=\"200\" height=\"140\" align=\"right\" src=\"pic.jpg\">`abc]´</body>"
10251
        },
10252
        "body": {
10253
          "valscore": 1,
10254
          "selscore": 1,
10255
          "valresult": 8,
10256
          "selresult": 5,
10257
          "output": "{<img src=\"pic.jpg\" align=\"right\" height=\"140\" width=\"200\">`abc]´",
10258
          "innerHTML": "{<img src=\"pic.jpg\" align=\"right\" height=\"140\" width=\"200\">`abc]´",
10259
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">{<img width=\"200\" height=\"140\" align=\"right\" src=\"pic.jpg\">`abc]´</body>",
10260
          "bodyInnerHTML": "{<img src=\"pic.jpg\" align=\"right\" height=\"140\" width=\"200\">`abc]´",
10261
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">{<img width=\"200\" height=\"140\" align=\"right\" src=\"pic.jpg\">`abc]´</body>"
10262
        },
10263
        "div": {
10264
          "valscore": 1,
10265
          "selscore": 1,
10266
          "valresult": 8,
10267
          "selresult": 5,
10268
          "output": "{<img src=\"pic.jpg\" align=\"right\" height=\"140\" width=\"200\">`abc]´",
10269
          "innerHTML": "{<img src=\"pic.jpg\" align=\"right\" height=\"140\" width=\"200\">`abc]´",
10270
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">{<img width=\"200\" height=\"140\" align=\"right\" src=\"pic.jpg\">`abc]´</div>",
10271
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">{<img src=\"pic.jpg\" align=\"right\" height=\"140\" width=\"200\">`abc]´</div>CAN<br>ARY",
10272
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">{<img width=\"200\" height=\"140\" align=\"right\" src=\"pic.jpg\">`abc]´</div>CAN<br>ARY</body>"
10273
        }
10274
      },
10275
      "OUTDENT_BQ-1_SW": {
10276
        "dM": {
10277
          "valscore": 0,
10278
          "selscore": 1,
10279
          "valresult": 7,
10280
          "selresult": 5,
10281
          "output": "`foo´<br>`[bar]´<br>`baz´",
10282
          "innerHTML": "`foo´<br>`[bar]´<br>`baz´",
10283
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`[bar]´<br>`baz´</body>",
10284
          "bodyInnerHTML": "`foo´<br>`[bar]´<br>`baz´",
10285
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`[bar]´<br>`baz´</body>"
10286
        },
10287
        "body": {
10288
          "valscore": 0,
10289
          "selscore": 1,
10290
          "valresult": 7,
10291
          "selresult": 5,
10292
          "output": "`foo´<br>`[bar]´<br>`baz´",
10293
          "innerHTML": "`foo´<br>`[bar]´<br>`baz´",
10294
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`[bar]´<br>`baz´</body>",
10295
          "bodyInnerHTML": "`foo´<br>`[bar]´<br>`baz´",
10296
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`[bar]´<br>`baz´</body>"
10297
        },
10298
        "div": {
10299
          "valscore": 0,
10300
          "selscore": 1,
10301
          "valresult": 7,
10302
          "selresult": 5,
10303
          "output": "`foo´<br>`[bar]´<br>`baz´",
10304
          "innerHTML": "`foo´<br>`[bar]´<br>`baz´",
10305
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<br>`[bar]´<br>`baz´</div>",
10306
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<br>`[bar]´<br>`baz´</div>CAN<br>ARY",
10307
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<br>`[bar]´<br>`baz´</div>CAN<br>ARY</body>"
10308
        }
10309
      },
10310
      "OUTDENT_BQ.wibq.s:m:00040.b:n.p:0-1_SW": {
10311
        "dM": {
10312
          "valscore": 0,
10313
          "selscore": 1,
10314
          "valresult": 7,
10315
          "selresult": 5,
10316
          "output": "`foo´<br>`[bar]´<br>`baz´",
10317
          "innerHTML": "`foo´<br>`[bar]´<br>`baz´",
10318
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`[bar]´<br>`baz´</body>",
10319
          "bodyInnerHTML": "`foo´<br>`[bar]´<br>`baz´",
10320
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`[bar]´<br>`baz´</body>"
10321
        },
10322
        "body": {
10323
          "valscore": 0,
10324
          "selscore": 1,
10325
          "valresult": 7,
10326
          "selresult": 5,
10327
          "output": "`foo´<br>`[bar]´<br>`baz´",
10328
          "innerHTML": "`foo´<br>`[bar]´<br>`baz´",
10329
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`[bar]´<br>`baz´</body>",
10330
          "bodyInnerHTML": "`foo´<br>`[bar]´<br>`baz´",
10331
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`[bar]´<br>`baz´</body>"
10332
        },
10333
        "div": {
10334
          "valscore": 0,
10335
          "selscore": 1,
10336
          "valresult": 7,
10337
          "selresult": 5,
10338
          "output": "`foo´<br>`[bar]´<br>`baz´",
10339
          "innerHTML": "`foo´<br>`[bar]´<br>`baz´",
10340
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<br>`[bar]´<br>`baz´</div>",
10341
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<br>`[bar]´<br>`baz´</div>CAN<br>ARY",
10342
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<br>`[bar]´<br>`baz´</div>CAN<br>ARY</body>"
10343
        }
10344
      },
10345
      "OUTDENT_OL-LI-1_SW": {
10346
        "dM": {
10347
          "valscore": 0,
10348
          "selscore": 1,
10349
          "valresult": 7,
10350
          "selresult": 5,
10351
          "output": "`foo´<br>`[bar]´<br>`baz´",
10352
          "innerHTML": "`foo´<br>`[bar]´<br>`baz´",
10353
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`[bar]´<br>`baz´</body>",
10354
          "bodyInnerHTML": "`foo´<br>`[bar]´<br>`baz´",
10355
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`[bar]´<br>`baz´</body>"
10356
        },
10357
        "body": {
10358
          "valscore": 0,
10359
          "selscore": 1,
10360
          "valresult": 7,
10361
          "selresult": 5,
10362
          "output": "`foo´<br>`[bar]´<br>`baz´",
10363
          "innerHTML": "`foo´<br>`[bar]´<br>`baz´",
10364
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`[bar]´<br>`baz´</body>",
10365
          "bodyInnerHTML": "`foo´<br>`[bar]´<br>`baz´",
10366
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`[bar]´<br>`baz´</body>"
10367
        },
10368
        "div": {
10369
          "valscore": 0,
10370
          "selscore": 1,
10371
          "valresult": 7,
10372
          "selresult": 5,
10373
          "output": "`foo´<br>`[bar]´<br>`baz´",
10374
          "innerHTML": "`foo´<br>`[bar]´<br>`baz´",
10375
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<br>`[bar]´<br>`baz´</div>",
10376
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<br>`[bar]´<br>`baz´</div>CAN<br>ARY",
10377
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<br>`[bar]´<br>`baz´</div>CAN<br>ARY</body>"
10378
        }
10379
      },
10380
      "OUTDENT_UL-LI-1_SW": {
10381
        "dM": {
10382
          "valscore": 0,
10383
          "selscore": 1,
10384
          "valresult": 7,
10385
          "selresult": 5,
10386
          "output": "`foo´<br>`[bar]´<br>`baz´",
10387
          "innerHTML": "`foo´<br>`[bar]´<br>`baz´",
10388
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`[bar]´<br>`baz´</body>",
10389
          "bodyInnerHTML": "`foo´<br>`[bar]´<br>`baz´",
10390
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>`[bar]´<br>`baz´</body>"
10391
        },
10392
        "body": {
10393
          "valscore": 0,
10394
          "selscore": 1,
10395
          "valresult": 7,
10396
          "selresult": 5,
10397
          "output": "`foo´<br>`[bar]´<br>`baz´",
10398
          "innerHTML": "`foo´<br>`[bar]´<br>`baz´",
10399
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`[bar]´<br>`baz´</body>",
10400
          "bodyInnerHTML": "`foo´<br>`[bar]´<br>`baz´",
10401
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>`[bar]´<br>`baz´</body>"
10402
        },
10403
        "div": {
10404
          "valscore": 0,
10405
          "selscore": 1,
10406
          "valresult": 7,
10407
          "selresult": 5,
10408
          "output": "`foo´<br>`[bar]´<br>`baz´",
10409
          "innerHTML": "`foo´<br>`[bar]´<br>`baz´",
10410
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<br>`[bar]´<br>`baz´</div>",
10411
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<br>`[bar]´<br>`baz´</div>CAN<br>ARY",
10412
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<br>`[bar]´<br>`baz´</div>CAN<br>ARY</body>"
10413
        }
10414
      },
10415
      "OUTDENT_DIV-1_SW": {
10416
        "dM": {
10417
          "valscore": 0,
10418
          "selscore": 0,
10419
          "valresult": 6,
10420
          "selresult": 3,
10421
          "output": "`foo´<div style=\"margin-left: 40px;\">`[bar]´</div>`baz´",
10422
          "innerHTML": "`foo´<div style=\"margin-left: 40px;\">`[bar]´</div>`baz´",
10423
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<div style=\"margin-left: 40px;\">`[bar]´</div>`baz´</body>",
10424
          "bodyInnerHTML": "`foo´<div style=\"margin-left: 40px;\">`[bar]´</div>`baz´",
10425
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<div style=\"margin-left: 40px;\">`[bar]´</div>`baz´</body>"
10426
        },
10427
        "body": {
10428
          "valscore": 0,
10429
          "selscore": 0,
10430
          "valresult": 6,
10431
          "selresult": 3,
10432
          "output": "`foo´<div style=\"margin-left: 40px;\">`[bar]´</div>`baz´",
10433
          "innerHTML": "`foo´<div style=\"margin-left: 40px;\">`[bar]´</div>`baz´",
10434
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<div style=\"margin-left: 40px;\">`[bar]´</div>`baz´</body>",
10435
          "bodyInnerHTML": "`foo´<div style=\"margin-left: 40px;\">`[bar]´</div>`baz´",
10436
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<div style=\"margin-left: 40px;\">`[bar]´</div>`baz´</body>"
10437
        },
10438
        "div": {
10439
          "valscore": 0,
10440
          "selscore": 0,
10441
          "valresult": 6,
10442
          "selresult": 3,
10443
          "output": "`foo´<div style=\"margin-left: 40px;\">`[bar]´</div>`baz´",
10444
          "innerHTML": "`foo´<div style=\"margin-left: 40px;\">`[bar]´</div>`baz´",
10445
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<div style=\"margin-left: 40px;\">`[bar]´</div>`baz´</div>",
10446
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<div style=\"margin-left: 40px;\">`[bar]´</div>`baz´</div>CAN<br>ARY",
10447
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<div style=\"margin-left: 40px;\">`[bar]´</div>`baz´</div>CAN<br>ARY</body>"
10448
        }
10449
      },
10450
      "REMOVEFORMAT_B-1_SW": {
10451
        "dM": {
10452
          "valscore": 1,
10453
          "selscore": 1,
10454
          "valresult": 8,
10455
          "selresult": 5,
10456
          "output": "`foo[bar]baz´",
10457
          "innerHTML": "`foo[bar]baz´",
10458
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
10459
          "bodyInnerHTML": "`foo[bar]baz´",
10460
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
10461
        },
10462
        "body": {
10463
          "valscore": 1,
10464
          "selscore": 1,
10465
          "valresult": 8,
10466
          "selresult": 5,
10467
          "output": "`foo[bar]baz´",
10468
          "innerHTML": "`foo[bar]baz´",
10469
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
10470
          "bodyInnerHTML": "`foo[bar]baz´",
10471
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
10472
        },
10473
        "div": {
10474
          "valscore": 1,
10475
          "selscore": 1,
10476
          "valresult": 8,
10477
          "selresult": 5,
10478
          "output": "`foo´`[bar]´`baz´",
10479
          "innerHTML": "`foo´`[bar]´`baz´",
10480
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>",
10481
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar]´`baz´</div>CAN<br>ARY",
10482
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>CAN<br>ARY</body>"
10483
        }
10484
      },
10485
      "REMOVEFORMAT_Ahref:url-1_SW": {
10486
        "dM": {
10487
          "valscore": 0,
10488
          "selscore": 0,
10489
          "valresult": 6,
10490
          "selresult": 3,
10491
          "output": "`foo´<a href=\"http://www.goo.gl\">`[bar]´</a>`baz´",
10492
          "innerHTML": "`foo´<a href=\"http://www.goo.gl\">`[bar]´</a>`baz´",
10493
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<a href=\"http://www.goo.gl\">`[bar]´</a>`baz´</body>",
10494
          "bodyInnerHTML": "`foo´<a href=\"http://www.goo.gl\">`[bar]´</a>`baz´",
10495
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<a href=\"http://www.goo.gl\">`[bar]´</a>`baz´</body>"
10496
        },
10497
        "body": {
10498
          "valscore": 0,
10499
          "selscore": 0,
10500
          "valresult": 6,
10501
          "selresult": 3,
10502
          "output": "`foo´<a href=\"http://www.goo.gl\">`[bar]´</a>`baz´",
10503
          "innerHTML": "`foo´<a href=\"http://www.goo.gl\">`[bar]´</a>`baz´",
10504
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<a href=\"http://www.goo.gl\">`[bar]´</a>`baz´</body>",
10505
          "bodyInnerHTML": "`foo´<a href=\"http://www.goo.gl\">`[bar]´</a>`baz´",
10506
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<a href=\"http://www.goo.gl\">`[bar]´</a>`baz´</body>"
10507
        },
10508
        "div": {
10509
          "valscore": 0,
10510
          "selscore": 0,
10511
          "valresult": 6,
10512
          "selresult": 3,
10513
          "output": "`foo´<a href=\"http://www.goo.gl\">`[bar]´</a>`baz´",
10514
          "innerHTML": "`foo´<a href=\"http://www.goo.gl\">`[bar]´</a>`baz´",
10515
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<a href=\"http://www.goo.gl\">`[bar]´</a>`baz´</div>",
10516
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<a href=\"http://www.goo.gl\">`[bar]´</a>`baz´</div>CAN<br>ARY",
10517
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<a href=\"http://www.goo.gl\">`[bar]´</a>`baz´</div>CAN<br>ARY</body>"
10518
        }
10519
      },
10520
      "REMOVEFORMAT_TABLE-TBODY-TR-TD-1_SW": {
10521
        "dM": {
10522
          "valscore": 0,
10523
          "selscore": 0,
10524
          "valresult": 6,
10525
          "selresult": 3,
10526
          "output": "`foo´<table><tbody><tr><td>`[bar]´</td></tr></tbody></table>`baz´",
10527
          "innerHTML": "`foo´<table><tbody><tr><td>`[bar]´</td></tr></tbody></table>`baz´",
10528
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<table><tbody><tr><td>`[bar]´</td></tr></tbody></table>`baz´</body>",
10529
          "bodyInnerHTML": "`foo´<table><tbody><tr><td>`[bar]´</td></tr></tbody></table>`baz´",
10530
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<table><tbody><tr><td>`[bar]´</td></tr></tbody></table>`baz´</body>"
10531
        },
10532
        "body": {
10533
          "valscore": 0,
10534
          "selscore": 0,
10535
          "valresult": 6,
10536
          "selresult": 3,
10537
          "output": "`foo´<table><tbody><tr><td>`[bar]´</td></tr></tbody></table>`baz´",
10538
          "innerHTML": "`foo´<table><tbody><tr><td>`[bar]´</td></tr></tbody></table>`baz´",
10539
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`[bar]´</td></tr></tbody></table>`baz´</body>",
10540
          "bodyInnerHTML": "`foo´<table><tbody><tr><td>`[bar]´</td></tr></tbody></table>`baz´",
10541
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`[bar]´</td></tr></tbody></table>`baz´</body>"
10542
        },
10543
        "div": {
10544
          "valscore": 0,
10545
          "selscore": 0,
10546
          "valresult": 6,
10547
          "selresult": 3,
10548
          "output": "`foo´<table><tbody><tr><td>`[bar]´</td></tr></tbody></table>`baz´",
10549
          "innerHTML": "`foo´<table><tbody><tr><td>`[bar]´</td></tr></tbody></table>`baz´",
10550
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<table><tbody><tr><td>`[bar]´</td></tr></tbody></table>`baz´</div>",
10551
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`[bar]´</td></tr></tbody></table>`baz´</div>CAN<br>ARY",
10552
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<table><tbody><tr><td>`[bar]´</td></tr></tbody></table>`baz´</div>CAN<br>ARY</body>"
10553
        }
10554
      },
10555
      "UNBOOKMARK_An:name-1_SW": {
10556
        "dM": {
10557
          "valscore": 0,
10558
          "selscore": 0,
10559
          "valresult": 6,
10560
          "selresult": 3,
10561
          "output": "`foo´<a name=\"bookmark\">`[bar]´</a>`baz´",
10562
          "innerHTML": "`foo´<a name=\"bookmark\">`[bar]´</a>`baz´",
10563
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<a name=\"bookmark\">`[bar]´</a>`baz´</body>",
10564
          "bodyInnerHTML": "`foo´<a name=\"bookmark\">`[bar]´</a>`baz´",
10565
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<a name=\"bookmark\">`[bar]´</a>`baz´</body>"
10566
        },
10567
        "body": {
10568
          "valscore": 0,
10569
          "selscore": 0,
10570
          "valresult": 6,
10571
          "selresult": 3,
10572
          "output": "`foo´<a name=\"bookmark\">`[bar]´</a>`baz´",
10573
          "innerHTML": "`foo´<a name=\"bookmark\">`[bar]´</a>`baz´",
10574
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<a name=\"bookmark\">`[bar]´</a>`baz´</body>",
10575
          "bodyInnerHTML": "`foo´<a name=\"bookmark\">`[bar]´</a>`baz´",
10576
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<a name=\"bookmark\">`[bar]´</a>`baz´</body>"
10577
        },
10578
        "div": {
10579
          "valscore": 0,
10580
          "selscore": 0,
10581
          "valresult": 6,
10582
          "selresult": 3,
10583
          "output": "`foo´<a name=\"bookmark\">`[bar]´</a>`baz´",
10584
          "innerHTML": "`foo´<a name=\"bookmark\">`[bar]´</a>`baz´",
10585
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<a name=\"bookmark\">`[bar]´</a>`baz´</div>",
10586
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<a name=\"bookmark\">`[bar]´</a>`baz´</div>CAN<br>ARY",
10587
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<a name=\"bookmark\">`[bar]´</a>`baz´</div>CAN<br>ARY</body>"
10588
        }
10589
      }
10590
    }
10591
  },
10592
  "UC": {
10593
    "Proposed": {
10594
      "B_B-1_SW": {
10595
        "dM": {
10596
          "valscore": 1,
10597
          "selscore": 1,
10598
          "valresult": 8,
10599
          "selresult": 5,
10600
          "output": "`foo[bar]baz´",
10601
          "innerHTML": "`foo[bar]baz´",
10602
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
10603
          "bodyInnerHTML": "`foo[bar]baz´",
10604
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
10605
        },
10606
        "body": {
10607
          "valscore": 1,
10608
          "selscore": 1,
10609
          "valresult": 8,
10610
          "selresult": 5,
10611
          "output": "`foo[bar]baz´",
10612
          "innerHTML": "`foo[bar]baz´",
10613
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
10614
          "bodyInnerHTML": "`foo[bar]baz´",
10615
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
10616
        },
10617
        "div": {
10618
          "valscore": 1,
10619
          "selscore": 1,
10620
          "valresult": 8,
10621
          "selresult": 5,
10622
          "output": "`foo´`[bar]´`baz´",
10623
          "innerHTML": "`foo´`[bar]´`baz´",
10624
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>",
10625
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar]´`baz´</div>CAN<br>ARY",
10626
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>CAN<br>ARY</body>"
10627
        }
10628
      },
10629
      "B_B-1_SO": {
10630
        "dM": {
10631
          "valscore": 1,
10632
          "selscore": 1,
10633
          "valresult": 8,
10634
          "selresult": 5,
10635
          "output": "`foo[bar]baz´",
10636
          "innerHTML": "`foo[bar]baz´",
10637
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
10638
          "bodyInnerHTML": "`foo[bar]baz´",
10639
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
10640
        },
10641
        "body": {
10642
          "valscore": 1,
10643
          "selscore": 1,
10644
          "valresult": 8,
10645
          "selresult": 5,
10646
          "output": "`foo[bar]baz´",
10647
          "innerHTML": "`foo[bar]baz´",
10648
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
10649
          "bodyInnerHTML": "`foo[bar]baz´",
10650
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
10651
        },
10652
        "div": {
10653
          "valscore": 1,
10654
          "selscore": 1,
10655
          "valresult": 8,
10656
          "selresult": 5,
10657
          "output": "`foo[´`bar´`]baz´",
10658
          "innerHTML": "`foo[´`bar´`]baz´",
10659
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>",
10660
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar´`]baz´</div>CAN<br>ARY",
10661
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>CAN<br>ARY</body>"
10662
        }
10663
      },
10664
      "B_B-1_SL": {
10665
        "dM": {
10666
          "valscore": 1,
10667
          "selscore": 1,
10668
          "valresult": 8,
10669
          "selresult": 5,
10670
          "output": "`foo[bar]baz´",
10671
          "innerHTML": "`foo[bar]baz´",
10672
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
10673
          "bodyInnerHTML": "`foo[bar]baz´",
10674
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
10675
        },
10676
        "body": {
10677
          "valscore": 1,
10678
          "selscore": 1,
10679
          "valresult": 8,
10680
          "selresult": 5,
10681
          "output": "`foo[bar]baz´",
10682
          "innerHTML": "`foo[bar]baz´",
10683
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
10684
          "bodyInnerHTML": "`foo[bar]baz´",
10685
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
10686
        },
10687
        "div": {
10688
          "valscore": 1,
10689
          "selscore": 1,
10690
          "valresult": 8,
10691
          "selresult": 5,
10692
          "output": "`foo[´`bar]´`baz´",
10693
          "innerHTML": "`foo[´`bar]´`baz´",
10694
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>",
10695
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar]´`baz´</div>CAN<br>ARY",
10696
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>CAN<br>ARY</body>"
10697
        }
10698
      },
10699
      "B_B-1_SR": {
10700
        "dM": {
10701
          "valscore": 1,
10702
          "selscore": 1,
10703
          "valresult": 8,
10704
          "selresult": 5,
10705
          "output": "`foo[bar]baz´",
10706
          "innerHTML": "`foo[bar]baz´",
10707
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
10708
          "bodyInnerHTML": "`foo[bar]baz´",
10709
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
10710
        },
10711
        "body": {
10712
          "valscore": 1,
10713
          "selscore": 1,
10714
          "valresult": 8,
10715
          "selresult": 5,
10716
          "output": "`foo[bar]baz´",
10717
          "innerHTML": "`foo[bar]baz´",
10718
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
10719
          "bodyInnerHTML": "`foo[bar]baz´",
10720
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
10721
        },
10722
        "div": {
10723
          "valscore": 1,
10724
          "selscore": 1,
10725
          "valresult": 8,
10726
          "selresult": 5,
10727
          "output": "`foo´`[bar´`]baz´",
10728
          "innerHTML": "`foo´`[bar´`]baz´",
10729
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>",
10730
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar´`]baz´</div>CAN<br>ARY",
10731
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>CAN<br>ARY</body>"
10732
        }
10733
      },
10734
      "B_STRONG-1_SW": {
10735
        "dM": {
10736
          "valscore": 0,
10737
          "selscore": 0,
10738
          "valresult": 6,
10739
          "selresult": 3,
10740
          "output": "`foo´<strong style=\"font-weight: normal;\">`[bar]´</strong>`baz´",
10741
          "innerHTML": "`foo´<strong style=\"font-weight: normal;\">`[bar]´</strong>`baz´",
10742
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<strong style=\"font-weight: normal;\">`[bar]´</strong>`baz´</body>",
10743
          "bodyInnerHTML": "`foo´<strong style=\"font-weight: normal;\">`[bar]´</strong>`baz´",
10744
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<strong style=\"font-weight: normal;\">`[bar]´</strong>`baz´</body>"
10745
        },
10746
        "body": {
10747
          "valscore": 0,
10748
          "selscore": 0,
10749
          "valresult": 6,
10750
          "selresult": 3,
10751
          "output": "`foo´<strong style=\"font-weight: normal;\">`[bar]´</strong>`baz´",
10752
          "innerHTML": "`foo´<strong style=\"font-weight: normal;\">`[bar]´</strong>`baz´",
10753
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<strong style=\"font-weight: normal;\">`[bar]´</strong>`baz´</body>",
10754
          "bodyInnerHTML": "`foo´<strong style=\"font-weight: normal;\">`[bar]´</strong>`baz´",
10755
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<strong style=\"font-weight: normal;\">`[bar]´</strong>`baz´</body>"
10756
        },
10757
        "div": {
10758
          "valscore": 0,
10759
          "selscore": 0,
10760
          "valresult": 6,
10761
          "selresult": 3,
10762
          "output": "`foo´<strong style=\"font-weight: normal;\">`[bar]´</strong>`baz´",
10763
          "innerHTML": "`foo´<strong style=\"font-weight: normal;\">`[bar]´</strong>`baz´",
10764
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<strong style=\"font-weight: normal;\">`[bar]´</strong>`baz´</div>",
10765
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<strong style=\"font-weight: normal;\">`[bar]´</strong>`baz´</div>CAN<br>ARY",
10766
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<strong style=\"font-weight: normal;\">`[bar]´</strong>`baz´</div>CAN<br>ARY</body>"
10767
        }
10768
      },
10769
      "B_STRONG-1_SO": {
10770
        "dM": {
10771
          "valscore": 0,
10772
          "selscore": 0,
10773
          "valresult": 6,
10774
          "selresult": 3,
10775
          "output": "`foo[´<strong style=\"font-weight: normal;\">`bar´</strong>`]baz´",
10776
          "innerHTML": "`foo[´<strong style=\"font-weight: normal;\">`bar´</strong>`]baz´",
10777
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<strong style=\"font-weight: normal;\">`bar´</strong>`]baz´</body>",
10778
          "bodyInnerHTML": "`foo[´<strong style=\"font-weight: normal;\">`bar´</strong>`]baz´",
10779
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<strong style=\"font-weight: normal;\">`bar´</strong>`]baz´</body>"
10780
        },
10781
        "body": {
10782
          "valscore": 0,
10783
          "selscore": 0,
10784
          "valresult": 6,
10785
          "selresult": 3,
10786
          "output": "`foo[´<strong style=\"font-weight: normal;\">`bar´</strong>`]baz´",
10787
          "innerHTML": "`foo[´<strong style=\"font-weight: normal;\">`bar´</strong>`]baz´",
10788
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<strong style=\"font-weight: normal;\">`bar´</strong>`]baz´</body>",
10789
          "bodyInnerHTML": "`foo[´<strong style=\"font-weight: normal;\">`bar´</strong>`]baz´",
10790
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<strong style=\"font-weight: normal;\">`bar´</strong>`]baz´</body>"
10791
        },
10792
        "div": {
10793
          "valscore": 0,
10794
          "selscore": 0,
10795
          "valresult": 6,
10796
          "selresult": 3,
10797
          "output": "`foo[´<strong style=\"font-weight: normal;\">`bar´</strong>`]baz´",
10798
          "innerHTML": "`foo[´<strong style=\"font-weight: normal;\">`bar´</strong>`]baz´",
10799
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<strong style=\"font-weight: normal;\">`bar´</strong>`]baz´</div>",
10800
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<strong style=\"font-weight: normal;\">`bar´</strong>`]baz´</div>CAN<br>ARY",
10801
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<strong style=\"font-weight: normal;\">`bar´</strong>`]baz´</div>CAN<br>ARY</body>"
10802
        }
10803
      },
10804
      "B_STRONG-1_SL": {
10805
        "dM": {
10806
          "valscore": 0,
10807
          "selscore": 0,
10808
          "valresult": 6,
10809
          "selresult": 3,
10810
          "output": "`foo[´<strong style=\"font-weight: normal;\">`bar]´</strong>`baz´",
10811
          "innerHTML": "`foo[´<strong style=\"font-weight: normal;\">`bar]´</strong>`baz´",
10812
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<strong style=\"font-weight: normal;\">`bar]´</strong>`baz´</body>",
10813
          "bodyInnerHTML": "`foo[´<strong style=\"font-weight: normal;\">`bar]´</strong>`baz´",
10814
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<strong style=\"font-weight: normal;\">`bar]´</strong>`baz´</body>"
10815
        },
10816
        "body": {
10817
          "valscore": 0,
10818
          "selscore": 0,
10819
          "valresult": 6,
10820
          "selresult": 3,
10821
          "output": "`foo[´<strong style=\"font-weight: normal;\">`bar]´</strong>`baz´",
10822
          "innerHTML": "`foo[´<strong style=\"font-weight: normal;\">`bar]´</strong>`baz´",
10823
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<strong style=\"font-weight: normal;\">`bar]´</strong>`baz´</body>",
10824
          "bodyInnerHTML": "`foo[´<strong style=\"font-weight: normal;\">`bar]´</strong>`baz´",
10825
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<strong style=\"font-weight: normal;\">`bar]´</strong>`baz´</body>"
10826
        },
10827
        "div": {
10828
          "valscore": 0,
10829
          "selscore": 0,
10830
          "valresult": 6,
10831
          "selresult": 3,
10832
          "output": "`foo[´<strong style=\"font-weight: normal;\">`bar]´</strong>`baz´",
10833
          "innerHTML": "`foo[´<strong style=\"font-weight: normal;\">`bar]´</strong>`baz´",
10834
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<strong style=\"font-weight: normal;\">`bar]´</strong>`baz´</div>",
10835
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<strong style=\"font-weight: normal;\">`bar]´</strong>`baz´</div>CAN<br>ARY",
10836
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<strong style=\"font-weight: normal;\">`bar]´</strong>`baz´</div>CAN<br>ARY</body>"
10837
        }
10838
      },
10839
      "B_STRONG-1_SR": {
10840
        "dM": {
10841
          "valscore": 0,
10842
          "selscore": 0,
10843
          "valresult": 6,
10844
          "selresult": 3,
10845
          "output": "`foo´<strong style=\"font-weight: normal;\">`[bar´</strong>`]baz´",
10846
          "innerHTML": "`foo´<strong style=\"font-weight: normal;\">`[bar´</strong>`]baz´",
10847
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<strong style=\"font-weight: normal;\">`[bar´</strong>`]baz´</body>",
10848
          "bodyInnerHTML": "`foo´<strong style=\"font-weight: normal;\">`[bar´</strong>`]baz´",
10849
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<strong style=\"font-weight: normal;\">`[bar´</strong>`]baz´</body>"
10850
        },
10851
        "body": {
10852
          "valscore": 0,
10853
          "selscore": 0,
10854
          "valresult": 6,
10855
          "selresult": 3,
10856
          "output": "`foo´<strong style=\"font-weight: normal;\">`[bar´</strong>`]baz´",
10857
          "innerHTML": "`foo´<strong style=\"font-weight: normal;\">`[bar´</strong>`]baz´",
10858
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<strong style=\"font-weight: normal;\">`[bar´</strong>`]baz´</body>",
10859
          "bodyInnerHTML": "`foo´<strong style=\"font-weight: normal;\">`[bar´</strong>`]baz´",
10860
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<strong style=\"font-weight: normal;\">`[bar´</strong>`]baz´</body>"
10861
        },
10862
        "div": {
10863
          "valscore": 0,
10864
          "selscore": 0,
10865
          "valresult": 6,
10866
          "selresult": 3,
10867
          "output": "`foo´<strong style=\"font-weight: normal;\">`[bar´</strong>`]baz´",
10868
          "innerHTML": "`foo´<strong style=\"font-weight: normal;\">`[bar´</strong>`]baz´",
10869
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<strong style=\"font-weight: normal;\">`[bar´</strong>`]baz´</div>",
10870
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<strong style=\"font-weight: normal;\">`[bar´</strong>`]baz´</div>CAN<br>ARY",
10871
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<strong style=\"font-weight: normal;\">`[bar´</strong>`]baz´</div>CAN<br>ARY</body>"
10872
        }
10873
      },
10874
      "B_SPANs:fw:b-1_SW": {
10875
        "dM": {
10876
          "valscore": 1,
10877
          "selscore": 1,
10878
          "valresult": 8,
10879
          "selresult": 5,
10880
          "output": "`foo[bar]baz´",
10881
          "innerHTML": "`foo[bar]baz´",
10882
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
10883
          "bodyInnerHTML": "`foo[bar]baz´",
10884
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
10885
        },
10886
        "body": {
10887
          "valscore": 1,
10888
          "selscore": 1,
10889
          "valresult": 8,
10890
          "selresult": 5,
10891
          "output": "`foo[bar]baz´",
10892
          "innerHTML": "`foo[bar]baz´",
10893
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
10894
          "bodyInnerHTML": "`foo[bar]baz´",
10895
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
10896
        },
10897
        "div": {
10898
          "valscore": 1,
10899
          "selscore": 1,
10900
          "valresult": 8,
10901
          "selresult": 5,
10902
          "output": "`foo´`[bar]´`baz´",
10903
          "innerHTML": "`foo´`[bar]´`baz´",
10904
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>",
10905
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar]´`baz´</div>CAN<br>ARY",
10906
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>CAN<br>ARY</body>"
10907
        }
10908
      },
10909
      "B_SPANs:fw:b-1_SO": {
10910
        "dM": {
10911
          "valscore": 1,
10912
          "selscore": 1,
10913
          "valresult": 8,
10914
          "selresult": 5,
10915
          "output": "`foo[bar]baz´",
10916
          "innerHTML": "`foo[bar]baz´",
10917
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
10918
          "bodyInnerHTML": "`foo[bar]baz´",
10919
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
10920
        },
10921
        "body": {
10922
          "valscore": 1,
10923
          "selscore": 1,
10924
          "valresult": 8,
10925
          "selresult": 5,
10926
          "output": "`foo[bar]baz´",
10927
          "innerHTML": "`foo[bar]baz´",
10928
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
10929
          "bodyInnerHTML": "`foo[bar]baz´",
10930
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
10931
        },
10932
        "div": {
10933
          "valscore": 1,
10934
          "selscore": 1,
10935
          "valresult": 8,
10936
          "selresult": 5,
10937
          "output": "`foo[´`bar´`]baz´",
10938
          "innerHTML": "`foo[´`bar´`]baz´",
10939
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>",
10940
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar´`]baz´</div>CAN<br>ARY",
10941
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>CAN<br>ARY</body>"
10942
        }
10943
      },
10944
      "B_SPANs:fw:b-1_SL": {
10945
        "dM": {
10946
          "valscore": 1,
10947
          "selscore": 1,
10948
          "valresult": 8,
10949
          "selresult": 5,
10950
          "output": "`foo[bar]baz´",
10951
          "innerHTML": "`foo[bar]baz´",
10952
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
10953
          "bodyInnerHTML": "`foo[bar]baz´",
10954
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
10955
        },
10956
        "body": {
10957
          "valscore": 1,
10958
          "selscore": 1,
10959
          "valresult": 8,
10960
          "selresult": 5,
10961
          "output": "`foo[bar]baz´",
10962
          "innerHTML": "`foo[bar]baz´",
10963
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
10964
          "bodyInnerHTML": "`foo[bar]baz´",
10965
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
10966
        },
10967
        "div": {
10968
          "valscore": 1,
10969
          "selscore": 1,
10970
          "valresult": 8,
10971
          "selresult": 5,
10972
          "output": "`foo[´`bar]´`baz´",
10973
          "innerHTML": "`foo[´`bar]´`baz´",
10974
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>",
10975
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar]´`baz´</div>CAN<br>ARY",
10976
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>CAN<br>ARY</body>"
10977
        }
10978
      },
10979
      "B_SPANs:fw:b-1_SR": {
10980
        "dM": {
10981
          "valscore": 1,
10982
          "selscore": 1,
10983
          "valresult": 8,
10984
          "selresult": 5,
10985
          "output": "`foo[bar]baz´",
10986
          "innerHTML": "`foo[bar]baz´",
10987
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
10988
          "bodyInnerHTML": "`foo[bar]baz´",
10989
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
10990
        },
10991
        "body": {
10992
          "valscore": 1,
10993
          "selscore": 1,
10994
          "valresult": 8,
10995
          "selresult": 5,
10996
          "output": "`foo[bar]baz´",
10997
          "innerHTML": "`foo[bar]baz´",
10998
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
10999
          "bodyInnerHTML": "`foo[bar]baz´",
11000
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11001
        },
11002
        "div": {
11003
          "valscore": 1,
11004
          "selscore": 1,
11005
          "valresult": 8,
11006
          "selresult": 5,
11007
          "output": "`foo´`[bar´`]baz´",
11008
          "innerHTML": "`foo´`[bar´`]baz´",
11009
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>",
11010
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar´`]baz´</div>CAN<br>ARY",
11011
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>CAN<br>ARY</body>"
11012
        }
11013
      },
11014
      "I_I-1_SW": {
11015
        "dM": {
11016
          "valscore": 1,
11017
          "selscore": 1,
11018
          "valresult": 8,
11019
          "selresult": 5,
11020
          "output": "`foo[bar]baz´",
11021
          "innerHTML": "`foo[bar]baz´",
11022
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11023
          "bodyInnerHTML": "`foo[bar]baz´",
11024
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11025
        },
11026
        "body": {
11027
          "valscore": 1,
11028
          "selscore": 1,
11029
          "valresult": 8,
11030
          "selresult": 5,
11031
          "output": "`foo[bar]baz´",
11032
          "innerHTML": "`foo[bar]baz´",
11033
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11034
          "bodyInnerHTML": "`foo[bar]baz´",
11035
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11036
        },
11037
        "div": {
11038
          "valscore": 1,
11039
          "selscore": 1,
11040
          "valresult": 8,
11041
          "selresult": 5,
11042
          "output": "`foo´`[bar]´`baz´",
11043
          "innerHTML": "`foo´`[bar]´`baz´",
11044
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>",
11045
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar]´`baz´</div>CAN<br>ARY",
11046
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>CAN<br>ARY</body>"
11047
        }
11048
      },
11049
      "I_I-1_SO": {
11050
        "dM": {
11051
          "valscore": 1,
11052
          "selscore": 1,
11053
          "valresult": 8,
11054
          "selresult": 5,
11055
          "output": "`foo[bar]baz´",
11056
          "innerHTML": "`foo[bar]baz´",
11057
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11058
          "bodyInnerHTML": "`foo[bar]baz´",
11059
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11060
        },
11061
        "body": {
11062
          "valscore": 1,
11063
          "selscore": 1,
11064
          "valresult": 8,
11065
          "selresult": 5,
11066
          "output": "`foo[bar]baz´",
11067
          "innerHTML": "`foo[bar]baz´",
11068
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11069
          "bodyInnerHTML": "`foo[bar]baz´",
11070
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11071
        },
11072
        "div": {
11073
          "valscore": 1,
11074
          "selscore": 1,
11075
          "valresult": 8,
11076
          "selresult": 5,
11077
          "output": "`foo[´`bar´`]baz´",
11078
          "innerHTML": "`foo[´`bar´`]baz´",
11079
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>",
11080
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar´`]baz´</div>CAN<br>ARY",
11081
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>CAN<br>ARY</body>"
11082
        }
11083
      },
11084
      "I_I-1_SL": {
11085
        "dM": {
11086
          "valscore": 1,
11087
          "selscore": 1,
11088
          "valresult": 8,
11089
          "selresult": 5,
11090
          "output": "`foo[bar]baz´",
11091
          "innerHTML": "`foo[bar]baz´",
11092
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11093
          "bodyInnerHTML": "`foo[bar]baz´",
11094
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11095
        },
11096
        "body": {
11097
          "valscore": 1,
11098
          "selscore": 1,
11099
          "valresult": 8,
11100
          "selresult": 5,
11101
          "output": "`foo[bar]baz´",
11102
          "innerHTML": "`foo[bar]baz´",
11103
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11104
          "bodyInnerHTML": "`foo[bar]baz´",
11105
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11106
        },
11107
        "div": {
11108
          "valscore": 1,
11109
          "selscore": 1,
11110
          "valresult": 8,
11111
          "selresult": 5,
11112
          "output": "`foo[´`bar]´`baz´",
11113
          "innerHTML": "`foo[´`bar]´`baz´",
11114
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>",
11115
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar]´`baz´</div>CAN<br>ARY",
11116
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>CAN<br>ARY</body>"
11117
        }
11118
      },
11119
      "I_I-1_SR": {
11120
        "dM": {
11121
          "valscore": 1,
11122
          "selscore": 1,
11123
          "valresult": 8,
11124
          "selresult": 5,
11125
          "output": "`foo[bar]baz´",
11126
          "innerHTML": "`foo[bar]baz´",
11127
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11128
          "bodyInnerHTML": "`foo[bar]baz´",
11129
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11130
        },
11131
        "body": {
11132
          "valscore": 1,
11133
          "selscore": 1,
11134
          "valresult": 8,
11135
          "selresult": 5,
11136
          "output": "`foo[bar]baz´",
11137
          "innerHTML": "`foo[bar]baz´",
11138
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11139
          "bodyInnerHTML": "`foo[bar]baz´",
11140
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11141
        },
11142
        "div": {
11143
          "valscore": 1,
11144
          "selscore": 1,
11145
          "valresult": 8,
11146
          "selresult": 5,
11147
          "output": "`foo´`[bar´`]baz´",
11148
          "innerHTML": "`foo´`[bar´`]baz´",
11149
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>",
11150
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar´`]baz´</div>CAN<br>ARY",
11151
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>CAN<br>ARY</body>"
11152
        }
11153
      },
11154
      "I_EM-1_SW": {
11155
        "dM": {
11156
          "valscore": 0,
11157
          "selscore": 0,
11158
          "valresult": 6,
11159
          "selresult": 3,
11160
          "output": "`foo´<em>`[bar]´</em>`baz´",
11161
          "innerHTML": "`foo´<em>`[bar]´</em>`baz´",
11162
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<em>`[bar]´</em>`baz´</body>",
11163
          "bodyInnerHTML": "`foo´<em>`[bar]´</em>`baz´",
11164
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<em>`[bar]´</em>`baz´</body>"
11165
        },
11166
        "body": {
11167
          "valscore": 0,
11168
          "selscore": 0,
11169
          "valresult": 6,
11170
          "selresult": 3,
11171
          "output": "`foo´<em>`[bar]´</em>`baz´",
11172
          "innerHTML": "`foo´<em>`[bar]´</em>`baz´",
11173
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<em>`[bar]´</em>`baz´</body>",
11174
          "bodyInnerHTML": "`foo´<em>`[bar]´</em>`baz´",
11175
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<em>`[bar]´</em>`baz´</body>"
11176
        },
11177
        "div": {
11178
          "valscore": 0,
11179
          "selscore": 0,
11180
          "valresult": 6,
11181
          "selresult": 3,
11182
          "output": "`foo´<em>`[bar]´</em>`baz´",
11183
          "innerHTML": "`foo´<em>`[bar]´</em>`baz´",
11184
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<em>`[bar]´</em>`baz´</div>",
11185
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<em>`[bar]´</em>`baz´</div>CAN<br>ARY",
11186
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<em>`[bar]´</em>`baz´</div>CAN<br>ARY</body>"
11187
        }
11188
      },
11189
      "I_EM-1_SO": {
11190
        "dM": {
11191
          "valscore": 0,
11192
          "selscore": 0,
11193
          "valresult": 6,
11194
          "selresult": 3,
11195
          "output": "`foo[´<em>`bar´</em>`]baz´",
11196
          "innerHTML": "`foo[´<em>`bar´</em>`]baz´",
11197
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<em>`bar´</em>`]baz´</body>",
11198
          "bodyInnerHTML": "`foo[´<em>`bar´</em>`]baz´",
11199
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<em>`bar´</em>`]baz´</body>"
11200
        },
11201
        "body": {
11202
          "valscore": 0,
11203
          "selscore": 0,
11204
          "valresult": 6,
11205
          "selresult": 3,
11206
          "output": "`foo[´<em>`bar´</em>`]baz´",
11207
          "innerHTML": "`foo[´<em>`bar´</em>`]baz´",
11208
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<em>`bar´</em>`]baz´</body>",
11209
          "bodyInnerHTML": "`foo[´<em>`bar´</em>`]baz´",
11210
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<em>`bar´</em>`]baz´</body>"
11211
        },
11212
        "div": {
11213
          "valscore": 0,
11214
          "selscore": 0,
11215
          "valresult": 6,
11216
          "selresult": 3,
11217
          "output": "`foo[´<em>`bar´</em>`]baz´",
11218
          "innerHTML": "`foo[´<em>`bar´</em>`]baz´",
11219
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<em>`bar´</em>`]baz´</div>",
11220
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<em>`bar´</em>`]baz´</div>CAN<br>ARY",
11221
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<em>`bar´</em>`]baz´</div>CAN<br>ARY</body>"
11222
        }
11223
      },
11224
      "I_EM-1_SL": {
11225
        "dM": {
11226
          "valscore": 0,
11227
          "selscore": 0,
11228
          "valresult": 6,
11229
          "selresult": 3,
11230
          "output": "`foo[´<em>`bar]´</em>`baz´",
11231
          "innerHTML": "`foo[´<em>`bar]´</em>`baz´",
11232
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<em>`bar]´</em>`baz´</body>",
11233
          "bodyInnerHTML": "`foo[´<em>`bar]´</em>`baz´",
11234
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<em>`bar]´</em>`baz´</body>"
11235
        },
11236
        "body": {
11237
          "valscore": 0,
11238
          "selscore": 0,
11239
          "valresult": 6,
11240
          "selresult": 3,
11241
          "output": "`foo[´<em>`bar]´</em>`baz´",
11242
          "innerHTML": "`foo[´<em>`bar]´</em>`baz´",
11243
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<em>`bar]´</em>`baz´</body>",
11244
          "bodyInnerHTML": "`foo[´<em>`bar]´</em>`baz´",
11245
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<em>`bar]´</em>`baz´</body>"
11246
        },
11247
        "div": {
11248
          "valscore": 0,
11249
          "selscore": 0,
11250
          "valresult": 6,
11251
          "selresult": 3,
11252
          "output": "`foo[´<em>`bar]´</em>`baz´",
11253
          "innerHTML": "`foo[´<em>`bar]´</em>`baz´",
11254
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<em>`bar]´</em>`baz´</div>",
11255
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<em>`bar]´</em>`baz´</div>CAN<br>ARY",
11256
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<em>`bar]´</em>`baz´</div>CAN<br>ARY</body>"
11257
        }
11258
      },
11259
      "I_EM-1_SR": {
11260
        "dM": {
11261
          "valscore": 0,
11262
          "selscore": 0,
11263
          "valresult": 6,
11264
          "selresult": 3,
11265
          "output": "`foo´<em>`[bar´</em>`]baz´",
11266
          "innerHTML": "`foo´<em>`[bar´</em>`]baz´",
11267
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<em>`[bar´</em>`]baz´</body>",
11268
          "bodyInnerHTML": "`foo´<em>`[bar´</em>`]baz´",
11269
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<em>`[bar´</em>`]baz´</body>"
11270
        },
11271
        "body": {
11272
          "valscore": 0,
11273
          "selscore": 0,
11274
          "valresult": 6,
11275
          "selresult": 3,
11276
          "output": "`foo´<em>`[bar´</em>`]baz´",
11277
          "innerHTML": "`foo´<em>`[bar´</em>`]baz´",
11278
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<em>`[bar´</em>`]baz´</body>",
11279
          "bodyInnerHTML": "`foo´<em>`[bar´</em>`]baz´",
11280
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<em>`[bar´</em>`]baz´</body>"
11281
        },
11282
        "div": {
11283
          "valscore": 0,
11284
          "selscore": 0,
11285
          "valresult": 6,
11286
          "selresult": 3,
11287
          "output": "`foo´<em>`[bar´</em>`]baz´",
11288
          "innerHTML": "`foo´<em>`[bar´</em>`]baz´",
11289
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<em>`[bar´</em>`]baz´</div>",
11290
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<em>`[bar´</em>`]baz´</div>CAN<br>ARY",
11291
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<em>`[bar´</em>`]baz´</div>CAN<br>ARY</body>"
11292
        }
11293
      },
11294
      "I_SPANs:fs:i-1_SW": {
11295
        "dM": {
11296
          "valscore": 1,
11297
          "selscore": 1,
11298
          "valresult": 8,
11299
          "selresult": 5,
11300
          "output": "`foo[bar]baz´",
11301
          "innerHTML": "`foo[bar]baz´",
11302
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11303
          "bodyInnerHTML": "`foo[bar]baz´",
11304
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11305
        },
11306
        "body": {
11307
          "valscore": 1,
11308
          "selscore": 1,
11309
          "valresult": 8,
11310
          "selresult": 5,
11311
          "output": "`foo[bar]baz´",
11312
          "innerHTML": "`foo[bar]baz´",
11313
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11314
          "bodyInnerHTML": "`foo[bar]baz´",
11315
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11316
        },
11317
        "div": {
11318
          "valscore": 1,
11319
          "selscore": 1,
11320
          "valresult": 8,
11321
          "selresult": 5,
11322
          "output": "`foo´`[bar]´`baz´",
11323
          "innerHTML": "`foo´`[bar]´`baz´",
11324
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>",
11325
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar]´`baz´</div>CAN<br>ARY",
11326
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>CAN<br>ARY</body>"
11327
        }
11328
      },
11329
      "I_SPANs:fs:i-1_SO": {
11330
        "dM": {
11331
          "valscore": 1,
11332
          "selscore": 1,
11333
          "valresult": 8,
11334
          "selresult": 5,
11335
          "output": "`foo[bar]baz´",
11336
          "innerHTML": "`foo[bar]baz´",
11337
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11338
          "bodyInnerHTML": "`foo[bar]baz´",
11339
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11340
        },
11341
        "body": {
11342
          "valscore": 1,
11343
          "selscore": 1,
11344
          "valresult": 8,
11345
          "selresult": 5,
11346
          "output": "`foo[bar]baz´",
11347
          "innerHTML": "`foo[bar]baz´",
11348
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11349
          "bodyInnerHTML": "`foo[bar]baz´",
11350
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11351
        },
11352
        "div": {
11353
          "valscore": 1,
11354
          "selscore": 1,
11355
          "valresult": 8,
11356
          "selresult": 5,
11357
          "output": "`foo[´`bar´`]baz´",
11358
          "innerHTML": "`foo[´`bar´`]baz´",
11359
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>",
11360
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar´`]baz´</div>CAN<br>ARY",
11361
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>CAN<br>ARY</body>"
11362
        }
11363
      },
11364
      "I_SPANs:fs:i-1_SL": {
11365
        "dM": {
11366
          "valscore": 1,
11367
          "selscore": 1,
11368
          "valresult": 8,
11369
          "selresult": 5,
11370
          "output": "`foo[bar]baz´",
11371
          "innerHTML": "`foo[bar]baz´",
11372
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11373
          "bodyInnerHTML": "`foo[bar]baz´",
11374
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11375
        },
11376
        "body": {
11377
          "valscore": 1,
11378
          "selscore": 1,
11379
          "valresult": 8,
11380
          "selresult": 5,
11381
          "output": "`foo[bar]baz´",
11382
          "innerHTML": "`foo[bar]baz´",
11383
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11384
          "bodyInnerHTML": "`foo[bar]baz´",
11385
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11386
        },
11387
        "div": {
11388
          "valscore": 1,
11389
          "selscore": 1,
11390
          "valresult": 8,
11391
          "selresult": 5,
11392
          "output": "`foo[´`bar]´`baz´",
11393
          "innerHTML": "`foo[´`bar]´`baz´",
11394
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>",
11395
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar]´`baz´</div>CAN<br>ARY",
11396
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>CAN<br>ARY</body>"
11397
        }
11398
      },
11399
      "I_SPANs:fs:i-1_SR": {
11400
        "dM": {
11401
          "valscore": 1,
11402
          "selscore": 1,
11403
          "valresult": 8,
11404
          "selresult": 5,
11405
          "output": "`foo[bar]baz´",
11406
          "innerHTML": "`foo[bar]baz´",
11407
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11408
          "bodyInnerHTML": "`foo[bar]baz´",
11409
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11410
        },
11411
        "body": {
11412
          "valscore": 1,
11413
          "selscore": 1,
11414
          "valresult": 8,
11415
          "selresult": 5,
11416
          "output": "`foo[bar]baz´",
11417
          "innerHTML": "`foo[bar]baz´",
11418
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11419
          "bodyInnerHTML": "`foo[bar]baz´",
11420
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11421
        },
11422
        "div": {
11423
          "valscore": 1,
11424
          "selscore": 1,
11425
          "valresult": 8,
11426
          "selresult": 5,
11427
          "output": "`foo´`[bar´`]baz´",
11428
          "innerHTML": "`foo´`[bar´`]baz´",
11429
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>",
11430
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar´`]baz´</div>CAN<br>ARY",
11431
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>CAN<br>ARY</body>"
11432
        }
11433
      },
11434
      "U_U-1_SW": {
11435
        "dM": {
11436
          "valscore": 1,
11437
          "selscore": 1,
11438
          "valresult": 8,
11439
          "selresult": 5,
11440
          "output": "`foo[bar]baz´",
11441
          "innerHTML": "`foo[bar]baz´",
11442
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11443
          "bodyInnerHTML": "`foo[bar]baz´",
11444
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11445
        },
11446
        "body": {
11447
          "valscore": 1,
11448
          "selscore": 1,
11449
          "valresult": 8,
11450
          "selresult": 5,
11451
          "output": "`foo[bar]baz´",
11452
          "innerHTML": "`foo[bar]baz´",
11453
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11454
          "bodyInnerHTML": "`foo[bar]baz´",
11455
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11456
        },
11457
        "div": {
11458
          "valscore": 1,
11459
          "selscore": 1,
11460
          "valresult": 8,
11461
          "selresult": 5,
11462
          "output": "`foo´`[bar]´`baz´",
11463
          "innerHTML": "`foo´`[bar]´`baz´",
11464
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>",
11465
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar]´`baz´</div>CAN<br>ARY",
11466
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>CAN<br>ARY</body>"
11467
        }
11468
      },
11469
      "U_U-1_SO": {
11470
        "dM": {
11471
          "valscore": 1,
11472
          "selscore": 1,
11473
          "valresult": 8,
11474
          "selresult": 5,
11475
          "output": "`foo[bar]baz´",
11476
          "innerHTML": "`foo[bar]baz´",
11477
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11478
          "bodyInnerHTML": "`foo[bar]baz´",
11479
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11480
        },
11481
        "body": {
11482
          "valscore": 1,
11483
          "selscore": 1,
11484
          "valresult": 8,
11485
          "selresult": 5,
11486
          "output": "`foo[bar]baz´",
11487
          "innerHTML": "`foo[bar]baz´",
11488
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11489
          "bodyInnerHTML": "`foo[bar]baz´",
11490
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11491
        },
11492
        "div": {
11493
          "valscore": 1,
11494
          "selscore": 1,
11495
          "valresult": 8,
11496
          "selresult": 5,
11497
          "output": "`foo[´`bar´`]baz´",
11498
          "innerHTML": "`foo[´`bar´`]baz´",
11499
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>",
11500
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar´`]baz´</div>CAN<br>ARY",
11501
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>CAN<br>ARY</body>"
11502
        }
11503
      },
11504
      "U_U-1_SL": {
11505
        "dM": {
11506
          "valscore": 1,
11507
          "selscore": 1,
11508
          "valresult": 8,
11509
          "selresult": 5,
11510
          "output": "`foo[bar]baz´",
11511
          "innerHTML": "`foo[bar]baz´",
11512
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11513
          "bodyInnerHTML": "`foo[bar]baz´",
11514
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11515
        },
11516
        "body": {
11517
          "valscore": 1,
11518
          "selscore": 1,
11519
          "valresult": 8,
11520
          "selresult": 5,
11521
          "output": "`foo[bar]baz´",
11522
          "innerHTML": "`foo[bar]baz´",
11523
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11524
          "bodyInnerHTML": "`foo[bar]baz´",
11525
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11526
        },
11527
        "div": {
11528
          "valscore": 1,
11529
          "selscore": 1,
11530
          "valresult": 8,
11531
          "selresult": 5,
11532
          "output": "`foo[´`bar]´`baz´",
11533
          "innerHTML": "`foo[´`bar]´`baz´",
11534
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>",
11535
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar]´`baz´</div>CAN<br>ARY",
11536
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>CAN<br>ARY</body>"
11537
        }
11538
      },
11539
      "U_U-1_SR": {
11540
        "dM": {
11541
          "valscore": 1,
11542
          "selscore": 1,
11543
          "valresult": 8,
11544
          "selresult": 5,
11545
          "output": "`foo[bar]baz´",
11546
          "innerHTML": "`foo[bar]baz´",
11547
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11548
          "bodyInnerHTML": "`foo[bar]baz´",
11549
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11550
        },
11551
        "body": {
11552
          "valscore": 1,
11553
          "selscore": 1,
11554
          "valresult": 8,
11555
          "selresult": 5,
11556
          "output": "`foo[bar]baz´",
11557
          "innerHTML": "`foo[bar]baz´",
11558
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11559
          "bodyInnerHTML": "`foo[bar]baz´",
11560
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11561
        },
11562
        "div": {
11563
          "valscore": 1,
11564
          "selscore": 1,
11565
          "valresult": 8,
11566
          "selresult": 5,
11567
          "output": "`foo´`[bar´`]baz´",
11568
          "innerHTML": "`foo´`[bar´`]baz´",
11569
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>",
11570
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar´`]baz´</div>CAN<br>ARY",
11571
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>CAN<br>ARY</body>"
11572
        }
11573
      },
11574
      "U_SPANs:td:u-1_SW": {
11575
        "dM": {
11576
          "valscore": 1,
11577
          "selscore": 1,
11578
          "valresult": 8,
11579
          "selresult": 5,
11580
          "output": "`foo[bar]baz´",
11581
          "innerHTML": "`foo[bar]baz´",
11582
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11583
          "bodyInnerHTML": "`foo[bar]baz´",
11584
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11585
        },
11586
        "body": {
11587
          "valscore": 1,
11588
          "selscore": 1,
11589
          "valresult": 8,
11590
          "selresult": 5,
11591
          "output": "`foo[bar]baz´",
11592
          "innerHTML": "`foo[bar]baz´",
11593
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11594
          "bodyInnerHTML": "`foo[bar]baz´",
11595
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11596
        },
11597
        "div": {
11598
          "valscore": 1,
11599
          "selscore": 1,
11600
          "valresult": 8,
11601
          "selresult": 5,
11602
          "output": "`foo´`[bar]´`baz´",
11603
          "innerHTML": "`foo´`[bar]´`baz´",
11604
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>",
11605
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar]´`baz´</div>CAN<br>ARY",
11606
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>CAN<br>ARY</body>"
11607
        }
11608
      },
11609
      "U_SPANs:td:u-1_SO": {
11610
        "dM": {
11611
          "valscore": 1,
11612
          "selscore": 1,
11613
          "valresult": 8,
11614
          "selresult": 5,
11615
          "output": "`foo[bar]baz´",
11616
          "innerHTML": "`foo[bar]baz´",
11617
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11618
          "bodyInnerHTML": "`foo[bar]baz´",
11619
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11620
        },
11621
        "body": {
11622
          "valscore": 1,
11623
          "selscore": 1,
11624
          "valresult": 8,
11625
          "selresult": 5,
11626
          "output": "`foo[bar]baz´",
11627
          "innerHTML": "`foo[bar]baz´",
11628
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11629
          "bodyInnerHTML": "`foo[bar]baz´",
11630
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11631
        },
11632
        "div": {
11633
          "valscore": 1,
11634
          "selscore": 1,
11635
          "valresult": 8,
11636
          "selresult": 5,
11637
          "output": "`foo[´`bar´`]baz´",
11638
          "innerHTML": "`foo[´`bar´`]baz´",
11639
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>",
11640
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar´`]baz´</div>CAN<br>ARY",
11641
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>CAN<br>ARY</body>"
11642
        }
11643
      },
11644
      "U_SPANs:td:u-1_SL": {
11645
        "dM": {
11646
          "valscore": 1,
11647
          "selscore": 1,
11648
          "valresult": 8,
11649
          "selresult": 5,
11650
          "output": "`foo[bar]baz´",
11651
          "innerHTML": "`foo[bar]baz´",
11652
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11653
          "bodyInnerHTML": "`foo[bar]baz´",
11654
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11655
        },
11656
        "body": {
11657
          "valscore": 1,
11658
          "selscore": 1,
11659
          "valresult": 8,
11660
          "selresult": 5,
11661
          "output": "`foo[bar]baz´",
11662
          "innerHTML": "`foo[bar]baz´",
11663
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11664
          "bodyInnerHTML": "`foo[bar]baz´",
11665
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11666
        },
11667
        "div": {
11668
          "valscore": 1,
11669
          "selscore": 1,
11670
          "valresult": 8,
11671
          "selresult": 5,
11672
          "output": "`foo[´`bar]´`baz´",
11673
          "innerHTML": "`foo[´`bar]´`baz´",
11674
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>",
11675
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar]´`baz´</div>CAN<br>ARY",
11676
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>CAN<br>ARY</body>"
11677
        }
11678
      },
11679
      "U_SPANs:td:u-1_SR": {
11680
        "dM": {
11681
          "valscore": 1,
11682
          "selscore": 1,
11683
          "valresult": 8,
11684
          "selresult": 5,
11685
          "output": "`foo[bar]baz´",
11686
          "innerHTML": "`foo[bar]baz´",
11687
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11688
          "bodyInnerHTML": "`foo[bar]baz´",
11689
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11690
        },
11691
        "body": {
11692
          "valscore": 1,
11693
          "selscore": 1,
11694
          "valresult": 8,
11695
          "selresult": 5,
11696
          "output": "`foo[bar]baz´",
11697
          "innerHTML": "`foo[bar]baz´",
11698
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11699
          "bodyInnerHTML": "`foo[bar]baz´",
11700
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11701
        },
11702
        "div": {
11703
          "valscore": 1,
11704
          "selscore": 1,
11705
          "valresult": 8,
11706
          "selresult": 5,
11707
          "output": "`foo´`[bar´`]baz´",
11708
          "innerHTML": "`foo´`[bar´`]baz´",
11709
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>",
11710
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar´`]baz´</div>CAN<br>ARY",
11711
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>CAN<br>ARY</body>"
11712
        }
11713
      },
11714
      "S_S-1_SW": {
11715
        "dM": {
11716
          "valscore": 0,
11717
          "selscore": 0,
11718
          "valresult": 6,
11719
          "selresult": 3,
11720
          "output": "`foo´<s>`[bar]´</s>`baz´",
11721
          "innerHTML": "`foo´<s>`[bar]´</s>`baz´",
11722
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<s>`[bar]´</s>`baz´</body>",
11723
          "bodyInnerHTML": "`foo´<s>`[bar]´</s>`baz´",
11724
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<s>`[bar]´</s>`baz´</body>"
11725
        },
11726
        "body": {
11727
          "valscore": 0,
11728
          "selscore": 0,
11729
          "valresult": 6,
11730
          "selresult": 3,
11731
          "output": "`foo´<s>`[bar]´</s>`baz´",
11732
          "innerHTML": "`foo´<s>`[bar]´</s>`baz´",
11733
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<s>`[bar]´</s>`baz´</body>",
11734
          "bodyInnerHTML": "`foo´<s>`[bar]´</s>`baz´",
11735
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<s>`[bar]´</s>`baz´</body>"
11736
        },
11737
        "div": {
11738
          "valscore": 0,
11739
          "selscore": 0,
11740
          "valresult": 6,
11741
          "selresult": 3,
11742
          "output": "`foo´<s>`[bar]´</s>`baz´",
11743
          "innerHTML": "`foo´<s>`[bar]´</s>`baz´",
11744
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<s>`[bar]´</s>`baz´</div>",
11745
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<s>`[bar]´</s>`baz´</div>CAN<br>ARY",
11746
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<s>`[bar]´</s>`baz´</div>CAN<br>ARY</body>"
11747
        }
11748
      },
11749
      "S_S-1_SO": {
11750
        "dM": {
11751
          "valscore": 0,
11752
          "selscore": 0,
11753
          "valresult": 6,
11754
          "selresult": 3,
11755
          "output": "`foo[´<s>`bar´</s>`]baz´",
11756
          "innerHTML": "`foo[´<s>`bar´</s>`]baz´",
11757
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<s>`bar´</s>`]baz´</body>",
11758
          "bodyInnerHTML": "`foo[´<s>`bar´</s>`]baz´",
11759
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<s>`bar´</s>`]baz´</body>"
11760
        },
11761
        "body": {
11762
          "valscore": 0,
11763
          "selscore": 0,
11764
          "valresult": 6,
11765
          "selresult": 3,
11766
          "output": "`foo[´<s>`bar´</s>`]baz´",
11767
          "innerHTML": "`foo[´<s>`bar´</s>`]baz´",
11768
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<s>`bar´</s>`]baz´</body>",
11769
          "bodyInnerHTML": "`foo[´<s>`bar´</s>`]baz´",
11770
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<s>`bar´</s>`]baz´</body>"
11771
        },
11772
        "div": {
11773
          "valscore": 0,
11774
          "selscore": 0,
11775
          "valresult": 6,
11776
          "selresult": 3,
11777
          "output": "`foo[´<s>`bar´</s>`]baz´",
11778
          "innerHTML": "`foo[´<s>`bar´</s>`]baz´",
11779
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<s>`bar´</s>`]baz´</div>",
11780
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<s>`bar´</s>`]baz´</div>CAN<br>ARY",
11781
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<s>`bar´</s>`]baz´</div>CAN<br>ARY</body>"
11782
        }
11783
      },
11784
      "S_S-1_SL": {
11785
        "dM": {
11786
          "valscore": 0,
11787
          "selscore": 0,
11788
          "valresult": 6,
11789
          "selresult": 3,
11790
          "output": "`foo[´<s>`bar]´</s>`baz´",
11791
          "innerHTML": "`foo[´<s>`bar]´</s>`baz´",
11792
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<s>`bar]´</s>`baz´</body>",
11793
          "bodyInnerHTML": "`foo[´<s>`bar]´</s>`baz´",
11794
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<s>`bar]´</s>`baz´</body>"
11795
        },
11796
        "body": {
11797
          "valscore": 0,
11798
          "selscore": 0,
11799
          "valresult": 6,
11800
          "selresult": 3,
11801
          "output": "`foo[´<s>`bar]´</s>`baz´",
11802
          "innerHTML": "`foo[´<s>`bar]´</s>`baz´",
11803
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<s>`bar]´</s>`baz´</body>",
11804
          "bodyInnerHTML": "`foo[´<s>`bar]´</s>`baz´",
11805
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<s>`bar]´</s>`baz´</body>"
11806
        },
11807
        "div": {
11808
          "valscore": 0,
11809
          "selscore": 0,
11810
          "valresult": 6,
11811
          "selresult": 3,
11812
          "output": "`foo[´<s>`bar]´</s>`baz´",
11813
          "innerHTML": "`foo[´<s>`bar]´</s>`baz´",
11814
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<s>`bar]´</s>`baz´</div>",
11815
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<s>`bar]´</s>`baz´</div>CAN<br>ARY",
11816
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<s>`bar]´</s>`baz´</div>CAN<br>ARY</body>"
11817
        }
11818
      },
11819
      "S_S-1_SR": {
11820
        "dM": {
11821
          "valscore": 0,
11822
          "selscore": 0,
11823
          "valresult": 6,
11824
          "selresult": 3,
11825
          "output": "`foo´<s>`[bar´</s>`]baz´",
11826
          "innerHTML": "`foo´<s>`[bar´</s>`]baz´",
11827
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<s>`[bar´</s>`]baz´</body>",
11828
          "bodyInnerHTML": "`foo´<s>`[bar´</s>`]baz´",
11829
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<s>`[bar´</s>`]baz´</body>"
11830
        },
11831
        "body": {
11832
          "valscore": 0,
11833
          "selscore": 0,
11834
          "valresult": 6,
11835
          "selresult": 3,
11836
          "output": "`foo´<s>`[bar´</s>`]baz´",
11837
          "innerHTML": "`foo´<s>`[bar´</s>`]baz´",
11838
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<s>`[bar´</s>`]baz´</body>",
11839
          "bodyInnerHTML": "`foo´<s>`[bar´</s>`]baz´",
11840
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<s>`[bar´</s>`]baz´</body>"
11841
        },
11842
        "div": {
11843
          "valscore": 0,
11844
          "selscore": 0,
11845
          "valresult": 6,
11846
          "selresult": 3,
11847
          "output": "`foo´<s>`[bar´</s>`]baz´",
11848
          "innerHTML": "`foo´<s>`[bar´</s>`]baz´",
11849
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<s>`[bar´</s>`]baz´</div>",
11850
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<s>`[bar´</s>`]baz´</div>CAN<br>ARY",
11851
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<s>`[bar´</s>`]baz´</div>CAN<br>ARY</body>"
11852
        }
11853
      },
11854
      "S_STRIKE-1_SW": {
11855
        "dM": {
11856
          "valscore": 1,
11857
          "selscore": 1,
11858
          "valresult": 8,
11859
          "selresult": 5,
11860
          "output": "`foo[bar]baz´",
11861
          "innerHTML": "`foo[bar]baz´",
11862
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11863
          "bodyInnerHTML": "`foo[bar]baz´",
11864
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11865
        },
11866
        "body": {
11867
          "valscore": 1,
11868
          "selscore": 1,
11869
          "valresult": 8,
11870
          "selresult": 5,
11871
          "output": "`foo[bar]baz´",
11872
          "innerHTML": "`foo[bar]baz´",
11873
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11874
          "bodyInnerHTML": "`foo[bar]baz´",
11875
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11876
        },
11877
        "div": {
11878
          "valscore": 1,
11879
          "selscore": 1,
11880
          "valresult": 8,
11881
          "selresult": 5,
11882
          "output": "`foo´`[bar]´`baz´",
11883
          "innerHTML": "`foo´`[bar]´`baz´",
11884
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>",
11885
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar]´`baz´</div>CAN<br>ARY",
11886
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>CAN<br>ARY</body>"
11887
        }
11888
      },
11889
      "S_STRIKE-1_SO": {
11890
        "dM": {
11891
          "valscore": 1,
11892
          "selscore": 1,
11893
          "valresult": 8,
11894
          "selresult": 5,
11895
          "output": "`foo[bar]baz´",
11896
          "innerHTML": "`foo[bar]baz´",
11897
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11898
          "bodyInnerHTML": "`foo[bar]baz´",
11899
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11900
        },
11901
        "body": {
11902
          "valscore": 1,
11903
          "selscore": 1,
11904
          "valresult": 8,
11905
          "selresult": 5,
11906
          "output": "`foo[bar]baz´",
11907
          "innerHTML": "`foo[bar]baz´",
11908
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11909
          "bodyInnerHTML": "`foo[bar]baz´",
11910
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11911
        },
11912
        "div": {
11913
          "valscore": 1,
11914
          "selscore": 1,
11915
          "valresult": 8,
11916
          "selresult": 5,
11917
          "output": "`foo[´`bar´`]baz´",
11918
          "innerHTML": "`foo[´`bar´`]baz´",
11919
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>",
11920
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar´`]baz´</div>CAN<br>ARY",
11921
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>CAN<br>ARY</body>"
11922
        }
11923
      },
11924
      "S_STRIKE-1_SL": {
11925
        "dM": {
11926
          "valscore": 1,
11927
          "selscore": 1,
11928
          "valresult": 8,
11929
          "selresult": 5,
11930
          "output": "`foo[bar]baz´",
11931
          "innerHTML": "`foo[bar]baz´",
11932
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11933
          "bodyInnerHTML": "`foo[bar]baz´",
11934
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11935
        },
11936
        "body": {
11937
          "valscore": 1,
11938
          "selscore": 1,
11939
          "valresult": 8,
11940
          "selresult": 5,
11941
          "output": "`foo[bar]baz´",
11942
          "innerHTML": "`foo[bar]baz´",
11943
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11944
          "bodyInnerHTML": "`foo[bar]baz´",
11945
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11946
        },
11947
        "div": {
11948
          "valscore": 1,
11949
          "selscore": 1,
11950
          "valresult": 8,
11951
          "selresult": 5,
11952
          "output": "`foo[´`bar]´`baz´",
11953
          "innerHTML": "`foo[´`bar]´`baz´",
11954
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>",
11955
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar]´`baz´</div>CAN<br>ARY",
11956
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>CAN<br>ARY</body>"
11957
        }
11958
      },
11959
      "S_STRIKE-1_SR": {
11960
        "dM": {
11961
          "valscore": 1,
11962
          "selscore": 1,
11963
          "valresult": 8,
11964
          "selresult": 5,
11965
          "output": "`foo[bar]baz´",
11966
          "innerHTML": "`foo[bar]baz´",
11967
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
11968
          "bodyInnerHTML": "`foo[bar]baz´",
11969
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
11970
        },
11971
        "body": {
11972
          "valscore": 1,
11973
          "selscore": 1,
11974
          "valresult": 8,
11975
          "selresult": 5,
11976
          "output": "`foo[bar]baz´",
11977
          "innerHTML": "`foo[bar]baz´",
11978
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
11979
          "bodyInnerHTML": "`foo[bar]baz´",
11980
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
11981
        },
11982
        "div": {
11983
          "valscore": 1,
11984
          "selscore": 1,
11985
          "valresult": 8,
11986
          "selresult": 5,
11987
          "output": "`foo´`[bar´`]baz´",
11988
          "innerHTML": "`foo´`[bar´`]baz´",
11989
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>",
11990
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar´`]baz´</div>CAN<br>ARY",
11991
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>CAN<br>ARY</body>"
11992
        }
11993
      },
11994
      "S_SPANs:td:lt-1_SW": {
11995
        "dM": {
11996
          "valscore": 1,
11997
          "selscore": 1,
11998
          "valresult": 8,
11999
          "selresult": 5,
12000
          "output": "`foo[bar]baz´",
12001
          "innerHTML": "`foo[bar]baz´",
12002
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
12003
          "bodyInnerHTML": "`foo[bar]baz´",
12004
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
12005
        },
12006
        "body": {
12007
          "valscore": 1,
12008
          "selscore": 1,
12009
          "valresult": 8,
12010
          "selresult": 5,
12011
          "output": "`foo[bar]baz´",
12012
          "innerHTML": "`foo[bar]baz´",
12013
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
12014
          "bodyInnerHTML": "`foo[bar]baz´",
12015
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
12016
        },
12017
        "div": {
12018
          "valscore": 1,
12019
          "selscore": 1,
12020
          "valresult": 8,
12021
          "selresult": 5,
12022
          "output": "`foo´`[bar]´`baz´",
12023
          "innerHTML": "`foo´`[bar]´`baz´",
12024
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>",
12025
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar]´`baz´</div>CAN<br>ARY",
12026
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar]´`baz´</div>CAN<br>ARY</body>"
12027
        }
12028
      },
12029
      "S_SPANs:td:lt-1_SO": {
12030
        "dM": {
12031
          "valscore": 1,
12032
          "selscore": 1,
12033
          "valresult": 8,
12034
          "selresult": 5,
12035
          "output": "`foo[bar]baz´",
12036
          "innerHTML": "`foo[bar]baz´",
12037
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
12038
          "bodyInnerHTML": "`foo[bar]baz´",
12039
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
12040
        },
12041
        "body": {
12042
          "valscore": 1,
12043
          "selscore": 1,
12044
          "valresult": 8,
12045
          "selresult": 5,
12046
          "output": "`foo[bar]baz´",
12047
          "innerHTML": "`foo[bar]baz´",
12048
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
12049
          "bodyInnerHTML": "`foo[bar]baz´",
12050
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
12051
        },
12052
        "div": {
12053
          "valscore": 1,
12054
          "selscore": 1,
12055
          "valresult": 8,
12056
          "selresult": 5,
12057
          "output": "`foo[´`bar´`]baz´",
12058
          "innerHTML": "`foo[´`bar´`]baz´",
12059
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>",
12060
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar´`]baz´</div>CAN<br>ARY",
12061
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar´`]baz´</div>CAN<br>ARY</body>"
12062
        }
12063
      },
12064
      "S_SPANs:td:lt-1_SL": {
12065
        "dM": {
12066
          "valscore": 1,
12067
          "selscore": 1,
12068
          "valresult": 8,
12069
          "selresult": 5,
12070
          "output": "`foo[bar]baz´",
12071
          "innerHTML": "`foo[bar]baz´",
12072
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
12073
          "bodyInnerHTML": "`foo[bar]baz´",
12074
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
12075
        },
12076
        "body": {
12077
          "valscore": 1,
12078
          "selscore": 1,
12079
          "valresult": 8,
12080
          "selresult": 5,
12081
          "output": "`foo[bar]baz´",
12082
          "innerHTML": "`foo[bar]baz´",
12083
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
12084
          "bodyInnerHTML": "`foo[bar]baz´",
12085
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
12086
        },
12087
        "div": {
12088
          "valscore": 1,
12089
          "selscore": 1,
12090
          "valresult": 8,
12091
          "selresult": 5,
12092
          "output": "`foo[´`bar]´`baz´",
12093
          "innerHTML": "`foo[´`bar]´`baz´",
12094
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>",
12095
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´`bar]´`baz´</div>CAN<br>ARY",
12096
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´`bar]´`baz´</div>CAN<br>ARY</body>"
12097
        }
12098
      },
12099
      "S_SPANs:td:lt-1_SR": {
12100
        "dM": {
12101
          "valscore": 1,
12102
          "selscore": 1,
12103
          "valresult": 8,
12104
          "selresult": 5,
12105
          "output": "`foo[bar]baz´",
12106
          "innerHTML": "`foo[bar]baz´",
12107
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
12108
          "bodyInnerHTML": "`foo[bar]baz´",
12109
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
12110
        },
12111
        "body": {
12112
          "valscore": 1,
12113
          "selscore": 1,
12114
          "valresult": 8,
12115
          "selresult": 5,
12116
          "output": "`foo[bar]baz´",
12117
          "innerHTML": "`foo[bar]baz´",
12118
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
12119
          "bodyInnerHTML": "`foo[bar]baz´",
12120
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
12121
        },
12122
        "div": {
12123
          "valscore": 1,
12124
          "selscore": 1,
12125
          "valresult": 8,
12126
          "selresult": 5,
12127
          "output": "`foo´`[bar´`]baz´",
12128
          "innerHTML": "`foo´`[bar´`]baz´",
12129
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>",
12130
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`[bar´`]baz´</div>CAN<br>ARY",
12131
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`[bar´`]baz´</div>CAN<br>ARY</body>"
12132
        }
12133
      },
12134
      "S_SPANc:s-1_SW": {
12135
        "dM": {
12136
          "valscore": 0,
12137
          "selscore": 0,
12138
          "valresult": 6,
12139
          "selresult": 3,
12140
          "output": "`foo´<span class=\"s\">`[bar]´</span>`baz´",
12141
          "innerHTML": "`foo´<span class=\"s\">`[bar]´</span>`baz´",
12142
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span class=\"s\">`[bar]´</span>`baz´</body>",
12143
          "bodyInnerHTML": "`foo´<span class=\"s\">`[bar]´</span>`baz´",
12144
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span class=\"s\">`[bar]´</span>`baz´</body>"
12145
        },
12146
        "body": {
12147
          "valscore": 0,
12148
          "selscore": 0,
12149
          "valresult": 6,
12150
          "selresult": 3,
12151
          "output": "`foo´<span class=\"s\">`[bar]´</span>`baz´",
12152
          "innerHTML": "`foo´<span class=\"s\">`[bar]´</span>`baz´",
12153
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span class=\"s\">`[bar]´</span>`baz´</body>",
12154
          "bodyInnerHTML": "`foo´<span class=\"s\">`[bar]´</span>`baz´",
12155
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span class=\"s\">`[bar]´</span>`baz´</body>"
12156
        },
12157
        "div": {
12158
          "valscore": 0,
12159
          "selscore": 0,
12160
          "valresult": 6,
12161
          "selresult": 3,
12162
          "output": "`foo´<span class=\"s\">`[bar]´</span>`baz´",
12163
          "innerHTML": "`foo´<span class=\"s\">`[bar]´</span>`baz´",
12164
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<span class=\"s\">`[bar]´</span>`baz´</div>",
12165
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<span class=\"s\">`[bar]´</span>`baz´</div>CAN<br>ARY",
12166
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<span class=\"s\">`[bar]´</span>`baz´</div>CAN<br>ARY</body>"
12167
        }
12168
      },
12169
      "S_SPANc:s-2_SI": {
12170
        "dM": {
12171
          "valscore": 0,
12172
          "selscore": 0,
12173
          "valresult": 6,
12174
          "selresult": 3,
12175
          "output": "<span class=\"s\">`foo[bar]baz´</span>",
12176
          "innerHTML": "<span class=\"s\">`foo[bar]baz´</span>",
12177
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><span class=\"s\">`foo[bar]baz´</span></body>",
12178
          "bodyInnerHTML": "<span class=\"s\">`foo[bar]baz´</span>",
12179
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><span class=\"s\">`foo[bar]baz´</span></body>"
12180
        },
12181
        "body": {
12182
          "valscore": 0,
12183
          "selscore": 0,
12184
          "valresult": 6,
12185
          "selresult": 3,
12186
          "output": "<span class=\"s\">`foo[bar]baz´</span>",
12187
          "innerHTML": "<span class=\"s\">`foo[bar]baz´</span>",
12188
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><span class=\"s\">`foo[bar]baz´</span></body>",
12189
          "bodyInnerHTML": "<span class=\"s\">`foo[bar]baz´</span>",
12190
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><span class=\"s\">`foo[bar]baz´</span></body>"
12191
        },
12192
        "div": {
12193
          "valscore": 0,
12194
          "selscore": 0,
12195
          "valresult": 6,
12196
          "selresult": 3,
12197
          "output": "<span class=\"s\">`foo[bar]baz´</span>",
12198
          "innerHTML": "<span class=\"s\">`foo[bar]baz´</span>",
12199
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><span class=\"s\">`foo[bar]baz´</span></div>",
12200
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><span class=\"s\">`foo[bar]baz´</span></div>CAN<br>ARY",
12201
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><span class=\"s\">`foo[bar]baz´</span></div>CAN<br>ARY</body>"
12202
        }
12203
      }
12204
    }
12205
  },
12206
  "D": {
12207
    "Proposed": {
12208
      "CHAR-1_SC": {
12209
        "dM": {
12210
          "valscore": 1,
12211
          "selscore": 1,
12212
          "valresult": 8,
12213
          "selresult": 5,
12214
          "output": "`fo^barbaz´",
12215
          "innerHTML": "`fo^barbaz´",
12216
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^barbaz´</body>",
12217
          "bodyInnerHTML": "`fo^barbaz´",
12218
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^barbaz´</body>"
12219
        },
12220
        "body": {
12221
          "valscore": 1,
12222
          "selscore": 1,
12223
          "valresult": 8,
12224
          "selresult": 5,
12225
          "output": "`fo^barbaz´",
12226
          "innerHTML": "`fo^barbaz´",
12227
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^barbaz´</body>",
12228
          "bodyInnerHTML": "`fo^barbaz´",
12229
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^barbaz´</body>"
12230
        },
12231
        "div": {
12232
          "valscore": 1,
12233
          "selscore": 1,
12234
          "valresult": 8,
12235
          "selresult": 5,
12236
          "output": "`fo^barbaz´",
12237
          "innerHTML": "`fo^barbaz´",
12238
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^barbaz´</div>",
12239
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^barbaz´</div>CAN<br>ARY",
12240
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^barbaz´</div>CAN<br>ARY</body>"
12241
        }
12242
      },
12243
      "CHAR-2_SC": {
12244
        "dM": {
12245
          "valscore": 1,
12246
          "selscore": 1,
12247
          "valresult": 8,
12248
          "selresult": 5,
12249
          "output": "`fo^barbaz´",
12250
          "innerHTML": "`fo^barbaz´",
12251
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^barbaz´</body>",
12252
          "bodyInnerHTML": "`fo^barbaz´",
12253
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^barbaz´</body>"
12254
        },
12255
        "body": {
12256
          "valscore": 1,
12257
          "selscore": 1,
12258
          "valresult": 8,
12259
          "selresult": 5,
12260
          "output": "`fo^barbaz´",
12261
          "innerHTML": "`fo^barbaz´",
12262
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^barbaz´</body>",
12263
          "bodyInnerHTML": "`fo^barbaz´",
12264
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^barbaz´</body>"
12265
        },
12266
        "div": {
12267
          "valscore": 1,
12268
          "selscore": 1,
12269
          "valresult": 8,
12270
          "selresult": 5,
12271
          "output": "`fo^barbaz´",
12272
          "innerHTML": "`fo^barbaz´",
12273
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^barbaz´</div>",
12274
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^barbaz´</div>CAN<br>ARY",
12275
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^barbaz´</div>CAN<br>ARY</body>"
12276
        }
12277
      },
12278
      "CHAR-3_SC": {
12279
        "dM": {
12280
          "valscore": 0,
12281
          "selscore": 0,
12282
          "valresult": 6,
12283
          "selresult": 3,
12284
          "output": "`foo^barbaz´",
12285
          "innerHTML": "`foo^barbaz´",
12286
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^barbaz´</body>",
12287
          "bodyInnerHTML": "`foo^barbaz´",
12288
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^barbaz´</body>"
12289
        },
12290
        "body": {
12291
          "valscore": 0,
12292
          "selscore": 0,
12293
          "valresult": 6,
12294
          "selresult": 3,
12295
          "output": "`foo^barbaz´",
12296
          "innerHTML": "`foo^barbaz´",
12297
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^barbaz´</body>",
12298
          "bodyInnerHTML": "`foo^barbaz´",
12299
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^barbaz´</body>"
12300
        },
12301
        "div": {
12302
          "valscore": 0,
12303
          "selscore": 0,
12304
          "valresult": 6,
12305
          "selresult": 3,
12306
          "output": "`foo^barbaz´",
12307
          "innerHTML": "`foo^barbaz´",
12308
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo^barbaz´</div>",
12309
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo^barbaz´</div>CAN<br>ARY",
12310
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo^barbaz´</div>CAN<br>ARY</body>"
12311
        }
12312
      },
12313
      "CHAR-4_SC": {
12314
        "dM": {
12315
          "valscore": 0,
12316
          "selscore": 0,
12317
          "valresult": 6,
12318
          "selresult": 3,
12319
          "output": "`foo^barbaz´",
12320
          "innerHTML": "`foo^barbaz´",
12321
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^barbaz´</body>",
12322
          "bodyInnerHTML": "`foo^barbaz´",
12323
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^barbaz´</body>"
12324
        },
12325
        "body": {
12326
          "valscore": 0,
12327
          "selscore": 0,
12328
          "valresult": 6,
12329
          "selresult": 3,
12330
          "output": "`foo^barbaz´",
12331
          "innerHTML": "`foo^barbaz´",
12332
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^barbaz´</body>",
12333
          "bodyInnerHTML": "`foo^barbaz´",
12334
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^barbaz´</body>"
12335
        },
12336
        "div": {
12337
          "valscore": 0,
12338
          "selscore": 0,
12339
          "valresult": 6,
12340
          "selresult": 3,
12341
          "output": "`foo^barbaz´",
12342
          "innerHTML": "`foo^barbaz´",
12343
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo^barbaz´</div>",
12344
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo^barbaz´</div>CAN<br>ARY",
12345
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo^barbaz´</div>CAN<br>ARY</body>"
12346
        }
12347
      },
12348
      "CHAR-5_SC": {
12349
        "dM": {
12350
          "valscore": 0,
12351
          "selscore": 0,
12352
          "valresult": 6,
12353
          "selresult": 3,
12354
          "output": "`foö^barbaz´",
12355
          "innerHTML": "`foö^barbaz´",
12356
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö^barbaz´</body>",
12357
          "bodyInnerHTML": "`foö^barbaz´",
12358
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö^barbaz´</body>"
12359
        },
12360
        "body": {
12361
          "valscore": 0,
12362
          "selscore": 0,
12363
          "valresult": 6,
12364
          "selresult": 3,
12365
          "output": "`foö^barbaz´",
12366
          "innerHTML": "`foö^barbaz´",
12367
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö^barbaz´</body>",
12368
          "bodyInnerHTML": "`foö^barbaz´",
12369
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö^barbaz´</body>"
12370
        },
12371
        "div": {
12372
          "valscore": 0,
12373
          "selscore": 0,
12374
          "valresult": 6,
12375
          "selresult": 3,
12376
          "output": "`foö^barbaz´",
12377
          "innerHTML": "`foö^barbaz´",
12378
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foö^barbaz´</div>",
12379
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foö^barbaz´</div>CAN<br>ARY",
12380
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foö^barbaz´</div>CAN<br>ARY</body>"
12381
        }
12382
      },
12383
      "CHAR-5_SI-1": {
12384
        "dM": {
12385
          "valscore": 0,
12386
          "selscore": 0,
12387
          "valresult": 6,
12388
          "selresult": 3,
12389
          "output": "`foo^̤barbaz´",
12390
          "innerHTML": "`foo^̤barbaz´",
12391
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^̤barbaz´</body>",
12392
          "bodyInnerHTML": "`foo^̤barbaz´",
12393
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^̤barbaz´</body>"
12394
        },
12395
        "body": {
12396
          "valscore": 0,
12397
          "selscore": 0,
12398
          "valresult": 6,
12399
          "selresult": 3,
12400
          "output": "`foo^̤barbaz´",
12401
          "innerHTML": "`foo^̤barbaz´",
12402
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^̤barbaz´</body>",
12403
          "bodyInnerHTML": "`foo^̤barbaz´",
12404
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^̤barbaz´</body>"
12405
        },
12406
        "div": {
12407
          "valscore": 0,
12408
          "selscore": 0,
12409
          "valresult": 6,
12410
          "selresult": 3,
12411
          "output": "`foo^̤barbaz´",
12412
          "innerHTML": "`foo^̤barbaz´",
12413
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo^̤barbaz´</div>",
12414
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo^̤barbaz´</div>CAN<br>ARY",
12415
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo^̤barbaz´</div>CAN<br>ARY</body>"
12416
        }
12417
      },
12418
      "CHAR-5_SI-2": {
12419
        "dM": {
12420
          "valscore": 0,
12421
          "selscore": 0,
12422
          "valresult": 6,
12423
          "selresult": 3,
12424
          "output": "`foö^barbaz´",
12425
          "innerHTML": "`foö^barbaz´",
12426
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö^barbaz´</body>",
12427
          "bodyInnerHTML": "`foö^barbaz´",
12428
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö^barbaz´</body>"
12429
        },
12430
        "body": {
12431
          "valscore": 0,
12432
          "selscore": 0,
12433
          "valresult": 6,
12434
          "selresult": 3,
12435
          "output": "`foö^barbaz´",
12436
          "innerHTML": "`foö^barbaz´",
12437
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö^barbaz´</body>",
12438
          "bodyInnerHTML": "`foö^barbaz´",
12439
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö^barbaz´</body>"
12440
        },
12441
        "div": {
12442
          "valscore": 0,
12443
          "selscore": 0,
12444
          "valresult": 6,
12445
          "selresult": 3,
12446
          "output": "`foö^barbaz´",
12447
          "innerHTML": "`foö^barbaz´",
12448
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foö^barbaz´</div>",
12449
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foö^barbaz´</div>CAN<br>ARY",
12450
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foö^barbaz´</div>CAN<br>ARY</body>"
12451
        }
12452
      },
12453
      "CHAR-5_SR": {
12454
        "dM": {
12455
          "valscore": 0,
12456
          "selscore": 0,
12457
          "valresult": 6,
12458
          "selresult": 3,
12459
          "output": "`foö^baz´",
12460
          "innerHTML": "`foö^baz´",
12461
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö^baz´</body>",
12462
          "bodyInnerHTML": "`foö^baz´",
12463
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foö^baz´</body>"
12464
        },
12465
        "body": {
12466
          "valscore": 0,
12467
          "selscore": 0,
12468
          "valresult": 6,
12469
          "selresult": 3,
12470
          "output": "`foö^baz´",
12471
          "innerHTML": "`foö^baz´",
12472
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö^baz´</body>",
12473
          "bodyInnerHTML": "`foö^baz´",
12474
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foö^baz´</body>"
12475
        },
12476
        "div": {
12477
          "valscore": 0,
12478
          "selscore": 0,
12479
          "valresult": 6,
12480
          "selresult": 3,
12481
          "output": "`foö^baz´",
12482
          "innerHTML": "`foö^baz´",
12483
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foö^baz´</div>",
12484
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foö^baz´</div>CAN<br>ARY",
12485
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foö^baz´</div>CAN<br>ARY</body>"
12486
        }
12487
      },
12488
      "CHAR-6_SC": {
12489
        "dM": {
12490
          "valscore": 0,
12491
          "selscore": 0,
12492
          "valresult": 6,
12493
          "selresult": 3,
12494
          "output": "`foo^barbaz´",
12495
          "innerHTML": "`foo^barbaz´",
12496
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^barbaz´</body>",
12497
          "bodyInnerHTML": "`foo^barbaz´",
12498
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^barbaz´</body>"
12499
        },
12500
        "body": {
12501
          "valscore": 0,
12502
          "selscore": 0,
12503
          "valresult": 6,
12504
          "selresult": 3,
12505
          "output": "`foo^barbaz´",
12506
          "innerHTML": "`foo^barbaz´",
12507
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^barbaz´</body>",
12508
          "bodyInnerHTML": "`foo^barbaz´",
12509
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^barbaz´</body>"
12510
        },
12511
        "div": {
12512
          "valscore": 0,
12513
          "selscore": 0,
12514
          "valresult": 6,
12515
          "selresult": 3,
12516
          "output": "`foo^barbaz´",
12517
          "innerHTML": "`foo^barbaz´",
12518
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo^barbaz´</div>",
12519
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo^barbaz´</div>CAN<br>ARY",
12520
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo^barbaz´</div>CAN<br>ARY</body>"
12521
        }
12522
      },
12523
      "CHAR-7_SC": {
12524
        "dM": {
12525
          "valscore": 0,
12526
          "selscore": 0,
12527
          "valresult": 6,
12528
          "selresult": 3,
12529
          "output": "`foo^barbaz´",
12530
          "innerHTML": "`foo^barbaz´",
12531
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^barbaz´</body>",
12532
          "bodyInnerHTML": "`foo^barbaz´",
12533
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^barbaz´</body>"
12534
        },
12535
        "body": {
12536
          "valscore": 0,
12537
          "selscore": 0,
12538
          "valresult": 6,
12539
          "selresult": 3,
12540
          "output": "`foo^barbaz´",
12541
          "innerHTML": "`foo^barbaz´",
12542
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^barbaz´</body>",
12543
          "bodyInnerHTML": "`foo^barbaz´",
12544
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^barbaz´</body>"
12545
        },
12546
        "div": {
12547
          "valscore": 0,
12548
          "selscore": 0,
12549
          "valresult": 6,
12550
          "selresult": 3,
12551
          "output": "`foo^barbaz´",
12552
          "innerHTML": "`foo^barbaz´",
12553
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo^barbaz´</div>",
12554
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo^barbaz´</div>CAN<br>ARY",
12555
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo^barbaz´</div>CAN<br>ARY</body>"
12556
        }
12557
      },
12558
      "TEXT-1_SI": {
12559
        "dM": {
12560
          "valscore": 1,
12561
          "selscore": 1,
12562
          "valresult": 8,
12563
          "selresult": 5,
12564
          "output": "`foo^baz´",
12565
          "innerHTML": "`foo^baz´",
12566
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^baz´</body>",
12567
          "bodyInnerHTML": "`foo^baz´",
12568
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^baz´</body>"
12569
        },
12570
        "body": {
12571
          "valscore": 1,
12572
          "selscore": 1,
12573
          "valresult": 8,
12574
          "selresult": 5,
12575
          "output": "`foo^baz´",
12576
          "innerHTML": "`foo^baz´",
12577
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^baz´</body>",
12578
          "bodyInnerHTML": "`foo^baz´",
12579
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^baz´</body>"
12580
        },
12581
        "div": {
12582
          "valscore": 1,
12583
          "selscore": 1,
12584
          "valresult": 8,
12585
          "selresult": 5,
12586
          "output": "`foo^baz´",
12587
          "innerHTML": "`foo^baz´",
12588
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo^baz´</div>",
12589
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo^baz´</div>CAN<br>ARY",
12590
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo^baz´</div>CAN<br>ARY</body>"
12591
        }
12592
      },
12593
      "B-1_SS": {
12594
        "dM": {
12595
          "valscore": 1,
12596
          "selscore": 1,
12597
          "valresult": 8,
12598
          "selresult": 5,
12599
          "output": "`fo^´<b>`bar´</b>`baz´",
12600
          "innerHTML": "`fo^´<b>`bar´</b>`baz´",
12601
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^´<b>`bar´</b>`baz´</body>",
12602
          "bodyInnerHTML": "`fo^´<b>`bar´</b>`baz´",
12603
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^´<b>`bar´</b>`baz´</body>"
12604
        },
12605
        "body": {
12606
          "valscore": 1,
12607
          "selscore": 1,
12608
          "valresult": 8,
12609
          "selresult": 5,
12610
          "output": "`fo^´<b>`bar´</b>`baz´",
12611
          "innerHTML": "`fo^´<b>`bar´</b>`baz´",
12612
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^´<b>`bar´</b>`baz´</body>",
12613
          "bodyInnerHTML": "`fo^´<b>`bar´</b>`baz´",
12614
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^´<b>`bar´</b>`baz´</body>"
12615
        },
12616
        "div": {
12617
          "valscore": 1,
12618
          "selscore": 1,
12619
          "valresult": 8,
12620
          "selresult": 5,
12621
          "output": "`fo^´<b>`bar´</b>`baz´",
12622
          "innerHTML": "`fo^´<b>`bar´</b>`baz´",
12623
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^´<b>`bar´</b>`baz´</div>",
12624
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^´<b>`bar´</b>`baz´</div>CAN<br>ARY",
12625
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^´<b>`bar´</b>`baz´</div>CAN<br>ARY</body>"
12626
        }
12627
      },
12628
      "B-1_SA": {
12629
        "dM": {
12630
          "valscore": 1,
12631
          "selscore": 1,
12632
          "valresult": 8,
12633
          "selresult": 5,
12634
          "output": "`foo´<b>`ba^´</b>`baz´",
12635
          "innerHTML": "`foo´<b>`ba^´</b>`baz´",
12636
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b>`ba^´</b>`baz´</body>",
12637
          "bodyInnerHTML": "`foo´<b>`ba^´</b>`baz´",
12638
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b>`ba^´</b>`baz´</body>"
12639
        },
12640
        "body": {
12641
          "valscore": 1,
12642
          "selscore": 1,
12643
          "valresult": 8,
12644
          "selresult": 5,
12645
          "output": "`foo´<b>`ba^´</b>`baz´",
12646
          "innerHTML": "`foo´<b>`ba^´</b>`baz´",
12647
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b>`ba^´</b>`baz´</body>",
12648
          "bodyInnerHTML": "`foo´<b>`ba^´</b>`baz´",
12649
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b>`ba^´</b>`baz´</body>"
12650
        },
12651
        "div": {
12652
          "valscore": 1,
12653
          "selscore": 1,
12654
          "valresult": 8,
12655
          "selresult": 5,
12656
          "output": "`foo´<b>`ba^´</b>`baz´",
12657
          "innerHTML": "`foo´<b>`ba^´</b>`baz´",
12658
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<b>`ba^´</b>`baz´</div>",
12659
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<b>`ba^´</b>`baz´</div>CAN<br>ARY",
12660
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<b>`ba^´</b>`baz´</div>CAN<br>ARY</body>"
12661
        }
12662
      },
12663
      "B-1_SW": {
12664
        "dM": {
12665
          "valscore": 1,
12666
          "selscore": 0,
12667
          "valresult": 8,
12668
          "selresult": 2,
12669
          "output": "`foo´|`baz´",
12670
          "innerHTML": "`foo´|`baz´",
12671
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´|`baz´</body>",
12672
          "bodyInnerHTML": "`foo´|`baz´",
12673
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´|`baz´</body>"
12674
        },
12675
        "body": {
12676
          "valscore": 1,
12677
          "selscore": 0,
12678
          "valresult": 8,
12679
          "selresult": 2,
12680
          "output": "`foo´|`baz´",
12681
          "innerHTML": "`foo´|`baz´",
12682
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´|`baz´</body>",
12683
          "bodyInnerHTML": "`foo´|`baz´",
12684
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´|`baz´</body>"
12685
        },
12686
        "div": {
12687
          "valscore": 1,
12688
          "selscore": 0,
12689
          "valresult": 8,
12690
          "selresult": 2,
12691
          "output": "`foo´|`baz´",
12692
          "innerHTML": "`foo´|`baz´",
12693
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´|`baz´</div>",
12694
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´|`baz´</div>CAN<br>ARY",
12695
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´|`baz´</div>CAN<br>ARY</body>"
12696
        }
12697
      },
12698
      "B-1_SO": {
12699
        "dM": {
12700
          "valscore": 1,
12701
          "selscore": 1,
12702
          "valresult": 8,
12703
          "selresult": 5,
12704
          "output": "`foo^baz´",
12705
          "innerHTML": "`foo^baz´",
12706
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^baz´</body>",
12707
          "bodyInnerHTML": "`foo^baz´",
12708
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^baz´</body>"
12709
        },
12710
        "body": {
12711
          "valscore": 1,
12712
          "selscore": 1,
12713
          "valresult": 8,
12714
          "selresult": 5,
12715
          "output": "`foo^baz´",
12716
          "innerHTML": "`foo^baz´",
12717
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^baz´</body>",
12718
          "bodyInnerHTML": "`foo^baz´",
12719
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^baz´</body>"
12720
        },
12721
        "div": {
12722
          "valscore": 1,
12723
          "selscore": 1,
12724
          "valresult": 8,
12725
          "selresult": 5,
12726
          "output": "`foo´`^baz´",
12727
          "innerHTML": "`foo´`^baz´",
12728
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`^baz´</div>",
12729
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`^baz´</div>CAN<br>ARY",
12730
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`^baz´</div>CAN<br>ARY</body>"
12731
        }
12732
      },
12733
      "B-1_SL": {
12734
        "dM": {
12735
          "valscore": 1,
12736
          "selscore": 0,
12737
          "valresult": 8,
12738
          "selresult": 2,
12739
          "output": "`foo´<b>`^quoz´</b>`quuz´",
12740
          "innerHTML": "`foo´<b>`^quoz´</b>`quuz´",
12741
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b>`^quoz´</b>`quuz´</body>",
12742
          "bodyInnerHTML": "`foo´<b>`^quoz´</b>`quuz´",
12743
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b>`^quoz´</b>`quuz´</body>"
12744
        },
12745
        "body": {
12746
          "valscore": 1,
12747
          "selscore": 0,
12748
          "valresult": 8,
12749
          "selresult": 2,
12750
          "output": "`foo´<b>`^quoz´</b>`quuz´",
12751
          "innerHTML": "`foo´<b>`^quoz´</b>`quuz´",
12752
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b>`^quoz´</b>`quuz´</body>",
12753
          "bodyInnerHTML": "`foo´<b>`^quoz´</b>`quuz´",
12754
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b>`^quoz´</b>`quuz´</body>"
12755
        },
12756
        "div": {
12757
          "valscore": 1,
12758
          "selscore": 0,
12759
          "valresult": 8,
12760
          "selresult": 2,
12761
          "output": "`foo´<b>`^quoz´</b>`quuz´",
12762
          "innerHTML": "`foo´<b>`^quoz´</b>`quuz´",
12763
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<b>`^quoz´</b>`quuz´</div>",
12764
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<b>`^quoz´</b>`quuz´</div>CAN<br>ARY",
12765
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<b>`^quoz´</b>`quuz´</div>CAN<br>ARY</body>"
12766
        }
12767
      },
12768
      "B-1_SR": {
12769
        "dM": {
12770
          "valscore": 1,
12771
          "selscore": 0,
12772
          "valresult": 8,
12773
          "selresult": 2,
12774
          "output": "`foo´<b>`bar´</b>`^quuz´",
12775
          "innerHTML": "`foo´<b>`bar´</b>`^quuz´",
12776
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b>`bar´</b>`^quuz´</body>",
12777
          "bodyInnerHTML": "`foo´<b>`bar´</b>`^quuz´",
12778
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b>`bar´</b>`^quuz´</body>"
12779
        },
12780
        "body": {
12781
          "valscore": 1,
12782
          "selscore": 0,
12783
          "valresult": 8,
12784
          "selresult": 2,
12785
          "output": "`foo´<b>`bar´</b>`^quuz´",
12786
          "innerHTML": "`foo´<b>`bar´</b>`^quuz´",
12787
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b>`bar´</b>`^quuz´</body>",
12788
          "bodyInnerHTML": "`foo´<b>`bar´</b>`^quuz´",
12789
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b>`bar´</b>`^quuz´</body>"
12790
        },
12791
        "div": {
12792
          "valscore": 1,
12793
          "selscore": 0,
12794
          "valresult": 8,
12795
          "selresult": 2,
12796
          "output": "`foo´<b>`bar´</b>`^quuz´",
12797
          "innerHTML": "`foo´<b>`bar´</b>`^quuz´",
12798
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<b>`bar´</b>`^quuz´</div>",
12799
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<b>`bar´</b>`^quuz´</div>CAN<br>ARY",
12800
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<b>`bar´</b>`^quuz´</div>CAN<br>ARY</body>"
12801
        }
12802
      },
12803
      "B.I-1_SM": {
12804
        "dM": {
12805
          "valscore": 1,
12806
          "selscore": 0,
12807
          "valresult": 8,
12808
          "selresult": 2,
12809
          "output": "`foo´<b>`bar´</b><i>`^quuz´</i>`quuuz´",
12810
          "innerHTML": "`foo´<b>`bar´</b><i>`^quuz´</i>`quuuz´",
12811
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b>`bar´</b><i>`^quuz´</i>`quuuz´</body>",
12812
          "bodyInnerHTML": "`foo´<b>`bar´</b><i>`^quuz´</i>`quuuz´",
12813
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b>`bar´</b><i>`^quuz´</i>`quuuz´</body>"
12814
        },
12815
        "body": {
12816
          "valscore": 1,
12817
          "selscore": 0,
12818
          "valresult": 8,
12819
          "selresult": 2,
12820
          "output": "`foo´<b>`bar´</b><i>`^quuz´</i>`quuuz´",
12821
          "innerHTML": "`foo´<b>`bar´</b><i>`^quuz´</i>`quuuz´",
12822
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b>`bar´</b><i>`^quuz´</i>`quuuz´</body>",
12823
          "bodyInnerHTML": "`foo´<b>`bar´</b><i>`^quuz´</i>`quuuz´",
12824
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b>`bar´</b><i>`^quuz´</i>`quuuz´</body>"
12825
        },
12826
        "div": {
12827
          "valscore": 1,
12828
          "selscore": 0,
12829
          "valresult": 8,
12830
          "selresult": 2,
12831
          "output": "`foo´<b>`bar´</b><i>`^quuz´</i>`quuuz´",
12832
          "innerHTML": "`foo´<b>`bar´</b><i>`^quuz´</i>`quuuz´",
12833
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<b>`bar´</b><i>`^quuz´</i>`quuuz´</div>",
12834
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<b>`bar´</b><i>`^quuz´</i>`quuuz´</div>CAN<br>ARY",
12835
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<b>`bar´</b><i>`^quuz´</i>`quuuz´</div>CAN<br>ARY</body>"
12836
        }
12837
      },
12838
      "GEN-1_SS": {
12839
        "dM": {
12840
          "valscore": 1,
12841
          "selscore": 1,
12842
          "valresult": 8,
12843
          "selresult": 5,
12844
          "output": "`fo^´<gen>`bar´</gen>`baz´",
12845
          "innerHTML": "`fo^´<gen>`bar´</gen>`baz´",
12846
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^´<gen>`bar´</gen>`baz´</body>",
12847
          "bodyInnerHTML": "`fo^´<gen>`bar´</gen>`baz´",
12848
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^´<gen>`bar´</gen>`baz´</body>"
12849
        },
12850
        "body": {
12851
          "valscore": 1,
12852
          "selscore": 1,
12853
          "valresult": 8,
12854
          "selresult": 5,
12855
          "output": "`fo^´<gen>`bar´</gen>`baz´",
12856
          "innerHTML": "`fo^´<gen>`bar´</gen>`baz´",
12857
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^´<gen>`bar´</gen>`baz´</body>",
12858
          "bodyInnerHTML": "`fo^´<gen>`bar´</gen>`baz´",
12859
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^´<gen>`bar´</gen>`baz´</body>"
12860
        },
12861
        "div": {
12862
          "valscore": 1,
12863
          "selscore": 1,
12864
          "valresult": 8,
12865
          "selresult": 5,
12866
          "output": "`fo^´<gen>`bar´</gen>`baz´",
12867
          "innerHTML": "`fo^´<gen>`bar´</gen>`baz´",
12868
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^´<gen>`bar´</gen>`baz´</div>",
12869
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^´<gen>`bar´</gen>`baz´</div>CAN<br>ARY",
12870
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^´<gen>`bar´</gen>`baz´</div>CAN<br>ARY</body>"
12871
        }
12872
      },
12873
      "GEN-1_SA": {
12874
        "dM": {
12875
          "valscore": 1,
12876
          "selscore": 1,
12877
          "valresult": 8,
12878
          "selresult": 5,
12879
          "output": "`foo´<gen>`ba^´</gen>`baz´",
12880
          "innerHTML": "`foo´<gen>`ba^´</gen>`baz´",
12881
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<gen>`ba^´</gen>`baz´</body>",
12882
          "bodyInnerHTML": "`foo´<gen>`ba^´</gen>`baz´",
12883
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<gen>`ba^´</gen>`baz´</body>"
12884
        },
12885
        "body": {
12886
          "valscore": 1,
12887
          "selscore": 1,
12888
          "valresult": 8,
12889
          "selresult": 5,
12890
          "output": "`foo´<gen>`ba^´</gen>`baz´",
12891
          "innerHTML": "`foo´<gen>`ba^´</gen>`baz´",
12892
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<gen>`ba^´</gen>`baz´</body>",
12893
          "bodyInnerHTML": "`foo´<gen>`ba^´</gen>`baz´",
12894
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<gen>`ba^´</gen>`baz´</body>"
12895
        },
12896
        "div": {
12897
          "valscore": 1,
12898
          "selscore": 1,
12899
          "valresult": 8,
12900
          "selresult": 5,
12901
          "output": "`foo´<gen>`ba^´</gen>`baz´",
12902
          "innerHTML": "`foo´<gen>`ba^´</gen>`baz´",
12903
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<gen>`ba^´</gen>`baz´</div>",
12904
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<gen>`ba^´</gen>`baz´</div>CAN<br>ARY",
12905
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<gen>`ba^´</gen>`baz´</div>CAN<br>ARY</body>"
12906
        }
12907
      },
12908
      "P2-1_SS2": {
12909
        "dM": {
12910
          "valscore": 1,
12911
          "selscore": 1,
12912
          "valresult": 8,
12913
          "selresult": 5,
12914
          "output": "<p>`foobar^bazqoz´</p>",
12915
          "innerHTML": "<p>`foobar^bazqoz´</p>",
12916
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foobar^bazqoz´</p></body>",
12917
          "bodyInnerHTML": "<p>`foobar^bazqoz´</p>",
12918
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foobar^bazqoz´</p></body>"
12919
        },
12920
        "body": {
12921
          "valscore": 1,
12922
          "selscore": 1,
12923
          "valresult": 8,
12924
          "selresult": 5,
12925
          "output": "<p>`foobar^bazqoz´</p>",
12926
          "innerHTML": "<p>`foobar^bazqoz´</p>",
12927
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foobar^bazqoz´</p></body>",
12928
          "bodyInnerHTML": "<p>`foobar^bazqoz´</p>",
12929
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foobar^bazqoz´</p></body>"
12930
        },
12931
        "div": {
12932
          "valscore": 1,
12933
          "selscore": 1,
12934
          "valresult": 8,
12935
          "selresult": 5,
12936
          "output": "<p>`foobar^bazqoz´</p>",
12937
          "innerHTML": "<p>`foobar^bazqoz´</p>",
12938
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foobar^bazqoz´</p></div>",
12939
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foobar^bazqoz´</p></div>CAN<br>ARY",
12940
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foobar^bazqoz´</p></div>CAN<br>ARY</body>"
12941
        }
12942
      },
12943
      "P2-1_SI2": {
12944
        "dM": {
12945
          "valscore": 1,
12946
          "selscore": 1,
12947
          "valresult": 8,
12948
          "selresult": 5,
12949
          "output": "<p>`foobar´</p><p>`^qoz´</p>",
12950
          "innerHTML": "<p>`foobar´</p><p>`^qoz´</p>",
12951
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foobar´</p><p>`^qoz´</p></body>",
12952
          "bodyInnerHTML": "<p>`foobar´</p><p>`^qoz´</p>",
12953
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foobar´</p><p>`^qoz´</p></body>"
12954
        },
12955
        "body": {
12956
          "valscore": 1,
12957
          "selscore": 1,
12958
          "valresult": 8,
12959
          "selresult": 5,
12960
          "output": "<p>`foobar´</p><p>`^qoz´</p>",
12961
          "innerHTML": "<p>`foobar´</p><p>`^qoz´</p>",
12962
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foobar´</p><p>`^qoz´</p></body>",
12963
          "bodyInnerHTML": "<p>`foobar´</p><p>`^qoz´</p>",
12964
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foobar´</p><p>`^qoz´</p></body>"
12965
        },
12966
        "div": {
12967
          "valscore": 1,
12968
          "selscore": 1,
12969
          "valresult": 8,
12970
          "selresult": 5,
12971
          "output": "<p>`foobar´</p><p>`^qoz´</p>",
12972
          "innerHTML": "<p>`foobar´</p><p>`^qoz´</p>",
12973
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foobar´</p><p>`^qoz´</p></div>",
12974
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foobar´</p><p>`^qoz´</p></div>CAN<br>ARY",
12975
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foobar´</p><p>`^qoz´</p></div>CAN<br>ARY</body>"
12976
        }
12977
      },
12978
      "P2-1_SM": {
12979
        "dM": {
12980
          "valscore": 1,
12981
          "selscore": 1,
12982
          "valresult": 8,
12983
          "selresult": 5,
12984
          "output": "<p>`foo^qoz´</p>",
12985
          "innerHTML": "<p>`foo^qoz´</p>",
12986
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo^qoz´</p></body>",
12987
          "bodyInnerHTML": "<p>`foo^qoz´</p>",
12988
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo^qoz´</p></body>"
12989
        },
12990
        "body": {
12991
          "valscore": 1,
12992
          "selscore": 1,
12993
          "valresult": 8,
12994
          "selresult": 5,
12995
          "output": "<p>`foo^qoz´</p>",
12996
          "innerHTML": "<p>`foo^qoz´</p>",
12997
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo^qoz´</p></body>",
12998
          "bodyInnerHTML": "<p>`foo^qoz´</p>",
12999
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo^qoz´</p></body>"
13000
        },
13001
        "div": {
13002
          "valscore": 1,
13003
          "selscore": 1,
13004
          "valresult": 8,
13005
          "selresult": 5,
13006
          "output": "<p>`foo^qoz´</p>",
13007
          "innerHTML": "<p>`foo^qoz´</p>",
13008
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foo^qoz´</p></div>",
13009
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foo^qoz´</p></div>CAN<br>ARY",
13010
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foo^qoz´</p></div>CAN<br>ARY</body>"
13011
        }
13012
      },
13013
      "OL-LI2-1_SO1": {
13014
        "dM": {
13015
          "valscore": 1,
13016
          "selscore": 0,
13017
          "valresult": 8,
13018
          "selresult": 2,
13019
          "output": "`foo^´<ol><li>`baz´</li></ol>`qoz´",
13020
          "innerHTML": "`foo^´<ol><li>`baz´</li></ol>`qoz´",
13021
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^´<ol><li>`baz´</li></ol>`qoz´</body>",
13022
          "bodyInnerHTML": "`foo^´<ol><li>`baz´</li></ol>`qoz´",
13023
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^´<ol><li>`baz´</li></ol>`qoz´</body>"
13024
        },
13025
        "body": {
13026
          "valscore": 1,
13027
          "selscore": 0,
13028
          "valresult": 8,
13029
          "selresult": 2,
13030
          "output": "`foo^´<ol><li>`baz´</li></ol>`qoz´",
13031
          "innerHTML": "`foo^´<ol><li>`baz´</li></ol>`qoz´",
13032
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^´<ol><li>`baz´</li></ol>`qoz´</body>",
13033
          "bodyInnerHTML": "`foo^´<ol><li>`baz´</li></ol>`qoz´",
13034
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^´<ol><li>`baz´</li></ol>`qoz´</body>"
13035
        },
13036
        "div": {
13037
          "valscore": 1,
13038
          "selscore": 0,
13039
          "valresult": 8,
13040
          "selresult": 2,
13041
          "output": "`foo^´<ol><li>`baz´</li></ol>`qoz´",
13042
          "innerHTML": "`foo^´<ol><li>`baz´</li></ol>`qoz´",
13043
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo^´<ol><li>`baz´</li></ol>`qoz´</div>",
13044
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo^´<ol><li>`baz´</li></ol>`qoz´</div>CAN<br>ARY",
13045
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo^´<ol><li>`baz´</li></ol>`qoz´</div>CAN<br>ARY</body>"
13046
        }
13047
      },
13048
      "OL-LI2-1_SM": {
13049
        "dM": {
13050
          "valscore": 1,
13051
          "selscore": 1,
13052
          "valresult": 8,
13053
          "selresult": 5,
13054
          "output": "`foo´<ol><li>`ba^az´</li></ol>`qoz´",
13055
          "innerHTML": "`foo´<ol><li>`ba^az´</li></ol>`qoz´",
13056
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<ol><li>`ba^az´</li></ol>`qoz´</body>",
13057
          "bodyInnerHTML": "`foo´<ol><li>`ba^az´</li></ol>`qoz´",
13058
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<ol><li>`ba^az´</li></ol>`qoz´</body>"
13059
        },
13060
        "body": {
13061
          "valscore": 1,
13062
          "selscore": 1,
13063
          "valresult": 8,
13064
          "selresult": 5,
13065
          "output": "`foo´<ol><li>`ba^az´</li></ol>`qoz´",
13066
          "innerHTML": "`foo´<ol><li>`ba^az´</li></ol>`qoz´",
13067
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<ol><li>`ba^az´</li></ol>`qoz´</body>",
13068
          "bodyInnerHTML": "`foo´<ol><li>`ba^az´</li></ol>`qoz´",
13069
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<ol><li>`ba^az´</li></ol>`qoz´</body>"
13070
        },
13071
        "div": {
13072
          "valscore": 1,
13073
          "selscore": 1,
13074
          "valresult": 8,
13075
          "selresult": 5,
13076
          "output": "`foo´<ol><li>`ba^az´</li></ol>`qoz´",
13077
          "innerHTML": "`foo´<ol><li>`ba^az´</li></ol>`qoz´",
13078
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<ol><li>`ba^az´</li></ol>`qoz´</div>",
13079
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<ol><li>`ba^az´</li></ol>`qoz´</div>CAN<br>ARY",
13080
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<ol><li>`ba^az´</li></ol>`qoz´</div>CAN<br>ARY</body>"
13081
        }
13082
      },
13083
      "OL-LI-1_SW": {
13084
        "dM": {
13085
          "valscore": 0,
13086
          "selscore": 0,
13087
          "valresult": 6,
13088
          "selresult": 3,
13089
          "output": "`foo´<ol><li>|<br></li></ol>`qoz´",
13090
          "innerHTML": "`foo´<ol><li>|<br></li></ol>`qoz´",
13091
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<ol><li>|<br></li></ol>`qoz´</body>",
13092
          "bodyInnerHTML": "`foo´<ol><li>|<br></li></ol>`qoz´",
13093
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<ol><li>|<br></li></ol>`qoz´</body>"
13094
        },
13095
        "body": {
13096
          "valscore": 0,
13097
          "selscore": 0,
13098
          "valresult": 6,
13099
          "selresult": 3,
13100
          "output": "`foo´<ol><li>|<br></li></ol>`qoz´",
13101
          "innerHTML": "`foo´<ol><li>|<br></li></ol>`qoz´",
13102
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<ol><li>|<br></li></ol>`qoz´</body>",
13103
          "bodyInnerHTML": "`foo´<ol><li>|<br></li></ol>`qoz´",
13104
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<ol><li>|<br></li></ol>`qoz´</body>"
13105
        },
13106
        "div": {
13107
          "valscore": 0,
13108
          "selscore": 0,
13109
          "valresult": 6,
13110
          "selresult": 3,
13111
          "output": "`foo´<ol><li>|<br></li></ol>`qoz´",
13112
          "innerHTML": "`foo´<ol><li>|<br></li></ol>`qoz´",
13113
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<ol><li>|<br></li></ol>`qoz´</div>",
13114
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<ol><li>|<br></li></ol>`qoz´</div>CAN<br>ARY",
13115
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<ol><li>|<br></li></ol>`qoz´</div>CAN<br>ARY</body>"
13116
        }
13117
      },
13118
      "OL-LI-1_SO": {
13119
        "dM": {
13120
          "valscore": 1,
13121
          "selscore": 0,
13122
          "valresult": 8,
13123
          "selresult": 2,
13124
          "output": "`foo´|`qoz´",
13125
          "innerHTML": "`foo´|`qoz´",
13126
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´|`qoz´</body>",
13127
          "bodyInnerHTML": "`foo´|`qoz´",
13128
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´|`qoz´</body>"
13129
        },
13130
        "body": {
13131
          "valscore": 1,
13132
          "selscore": 0,
13133
          "valresult": 8,
13134
          "selresult": 2,
13135
          "output": "`foo´|`qoz´",
13136
          "innerHTML": "`foo´|`qoz´",
13137
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´|`qoz´</body>",
13138
          "bodyInnerHTML": "`foo´|`qoz´",
13139
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´|`qoz´</body>"
13140
        },
13141
        "div": {
13142
          "valscore": 1,
13143
          "selscore": 0,
13144
          "valresult": 8,
13145
          "selresult": 2,
13146
          "output": "`foo´|`qoz´",
13147
          "innerHTML": "`foo´|`qoz´",
13148
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´|`qoz´</div>",
13149
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´|`qoz´</div>CAN<br>ARY",
13150
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´|`qoz´</div>CAN<br>ARY</body>"
13151
        }
13152
      },
13153
      "HR.BR-1_SM": {
13154
        "dM": {
13155
          "valscore": 1,
13156
          "selscore": 0,
13157
          "valresult": 8,
13158
          "selresult": 2,
13159
          "output": "`foo^´<hr><br>`baz´",
13160
          "innerHTML": "`foo^´<hr><br>`baz´",
13161
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^´<hr><br>`baz´</body>",
13162
          "bodyInnerHTML": "`foo^´<hr><br>`baz´",
13163
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^´<hr><br>`baz´</body>"
13164
        },
13165
        "body": {
13166
          "valscore": 1,
13167
          "selscore": 0,
13168
          "valresult": 8,
13169
          "selresult": 2,
13170
          "output": "`foo^´<hr><br>`baz´",
13171
          "innerHTML": "`foo^´<hr><br>`baz´",
13172
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^´<hr><br>`baz´</body>",
13173
          "bodyInnerHTML": "`foo^´<hr><br>`baz´",
13174
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^´<hr><br>`baz´</body>"
13175
        },
13176
        "div": {
13177
          "valscore": 1,
13178
          "selscore": 0,
13179
          "valresult": 8,
13180
          "selresult": 2,
13181
          "output": "`foo^´<hr><br>`baz´",
13182
          "innerHTML": "`foo^´<hr><br>`baz´",
13183
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo^´<hr><br>`baz´</div>",
13184
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo^´<hr><br>`baz´</div>CAN<br>ARY",
13185
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo^´<hr><br>`baz´</div>CAN<br>ARY</body>"
13186
        }
13187
      },
13188
      "TABLE-1_SA": {
13189
        "dM": {
13190
          "valscore": 1,
13191
          "selscore": 1,
13192
          "valresult": 8,
13193
          "selresult": 5,
13194
          "output": "`foo´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`^baz´",
13195
          "innerHTML": "`foo´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`^baz´",
13196
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`^baz´</body>",
13197
          "bodyInnerHTML": "`foo´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`^baz´",
13198
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`^baz´</body>"
13199
        },
13200
        "body": {
13201
          "valscore": 1,
13202
          "selscore": 1,
13203
          "valresult": 8,
13204
          "selresult": 5,
13205
          "output": "`foo´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`^baz´",
13206
          "innerHTML": "`foo´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`^baz´",
13207
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`^baz´</body>",
13208
          "bodyInnerHTML": "`foo´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`^baz´",
13209
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`^baz´</body>"
13210
        },
13211
        "div": {
13212
          "valscore": 1,
13213
          "selscore": 1,
13214
          "valresult": 8,
13215
          "selresult": 5,
13216
          "output": "`foo´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`^baz´",
13217
          "innerHTML": "`foo´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`^baz´",
13218
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`^baz´</div>",
13219
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`^baz´</div>CAN<br>ARY",
13220
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`^baz´</div>CAN<br>ARY</body>"
13221
        }
13222
      },
13223
      "TD-1_SS": {
13224
        "dM": {
13225
          "valscore": 1,
13226
          "selscore": 1,
13227
          "valresult": 8,
13228
          "selresult": 5,
13229
          "output": "`foo´<table><tbody><tr><td>`^bar´</td></tr></tbody></table>`baz´",
13230
          "innerHTML": "`foo´<table><tbody><tr><td>`^bar´</td></tr></tbody></table>`baz´",
13231
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<table><tbody><tr><td>`^bar´</td></tr></tbody></table>`baz´</body>",
13232
          "bodyInnerHTML": "`foo´<table><tbody><tr><td>`^bar´</td></tr></tbody></table>`baz´",
13233
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<table><tbody><tr><td>`^bar´</td></tr></tbody></table>`baz´</body>"
13234
        },
13235
        "body": {
13236
          "valscore": 1,
13237
          "selscore": 1,
13238
          "valresult": 8,
13239
          "selresult": 5,
13240
          "output": "`foo´<table><tbody><tr><td>`^bar´</td></tr></tbody></table>`baz´",
13241
          "innerHTML": "`foo´<table><tbody><tr><td>`^bar´</td></tr></tbody></table>`baz´",
13242
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`^bar´</td></tr></tbody></table>`baz´</body>",
13243
          "bodyInnerHTML": "`foo´<table><tbody><tr><td>`^bar´</td></tr></tbody></table>`baz´",
13244
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`^bar´</td></tr></tbody></table>`baz´</body>"
13245
        },
13246
        "div": {
13247
          "valscore": 1,
13248
          "selscore": 1,
13249
          "valresult": 8,
13250
          "selresult": 5,
13251
          "output": "`foo´<table><tbody><tr><td>`^bar´</td></tr></tbody></table>`baz´",
13252
          "innerHTML": "`foo´<table><tbody><tr><td>`^bar´</td></tr></tbody></table>`baz´",
13253
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<table><tbody><tr><td>`^bar´</td></tr></tbody></table>`baz´</div>",
13254
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`^bar´</td></tr></tbody></table>`baz´</div>CAN<br>ARY",
13255
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<table><tbody><tr><td>`^bar´</td></tr></tbody></table>`baz´</div>CAN<br>ARY</body>"
13256
        }
13257
      },
13258
      "TD2-1_SS2": {
13259
        "dM": {
13260
          "valscore": 1,
13261
          "selscore": 1,
13262
          "valresult": 8,
13263
          "selresult": 5,
13264
          "output": "`foo´<table><tbody><tr><td>`bar´</td><td>`^baz´</td></tr></tbody></table>`quoz´",
13265
          "innerHTML": "`foo´<table><tbody><tr><td>`bar´</td><td>`^baz´</td></tr></tbody></table>`quoz´",
13266
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<table><tbody><tr><td>`bar´</td><td>`^baz´</td></tr></tbody></table>`quoz´</body>",
13267
          "bodyInnerHTML": "`foo´<table><tbody><tr><td>`bar´</td><td>`^baz´</td></tr></tbody></table>`quoz´",
13268
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<table><tbody><tr><td>`bar´</td><td>`^baz´</td></tr></tbody></table>`quoz´</body>"
13269
        },
13270
        "body": {
13271
          "valscore": 1,
13272
          "selscore": 1,
13273
          "valresult": 8,
13274
          "selresult": 5,
13275
          "output": "`foo´<table><tbody><tr><td>`bar´</td><td>`^baz´</td></tr></tbody></table>`quoz´",
13276
          "innerHTML": "`foo´<table><tbody><tr><td>`bar´</td><td>`^baz´</td></tr></tbody></table>`quoz´",
13277
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`bar´</td><td>`^baz´</td></tr></tbody></table>`quoz´</body>",
13278
          "bodyInnerHTML": "`foo´<table><tbody><tr><td>`bar´</td><td>`^baz´</td></tr></tbody></table>`quoz´",
13279
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`bar´</td><td>`^baz´</td></tr></tbody></table>`quoz´</body>"
13280
        },
13281
        "div": {
13282
          "valscore": 1,
13283
          "selscore": 1,
13284
          "valresult": 8,
13285
          "selresult": 5,
13286
          "output": "`foo´<table><tbody><tr><td>`bar´</td><td>`^baz´</td></tr></tbody></table>`quoz´",
13287
          "innerHTML": "`foo´<table><tbody><tr><td>`bar´</td><td>`^baz´</td></tr></tbody></table>`quoz´",
13288
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<table><tbody><tr><td>`bar´</td><td>`^baz´</td></tr></tbody></table>`quoz´</div>",
13289
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`bar´</td><td>`^baz´</td></tr></tbody></table>`quoz´</div>CAN<br>ARY",
13290
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<table><tbody><tr><td>`bar´</td><td>`^baz´</td></tr></tbody></table>`quoz´</div>CAN<br>ARY</body>"
13291
        }
13292
      },
13293
      "TD2-1_SM": {
13294
        "dM": {
13295
          "valscore": 1,
13296
          "selscore": 1,
13297
          "valresult": 8,
13298
          "selresult": 5,
13299
          "output": "`foo´<table><tbody><tr><td>`ba^´</td><td>`az´</td></tr></tbody></table>`quoz´",
13300
          "innerHTML": "`foo´<table><tbody><tr><td>`ba^´</td><td>`az´</td></tr></tbody></table>`quoz´",
13301
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<table><tbody><tr><td>`ba^´</td><td>`az´</td></tr></tbody></table>`quoz´</body>",
13302
          "bodyInnerHTML": "`foo´<table><tbody><tr><td>`ba^´</td><td>`az´</td></tr></tbody></table>`quoz´",
13303
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<table><tbody><tr><td>`ba^´</td><td>`az´</td></tr></tbody></table>`quoz´</body>"
13304
        },
13305
        "body": {
13306
          "valscore": 1,
13307
          "selscore": 1,
13308
          "valresult": 8,
13309
          "selresult": 5,
13310
          "output": "`foo´<table><tbody><tr><td>`ba^´</td><td>`az´</td></tr></tbody></table>`quoz´",
13311
          "innerHTML": "`foo´<table><tbody><tr><td>`ba^´</td><td>`az´</td></tr></tbody></table>`quoz´",
13312
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`ba^´</td><td>`az´</td></tr></tbody></table>`quoz´</body>",
13313
          "bodyInnerHTML": "`foo´<table><tbody><tr><td>`ba^´</td><td>`az´</td></tr></tbody></table>`quoz´",
13314
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`ba^´</td><td>`az´</td></tr></tbody></table>`quoz´</body>"
13315
        },
13316
        "div": {
13317
          "valscore": 1,
13318
          "selscore": 1,
13319
          "valresult": 8,
13320
          "selresult": 5,
13321
          "output": "`foo´<table><tbody><tr><td>`ba^´</td><td>`az´</td></tr></tbody></table>`quoz´",
13322
          "innerHTML": "`foo´<table><tbody><tr><td>`ba^´</td><td>`az´</td></tr></tbody></table>`quoz´",
13323
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<table><tbody><tr><td>`ba^´</td><td>`az´</td></tr></tbody></table>`quoz´</div>",
13324
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`ba^´</td><td>`az´</td></tr></tbody></table>`quoz´</div>CAN<br>ARY",
13325
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<table><tbody><tr><td>`ba^´</td><td>`az´</td></tr></tbody></table>`quoz´</div>CAN<br>ARY</body>"
13326
        }
13327
      },
13328
      "TR3-1_SO1": {
13329
        "dM": {
13330
          "valscore": 1,
13331
          "selscore": 1,
13332
          "valresult": 8,
13333
          "selresult": 5,
13334
          "output": "<table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
13335
          "innerHTML": "<table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
13336
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></body>",
13337
          "bodyInnerHTML": "<table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
13338
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></body>"
13339
        },
13340
        "body": {
13341
          "valscore": 1,
13342
          "selscore": 1,
13343
          "valresult": 8,
13344
          "selresult": 5,
13345
          "output": "<table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
13346
          "innerHTML": "<table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
13347
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></body>",
13348
          "bodyInnerHTML": "<table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
13349
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></body>"
13350
        },
13351
        "div": {
13352
          "valscore": 1,
13353
          "selscore": 1,
13354
          "valresult": 8,
13355
          "selresult": 5,
13356
          "output": "<table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
13357
          "innerHTML": "<table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
13358
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></div>",
13359
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></div>CAN<br>ARY",
13360
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></div>CAN<br>ARY</body>"
13361
        }
13362
      },
13363
      "TR3-1_SO2": {
13364
        "dM": {
13365
          "valscore": 1,
13366
          "selscore": 1,
13367
          "valresult": 8,
13368
          "selresult": 5,
13369
          "output": "<table><tbody><tr><td>`A´</td></tr>|<tr><td>`C´</td></tr></tbody></table>",
13370
          "innerHTML": "<table><tbody><tr><td>`A´</td></tr>|<tr><td>`C´</td></tr></tbody></table>",
13371
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td></tr>|<tr><td>`C´</td></tr></tbody></table></body>",
13372
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td></tr>|<tr><td>`C´</td></tr></tbody></table>",
13373
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td></tr>|<tr><td>`C´</td></tr></tbody></table></body>"
13374
        },
13375
        "body": {
13376
          "valscore": 1,
13377
          "selscore": 1,
13378
          "valresult": 8,
13379
          "selresult": 5,
13380
          "output": "<table><tbody><tr><td>`A´</td></tr>|<tr><td>`C´</td></tr></tbody></table>",
13381
          "innerHTML": "<table><tbody><tr><td>`A´</td></tr>|<tr><td>`C´</td></tr></tbody></table>",
13382
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td></tr>|<tr><td>`C´</td></tr></tbody></table></body>",
13383
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td></tr>|<tr><td>`C´</td></tr></tbody></table>",
13384
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td></tr>|<tr><td>`C´</td></tr></tbody></table></body>"
13385
        },
13386
        "div": {
13387
          "valscore": 1,
13388
          "selscore": 1,
13389
          "valresult": 8,
13390
          "selresult": 5,
13391
          "output": "<table><tbody><tr><td>`A´</td></tr>|<tr><td>`C´</td></tr></tbody></table>",
13392
          "innerHTML": "<table><tbody><tr><td>`A´</td></tr>|<tr><td>`C´</td></tr></tbody></table>",
13393
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td></tr>|<tr><td>`C´</td></tr></tbody></table></div>",
13394
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td></tr>|<tr><td>`C´</td></tr></tbody></table></div>CAN<br>ARY",
13395
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td></tr>|<tr><td>`C´</td></tr></tbody></table></div>CAN<br>ARY</body>"
13396
        }
13397
      },
13398
      "TR3-1_SO3": {
13399
        "dM": {
13400
          "valscore": 1,
13401
          "selscore": 1,
13402
          "valresult": 8,
13403
          "selresult": 5,
13404
          "output": "<table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>|</tbody></table>",
13405
          "innerHTML": "<table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>|</tbody></table>",
13406
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>|</tbody></table></body>",
13407
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>|</tbody></table>",
13408
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>|</tbody></table></body>"
13409
        },
13410
        "body": {
13411
          "valscore": 1,
13412
          "selscore": 1,
13413
          "valresult": 8,
13414
          "selresult": 5,
13415
          "output": "<table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>|</tbody></table>",
13416
          "innerHTML": "<table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>|</tbody></table>",
13417
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>|</tbody></table></body>",
13418
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>|</tbody></table>",
13419
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>|</tbody></table></body>"
13420
        },
13421
        "div": {
13422
          "valscore": 1,
13423
          "selscore": 1,
13424
          "valresult": 8,
13425
          "selresult": 5,
13426
          "output": "<table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>|</tbody></table>",
13427
          "innerHTML": "<table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>|</tbody></table>",
13428
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>|</tbody></table></div>",
13429
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>|</tbody></table></div>CAN<br>ARY",
13430
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>|</tbody></table></div>CAN<br>ARY</body>"
13431
        }
13432
      },
13433
      "TR2rs:2-1_SO1": {
13434
        "dM": {
13435
          "valscore": 0,
13436
          "selscore": 0,
13437
          "valresult": 6,
13438
          "selresult": 3,
13439
          "output": "<table><tbody>|<tr><td>`B´</td></tr></tbody></table>",
13440
          "innerHTML": "<table><tbody>|<tr><td>`B´</td></tr></tbody></table>",
13441
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody>|<tr><td>`B´</td></tr></tbody></table></body>",
13442
          "bodyInnerHTML": "<table><tbody>|<tr><td>`B´</td></tr></tbody></table>",
13443
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody>|<tr><td>`B´</td></tr></tbody></table></body>"
13444
        },
13445
        "body": {
13446
          "valscore": 0,
13447
          "selscore": 0,
13448
          "valresult": 6,
13449
          "selresult": 3,
13450
          "output": "<table><tbody>|<tr><td>`B´</td></tr></tbody></table>",
13451
          "innerHTML": "<table><tbody>|<tr><td>`B´</td></tr></tbody></table>",
13452
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody>|<tr><td>`B´</td></tr></tbody></table></body>",
13453
          "bodyInnerHTML": "<table><tbody>|<tr><td>`B´</td></tr></tbody></table>",
13454
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody>|<tr><td>`B´</td></tr></tbody></table></body>"
13455
        },
13456
        "div": {
13457
          "valscore": 0,
13458
          "selscore": 0,
13459
          "valresult": 6,
13460
          "selresult": 3,
13461
          "output": "<table><tbody>|<tr><td>`B´</td></tr></tbody></table>",
13462
          "innerHTML": "<table><tbody>|<tr><td>`B´</td></tr></tbody></table>",
13463
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><table><tbody>|<tr><td>`B´</td></tr></tbody></table></div>",
13464
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><table><tbody>|<tr><td>`B´</td></tr></tbody></table></div>CAN<br>ARY",
13465
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><table><tbody>|<tr><td>`B´</td></tr></tbody></table></div>CAN<br>ARY</body>"
13466
        }
13467
      },
13468
      "TR2rs:2-1_SO2": {
13469
        "dM": {
13470
          "valscore": 0,
13471
          "selscore": 0,
13472
          "valresult": 6,
13473
          "selresult": 3,
13474
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>|</tbody></table>",
13475
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>|</tbody></table>",
13476
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>|</tbody></table></body>",
13477
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>|</tbody></table>",
13478
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>|</tbody></table></body>"
13479
        },
13480
        "body": {
13481
          "valscore": 0,
13482
          "selscore": 0,
13483
          "valresult": 6,
13484
          "selresult": 3,
13485
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>|</tbody></table>",
13486
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>|</tbody></table>",
13487
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>|</tbody></table></body>",
13488
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>|</tbody></table>",
13489
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>|</tbody></table></body>"
13490
        },
13491
        "div": {
13492
          "valscore": 0,
13493
          "selscore": 0,
13494
          "valresult": 6,
13495
          "selresult": 3,
13496
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>|</tbody></table>",
13497
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>|</tbody></table>",
13498
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>|</tbody></table></div>",
13499
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>|</tbody></table></div>CAN<br>ARY",
13500
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>|</tbody></table></div>CAN<br>ARY</body>"
13501
        }
13502
      },
13503
      "TR3rs:3-1_SO1": {
13504
        "dM": {
13505
          "valscore": 0,
13506
          "selscore": 0,
13507
          "valresult": 6,
13508
          "selresult": 3,
13509
          "output": "<table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
13510
          "innerHTML": "<table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
13511
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></body>",
13512
          "bodyInnerHTML": "<table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
13513
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></body>"
13514
        },
13515
        "body": {
13516
          "valscore": 0,
13517
          "selscore": 0,
13518
          "valresult": 6,
13519
          "selresult": 3,
13520
          "output": "<table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
13521
          "innerHTML": "<table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
13522
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></body>",
13523
          "bodyInnerHTML": "<table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
13524
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></body>"
13525
        },
13526
        "div": {
13527
          "valscore": 0,
13528
          "selscore": 0,
13529
          "valresult": 6,
13530
          "selresult": 3,
13531
          "output": "<table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
13532
          "innerHTML": "<table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
13533
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></div>",
13534
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></div>CAN<br>ARY",
13535
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><table><tbody>|<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></div>CAN<br>ARY</body>"
13536
        }
13537
      },
13538
      "TR3rs:3-1_SO2": {
13539
        "dM": {
13540
          "valscore": 0,
13541
          "selscore": 0,
13542
          "valresult": 6,
13543
          "selresult": 3,
13544
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>|<tr><td>`C´</td></tr></tbody></table>",
13545
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>|<tr><td>`C´</td></tr></tbody></table>",
13546
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>|<tr><td>`C´</td></tr></tbody></table></body>",
13547
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>|<tr><td>`C´</td></tr></tbody></table>",
13548
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>|<tr><td>`C´</td></tr></tbody></table></body>"
13549
        },
13550
        "body": {
13551
          "valscore": 0,
13552
          "selscore": 0,
13553
          "valresult": 6,
13554
          "selresult": 3,
13555
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>|<tr><td>`C´</td></tr></tbody></table>",
13556
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>|<tr><td>`C´</td></tr></tbody></table>",
13557
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>|<tr><td>`C´</td></tr></tbody></table></body>",
13558
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>|<tr><td>`C´</td></tr></tbody></table>",
13559
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>|<tr><td>`C´</td></tr></tbody></table></body>"
13560
        },
13561
        "div": {
13562
          "valscore": 0,
13563
          "selscore": 0,
13564
          "valresult": 6,
13565
          "selresult": 3,
13566
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>|<tr><td>`C´</td></tr></tbody></table>",
13567
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>|<tr><td>`C´</td></tr></tbody></table>",
13568
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>|<tr><td>`C´</td></tr></tbody></table></div>",
13569
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>|<tr><td>`C´</td></tr></tbody></table></div>CAN<br>ARY",
13570
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>|<tr><td>`C´</td></tr></tbody></table></div>CAN<br>ARY</body>"
13571
        }
13572
      },
13573
      "TR3rs:3-1_SO3": {
13574
        "dM": {
13575
          "valscore": 0,
13576
          "selscore": 0,
13577
          "valresult": 6,
13578
          "selresult": 3,
13579
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>|</tbody></table>",
13580
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>|</tbody></table>",
13581
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>|</tbody></table></body>",
13582
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>|</tbody></table>",
13583
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>|</tbody></table></body>"
13584
        },
13585
        "body": {
13586
          "valscore": 0,
13587
          "selscore": 0,
13588
          "valresult": 6,
13589
          "selresult": 3,
13590
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>|</tbody></table>",
13591
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>|</tbody></table>",
13592
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>|</tbody></table></body>",
13593
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>|</tbody></table>",
13594
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>|</tbody></table></body>"
13595
        },
13596
        "div": {
13597
          "valscore": 0,
13598
          "selscore": 0,
13599
          "valresult": 6,
13600
          "selresult": 3,
13601
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>|</tbody></table>",
13602
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>|</tbody></table>",
13603
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>|</tbody></table></div>",
13604
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>|</tbody></table></div>CAN<br>ARY",
13605
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>|</tbody></table></div>CAN<br>ARY</body>"
13606
        }
13607
      },
13608
      "DIV:ce:false-1_SO": {
13609
        "dM": {
13610
          "valscore": 1,
13611
          "selscore": 1,
13612
          "valresult": 8,
13613
          "selresult": 5,
13614
          "output": "`foo^qoz´",
13615
          "innerHTML": "`foo^qoz´",
13616
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^qoz´</body>",
13617
          "bodyInnerHTML": "`foo^qoz´",
13618
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^qoz´</body>"
13619
        },
13620
        "body": {
13621
          "valscore": 1,
13622
          "selscore": 1,
13623
          "valresult": 8,
13624
          "selresult": 5,
13625
          "output": "`foo^qoz´",
13626
          "innerHTML": "`foo^qoz´",
13627
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^qoz´</body>",
13628
          "bodyInnerHTML": "`foo^qoz´",
13629
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^qoz´</body>"
13630
        },
13631
        "div": {
13632
          "valscore": 1,
13633
          "selscore": 1,
13634
          "valresult": 8,
13635
          "selresult": 5,
13636
          "output": "`foo´`^qoz´",
13637
          "innerHTML": "`foo´`^qoz´",
13638
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`^qoz´</div>",
13639
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`^qoz´</div>CAN<br>ARY",
13640
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`^qoz´</div>CAN<br>ARY</body>"
13641
        }
13642
      },
13643
      "DIV:ce:false-1_SB": {
13644
        "dM": {
13645
          "valscore": 0,
13646
          "selscore": 0,
13647
          "valresult": 6,
13648
          "selresult": 3,
13649
          "output": "`foobar´<div contenteditable=\"false\">`NESTED´`^bazqoz´</div>",
13650
          "innerHTML": "`foobar´<div contenteditable=\"false\">`NESTED´`^bazqoz´</div>",
13651
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foobar´<div contenteditable=\"false\">`NESTED´`^bazqoz´</div></body>",
13652
          "bodyInnerHTML": "`foobar´<div contenteditable=\"false\">`NESTED´`^bazqoz´</div>",
13653
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foobar´<div contenteditable=\"false\">`NESTED´`^bazqoz´</div></body>"
13654
        },
13655
        "body": {
13656
          "valscore": 0,
13657
          "selscore": 0,
13658
          "valresult": 2,
13659
          "selresult": 3,
13660
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMNSHTMLDocument.execCommand]\"  nsresult: \"0x80004003 (NS_ERROR_INVALID_POINTER)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 143\"  data: no]"
13661
        },
13662
        "div": {
13663
          "valscore": 0,
13664
          "selscore": 0,
13665
          "valresult": 2,
13666
          "selresult": 3,
13667
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMNSHTMLDocument.execCommand]\"  nsresult: \"0x80004003 (NS_ERROR_INVALID_POINTER)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 143\"  data: no]"
13668
        }
13669
      },
13670
      "DIV:ce:false-1_SL": {
13671
        "dM": {
13672
          "valscore": 0,
13673
          "selscore": 0,
13674
          "valresult": 6,
13675
          "selresult": 3,
13676
          "output": "`foo^TEDbazqoz´",
13677
          "innerHTML": "`foo^TEDbazqoz´",
13678
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^TEDbazqoz´</body>",
13679
          "bodyInnerHTML": "`foo^TEDbazqoz´",
13680
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^TEDbazqoz´</body>"
13681
        },
13682
        "body": {
13683
          "valscore": 0,
13684
          "selscore": 0,
13685
          "valresult": 6,
13686
          "selresult": 3,
13687
          "output": "`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´",
13688
          "innerHTML": "`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´",
13689
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´</body>",
13690
          "bodyInnerHTML": "`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´",
13691
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´</body>"
13692
        },
13693
        "div": {
13694
          "valscore": 0,
13695
          "selscore": 0,
13696
          "valresult": 6,
13697
          "selresult": 3,
13698
          "output": "`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´",
13699
          "innerHTML": "`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´",
13700
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´</div>",
13701
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´</div>CAN<br>ARY",
13702
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´</div>CAN<br>ARY</body>"
13703
        }
13704
      },
13705
      "DIV:ce:false-1_SR": {
13706
        "dM": {
13707
          "valscore": 0,
13708
          "selscore": 0,
13709
          "valresult": 6,
13710
          "selresult": 3,
13711
          "output": "`foobar´<div contenteditable=\"false\">`NES^´`qoz´</div>",
13712
          "innerHTML": "`foobar´<div contenteditable=\"false\">`NES^´`qoz´</div>",
13713
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foobar´<div contenteditable=\"false\">`NES^´`qoz´</div></body>",
13714
          "bodyInnerHTML": "`foobar´<div contenteditable=\"false\">`NES^´`qoz´</div>",
13715
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foobar´<div contenteditable=\"false\">`NES^´`qoz´</div></body>"
13716
        },
13717
        "body": {
13718
          "valscore": 0,
13719
          "selscore": 0,
13720
          "valresult": 6,
13721
          "selresult": 3,
13722
          "output": "`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´",
13723
          "innerHTML": "`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´",
13724
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´</body>",
13725
          "bodyInnerHTML": "`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´",
13726
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´</body>"
13727
        },
13728
        "div": {
13729
          "valscore": 0,
13730
          "selscore": 0,
13731
          "valresult": 6,
13732
          "selresult": 3,
13733
          "output": "`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´",
13734
          "innerHTML": "`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´",
13735
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´</div>",
13736
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´</div>CAN<br>ARY",
13737
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´</div>CAN<br>ARY</body>"
13738
        }
13739
      },
13740
      "DIV:ce:false-1_SI": {
13741
        "dM": {
13742
          "valscore": 0,
13743
          "selscore": 0,
13744
          "valresult": 6,
13745
          "selresult": 3,
13746
          "output": "`foobar´<div contenteditable=\"false\">`NE^ED´</div>`bazqoz´",
13747
          "innerHTML": "`foobar´<div contenteditable=\"false\">`NE^ED´</div>`bazqoz´",
13748
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foobar´<div contenteditable=\"false\">`NE^ED´</div>`bazqoz´</body>",
13749
          "bodyInnerHTML": "`foobar´<div contenteditable=\"false\">`NE^ED´</div>`bazqoz´",
13750
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foobar´<div contenteditable=\"false\">`NE^ED´</div>`bazqoz´</body>"
13751
        },
13752
        "body": {
13753
          "valscore": 1,
13754
          "selscore": 1,
13755
          "valresult": 8,
13756
          "selresult": 5,
13757
          "output": "`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´",
13758
          "innerHTML": "`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´",
13759
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´</body>",
13760
          "bodyInnerHTML": "`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´",
13761
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´</body>"
13762
        },
13763
        "div": {
13764
          "valscore": 1,
13765
          "selscore": 1,
13766
          "valresult": 8,
13767
          "selresult": 5,
13768
          "output": "`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´",
13769
          "innerHTML": "`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´",
13770
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´</div>",
13771
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´</div>CAN<br>ARY",
13772
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´</div>CAN<br>ARY</body>"
13773
        }
13774
      },
13775
      "SPAN:d:ib-1_SC": {
13776
        "dM": {
13777
          "valscore": 1,
13778
          "selscore": 1,
13779
          "valresult": 8,
13780
          "selresult": 5,
13781
          "output": "`foo´<span style=\"display: inline-block\">`ba^baz´</span>`qoz´",
13782
          "innerHTML": "`foo´<span style=\"display: inline-block\">`ba^baz´</span>`qoz´",
13783
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`ba^baz´</span>`qoz´</body>",
13784
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`ba^baz´</span>`qoz´",
13785
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`ba^baz´</span>`qoz´</body>"
13786
        },
13787
        "body": {
13788
          "valscore": 1,
13789
          "selscore": 1,
13790
          "valresult": 8,
13791
          "selresult": 5,
13792
          "output": "`foo´<span style=\"display: inline-block\">`ba^baz´</span>`qoz´",
13793
          "innerHTML": "`foo´<span style=\"display: inline-block\">`ba^baz´</span>`qoz´",
13794
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`ba^baz´</span>`qoz´</body>",
13795
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`ba^baz´</span>`qoz´",
13796
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`ba^baz´</span>`qoz´</body>"
13797
        },
13798
        "div": {
13799
          "valscore": 1,
13800
          "selscore": 1,
13801
          "valresult": 8,
13802
          "selresult": 5,
13803
          "output": "`foo´<span style=\"display: inline-block\">`ba^baz´</span>`qoz´",
13804
          "innerHTML": "`foo´<span style=\"display: inline-block\">`ba^baz´</span>`qoz´",
13805
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`ba^baz´</span>`qoz´</div>",
13806
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`ba^baz´</span>`qoz´</div>CAN<br>ARY",
13807
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`ba^baz´</span>`qoz´</div>CAN<br>ARY</body>"
13808
        }
13809
      },
13810
      "SPAN:d:ib-1_SA": {
13811
        "dM": {
13812
          "valscore": 1,
13813
          "selscore": 1,
13814
          "valresult": 8,
13815
          "selresult": 5,
13816
          "output": "`foo´<span style=\"display: inline-block\">`barba^´</span>`qoz´",
13817
          "innerHTML": "`foo´<span style=\"display: inline-block\">`barba^´</span>`qoz´",
13818
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`barba^´</span>`qoz´</body>",
13819
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`barba^´</span>`qoz´",
13820
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`barba^´</span>`qoz´</body>"
13821
        },
13822
        "body": {
13823
          "valscore": 1,
13824
          "selscore": 1,
13825
          "valresult": 8,
13826
          "selresult": 5,
13827
          "output": "`foo´<span style=\"display: inline-block\">`barba^´</span>`qoz´",
13828
          "innerHTML": "`foo´<span style=\"display: inline-block\">`barba^´</span>`qoz´",
13829
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`barba^´</span>`qoz´</body>",
13830
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`barba^´</span>`qoz´",
13831
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`barba^´</span>`qoz´</body>"
13832
        },
13833
        "div": {
13834
          "valscore": 1,
13835
          "selscore": 1,
13836
          "valresult": 8,
13837
          "selresult": 5,
13838
          "output": "`foo´<span style=\"display: inline-block\">`barba^´</span>`qoz´",
13839
          "innerHTML": "`foo´<span style=\"display: inline-block\">`barba^´</span>`qoz´",
13840
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`barba^´</span>`qoz´</div>",
13841
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`barba^´</span>`qoz´</div>CAN<br>ARY",
13842
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`barba^´</span>`qoz´</div>CAN<br>ARY</body>"
13843
        }
13844
      },
13845
      "SPAN:d:ib-2_SL": {
13846
        "dM": {
13847
          "valscore": 1,
13848
          "selscore": 0,
13849
          "valresult": 8,
13850
          "selresult": 2,
13851
          "output": "`foo´<span style=\"display: inline-block\">`^bar´</span>`baz´",
13852
          "innerHTML": "`foo´<span style=\"display: inline-block\">`^bar´</span>`baz´",
13853
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`^bar´</span>`baz´</body>",
13854
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`^bar´</span>`baz´",
13855
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`^bar´</span>`baz´</body>"
13856
        },
13857
        "body": {
13858
          "valscore": 1,
13859
          "selscore": 0,
13860
          "valresult": 8,
13861
          "selresult": 2,
13862
          "output": "`foo´<span style=\"display: inline-block\">`^bar´</span>`baz´",
13863
          "innerHTML": "`foo´<span style=\"display: inline-block\">`^bar´</span>`baz´",
13864
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`^bar´</span>`baz´</body>",
13865
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`^bar´</span>`baz´",
13866
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`^bar´</span>`baz´</body>"
13867
        },
13868
        "div": {
13869
          "valscore": 1,
13870
          "selscore": 0,
13871
          "valresult": 8,
13872
          "selresult": 2,
13873
          "output": "`foo´<span style=\"display: inline-block\">`^bar´</span>`baz´",
13874
          "innerHTML": "`foo´<span style=\"display: inline-block\">`^bar´</span>`baz´",
13875
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`^bar´</span>`baz´</div>",
13876
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`^bar´</span>`baz´</div>CAN<br>ARY",
13877
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`^bar´</span>`baz´</div>CAN<br>ARY</body>"
13878
        }
13879
      },
13880
      "SPAN:d:ib-3_SR": {
13881
        "dM": {
13882
          "valscore": 1,
13883
          "selscore": 0,
13884
          "valresult": 8,
13885
          "selresult": 2,
13886
          "output": "`foo´<span style=\"display: inline-block\">`bar´</span>`^baz´",
13887
          "innerHTML": "`foo´<span style=\"display: inline-block\">`bar´</span>`^baz´",
13888
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`bar´</span>`^baz´</body>",
13889
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`bar´</span>`^baz´",
13890
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`bar´</span>`^baz´</body>"
13891
        },
13892
        "body": {
13893
          "valscore": 1,
13894
          "selscore": 0,
13895
          "valresult": 8,
13896
          "selresult": 2,
13897
          "output": "`foo´<span style=\"display: inline-block\">`bar´</span>`^baz´",
13898
          "innerHTML": "`foo´<span style=\"display: inline-block\">`bar´</span>`^baz´",
13899
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`bar´</span>`^baz´</body>",
13900
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`bar´</span>`^baz´",
13901
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`bar´</span>`^baz´</body>"
13902
        },
13903
        "div": {
13904
          "valscore": 1,
13905
          "selscore": 0,
13906
          "valresult": 8,
13907
          "selresult": 2,
13908
          "output": "`foo´<span style=\"display: inline-block\">`bar´</span>`^baz´",
13909
          "innerHTML": "`foo´<span style=\"display: inline-block\">`bar´</span>`^baz´",
13910
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`bar´</span>`^baz´</div>",
13911
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`bar´</span>`^baz´</div>CAN<br>ARY",
13912
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`bar´</span>`^baz´</div>CAN<br>ARY</body>"
13913
        }
13914
      },
13915
      "SPAN:d:ib-4i_SI": {
13916
        "dM": {
13917
          "valscore": 1,
13918
          "selscore": 1,
13919
          "valresult": 8,
13920
          "selresult": 5,
13921
          "output": "`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´",
13922
          "innerHTML": "`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´",
13923
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´</body>",
13924
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´",
13925
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´</body>"
13926
        },
13927
        "body": {
13928
          "valscore": 1,
13929
          "selscore": 1,
13930
          "valresult": 8,
13931
          "selresult": 5,
13932
          "output": "`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´",
13933
          "innerHTML": "`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´",
13934
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´</body>",
13935
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´",
13936
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´</body>"
13937
        },
13938
        "div": {
13939
          "valscore": 1,
13940
          "selscore": 1,
13941
          "valresult": 8,
13942
          "selresult": 5,
13943
          "output": "`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´",
13944
          "innerHTML": "`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´",
13945
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´</div>",
13946
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´</div>CAN<br>ARY",
13947
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´</div>CAN<br>ARY</body>"
13948
        }
13949
      },
13950
      "SPAN:d:ib-4l_SI": {
13951
        "dM": {
13952
          "valscore": 1,
13953
          "selscore": 1,
13954
          "valresult": 8,
13955
          "selresult": 5,
13956
          "output": "`foo´<span style=\"display: inline-block\">`^barbaz´</span>`qoz´",
13957
          "innerHTML": "`foo´<span style=\"display: inline-block\">`^barbaz´</span>`qoz´",
13958
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`^barbaz´</span>`qoz´</body>",
13959
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`^barbaz´</span>`qoz´",
13960
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`^barbaz´</span>`qoz´</body>"
13961
        },
13962
        "body": {
13963
          "valscore": 1,
13964
          "selscore": 1,
13965
          "valresult": 8,
13966
          "selresult": 5,
13967
          "output": "`foo´<span style=\"display: inline-block\">`^barbaz´</span>`qoz´",
13968
          "innerHTML": "`foo´<span style=\"display: inline-block\">`^barbaz´</span>`qoz´",
13969
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`^barbaz´</span>`qoz´</body>",
13970
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`^barbaz´</span>`qoz´",
13971
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`^barbaz´</span>`qoz´</body>"
13972
        },
13973
        "div": {
13974
          "valscore": 1,
13975
          "selscore": 1,
13976
          "valresult": 8,
13977
          "selresult": 5,
13978
          "output": "`foo´<span style=\"display: inline-block\">`^barbaz´</span>`qoz´",
13979
          "innerHTML": "`foo´<span style=\"display: inline-block\">`^barbaz´</span>`qoz´",
13980
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`^barbaz´</span>`qoz´</div>",
13981
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`^barbaz´</span>`qoz´</div>CAN<br>ARY",
13982
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`^barbaz´</span>`qoz´</div>CAN<br>ARY</body>"
13983
        }
13984
      },
13985
      "SPAN:d:ib-4r_SI": {
13986
        "dM": {
13987
          "valscore": 1,
13988
          "selscore": 1,
13989
          "valresult": 8,
13990
          "selresult": 5,
13991
          "output": "`foo´<span style=\"display: inline-block\">`barbaz^´</span>`qoz´",
13992
          "innerHTML": "`foo´<span style=\"display: inline-block\">`barbaz^´</span>`qoz´",
13993
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`barbaz^´</span>`qoz´</body>",
13994
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`barbaz^´</span>`qoz´",
13995
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`barbaz^´</span>`qoz´</body>"
13996
        },
13997
        "body": {
13998
          "valscore": 1,
13999
          "selscore": 1,
14000
          "valresult": 8,
14001
          "selresult": 5,
14002
          "output": "`foo´<span style=\"display: inline-block\">`barbaz^´</span>`qoz´",
14003
          "innerHTML": "`foo´<span style=\"display: inline-block\">`barbaz^´</span>`qoz´",
14004
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`barbaz^´</span>`qoz´</body>",
14005
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`barbaz^´</span>`qoz´",
14006
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`barbaz^´</span>`qoz´</body>"
14007
        },
14008
        "div": {
14009
          "valscore": 1,
14010
          "selscore": 1,
14011
          "valresult": 8,
14012
          "selresult": 5,
14013
          "output": "`foo´<span style=\"display: inline-block\">`barbaz^´</span>`qoz´",
14014
          "innerHTML": "`foo´<span style=\"display: inline-block\">`barbaz^´</span>`qoz´",
14015
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`barbaz^´</span>`qoz´</div>",
14016
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`barbaz^´</span>`qoz´</div>CAN<br>ARY",
14017
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`barbaz^´</span>`qoz´</div>CAN<br>ARY</body>"
14018
        }
14019
      }
14020
    }
14021
  },
14022
  "FD": {
14023
    "Proposed": {
14024
      "CHAR-1_SC": {
14025
        "dM": {
14026
          "valscore": 0,
14027
          "selscore": 0,
14028
          "valresult": 6,
14029
          "selresult": 3,
14030
          "output": "`foo^barbaz´",
14031
          "innerHTML": "`foo^barbaz´",
14032
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^barbaz´</body>",
14033
          "bodyInnerHTML": "`foo^barbaz´",
14034
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^barbaz´</body>"
14035
        },
14036
        "body": {
14037
          "valscore": 0,
14038
          "selscore": 0,
14039
          "valresult": 6,
14040
          "selresult": 3,
14041
          "output": "`foo^barbaz´",
14042
          "innerHTML": "`foo^barbaz´",
14043
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^barbaz´</body>",
14044
          "bodyInnerHTML": "`foo^barbaz´",
14045
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^barbaz´</body>"
14046
        },
14047
        "div": {
14048
          "valscore": 0,
14049
          "selscore": 0,
14050
          "valresult": 6,
14051
          "selresult": 3,
14052
          "output": "`foo^barbaz´",
14053
          "innerHTML": "`foo^barbaz´",
14054
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo^barbaz´</div>",
14055
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo^barbaz´</div>CAN<br>ARY",
14056
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo^barbaz´</div>CAN<br>ARY</body>"
14057
        }
14058
      },
14059
      "CHAR-2_SC": {
14060
        "dM": {
14061
          "valscore": 0,
14062
          "selscore": 0,
14063
          "valresult": 6,
14064
          "selresult": 3,
14065
          "output": "`fo^öbarbaz´",
14066
          "innerHTML": "`fo^öbarbaz´",
14067
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^öbarbaz´</body>",
14068
          "bodyInnerHTML": "`fo^öbarbaz´",
14069
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^öbarbaz´</body>"
14070
        },
14071
        "body": {
14072
          "valscore": 0,
14073
          "selscore": 0,
14074
          "valresult": 6,
14075
          "selresult": 3,
14076
          "output": "`fo^öbarbaz´",
14077
          "innerHTML": "`fo^öbarbaz´",
14078
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^öbarbaz´</body>",
14079
          "bodyInnerHTML": "`fo^öbarbaz´",
14080
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^öbarbaz´</body>"
14081
        },
14082
        "div": {
14083
          "valscore": 0,
14084
          "selscore": 0,
14085
          "valresult": 6,
14086
          "selresult": 3,
14087
          "output": "`fo^öbarbaz´",
14088
          "innerHTML": "`fo^öbarbaz´",
14089
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^öbarbaz´</div>",
14090
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^öbarbaz´</div>CAN<br>ARY",
14091
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^öbarbaz´</div>CAN<br>ARY</body>"
14092
        }
14093
      },
14094
      "CHAR-3_SC": {
14095
        "dM": {
14096
          "valscore": 0,
14097
          "selscore": 0,
14098
          "valresult": 6,
14099
          "selresult": 3,
14100
          "output": "`fo^öbarbaz´",
14101
          "innerHTML": "`fo^öbarbaz´",
14102
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^öbarbaz´</body>",
14103
          "bodyInnerHTML": "`fo^öbarbaz´",
14104
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^öbarbaz´</body>"
14105
        },
14106
        "body": {
14107
          "valscore": 0,
14108
          "selscore": 0,
14109
          "valresult": 6,
14110
          "selresult": 3,
14111
          "output": "`fo^öbarbaz´",
14112
          "innerHTML": "`fo^öbarbaz´",
14113
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^öbarbaz´</body>",
14114
          "bodyInnerHTML": "`fo^öbarbaz´",
14115
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^öbarbaz´</body>"
14116
        },
14117
        "div": {
14118
          "valscore": 0,
14119
          "selscore": 0,
14120
          "valresult": 6,
14121
          "selresult": 3,
14122
          "output": "`fo^öbarbaz´",
14123
          "innerHTML": "`fo^öbarbaz´",
14124
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^öbarbaz´</div>",
14125
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^öbarbaz´</div>CAN<br>ARY",
14126
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^öbarbaz´</div>CAN<br>ARY</body>"
14127
        }
14128
      },
14129
      "CHAR-4_SC": {
14130
        "dM": {
14131
          "valscore": 0,
14132
          "selscore": 0,
14133
          "valresult": 6,
14134
          "selresult": 3,
14135
          "output": "`fo^o̤barbaz´",
14136
          "innerHTML": "`fo^o̤barbaz´",
14137
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^o̤barbaz´</body>",
14138
          "bodyInnerHTML": "`fo^o̤barbaz´",
14139
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^o̤barbaz´</body>"
14140
        },
14141
        "body": {
14142
          "valscore": 0,
14143
          "selscore": 0,
14144
          "valresult": 6,
14145
          "selresult": 3,
14146
          "output": "`fo^o̤barbaz´",
14147
          "innerHTML": "`fo^o̤barbaz´",
14148
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^o̤barbaz´</body>",
14149
          "bodyInnerHTML": "`fo^o̤barbaz´",
14150
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^o̤barbaz´</body>"
14151
        },
14152
        "div": {
14153
          "valscore": 0,
14154
          "selscore": 0,
14155
          "valresult": 6,
14156
          "selresult": 3,
14157
          "output": "`fo^o̤barbaz´",
14158
          "innerHTML": "`fo^o̤barbaz´",
14159
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^o̤barbaz´</div>",
14160
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^o̤barbaz´</div>CAN<br>ARY",
14161
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^o̤barbaz´</div>CAN<br>ARY</body>"
14162
        }
14163
      },
14164
      "CHAR-5_SC": {
14165
        "dM": {
14166
          "valscore": 0,
14167
          "selscore": 0,
14168
          "valresult": 6,
14169
          "selresult": 3,
14170
          "output": "`fo^ö̤barbaz´",
14171
          "innerHTML": "`fo^ö̤barbaz´",
14172
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^ö̤barbaz´</body>",
14173
          "bodyInnerHTML": "`fo^ö̤barbaz´",
14174
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^ö̤barbaz´</body>"
14175
        },
14176
        "body": {
14177
          "valscore": 0,
14178
          "selscore": 0,
14179
          "valresult": 6,
14180
          "selresult": 3,
14181
          "output": "`fo^ö̤barbaz´",
14182
          "innerHTML": "`fo^ö̤barbaz´",
14183
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^ö̤barbaz´</body>",
14184
          "bodyInnerHTML": "`fo^ö̤barbaz´",
14185
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^ö̤barbaz´</body>"
14186
        },
14187
        "div": {
14188
          "valscore": 0,
14189
          "selscore": 0,
14190
          "valresult": 6,
14191
          "selresult": 3,
14192
          "output": "`fo^ö̤barbaz´",
14193
          "innerHTML": "`fo^ö̤barbaz´",
14194
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^ö̤barbaz´</div>",
14195
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^ö̤barbaz´</div>CAN<br>ARY",
14196
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^ö̤barbaz´</div>CAN<br>ARY</body>"
14197
        }
14198
      },
14199
      "CHAR-6_SC": {
14200
        "dM": {
14201
          "valscore": 0,
14202
          "selscore": 0,
14203
          "valresult": 6,
14204
          "selresult": 3,
14205
          "output": "`fo^o⃞barbaz´",
14206
          "innerHTML": "`fo^o⃞barbaz´",
14207
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^o⃞barbaz´</body>",
14208
          "bodyInnerHTML": "`fo^o⃞barbaz´",
14209
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^o⃞barbaz´</body>"
14210
        },
14211
        "body": {
14212
          "valscore": 0,
14213
          "selscore": 0,
14214
          "valresult": 6,
14215
          "selresult": 3,
14216
          "output": "`fo^o⃞barbaz´",
14217
          "innerHTML": "`fo^o⃞barbaz´",
14218
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^o⃞barbaz´</body>",
14219
          "bodyInnerHTML": "`fo^o⃞barbaz´",
14220
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^o⃞barbaz´</body>"
14221
        },
14222
        "div": {
14223
          "valscore": 0,
14224
          "selscore": 0,
14225
          "valresult": 6,
14226
          "selresult": 3,
14227
          "output": "`fo^o⃞barbaz´",
14228
          "innerHTML": "`fo^o⃞barbaz´",
14229
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^o⃞barbaz´</div>",
14230
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^o⃞barbaz´</div>CAN<br>ARY",
14231
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^o⃞barbaz´</div>CAN<br>ARY</body>"
14232
        }
14233
      },
14234
      "CHAR-7_SC": {
14235
        "dM": {
14236
          "valscore": 0,
14237
          "selscore": 0,
14238
          "valresult": 6,
14239
          "selresult": 3,
14240
          "output": "`fo^o̸barbaz´",
14241
          "innerHTML": "`fo^o̸barbaz´",
14242
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^o̸barbaz´</body>",
14243
          "bodyInnerHTML": "`fo^o̸barbaz´",
14244
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fo^o̸barbaz´</body>"
14245
        },
14246
        "body": {
14247
          "valscore": 0,
14248
          "selscore": 0,
14249
          "valresult": 6,
14250
          "selresult": 3,
14251
          "output": "`fo^o̸barbaz´",
14252
          "innerHTML": "`fo^o̸barbaz´",
14253
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^o̸barbaz´</body>",
14254
          "bodyInnerHTML": "`fo^o̸barbaz´",
14255
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fo^o̸barbaz´</body>"
14256
        },
14257
        "div": {
14258
          "valscore": 0,
14259
          "selscore": 0,
14260
          "valresult": 6,
14261
          "selresult": 3,
14262
          "output": "`fo^o̸barbaz´",
14263
          "innerHTML": "`fo^o̸barbaz´",
14264
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`fo^o̸barbaz´</div>",
14265
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`fo^o̸barbaz´</div>CAN<br>ARY",
14266
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`fo^o̸barbaz´</div>CAN<br>ARY</body>"
14267
        }
14268
      },
14269
      "TEXT-1_SI": {
14270
        "dM": {
14271
          "valscore": 0,
14272
          "selscore": 0,
14273
          "valresult": 6,
14274
          "selresult": 3,
14275
          "output": "`foo[bar]baz´",
14276
          "innerHTML": "`foo[bar]baz´",
14277
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
14278
          "bodyInnerHTML": "`foo[bar]baz´",
14279
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
14280
        },
14281
        "body": {
14282
          "valscore": 0,
14283
          "selscore": 0,
14284
          "valresult": 6,
14285
          "selresult": 3,
14286
          "output": "`foo[bar]baz´",
14287
          "innerHTML": "`foo[bar]baz´",
14288
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
14289
          "bodyInnerHTML": "`foo[bar]baz´",
14290
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
14291
        },
14292
        "div": {
14293
          "valscore": 0,
14294
          "selscore": 0,
14295
          "valresult": 6,
14296
          "selresult": 3,
14297
          "output": "`foo[bar]baz´",
14298
          "innerHTML": "`foo[bar]baz´",
14299
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[bar]baz´</div>",
14300
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[bar]baz´</div>CAN<br>ARY",
14301
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[bar]baz´</div>CAN<br>ARY</body>"
14302
        }
14303
      },
14304
      "B-1_SE": {
14305
        "dM": {
14306
          "valscore": 0,
14307
          "selscore": 0,
14308
          "valresult": 6,
14309
          "selresult": 3,
14310
          "output": "`foo´<b>`bar^´</b>`baz´",
14311
          "innerHTML": "`foo´<b>`bar^´</b>`baz´",
14312
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b>`bar^´</b>`baz´</body>",
14313
          "bodyInnerHTML": "`foo´<b>`bar^´</b>`baz´",
14314
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b>`bar^´</b>`baz´</body>"
14315
        },
14316
        "body": {
14317
          "valscore": 0,
14318
          "selscore": 0,
14319
          "valresult": 6,
14320
          "selresult": 3,
14321
          "output": "`foo´<b>`bar^´</b>`baz´",
14322
          "innerHTML": "`foo´<b>`bar^´</b>`baz´",
14323
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b>`bar^´</b>`baz´</body>",
14324
          "bodyInnerHTML": "`foo´<b>`bar^´</b>`baz´",
14325
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b>`bar^´</b>`baz´</body>"
14326
        },
14327
        "div": {
14328
          "valscore": 0,
14329
          "selscore": 0,
14330
          "valresult": 6,
14331
          "selresult": 3,
14332
          "output": "`foo´<b>`bar^´</b>`baz´",
14333
          "innerHTML": "`foo´<b>`bar^´</b>`baz´",
14334
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<b>`bar^´</b>`baz´</div>",
14335
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<b>`bar^´</b>`baz´</div>CAN<br>ARY",
14336
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<b>`bar^´</b>`baz´</div>CAN<br>ARY</body>"
14337
        }
14338
      },
14339
      "B-1_SB": {
14340
        "dM": {
14341
          "valscore": 0,
14342
          "selscore": 0,
14343
          "valresult": 6,
14344
          "selresult": 3,
14345
          "output": "`foo^´<b>`bar´</b>`baz´",
14346
          "innerHTML": "`foo^´<b>`bar´</b>`baz´",
14347
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^´<b>`bar´</b>`baz´</body>",
14348
          "bodyInnerHTML": "`foo^´<b>`bar´</b>`baz´",
14349
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^´<b>`bar´</b>`baz´</body>"
14350
        },
14351
        "body": {
14352
          "valscore": 0,
14353
          "selscore": 0,
14354
          "valresult": 6,
14355
          "selresult": 3,
14356
          "output": "`foo^´<b>`bar´</b>`baz´",
14357
          "innerHTML": "`foo^´<b>`bar´</b>`baz´",
14358
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^´<b>`bar´</b>`baz´</body>",
14359
          "bodyInnerHTML": "`foo^´<b>`bar´</b>`baz´",
14360
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^´<b>`bar´</b>`baz´</body>"
14361
        },
14362
        "div": {
14363
          "valscore": 0,
14364
          "selscore": 0,
14365
          "valresult": 6,
14366
          "selresult": 3,
14367
          "output": "`foo^´<b>`bar´</b>`baz´",
14368
          "innerHTML": "`foo^´<b>`bar´</b>`baz´",
14369
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo^´<b>`bar´</b>`baz´</div>",
14370
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo^´<b>`bar´</b>`baz´</div>CAN<br>ARY",
14371
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo^´<b>`bar´</b>`baz´</div>CAN<br>ARY</body>"
14372
        }
14373
      },
14374
      "B-1_SW": {
14375
        "dM": {
14376
          "valscore": 0,
14377
          "selscore": 0,
14378
          "valresult": 6,
14379
          "selresult": 3,
14380
          "output": "`foo´<b>`[bar]´</b>`baz´",
14381
          "innerHTML": "`foo´<b>`[bar]´</b>`baz´",
14382
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b>`[bar]´</b>`baz´</body>",
14383
          "bodyInnerHTML": "`foo´<b>`[bar]´</b>`baz´",
14384
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b>`[bar]´</b>`baz´</body>"
14385
        },
14386
        "body": {
14387
          "valscore": 0,
14388
          "selscore": 0,
14389
          "valresult": 6,
14390
          "selresult": 3,
14391
          "output": "`foo´<b>`[bar]´</b>`baz´",
14392
          "innerHTML": "`foo´<b>`[bar]´</b>`baz´",
14393
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b>`[bar]´</b>`baz´</body>",
14394
          "bodyInnerHTML": "`foo´<b>`[bar]´</b>`baz´",
14395
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b>`[bar]´</b>`baz´</body>"
14396
        },
14397
        "div": {
14398
          "valscore": 0,
14399
          "selscore": 0,
14400
          "valresult": 6,
14401
          "selresult": 3,
14402
          "output": "`foo´<b>`[bar]´</b>`baz´",
14403
          "innerHTML": "`foo´<b>`[bar]´</b>`baz´",
14404
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<b>`[bar]´</b>`baz´</div>",
14405
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<b>`[bar]´</b>`baz´</div>CAN<br>ARY",
14406
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<b>`[bar]´</b>`baz´</div>CAN<br>ARY</body>"
14407
        }
14408
      },
14409
      "B-1_SO": {
14410
        "dM": {
14411
          "valscore": 0,
14412
          "selscore": 0,
14413
          "valresult": 6,
14414
          "selresult": 3,
14415
          "output": "`foo[´<b>`bar´</b>`]baz´",
14416
          "innerHTML": "`foo[´<b>`bar´</b>`]baz´",
14417
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<b>`bar´</b>`]baz´</body>",
14418
          "bodyInnerHTML": "`foo[´<b>`bar´</b>`]baz´",
14419
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[´<b>`bar´</b>`]baz´</body>"
14420
        },
14421
        "body": {
14422
          "valscore": 0,
14423
          "selscore": 0,
14424
          "valresult": 6,
14425
          "selresult": 3,
14426
          "output": "`foo[´<b>`bar´</b>`]baz´",
14427
          "innerHTML": "`foo[´<b>`bar´</b>`]baz´",
14428
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<b>`bar´</b>`]baz´</body>",
14429
          "bodyInnerHTML": "`foo[´<b>`bar´</b>`]baz´",
14430
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[´<b>`bar´</b>`]baz´</body>"
14431
        },
14432
        "div": {
14433
          "valscore": 0,
14434
          "selscore": 0,
14435
          "valresult": 6,
14436
          "selresult": 3,
14437
          "output": "`foo[´<b>`bar´</b>`]baz´",
14438
          "innerHTML": "`foo[´<b>`bar´</b>`]baz´",
14439
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[´<b>`bar´</b>`]baz´</div>",
14440
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[´<b>`bar´</b>`]baz´</div>CAN<br>ARY",
14441
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[´<b>`bar´</b>`]baz´</div>CAN<br>ARY</body>"
14442
        }
14443
      },
14444
      "B-1_SL": {
14445
        "dM": {
14446
          "valscore": 0,
14447
          "selscore": 0,
14448
          "valresult": 6,
14449
          "selresult": 3,
14450
          "output": "`foo[bar´<b>`baz]quoz´</b>`quuz´",
14451
          "innerHTML": "`foo[bar´<b>`baz]quoz´</b>`quuz´",
14452
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar´<b>`baz]quoz´</b>`quuz´</body>",
14453
          "bodyInnerHTML": "`foo[bar´<b>`baz]quoz´</b>`quuz´",
14454
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar´<b>`baz]quoz´</b>`quuz´</body>"
14455
        },
14456
        "body": {
14457
          "valscore": 0,
14458
          "selscore": 0,
14459
          "valresult": 6,
14460
          "selresult": 3,
14461
          "output": "`foo[bar´<b>`baz]quoz´</b>`quuz´",
14462
          "innerHTML": "`foo[bar´<b>`baz]quoz´</b>`quuz´",
14463
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar´<b>`baz]quoz´</b>`quuz´</body>",
14464
          "bodyInnerHTML": "`foo[bar´<b>`baz]quoz´</b>`quuz´",
14465
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar´<b>`baz]quoz´</b>`quuz´</body>"
14466
        },
14467
        "div": {
14468
          "valscore": 0,
14469
          "selscore": 0,
14470
          "valresult": 6,
14471
          "selresult": 3,
14472
          "output": "`foo[bar´<b>`baz]quoz´</b>`quuz´",
14473
          "innerHTML": "`foo[bar´<b>`baz]quoz´</b>`quuz´",
14474
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[bar´<b>`baz]quoz´</b>`quuz´</div>",
14475
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[bar´<b>`baz]quoz´</b>`quuz´</div>CAN<br>ARY",
14476
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[bar´<b>`baz]quoz´</b>`quuz´</div>CAN<br>ARY</body>"
14477
        }
14478
      },
14479
      "B-1_SR": {
14480
        "dM": {
14481
          "valscore": 0,
14482
          "selscore": 0,
14483
          "valresult": 6,
14484
          "selresult": 3,
14485
          "output": "`foo´<b>`bar[baz´</b>`quoz]quuz´",
14486
          "innerHTML": "`foo´<b>`bar[baz´</b>`quoz]quuz´",
14487
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b>`bar[baz´</b>`quoz]quuz´</body>",
14488
          "bodyInnerHTML": "`foo´<b>`bar[baz´</b>`quoz]quuz´",
14489
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b>`bar[baz´</b>`quoz]quuz´</body>"
14490
        },
14491
        "body": {
14492
          "valscore": 0,
14493
          "selscore": 0,
14494
          "valresult": 6,
14495
          "selresult": 3,
14496
          "output": "`foo´<b>`bar[baz´</b>`quoz]quuz´",
14497
          "innerHTML": "`foo´<b>`bar[baz´</b>`quoz]quuz´",
14498
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b>`bar[baz´</b>`quoz]quuz´</body>",
14499
          "bodyInnerHTML": "`foo´<b>`bar[baz´</b>`quoz]quuz´",
14500
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b>`bar[baz´</b>`quoz]quuz´</body>"
14501
        },
14502
        "div": {
14503
          "valscore": 0,
14504
          "selscore": 0,
14505
          "valresult": 6,
14506
          "selresult": 3,
14507
          "output": "`foo´<b>`bar[baz´</b>`quoz]quuz´",
14508
          "innerHTML": "`foo´<b>`bar[baz´</b>`quoz]quuz´",
14509
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<b>`bar[baz´</b>`quoz]quuz´</div>",
14510
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<b>`bar[baz´</b>`quoz]quuz´</div>CAN<br>ARY",
14511
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<b>`bar[baz´</b>`quoz]quuz´</div>CAN<br>ARY</body>"
14512
        }
14513
      },
14514
      "B.I-1_SM": {
14515
        "dM": {
14516
          "valscore": 0,
14517
          "selscore": 0,
14518
          "valresult": 6,
14519
          "selresult": 3,
14520
          "output": "`foo´<b>`bar[baz´</b><i>`qoz]quuz´</i>`quuuz´",
14521
          "innerHTML": "`foo´<b>`bar[baz´</b><i>`qoz]quuz´</i>`quuuz´",
14522
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b>`bar[baz´</b><i>`qoz]quuz´</i>`quuuz´</body>",
14523
          "bodyInnerHTML": "`foo´<b>`bar[baz´</b><i>`qoz]quuz´</i>`quuuz´",
14524
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<b>`bar[baz´</b><i>`qoz]quuz´</i>`quuuz´</body>"
14525
        },
14526
        "body": {
14527
          "valscore": 0,
14528
          "selscore": 0,
14529
          "valresult": 6,
14530
          "selresult": 3,
14531
          "output": "`foo´<b>`bar[baz´</b><i>`qoz]quuz´</i>`quuuz´",
14532
          "innerHTML": "`foo´<b>`bar[baz´</b><i>`qoz]quuz´</i>`quuuz´",
14533
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b>`bar[baz´</b><i>`qoz]quuz´</i>`quuuz´</body>",
14534
          "bodyInnerHTML": "`foo´<b>`bar[baz´</b><i>`qoz]quuz´</i>`quuuz´",
14535
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<b>`bar[baz´</b><i>`qoz]quuz´</i>`quuuz´</body>"
14536
        },
14537
        "div": {
14538
          "valscore": 0,
14539
          "selscore": 0,
14540
          "valresult": 6,
14541
          "selresult": 3,
14542
          "output": "`foo´<b>`bar[baz´</b><i>`qoz]quuz´</i>`quuuz´",
14543
          "innerHTML": "`foo´<b>`bar[baz´</b><i>`qoz]quuz´</i>`quuuz´",
14544
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<b>`bar[baz´</b><i>`qoz]quuz´</i>`quuuz´</div>",
14545
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<b>`bar[baz´</b><i>`qoz]quuz´</i>`quuuz´</div>CAN<br>ARY",
14546
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<b>`bar[baz´</b><i>`qoz]quuz´</i>`quuuz´</div>CAN<br>ARY</body>"
14547
        }
14548
      },
14549
      "GEN-1_SE": {
14550
        "dM": {
14551
          "valscore": 0,
14552
          "selscore": 0,
14553
          "valresult": 6,
14554
          "selresult": 3,
14555
          "output": "`foo´<gen>`bar^´</gen>`baz´",
14556
          "innerHTML": "`foo´<gen>`bar^´</gen>`baz´",
14557
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<gen>`bar^´</gen>`baz´</body>",
14558
          "bodyInnerHTML": "`foo´<gen>`bar^´</gen>`baz´",
14559
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<gen>`bar^´</gen>`baz´</body>"
14560
        },
14561
        "body": {
14562
          "valscore": 0,
14563
          "selscore": 0,
14564
          "valresult": 6,
14565
          "selresult": 3,
14566
          "output": "`foo´<gen>`bar^´</gen>`baz´",
14567
          "innerHTML": "`foo´<gen>`bar^´</gen>`baz´",
14568
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<gen>`bar^´</gen>`baz´</body>",
14569
          "bodyInnerHTML": "`foo´<gen>`bar^´</gen>`baz´",
14570
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<gen>`bar^´</gen>`baz´</body>"
14571
        },
14572
        "div": {
14573
          "valscore": 0,
14574
          "selscore": 0,
14575
          "valresult": 6,
14576
          "selresult": 3,
14577
          "output": "`foo´<gen>`bar^´</gen>`baz´",
14578
          "innerHTML": "`foo´<gen>`bar^´</gen>`baz´",
14579
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<gen>`bar^´</gen>`baz´</div>",
14580
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<gen>`bar^´</gen>`baz´</div>CAN<br>ARY",
14581
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<gen>`bar^´</gen>`baz´</div>CAN<br>ARY</body>"
14582
        }
14583
      },
14584
      "GEN-1_SB": {
14585
        "dM": {
14586
          "valscore": 0,
14587
          "selscore": 0,
14588
          "valresult": 6,
14589
          "selresult": 3,
14590
          "output": "`foo^´<gen>`bar´</gen>`baz´",
14591
          "innerHTML": "`foo^´<gen>`bar´</gen>`baz´",
14592
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^´<gen>`bar´</gen>`baz´</body>",
14593
          "bodyInnerHTML": "`foo^´<gen>`bar´</gen>`baz´",
14594
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^´<gen>`bar´</gen>`baz´</body>"
14595
        },
14596
        "body": {
14597
          "valscore": 0,
14598
          "selscore": 0,
14599
          "valresult": 6,
14600
          "selresult": 3,
14601
          "output": "`foo^´<gen>`bar´</gen>`baz´",
14602
          "innerHTML": "`foo^´<gen>`bar´</gen>`baz´",
14603
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^´<gen>`bar´</gen>`baz´</body>",
14604
          "bodyInnerHTML": "`foo^´<gen>`bar´</gen>`baz´",
14605
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^´<gen>`bar´</gen>`baz´</body>"
14606
        },
14607
        "div": {
14608
          "valscore": 0,
14609
          "selscore": 0,
14610
          "valresult": 6,
14611
          "selresult": 3,
14612
          "output": "`foo^´<gen>`bar´</gen>`baz´",
14613
          "innerHTML": "`foo^´<gen>`bar´</gen>`baz´",
14614
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo^´<gen>`bar´</gen>`baz´</div>",
14615
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo^´<gen>`bar´</gen>`baz´</div>CAN<br>ARY",
14616
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo^´<gen>`bar´</gen>`baz´</div>CAN<br>ARY</body>"
14617
        }
14618
      },
14619
      "P2-1_SE1": {
14620
        "dM": {
14621
          "valscore": 0,
14622
          "selscore": 0,
14623
          "valresult": 6,
14624
          "selresult": 3,
14625
          "output": "<p>`foobar^´</p><p>`bazqoz´</p>",
14626
          "innerHTML": "<p>`foobar^´</p><p>`bazqoz´</p>",
14627
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foobar^´</p><p>`bazqoz´</p></body>",
14628
          "bodyInnerHTML": "<p>`foobar^´</p><p>`bazqoz´</p>",
14629
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foobar^´</p><p>`bazqoz´</p></body>"
14630
        },
14631
        "body": {
14632
          "valscore": 0,
14633
          "selscore": 0,
14634
          "valresult": 6,
14635
          "selresult": 3,
14636
          "output": "<p>`foobar^´</p><p>`bazqoz´</p>",
14637
          "innerHTML": "<p>`foobar^´</p><p>`bazqoz´</p>",
14638
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foobar^´</p><p>`bazqoz´</p></body>",
14639
          "bodyInnerHTML": "<p>`foobar^´</p><p>`bazqoz´</p>",
14640
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foobar^´</p><p>`bazqoz´</p></body>"
14641
        },
14642
        "div": {
14643
          "valscore": 0,
14644
          "selscore": 0,
14645
          "valresult": 6,
14646
          "selresult": 3,
14647
          "output": "<p>`foobar^´</p><p>`bazqoz´</p>",
14648
          "innerHTML": "<p>`foobar^´</p><p>`bazqoz´</p>",
14649
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foobar^´</p><p>`bazqoz´</p></div>",
14650
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foobar^´</p><p>`bazqoz´</p></div>CAN<br>ARY",
14651
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foobar^´</p><p>`bazqoz´</p></div>CAN<br>ARY</body>"
14652
        }
14653
      },
14654
      "P2-1_SI1": {
14655
        "dM": {
14656
          "valscore": 0,
14657
          "selscore": 0,
14658
          "valresult": 6,
14659
          "selresult": 3,
14660
          "output": "<p>`foo[bar]´</p><p>`bazqoz´</p>",
14661
          "innerHTML": "<p>`foo[bar]´</p><p>`bazqoz´</p>",
14662
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo[bar]´</p><p>`bazqoz´</p></body>",
14663
          "bodyInnerHTML": "<p>`foo[bar]´</p><p>`bazqoz´</p>",
14664
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo[bar]´</p><p>`bazqoz´</p></body>"
14665
        },
14666
        "body": {
14667
          "valscore": 0,
14668
          "selscore": 0,
14669
          "valresult": 6,
14670
          "selresult": 3,
14671
          "output": "<p>`foo[bar]´</p><p>`bazqoz´</p>",
14672
          "innerHTML": "<p>`foo[bar]´</p><p>`bazqoz´</p>",
14673
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo[bar]´</p><p>`bazqoz´</p></body>",
14674
          "bodyInnerHTML": "<p>`foo[bar]´</p><p>`bazqoz´</p>",
14675
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo[bar]´</p><p>`bazqoz´</p></body>"
14676
        },
14677
        "div": {
14678
          "valscore": 0,
14679
          "selscore": 0,
14680
          "valresult": 6,
14681
          "selresult": 3,
14682
          "output": "<p>`foo[bar]´</p><p>`bazqoz´</p>",
14683
          "innerHTML": "<p>`foo[bar]´</p><p>`bazqoz´</p>",
14684
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foo[bar]´</p><p>`bazqoz´</p></div>",
14685
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foo[bar]´</p><p>`bazqoz´</p></div>CAN<br>ARY",
14686
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foo[bar]´</p><p>`bazqoz´</p></div>CAN<br>ARY</body>"
14687
        }
14688
      },
14689
      "P2-1_SM": {
14690
        "dM": {
14691
          "valscore": 0,
14692
          "selscore": 0,
14693
          "valresult": 6,
14694
          "selresult": 3,
14695
          "output": "<p>`foo[bar´</p><p>`baz]qoz´</p>",
14696
          "innerHTML": "<p>`foo[bar´</p><p>`baz]qoz´</p>",
14697
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo[bar´</p><p>`baz]qoz´</p></body>",
14698
          "bodyInnerHTML": "<p>`foo[bar´</p><p>`baz]qoz´</p>",
14699
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo[bar´</p><p>`baz]qoz´</p></body>"
14700
        },
14701
        "body": {
14702
          "valscore": 0,
14703
          "selscore": 0,
14704
          "valresult": 6,
14705
          "selresult": 3,
14706
          "output": "<p>`foo[bar´</p><p>`baz]qoz´</p>",
14707
          "innerHTML": "<p>`foo[bar´</p><p>`baz]qoz´</p>",
14708
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo[bar´</p><p>`baz]qoz´</p></body>",
14709
          "bodyInnerHTML": "<p>`foo[bar´</p><p>`baz]qoz´</p>",
14710
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo[bar´</p><p>`baz]qoz´</p></body>"
14711
        },
14712
        "div": {
14713
          "valscore": 0,
14714
          "selscore": 0,
14715
          "valresult": 6,
14716
          "selresult": 3,
14717
          "output": "<p>`foo[bar´</p><p>`baz]qoz´</p>",
14718
          "innerHTML": "<p>`foo[bar´</p><p>`baz]qoz´</p>",
14719
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foo[bar´</p><p>`baz]qoz´</p></div>",
14720
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foo[bar´</p><p>`baz]qoz´</p></div>CAN<br>ARY",
14721
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foo[bar´</p><p>`baz]qoz´</p></div>CAN<br>ARY</body>"
14722
        }
14723
      },
14724
      "OL-LI2-1_SO1": {
14725
        "dM": {
14726
          "valscore": 0,
14727
          "selscore": 0,
14728
          "valresult": 6,
14729
          "selresult": 3,
14730
          "output": "`foo´<ol>{<li>`bar´</li>}<li>`baz´</li></ol>`qoz´",
14731
          "innerHTML": "`foo´<ol>{<li>`bar´</li>}<li>`baz´</li></ol>`qoz´",
14732
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<ol>{<li>`bar´</li>}<li>`baz´</li></ol>`qoz´</body>",
14733
          "bodyInnerHTML": "`foo´<ol>{<li>`bar´</li>}<li>`baz´</li></ol>`qoz´",
14734
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<ol>{<li>`bar´</li>}<li>`baz´</li></ol>`qoz´</body>"
14735
        },
14736
        "body": {
14737
          "valscore": 0,
14738
          "selscore": 0,
14739
          "valresult": 6,
14740
          "selresult": 3,
14741
          "output": "`foo´<ol>{<li>`bar´</li>}<li>`baz´</li></ol>`qoz´",
14742
          "innerHTML": "`foo´<ol>{<li>`bar´</li>}<li>`baz´</li></ol>`qoz´",
14743
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<ol>{<li>`bar´</li>}<li>`baz´</li></ol>`qoz´</body>",
14744
          "bodyInnerHTML": "`foo´<ol>{<li>`bar´</li>}<li>`baz´</li></ol>`qoz´",
14745
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<ol>{<li>`bar´</li>}<li>`baz´</li></ol>`qoz´</body>"
14746
        },
14747
        "div": {
14748
          "valscore": 0,
14749
          "selscore": 0,
14750
          "valresult": 6,
14751
          "selresult": 3,
14752
          "output": "`foo´<ol>{<li>`bar´</li>}<li>`baz´</li></ol>`qoz´",
14753
          "innerHTML": "`foo´<ol>{<li>`bar´</li>}<li>`baz´</li></ol>`qoz´",
14754
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<ol>{<li>`bar´</li>}<li>`baz´</li></ol>`qoz´</div>",
14755
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<ol>{<li>`bar´</li>}<li>`baz´</li></ol>`qoz´</div>CAN<br>ARY",
14756
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<ol>{<li>`bar´</li>}<li>`baz´</li></ol>`qoz´</div>CAN<br>ARY</body>"
14757
        }
14758
      },
14759
      "OL-LI2-1_SM": {
14760
        "dM": {
14761
          "valscore": 0,
14762
          "selscore": 0,
14763
          "valresult": 6,
14764
          "selresult": 3,
14765
          "output": "`foo´<ol><li>`ba[r´</li><li>`b]az´</li></ol>`qoz´",
14766
          "innerHTML": "`foo´<ol><li>`ba[r´</li><li>`b]az´</li></ol>`qoz´",
14767
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<ol><li>`ba[r´</li><li>`b]az´</li></ol>`qoz´</body>",
14768
          "bodyInnerHTML": "`foo´<ol><li>`ba[r´</li><li>`b]az´</li></ol>`qoz´",
14769
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<ol><li>`ba[r´</li><li>`b]az´</li></ol>`qoz´</body>"
14770
        },
14771
        "body": {
14772
          "valscore": 0,
14773
          "selscore": 0,
14774
          "valresult": 6,
14775
          "selresult": 3,
14776
          "output": "`foo´<ol><li>`ba[r´</li><li>`b]az´</li></ol>`qoz´",
14777
          "innerHTML": "`foo´<ol><li>`ba[r´</li><li>`b]az´</li></ol>`qoz´",
14778
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<ol><li>`ba[r´</li><li>`b]az´</li></ol>`qoz´</body>",
14779
          "bodyInnerHTML": "`foo´<ol><li>`ba[r´</li><li>`b]az´</li></ol>`qoz´",
14780
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<ol><li>`ba[r´</li><li>`b]az´</li></ol>`qoz´</body>"
14781
        },
14782
        "div": {
14783
          "valscore": 0,
14784
          "selscore": 0,
14785
          "valresult": 6,
14786
          "selresult": 3,
14787
          "output": "`foo´<ol><li>`ba[r´</li><li>`b]az´</li></ol>`qoz´",
14788
          "innerHTML": "`foo´<ol><li>`ba[r´</li><li>`b]az´</li></ol>`qoz´",
14789
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<ol><li>`ba[r´</li><li>`b]az´</li></ol>`qoz´</div>",
14790
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<ol><li>`ba[r´</li><li>`b]az´</li></ol>`qoz´</div>CAN<br>ARY",
14791
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<ol><li>`ba[r´</li><li>`b]az´</li></ol>`qoz´</div>CAN<br>ARY</body>"
14792
        }
14793
      },
14794
      "OL-LI-1_SW": {
14795
        "dM": {
14796
          "valscore": 0,
14797
          "selscore": 0,
14798
          "valresult": 6,
14799
          "selresult": 3,
14800
          "output": "`foo´<ol><li>`[foo]´</li></ol>`qoz´",
14801
          "innerHTML": "`foo´<ol><li>`[foo]´</li></ol>`qoz´",
14802
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<ol><li>`[foo]´</li></ol>`qoz´</body>",
14803
          "bodyInnerHTML": "`foo´<ol><li>`[foo]´</li></ol>`qoz´",
14804
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<ol><li>`[foo]´</li></ol>`qoz´</body>"
14805
        },
14806
        "body": {
14807
          "valscore": 0,
14808
          "selscore": 0,
14809
          "valresult": 6,
14810
          "selresult": 3,
14811
          "output": "`foo´<ol><li>`[foo]´</li></ol>`qoz´",
14812
          "innerHTML": "`foo´<ol><li>`[foo]´</li></ol>`qoz´",
14813
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<ol><li>`[foo]´</li></ol>`qoz´</body>",
14814
          "bodyInnerHTML": "`foo´<ol><li>`[foo]´</li></ol>`qoz´",
14815
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<ol><li>`[foo]´</li></ol>`qoz´</body>"
14816
        },
14817
        "div": {
14818
          "valscore": 0,
14819
          "selscore": 0,
14820
          "valresult": 6,
14821
          "selresult": 3,
14822
          "output": "`foo´<ol><li>`[foo]´</li></ol>`qoz´",
14823
          "innerHTML": "`foo´<ol><li>`[foo]´</li></ol>`qoz´",
14824
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<ol><li>`[foo]´</li></ol>`qoz´</div>",
14825
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<ol><li>`[foo]´</li></ol>`qoz´</div>CAN<br>ARY",
14826
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<ol><li>`[foo]´</li></ol>`qoz´</div>CAN<br>ARY</body>"
14827
        }
14828
      },
14829
      "OL-LI-1_SO": {
14830
        "dM": {
14831
          "valscore": 0,
14832
          "selscore": 0,
14833
          "valresult": 6,
14834
          "selresult": 3,
14835
          "output": "`foo´<ol>{<li>`foo´</li>}</ol>`qoz´",
14836
          "innerHTML": "`foo´<ol>{<li>`foo´</li>}</ol>`qoz´",
14837
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<ol>{<li>`foo´</li>}</ol>`qoz´</body>",
14838
          "bodyInnerHTML": "`foo´<ol>{<li>`foo´</li>}</ol>`qoz´",
14839
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<ol>{<li>`foo´</li>}</ol>`qoz´</body>"
14840
        },
14841
        "body": {
14842
          "valscore": 0,
14843
          "selscore": 0,
14844
          "valresult": 6,
14845
          "selresult": 3,
14846
          "output": "`foo´<ol>{<li>`foo´</li>}</ol>`qoz´",
14847
          "innerHTML": "`foo´<ol>{<li>`foo´</li>}</ol>`qoz´",
14848
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<ol>{<li>`foo´</li>}</ol>`qoz´</body>",
14849
          "bodyInnerHTML": "`foo´<ol>{<li>`foo´</li>}</ol>`qoz´",
14850
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<ol>{<li>`foo´</li>}</ol>`qoz´</body>"
14851
        },
14852
        "div": {
14853
          "valscore": 0,
14854
          "selscore": 0,
14855
          "valresult": 6,
14856
          "selresult": 3,
14857
          "output": "`foo´<ol>{<li>`foo´</li>}</ol>`qoz´",
14858
          "innerHTML": "`foo´<ol>{<li>`foo´</li>}</ol>`qoz´",
14859
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<ol>{<li>`foo´</li>}</ol>`qoz´</div>",
14860
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<ol>{<li>`foo´</li>}</ol>`qoz´</div>CAN<br>ARY",
14861
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<ol>{<li>`foo´</li>}</ol>`qoz´</div>CAN<br>ARY</body>"
14862
        }
14863
      },
14864
      "HR.BR-1_SM": {
14865
        "dM": {
14866
          "valscore": 0,
14867
          "selscore": 0,
14868
          "valresult": 6,
14869
          "selresult": 3,
14870
          "output": "`foo´<hr>{`bar´}<br>`baz´",
14871
          "innerHTML": "`foo´<hr>{`bar´}<br>`baz´",
14872
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<hr>{`bar´}<br>`baz´</body>",
14873
          "bodyInnerHTML": "`foo´<hr>{`bar´}<br>`baz´",
14874
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<hr>{`bar´}<br>`baz´</body>"
14875
        },
14876
        "body": {
14877
          "valscore": 0,
14878
          "selscore": 0,
14879
          "valresult": 6,
14880
          "selresult": 3,
14881
          "output": "`foo´<hr>{`bar´}<br>`baz´",
14882
          "innerHTML": "`foo´<hr>{`bar´}<br>`baz´",
14883
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<hr>{`bar´}<br>`baz´</body>",
14884
          "bodyInnerHTML": "`foo´<hr>{`bar´}<br>`baz´",
14885
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<hr>{`bar´}<br>`baz´</body>"
14886
        },
14887
        "div": {
14888
          "valscore": 0,
14889
          "selscore": 0,
14890
          "valresult": 6,
14891
          "selresult": 3,
14892
          "output": "`foo´<hr>{`bar´}<br>`baz´",
14893
          "innerHTML": "`foo´<hr>{`bar´}<br>`baz´",
14894
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<hr>{`bar´}<br>`baz´</div>",
14895
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<hr>{`bar´}<br>`baz´</div>CAN<br>ARY",
14896
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<hr>{`bar´}<br>`baz´</div>CAN<br>ARY</body>"
14897
        }
14898
      },
14899
      "TABLE-1_SB": {
14900
        "dM": {
14901
          "valscore": 1,
14902
          "selscore": 1,
14903
          "valresult": 8,
14904
          "selresult": 5,
14905
          "output": "`foo^´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`baz´",
14906
          "innerHTML": "`foo^´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`baz´",
14907
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`baz´</body>",
14908
          "bodyInnerHTML": "`foo^´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`baz´",
14909
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`baz´</body>"
14910
        },
14911
        "body": {
14912
          "valscore": 1,
14913
          "selscore": 1,
14914
          "valresult": 8,
14915
          "selresult": 5,
14916
          "output": "`foo^´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`baz´",
14917
          "innerHTML": "`foo^´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`baz´",
14918
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`baz´</body>",
14919
          "bodyInnerHTML": "`foo^´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`baz´",
14920
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`baz´</body>"
14921
        },
14922
        "div": {
14923
          "valscore": 1,
14924
          "selscore": 1,
14925
          "valresult": 8,
14926
          "selresult": 5,
14927
          "output": "`foo^´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`baz´",
14928
          "innerHTML": "`foo^´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`baz´",
14929
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo^´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`baz´</div>",
14930
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo^´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`baz´</div>CAN<br>ARY",
14931
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo^´<table><tbody><tr><td>`bar´</td></tr></tbody></table>`baz´</div>CAN<br>ARY</body>"
14932
        }
14933
      },
14934
      "TD-1_SE": {
14935
        "dM": {
14936
          "valscore": 1,
14937
          "selscore": 1,
14938
          "valresult": 8,
14939
          "selresult": 5,
14940
          "output": "`foo´<table><tbody><tr><td>`bar^´</td></tr></tbody></table>`baz´",
14941
          "innerHTML": "`foo´<table><tbody><tr><td>`bar^´</td></tr></tbody></table>`baz´",
14942
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<table><tbody><tr><td>`bar^´</td></tr></tbody></table>`baz´</body>",
14943
          "bodyInnerHTML": "`foo´<table><tbody><tr><td>`bar^´</td></tr></tbody></table>`baz´",
14944
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<table><tbody><tr><td>`bar^´</td></tr></tbody></table>`baz´</body>"
14945
        },
14946
        "body": {
14947
          "valscore": 1,
14948
          "selscore": 1,
14949
          "valresult": 8,
14950
          "selresult": 5,
14951
          "output": "`foo´<table><tbody><tr><td>`bar^´</td></tr></tbody></table>`baz´",
14952
          "innerHTML": "`foo´<table><tbody><tr><td>`bar^´</td></tr></tbody></table>`baz´",
14953
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`bar^´</td></tr></tbody></table>`baz´</body>",
14954
          "bodyInnerHTML": "`foo´<table><tbody><tr><td>`bar^´</td></tr></tbody></table>`baz´",
14955
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`bar^´</td></tr></tbody></table>`baz´</body>"
14956
        },
14957
        "div": {
14958
          "valscore": 1,
14959
          "selscore": 1,
14960
          "valresult": 8,
14961
          "selresult": 5,
14962
          "output": "`foo´<table><tbody><tr><td>`bar^´</td></tr></tbody></table>`baz´",
14963
          "innerHTML": "`foo´<table><tbody><tr><td>`bar^´</td></tr></tbody></table>`baz´",
14964
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<table><tbody><tr><td>`bar^´</td></tr></tbody></table>`baz´</div>",
14965
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`bar^´</td></tr></tbody></table>`baz´</div>CAN<br>ARY",
14966
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<table><tbody><tr><td>`bar^´</td></tr></tbody></table>`baz´</div>CAN<br>ARY</body>"
14967
        }
14968
      },
14969
      "TD2-1_SE1": {
14970
        "dM": {
14971
          "valscore": 1,
14972
          "selscore": 1,
14973
          "valresult": 8,
14974
          "selresult": 5,
14975
          "output": "`foo´<table><tbody><tr><td>`bar^´</td><td>`baz´</td></tr></tbody></table>`quoz´",
14976
          "innerHTML": "`foo´<table><tbody><tr><td>`bar^´</td><td>`baz´</td></tr></tbody></table>`quoz´",
14977
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<table><tbody><tr><td>`bar^´</td><td>`baz´</td></tr></tbody></table>`quoz´</body>",
14978
          "bodyInnerHTML": "`foo´<table><tbody><tr><td>`bar^´</td><td>`baz´</td></tr></tbody></table>`quoz´",
14979
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<table><tbody><tr><td>`bar^´</td><td>`baz´</td></tr></tbody></table>`quoz´</body>"
14980
        },
14981
        "body": {
14982
          "valscore": 1,
14983
          "selscore": 1,
14984
          "valresult": 8,
14985
          "selresult": 5,
14986
          "output": "`foo´<table><tbody><tr><td>`bar^´</td><td>`baz´</td></tr></tbody></table>`quoz´",
14987
          "innerHTML": "`foo´<table><tbody><tr><td>`bar^´</td><td>`baz´</td></tr></tbody></table>`quoz´",
14988
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`bar^´</td><td>`baz´</td></tr></tbody></table>`quoz´</body>",
14989
          "bodyInnerHTML": "`foo´<table><tbody><tr><td>`bar^´</td><td>`baz´</td></tr></tbody></table>`quoz´",
14990
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`bar^´</td><td>`baz´</td></tr></tbody></table>`quoz´</body>"
14991
        },
14992
        "div": {
14993
          "valscore": 1,
14994
          "selscore": 1,
14995
          "valresult": 8,
14996
          "selresult": 5,
14997
          "output": "`foo´<table><tbody><tr><td>`bar^´</td><td>`baz´</td></tr></tbody></table>`quoz´",
14998
          "innerHTML": "`foo´<table><tbody><tr><td>`bar^´</td><td>`baz´</td></tr></tbody></table>`quoz´",
14999
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<table><tbody><tr><td>`bar^´</td><td>`baz´</td></tr></tbody></table>`quoz´</div>",
15000
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`bar^´</td><td>`baz´</td></tr></tbody></table>`quoz´</div>CAN<br>ARY",
15001
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<table><tbody><tr><td>`bar^´</td><td>`baz´</td></tr></tbody></table>`quoz´</div>CAN<br>ARY</body>"
15002
        }
15003
      },
15004
      "TD2-1_SM": {
15005
        "dM": {
15006
          "valscore": 0,
15007
          "selscore": 0,
15008
          "valresult": 6,
15009
          "selresult": 3,
15010
          "output": "`foo´<table><tbody><tr><td>`ba[r´</td><td>`b]az´</td></tr></tbody></table>`quoz´",
15011
          "innerHTML": "`foo´<table><tbody><tr><td>`ba[r´</td><td>`b]az´</td></tr></tbody></table>`quoz´",
15012
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<table><tbody><tr><td>`ba[r´</td><td>`b]az´</td></tr></tbody></table>`quoz´</body>",
15013
          "bodyInnerHTML": "`foo´<table><tbody><tr><td>`ba[r´</td><td>`b]az´</td></tr></tbody></table>`quoz´",
15014
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<table><tbody><tr><td>`ba[r´</td><td>`b]az´</td></tr></tbody></table>`quoz´</body>"
15015
        },
15016
        "body": {
15017
          "valscore": 0,
15018
          "selscore": 0,
15019
          "valresult": 6,
15020
          "selresult": 3,
15021
          "output": "`foo´<table><tbody><tr><td>`ba[r´</td><td>`b]az´</td></tr></tbody></table>`quoz´",
15022
          "innerHTML": "`foo´<table><tbody><tr><td>`ba[r´</td><td>`b]az´</td></tr></tbody></table>`quoz´",
15023
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`ba[r´</td><td>`b]az´</td></tr></tbody></table>`quoz´</body>",
15024
          "bodyInnerHTML": "`foo´<table><tbody><tr><td>`ba[r´</td><td>`b]az´</td></tr></tbody></table>`quoz´",
15025
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`ba[r´</td><td>`b]az´</td></tr></tbody></table>`quoz´</body>"
15026
        },
15027
        "div": {
15028
          "valscore": 0,
15029
          "selscore": 0,
15030
          "valresult": 6,
15031
          "selresult": 3,
15032
          "output": "`foo´<table><tbody><tr><td>`ba[r´</td><td>`b]az´</td></tr></tbody></table>`quoz´",
15033
          "innerHTML": "`foo´<table><tbody><tr><td>`ba[r´</td><td>`b]az´</td></tr></tbody></table>`quoz´",
15034
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<table><tbody><tr><td>`ba[r´</td><td>`b]az´</td></tr></tbody></table>`quoz´</div>",
15035
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<table><tbody><tr><td>`ba[r´</td><td>`b]az´</td></tr></tbody></table>`quoz´</div>CAN<br>ARY",
15036
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<table><tbody><tr><td>`ba[r´</td><td>`b]az´</td></tr></tbody></table>`quoz´</div>CAN<br>ARY</body>"
15037
        }
15038
      },
15039
      "TR3-1_SO1": {
15040
        "dM": {
15041
          "valscore": 0,
15042
          "selscore": 0,
15043
          "valresult": 6,
15044
          "selresult": 3,
15045
          "output": "<table><tbody>{<tr><td>`A´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
15046
          "innerHTML": "<table><tbody>{<tr><td>`A´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
15047
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody>{<tr><td>`A´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></body>",
15048
          "bodyInnerHTML": "<table><tbody>{<tr><td>`A´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
15049
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody>{<tr><td>`A´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></body>"
15050
        },
15051
        "body": {
15052
          "valscore": 0,
15053
          "selscore": 0,
15054
          "valresult": 6,
15055
          "selresult": 3,
15056
          "output": "<table><tbody>{<tr><td>`A´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
15057
          "innerHTML": "<table><tbody>{<tr><td>`A´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
15058
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody>{<tr><td>`A´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></body>",
15059
          "bodyInnerHTML": "<table><tbody>{<tr><td>`A´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
15060
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody>{<tr><td>`A´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></body>"
15061
        },
15062
        "div": {
15063
          "valscore": 0,
15064
          "selscore": 0,
15065
          "valresult": 6,
15066
          "selresult": 3,
15067
          "output": "<table><tbody>{<tr><td>`A´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
15068
          "innerHTML": "<table><tbody>{<tr><td>`A´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
15069
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><table><tbody>{<tr><td>`A´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></div>",
15070
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><table><tbody>{<tr><td>`A´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></div>CAN<br>ARY",
15071
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><table><tbody>{<tr><td>`A´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></div>CAN<br>ARY</body>"
15072
        }
15073
      },
15074
      "TR3-1_SO2": {
15075
        "dM": {
15076
          "valscore": 0,
15077
          "selscore": 0,
15078
          "valresult": 6,
15079
          "selresult": 3,
15080
          "output": "<table><tbody><tr><td>`A´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table>",
15081
          "innerHTML": "<table><tbody><tr><td>`A´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table>",
15082
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table></body>",
15083
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table>",
15084
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table></body>"
15085
        },
15086
        "body": {
15087
          "valscore": 0,
15088
          "selscore": 0,
15089
          "valresult": 6,
15090
          "selresult": 3,
15091
          "output": "<table><tbody><tr><td>`A´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table>",
15092
          "innerHTML": "<table><tbody><tr><td>`A´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table>",
15093
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table></body>",
15094
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table>",
15095
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table></body>"
15096
        },
15097
        "div": {
15098
          "valscore": 0,
15099
          "selscore": 0,
15100
          "valresult": 6,
15101
          "selresult": 3,
15102
          "output": "<table><tbody><tr><td>`A´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table>",
15103
          "innerHTML": "<table><tbody><tr><td>`A´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table>",
15104
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table></div>",
15105
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table></div>CAN<br>ARY",
15106
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table></div>CAN<br>ARY</body>"
15107
        }
15108
      },
15109
      "TR3-1_SO3": {
15110
        "dM": {
15111
          "valscore": 0,
15112
          "selscore": 0,
15113
          "valresult": 6,
15114
          "selresult": 3,
15115
          "output": "<table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table>",
15116
          "innerHTML": "<table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table>",
15117
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table></body>",
15118
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table>",
15119
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table></body>"
15120
        },
15121
        "body": {
15122
          "valscore": 0,
15123
          "selscore": 0,
15124
          "valresult": 6,
15125
          "selresult": 3,
15126
          "output": "<table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table>",
15127
          "innerHTML": "<table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table>",
15128
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table></body>",
15129
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table>",
15130
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table></body>"
15131
        },
15132
        "div": {
15133
          "valscore": 0,
15134
          "selscore": 0,
15135
          "valresult": 6,
15136
          "selresult": 3,
15137
          "output": "<table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table>",
15138
          "innerHTML": "<table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table>",
15139
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table></div>",
15140
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table></div>CAN<br>ARY",
15141
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table></div>CAN<br>ARY</body>"
15142
        }
15143
      },
15144
      "TR2rs:2-1_SO1": {
15145
        "dM": {
15146
          "valscore": 0,
15147
          "selscore": 0,
15148
          "valresult": 6,
15149
          "selresult": 3,
15150
          "output": "<table><tbody>{<tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>}<tr><td>`B´</td></tr></tbody></table>",
15151
          "innerHTML": "<table><tbody>{<tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>}<tr><td>`B´</td></tr></tbody></table>",
15152
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody>{<tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>}<tr><td>`B´</td></tr></tbody></table></body>",
15153
          "bodyInnerHTML": "<table><tbody>{<tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>}<tr><td>`B´</td></tr></tbody></table>",
15154
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody>{<tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>}<tr><td>`B´</td></tr></tbody></table></body>"
15155
        },
15156
        "body": {
15157
          "valscore": 0,
15158
          "selscore": 0,
15159
          "valresult": 6,
15160
          "selresult": 3,
15161
          "output": "<table><tbody>{<tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>}<tr><td>`B´</td></tr></tbody></table>",
15162
          "innerHTML": "<table><tbody>{<tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>}<tr><td>`B´</td></tr></tbody></table>",
15163
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody>{<tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>}<tr><td>`B´</td></tr></tbody></table></body>",
15164
          "bodyInnerHTML": "<table><tbody>{<tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>}<tr><td>`B´</td></tr></tbody></table>",
15165
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody>{<tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>}<tr><td>`B´</td></tr></tbody></table></body>"
15166
        },
15167
        "div": {
15168
          "valscore": 0,
15169
          "selscore": 0,
15170
          "valresult": 6,
15171
          "selresult": 3,
15172
          "output": "<table><tbody>{<tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>}<tr><td>`B´</td></tr></tbody></table>",
15173
          "innerHTML": "<table><tbody>{<tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>}<tr><td>`B´</td></tr></tbody></table>",
15174
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><table><tbody>{<tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>}<tr><td>`B´</td></tr></tbody></table></div>",
15175
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><table><tbody>{<tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>}<tr><td>`B´</td></tr></tbody></table></div>CAN<br>ARY",
15176
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><table><tbody>{<tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>}<tr><td>`B´</td></tr></tbody></table></div>CAN<br>ARY</body>"
15177
        }
15178
      },
15179
      "TR2rs:2-1_SO2": {
15180
        "dM": {
15181
          "valscore": 0,
15182
          "selscore": 0,
15183
          "valresult": 6,
15184
          "selresult": 3,
15185
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>{<tr><td>`B´</td></tr>}</tbody></table>",
15186
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>{<tr><td>`B´</td></tr>}</tbody></table>",
15187
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>{<tr><td>`B´</td></tr>}</tbody></table></body>",
15188
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>{<tr><td>`B´</td></tr>}</tbody></table>",
15189
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>{<tr><td>`B´</td></tr>}</tbody></table></body>"
15190
        },
15191
        "body": {
15192
          "valscore": 0,
15193
          "selscore": 0,
15194
          "valresult": 6,
15195
          "selresult": 3,
15196
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>{<tr><td>`B´</td></tr>}</tbody></table>",
15197
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>{<tr><td>`B´</td></tr>}</tbody></table>",
15198
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>{<tr><td>`B´</td></tr>}</tbody></table></body>",
15199
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>{<tr><td>`B´</td></tr>}</tbody></table>",
15200
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>{<tr><td>`B´</td></tr>}</tbody></table></body>"
15201
        },
15202
        "div": {
15203
          "valscore": 0,
15204
          "selscore": 0,
15205
          "valresult": 6,
15206
          "selresult": 3,
15207
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>{<tr><td>`B´</td></tr>}</tbody></table>",
15208
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>{<tr><td>`B´</td></tr>}</tbody></table>",
15209
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>{<tr><td>`B´</td></tr>}</tbody></table></div>",
15210
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>{<tr><td>`B´</td></tr>}</tbody></table></div>CAN<br>ARY",
15211
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td><td rowspan=\"2\">`R´</td></tr>{<tr><td>`B´</td></tr>}</tbody></table></div>CAN<br>ARY</body>"
15212
        }
15213
      },
15214
      "TR3rs:3-1_SO1": {
15215
        "dM": {
15216
          "valscore": 0,
15217
          "selscore": 0,
15218
          "valresult": 6,
15219
          "selresult": 3,
15220
          "output": "<table><tbody>{<tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
15221
          "innerHTML": "<table><tbody>{<tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
15222
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody>{<tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></body>",
15223
          "bodyInnerHTML": "<table><tbody>{<tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
15224
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody>{<tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></body>"
15225
        },
15226
        "body": {
15227
          "valscore": 0,
15228
          "selscore": 0,
15229
          "valresult": 6,
15230
          "selresult": 3,
15231
          "output": "<table><tbody>{<tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
15232
          "innerHTML": "<table><tbody>{<tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
15233
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody>{<tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></body>",
15234
          "bodyInnerHTML": "<table><tbody>{<tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
15235
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody>{<tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></body>"
15236
        },
15237
        "div": {
15238
          "valscore": 0,
15239
          "selscore": 0,
15240
          "valresult": 6,
15241
          "selresult": 3,
15242
          "output": "<table><tbody>{<tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
15243
          "innerHTML": "<table><tbody>{<tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table>",
15244
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><table><tbody>{<tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></div>",
15245
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><table><tbody>{<tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></div>CAN<br>ARY",
15246
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><table><tbody>{<tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>}<tr><td>`B´</td></tr><tr><td>`C´</td></tr></tbody></table></div>CAN<br>ARY</body>"
15247
        }
15248
      },
15249
      "TR3rs:3-1_SO2": {
15250
        "dM": {
15251
          "valscore": 0,
15252
          "selscore": 0,
15253
          "valresult": 6,
15254
          "selresult": 3,
15255
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table>",
15256
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table>",
15257
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table></body>",
15258
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table>",
15259
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table></body>"
15260
        },
15261
        "body": {
15262
          "valscore": 0,
15263
          "selscore": 0,
15264
          "valresult": 6,
15265
          "selresult": 3,
15266
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table>",
15267
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table>",
15268
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table></body>",
15269
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table>",
15270
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table></body>"
15271
        },
15272
        "div": {
15273
          "valscore": 0,
15274
          "selscore": 0,
15275
          "valresult": 6,
15276
          "selresult": 3,
15277
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table>",
15278
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table>",
15279
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table></div>",
15280
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table></div>CAN<br>ARY",
15281
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr>{<tr><td>`B´</td></tr>}<tr><td>`C´</td></tr></tbody></table></div>CAN<br>ARY</body>"
15282
        }
15283
      },
15284
      "TR3rs:3-1_SO3": {
15285
        "dM": {
15286
          "valscore": 0,
15287
          "selscore": 0,
15288
          "valresult": 6,
15289
          "selresult": 3,
15290
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table>",
15291
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table>",
15292
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table></body>",
15293
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table>",
15294
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table></body>"
15295
        },
15296
        "body": {
15297
          "valscore": 0,
15298
          "selscore": 0,
15299
          "valresult": 6,
15300
          "selresult": 3,
15301
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table>",
15302
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table>",
15303
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table></body>",
15304
          "bodyInnerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table>",
15305
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table></body>"
15306
        },
15307
        "div": {
15308
          "valscore": 0,
15309
          "selscore": 0,
15310
          "valresult": 6,
15311
          "selresult": 3,
15312
          "output": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table>",
15313
          "innerHTML": "<table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table>",
15314
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table></div>",
15315
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table></div>CAN<br>ARY",
15316
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><table><tbody><tr><td>`A´</td><td rowspan=\"3\">`R´</td></tr><tr><td>`B´</td></tr>{<tr><td>`C´</td></tr>}</tbody></table></div>CAN<br>ARY</body>"
15317
        }
15318
      },
15319
      "DIV:ce:false-1_SO": {
15320
        "dM": {
15321
          "valscore": 0,
15322
          "selscore": 0,
15323
          "valresult": 6,
15324
          "selresult": 3,
15325
          "output": "`foo[bar´<div contenteditable=\"false\">`NESTED´</div>`baz]qoz´",
15326
          "innerHTML": "`foo[bar´<div contenteditable=\"false\">`NESTED´</div>`baz]qoz´",
15327
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar´<div contenteditable=\"false\">`NESTED´</div>`baz]qoz´</body>",
15328
          "bodyInnerHTML": "`foo[bar´<div contenteditable=\"false\">`NESTED´</div>`baz]qoz´",
15329
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar´<div contenteditable=\"false\">`NESTED´</div>`baz]qoz´</body>"
15330
        },
15331
        "body": {
15332
          "valscore": 0,
15333
          "selscore": 0,
15334
          "valresult": 6,
15335
          "selresult": 3,
15336
          "output": "`foo[bar´<div contenteditable=\"false\">`NESTED´</div>`baz]qoz´",
15337
          "innerHTML": "`foo[bar´<div contenteditable=\"false\">`NESTED´</div>`baz]qoz´",
15338
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar´<div contenteditable=\"false\">`NESTED´</div>`baz]qoz´</body>",
15339
          "bodyInnerHTML": "`foo[bar´<div contenteditable=\"false\">`NESTED´</div>`baz]qoz´",
15340
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar´<div contenteditable=\"false\">`NESTED´</div>`baz]qoz´</body>"
15341
        },
15342
        "div": {
15343
          "valscore": 0,
15344
          "selscore": 0,
15345
          "valresult": 6,
15346
          "selresult": 3,
15347
          "output": "`foo[bar´<div contenteditable=\"false\">`NESTED´</div>`baz]qoz´",
15348
          "innerHTML": "`foo[bar´<div contenteditable=\"false\">`NESTED´</div>`baz]qoz´",
15349
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[bar´<div contenteditable=\"false\">`NESTED´</div>`baz]qoz´</div>",
15350
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[bar´<div contenteditable=\"false\">`NESTED´</div>`baz]qoz´</div>CAN<br>ARY",
15351
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[bar´<div contenteditable=\"false\">`NESTED´</div>`baz]qoz´</div>CAN<br>ARY</body>"
15352
        }
15353
      },
15354
      "DIV:ce:false-1_SB": {
15355
        "dM": {
15356
          "valscore": 1,
15357
          "selscore": 1,
15358
          "valresult": 8,
15359
          "selresult": 5,
15360
          "output": "`foobar^´<div contenteditable=\"false\">`NESTED´</div>`bazqoz´",
15361
          "innerHTML": "`foobar^´<div contenteditable=\"false\">`NESTED´</div>`bazqoz´",
15362
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foobar^´<div contenteditable=\"false\">`NESTED´</div>`bazqoz´</body>",
15363
          "bodyInnerHTML": "`foobar^´<div contenteditable=\"false\">`NESTED´</div>`bazqoz´",
15364
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foobar^´<div contenteditable=\"false\">`NESTED´</div>`bazqoz´</body>"
15365
        },
15366
        "body": {
15367
          "valscore": 1,
15368
          "selscore": 1,
15369
          "valresult": 8,
15370
          "selresult": 5,
15371
          "output": "`foobar^´<div contenteditable=\"false\">`NESTED´</div>`bazqoz´",
15372
          "innerHTML": "`foobar^´<div contenteditable=\"false\">`NESTED´</div>`bazqoz´",
15373
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foobar^´<div contenteditable=\"false\">`NESTED´</div>`bazqoz´</body>",
15374
          "bodyInnerHTML": "`foobar^´<div contenteditable=\"false\">`NESTED´</div>`bazqoz´",
15375
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foobar^´<div contenteditable=\"false\">`NESTED´</div>`bazqoz´</body>"
15376
        },
15377
        "div": {
15378
          "valscore": 1,
15379
          "selscore": 1,
15380
          "valresult": 8,
15381
          "selresult": 5,
15382
          "output": "`foobar^´<div contenteditable=\"false\">`NESTED´</div>`bazqoz´",
15383
          "innerHTML": "`foobar^´<div contenteditable=\"false\">`NESTED´</div>`bazqoz´",
15384
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foobar^´<div contenteditable=\"false\">`NESTED´</div>`bazqoz´</div>",
15385
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foobar^´<div contenteditable=\"false\">`NESTED´</div>`bazqoz´</div>CAN<br>ARY",
15386
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foobar^´<div contenteditable=\"false\">`NESTED´</div>`bazqoz´</div>CAN<br>ARY</body>"
15387
        }
15388
      },
15389
      "DIV:ce:false-1_SL": {
15390
        "dM": {
15391
          "valscore": 0,
15392
          "selscore": 0,
15393
          "valresult": 6,
15394
          "selresult": 3,
15395
          "output": "`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´",
15396
          "innerHTML": "`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´",
15397
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´</body>",
15398
          "bodyInnerHTML": "`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´",
15399
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´</body>"
15400
        },
15401
        "body": {
15402
          "valscore": 0,
15403
          "selscore": 0,
15404
          "valresult": 6,
15405
          "selresult": 3,
15406
          "output": "`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´",
15407
          "innerHTML": "`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´",
15408
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´</body>",
15409
          "bodyInnerHTML": "`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´",
15410
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´</body>"
15411
        },
15412
        "div": {
15413
          "valscore": 0,
15414
          "selscore": 0,
15415
          "valresult": 6,
15416
          "selresult": 3,
15417
          "output": "`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´",
15418
          "innerHTML": "`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´",
15419
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´</div>",
15420
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´</div>CAN<br>ARY",
15421
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[bar´<div contenteditable=\"false\">`NES]TED´</div>`bazqoz´</div>CAN<br>ARY</body>"
15422
        }
15423
      },
15424
      "DIV:ce:false-1_SR": {
15425
        "dM": {
15426
          "valscore": 0,
15427
          "selscore": 0,
15428
          "valresult": 6,
15429
          "selresult": 3,
15430
          "output": "`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´",
15431
          "innerHTML": "`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´",
15432
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´</body>",
15433
          "bodyInnerHTML": "`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´",
15434
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´</body>"
15435
        },
15436
        "body": {
15437
          "valscore": 0,
15438
          "selscore": 0,
15439
          "valresult": 6,
15440
          "selresult": 3,
15441
          "output": "`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´",
15442
          "innerHTML": "`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´",
15443
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´</body>",
15444
          "bodyInnerHTML": "`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´",
15445
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´</body>"
15446
        },
15447
        "div": {
15448
          "valscore": 0,
15449
          "selscore": 0,
15450
          "valresult": 6,
15451
          "selresult": 3,
15452
          "output": "`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´",
15453
          "innerHTML": "`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´",
15454
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´</div>",
15455
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´</div>CAN<br>ARY",
15456
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foobar´<div contenteditable=\"false\">`NES[TED´</div>`baz]qoz´</div>CAN<br>ARY</body>"
15457
        }
15458
      },
15459
      "DIV:ce:false-1_SI": {
15460
        "dM": {
15461
          "valscore": 1,
15462
          "selscore": 1,
15463
          "valresult": 8,
15464
          "selresult": 5,
15465
          "output": "`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´",
15466
          "innerHTML": "`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´",
15467
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´</body>",
15468
          "bodyInnerHTML": "`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´",
15469
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´</body>"
15470
        },
15471
        "body": {
15472
          "valscore": 1,
15473
          "selscore": 1,
15474
          "valresult": 8,
15475
          "selresult": 5,
15476
          "output": "`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´",
15477
          "innerHTML": "`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´",
15478
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´</body>",
15479
          "bodyInnerHTML": "`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´",
15480
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´</body>"
15481
        },
15482
        "div": {
15483
          "valscore": 1,
15484
          "selscore": 1,
15485
          "valresult": 8,
15486
          "selresult": 5,
15487
          "output": "`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´",
15488
          "innerHTML": "`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´",
15489
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´</div>",
15490
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´</div>CAN<br>ARY",
15491
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foobar´<div contenteditable=\"false\">`NE[ST]ED´</div>`bazqoz´</div>CAN<br>ARY</body>"
15492
        }
15493
      },
15494
      "SPAN:d:ib-1_SC": {
15495
        "dM": {
15496
          "valscore": 0,
15497
          "selscore": 0,
15498
          "valresult": 6,
15499
          "selresult": 3,
15500
          "output": "`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´",
15501
          "innerHTML": "`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´",
15502
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´</body>",
15503
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´",
15504
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´</body>"
15505
        },
15506
        "body": {
15507
          "valscore": 0,
15508
          "selscore": 0,
15509
          "valresult": 6,
15510
          "selresult": 3,
15511
          "output": "`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´",
15512
          "innerHTML": "`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´",
15513
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´</body>",
15514
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´",
15515
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´</body>"
15516
        },
15517
        "div": {
15518
          "valscore": 0,
15519
          "selscore": 0,
15520
          "valresult": 6,
15521
          "selresult": 3,
15522
          "output": "`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´",
15523
          "innerHTML": "`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´",
15524
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´</div>",
15525
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´</div>CAN<br>ARY",
15526
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`bar^baz´</span>`qoz´</div>CAN<br>ARY</body>"
15527
        }
15528
      },
15529
      "SPAN:d:ib-1_SA": {
15530
        "dM": {
15531
          "valscore": 0,
15532
          "selscore": 0,
15533
          "valresult": 6,
15534
          "selresult": 3,
15535
          "output": "`foo^´<span style=\"display: inline-block\">`barbaz´</span>`qoz´",
15536
          "innerHTML": "`foo^´<span style=\"display: inline-block\">`barbaz´</span>`qoz´",
15537
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^´<span style=\"display: inline-block\">`barbaz´</span>`qoz´</body>",
15538
          "bodyInnerHTML": "`foo^´<span style=\"display: inline-block\">`barbaz´</span>`qoz´",
15539
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^´<span style=\"display: inline-block\">`barbaz´</span>`qoz´</body>"
15540
        },
15541
        "body": {
15542
          "valscore": 0,
15543
          "selscore": 0,
15544
          "valresult": 6,
15545
          "selresult": 3,
15546
          "output": "`foo^´<span style=\"display: inline-block\">`barbaz´</span>`qoz´",
15547
          "innerHTML": "`foo^´<span style=\"display: inline-block\">`barbaz´</span>`qoz´",
15548
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^´<span style=\"display: inline-block\">`barbaz´</span>`qoz´</body>",
15549
          "bodyInnerHTML": "`foo^´<span style=\"display: inline-block\">`barbaz´</span>`qoz´",
15550
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^´<span style=\"display: inline-block\">`barbaz´</span>`qoz´</body>"
15551
        },
15552
        "div": {
15553
          "valscore": 0,
15554
          "selscore": 0,
15555
          "valresult": 6,
15556
          "selresult": 3,
15557
          "output": "`foo^´<span style=\"display: inline-block\">`barbaz´</span>`qoz´",
15558
          "innerHTML": "`foo^´<span style=\"display: inline-block\">`barbaz´</span>`qoz´",
15559
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo^´<span style=\"display: inline-block\">`barbaz´</span>`qoz´</div>",
15560
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo^´<span style=\"display: inline-block\">`barbaz´</span>`qoz´</div>CAN<br>ARY",
15561
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo^´<span style=\"display: inline-block\">`barbaz´</span>`qoz´</div>CAN<br>ARY</body>"
15562
        }
15563
      },
15564
      "SPAN:d:ib-2_SL": {
15565
        "dM": {
15566
          "valscore": 0,
15567
          "selscore": 0,
15568
          "valresult": 6,
15569
          "selresult": 3,
15570
          "output": "`foo[DEL´<span style=\"display: inline-block\">`ETE]bar´</span>`baz´",
15571
          "innerHTML": "`foo[DEL´<span style=\"display: inline-block\">`ETE]bar´</span>`baz´",
15572
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[DEL´<span style=\"display: inline-block\">`ETE]bar´</span>`baz´</body>",
15573
          "bodyInnerHTML": "`foo[DEL´<span style=\"display: inline-block\">`ETE]bar´</span>`baz´",
15574
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[DEL´<span style=\"display: inline-block\">`ETE]bar´</span>`baz´</body>"
15575
        },
15576
        "body": {
15577
          "valscore": 0,
15578
          "selscore": 0,
15579
          "valresult": 6,
15580
          "selresult": 3,
15581
          "output": "`foo[DEL´<span style=\"display: inline-block\">`ETE]bar´</span>`baz´",
15582
          "innerHTML": "`foo[DEL´<span style=\"display: inline-block\">`ETE]bar´</span>`baz´",
15583
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[DEL´<span style=\"display: inline-block\">`ETE]bar´</span>`baz´</body>",
15584
          "bodyInnerHTML": "`foo[DEL´<span style=\"display: inline-block\">`ETE]bar´</span>`baz´",
15585
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[DEL´<span style=\"display: inline-block\">`ETE]bar´</span>`baz´</body>"
15586
        },
15587
        "div": {
15588
          "valscore": 0,
15589
          "selscore": 0,
15590
          "valresult": 6,
15591
          "selresult": 3,
15592
          "output": "`foo[DEL´<span style=\"display: inline-block\">`ETE]bar´</span>`baz´",
15593
          "innerHTML": "`foo[DEL´<span style=\"display: inline-block\">`ETE]bar´</span>`baz´",
15594
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[DEL´<span style=\"display: inline-block\">`ETE]bar´</span>`baz´</div>",
15595
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[DEL´<span style=\"display: inline-block\">`ETE]bar´</span>`baz´</div>CAN<br>ARY",
15596
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[DEL´<span style=\"display: inline-block\">`ETE]bar´</span>`baz´</div>CAN<br>ARY</body>"
15597
        }
15598
      },
15599
      "SPAN:d:ib-3_SR": {
15600
        "dM": {
15601
          "valscore": 0,
15602
          "selscore": 0,
15603
          "valresult": 6,
15604
          "selresult": 3,
15605
          "output": "`foo´<span style=\"display: inline-block\">`bar[DEL´</span>`ETE]baz´",
15606
          "innerHTML": "`foo´<span style=\"display: inline-block\">`bar[DEL´</span>`ETE]baz´",
15607
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`bar[DEL´</span>`ETE]baz´</body>",
15608
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`bar[DEL´</span>`ETE]baz´",
15609
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`bar[DEL´</span>`ETE]baz´</body>"
15610
        },
15611
        "body": {
15612
          "valscore": 0,
15613
          "selscore": 0,
15614
          "valresult": 6,
15615
          "selresult": 3,
15616
          "output": "`foo´<span style=\"display: inline-block\">`bar[DEL´</span>`ETE]baz´",
15617
          "innerHTML": "`foo´<span style=\"display: inline-block\">`bar[DEL´</span>`ETE]baz´",
15618
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`bar[DEL´</span>`ETE]baz´</body>",
15619
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`bar[DEL´</span>`ETE]baz´",
15620
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`bar[DEL´</span>`ETE]baz´</body>"
15621
        },
15622
        "div": {
15623
          "valscore": 0,
15624
          "selscore": 0,
15625
          "valresult": 6,
15626
          "selresult": 3,
15627
          "output": "`foo´<span style=\"display: inline-block\">`bar[DEL´</span>`ETE]baz´",
15628
          "innerHTML": "`foo´<span style=\"display: inline-block\">`bar[DEL´</span>`ETE]baz´",
15629
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`bar[DEL´</span>`ETE]baz´</div>",
15630
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`bar[DEL´</span>`ETE]baz´</div>CAN<br>ARY",
15631
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`bar[DEL´</span>`ETE]baz´</div>CAN<br>ARY</body>"
15632
        }
15633
      },
15634
      "SPAN:d:ib-4i_SI": {
15635
        "dM": {
15636
          "valscore": 0,
15637
          "selscore": 0,
15638
          "valresult": 6,
15639
          "selresult": 3,
15640
          "output": "`foo´<span style=\"display: inline-block\">`bar[DELETE]baz´</span>`qoz´",
15641
          "innerHTML": "`foo´<span style=\"display: inline-block\">`bar[DELETE]baz´</span>`qoz´",
15642
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`bar[DELETE]baz´</span>`qoz´</body>",
15643
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`bar[DELETE]baz´</span>`qoz´",
15644
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`bar[DELETE]baz´</span>`qoz´</body>"
15645
        },
15646
        "body": {
15647
          "valscore": 0,
15648
          "selscore": 0,
15649
          "valresult": 6,
15650
          "selresult": 3,
15651
          "output": "`foo´<span style=\"display: inline-block\">`bar[DELETE]baz´</span>`qoz´",
15652
          "innerHTML": "`foo´<span style=\"display: inline-block\">`bar[DELETE]baz´</span>`qoz´",
15653
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`bar[DELETE]baz´</span>`qoz´</body>",
15654
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`bar[DELETE]baz´</span>`qoz´",
15655
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`bar[DELETE]baz´</span>`qoz´</body>"
15656
        },
15657
        "div": {
15658
          "valscore": 0,
15659
          "selscore": 0,
15660
          "valresult": 6,
15661
          "selresult": 3,
15662
          "output": "`foo´<span style=\"display: inline-block\">`bar[DELETE]baz´</span>`qoz´",
15663
          "innerHTML": "`foo´<span style=\"display: inline-block\">`bar[DELETE]baz´</span>`qoz´",
15664
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`bar[DELETE]baz´</span>`qoz´</div>",
15665
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`bar[DELETE]baz´</span>`qoz´</div>CAN<br>ARY",
15666
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`bar[DELETE]baz´</span>`qoz´</div>CAN<br>ARY</body>"
15667
        }
15668
      },
15669
      "SPAN:d:ib-4l_SI": {
15670
        "dM": {
15671
          "valscore": 0,
15672
          "selscore": 0,
15673
          "valresult": 6,
15674
          "selresult": 3,
15675
          "output": "`foo´<span style=\"display: inline-block\">`[DELETE]barbaz´</span>`qoz´",
15676
          "innerHTML": "`foo´<span style=\"display: inline-block\">`[DELETE]barbaz´</span>`qoz´",
15677
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`[DELETE]barbaz´</span>`qoz´</body>",
15678
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`[DELETE]barbaz´</span>`qoz´",
15679
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`[DELETE]barbaz´</span>`qoz´</body>"
15680
        },
15681
        "body": {
15682
          "valscore": 0,
15683
          "selscore": 0,
15684
          "valresult": 6,
15685
          "selresult": 3,
15686
          "output": "`foo´<span style=\"display: inline-block\">`[DELETE]barbaz´</span>`qoz´",
15687
          "innerHTML": "`foo´<span style=\"display: inline-block\">`[DELETE]barbaz´</span>`qoz´",
15688
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`[DELETE]barbaz´</span>`qoz´</body>",
15689
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`[DELETE]barbaz´</span>`qoz´",
15690
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`[DELETE]barbaz´</span>`qoz´</body>"
15691
        },
15692
        "div": {
15693
          "valscore": 0,
15694
          "selscore": 0,
15695
          "valresult": 6,
15696
          "selresult": 3,
15697
          "output": "`foo´<span style=\"display: inline-block\">`[DELETE]barbaz´</span>`qoz´",
15698
          "innerHTML": "`foo´<span style=\"display: inline-block\">`[DELETE]barbaz´</span>`qoz´",
15699
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`[DELETE]barbaz´</span>`qoz´</div>",
15700
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`[DELETE]barbaz´</span>`qoz´</div>CAN<br>ARY",
15701
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`[DELETE]barbaz´</span>`qoz´</div>CAN<br>ARY</body>"
15702
        }
15703
      },
15704
      "SPAN:d:ib-4r_SI": {
15705
        "dM": {
15706
          "valscore": 0,
15707
          "selscore": 0,
15708
          "valresult": 6,
15709
          "selresult": 3,
15710
          "output": "`foo´<span style=\"display: inline-block\">`barbaz[DELETE]´</span>`qoz´",
15711
          "innerHTML": "`foo´<span style=\"display: inline-block\">`barbaz[DELETE]´</span>`qoz´",
15712
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`barbaz[DELETE]´</span>`qoz´</body>",
15713
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`barbaz[DELETE]´</span>`qoz´",
15714
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span style=\"display: inline-block\">`barbaz[DELETE]´</span>`qoz´</body>"
15715
        },
15716
        "body": {
15717
          "valscore": 0,
15718
          "selscore": 0,
15719
          "valresult": 6,
15720
          "selresult": 3,
15721
          "output": "`foo´<span style=\"display: inline-block\">`barbaz[DELETE]´</span>`qoz´",
15722
          "innerHTML": "`foo´<span style=\"display: inline-block\">`barbaz[DELETE]´</span>`qoz´",
15723
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`barbaz[DELETE]´</span>`qoz´</body>",
15724
          "bodyInnerHTML": "`foo´<span style=\"display: inline-block\">`barbaz[DELETE]´</span>`qoz´",
15725
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`barbaz[DELETE]´</span>`qoz´</body>"
15726
        },
15727
        "div": {
15728
          "valscore": 0,
15729
          "selscore": 0,
15730
          "valresult": 6,
15731
          "selresult": 3,
15732
          "output": "`foo´<span style=\"display: inline-block\">`barbaz[DELETE]´</span>`qoz´",
15733
          "innerHTML": "`foo´<span style=\"display: inline-block\">`barbaz[DELETE]´</span>`qoz´",
15734
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`barbaz[DELETE]´</span>`qoz´</div>",
15735
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<span style=\"display: inline-block\">`barbaz[DELETE]´</span>`qoz´</div>CAN<br>ARY",
15736
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<span style=\"display: inline-block\">`barbaz[DELETE]´</span>`qoz´</div>CAN<br>ARY</body>"
15737
        }
15738
      }
15739
    }
15740
  },
15741
  "I": {
15742
    "Proposed": {
15743
      "IHR_TEXT-1_SC": {
15744
        "dM": {
15745
          "valscore": 1,
15746
          "selscore": 0,
15747
          "valresult": 8,
15748
          "selresult": 4,
15749
          "output": "`foo´<hr size=\"2\" width=\"100%\">|`bar´",
15750
          "innerHTML": "`foo´<hr size=\"2\" width=\"100%\">|`bar´",
15751
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<hr width=\"100%\" size=\"2\">|`bar´</body>",
15752
          "bodyInnerHTML": "`foo´<hr size=\"2\" width=\"100%\">|`bar´",
15753
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<hr width=\"100%\" size=\"2\">|`bar´</body>"
15754
        },
15755
        "body": {
15756
          "valscore": 1,
15757
          "selscore": 0,
15758
          "valresult": 8,
15759
          "selresult": 4,
15760
          "output": "`foo´<hr size=\"2\" width=\"100%\">|`bar´",
15761
          "innerHTML": "`foo´<hr size=\"2\" width=\"100%\">|`bar´",
15762
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<hr width=\"100%\" size=\"2\">|`bar´</body>",
15763
          "bodyInnerHTML": "`foo´<hr size=\"2\" width=\"100%\">|`bar´",
15764
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<hr width=\"100%\" size=\"2\">|`bar´</body>"
15765
        },
15766
        "div": {
15767
          "valscore": 1,
15768
          "selscore": 0,
15769
          "valresult": 8,
15770
          "selresult": 4,
15771
          "output": "`foo´<hr size=\"2\" width=\"100%\">|`bar´",
15772
          "innerHTML": "`foo´<hr size=\"2\" width=\"100%\">|`bar´",
15773
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<hr width=\"100%\" size=\"2\">|`bar´</div>",
15774
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<hr size=\"2\" width=\"100%\">|`bar´</div>CAN<br>ARY",
15775
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<hr width=\"100%\" size=\"2\">|`bar´</div>CAN<br>ARY</body>"
15776
        }
15777
      },
15778
      "IHR_TEXT-1_SI": {
15779
        "dM": {
15780
          "valscore": 1,
15781
          "selscore": 0,
15782
          "valresult": 8,
15783
          "selresult": 4,
15784
          "output": "`foo´<hr size=\"2\" width=\"100%\">|`baz´",
15785
          "innerHTML": "`foo´<hr size=\"2\" width=\"100%\">|`baz´",
15786
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<hr width=\"100%\" size=\"2\">|`baz´</body>",
15787
          "bodyInnerHTML": "`foo´<hr size=\"2\" width=\"100%\">|`baz´",
15788
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<hr width=\"100%\" size=\"2\">|`baz´</body>"
15789
        },
15790
        "body": {
15791
          "valscore": 1,
15792
          "selscore": 0,
15793
          "valresult": 8,
15794
          "selresult": 4,
15795
          "output": "`foo´<hr size=\"2\" width=\"100%\">|`baz´",
15796
          "innerHTML": "`foo´<hr size=\"2\" width=\"100%\">|`baz´",
15797
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<hr width=\"100%\" size=\"2\">|`baz´</body>",
15798
          "bodyInnerHTML": "`foo´<hr size=\"2\" width=\"100%\">|`baz´",
15799
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<hr width=\"100%\" size=\"2\">|`baz´</body>"
15800
        },
15801
        "div": {
15802
          "valscore": 1,
15803
          "selscore": 0,
15804
          "valresult": 8,
15805
          "selresult": 4,
15806
          "output": "`foo´<hr size=\"2\" width=\"100%\">|`baz´",
15807
          "innerHTML": "`foo´<hr size=\"2\" width=\"100%\">|`baz´",
15808
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<hr width=\"100%\" size=\"2\">|`baz´</div>",
15809
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<hr size=\"2\" width=\"100%\">|`baz´</div>CAN<br>ARY",
15810
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<hr width=\"100%\" size=\"2\">|`baz´</div>CAN<br>ARY</body>"
15811
        }
15812
      },
15813
      "IHR_DIV-B-1_SX": {
15814
        "dM": {
15815
          "valscore": 1,
15816
          "selscore": 1,
15817
          "valresult": 8,
15818
          "selresult": 5,
15819
          "output": "<div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b></div>",
15820
          "innerHTML": "<div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b></div>",
15821
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`bar´</b></div></body>",
15822
          "bodyInnerHTML": "<div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b></div>",
15823
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`bar´</b></div></body>"
15824
        },
15825
        "body": {
15826
          "valscore": 1,
15827
          "selscore": 1,
15828
          "valresult": 8,
15829
          "selresult": 5,
15830
          "output": "<div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b></div>",
15831
          "innerHTML": "<div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b></div>",
15832
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`bar´</b></div></body>",
15833
          "bodyInnerHTML": "<div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b></div>",
15834
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`bar´</b></div></body>"
15835
        },
15836
        "div": {
15837
          "valscore": 1,
15838
          "selscore": 1,
15839
          "valresult": 8,
15840
          "selresult": 5,
15841
          "output": "<div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b></div>",
15842
          "innerHTML": "<div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b></div>",
15843
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><div><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`bar´</b></div></div>",
15844
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b></div></div>CAN<br>ARY",
15845
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><div><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`bar´</b></div></div>CAN<br>ARY</body>"
15846
        }
15847
      },
15848
      "IHR_DIV-B-2_SO": {
15849
        "dM": {
15850
          "valscore": 1,
15851
          "selscore": 1,
15852
          "valresult": 8,
15853
          "selresult": 5,
15854
          "output": "<div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`baz´</b></div>",
15855
          "innerHTML": "<div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`baz´</b></div>",
15856
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`baz´</b></div></body>",
15857
          "bodyInnerHTML": "<div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`baz´</b></div>",
15858
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><div><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`baz´</b></div></body>"
15859
        },
15860
        "body": {
15861
          "valscore": 1,
15862
          "selscore": 1,
15863
          "valresult": 8,
15864
          "selresult": 5,
15865
          "output": "<div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`baz´</b></div>",
15866
          "innerHTML": "<div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`baz´</b></div>",
15867
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`baz´</b></div></body>",
15868
          "bodyInnerHTML": "<div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`baz´</b></div>",
15869
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><div><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`baz´</b></div></body>"
15870
        },
15871
        "div": {
15872
          "valscore": 1,
15873
          "selscore": 1,
15874
          "valresult": 8,
15875
          "selresult": 5,
15876
          "output": "<div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`baz´</b></div>",
15877
          "innerHTML": "<div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`baz´</b></div>",
15878
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><div><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`baz´</b></div></div>",
15879
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><div><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`baz´</b></div></div>CAN<br>ARY",
15880
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><div><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`baz´</b></div></div>CAN<br>ARY</body>"
15881
        }
15882
      },
15883
      "IHR_B-1_SC": {
15884
        "dM": {
15885
          "valscore": 1,
15886
          "selscore": 0,
15887
          "valresult": 8,
15888
          "selresult": 2,
15889
          "output": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b>",
15890
          "innerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b>",
15891
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`bar´</b></body>",
15892
          "bodyInnerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b>",
15893
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`bar´</b></body>"
15894
        },
15895
        "body": {
15896
          "valscore": 1,
15897
          "selscore": 0,
15898
          "valresult": 8,
15899
          "selresult": 2,
15900
          "output": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b>",
15901
          "innerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b>",
15902
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`bar´</b></body>",
15903
          "bodyInnerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b>",
15904
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`bar´</b></body>"
15905
        },
15906
        "div": {
15907
          "valscore": 1,
15908
          "selscore": 0,
15909
          "valresult": 8,
15910
          "selresult": 2,
15911
          "output": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b>",
15912
          "innerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b>",
15913
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`bar´</b></div>",
15914
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><b>`foo´</b><hr size=\"2\" width=\"100%\">|<b>`bar´</b></div>CAN<br>ARY",
15915
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<b>`bar´</b></div>CAN<br>ARY</body>"
15916
        }
15917
      },
15918
      "IHR_B-1_SS": {
15919
        "dM": {
15920
          "valscore": 1,
15921
          "selscore": 0,
15922
          "valresult": 8,
15923
          "selresult": 2,
15924
          "output": "<hr size=\"2\" width=\"100%\">|<b>`foobar´</b>",
15925
          "innerHTML": "<hr size=\"2\" width=\"100%\">|<b>`foobar´</b>",
15926
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><hr width=\"100%\" size=\"2\">|<b>`foobar´</b></body>",
15927
          "bodyInnerHTML": "<hr size=\"2\" width=\"100%\">|<b>`foobar´</b>",
15928
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><hr width=\"100%\" size=\"2\">|<b>`foobar´</b></body>"
15929
        },
15930
        "body": {
15931
          "valscore": 1,
15932
          "selscore": 0,
15933
          "valresult": 8,
15934
          "selresult": 2,
15935
          "output": "<hr size=\"2\" width=\"100%\">|<b>`foobar´</b>",
15936
          "innerHTML": "<hr size=\"2\" width=\"100%\">|<b>`foobar´</b>",
15937
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><hr width=\"100%\" size=\"2\">|<b>`foobar´</b></body>",
15938
          "bodyInnerHTML": "<hr size=\"2\" width=\"100%\">|<b>`foobar´</b>",
15939
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><hr width=\"100%\" size=\"2\">|<b>`foobar´</b></body>"
15940
        },
15941
        "div": {
15942
          "valscore": 1,
15943
          "selscore": 0,
15944
          "valresult": 8,
15945
          "selresult": 2,
15946
          "output": "<hr size=\"2\" width=\"100%\">|<b>`foobar´</b>",
15947
          "innerHTML": "<hr size=\"2\" width=\"100%\">|<b>`foobar´</b>",
15948
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><hr width=\"100%\" size=\"2\">|<b>`foobar´</b></div>",
15949
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><hr size=\"2\" width=\"100%\">|<b>`foobar´</b></div>CAN<br>ARY",
15950
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><hr width=\"100%\" size=\"2\">|<b>`foobar´</b></div>CAN<br>ARY</body>"
15951
        }
15952
      },
15953
      "IHR_B-1_SE": {
15954
        "dM": {
15955
          "valscore": 1,
15956
          "selscore": 1,
15957
          "valresult": 8,
15958
          "selresult": 5,
15959
          "output": "<b>`foobar´</b><hr size=\"2\" width=\"100%\">|",
15960
          "innerHTML": "<b>`foobar´</b><hr size=\"2\" width=\"100%\">|",
15961
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><b>`foobar´</b><hr width=\"100%\" size=\"2\">|</body>",
15962
          "bodyInnerHTML": "<b>`foobar´</b><hr size=\"2\" width=\"100%\">|",
15963
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><b>`foobar´</b><hr width=\"100%\" size=\"2\">|</body>"
15964
        },
15965
        "body": {
15966
          "valscore": 1,
15967
          "selscore": 1,
15968
          "valresult": 8,
15969
          "selresult": 5,
15970
          "output": "<b>`foobar´</b><hr size=\"2\" width=\"100%\">|",
15971
          "innerHTML": "<b>`foobar´</b><hr size=\"2\" width=\"100%\">|",
15972
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><b>`foobar´</b><hr width=\"100%\" size=\"2\">|</body>",
15973
          "bodyInnerHTML": "<b>`foobar´</b><hr size=\"2\" width=\"100%\">|",
15974
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><b>`foobar´</b><hr width=\"100%\" size=\"2\">|</body>"
15975
        },
15976
        "div": {
15977
          "valscore": 1,
15978
          "selscore": 1,
15979
          "valresult": 8,
15980
          "selresult": 5,
15981
          "output": "<b>`foobar´</b><hr size=\"2\" width=\"100%\">|",
15982
          "innerHTML": "<b>`foobar´</b><hr size=\"2\" width=\"100%\">|",
15983
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><b>`foobar´</b><hr width=\"100%\" size=\"2\">|</div>",
15984
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><b>`foobar´</b><hr size=\"2\" width=\"100%\">|</div>CAN<br>ARY",
15985
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><b>`foobar´</b><hr width=\"100%\" size=\"2\">|</div>CAN<br>ARY</body>"
15986
        }
15987
      },
15988
      "IHR_B-2_SL": {
15989
        "dM": {
15990
          "valscore": 1,
15991
          "selscore": 1,
15992
          "valresult": 8,
15993
          "selresult": 5,
15994
          "output": "`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b>",
15995
          "innerHTML": "`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b>",
15996
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<hr width=\"100%\" size=\"2\">|<b>`qoz´</b></body>",
15997
          "bodyInnerHTML": "`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b>",
15998
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<hr width=\"100%\" size=\"2\">|<b>`qoz´</b></body>"
15999
        },
16000
        "body": {
16001
          "valscore": 1,
16002
          "selscore": 1,
16003
          "valresult": 8,
16004
          "selresult": 5,
16005
          "output": "`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b>",
16006
          "innerHTML": "`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b>",
16007
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<hr width=\"100%\" size=\"2\">|<b>`qoz´</b></body>",
16008
          "bodyInnerHTML": "`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b>",
16009
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<hr width=\"100%\" size=\"2\">|<b>`qoz´</b></body>"
16010
        },
16011
        "div": {
16012
          "valscore": 1,
16013
          "selscore": 1,
16014
          "valresult": 8,
16015
          "selresult": 5,
16016
          "output": "`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b>",
16017
          "innerHTML": "`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b>",
16018
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<hr width=\"100%\" size=\"2\">|<b>`qoz´</b></div>",
16019
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b></div>CAN<br>ARY",
16020
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<hr width=\"100%\" size=\"2\">|<b>`qoz´</b></div>CAN<br>ARY</body>"
16021
        }
16022
      },
16023
      "IHR_B-2_SLR": {
16024
        "dM": {
16025
          "valscore": 1,
16026
          "selscore": 1,
16027
          "valresult": 8,
16028
          "selresult": 5,
16029
          "output": "`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b>",
16030
          "innerHTML": "`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b>",
16031
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<hr width=\"100%\" size=\"2\">|<b>`qoz´</b></body>",
16032
          "bodyInnerHTML": "`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b>",
16033
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<hr width=\"100%\" size=\"2\">|<b>`qoz´</b></body>"
16034
        },
16035
        "body": {
16036
          "valscore": 1,
16037
          "selscore": 1,
16038
          "valresult": 8,
16039
          "selresult": 5,
16040
          "output": "`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b>",
16041
          "innerHTML": "`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b>",
16042
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<hr width=\"100%\" size=\"2\">|<b>`qoz´</b></body>",
16043
          "bodyInnerHTML": "`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b>",
16044
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<hr width=\"100%\" size=\"2\">|<b>`qoz´</b></body>"
16045
        },
16046
        "div": {
16047
          "valscore": 1,
16048
          "selscore": 1,
16049
          "valresult": 8,
16050
          "selresult": 5,
16051
          "output": "`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b>",
16052
          "innerHTML": "`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b>",
16053
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<hr width=\"100%\" size=\"2\">|<b>`qoz´</b></div>",
16054
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<hr size=\"2\" width=\"100%\">|<b>`qoz´</b></div>CAN<br>ARY",
16055
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<hr width=\"100%\" size=\"2\">|<b>`qoz´</b></div>CAN<br>ARY</body>"
16056
        }
16057
      },
16058
      "IHR_B-3_SR": {
16059
        "dM": {
16060
          "valscore": 1,
16061
          "selscore": 1,
16062
          "valresult": 8,
16063
          "selresult": 5,
16064
          "output": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´",
16065
          "innerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´",
16066
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|`quoz´</body>",
16067
          "bodyInnerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´",
16068
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|`quoz´</body>"
16069
        },
16070
        "body": {
16071
          "valscore": 1,
16072
          "selscore": 1,
16073
          "valresult": 8,
16074
          "selresult": 5,
16075
          "output": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´",
16076
          "innerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´",
16077
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|`quoz´</body>",
16078
          "bodyInnerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´",
16079
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|`quoz´</body>"
16080
        },
16081
        "div": {
16082
          "valscore": 1,
16083
          "selscore": 1,
16084
          "valresult": 8,
16085
          "selresult": 5,
16086
          "output": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´",
16087
          "innerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´",
16088
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|`quoz´</div>",
16089
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´</div>CAN<br>ARY",
16090
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|`quoz´</div>CAN<br>ARY</body>"
16091
        }
16092
      },
16093
      "IHR_B-3_SRR": {
16094
        "dM": {
16095
          "valscore": 1,
16096
          "selscore": 1,
16097
          "valresult": 8,
16098
          "selresult": 5,
16099
          "output": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´",
16100
          "innerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´",
16101
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|`quoz´</body>",
16102
          "bodyInnerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´",
16103
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|`quoz´</body>"
16104
        },
16105
        "body": {
16106
          "valscore": 1,
16107
          "selscore": 1,
16108
          "valresult": 8,
16109
          "selresult": 5,
16110
          "output": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´",
16111
          "innerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´",
16112
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|`quoz´</body>",
16113
          "bodyInnerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´",
16114
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|`quoz´</body>"
16115
        },
16116
        "div": {
16117
          "valscore": 1,
16118
          "selscore": 1,
16119
          "valresult": 8,
16120
          "selresult": 5,
16121
          "output": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´",
16122
          "innerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´",
16123
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|`quoz´</div>",
16124
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><b>`foo´</b><hr size=\"2\" width=\"100%\">|`quoz´</div>CAN<br>ARY",
16125
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|`quoz´</div>CAN<br>ARY</body>"
16126
        }
16127
      },
16128
      "IHR_B-I-1_SM": {
16129
        "dM": {
16130
          "valscore": 1,
16131
          "selscore": 1,
16132
          "valresult": 8,
16133
          "selresult": 5,
16134
          "output": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i>",
16135
          "innerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i>",
16136
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<i>`quoz´</i></body>",
16137
          "bodyInnerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i>",
16138
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<i>`quoz´</i></body>"
16139
        },
16140
        "body": {
16141
          "valscore": 1,
16142
          "selscore": 1,
16143
          "valresult": 8,
16144
          "selresult": 5,
16145
          "output": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i>",
16146
          "innerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i>",
16147
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<i>`quoz´</i></body>",
16148
          "bodyInnerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i>",
16149
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<i>`quoz´</i></body>"
16150
        },
16151
        "div": {
16152
          "valscore": 1,
16153
          "selscore": 1,
16154
          "valresult": 8,
16155
          "selresult": 5,
16156
          "output": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i>",
16157
          "innerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i>",
16158
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<i>`quoz´</i></div>",
16159
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i></div>CAN<br>ARY",
16160
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<i>`quoz´</i></div>CAN<br>ARY</body>"
16161
        }
16162
      },
16163
      "IHR_B-I-1_SMR": {
16164
        "dM": {
16165
          "valscore": 1,
16166
          "selscore": 0,
16167
          "valresult": 8,
16168
          "selresult": 2,
16169
          "output": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i>",
16170
          "innerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i>",
16171
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<i>`quoz´</i></body>",
16172
          "bodyInnerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i>",
16173
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<i>`quoz´</i></body>"
16174
        },
16175
        "body": {
16176
          "valscore": 1,
16177
          "selscore": 0,
16178
          "valresult": 8,
16179
          "selresult": 2,
16180
          "output": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i>",
16181
          "innerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i>",
16182
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<i>`quoz´</i></body>",
16183
          "bodyInnerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i>",
16184
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<i>`quoz´</i></body>"
16185
        },
16186
        "div": {
16187
          "valscore": 1,
16188
          "selscore": 0,
16189
          "valresult": 8,
16190
          "selresult": 2,
16191
          "output": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i>",
16192
          "innerHTML": "<b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i>",
16193
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<i>`quoz´</i></div>",
16194
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><b>`foo´</b><hr size=\"2\" width=\"100%\">|<i>`quoz´</i></div>CAN<br>ARY",
16195
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><b>`foo´</b><hr width=\"100%\" size=\"2\">|<i>`quoz´</i></div>CAN<br>ARY</body>"
16196
        }
16197
      },
16198
      "IHR_P-1_SC": {
16199
        "dM": {
16200
          "valscore": 1,
16201
          "selscore": 1,
16202
          "valresult": 8,
16203
          "selresult": 5,
16204
          "output": "<p>`foo´</p><hr size=\"2\" width=\"100%\">|<p>`bar´</p>",
16205
          "innerHTML": "<p>`foo´</p><hr size=\"2\" width=\"100%\">|<p>`bar´</p>",
16206
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo´</p><hr width=\"100%\" size=\"2\">|<p>`bar´</p></body>",
16207
          "bodyInnerHTML": "<p>`foo´</p><hr size=\"2\" width=\"100%\">|<p>`bar´</p>",
16208
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo´</p><hr width=\"100%\" size=\"2\">|<p>`bar´</p></body>"
16209
        },
16210
        "body": {
16211
          "valscore": 1,
16212
          "selscore": 1,
16213
          "valresult": 8,
16214
          "selresult": 5,
16215
          "output": "<p>`foo´</p><hr size=\"2\" width=\"100%\">|<p>`bar´</p>",
16216
          "innerHTML": "<p>`foo´</p><hr size=\"2\" width=\"100%\">|<p>`bar´</p>",
16217
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo´</p><hr width=\"100%\" size=\"2\">|<p>`bar´</p></body>",
16218
          "bodyInnerHTML": "<p>`foo´</p><hr size=\"2\" width=\"100%\">|<p>`bar´</p>",
16219
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo´</p><hr width=\"100%\" size=\"2\">|<p>`bar´</p></body>"
16220
        },
16221
        "div": {
16222
          "valscore": 1,
16223
          "selscore": 1,
16224
          "valresult": 8,
16225
          "selresult": 5,
16226
          "output": "<p>`foo´</p><hr size=\"2\" width=\"100%\">|<p>`bar´</p>",
16227
          "innerHTML": "<p>`foo´</p><hr size=\"2\" width=\"100%\">|<p>`bar´</p>",
16228
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foo´</p><hr width=\"100%\" size=\"2\">|<p>`bar´</p></div>",
16229
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foo´</p><hr size=\"2\" width=\"100%\">|<p>`bar´</p></div>CAN<br>ARY",
16230
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foo´</p><hr width=\"100%\" size=\"2\">|<p>`bar´</p></div>CAN<br>ARY</body>"
16231
        }
16232
      },
16233
      "IHR_P-1_SS": {
16234
        "dM": {
16235
          "valscore": 1,
16236
          "selscore": 1,
16237
          "valresult": 8,
16238
          "selresult": 5,
16239
          "output": "<hr size=\"2\" width=\"100%\">|<p>`foobar´</p>",
16240
          "innerHTML": "<hr size=\"2\" width=\"100%\">|<p>`foobar´</p>",
16241
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><hr width=\"100%\" size=\"2\">|<p>`foobar´</p></body>",
16242
          "bodyInnerHTML": "<hr size=\"2\" width=\"100%\">|<p>`foobar´</p>",
16243
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><hr width=\"100%\" size=\"2\">|<p>`foobar´</p></body>"
16244
        },
16245
        "body": {
16246
          "valscore": 1,
16247
          "selscore": 1,
16248
          "valresult": 8,
16249
          "selresult": 5,
16250
          "output": "<hr size=\"2\" width=\"100%\">|<p>`foobar´</p>",
16251
          "innerHTML": "<hr size=\"2\" width=\"100%\">|<p>`foobar´</p>",
16252
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><hr width=\"100%\" size=\"2\">|<p>`foobar´</p></body>",
16253
          "bodyInnerHTML": "<hr size=\"2\" width=\"100%\">|<p>`foobar´</p>",
16254
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><hr width=\"100%\" size=\"2\">|<p>`foobar´</p></body>"
16255
        },
16256
        "div": {
16257
          "valscore": 1,
16258
          "selscore": 1,
16259
          "valresult": 8,
16260
          "selresult": 5,
16261
          "output": "<hr size=\"2\" width=\"100%\">|<p>`foobar´</p>",
16262
          "innerHTML": "<hr size=\"2\" width=\"100%\">|<p>`foobar´</p>",
16263
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><hr width=\"100%\" size=\"2\">|<p>`foobar´</p></div>",
16264
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><hr size=\"2\" width=\"100%\">|<p>`foobar´</p></div>CAN<br>ARY",
16265
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><hr width=\"100%\" size=\"2\">|<p>`foobar´</p></div>CAN<br>ARY</body>"
16266
        }
16267
      },
16268
      "IHR_P-1_SE": {
16269
        "dM": {
16270
          "valscore": 1,
16271
          "selscore": 1,
16272
          "valresult": 8,
16273
          "selresult": 5,
16274
          "output": "<p>`foobar´</p><hr size=\"2\" width=\"100%\">|",
16275
          "innerHTML": "<p>`foobar´</p><hr size=\"2\" width=\"100%\">|",
16276
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foobar´</p><hr width=\"100%\" size=\"2\">|</body>",
16277
          "bodyInnerHTML": "<p>`foobar´</p><hr size=\"2\" width=\"100%\">|",
16278
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foobar´</p><hr width=\"100%\" size=\"2\">|</body>"
16279
        },
16280
        "body": {
16281
          "valscore": 1,
16282
          "selscore": 1,
16283
          "valresult": 8,
16284
          "selresult": 5,
16285
          "output": "<p>`foobar´</p><hr size=\"2\" width=\"100%\">|",
16286
          "innerHTML": "<p>`foobar´</p><hr size=\"2\" width=\"100%\">|",
16287
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foobar´</p><hr width=\"100%\" size=\"2\">|</body>",
16288
          "bodyInnerHTML": "<p>`foobar´</p><hr size=\"2\" width=\"100%\">|",
16289
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foobar´</p><hr width=\"100%\" size=\"2\">|</body>"
16290
        },
16291
        "div": {
16292
          "valscore": 1,
16293
          "selscore": 1,
16294
          "valresult": 8,
16295
          "selresult": 5,
16296
          "output": "<p>`foobar´</p><hr size=\"2\" width=\"100%\">|",
16297
          "innerHTML": "<p>`foobar´</p><hr size=\"2\" width=\"100%\">|",
16298
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foobar´</p><hr width=\"100%\" size=\"2\">|</div>",
16299
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foobar´</p><hr size=\"2\" width=\"100%\">|</div>CAN<br>ARY",
16300
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foobar´</p><hr width=\"100%\" size=\"2\">|</div>CAN<br>ARY</body>"
16301
        }
16302
      },
16303
      "IP_P-1_SC": {
16304
        "dM": {
16305
          "valscore": 0,
16306
          "selscore": 0,
16307
          "valresult": 6,
16308
          "selresult": 3,
16309
          "output": "<p>`foo^bar´</p>",
16310
          "innerHTML": "<p>`foo^bar´</p>",
16311
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo^bar´</p></body>",
16312
          "bodyInnerHTML": "<p>`foo^bar´</p>",
16313
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><p>`foo^bar´</p></body>"
16314
        },
16315
        "body": {
16316
          "valscore": 0,
16317
          "selscore": 0,
16318
          "valresult": 6,
16319
          "selresult": 3,
16320
          "output": "<p>`foo^bar´</p>",
16321
          "innerHTML": "<p>`foo^bar´</p>",
16322
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo^bar´</p></body>",
16323
          "bodyInnerHTML": "<p>`foo^bar´</p>",
16324
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><p>`foo^bar´</p></body>"
16325
        },
16326
        "div": {
16327
          "valscore": 0,
16328
          "selscore": 0,
16329
          "valresult": 6,
16330
          "selresult": 3,
16331
          "output": "<p>`foo^bar´</p>",
16332
          "innerHTML": "<p>`foo^bar´</p>",
16333
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><p>`foo^bar´</p></div>",
16334
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><p>`foo^bar´</p></div>CAN<br>ARY",
16335
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><p>`foo^bar´</p></div>CAN<br>ARY</body>"
16336
        }
16337
      },
16338
      "IP_UL-LI-1_SC": {
16339
        "dM": {
16340
          "valscore": 0,
16341
          "selscore": 0,
16342
          "valresult": 6,
16343
          "selresult": 3,
16344
          "output": "<ul><li><p>`foo^bar´</p></li></ul>",
16345
          "innerHTML": "<ul><li><p>`foo^bar´</p></li></ul>",
16346
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><ul><li><p>`foo^bar´</p></li></ul></body>",
16347
          "bodyInnerHTML": "<ul><li><p>`foo^bar´</p></li></ul>",
16348
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><ul><li><p>`foo^bar´</p></li></ul></body>"
16349
        },
16350
        "body": {
16351
          "valscore": 0,
16352
          "selscore": 0,
16353
          "valresult": 6,
16354
          "selresult": 3,
16355
          "output": "<ul><li><p>`foo^bar´</p></li></ul>",
16356
          "innerHTML": "<ul><li><p>`foo^bar´</p></li></ul>",
16357
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><ul><li><p>`foo^bar´</p></li></ul></body>",
16358
          "bodyInnerHTML": "<ul><li><p>`foo^bar´</p></li></ul>",
16359
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><ul><li><p>`foo^bar´</p></li></ul></body>"
16360
        },
16361
        "div": {
16362
          "valscore": 0,
16363
          "selscore": 0,
16364
          "valresult": 6,
16365
          "selresult": 3,
16366
          "output": "<ul><li><p>`foo^bar´</p></li></ul>",
16367
          "innerHTML": "<ul><li><p>`foo^bar´</p></li></ul>",
16368
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><ul><li><p>`foo^bar´</p></li></ul></div>",
16369
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><ul><li><p>`foo^bar´</p></li></ul></div>CAN<br>ARY",
16370
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><ul><li><p>`foo^bar´</p></li></ul></div>CAN<br>ARY</body>"
16371
        }
16372
      },
16373
      "ITEXT:text_TEXT-1_SC": {
16374
        "dM": {
16375
          "valscore": 0,
16376
          "selscore": 0,
16377
          "valresult": 6,
16378
          "selresult": 3,
16379
          "output": "`foo^bar´",
16380
          "innerHTML": "`foo^bar´",
16381
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^bar´</body>",
16382
          "bodyInnerHTML": "`foo^bar´",
16383
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^bar´</body>"
16384
        },
16385
        "body": {
16386
          "valscore": 0,
16387
          "selscore": 0,
16388
          "valresult": 6,
16389
          "selresult": 3,
16390
          "output": "`foo^bar´",
16391
          "innerHTML": "`foo^bar´",
16392
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^bar´</body>",
16393
          "bodyInnerHTML": "`foo^bar´",
16394
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^bar´</body>"
16395
        },
16396
        "div": {
16397
          "valscore": 0,
16398
          "selscore": 0,
16399
          "valresult": 6,
16400
          "selresult": 3,
16401
          "output": "`foo^bar´",
16402
          "innerHTML": "`foo^bar´",
16403
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo^bar´</div>",
16404
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo^bar´</div>CAN<br>ARY",
16405
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo^bar´</div>CAN<br>ARY</body>"
16406
        }
16407
      },
16408
      "ITEXT:text_TEXT-1_SI": {
16409
        "dM": {
16410
          "valscore": 0,
16411
          "selscore": 0,
16412
          "valresult": 6,
16413
          "selresult": 3,
16414
          "output": "`foo[bar]baz´",
16415
          "innerHTML": "`foo[bar]baz´",
16416
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
16417
          "bodyInnerHTML": "`foo[bar]baz´",
16418
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
16419
        },
16420
        "body": {
16421
          "valscore": 0,
16422
          "selscore": 0,
16423
          "valresult": 6,
16424
          "selresult": 3,
16425
          "output": "`foo[bar]baz´",
16426
          "innerHTML": "`foo[bar]baz´",
16427
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
16428
          "bodyInnerHTML": "`foo[bar]baz´",
16429
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
16430
        },
16431
        "div": {
16432
          "valscore": 0,
16433
          "selscore": 0,
16434
          "valresult": 6,
16435
          "selresult": 3,
16436
          "output": "`foo[bar]baz´",
16437
          "innerHTML": "`foo[bar]baz´",
16438
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[bar]baz´</div>",
16439
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[bar]baz´</div>CAN<br>ARY",
16440
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[bar]baz´</div>CAN<br>ARY</body>"
16441
        }
16442
      },
16443
      "IBR_TEXT-1_SC": {
16444
        "dM": {
16445
          "valscore": 0,
16446
          "selscore": 0,
16447
          "valresult": 6,
16448
          "selresult": 3,
16449
          "output": "`foo^bar´",
16450
          "innerHTML": "`foo^bar´",
16451
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^bar´</body>",
16452
          "bodyInnerHTML": "`foo^bar´",
16453
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo^bar´</body>"
16454
        },
16455
        "body": {
16456
          "valscore": 0,
16457
          "selscore": 0,
16458
          "valresult": 6,
16459
          "selresult": 3,
16460
          "output": "`foo^bar´",
16461
          "innerHTML": "`foo^bar´",
16462
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^bar´</body>",
16463
          "bodyInnerHTML": "`foo^bar´",
16464
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo^bar´</body>"
16465
        },
16466
        "div": {
16467
          "valscore": 0,
16468
          "selscore": 0,
16469
          "valresult": 6,
16470
          "selresult": 3,
16471
          "output": "`foo^bar´",
16472
          "innerHTML": "`foo^bar´",
16473
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo^bar´</div>",
16474
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo^bar´</div>CAN<br>ARY",
16475
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo^bar´</div>CAN<br>ARY</body>"
16476
        }
16477
      },
16478
      "IBR_TEXT-1_SI": {
16479
        "dM": {
16480
          "valscore": 0,
16481
          "selscore": 0,
16482
          "valresult": 6,
16483
          "selresult": 3,
16484
          "output": "`foo[bar]baz´",
16485
          "innerHTML": "`foo[bar]baz´",
16486
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>",
16487
          "bodyInnerHTML": "`foo[bar]baz´",
16488
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo[bar]baz´</body>"
16489
        },
16490
        "body": {
16491
          "valscore": 0,
16492
          "selscore": 0,
16493
          "valresult": 6,
16494
          "selresult": 3,
16495
          "output": "`foo[bar]baz´",
16496
          "innerHTML": "`foo[bar]baz´",
16497
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>",
16498
          "bodyInnerHTML": "`foo[bar]baz´",
16499
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo[bar]baz´</body>"
16500
        },
16501
        "div": {
16502
          "valscore": 0,
16503
          "selscore": 0,
16504
          "valresult": 6,
16505
          "selresult": 3,
16506
          "output": "`foo[bar]baz´",
16507
          "innerHTML": "`foo[bar]baz´",
16508
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo[bar]baz´</div>",
16509
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo[bar]baz´</div>CAN<br>ARY",
16510
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo[bar]baz´</div>CAN<br>ARY</body>"
16511
        }
16512
      },
16513
      "IBR_LI-1_SC": {
16514
        "dM": {
16515
          "valscore": 0,
16516
          "selscore": 0,
16517
          "valresult": 6,
16518
          "selresult": 3,
16519
          "output": "<ul><li>`foo^bar´</li></ul>",
16520
          "innerHTML": "<ul><li>`foo^bar´</li></ul>",
16521
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><ul><li>`foo^bar´</li></ul></body>",
16522
          "bodyInnerHTML": "<ul><li>`foo^bar´</li></ul>",
16523
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><ul><li>`foo^bar´</li></ul></body>"
16524
        },
16525
        "body": {
16526
          "valscore": 0,
16527
          "selscore": 0,
16528
          "valresult": 6,
16529
          "selresult": 3,
16530
          "output": "<ul><li>`foo^bar´</li></ul>",
16531
          "innerHTML": "<ul><li>`foo^bar´</li></ul>",
16532
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><ul><li>`foo^bar´</li></ul></body>",
16533
          "bodyInnerHTML": "<ul><li>`foo^bar´</li></ul>",
16534
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><ul><li>`foo^bar´</li></ul></body>"
16535
        },
16536
        "div": {
16537
          "valscore": 0,
16538
          "selscore": 0,
16539
          "valresult": 6,
16540
          "selresult": 3,
16541
          "output": "<ul><li>`foo^bar´</li></ul>",
16542
          "innerHTML": "<ul><li>`foo^bar´</li></ul>",
16543
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><ul><li>`foo^bar´</li></ul></div>",
16544
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><ul><li>`foo^bar´</li></ul></div>CAN<br>ARY",
16545
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><ul><li>`foo^bar´</li></ul></div>CAN<br>ARY</body>"
16546
        }
16547
      },
16548
      "IIMG:url_TEXT-1_SC": {
16549
        "dM": {
16550
          "valscore": 1,
16551
          "selscore": 1,
16552
          "valresult": 8,
16553
          "selresult": 5,
16554
          "output": "`foo´<img src=\"http://goo.gl/bar.png\">|`bar´",
16555
          "innerHTML": "`foo´<img src=\"http://goo.gl/bar.png\">|`bar´",
16556
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<img src=\"http://goo.gl/bar.png\">|`bar´</body>",
16557
          "bodyInnerHTML": "`foo´<img src=\"http://goo.gl/bar.png\">|`bar´",
16558
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<img src=\"http://goo.gl/bar.png\">|`bar´</body>"
16559
        },
16560
        "body": {
16561
          "valscore": 1,
16562
          "selscore": 1,
16563
          "valresult": 8,
16564
          "selresult": 5,
16565
          "output": "`foo´<img src=\"http://goo.gl/bar.png\">|`bar´",
16566
          "innerHTML": "`foo´<img src=\"http://goo.gl/bar.png\">|`bar´",
16567
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<img src=\"http://goo.gl/bar.png\">|`bar´</body>",
16568
          "bodyInnerHTML": "`foo´<img src=\"http://goo.gl/bar.png\">|`bar´",
16569
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<img src=\"http://goo.gl/bar.png\">|`bar´</body>"
16570
        },
16571
        "div": {
16572
          "valscore": 1,
16573
          "selscore": 1,
16574
          "valresult": 8,
16575
          "selresult": 5,
16576
          "output": "`foo´<img src=\"http://goo.gl/bar.png\">|`bar´",
16577
          "innerHTML": "`foo´<img src=\"http://goo.gl/bar.png\">|`bar´",
16578
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<img src=\"http://goo.gl/bar.png\">|`bar´</div>",
16579
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<img src=\"http://goo.gl/bar.png\">|`bar´</div>CAN<br>ARY",
16580
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<img src=\"http://goo.gl/bar.png\">|`bar´</div>CAN<br>ARY</body>"
16581
        }
16582
      },
16583
      "IIMG:url_IMG-1_SO": {
16584
        "dM": {
16585
          "valscore": 1,
16586
          "selscore": 1,
16587
          "valresult": 8,
16588
          "selresult": 5,
16589
          "output": "<span>`foo´<img src=\"http://baz.com/quz.png\">|`bar´</span>",
16590
          "innerHTML": "<span>`foo´<img src=\"http://baz.com/quz.png\">|`bar´</span>",
16591
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><span>`foo´<img src=\"http://baz.com/quz.png\">|`bar´</span></body>",
16592
          "bodyInnerHTML": "<span>`foo´<img src=\"http://baz.com/quz.png\">|`bar´</span>",
16593
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><span>`foo´<img src=\"http://baz.com/quz.png\">|`bar´</span></body>"
16594
        },
16595
        "body": {
16596
          "valscore": 1,
16597
          "selscore": 1,
16598
          "valresult": 8,
16599
          "selresult": 5,
16600
          "output": "<span>`foo´<img src=\"http://baz.com/quz.png\">|`bar´</span>",
16601
          "innerHTML": "<span>`foo´<img src=\"http://baz.com/quz.png\">|`bar´</span>",
16602
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><span>`foo´<img src=\"http://baz.com/quz.png\">|`bar´</span></body>",
16603
          "bodyInnerHTML": "<span>`foo´<img src=\"http://baz.com/quz.png\">|`bar´</span>",
16604
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><span>`foo´<img src=\"http://baz.com/quz.png\">|`bar´</span></body>"
16605
        },
16606
        "div": {
16607
          "valscore": 1,
16608
          "selscore": 1,
16609
          "valresult": 8,
16610
          "selresult": 5,
16611
          "output": "<span>`foo´<img src=\"http://baz.com/quz.png\">|`bar´</span>",
16612
          "innerHTML": "<span>`foo´<img src=\"http://baz.com/quz.png\">|`bar´</span>",
16613
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><span>`foo´<img src=\"http://baz.com/quz.png\">|`bar´</span></div>",
16614
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><span>`foo´<img src=\"http://baz.com/quz.png\">|`bar´</span></div>CAN<br>ARY",
16615
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><span>`foo´<img src=\"http://baz.com/quz.png\">|`bar´</span></div>CAN<br>ARY</body>"
16616
        }
16617
      },
16618
      "IIMG:url_SPAN-IMG-1_SO": {
16619
        "dM": {
16620
          "valscore": 1,
16621
          "selscore": 1,
16622
          "valresult": 8,
16623
          "selresult": 5,
16624
          "output": "`foo´<img src=\"http://baz.com/quz.png\">|`bar´",
16625
          "innerHTML": "`foo´<img src=\"http://baz.com/quz.png\">|`bar´",
16626
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<img src=\"http://baz.com/quz.png\">|`bar´</body>",
16627
          "bodyInnerHTML": "`foo´<img src=\"http://baz.com/quz.png\">|`bar´",
16628
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<img src=\"http://baz.com/quz.png\">|`bar´</body>"
16629
        },
16630
        "body": {
16631
          "valscore": 1,
16632
          "selscore": 1,
16633
          "valresult": 8,
16634
          "selresult": 5,
16635
          "output": "`foo´<img src=\"http://baz.com/quz.png\">|`bar´",
16636
          "innerHTML": "`foo´<img src=\"http://baz.com/quz.png\">|`bar´",
16637
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<img src=\"http://baz.com/quz.png\">|`bar´</body>",
16638
          "bodyInnerHTML": "`foo´<img src=\"http://baz.com/quz.png\">|`bar´",
16639
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<img src=\"http://baz.com/quz.png\">|`bar´</body>"
16640
        },
16641
        "div": {
16642
          "valscore": 1,
16643
          "selscore": 1,
16644
          "valresult": 8,
16645
          "selresult": 5,
16646
          "output": "`foo´<img src=\"http://baz.com/quz.png\">|`bar´",
16647
          "innerHTML": "`foo´<img src=\"http://baz.com/quz.png\">|`bar´",
16648
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<img src=\"http://baz.com/quz.png\">|`bar´</div>",
16649
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<img src=\"http://baz.com/quz.png\">|`bar´</div>CAN<br>ARY",
16650
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<img src=\"http://baz.com/quz.png\">|`bar´</div>CAN<br>ARY</body>"
16651
        }
16652
      },
16653
      "IIMG:._SPAN-IMG-1_SO": {
16654
        "dM": {
16655
          "valscore": 0,
16656
          "selscore": 0,
16657
          "valresult": 2,
16658
          "selresult": 3,
16659
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.execCommand]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 143\"  data: no]"
16660
        },
16661
        "body": {
16662
          "valscore": 0,
16663
          "selscore": 0,
16664
          "valresult": 2,
16665
          "selresult": 3,
16666
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.execCommand]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 143\"  data: no]"
16667
        },
16668
        "div": {
16669
          "valscore": 0,
16670
          "selscore": 0,
16671
          "valresult": 2,
16672
          "selresult": 3,
16673
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.execCommand]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 143\"  data: no]"
16674
        }
16675
      },
16676
      "IIMG:._IMG-1_SO": {
16677
        "dM": {
16678
          "valscore": 0,
16679
          "selscore": 0,
16680
          "valresult": 2,
16681
          "selresult": 3,
16682
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.execCommand]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 143\"  data: no]"
16683
        },
16684
        "body": {
16685
          "valscore": 0,
16686
          "selscore": 0,
16687
          "valresult": 2,
16688
          "selresult": 3,
16689
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.execCommand]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 143\"  data: no]"
16690
        },
16691
        "div": {
16692
          "valscore": 0,
16693
          "selscore": 0,
16694
          "valresult": 2,
16695
          "selresult": 3,
16696
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.execCommand]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 143\"  data: no]"
16697
        }
16698
      },
16699
      "IOL_TEXT-1_SC": {
16700
        "dM": {
16701
          "valscore": 1,
16702
          "selscore": 1,
16703
          "valresult": 8,
16704
          "selresult": 5,
16705
          "output": "<ol><li>`foo^bar´</li></ol>",
16706
          "innerHTML": "<ol><li>`foo^bar´</li></ol>",
16707
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><ol><li>`foo^bar´</li></ol></body>",
16708
          "bodyInnerHTML": "<ol><li>`foo^bar´</li></ol>",
16709
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><ol><li>`foo^bar´</li></ol></body>"
16710
        },
16711
        "body": {
16712
          "valscore": 1,
16713
          "selscore": 1,
16714
          "valresult": 8,
16715
          "selresult": 5,
16716
          "output": "<ol><li>`foo^bar´</li></ol>",
16717
          "innerHTML": "<ol><li>`foo^bar´</li></ol>",
16718
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><ol><li>`foo^bar´</li></ol></body>",
16719
          "bodyInnerHTML": "<ol><li>`foo^bar´</li></ol>",
16720
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><ol><li>`foo^bar´</li></ol></body>"
16721
        },
16722
        "div": {
16723
          "valscore": 1,
16724
          "selscore": 1,
16725
          "valresult": 8,
16726
          "selresult": 5,
16727
          "output": "<ol><li>`foo^bar´</li></ol>",
16728
          "innerHTML": "<ol><li>`foo^bar´</li></ol>",
16729
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><ol><li>`foo^bar´</li></ol></div>",
16730
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><ol><li>`foo^bar´</li></ol></div>CAN<br>ARY",
16731
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><ol><li>`foo^bar´</li></ol></div>CAN<br>ARY</body>"
16732
        }
16733
      },
16734
      "IOL_TEXT-1_SI": {
16735
        "dM": {
16736
          "valscore": 1,
16737
          "selscore": 1,
16738
          "valresult": 8,
16739
          "selresult": 5,
16740
          "output": "<ol><li>`foo[bar]baz´</li></ol>",
16741
          "innerHTML": "<ol><li>`foo[bar]baz´</li></ol>",
16742
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><ol><li>`foo[bar]baz´</li></ol></body>",
16743
          "bodyInnerHTML": "<ol><li>`foo[bar]baz´</li></ol>",
16744
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><ol><li>`foo[bar]baz´</li></ol></body>"
16745
        },
16746
        "body": {
16747
          "valscore": 1,
16748
          "selscore": 1,
16749
          "valresult": 8,
16750
          "selresult": 5,
16751
          "output": "<ol><li>`foo[bar]baz´</li></ol>",
16752
          "innerHTML": "<ol><li>`foo[bar]baz´</li></ol>",
16753
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><ol><li>`foo[bar]baz´</li></ol></body>",
16754
          "bodyInnerHTML": "<ol><li>`foo[bar]baz´</li></ol>",
16755
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><ol><li>`foo[bar]baz´</li></ol></body>"
16756
        },
16757
        "div": {
16758
          "valscore": 1,
16759
          "selscore": 1,
16760
          "valresult": 8,
16761
          "selresult": 5,
16762
          "output": "<ol><li>`foo[bar]baz´</li></ol>",
16763
          "innerHTML": "<ol><li>`foo[bar]baz´</li></ol>",
16764
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><ol><li>`foo[bar]baz´</li></ol></div>",
16765
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><ol><li>`foo[bar]baz´</li></ol></div>CAN<br>ARY",
16766
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><ol><li>`foo[bar]baz´</li></ol></div>CAN<br>ARY</body>"
16767
        }
16768
      },
16769
      "IUL_TEXT-1_SC": {
16770
        "dM": {
16771
          "valscore": 1,
16772
          "selscore": 1,
16773
          "valresult": 8,
16774
          "selresult": 5,
16775
          "output": "<ul><li>`foo^bar´</li></ul>",
16776
          "innerHTML": "<ul><li>`foo^bar´</li></ul>",
16777
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><ul><li>`foo^bar´</li></ul></body>",
16778
          "bodyInnerHTML": "<ul><li>`foo^bar´</li></ul>",
16779
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><ul><li>`foo^bar´</li></ul></body>"
16780
        },
16781
        "body": {
16782
          "valscore": 1,
16783
          "selscore": 1,
16784
          "valresult": 8,
16785
          "selresult": 5,
16786
          "output": "<ul><li>`foo^bar´</li></ul>",
16787
          "innerHTML": "<ul><li>`foo^bar´</li></ul>",
16788
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><ul><li>`foo^bar´</li></ul></body>",
16789
          "bodyInnerHTML": "<ul><li>`foo^bar´</li></ul>",
16790
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><ul><li>`foo^bar´</li></ul></body>"
16791
        },
16792
        "div": {
16793
          "valscore": 1,
16794
          "selscore": 1,
16795
          "valresult": 8,
16796
          "selresult": 5,
16797
          "output": "<ul><li>`foo^bar´</li></ul>",
16798
          "innerHTML": "<ul><li>`foo^bar´</li></ul>",
16799
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><ul><li>`foo^bar´</li></ul></div>",
16800
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><ul><li>`foo^bar´</li></ul></div>CAN<br>ARY",
16801
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><ul><li>`foo^bar´</li></ul></div>CAN<br>ARY</body>"
16802
        }
16803
      },
16804
      "IUL_TEXT-1_SI": {
16805
        "dM": {
16806
          "valscore": 1,
16807
          "selscore": 1,
16808
          "valresult": 8,
16809
          "selresult": 5,
16810
          "output": "<ul><li>`foo[bar]baz´</li></ul>",
16811
          "innerHTML": "<ul><li>`foo[bar]baz´</li></ul>",
16812
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><ul><li>`foo[bar]baz´</li></ul></body>",
16813
          "bodyInnerHTML": "<ul><li>`foo[bar]baz´</li></ul>",
16814
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\"><ul><li>`foo[bar]baz´</li></ul></body>"
16815
        },
16816
        "body": {
16817
          "valscore": 1,
16818
          "selscore": 1,
16819
          "valresult": 8,
16820
          "selresult": 5,
16821
          "output": "<ul><li>`foo[bar]baz´</li></ul>",
16822
          "innerHTML": "<ul><li>`foo[bar]baz´</li></ul>",
16823
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><ul><li>`foo[bar]baz´</li></ul></body>",
16824
          "bodyInnerHTML": "<ul><li>`foo[bar]baz´</li></ul>",
16825
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\"><ul><li>`foo[bar]baz´</li></ul></body>"
16826
        },
16827
        "div": {
16828
          "valscore": 1,
16829
          "selscore": 1,
16830
          "valresult": 8,
16831
          "selresult": 5,
16832
          "output": "<ul><li>`foo[bar]baz´</li></ul>",
16833
          "innerHTML": "<ul><li>`foo[bar]baz´</li></ul>",
16834
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\"><ul><li>`foo[bar]baz´</li></ul></div>",
16835
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\"><ul><li>`foo[bar]baz´</li></ul></div>CAN<br>ARY",
16836
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\"><ul><li>`foo[bar]baz´</li></ul></div>CAN<br>ARY</body>"
16837
        }
16838
      },
16839
      "IHTML:BR_TEXT-1_SC": {
16840
        "dM": {
16841
          "valscore": 1,
16842
          "selscore": 0,
16843
          "valresult": 8,
16844
          "selresult": 2,
16845
          "output": "`foo´<br>|`barbaz´",
16846
          "innerHTML": "`foo´<br>|`barbaz´",
16847
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>|`barbaz´</body>",
16848
          "bodyInnerHTML": "`foo´<br>|`barbaz´",
16849
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<br>|`barbaz´</body>"
16850
        },
16851
        "body": {
16852
          "valscore": 1,
16853
          "selscore": 0,
16854
          "valresult": 8,
16855
          "selresult": 2,
16856
          "output": "`foo´<br>|`barbaz´",
16857
          "innerHTML": "`foo´<br>|`barbaz´",
16858
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>|`barbaz´</body>",
16859
          "bodyInnerHTML": "`foo´<br>|`barbaz´",
16860
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<br>|`barbaz´</body>"
16861
        },
16862
        "div": {
16863
          "valscore": 1,
16864
          "selscore": 0,
16865
          "valresult": 8,
16866
          "selresult": 2,
16867
          "output": "`foo´<br>|`barbaz´",
16868
          "innerHTML": "`foo´<br>|`barbaz´",
16869
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<br>|`barbaz´</div>",
16870
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<br>|`barbaz´</div>CAN<br>ARY",
16871
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<br>|`barbaz´</div>CAN<br>ARY</body>"
16872
        }
16873
      },
16874
      "IHTML:text_TEXT-1_SI": {
16875
        "dM": {
16876
          "valscore": 1,
16877
          "selscore": 1,
16878
          "valresult": 8,
16879
          "selresult": 5,
16880
          "output": "`fooNEW^baz´",
16881
          "innerHTML": "`fooNEW^baz´",
16882
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fooNEW^baz´</body>",
16883
          "bodyInnerHTML": "`fooNEW^baz´",
16884
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`fooNEW^baz´</body>"
16885
        },
16886
        "body": {
16887
          "valscore": 1,
16888
          "selscore": 1,
16889
          "valresult": 8,
16890
          "selresult": 5,
16891
          "output": "`fooNEW^baz´",
16892
          "innerHTML": "`fooNEW^baz´",
16893
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fooNEW^baz´</body>",
16894
          "bodyInnerHTML": "`fooNEW^baz´",
16895
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`fooNEW^baz´</body>"
16896
        },
16897
        "div": {
16898
          "valscore": 1,
16899
          "selscore": 1,
16900
          "valresult": 8,
16901
          "selresult": 5,
16902
          "output": "`foo´`NEW^´`baz´",
16903
          "innerHTML": "`foo´`NEW^´`baz´",
16904
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´`NEW^´`baz´</div>",
16905
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´`NEW^´`baz´</div>CAN<br>ARY",
16906
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´`NEW^´`baz´</div>CAN<br>ARY</body>"
16907
        }
16908
      },
16909
      "IHTML:S_TEXT-1_SI": {
16910
        "dM": {
16911
          "valscore": 1,
16912
          "selscore": 0,
16913
          "valresult": 8,
16914
          "selresult": 2,
16915
          "output": "`foo´<span>`NEW^´</span>`baz´",
16916
          "innerHTML": "`foo´<span>`NEW^´</span>`baz´",
16917
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span>`NEW^´</span>`baz´</body>",
16918
          "bodyInnerHTML": "`foo´<span>`NEW^´</span>`baz´",
16919
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<span>`NEW^´</span>`baz´</body>"
16920
        },
16921
        "body": {
16922
          "valscore": 1,
16923
          "selscore": 0,
16924
          "valresult": 8,
16925
          "selresult": 2,
16926
          "output": "`foo´<span>`NEW^´</span>`baz´",
16927
          "innerHTML": "`foo´<span>`NEW^´</span>`baz´",
16928
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span>`NEW^´</span>`baz´</body>",
16929
          "bodyInnerHTML": "`foo´<span>`NEW^´</span>`baz´",
16930
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<span>`NEW^´</span>`baz´</body>"
16931
        },
16932
        "div": {
16933
          "valscore": 1,
16934
          "selscore": 0,
16935
          "valresult": 8,
16936
          "selresult": 2,
16937
          "output": "`foo´<span>`NEW^´</span>`baz´",
16938
          "innerHTML": "`foo´<span>`NEW^´</span>`baz´",
16939
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<span>`NEW^´</span>`baz´</div>",
16940
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<span>`NEW^´</span>`baz´</div>CAN<br>ARY",
16941
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<span>`NEW^´</span>`baz´</div>CAN<br>ARY</body>"
16942
        }
16943
      },
16944
      "IHTML:H1.H2_TEXT-1_SI": {
16945
        "dM": {
16946
          "valscore": 1,
16947
          "selscore": 0,
16948
          "valresult": 8,
16949
          "selresult": 2,
16950
          "output": "`foo´<h1>`NEW´</h1><h2>`HTML^´</h2>`baz´",
16951
          "innerHTML": "`foo´<h1>`NEW´</h1><h2>`HTML^´</h2>`baz´",
16952
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<h1>`NEW´</h1><h2>`HTML^´</h2>`baz´</body>",
16953
          "bodyInnerHTML": "`foo´<h1>`NEW´</h1><h2>`HTML^´</h2>`baz´",
16954
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<h1>`NEW´</h1><h2>`HTML^´</h2>`baz´</body>"
16955
        },
16956
        "body": {
16957
          "valscore": 1,
16958
          "selscore": 0,
16959
          "valresult": 8,
16960
          "selresult": 2,
16961
          "output": "`foo´<h1>`NEW´</h1><h2>`HTML^´</h2>`baz´",
16962
          "innerHTML": "`foo´<h1>`NEW´</h1><h2>`HTML^´</h2>`baz´",
16963
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<h1>`NEW´</h1><h2>`HTML^´</h2>`baz´</body>",
16964
          "bodyInnerHTML": "`foo´<h1>`NEW´</h1><h2>`HTML^´</h2>`baz´",
16965
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<h1>`NEW´</h1><h2>`HTML^´</h2>`baz´</body>"
16966
        },
16967
        "div": {
16968
          "valscore": 1,
16969
          "selscore": 0,
16970
          "valresult": 8,
16971
          "selresult": 2,
16972
          "output": "`foo´<h1>`NEW´</h1><h2>`HTML^´</h2>`baz´",
16973
          "innerHTML": "`foo´<h1>`NEW´</h1><h2>`HTML^´</h2>`baz´",
16974
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<h1>`NEW´</h1><h2>`HTML^´</h2>`baz´</div>",
16975
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<h1>`NEW´</h1><h2>`HTML^´</h2>`baz´</div>CAN<br>ARY",
16976
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<h1>`NEW´</h1><h2>`HTML^´</h2>`baz´</div>CAN<br>ARY</body>"
16977
        }
16978
      },
16979
      "IHTML:P-B_TEXT-1_SI": {
16980
        "dM": {
16981
          "valscore": 1,
16982
          "selscore": 0,
16983
          "valresult": 8,
16984
          "selresult": 2,
16985
          "output": "`foo´<p>`NEW´<b>`HTML´</b>`!^´</p>`baz´",
16986
          "innerHTML": "`foo´<p>`NEW´<b>`HTML´</b>`!^´</p>`baz´",
16987
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<p>`NEW´<b>`HTML´</b>`!^´</p>`baz´</body>",
16988
          "bodyInnerHTML": "`foo´<p>`NEW´<b>`HTML´</b>`!^´</p>`baz´",
16989
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" onload=\"setDesignMode()\">`foo´<p>`NEW´<b>`HTML´</b>`!^´</p>`baz´</body>"
16990
        },
16991
        "body": {
16992
          "valscore": 1,
16993
          "selscore": 0,
16994
          "valresult": 8,
16995
          "selresult": 2,
16996
          "output": "`foo´<p>`NEW´<b>`HTML´</b>`!^´</p>`baz´",
16997
          "innerHTML": "`foo´<p>`NEW´<b>`HTML´</b>`!^´</p>`baz´",
16998
          "outerHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<p>`NEW´<b>`HTML´</b>`!^´</p>`baz´</body>",
16999
          "bodyInnerHTML": "`foo´<p>`NEW´<b>`HTML´</b>`!^´</p>`baz´",
17000
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\">`foo´<p>`NEW´<b>`HTML´</b>`!^´</p>`baz´</body>"
17001
        },
17002
        "div": {
17003
          "valscore": 1,
17004
          "selscore": 0,
17005
          "valresult": 8,
17006
          "selresult": 2,
17007
          "output": "`foo´<p>`NEW´<b>`HTML´</b>`!^´</p>`baz´",
17008
          "innerHTML": "`foo´<p>`NEW´<b>`HTML´</b>`!^´</p>`baz´",
17009
          "outerHTML": "<div xmlns=\"http://www.w3.org/1999/xhtml\" contenteditable=\"true\" id=\"editor-div\">`foo´<p>`NEW´<b>`HTML´</b>`!^´</p>`baz´</div>",
17010
          "bodyInnerHTML": "CAN<br>ARY<div id=\"editor-div\" contenteditable=\"true\">`foo´<p>`NEW´<b>`HTML´</b>`!^´</p>`baz´</div>CAN<br>ARY",
17011
          "bodyOuterHTML": "<body xmlns=\"http://www.w3.org/1999/xhtml\">CAN<br>ARY<div contenteditable=\"true\" id=\"editor-div\">`foo´<p>`NEW´<b>`HTML´</b>`!^´</p>`baz´</div>CAN<br>ARY</body>"
17012
        }
17013
      }
17014
    }
17015
  },
17016
  "Q": {
17017
    "Proposed": {
17018
      "SELECTALL_TEXT-1": {
17019
        "dM": {
17020
          "valscore": 0,
17021
          "selscore": 0,
17022
          "valresult": 2,
17023
          "selresult": 3,
17024
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17025
        },
17026
        "body": {
17027
          "valscore": 0,
17028
          "selscore": 0,
17029
          "valresult": 2,
17030
          "selresult": 3,
17031
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17032
        },
17033
        "div": {
17034
          "valscore": 0,
17035
          "selscore": 0,
17036
          "valresult": 2,
17037
          "selresult": 3,
17038
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17039
        }
17040
      },
17041
      "UNSELECT_TEXT-1": {
17042
        "dM": {
17043
          "valscore": 0,
17044
          "selscore": 0,
17045
          "valresult": 2,
17046
          "selresult": 3,
17047
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17048
        },
17049
        "body": {
17050
          "valscore": 0,
17051
          "selscore": 0,
17052
          "valresult": 2,
17053
          "selresult": 3,
17054
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17055
        },
17056
        "div": {
17057
          "valscore": 0,
17058
          "selscore": 0,
17059
          "valresult": 2,
17060
          "selresult": 3,
17061
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17062
        }
17063
      },
17064
      "UNDO_TEXT-1": {
17065
        "dM": {
17066
          "valscore": 0,
17067
          "selscore": 0,
17068
          "valresult": 2,
17069
          "selresult": 3,
17070
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17071
        },
17072
        "body": {
17073
          "valscore": 0,
17074
          "selscore": 0,
17075
          "valresult": 2,
17076
          "selresult": 3,
17077
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17078
        },
17079
        "div": {
17080
          "valscore": 0,
17081
          "selscore": 0,
17082
          "valresult": 2,
17083
          "selresult": 3,
17084
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17085
        }
17086
      },
17087
      "REDO_TEXT-1": {
17088
        "dM": {
17089
          "valscore": 0,
17090
          "selscore": 0,
17091
          "valresult": 2,
17092
          "selresult": 3,
17093
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17094
        },
17095
        "body": {
17096
          "valscore": 0,
17097
          "selscore": 0,
17098
          "valresult": 2,
17099
          "selresult": 3,
17100
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17101
        },
17102
        "div": {
17103
          "valscore": 0,
17104
          "selscore": 0,
17105
          "valresult": 2,
17106
          "selresult": 3,
17107
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17108
        }
17109
      },
17110
      "BOLD_TEXT-1": {
17111
        "dM": {
17112
          "valscore": 0,
17113
          "selscore": 0,
17114
          "valresult": 2,
17115
          "selresult": 3,
17116
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17117
        },
17118
        "body": {
17119
          "valscore": 0,
17120
          "selscore": 0,
17121
          "valresult": 2,
17122
          "selresult": 3,
17123
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17124
        },
17125
        "div": {
17126
          "valscore": 0,
17127
          "selscore": 0,
17128
          "valresult": 2,
17129
          "selresult": 3,
17130
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17131
        }
17132
      },
17133
      "BOLD_B": {
17134
        "dM": {
17135
          "valscore": 0,
17136
          "selscore": 0,
17137
          "valresult": 2,
17138
          "selresult": 3,
17139
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17140
        },
17141
        "body": {
17142
          "valscore": 0,
17143
          "selscore": 0,
17144
          "valresult": 2,
17145
          "selresult": 3,
17146
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17147
        },
17148
        "div": {
17149
          "valscore": 0,
17150
          "selscore": 0,
17151
          "valresult": 2,
17152
          "selresult": 3,
17153
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17154
        }
17155
      },
17156
      "ITALIC_TEXT-1": {
17157
        "dM": {
17158
          "valscore": 0,
17159
          "selscore": 0,
17160
          "valresult": 2,
17161
          "selresult": 3,
17162
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17163
        },
17164
        "body": {
17165
          "valscore": 0,
17166
          "selscore": 0,
17167
          "valresult": 2,
17168
          "selresult": 3,
17169
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17170
        },
17171
        "div": {
17172
          "valscore": 0,
17173
          "selscore": 0,
17174
          "valresult": 2,
17175
          "selresult": 3,
17176
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17177
        }
17178
      },
17179
      "ITALIC_I": {
17180
        "dM": {
17181
          "valscore": 0,
17182
          "selscore": 0,
17183
          "valresult": 2,
17184
          "selresult": 3,
17185
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17186
        },
17187
        "body": {
17188
          "valscore": 0,
17189
          "selscore": 0,
17190
          "valresult": 2,
17191
          "selresult": 3,
17192
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17193
        },
17194
        "div": {
17195
          "valscore": 0,
17196
          "selscore": 0,
17197
          "valresult": 2,
17198
          "selresult": 3,
17199
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17200
        }
17201
      },
17202
      "UNDERLINE_TEXT-1": {
17203
        "dM": {
17204
          "valscore": 0,
17205
          "selscore": 0,
17206
          "valresult": 2,
17207
          "selresult": 3,
17208
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17209
        },
17210
        "body": {
17211
          "valscore": 0,
17212
          "selscore": 0,
17213
          "valresult": 2,
17214
          "selresult": 3,
17215
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17216
        },
17217
        "div": {
17218
          "valscore": 0,
17219
          "selscore": 0,
17220
          "valresult": 2,
17221
          "selresult": 3,
17222
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17223
        }
17224
      },
17225
      "STRIKETHROUGH_TEXT-1": {
17226
        "dM": {
17227
          "valscore": 0,
17228
          "selscore": 0,
17229
          "valresult": 2,
17230
          "selresult": 3,
17231
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17232
        },
17233
        "body": {
17234
          "valscore": 0,
17235
          "selscore": 0,
17236
          "valresult": 2,
17237
          "selresult": 3,
17238
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17239
        },
17240
        "div": {
17241
          "valscore": 0,
17242
          "selscore": 0,
17243
          "valresult": 2,
17244
          "selresult": 3,
17245
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17246
        }
17247
      },
17248
      "SUBSCRIPT_TEXT-1": {
17249
        "dM": {
17250
          "valscore": 0,
17251
          "selscore": 0,
17252
          "valresult": 2,
17253
          "selresult": 3,
17254
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17255
        },
17256
        "body": {
17257
          "valscore": 0,
17258
          "selscore": 0,
17259
          "valresult": 2,
17260
          "selresult": 3,
17261
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17262
        },
17263
        "div": {
17264
          "valscore": 0,
17265
          "selscore": 0,
17266
          "valresult": 2,
17267
          "selresult": 3,
17268
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17269
        }
17270
      },
17271
      "SUPERSCRIPT_TEXT-1": {
17272
        "dM": {
17273
          "valscore": 0,
17274
          "selscore": 0,
17275
          "valresult": 2,
17276
          "selresult": 3,
17277
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17278
        },
17279
        "body": {
17280
          "valscore": 0,
17281
          "selscore": 0,
17282
          "valresult": 2,
17283
          "selresult": 3,
17284
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17285
        },
17286
        "div": {
17287
          "valscore": 0,
17288
          "selscore": 0,
17289
          "valresult": 2,
17290
          "selresult": 3,
17291
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17292
        }
17293
      },
17294
      "FORMATBLOCK_TEXT-1": {
17295
        "dM": {
17296
          "valscore": 0,
17297
          "selscore": 0,
17298
          "valresult": 2,
17299
          "selresult": 3,
17300
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17301
        },
17302
        "body": {
17303
          "valscore": 0,
17304
          "selscore": 0,
17305
          "valresult": 2,
17306
          "selresult": 3,
17307
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17308
        },
17309
        "div": {
17310
          "valscore": 0,
17311
          "selscore": 0,
17312
          "valresult": 2,
17313
          "selresult": 3,
17314
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17315
        }
17316
      },
17317
      "CREATELINK_TEXT-1": {
17318
        "dM": {
17319
          "valscore": 0,
17320
          "selscore": 0,
17321
          "valresult": 2,
17322
          "selresult": 3,
17323
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17324
        },
17325
        "body": {
17326
          "valscore": 0,
17327
          "selscore": 0,
17328
          "valresult": 2,
17329
          "selresult": 3,
17330
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17331
        },
17332
        "div": {
17333
          "valscore": 0,
17334
          "selscore": 0,
17335
          "valresult": 2,
17336
          "selresult": 3,
17337
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17338
        }
17339
      },
17340
      "UNLINK_TEXT-1": {
17341
        "dM": {
17342
          "valscore": 0,
17343
          "selscore": 0,
17344
          "valresult": 2,
17345
          "selresult": 3,
17346
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17347
        },
17348
        "body": {
17349
          "valscore": 0,
17350
          "selscore": 0,
17351
          "valresult": 2,
17352
          "selresult": 3,
17353
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17354
        },
17355
        "div": {
17356
          "valscore": 0,
17357
          "selscore": 0,
17358
          "valresult": 2,
17359
          "selresult": 3,
17360
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17361
        }
17362
      },
17363
      "INSERTHTML_TEXT-1": {
17364
        "dM": {
17365
          "valscore": 0,
17366
          "selscore": 0,
17367
          "valresult": 2,
17368
          "selresult": 3,
17369
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17370
        },
17371
        "body": {
17372
          "valscore": 0,
17373
          "selscore": 0,
17374
          "valresult": 2,
17375
          "selresult": 3,
17376
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17377
        },
17378
        "div": {
17379
          "valscore": 0,
17380
          "selscore": 0,
17381
          "valresult": 2,
17382
          "selresult": 3,
17383
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17384
        }
17385
      },
17386
      "INSERTHORIZONTALRULE_TEXT-1": {
17387
        "dM": {
17388
          "valscore": 0,
17389
          "selscore": 0,
17390
          "valresult": 2,
17391
          "selresult": 3,
17392
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17393
        },
17394
        "body": {
17395
          "valscore": 0,
17396
          "selscore": 0,
17397
          "valresult": 2,
17398
          "selresult": 3,
17399
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17400
        },
17401
        "div": {
17402
          "valscore": 0,
17403
          "selscore": 0,
17404
          "valresult": 2,
17405
          "selresult": 3,
17406
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17407
        }
17408
      },
17409
      "INSERTIMAGE_TEXT-1": {
17410
        "dM": {
17411
          "valscore": 0,
17412
          "selscore": 0,
17413
          "valresult": 2,
17414
          "selresult": 3,
17415
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17416
        },
17417
        "body": {
17418
          "valscore": 0,
17419
          "selscore": 0,
17420
          "valresult": 2,
17421
          "selresult": 3,
17422
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17423
        },
17424
        "div": {
17425
          "valscore": 0,
17426
          "selscore": 0,
17427
          "valresult": 2,
17428
          "selresult": 3,
17429
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17430
        }
17431
      },
17432
      "INSERTLINEBREAK_TEXT-1": {
17433
        "dM": {
17434
          "valscore": 0,
17435
          "selscore": 0,
17436
          "valresult": 2,
17437
          "selresult": 3,
17438
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17439
        },
17440
        "body": {
17441
          "valscore": 0,
17442
          "selscore": 0,
17443
          "valresult": 2,
17444
          "selresult": 3,
17445
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17446
        },
17447
        "div": {
17448
          "valscore": 0,
17449
          "selscore": 0,
17450
          "valresult": 2,
17451
          "selresult": 3,
17452
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17453
        }
17454
      },
17455
      "INSERTPARAGRAPH_TEXT-1": {
17456
        "dM": {
17457
          "valscore": 0,
17458
          "selscore": 0,
17459
          "valresult": 2,
17460
          "selresult": 3,
17461
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17462
        },
17463
        "body": {
17464
          "valscore": 0,
17465
          "selscore": 0,
17466
          "valresult": 2,
17467
          "selresult": 3,
17468
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17469
        },
17470
        "div": {
17471
          "valscore": 0,
17472
          "selscore": 0,
17473
          "valresult": 2,
17474
          "selresult": 3,
17475
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17476
        }
17477
      },
17478
      "INSERTORDEREDLIST_TEXT-1": {
17479
        "dM": {
17480
          "valscore": 0,
17481
          "selscore": 0,
17482
          "valresult": 2,
17483
          "selresult": 3,
17484
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17485
        },
17486
        "body": {
17487
          "valscore": 0,
17488
          "selscore": 0,
17489
          "valresult": 2,
17490
          "selresult": 3,
17491
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17492
        },
17493
        "div": {
17494
          "valscore": 0,
17495
          "selscore": 0,
17496
          "valresult": 2,
17497
          "selresult": 3,
17498
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17499
        }
17500
      },
17501
      "INSERTUNORDEREDLIST_TEXT-1": {
17502
        "dM": {
17503
          "valscore": 0,
17504
          "selscore": 0,
17505
          "valresult": 2,
17506
          "selresult": 3,
17507
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17508
        },
17509
        "body": {
17510
          "valscore": 0,
17511
          "selscore": 0,
17512
          "valresult": 2,
17513
          "selresult": 3,
17514
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17515
        },
17516
        "div": {
17517
          "valscore": 0,
17518
          "selscore": 0,
17519
          "valresult": 2,
17520
          "selresult": 3,
17521
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17522
        }
17523
      },
17524
      "INSERTTEXT_TEXT-1": {
17525
        "dM": {
17526
          "valscore": 0,
17527
          "selscore": 0,
17528
          "valresult": 2,
17529
          "selresult": 3,
17530
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17531
        },
17532
        "body": {
17533
          "valscore": 0,
17534
          "selscore": 0,
17535
          "valresult": 2,
17536
          "selresult": 3,
17537
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17538
        },
17539
        "div": {
17540
          "valscore": 0,
17541
          "selscore": 0,
17542
          "valresult": 2,
17543
          "selresult": 3,
17544
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17545
        }
17546
      },
17547
      "DELETE_TEXT-1": {
17548
        "dM": {
17549
          "valscore": 0,
17550
          "selscore": 0,
17551
          "valresult": 2,
17552
          "selresult": 3,
17553
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17554
        },
17555
        "body": {
17556
          "valscore": 0,
17557
          "selscore": 0,
17558
          "valresult": 2,
17559
          "selresult": 3,
17560
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17561
        },
17562
        "div": {
17563
          "valscore": 0,
17564
          "selscore": 0,
17565
          "valresult": 2,
17566
          "selresult": 3,
17567
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17568
        }
17569
      },
17570
      "FORWARDDELETE_TEXT-1": {
17571
        "dM": {
17572
          "valscore": 0,
17573
          "selscore": 0,
17574
          "valresult": 2,
17575
          "selresult": 3,
17576
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17577
        },
17578
        "body": {
17579
          "valscore": 0,
17580
          "selscore": 0,
17581
          "valresult": 2,
17582
          "selresult": 3,
17583
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17584
        },
17585
        "div": {
17586
          "valscore": 0,
17587
          "selscore": 0,
17588
          "valresult": 2,
17589
          "selresult": 3,
17590
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17591
        }
17592
      },
17593
      "STYLEWITHCSS_TEXT-1": {
17594
        "dM": {
17595
          "valscore": 0,
17596
          "selscore": 0,
17597
          "valresult": 2,
17598
          "selresult": 3,
17599
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17600
        },
17601
        "body": {
17602
          "valscore": 0,
17603
          "selscore": 0,
17604
          "valresult": 2,
17605
          "selresult": 3,
17606
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17607
        },
17608
        "div": {
17609
          "valscore": 0,
17610
          "selscore": 0,
17611
          "valresult": 2,
17612
          "selresult": 3,
17613
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17614
        }
17615
      },
17616
      "CONTENTREADONLY_TEXT-1": {
17617
        "dM": {
17618
          "valscore": 0,
17619
          "selscore": 0,
17620
          "valresult": 2,
17621
          "selresult": 3,
17622
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17623
        },
17624
        "body": {
17625
          "valscore": 0,
17626
          "selscore": 0,
17627
          "valresult": 2,
17628
          "selresult": 3,
17629
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17630
        },
17631
        "div": {
17632
          "valscore": 0,
17633
          "selscore": 0,
17634
          "valresult": 2,
17635
          "selresult": 3,
17636
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17637
        }
17638
      },
17639
      "BACKCOLOR_TEXT-1": {
17640
        "dM": {
17641
          "valscore": 0,
17642
          "selscore": 0,
17643
          "valresult": 2,
17644
          "selresult": 3,
17645
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17646
        },
17647
        "body": {
17648
          "valscore": 0,
17649
          "selscore": 0,
17650
          "valresult": 2,
17651
          "selresult": 3,
17652
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17653
        },
17654
        "div": {
17655
          "valscore": 0,
17656
          "selscore": 0,
17657
          "valresult": 2,
17658
          "selresult": 3,
17659
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17660
        }
17661
      },
17662
      "FORECOLOR_TEXT-1": {
17663
        "dM": {
17664
          "valscore": 0,
17665
          "selscore": 0,
17666
          "valresult": 2,
17667
          "selresult": 3,
17668
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17669
        },
17670
        "body": {
17671
          "valscore": 0,
17672
          "selscore": 0,
17673
          "valresult": 2,
17674
          "selresult": 3,
17675
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17676
        },
17677
        "div": {
17678
          "valscore": 0,
17679
          "selscore": 0,
17680
          "valresult": 2,
17681
          "selresult": 3,
17682
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17683
        }
17684
      },
17685
      "HILITECOLOR_TEXT-1": {
17686
        "dM": {
17687
          "valscore": 0,
17688
          "selscore": 0,
17689
          "valresult": 2,
17690
          "selresult": 3,
17691
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17692
        },
17693
        "body": {
17694
          "valscore": 0,
17695
          "selscore": 0,
17696
          "valresult": 2,
17697
          "selresult": 3,
17698
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17699
        },
17700
        "div": {
17701
          "valscore": 0,
17702
          "selscore": 0,
17703
          "valresult": 2,
17704
          "selresult": 3,
17705
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17706
        }
17707
      },
17708
      "FONTNAME_TEXT-1": {
17709
        "dM": {
17710
          "valscore": 0,
17711
          "selscore": 0,
17712
          "valresult": 2,
17713
          "selresult": 3,
17714
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17715
        },
17716
        "body": {
17717
          "valscore": 0,
17718
          "selscore": 0,
17719
          "valresult": 2,
17720
          "selresult": 3,
17721
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17722
        },
17723
        "div": {
17724
          "valscore": 0,
17725
          "selscore": 0,
17726
          "valresult": 2,
17727
          "selresult": 3,
17728
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17729
        }
17730
      },
17731
      "FONTSIZE_TEXT-1": {
17732
        "dM": {
17733
          "valscore": 0,
17734
          "selscore": 0,
17735
          "valresult": 2,
17736
          "selresult": 3,
17737
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17738
        },
17739
        "body": {
17740
          "valscore": 0,
17741
          "selscore": 0,
17742
          "valresult": 2,
17743
          "selresult": 3,
17744
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17745
        },
17746
        "div": {
17747
          "valscore": 0,
17748
          "selscore": 0,
17749
          "valresult": 2,
17750
          "selresult": 3,
17751
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17752
        }
17753
      },
17754
      "INCREASEFONTSIZE_TEXT-1": {
17755
        "dM": {
17756
          "valscore": 0,
17757
          "selscore": 0,
17758
          "valresult": 2,
17759
          "selresult": 3,
17760
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17761
        },
17762
        "body": {
17763
          "valscore": 0,
17764
          "selscore": 0,
17765
          "valresult": 2,
17766
          "selresult": 3,
17767
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17768
        },
17769
        "div": {
17770
          "valscore": 0,
17771
          "selscore": 0,
17772
          "valresult": 2,
17773
          "selresult": 3,
17774
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17775
        }
17776
      },
17777
      "DECREASEFONTSIZE_TEXT-1": {
17778
        "dM": {
17779
          "valscore": 0,
17780
          "selscore": 0,
17781
          "valresult": 2,
17782
          "selresult": 3,
17783
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17784
        },
17785
        "body": {
17786
          "valscore": 0,
17787
          "selscore": 0,
17788
          "valresult": 2,
17789
          "selresult": 3,
17790
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17791
        },
17792
        "div": {
17793
          "valscore": 0,
17794
          "selscore": 0,
17795
          "valresult": 2,
17796
          "selresult": 3,
17797
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17798
        }
17799
      },
17800
      "HEADING_TEXT-1": {
17801
        "dM": {
17802
          "valscore": 0,
17803
          "selscore": 0,
17804
          "valresult": 2,
17805
          "selresult": 3,
17806
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17807
        },
17808
        "body": {
17809
          "valscore": 0,
17810
          "selscore": 0,
17811
          "valresult": 2,
17812
          "selresult": 3,
17813
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17814
        },
17815
        "div": {
17816
          "valscore": 0,
17817
          "selscore": 0,
17818
          "valresult": 2,
17819
          "selresult": 3,
17820
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17821
        }
17822
      },
17823
      "INDENT_TEXT-1": {
17824
        "dM": {
17825
          "valscore": 0,
17826
          "selscore": 0,
17827
          "valresult": 2,
17828
          "selresult": 3,
17829
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17830
        },
17831
        "body": {
17832
          "valscore": 0,
17833
          "selscore": 0,
17834
          "valresult": 2,
17835
          "selresult": 3,
17836
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17837
        },
17838
        "div": {
17839
          "valscore": 0,
17840
          "selscore": 0,
17841
          "valresult": 2,
17842
          "selresult": 3,
17843
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17844
        }
17845
      },
17846
      "OUTDENT_TEXT-1": {
17847
        "dM": {
17848
          "valscore": 0,
17849
          "selscore": 0,
17850
          "valresult": 2,
17851
          "selresult": 3,
17852
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17853
        },
17854
        "body": {
17855
          "valscore": 0,
17856
          "selscore": 0,
17857
          "valresult": 2,
17858
          "selresult": 3,
17859
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17860
        },
17861
        "div": {
17862
          "valscore": 0,
17863
          "selscore": 0,
17864
          "valresult": 2,
17865
          "selresult": 3,
17866
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17867
        }
17868
      },
17869
      "CREATEBOOKMARK_TEXT-1": {
17870
        "dM": {
17871
          "valscore": 0,
17872
          "selscore": 0,
17873
          "valresult": 2,
17874
          "selresult": 3,
17875
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17876
        },
17877
        "body": {
17878
          "valscore": 0,
17879
          "selscore": 0,
17880
          "valresult": 2,
17881
          "selresult": 3,
17882
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17883
        },
17884
        "div": {
17885
          "valscore": 0,
17886
          "selscore": 0,
17887
          "valresult": 2,
17888
          "selresult": 3,
17889
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17890
        }
17891
      },
17892
      "UNBOOKMARK_TEXT-1": {
17893
        "dM": {
17894
          "valscore": 0,
17895
          "selscore": 0,
17896
          "valresult": 2,
17897
          "selresult": 3,
17898
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17899
        },
17900
        "body": {
17901
          "valscore": 0,
17902
          "selscore": 0,
17903
          "valresult": 2,
17904
          "selresult": 3,
17905
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17906
        },
17907
        "div": {
17908
          "valscore": 0,
17909
          "selscore": 0,
17910
          "valresult": 2,
17911
          "selresult": 3,
17912
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17913
        }
17914
      },
17915
      "JUSTIFYCENTER_TEXT-1": {
17916
        "dM": {
17917
          "valscore": 0,
17918
          "selscore": 0,
17919
          "valresult": 2,
17920
          "selresult": 3,
17921
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17922
        },
17923
        "body": {
17924
          "valscore": 0,
17925
          "selscore": 0,
17926
          "valresult": 2,
17927
          "selresult": 3,
17928
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17929
        },
17930
        "div": {
17931
          "valscore": 0,
17932
          "selscore": 0,
17933
          "valresult": 2,
17934
          "selresult": 3,
17935
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17936
        }
17937
      },
17938
      "JUSTIFYFULL_TEXT-1": {
17939
        "dM": {
17940
          "valscore": 0,
17941
          "selscore": 0,
17942
          "valresult": 2,
17943
          "selresult": 3,
17944
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17945
        },
17946
        "body": {
17947
          "valscore": 0,
17948
          "selscore": 0,
17949
          "valresult": 2,
17950
          "selresult": 3,
17951
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17952
        },
17953
        "div": {
17954
          "valscore": 0,
17955
          "selscore": 0,
17956
          "valresult": 2,
17957
          "selresult": 3,
17958
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17959
        }
17960
      },
17961
      "JUSTIFYLEFT_TEXT-1": {
17962
        "dM": {
17963
          "valscore": 0,
17964
          "selscore": 0,
17965
          "valresult": 2,
17966
          "selresult": 3,
17967
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17968
        },
17969
        "body": {
17970
          "valscore": 0,
17971
          "selscore": 0,
17972
          "valresult": 2,
17973
          "selresult": 3,
17974
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17975
        },
17976
        "div": {
17977
          "valscore": 0,
17978
          "selscore": 0,
17979
          "valresult": 2,
17980
          "selresult": 3,
17981
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17982
        }
17983
      },
17984
      "JUSTIFYRIGHT_TEXT-1": {
17985
        "dM": {
17986
          "valscore": 0,
17987
          "selscore": 0,
17988
          "valresult": 2,
17989
          "selresult": 3,
17990
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17991
        },
17992
        "body": {
17993
          "valscore": 0,
17994
          "selscore": 0,
17995
          "valresult": 2,
17996
          "selresult": 3,
17997
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
17998
        },
17999
        "div": {
18000
          "valscore": 0,
18001
          "selscore": 0,
18002
          "valresult": 2,
18003
          "selresult": 3,
18004
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
18005
        }
18006
      },
18007
      "REMOVEFORMAT_TEXT-1": {
18008
        "dM": {
18009
          "valscore": 0,
18010
          "selscore": 0,
18011
          "valresult": 2,
18012
          "selresult": 3,
18013
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
18014
        },
18015
        "body": {
18016
          "valscore": 0,
18017
          "selscore": 0,
18018
          "valresult": 2,
18019
          "selresult": 3,
18020
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
18021
        },
18022
        "div": {
18023
          "valscore": 0,
18024
          "selscore": 0,
18025
          "valresult": 2,
18026
          "selresult": 3,
18027
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
18028
        }
18029
      },
18030
      "COPY_TEXT-1": {
18031
        "dM": {
18032
          "valscore": 0,
18033
          "selscore": 0,
18034
          "valresult": 2,
18035
          "selresult": 3,
18036
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
18037
        },
18038
        "body": {
18039
          "valscore": 0,
18040
          "selscore": 0,
18041
          "valresult": 2,
18042
          "selresult": 3,
18043
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
18044
        },
18045
        "div": {
18046
          "valscore": 0,
18047
          "selscore": 0,
18048
          "valresult": 2,
18049
          "selresult": 3,
18050
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
18051
        }
18052
      },
18053
      "CUT_TEXT-1": {
18054
        "dM": {
18055
          "valscore": 0,
18056
          "selscore": 0,
18057
          "valresult": 2,
18058
          "selresult": 3,
18059
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
18060
        },
18061
        "body": {
18062
          "valscore": 0,
18063
          "selscore": 0,
18064
          "valresult": 2,
18065
          "selresult": 3,
18066
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
18067
        },
18068
        "div": {
18069
          "valscore": 0,
18070
          "selscore": 0,
18071
          "valresult": 2,
18072
          "selresult": 3,
18073
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
18074
        }
18075
      },
18076
      "PASTE_TEXT-1": {
18077
        "dM": {
18078
          "valscore": 0,
18079
          "selscore": 0,
18080
          "valresult": 2,
18081
          "selresult": 3,
18082
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
18083
        },
18084
        "body": {
18085
          "valscore": 0,
18086
          "selscore": 0,
18087
          "valresult": 2,
18088
          "selresult": 3,
18089
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
18090
        },
18091
        "div": {
18092
          "valscore": 0,
18093
          "selscore": 0,
18094
          "valresult": 2,
18095
          "selresult": 3,
18096
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
18097
        }
18098
      },
18099
      "garbage-1_TEXT-1": {
18100
        "dM": {
18101
          "valscore": 0,
18102
          "selscore": 0,
18103
          "valresult": 2,
18104
          "selresult": 3,
18105
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
18106
        },
18107
        "body": {
18108
          "valscore": 0,
18109
          "selscore": 0,
18110
          "valresult": 2,
18111
          "selresult": 3,
18112
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
18113
        },
18114
        "div": {
18115
          "valscore": 0,
18116
          "selscore": 0,
18117
          "valresult": 2,
18118
          "selresult": 3,
18119
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandSupported]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 148\"  data: no]"
18120
        }
18121
      }
18122
    }
18123
  },
18124
  "QE": {
18125
    "Proposed": {
18126
      "SELECTALL_TEXT-1": {
18127
        "dM": {
18128
          "valscore": 1,
18129
          "selscore": 0,
18130
          "valresult": 8,
18131
          "selresult": 3,
18132
          "output": true
18133
        },
18134
        "body": {
18135
          "valscore": 1,
18136
          "selscore": 0,
18137
          "valresult": 8,
18138
          "selresult": 3,
18139
          "output": true
18140
        },
18141
        "div": {
18142
          "valscore": 1,
18143
          "selscore": 0,
18144
          "valresult": 8,
18145
          "selresult": 3,
18146
          "output": true
18147
        }
18148
      },
18149
      "UNSELECT_TEXT-1": {
18150
        "dM": {
18151
          "valscore": 0,
18152
          "selscore": 0,
18153
          "valresult": 2,
18154
          "selresult": 3,
18155
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18156
        },
18157
        "body": {
18158
          "valscore": 0,
18159
          "selscore": 0,
18160
          "valresult": 2,
18161
          "selresult": 3,
18162
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18163
        },
18164
        "div": {
18165
          "valscore": 0,
18166
          "selscore": 0,
18167
          "valresult": 2,
18168
          "selresult": 3,
18169
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18170
        }
18171
      },
18172
      "UNDO_TEXT-1": {
18173
        "dM": {
18174
          "valscore": 1,
18175
          "selscore": 0,
18176
          "valresult": 8,
18177
          "selresult": 3,
18178
          "output": true
18179
        },
18180
        "body": {
18181
          "valscore": 1,
18182
          "selscore": 0,
18183
          "valresult": 8,
18184
          "selresult": 3,
18185
          "output": true
18186
        },
18187
        "div": {
18188
          "valscore": 1,
18189
          "selscore": 0,
18190
          "valresult": 8,
18191
          "selresult": 3,
18192
          "output": true
18193
        }
18194
      },
18195
      "REDO_TEXT-1": {
18196
        "dM": {
18197
          "valscore": 0,
18198
          "selscore": 0,
18199
          "valresult": 6,
18200
          "selresult": 3,
18201
          "output": false
18202
        },
18203
        "body": {
18204
          "valscore": 0,
18205
          "selscore": 0,
18206
          "valresult": 6,
18207
          "selresult": 3,
18208
          "output": false
18209
        },
18210
        "div": {
18211
          "valscore": 0,
18212
          "selscore": 0,
18213
          "valresult": 6,
18214
          "selresult": 3,
18215
          "output": false
18216
        }
18217
      },
18218
      "BOLD_TEXT-1": {
18219
        "dM": {
18220
          "valscore": 1,
18221
          "selscore": 0,
18222
          "valresult": 8,
18223
          "selresult": 3,
18224
          "output": true
18225
        },
18226
        "body": {
18227
          "valscore": 1,
18228
          "selscore": 0,
18229
          "valresult": 8,
18230
          "selresult": 3,
18231
          "output": true
18232
        },
18233
        "div": {
18234
          "valscore": 1,
18235
          "selscore": 0,
18236
          "valresult": 8,
18237
          "selresult": 3,
18238
          "output": true
18239
        }
18240
      },
18241
      "ITALIC_TEXT-1": {
18242
        "dM": {
18243
          "valscore": 1,
18244
          "selscore": 0,
18245
          "valresult": 8,
18246
          "selresult": 3,
18247
          "output": true
18248
        },
18249
        "body": {
18250
          "valscore": 1,
18251
          "selscore": 0,
18252
          "valresult": 8,
18253
          "selresult": 3,
18254
          "output": true
18255
        },
18256
        "div": {
18257
          "valscore": 1,
18258
          "selscore": 0,
18259
          "valresult": 8,
18260
          "selresult": 3,
18261
          "output": true
18262
        }
18263
      },
18264
      "UNDERLINE_TEXT-1": {
18265
        "dM": {
18266
          "valscore": 1,
18267
          "selscore": 0,
18268
          "valresult": 8,
18269
          "selresult": 3,
18270
          "output": true
18271
        },
18272
        "body": {
18273
          "valscore": 1,
18274
          "selscore": 0,
18275
          "valresult": 8,
18276
          "selresult": 3,
18277
          "output": true
18278
        },
18279
        "div": {
18280
          "valscore": 1,
18281
          "selscore": 0,
18282
          "valresult": 8,
18283
          "selresult": 3,
18284
          "output": true
18285
        }
18286
      },
18287
      "STRIKETHROUGH_TEXT-1": {
18288
        "dM": {
18289
          "valscore": 1,
18290
          "selscore": 0,
18291
          "valresult": 8,
18292
          "selresult": 3,
18293
          "output": true
18294
        },
18295
        "body": {
18296
          "valscore": 1,
18297
          "selscore": 0,
18298
          "valresult": 8,
18299
          "selresult": 3,
18300
          "output": true
18301
        },
18302
        "div": {
18303
          "valscore": 1,
18304
          "selscore": 0,
18305
          "valresult": 8,
18306
          "selresult": 3,
18307
          "output": true
18308
        }
18309
      },
18310
      "SUBSCRIPT_TEXT-1": {
18311
        "dM": {
18312
          "valscore": 1,
18313
          "selscore": 0,
18314
          "valresult": 8,
18315
          "selresult": 3,
18316
          "output": true
18317
        },
18318
        "body": {
18319
          "valscore": 1,
18320
          "selscore": 0,
18321
          "valresult": 8,
18322
          "selresult": 3,
18323
          "output": true
18324
        },
18325
        "div": {
18326
          "valscore": 1,
18327
          "selscore": 0,
18328
          "valresult": 8,
18329
          "selresult": 3,
18330
          "output": true
18331
        }
18332
      },
18333
      "SUPERSCRIPT_TEXT-1": {
18334
        "dM": {
18335
          "valscore": 1,
18336
          "selscore": 0,
18337
          "valresult": 8,
18338
          "selresult": 3,
18339
          "output": true
18340
        },
18341
        "body": {
18342
          "valscore": 1,
18343
          "selscore": 0,
18344
          "valresult": 8,
18345
          "selresult": 3,
18346
          "output": true
18347
        },
18348
        "div": {
18349
          "valscore": 1,
18350
          "selscore": 0,
18351
          "valresult": 8,
18352
          "selresult": 3,
18353
          "output": true
18354
        }
18355
      },
18356
      "FORMATBLOCK_TEXT-1": {
18357
        "dM": {
18358
          "valscore": 1,
18359
          "selscore": 0,
18360
          "valresult": 8,
18361
          "selresult": 3,
18362
          "output": true
18363
        },
18364
        "body": {
18365
          "valscore": 1,
18366
          "selscore": 0,
18367
          "valresult": 8,
18368
          "selresult": 3,
18369
          "output": true
18370
        },
18371
        "div": {
18372
          "valscore": 1,
18373
          "selscore": 0,
18374
          "valresult": 8,
18375
          "selresult": 3,
18376
          "output": true
18377
        }
18378
      },
18379
      "CREATELINK_TEXT-1": {
18380
        "dM": {
18381
          "valscore": 1,
18382
          "selscore": 0,
18383
          "valresult": 8,
18384
          "selresult": 3,
18385
          "output": true
18386
        },
18387
        "body": {
18388
          "valscore": 1,
18389
          "selscore": 0,
18390
          "valresult": 8,
18391
          "selresult": 3,
18392
          "output": true
18393
        },
18394
        "div": {
18395
          "valscore": 1,
18396
          "selscore": 0,
18397
          "valresult": 8,
18398
          "selresult": 3,
18399
          "output": true
18400
        }
18401
      },
18402
      "UNLINK_TEXT-1": {
18403
        "dM": {
18404
          "valscore": 1,
18405
          "selscore": 0,
18406
          "valresult": 8,
18407
          "selresult": 3,
18408
          "output": true
18409
        },
18410
        "body": {
18411
          "valscore": 1,
18412
          "selscore": 0,
18413
          "valresult": 8,
18414
          "selresult": 3,
18415
          "output": true
18416
        },
18417
        "div": {
18418
          "valscore": 1,
18419
          "selscore": 0,
18420
          "valresult": 8,
18421
          "selresult": 3,
18422
          "output": true
18423
        }
18424
      },
18425
      "INSERTHTML_TEXT-1": {
18426
        "dM": {
18427
          "valscore": 1,
18428
          "selscore": 0,
18429
          "valresult": 8,
18430
          "selresult": 3,
18431
          "output": true
18432
        },
18433
        "body": {
18434
          "valscore": 1,
18435
          "selscore": 0,
18436
          "valresult": 8,
18437
          "selresult": 3,
18438
          "output": true
18439
        },
18440
        "div": {
18441
          "valscore": 1,
18442
          "selscore": 0,
18443
          "valresult": 8,
18444
          "selresult": 3,
18445
          "output": true
18446
        }
18447
      },
18448
      "INSERTHORIZONTALRULE_TEXT-1": {
18449
        "dM": {
18450
          "valscore": 1,
18451
          "selscore": 0,
18452
          "valresult": 8,
18453
          "selresult": 3,
18454
          "output": true
18455
        },
18456
        "body": {
18457
          "valscore": 1,
18458
          "selscore": 0,
18459
          "valresult": 8,
18460
          "selresult": 3,
18461
          "output": true
18462
        },
18463
        "div": {
18464
          "valscore": 1,
18465
          "selscore": 0,
18466
          "valresult": 8,
18467
          "selresult": 3,
18468
          "output": true
18469
        }
18470
      },
18471
      "INSERTIMAGE_TEXT-1": {
18472
        "dM": {
18473
          "valscore": 1,
18474
          "selscore": 0,
18475
          "valresult": 8,
18476
          "selresult": 3,
18477
          "output": true
18478
        },
18479
        "body": {
18480
          "valscore": 1,
18481
          "selscore": 0,
18482
          "valresult": 8,
18483
          "selresult": 3,
18484
          "output": true
18485
        },
18486
        "div": {
18487
          "valscore": 1,
18488
          "selscore": 0,
18489
          "valresult": 8,
18490
          "selresult": 3,
18491
          "output": true
18492
        }
18493
      },
18494
      "INSERTLINEBREAK_TEXT-1": {
18495
        "dM": {
18496
          "valscore": 0,
18497
          "selscore": 0,
18498
          "valresult": 2,
18499
          "selresult": 3,
18500
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18501
        },
18502
        "body": {
18503
          "valscore": 0,
18504
          "selscore": 0,
18505
          "valresult": 2,
18506
          "selresult": 3,
18507
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18508
        },
18509
        "div": {
18510
          "valscore": 0,
18511
          "selscore": 0,
18512
          "valresult": 2,
18513
          "selresult": 3,
18514
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18515
        }
18516
      },
18517
      "INSERTPARAGRAPH_TEXT-1": {
18518
        "dM": {
18519
          "valscore": 1,
18520
          "selscore": 0,
18521
          "valresult": 8,
18522
          "selresult": 3,
18523
          "output": true
18524
        },
18525
        "body": {
18526
          "valscore": 1,
18527
          "selscore": 0,
18528
          "valresult": 8,
18529
          "selresult": 3,
18530
          "output": true
18531
        },
18532
        "div": {
18533
          "valscore": 1,
18534
          "selscore": 0,
18535
          "valresult": 8,
18536
          "selresult": 3,
18537
          "output": true
18538
        }
18539
      },
18540
      "INSERTORDEREDLIST_TEXT-1": {
18541
        "dM": {
18542
          "valscore": 1,
18543
          "selscore": 0,
18544
          "valresult": 8,
18545
          "selresult": 3,
18546
          "output": true
18547
        },
18548
        "body": {
18549
          "valscore": 1,
18550
          "selscore": 0,
18551
          "valresult": 8,
18552
          "selresult": 3,
18553
          "output": true
18554
        },
18555
        "div": {
18556
          "valscore": 1,
18557
          "selscore": 0,
18558
          "valresult": 8,
18559
          "selresult": 3,
18560
          "output": true
18561
        }
18562
      },
18563
      "INSERTUNORDEREDLIST_TEXT-1": {
18564
        "dM": {
18565
          "valscore": 1,
18566
          "selscore": 0,
18567
          "valresult": 8,
18568
          "selresult": 3,
18569
          "output": true
18570
        },
18571
        "body": {
18572
          "valscore": 1,
18573
          "selscore": 0,
18574
          "valresult": 8,
18575
          "selresult": 3,
18576
          "output": true
18577
        },
18578
        "div": {
18579
          "valscore": 1,
18580
          "selscore": 0,
18581
          "valresult": 8,
18582
          "selresult": 3,
18583
          "output": true
18584
        }
18585
      },
18586
      "INSERTTEXT_TEXT-1": {
18587
        "dM": {
18588
          "valscore": 0,
18589
          "selscore": 0,
18590
          "valresult": 2,
18591
          "selresult": 3,
18592
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18593
        },
18594
        "body": {
18595
          "valscore": 0,
18596
          "selscore": 0,
18597
          "valresult": 2,
18598
          "selresult": 3,
18599
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18600
        },
18601
        "div": {
18602
          "valscore": 0,
18603
          "selscore": 0,
18604
          "valresult": 2,
18605
          "selresult": 3,
18606
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18607
        }
18608
      },
18609
      "DELETE_TEXT-1": {
18610
        "dM": {
18611
          "valscore": 1,
18612
          "selscore": 0,
18613
          "valresult": 8,
18614
          "selresult": 3,
18615
          "output": true
18616
        },
18617
        "body": {
18618
          "valscore": 1,
18619
          "selscore": 0,
18620
          "valresult": 8,
18621
          "selresult": 3,
18622
          "output": true
18623
        },
18624
        "div": {
18625
          "valscore": 1,
18626
          "selscore": 0,
18627
          "valresult": 8,
18628
          "selresult": 3,
18629
          "output": true
18630
        }
18631
      },
18632
      "FORWARDDELETE_TEXT-1": {
18633
        "dM": {
18634
          "valscore": 0,
18635
          "selscore": 0,
18636
          "valresult": 2,
18637
          "selresult": 3,
18638
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18639
        },
18640
        "body": {
18641
          "valscore": 0,
18642
          "selscore": 0,
18643
          "valresult": 2,
18644
          "selresult": 3,
18645
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18646
        },
18647
        "div": {
18648
          "valscore": 0,
18649
          "selscore": 0,
18650
          "valresult": 2,
18651
          "selresult": 3,
18652
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18653
        }
18654
      },
18655
      "STYLEWITHCSS_TEXT-1": {
18656
        "dM": {
18657
          "valscore": 1,
18658
          "selscore": 0,
18659
          "valresult": 8,
18660
          "selresult": 3,
18661
          "output": true
18662
        },
18663
        "body": {
18664
          "valscore": 1,
18665
          "selscore": 0,
18666
          "valresult": 8,
18667
          "selresult": 3,
18668
          "output": true
18669
        },
18670
        "div": {
18671
          "valscore": 1,
18672
          "selscore": 0,
18673
          "valresult": 8,
18674
          "selresult": 3,
18675
          "output": true
18676
        }
18677
      },
18678
      "CONTENTREADONLY_TEXT-1": {
18679
        "dM": {
18680
          "valscore": 1,
18681
          "selscore": 0,
18682
          "valresult": 8,
18683
          "selresult": 3,
18684
          "output": true
18685
        },
18686
        "body": {
18687
          "valscore": 1,
18688
          "selscore": 0,
18689
          "valresult": 8,
18690
          "selresult": 3,
18691
          "output": true
18692
        },
18693
        "div": {
18694
          "valscore": 1,
18695
          "selscore": 0,
18696
          "valresult": 8,
18697
          "selresult": 3,
18698
          "output": true
18699
        }
18700
      },
18701
      "BACKCOLOR_TEXT-1": {
18702
        "dM": {
18703
          "valscore": 1,
18704
          "selscore": 0,
18705
          "valresult": 8,
18706
          "selresult": 3,
18707
          "output": true
18708
        },
18709
        "body": {
18710
          "valscore": 1,
18711
          "selscore": 0,
18712
          "valresult": 8,
18713
          "selresult": 3,
18714
          "output": true
18715
        },
18716
        "div": {
18717
          "valscore": 1,
18718
          "selscore": 0,
18719
          "valresult": 8,
18720
          "selresult": 3,
18721
          "output": true
18722
        }
18723
      },
18724
      "FORECOLOR_TEXT-1": {
18725
        "dM": {
18726
          "valscore": 1,
18727
          "selscore": 0,
18728
          "valresult": 8,
18729
          "selresult": 3,
18730
          "output": true
18731
        },
18732
        "body": {
18733
          "valscore": 1,
18734
          "selscore": 0,
18735
          "valresult": 8,
18736
          "selresult": 3,
18737
          "output": true
18738
        },
18739
        "div": {
18740
          "valscore": 1,
18741
          "selscore": 0,
18742
          "valresult": 8,
18743
          "selresult": 3,
18744
          "output": true
18745
        }
18746
      },
18747
      "HILITECOLOR_TEXT-1": {
18748
        "dM": {
18749
          "valscore": 1,
18750
          "selscore": 0,
18751
          "valresult": 8,
18752
          "selresult": 3,
18753
          "output": true
18754
        },
18755
        "body": {
18756
          "valscore": 1,
18757
          "selscore": 0,
18758
          "valresult": 8,
18759
          "selresult": 3,
18760
          "output": true
18761
        },
18762
        "div": {
18763
          "valscore": 1,
18764
          "selscore": 0,
18765
          "valresult": 8,
18766
          "selresult": 3,
18767
          "output": true
18768
        }
18769
      },
18770
      "FONTNAME_TEXT-1": {
18771
        "dM": {
18772
          "valscore": 1,
18773
          "selscore": 0,
18774
          "valresult": 8,
18775
          "selresult": 3,
18776
          "output": true
18777
        },
18778
        "body": {
18779
          "valscore": 1,
18780
          "selscore": 0,
18781
          "valresult": 8,
18782
          "selresult": 3,
18783
          "output": true
18784
        },
18785
        "div": {
18786
          "valscore": 1,
18787
          "selscore": 0,
18788
          "valresult": 8,
18789
          "selresult": 3,
18790
          "output": true
18791
        }
18792
      },
18793
      "FONTSIZE_TEXT-1": {
18794
        "dM": {
18795
          "valscore": 1,
18796
          "selscore": 0,
18797
          "valresult": 8,
18798
          "selresult": 3,
18799
          "output": true
18800
        },
18801
        "body": {
18802
          "valscore": 1,
18803
          "selscore": 0,
18804
          "valresult": 8,
18805
          "selresult": 3,
18806
          "output": true
18807
        },
18808
        "div": {
18809
          "valscore": 1,
18810
          "selscore": 0,
18811
          "valresult": 8,
18812
          "selresult": 3,
18813
          "output": true
18814
        }
18815
      },
18816
      "INCREASEFONTSIZE_TEXT-1": {
18817
        "dM": {
18818
          "valscore": 1,
18819
          "selscore": 0,
18820
          "valresult": 8,
18821
          "selresult": 3,
18822
          "output": true
18823
        },
18824
        "body": {
18825
          "valscore": 1,
18826
          "selscore": 0,
18827
          "valresult": 8,
18828
          "selresult": 3,
18829
          "output": true
18830
        },
18831
        "div": {
18832
          "valscore": 1,
18833
          "selscore": 0,
18834
          "valresult": 8,
18835
          "selresult": 3,
18836
          "output": true
18837
        }
18838
      },
18839
      "DECREASEFONTSIZE_TEXT-1": {
18840
        "dM": {
18841
          "valscore": 1,
18842
          "selscore": 0,
18843
          "valresult": 8,
18844
          "selresult": 3,
18845
          "output": true
18846
        },
18847
        "body": {
18848
          "valscore": 1,
18849
          "selscore": 0,
18850
          "valresult": 8,
18851
          "selresult": 3,
18852
          "output": true
18853
        },
18854
        "div": {
18855
          "valscore": 1,
18856
          "selscore": 0,
18857
          "valresult": 8,
18858
          "selresult": 3,
18859
          "output": true
18860
        }
18861
      },
18862
      "HEADING_TEXT-1": {
18863
        "dM": {
18864
          "valscore": 1,
18865
          "selscore": 0,
18866
          "valresult": 8,
18867
          "selresult": 3,
18868
          "output": true
18869
        },
18870
        "body": {
18871
          "valscore": 1,
18872
          "selscore": 0,
18873
          "valresult": 8,
18874
          "selresult": 3,
18875
          "output": true
18876
        },
18877
        "div": {
18878
          "valscore": 1,
18879
          "selscore": 0,
18880
          "valresult": 8,
18881
          "selresult": 3,
18882
          "output": true
18883
        }
18884
      },
18885
      "INDENT_TEXT-1": {
18886
        "dM": {
18887
          "valscore": 1,
18888
          "selscore": 0,
18889
          "valresult": 8,
18890
          "selresult": 3,
18891
          "output": true
18892
        },
18893
        "body": {
18894
          "valscore": 1,
18895
          "selscore": 0,
18896
          "valresult": 8,
18897
          "selresult": 3,
18898
          "output": true
18899
        },
18900
        "div": {
18901
          "valscore": 1,
18902
          "selscore": 0,
18903
          "valresult": 8,
18904
          "selresult": 3,
18905
          "output": true
18906
        }
18907
      },
18908
      "OUTDENT_TEXT-1": {
18909
        "dM": {
18910
          "valscore": 0,
18911
          "selscore": 0,
18912
          "valresult": 6,
18913
          "selresult": 3,
18914
          "output": false
18915
        },
18916
        "body": {
18917
          "valscore": 0,
18918
          "selscore": 0,
18919
          "valresult": 6,
18920
          "selresult": 3,
18921
          "output": false
18922
        },
18923
        "div": {
18924
          "valscore": 0,
18925
          "selscore": 0,
18926
          "valresult": 6,
18927
          "selresult": 3,
18928
          "output": false
18929
        }
18930
      },
18931
      "CREATEBOOKMARK_TEXT-1": {
18932
        "dM": {
18933
          "valscore": 0,
18934
          "selscore": 0,
18935
          "valresult": 2,
18936
          "selresult": 3,
18937
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18938
        },
18939
        "body": {
18940
          "valscore": 0,
18941
          "selscore": 0,
18942
          "valresult": 2,
18943
          "selresult": 3,
18944
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18945
        },
18946
        "div": {
18947
          "valscore": 0,
18948
          "selscore": 0,
18949
          "valresult": 2,
18950
          "selresult": 3,
18951
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18952
        }
18953
      },
18954
      "UNBOOKMARK_TEXT-1": {
18955
        "dM": {
18956
          "valscore": 0,
18957
          "selscore": 0,
18958
          "valresult": 2,
18959
          "selresult": 3,
18960
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18961
        },
18962
        "body": {
18963
          "valscore": 0,
18964
          "selscore": 0,
18965
          "valresult": 2,
18966
          "selresult": 3,
18967
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18968
        },
18969
        "div": {
18970
          "valscore": 0,
18971
          "selscore": 0,
18972
          "valresult": 2,
18973
          "selresult": 3,
18974
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
18975
        }
18976
      },
18977
      "JUSTIFYCENTER_TEXT-1": {
18978
        "dM": {
18979
          "valscore": 1,
18980
          "selscore": 0,
18981
          "valresult": 8,
18982
          "selresult": 3,
18983
          "output": true
18984
        },
18985
        "body": {
18986
          "valscore": 1,
18987
          "selscore": 0,
18988
          "valresult": 8,
18989
          "selresult": 3,
18990
          "output": true
18991
        },
18992
        "div": {
18993
          "valscore": 1,
18994
          "selscore": 0,
18995
          "valresult": 8,
18996
          "selresult": 3,
18997
          "output": true
18998
        }
18999
      },
19000
      "JUSTIFYFULL_TEXT-1": {
19001
        "dM": {
19002
          "valscore": 1,
19003
          "selscore": 0,
19004
          "valresult": 8,
19005
          "selresult": 3,
19006
          "output": true
19007
        },
19008
        "body": {
19009
          "valscore": 1,
19010
          "selscore": 0,
19011
          "valresult": 8,
19012
          "selresult": 3,
19013
          "output": true
19014
        },
19015
        "div": {
19016
          "valscore": 1,
19017
          "selscore": 0,
19018
          "valresult": 8,
19019
          "selresult": 3,
19020
          "output": true
19021
        }
19022
      },
19023
      "JUSTIFYLEFT_TEXT-1": {
19024
        "dM": {
19025
          "valscore": 1,
19026
          "selscore": 0,
19027
          "valresult": 8,
19028
          "selresult": 3,
19029
          "output": true
19030
        },
19031
        "body": {
19032
          "valscore": 1,
19033
          "selscore": 0,
19034
          "valresult": 8,
19035
          "selresult": 3,
19036
          "output": true
19037
        },
19038
        "div": {
19039
          "valscore": 1,
19040
          "selscore": 0,
19041
          "valresult": 8,
19042
          "selresult": 3,
19043
          "output": true
19044
        }
19045
      },
19046
      "JUSTIFYRIGHT_TEXT-1": {
19047
        "dM": {
19048
          "valscore": 1,
19049
          "selscore": 0,
19050
          "valresult": 8,
19051
          "selresult": 3,
19052
          "output": true
19053
        },
19054
        "body": {
19055
          "valscore": 1,
19056
          "selscore": 0,
19057
          "valresult": 8,
19058
          "selresult": 3,
19059
          "output": true
19060
        },
19061
        "div": {
19062
          "valscore": 1,
19063
          "selscore": 0,
19064
          "valresult": 8,
19065
          "selresult": 3,
19066
          "output": true
19067
        }
19068
      },
19069
      "REMOVEFORMAT_TEXT-1": {
19070
        "dM": {
19071
          "valscore": 1,
19072
          "selscore": 0,
19073
          "valresult": 8,
19074
          "selresult": 3,
19075
          "output": true
19076
        },
19077
        "body": {
19078
          "valscore": 1,
19079
          "selscore": 0,
19080
          "valresult": 8,
19081
          "selresult": 3,
19082
          "output": true
19083
        },
19084
        "div": {
19085
          "valscore": 1,
19086
          "selscore": 0,
19087
          "valresult": 8,
19088
          "selresult": 3,
19089
          "output": true
19090
        }
19091
      },
19092
      "COPY_TEXT-1": {
19093
        "dM": {
19094
          "valscore": 1,
19095
          "selscore": 0,
19096
          "valresult": 8,
19097
          "selresult": 3,
19098
          "output": true
19099
        },
19100
        "body": {
19101
          "valscore": 1,
19102
          "selscore": 0,
19103
          "valresult": 8,
19104
          "selresult": 3,
19105
          "output": true
19106
        },
19107
        "div": {
19108
          "valscore": 1,
19109
          "selscore": 0,
19110
          "valresult": 8,
19111
          "selresult": 3,
19112
          "output": true
19113
        }
19114
      },
19115
      "CUT_TEXT-1": {
19116
        "dM": {
19117
          "valscore": 1,
19118
          "selscore": 0,
19119
          "valresult": 8,
19120
          "selresult": 3,
19121
          "output": true
19122
        },
19123
        "body": {
19124
          "valscore": 1,
19125
          "selscore": 0,
19126
          "valresult": 8,
19127
          "selresult": 3,
19128
          "output": true
19129
        },
19130
        "div": {
19131
          "valscore": 1,
19132
          "selscore": 0,
19133
          "valresult": 8,
19134
          "selresult": 3,
19135
          "output": true
19136
        }
19137
      },
19138
      "PASTE_TEXT-1": {
19139
        "dM": {
19140
          "valscore": 1,
19141
          "selscore": 0,
19142
          "valresult": 8,
19143
          "selresult": 3,
19144
          "output": true
19145
        },
19146
        "body": {
19147
          "valscore": 1,
19148
          "selscore": 0,
19149
          "valresult": 8,
19150
          "selresult": 3,
19151
          "output": true
19152
        },
19153
        "div": {
19154
          "valscore": 1,
19155
          "selscore": 0,
19156
          "valresult": 8,
19157
          "selresult": 3,
19158
          "output": true
19159
        }
19160
      },
19161
      "garbage-1_TEXT-1": {
19162
        "dM": {
19163
          "valscore": 0,
19164
          "selscore": 0,
19165
          "valresult": 2,
19166
          "selresult": 3,
19167
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
19168
        },
19169
        "body": {
19170
          "valscore": 0,
19171
          "selscore": 0,
19172
          "valresult": 2,
19173
          "selresult": 3,
19174
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
19175
        },
19176
        "div": {
19177
          "valscore": 0,
19178
          "selscore": 0,
19179
          "valresult": 2,
19180
          "selresult": 3,
19181
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandEnabled]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 150\"  data: no]"
19182
        }
19183
      }
19184
    }
19185
  },
19186
  "QI": {
19187
    "Proposed": {
19188
      "SELECTALL_TEXT-1": {
19189
        "dM": {
19190
          "valscore": 0,
19191
          "selscore": 0,
19192
          "valresult": 2,
19193
          "selresult": 3,
19194
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19195
        },
19196
        "body": {
19197
          "valscore": 0,
19198
          "selscore": 0,
19199
          "valresult": 2,
19200
          "selresult": 3,
19201
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19202
        },
19203
        "div": {
19204
          "valscore": 0,
19205
          "selscore": 0,
19206
          "valresult": 2,
19207
          "selresult": 3,
19208
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19209
        }
19210
      },
19211
      "UNSELECT_TEXT-1": {
19212
        "dM": {
19213
          "valscore": 0,
19214
          "selscore": 0,
19215
          "valresult": 2,
19216
          "selresult": 3,
19217
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19218
        },
19219
        "body": {
19220
          "valscore": 0,
19221
          "selscore": 0,
19222
          "valresult": 2,
19223
          "selresult": 3,
19224
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19225
        },
19226
        "div": {
19227
          "valscore": 0,
19228
          "selscore": 0,
19229
          "valresult": 2,
19230
          "selresult": 3,
19231
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19232
        }
19233
      },
19234
      "UNDO_TEXT-1": {
19235
        "dM": {
19236
          "valscore": 0,
19237
          "selscore": 0,
19238
          "valresult": 2,
19239
          "selresult": 3,
19240
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19241
        },
19242
        "body": {
19243
          "valscore": 0,
19244
          "selscore": 0,
19245
          "valresult": 2,
19246
          "selresult": 3,
19247
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19248
        },
19249
        "div": {
19250
          "valscore": 0,
19251
          "selscore": 0,
19252
          "valresult": 2,
19253
          "selresult": 3,
19254
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19255
        }
19256
      },
19257
      "REDO_TEXT-1": {
19258
        "dM": {
19259
          "valscore": 0,
19260
          "selscore": 0,
19261
          "valresult": 2,
19262
          "selresult": 3,
19263
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19264
        },
19265
        "body": {
19266
          "valscore": 0,
19267
          "selscore": 0,
19268
          "valresult": 2,
19269
          "selresult": 3,
19270
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19271
        },
19272
        "div": {
19273
          "valscore": 0,
19274
          "selscore": 0,
19275
          "valresult": 2,
19276
          "selresult": 3,
19277
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19278
        }
19279
      },
19280
      "BOLD_TEXT-1": {
19281
        "dM": {
19282
          "valscore": 1,
19283
          "selscore": 0,
19284
          "valresult": 8,
19285
          "selresult": 3,
19286
          "output": false
19287
        },
19288
        "body": {
19289
          "valscore": 1,
19290
          "selscore": 0,
19291
          "valresult": 8,
19292
          "selresult": 3,
19293
          "output": false
19294
        },
19295
        "div": {
19296
          "valscore": 1,
19297
          "selscore": 0,
19298
          "valresult": 8,
19299
          "selresult": 3,
19300
          "output": false
19301
        }
19302
      },
19303
      "ITALIC_TEXT-1": {
19304
        "dM": {
19305
          "valscore": 1,
19306
          "selscore": 0,
19307
          "valresult": 8,
19308
          "selresult": 3,
19309
          "output": false
19310
        },
19311
        "body": {
19312
          "valscore": 1,
19313
          "selscore": 0,
19314
          "valresult": 8,
19315
          "selresult": 3,
19316
          "output": false
19317
        },
19318
        "div": {
19319
          "valscore": 1,
19320
          "selscore": 0,
19321
          "valresult": 8,
19322
          "selresult": 3,
19323
          "output": false
19324
        }
19325
      },
19326
      "UNDERLINE_TEXT-1": {
19327
        "dM": {
19328
          "valscore": 1,
19329
          "selscore": 0,
19330
          "valresult": 8,
19331
          "selresult": 3,
19332
          "output": false
19333
        },
19334
        "body": {
19335
          "valscore": 1,
19336
          "selscore": 0,
19337
          "valresult": 8,
19338
          "selresult": 3,
19339
          "output": false
19340
        },
19341
        "div": {
19342
          "valscore": 1,
19343
          "selscore": 0,
19344
          "valresult": 8,
19345
          "selresult": 3,
19346
          "output": false
19347
        }
19348
      },
19349
      "STRIKETHROUGH_TEXT-1": {
19350
        "dM": {
19351
          "valscore": 1,
19352
          "selscore": 0,
19353
          "valresult": 8,
19354
          "selresult": 3,
19355
          "output": false
19356
        },
19357
        "body": {
19358
          "valscore": 1,
19359
          "selscore": 0,
19360
          "valresult": 8,
19361
          "selresult": 3,
19362
          "output": false
19363
        },
19364
        "div": {
19365
          "valscore": 1,
19366
          "selscore": 0,
19367
          "valresult": 8,
19368
          "selresult": 3,
19369
          "output": false
19370
        }
19371
      },
19372
      "SUBSCRIPT_TEXT-1": {
19373
        "dM": {
19374
          "valscore": 1,
19375
          "selscore": 0,
19376
          "valresult": 8,
19377
          "selresult": 3,
19378
          "output": false
19379
        },
19380
        "body": {
19381
          "valscore": 1,
19382
          "selscore": 0,
19383
          "valresult": 8,
19384
          "selresult": 3,
19385
          "output": false
19386
        },
19387
        "div": {
19388
          "valscore": 1,
19389
          "selscore": 0,
19390
          "valresult": 8,
19391
          "selresult": 3,
19392
          "output": false
19393
        }
19394
      },
19395
      "SUPERSCRIPT_TEXT-1": {
19396
        "dM": {
19397
          "valscore": 1,
19398
          "selscore": 0,
19399
          "valresult": 8,
19400
          "selresult": 3,
19401
          "output": false
19402
        },
19403
        "body": {
19404
          "valscore": 1,
19405
          "selscore": 0,
19406
          "valresult": 8,
19407
          "selresult": 3,
19408
          "output": false
19409
        },
19410
        "div": {
19411
          "valscore": 1,
19412
          "selscore": 0,
19413
          "valresult": 8,
19414
          "selresult": 3,
19415
          "output": false
19416
        }
19417
      },
19418
      "FORMATBLOCK_TEXT-1": {
19419
        "dM": {
19420
          "valscore": 0,
19421
          "selscore": 0,
19422
          "valresult": 2,
19423
          "selresult": 3,
19424
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19425
        },
19426
        "body": {
19427
          "valscore": 0,
19428
          "selscore": 0,
19429
          "valresult": 2,
19430
          "selresult": 3,
19431
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19432
        },
19433
        "div": {
19434
          "valscore": 0,
19435
          "selscore": 0,
19436
          "valresult": 2,
19437
          "selresult": 3,
19438
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19439
        }
19440
      },
19441
      "CREATELINK_TEXT-1": {
19442
        "dM": {
19443
          "valscore": 0,
19444
          "selscore": 0,
19445
          "valresult": 2,
19446
          "selresult": 3,
19447
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19448
        },
19449
        "body": {
19450
          "valscore": 0,
19451
          "selscore": 0,
19452
          "valresult": 2,
19453
          "selresult": 3,
19454
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19455
        },
19456
        "div": {
19457
          "valscore": 0,
19458
          "selscore": 0,
19459
          "valresult": 2,
19460
          "selresult": 3,
19461
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19462
        }
19463
      },
19464
      "UNLINK_TEXT-1": {
19465
        "dM": {
19466
          "valscore": 1,
19467
          "selscore": 0,
19468
          "valresult": 8,
19469
          "selresult": 3,
19470
          "output": false
19471
        },
19472
        "body": {
19473
          "valscore": 1,
19474
          "selscore": 0,
19475
          "valresult": 8,
19476
          "selresult": 3,
19477
          "output": false
19478
        },
19479
        "div": {
19480
          "valscore": 1,
19481
          "selscore": 0,
19482
          "valresult": 8,
19483
          "selresult": 3,
19484
          "output": false
19485
        }
19486
      },
19487
      "INSERTHTML_TEXT-1": {
19488
        "dM": {
19489
          "valscore": 0,
19490
          "selscore": 0,
19491
          "valresult": 2,
19492
          "selresult": 3,
19493
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19494
        },
19495
        "body": {
19496
          "valscore": 0,
19497
          "selscore": 0,
19498
          "valresult": 2,
19499
          "selresult": 3,
19500
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19501
        },
19502
        "div": {
19503
          "valscore": 0,
19504
          "selscore": 0,
19505
          "valresult": 2,
19506
          "selresult": 3,
19507
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19508
        }
19509
      },
19510
      "INSERTHORIZONTALRULE_TEXT-1": {
19511
        "dM": {
19512
          "valscore": 0,
19513
          "selscore": 0,
19514
          "valresult": 2,
19515
          "selresult": 3,
19516
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19517
        },
19518
        "body": {
19519
          "valscore": 0,
19520
          "selscore": 0,
19521
          "valresult": 2,
19522
          "selresult": 3,
19523
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19524
        },
19525
        "div": {
19526
          "valscore": 0,
19527
          "selscore": 0,
19528
          "valresult": 2,
19529
          "selresult": 3,
19530
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19531
        }
19532
      },
19533
      "INSERTIMAGE_TEXT-1": {
19534
        "dM": {
19535
          "valscore": 0,
19536
          "selscore": 0,
19537
          "valresult": 2,
19538
          "selresult": 3,
19539
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19540
        },
19541
        "body": {
19542
          "valscore": 0,
19543
          "selscore": 0,
19544
          "valresult": 2,
19545
          "selresult": 3,
19546
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19547
        },
19548
        "div": {
19549
          "valscore": 0,
19550
          "selscore": 0,
19551
          "valresult": 2,
19552
          "selresult": 3,
19553
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19554
        }
19555
      },
19556
      "INSERTLINEBREAK_TEXT-1": {
19557
        "dM": {
19558
          "valscore": 0,
19559
          "selscore": 0,
19560
          "valresult": 2,
19561
          "selresult": 3,
19562
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19563
        },
19564
        "body": {
19565
          "valscore": 0,
19566
          "selscore": 0,
19567
          "valresult": 2,
19568
          "selresult": 3,
19569
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19570
        },
19571
        "div": {
19572
          "valscore": 0,
19573
          "selscore": 0,
19574
          "valresult": 2,
19575
          "selresult": 3,
19576
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19577
        }
19578
      },
19579
      "INSERTPARAGRAPH_TEXT-1": {
19580
        "dM": {
19581
          "valscore": 1,
19582
          "selscore": 0,
19583
          "valresult": 8,
19584
          "selresult": 3,
19585
          "output": false
19586
        },
19587
        "body": {
19588
          "valscore": 1,
19589
          "selscore": 0,
19590
          "valresult": 8,
19591
          "selresult": 3,
19592
          "output": false
19593
        },
19594
        "div": {
19595
          "valscore": 1,
19596
          "selscore": 0,
19597
          "valresult": 8,
19598
          "selresult": 3,
19599
          "output": false
19600
        }
19601
      },
19602
      "INSERTORDEREDLIST_TEXT-1": {
19603
        "dM": {
19604
          "valscore": 1,
19605
          "selscore": 0,
19606
          "valresult": 8,
19607
          "selresult": 3,
19608
          "output": false
19609
        },
19610
        "body": {
19611
          "valscore": 1,
19612
          "selscore": 0,
19613
          "valresult": 8,
19614
          "selresult": 3,
19615
          "output": false
19616
        },
19617
        "div": {
19618
          "valscore": 1,
19619
          "selscore": 0,
19620
          "valresult": 8,
19621
          "selresult": 3,
19622
          "output": false
19623
        }
19624
      },
19625
      "INSERTUNORDEREDLIST_TEXT-1": {
19626
        "dM": {
19627
          "valscore": 1,
19628
          "selscore": 0,
19629
          "valresult": 8,
19630
          "selresult": 3,
19631
          "output": false
19632
        },
19633
        "body": {
19634
          "valscore": 1,
19635
          "selscore": 0,
19636
          "valresult": 8,
19637
          "selresult": 3,
19638
          "output": false
19639
        },
19640
        "div": {
19641
          "valscore": 1,
19642
          "selscore": 0,
19643
          "valresult": 8,
19644
          "selresult": 3,
19645
          "output": false
19646
        }
19647
      },
19648
      "INSERTTEXT_TEXT-1": {
19649
        "dM": {
19650
          "valscore": 0,
19651
          "selscore": 0,
19652
          "valresult": 2,
19653
          "selresult": 3,
19654
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19655
        },
19656
        "body": {
19657
          "valscore": 0,
19658
          "selscore": 0,
19659
          "valresult": 2,
19660
          "selresult": 3,
19661
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19662
        },
19663
        "div": {
19664
          "valscore": 0,
19665
          "selscore": 0,
19666
          "valresult": 2,
19667
          "selresult": 3,
19668
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19669
        }
19670
      },
19671
      "DELETE_TEXT-1": {
19672
        "dM": {
19673
          "valscore": 0,
19674
          "selscore": 0,
19675
          "valresult": 2,
19676
          "selresult": 3,
19677
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19678
        },
19679
        "body": {
19680
          "valscore": 0,
19681
          "selscore": 0,
19682
          "valresult": 2,
19683
          "selresult": 3,
19684
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19685
        },
19686
        "div": {
19687
          "valscore": 0,
19688
          "selscore": 0,
19689
          "valresult": 2,
19690
          "selresult": 3,
19691
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19692
        }
19693
      },
19694
      "FORWARDDELETE_TEXT-1": {
19695
        "dM": {
19696
          "valscore": 0,
19697
          "selscore": 0,
19698
          "valresult": 2,
19699
          "selresult": 3,
19700
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19701
        },
19702
        "body": {
19703
          "valscore": 0,
19704
          "selscore": 0,
19705
          "valresult": 2,
19706
          "selresult": 3,
19707
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19708
        },
19709
        "div": {
19710
          "valscore": 0,
19711
          "selscore": 0,
19712
          "valresult": 2,
19713
          "selresult": 3,
19714
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19715
        }
19716
      },
19717
      "STYLEWITHCSS_TEXT-1": {
19718
        "dM": {
19719
          "valscore": 0,
19720
          "selscore": 0,
19721
          "valresult": 2,
19722
          "selresult": 3,
19723
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19724
        },
19725
        "body": {
19726
          "valscore": 0,
19727
          "selscore": 0,
19728
          "valresult": 2,
19729
          "selresult": 3,
19730
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19731
        },
19732
        "div": {
19733
          "valscore": 0,
19734
          "selscore": 0,
19735
          "valresult": 2,
19736
          "selresult": 3,
19737
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19738
        }
19739
      },
19740
      "CONTENTREADONLY_TEXT-1": {
19741
        "dM": {
19742
          "valscore": 0,
19743
          "selscore": 0,
19744
          "valresult": 2,
19745
          "selresult": 3,
19746
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19747
        },
19748
        "body": {
19749
          "valscore": 0,
19750
          "selscore": 0,
19751
          "valresult": 2,
19752
          "selresult": 3,
19753
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19754
        },
19755
        "div": {
19756
          "valscore": 0,
19757
          "selscore": 0,
19758
          "valresult": 2,
19759
          "selresult": 3,
19760
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19761
        }
19762
      },
19763
      "BACKCOLOR_TEXT-1": {
19764
        "dM": {
19765
          "valscore": 1,
19766
          "selscore": 0,
19767
          "valresult": 8,
19768
          "selresult": 3,
19769
          "output": false
19770
        },
19771
        "body": {
19772
          "valscore": 1,
19773
          "selscore": 0,
19774
          "valresult": 8,
19775
          "selresult": 3,
19776
          "output": false
19777
        },
19778
        "div": {
19779
          "valscore": 1,
19780
          "selscore": 0,
19781
          "valresult": 8,
19782
          "selresult": 3,
19783
          "output": false
19784
        }
19785
      },
19786
      "FORECOLOR_TEXT-1": {
19787
        "dM": {
19788
          "valscore": 1,
19789
          "selscore": 0,
19790
          "valresult": 8,
19791
          "selresult": 3,
19792
          "output": false
19793
        },
19794
        "body": {
19795
          "valscore": 1,
19796
          "selscore": 0,
19797
          "valresult": 8,
19798
          "selresult": 3,
19799
          "output": false
19800
        },
19801
        "div": {
19802
          "valscore": 1,
19803
          "selscore": 0,
19804
          "valresult": 8,
19805
          "selresult": 3,
19806
          "output": false
19807
        }
19808
      },
19809
      "HILITECOLOR_TEXT-1": {
19810
        "dM": {
19811
          "valscore": 1,
19812
          "selscore": 0,
19813
          "valresult": 8,
19814
          "selresult": 3,
19815
          "output": false
19816
        },
19817
        "body": {
19818
          "valscore": 1,
19819
          "selscore": 0,
19820
          "valresult": 8,
19821
          "selresult": 3,
19822
          "output": false
19823
        },
19824
        "div": {
19825
          "valscore": 1,
19826
          "selscore": 0,
19827
          "valresult": 8,
19828
          "selresult": 3,
19829
          "output": false
19830
        }
19831
      },
19832
      "FONTNAME_TEXT-1": {
19833
        "dM": {
19834
          "valscore": 1,
19835
          "selscore": 0,
19836
          "valresult": 8,
19837
          "selresult": 3,
19838
          "output": false
19839
        },
19840
        "body": {
19841
          "valscore": 1,
19842
          "selscore": 0,
19843
          "valresult": 8,
19844
          "selresult": 3,
19845
          "output": false
19846
        },
19847
        "div": {
19848
          "valscore": 1,
19849
          "selscore": 0,
19850
          "valresult": 8,
19851
          "selresult": 3,
19852
          "output": false
19853
        }
19854
      },
19855
      "FONTSIZE_TEXT-1": {
19856
        "dM": {
19857
          "valscore": 1,
19858
          "selscore": 0,
19859
          "valresult": 8,
19860
          "selresult": 3,
19861
          "output": false
19862
        },
19863
        "body": {
19864
          "valscore": 1,
19865
          "selscore": 0,
19866
          "valresult": 8,
19867
          "selresult": 3,
19868
          "output": false
19869
        },
19870
        "div": {
19871
          "valscore": 1,
19872
          "selscore": 0,
19873
          "valresult": 8,
19874
          "selresult": 3,
19875
          "output": false
19876
        }
19877
      },
19878
      "INCREASEFONTSIZE_TEXT-1": {
19879
        "dM": {
19880
          "valscore": 0,
19881
          "selscore": 0,
19882
          "valresult": 2,
19883
          "selresult": 3,
19884
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19885
        },
19886
        "body": {
19887
          "valscore": 0,
19888
          "selscore": 0,
19889
          "valresult": 2,
19890
          "selresult": 3,
19891
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19892
        },
19893
        "div": {
19894
          "valscore": 0,
19895
          "selscore": 0,
19896
          "valresult": 2,
19897
          "selresult": 3,
19898
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19899
        }
19900
      },
19901
      "DECREASEFONTSIZE_TEXT-1": {
19902
        "dM": {
19903
          "valscore": 0,
19904
          "selscore": 0,
19905
          "valresult": 2,
19906
          "selresult": 3,
19907
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19908
        },
19909
        "body": {
19910
          "valscore": 0,
19911
          "selscore": 0,
19912
          "valresult": 2,
19913
          "selresult": 3,
19914
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19915
        },
19916
        "div": {
19917
          "valscore": 0,
19918
          "selscore": 0,
19919
          "valresult": 2,
19920
          "selresult": 3,
19921
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19922
        }
19923
      },
19924
      "HEADING_TEXT-1": {
19925
        "dM": {
19926
          "valscore": 0,
19927
          "selscore": 0,
19928
          "valresult": 2,
19929
          "selresult": 3,
19930
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19931
        },
19932
        "body": {
19933
          "valscore": 0,
19934
          "selscore": 0,
19935
          "valresult": 2,
19936
          "selresult": 3,
19937
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19938
        },
19939
        "div": {
19940
          "valscore": 0,
19941
          "selscore": 0,
19942
          "valresult": 2,
19943
          "selresult": 3,
19944
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19945
        }
19946
      },
19947
      "INDENT_TEXT-1": {
19948
        "dM": {
19949
          "valscore": 0,
19950
          "selscore": 0,
19951
          "valresult": 2,
19952
          "selresult": 3,
19953
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19954
        },
19955
        "body": {
19956
          "valscore": 0,
19957
          "selscore": 0,
19958
          "valresult": 2,
19959
          "selresult": 3,
19960
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19961
        },
19962
        "div": {
19963
          "valscore": 0,
19964
          "selscore": 0,
19965
          "valresult": 2,
19966
          "selresult": 3,
19967
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19968
        }
19969
      },
19970
      "OUTDENT_TEXT-1": {
19971
        "dM": {
19972
          "valscore": 0,
19973
          "selscore": 0,
19974
          "valresult": 2,
19975
          "selresult": 3,
19976
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19977
        },
19978
        "body": {
19979
          "valscore": 0,
19980
          "selscore": 0,
19981
          "valresult": 2,
19982
          "selresult": 3,
19983
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19984
        },
19985
        "div": {
19986
          "valscore": 0,
19987
          "selscore": 0,
19988
          "valresult": 2,
19989
          "selresult": 3,
19990
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
19991
        }
19992
      },
19993
      "CREATEBOOKMARK_TEXT-1": {
19994
        "dM": {
19995
          "valscore": 0,
19996
          "selscore": 0,
19997
          "valresult": 2,
19998
          "selresult": 3,
19999
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20000
        },
20001
        "body": {
20002
          "valscore": 0,
20003
          "selscore": 0,
20004
          "valresult": 2,
20005
          "selresult": 3,
20006
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20007
        },
20008
        "div": {
20009
          "valscore": 0,
20010
          "selscore": 0,
20011
          "valresult": 2,
20012
          "selresult": 3,
20013
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20014
        }
20015
      },
20016
      "UNBOOKMARK_TEXT-1": {
20017
        "dM": {
20018
          "valscore": 0,
20019
          "selscore": 0,
20020
          "valresult": 2,
20021
          "selresult": 3,
20022
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20023
        },
20024
        "body": {
20025
          "valscore": 0,
20026
          "selscore": 0,
20027
          "valresult": 2,
20028
          "selresult": 3,
20029
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20030
        },
20031
        "div": {
20032
          "valscore": 0,
20033
          "selscore": 0,
20034
          "valresult": 2,
20035
          "selresult": 3,
20036
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20037
        }
20038
      },
20039
      "JUSTIFYCENTER_TEXT-1": {
20040
        "dM": {
20041
          "valscore": 1,
20042
          "selscore": 0,
20043
          "valresult": 8,
20044
          "selresult": 3,
20045
          "output": false
20046
        },
20047
        "body": {
20048
          "valscore": 1,
20049
          "selscore": 0,
20050
          "valresult": 8,
20051
          "selresult": 3,
20052
          "output": false
20053
        },
20054
        "div": {
20055
          "valscore": 1,
20056
          "selscore": 0,
20057
          "valresult": 8,
20058
          "selresult": 3,
20059
          "output": false
20060
        }
20061
      },
20062
      "JUSTIFYFULL_TEXT-1": {
20063
        "dM": {
20064
          "valscore": 1,
20065
          "selscore": 0,
20066
          "valresult": 8,
20067
          "selresult": 3,
20068
          "output": false
20069
        },
20070
        "body": {
20071
          "valscore": 1,
20072
          "selscore": 0,
20073
          "valresult": 8,
20074
          "selresult": 3,
20075
          "output": false
20076
        },
20077
        "div": {
20078
          "valscore": 1,
20079
          "selscore": 0,
20080
          "valresult": 8,
20081
          "selresult": 3,
20082
          "output": false
20083
        }
20084
      },
20085
      "JUSTIFYLEFT_TEXT-1": {
20086
        "dM": {
20087
          "valscore": 1,
20088
          "selscore": 0,
20089
          "valresult": 8,
20090
          "selresult": 3,
20091
          "output": false
20092
        },
20093
        "body": {
20094
          "valscore": 1,
20095
          "selscore": 0,
20096
          "valresult": 8,
20097
          "selresult": 3,
20098
          "output": false
20099
        },
20100
        "div": {
20101
          "valscore": 1,
20102
          "selscore": 0,
20103
          "valresult": 8,
20104
          "selresult": 3,
20105
          "output": false
20106
        }
20107
      },
20108
      "JUSTIFYRIGHT_TEXT-1": {
20109
        "dM": {
20110
          "valscore": 1,
20111
          "selscore": 0,
20112
          "valresult": 8,
20113
          "selresult": 3,
20114
          "output": false
20115
        },
20116
        "body": {
20117
          "valscore": 1,
20118
          "selscore": 0,
20119
          "valresult": 8,
20120
          "selresult": 3,
20121
          "output": false
20122
        },
20123
        "div": {
20124
          "valscore": 1,
20125
          "selscore": 0,
20126
          "valresult": 8,
20127
          "selresult": 3,
20128
          "output": false
20129
        }
20130
      },
20131
      "REMOVEFORMAT_TEXT-1": {
20132
        "dM": {
20133
          "valscore": 0,
20134
          "selscore": 0,
20135
          "valresult": 2,
20136
          "selresult": 3,
20137
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20138
        },
20139
        "body": {
20140
          "valscore": 0,
20141
          "selscore": 0,
20142
          "valresult": 2,
20143
          "selresult": 3,
20144
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20145
        },
20146
        "div": {
20147
          "valscore": 0,
20148
          "selscore": 0,
20149
          "valresult": 2,
20150
          "selresult": 3,
20151
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20152
        }
20153
      },
20154
      "COPY_TEXT-1": {
20155
        "dM": {
20156
          "valscore": 0,
20157
          "selscore": 0,
20158
          "valresult": 2,
20159
          "selresult": 3,
20160
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20161
        },
20162
        "body": {
20163
          "valscore": 0,
20164
          "selscore": 0,
20165
          "valresult": 2,
20166
          "selresult": 3,
20167
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20168
        },
20169
        "div": {
20170
          "valscore": 0,
20171
          "selscore": 0,
20172
          "valresult": 2,
20173
          "selresult": 3,
20174
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20175
        }
20176
      },
20177
      "CUT_TEXT-1": {
20178
        "dM": {
20179
          "valscore": 0,
20180
          "selscore": 0,
20181
          "valresult": 2,
20182
          "selresult": 3,
20183
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20184
        },
20185
        "body": {
20186
          "valscore": 0,
20187
          "selscore": 0,
20188
          "valresult": 2,
20189
          "selresult": 3,
20190
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20191
        },
20192
        "div": {
20193
          "valscore": 0,
20194
          "selscore": 0,
20195
          "valresult": 2,
20196
          "selresult": 3,
20197
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20198
        }
20199
      },
20200
      "PASTE_TEXT-1": {
20201
        "dM": {
20202
          "valscore": 0,
20203
          "selscore": 0,
20204
          "valresult": 2,
20205
          "selresult": 3,
20206
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20207
        },
20208
        "body": {
20209
          "valscore": 0,
20210
          "selscore": 0,
20211
          "valresult": 2,
20212
          "selresult": 3,
20213
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20214
        },
20215
        "div": {
20216
          "valscore": 0,
20217
          "selscore": 0,
20218
          "valresult": 2,
20219
          "selresult": 3,
20220
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004005 (NS_ERROR_FAILURE)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20221
        }
20222
      },
20223
      "garbage-1_TEXT-1": {
20224
        "dM": {
20225
          "valscore": 0,
20226
          "selscore": 0,
20227
          "valresult": 2,
20228
          "selresult": 3,
20229
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20230
        },
20231
        "body": {
20232
          "valscore": 0,
20233
          "selscore": 0,
20234
          "valresult": 2,
20235
          "selresult": 3,
20236
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20237
        },
20238
        "div": {
20239
          "valscore": 0,
20240
          "selscore": 0,
20241
          "valresult": 2,
20242
          "selresult": 3,
20243
          "output": "EXECUTION EXCEPTION: [Exception... \"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOMNSHTMLDocument.queryCommandIndeterm]\"  nsresult: \"0x80004001 (NS_ERROR_NOT_IMPLEMENTED)\"  location: \"JS frame :: http://mochi.test:8888/tests/editor/libeditor/html/tests/browserscope/lib/richtext2/richtext2/static/js/run.js :: runSingleTest :: line 152\"  data: no]"
20244
        }
20245
      }
20246
    }
20247
  },
20248
  "QS": {
20249
    "Proposed": {
20250
      "B_TEXT_SI": {
20251
        "dM": {
20252
          "valscore": 1,
20253
          "selscore": 0,
20254
          "valresult": 8,
20255
          "selresult": 3,
20256
          "output": false
20257
        },
20258
        "body": {
20259
          "valscore": 1,
20260
          "selscore": 0,
20261
          "valresult": 8,
20262
          "selresult": 3,
20263
          "output": false
20264
        },
20265
        "div": {
20266
          "valscore": 1,
20267
          "selscore": 0,
20268
          "valresult": 8,
20269
          "selresult": 3,
20270
          "output": false
20271
        }
20272
      },
20273
      "B_B-1_SI": {
20274
        "dM": {
20275
          "valscore": 1,
20276
          "selscore": 0,
20277
          "valresult": 8,
20278
          "selresult": 3,
20279
          "output": true
20280
        },
20281
        "body": {
20282
          "valscore": 1,
20283
          "selscore": 0,
20284
          "valresult": 8,
20285
          "selresult": 3,
20286
          "output": true
20287
        },
20288
        "div": {
20289
          "valscore": 1,
20290
          "selscore": 0,
20291
          "valresult": 8,
20292
          "selresult": 3,
20293
          "output": true
20294
        }
20295
      },
20296
      "B_STRONG-1_SI": {
20297
        "dM": {
20298
          "valscore": 0,
20299
          "selscore": 0,
20300
          "valresult": 6,
20301
          "selresult": 3,
20302
          "output": false
20303
        },
20304
        "body": {
20305
          "valscore": 0,
20306
          "selscore": 0,
20307
          "valresult": 6,
20308
          "selresult": 3,
20309
          "output": false
20310
        },
20311
        "div": {
20312
          "valscore": 0,
20313
          "selscore": 0,
20314
          "valresult": 6,
20315
          "selresult": 3,
20316
          "output": false
20317
        }
20318
      },
20319
      "B_SPANs:fw:b-1_SI": {
20320
        "dM": {
20321
          "valscore": 0,
20322
          "selscore": 0,
20323
          "valresult": 6,
20324
          "selresult": 3,
20325
          "output": false
20326
        },
20327
        "body": {
20328
          "valscore": 0,
20329
          "selscore": 0,
20330
          "valresult": 6,
20331
          "selresult": 3,
20332
          "output": false
20333
        },
20334
        "div": {
20335
          "valscore": 0,
20336
          "selscore": 0,
20337
          "valresult": 6,
20338
          "selresult": 3,
20339
          "output": false
20340
        }
20341
      },
20342
      "B_SPANs:fw:n-1_SI": {
20343
        "dM": {
20344
          "valscore": 1,
20345
          "selscore": 0,
20346
          "valresult": 8,
20347
          "selresult": 3,
20348
          "output": false
20349
        },
20350
        "body": {
20351
          "valscore": 1,
20352
          "selscore": 0,
20353
          "valresult": 8,
20354
          "selresult": 3,
20355
          "output": false
20356
        },
20357
        "div": {
20358
          "valscore": 1,
20359
          "selscore": 0,
20360
          "valresult": 8,
20361
          "selresult": 3,
20362
          "output": false
20363
        }
20364
      },
20365
      "B_Bs:fw:n-1_SI": {
20366
        "dM": {
20367
          "valscore": 1,
20368
          "selscore": 0,
20369
          "valresult": 8,
20370
          "selresult": 3,
20371
          "output": false
20372
        },
20373
        "body": {
20374
          "valscore": 1,
20375
          "selscore": 0,
20376
          "valresult": 8,
20377
          "selresult": 3,
20378
          "output": false
20379
        },
20380
        "div": {
20381
          "valscore": 1,
20382
          "selscore": 0,
20383
          "valresult": 8,
20384
          "selresult": 3,
20385
          "output": false
20386
        }
20387
      },
20388
      "B_B-SPANs:fw:n-1_SI": {
20389
        "dM": {
20390
          "valscore": 0,
20391
          "selscore": 0,
20392
          "valresult": 6,
20393
          "selresult": 3,
20394
          "output": true
20395
        },
20396
        "body": {
20397
          "valscore": 0,
20398
          "selscore": 0,
20399
          "valresult": 6,
20400
          "selresult": 3,
20401
          "output": true
20402
        },
20403
        "div": {
20404
          "valscore": 0,
20405
          "selscore": 0,
20406
          "valresult": 6,
20407
          "selresult": 3,
20408
          "output": true
20409
        }
20410
      },
20411
      "B_SPAN.b-1-SI": {
20412
        "dM": {
20413
          "valscore": 0,
20414
          "selscore": 0,
20415
          "valresult": 6,
20416
          "selresult": 3,
20417
          "output": false
20418
        },
20419
        "body": {
20420
          "valscore": 0,
20421
          "selscore": 0,
20422
          "valresult": 6,
20423
          "selresult": 3,
20424
          "output": false
20425
        },
20426
        "div": {
20427
          "valscore": 0,
20428
          "selscore": 0,
20429
          "valresult": 6,
20430
          "selresult": 3,
20431
          "output": false
20432
        }
20433
      },
20434
      "B_MYB-1-SI": {
20435
        "dM": {
20436
          "valscore": 0,
20437
          "selscore": 0,
20438
          "valresult": 6,
20439
          "selresult": 3,
20440
          "output": false
20441
        },
20442
        "body": {
20443
          "valscore": 0,
20444
          "selscore": 0,
20445
          "valresult": 6,
20446
          "selresult": 3,
20447
          "output": false
20448
        },
20449
        "div": {
20450
          "valscore": 0,
20451
          "selscore": 0,
20452
          "valresult": 6,
20453
          "selresult": 3,
20454
          "output": false
20455
        }
20456
      },
20457
      "B_B-I-1_SC": {
20458
        "dM": {
20459
          "valscore": 1,
20460
          "selscore": 0,
20461
          "valresult": 8,
20462
          "selresult": 3,
20463
          "output": true
20464
        },
20465
        "body": {
20466
          "valscore": 1,
20467
          "selscore": 0,
20468
          "valresult": 8,
20469
          "selresult": 3,
20470
          "output": true
20471
        },
20472
        "div": {
20473
          "valscore": 1,
20474
          "selscore": 0,
20475
          "valresult": 8,
20476
          "selresult": 3,
20477
          "output": true
20478
        }
20479
      },
20480
      "B_B-I-1_SL": {
20481
        "dM": {
20482
          "valscore": 1,
20483
          "selscore": 0,
20484
          "valresult": 8,
20485
          "selresult": 3,
20486
          "output": true
20487
        },
20488
        "body": {
20489
          "valscore": 1,
20490
          "selscore": 0,
20491
          "valresult": 8,
20492
          "selresult": 3,
20493
          "output": true
20494
        },
20495
        "div": {
20496
          "valscore": 1,
20497
          "selscore": 0,
20498
          "valresult": 8,
20499
          "selresult": 3,
20500
          "output": true
20501
        }
20502
      },
20503
      "B_B-I-1_SR": {
20504
        "dM": {
20505
          "valscore": 1,
20506
          "selscore": 0,
20507
          "valresult": 8,
20508
          "selresult": 3,
20509
          "output": true
20510
        },
20511
        "body": {
20512
          "valscore": 1,
20513
          "selscore": 0,
20514
          "valresult": 8,
20515
          "selresult": 3,
20516
          "output": true
20517
        },
20518
        "div": {
20519
          "valscore": 1,
20520
          "selscore": 0,
20521
          "valresult": 8,
20522
          "selresult": 3,
20523
          "output": true
20524
        }
20525
      },
20526
      "B_STRONG-I-1_SC": {
20527
        "dM": {
20528
          "valscore": 0,
20529
          "selscore": 0,
20530
          "valresult": 6,
20531
          "selresult": 3,
20532
          "output": false
20533
        },
20534
        "body": {
20535
          "valscore": 0,
20536
          "selscore": 0,
20537
          "valresult": 6,
20538
          "selresult": 3,
20539
          "output": false
20540
        },
20541
        "div": {
20542
          "valscore": 0,
20543
          "selscore": 0,
20544
          "valresult": 6,
20545
          "selresult": 3,
20546
          "output": false
20547
        }
20548
      },
20549
      "B_B-I-U-1_SC": {
20550
        "dM": {
20551
          "valscore": 1,
20552
          "selscore": 0,
20553
          "valresult": 8,
20554
          "selresult": 3,
20555
          "output": true
20556
        },
20557
        "body": {
20558
          "valscore": 1,
20559
          "selscore": 0,
20560
          "valresult": 8,
20561
          "selresult": 3,
20562
          "output": true
20563
        },
20564
        "div": {
20565
          "valscore": 1,
20566
          "selscore": 0,
20567
          "valresult": 8,
20568
          "selresult": 3,
20569
          "output": true
20570
        }
20571
      },
20572
      "B_B-I-U-1_SM": {
20573
        "dM": {
20574
          "valscore": 1,
20575
          "selscore": 0,
20576
          "valresult": 8,
20577
          "selresult": 3,
20578
          "output": true
20579
        },
20580
        "body": {
20581
          "valscore": 1,
20582
          "selscore": 0,
20583
          "valresult": 8,
20584
          "selresult": 3,
20585
          "output": true
20586
        },
20587
        "div": {
20588
          "valscore": 1,
20589
          "selscore": 0,
20590
          "valresult": 8,
20591
          "selresult": 3,
20592
          "output": true
20593
        }
20594
      },
20595
      "B_TEXT-B-1_SO-1": {
20596
        "dM": {
20597
          "valscore": 1,
20598
          "selscore": 0,
20599
          "valresult": 8,
20600
          "selresult": 3,
20601
          "output": true
20602
        },
20603
        "body": {
20604
          "valscore": 1,
20605
          "selscore": 0,
20606
          "valresult": 8,
20607
          "selresult": 3,
20608
          "output": true
20609
        },
20610
        "div": {
20611
          "valscore": 1,
20612
          "selscore": 0,
20613
          "valresult": 8,
20614
          "selresult": 3,
20615
          "output": true
20616
        }
20617
      },
20618
      "B_TEXT-B-1_SO-2": {
20619
        "dM": {
20620
          "valscore": 1,
20621
          "selscore": 0,
20622
          "valresult": 8,
20623
          "selresult": 3,
20624
          "output": true
20625
        },
20626
        "body": {
20627
          "valscore": 1,
20628
          "selscore": 0,
20629
          "valresult": 8,
20630
          "selresult": 3,
20631
          "output": true
20632
        },
20633
        "div": {
20634
          "valscore": 1,
20635
          "selscore": 0,
20636
          "valresult": 8,
20637
          "selresult": 3,
20638
          "output": true
20639
        }
20640
      },
20641
      "B_TEXT-B-1_SL": {
20642
        "dM": {
20643
          "valscore": 1,
20644
          "selscore": 0,
20645
          "valresult": 8,
20646
          "selresult": 3,
20647
          "output": false
20648
        },
20649
        "body": {
20650
          "valscore": 1,
20651
          "selscore": 0,
20652
          "valresult": 8,
20653
          "selresult": 3,
20654
          "output": false
20655
        },
20656
        "div": {
20657
          "valscore": 1,
20658
          "selscore": 0,
20659
          "valresult": 8,
20660
          "selresult": 3,
20661
          "output": false
20662
        }
20663
      },
20664
      "B_TEXT-B-1_SR": {
20665
        "dM": {
20666
          "valscore": 1,
20667
          "selscore": 0,
20668
          "valresult": 8,
20669
          "selresult": 3,
20670
          "output": false
20671
        },
20672
        "body": {
20673
          "valscore": 1,
20674
          "selscore": 0,
20675
          "valresult": 8,
20676
          "selresult": 3,
20677
          "output": false
20678
        },
20679
        "div": {
20680
          "valscore": 1,
20681
          "selscore": 0,
20682
          "valresult": 8,
20683
          "selresult": 3,
20684
          "output": false
20685
        }
20686
      },
20687
      "B_TEXT-B-1_SO-3": {
20688
        "dM": {
20689
          "valscore": 1,
20690
          "selscore": 0,
20691
          "valresult": 8,
20692
          "selresult": 3,
20693
          "output": false
20694
        },
20695
        "body": {
20696
          "valscore": 1,
20697
          "selscore": 0,
20698
          "valresult": 8,
20699
          "selresult": 3,
20700
          "output": false
20701
        },
20702
        "div": {
20703
          "valscore": 1,
20704
          "selscore": 0,
20705
          "valresult": 8,
20706
          "selresult": 3,
20707
          "output": false
20708
        }
20709
      },
20710
      "B_B.TEXT.B-1_SM": {
20711
        "dM": {
20712
          "valscore": 1,
20713
          "selscore": 0,
20714
          "valresult": 8,
20715
          "selresult": 3,
20716
          "output": false
20717
        },
20718
        "body": {
20719
          "valscore": 1,
20720
          "selscore": 0,
20721
          "valresult": 8,
20722
          "selresult": 3,
20723
          "output": false
20724
        },
20725
        "div": {
20726
          "valscore": 1,
20727
          "selscore": 0,
20728
          "valresult": 8,
20729
          "selresult": 3,
20730
          "output": false
20731
        }
20732
      },
20733
      "B_B.B.B-1_SM": {
20734
        "dM": {
20735
          "valscore": 1,
20736
          "selscore": 0,
20737
          "valresult": 8,
20738
          "selresult": 3,
20739
          "output": true
20740
        },
20741
        "body": {
20742
          "valscore": 1,
20743
          "selscore": 0,
20744
          "valresult": 8,
20745
          "selresult": 3,
20746
          "output": true
20747
        },
20748
        "div": {
20749
          "valscore": 1,
20750
          "selscore": 0,
20751
          "valresult": 8,
20752
          "selresult": 3,
20753
          "output": true
20754
        }
20755
      },
20756
      "B_B.STRONG.B-1_SM": {
20757
        "dM": {
20758
          "valscore": 0,
20759
          "selscore": 0,
20760
          "valresult": 6,
20761
          "selresult": 3,
20762
          "output": false
20763
        },
20764
        "body": {
20765
          "valscore": 0,
20766
          "selscore": 0,
20767
          "valresult": 6,
20768
          "selresult": 3,
20769
          "output": false
20770
        },
20771
        "div": {
20772
          "valscore": 0,
20773
          "selscore": 0,
20774
          "valresult": 6,
20775
          "selresult": 3,
20776
          "output": false
20777
        }
20778
      },
20779
      "B_SPAN.b.MYB.SPANs:fw:b-1_SM": {
20780
        "dM": {
20781
          "valscore": 0,
20782
          "selscore": 0,
20783
          "valresult": 6,
20784
          "selresult": 3,
20785
          "output": false
20786
        },
20787
        "body": {
20788
          "valscore": 0,
20789
          "selscore": 0,
20790
          "valresult": 6,
20791
          "selresult": 3,
20792
          "output": false
20793
        },
20794
        "div": {
20795
          "valscore": 0,
20796
          "selscore": 0,
20797
          "valresult": 6,
20798
          "selresult": 3,
20799
          "output": false
20800
        }
20801
      },
20802
      "I_TEXT_SI": {
20803
        "dM": {
20804
          "valscore": 1,
20805
          "selscore": 0,
20806
          "valresult": 8,
20807
          "selresult": 3,
20808
          "output": false
20809
        },
20810
        "body": {
20811
          "valscore": 1,
20812
          "selscore": 0,
20813
          "valresult": 8,
20814
          "selresult": 3,
20815
          "output": false
20816
        },
20817
        "div": {
20818
          "valscore": 1,
20819
          "selscore": 0,
20820
          "valresult": 8,
20821
          "selresult": 3,
20822
          "output": false
20823
        }
20824
      },
20825
      "I_I-1_SI": {
20826
        "dM": {
20827
          "valscore": 1,
20828
          "selscore": 0,
20829
          "valresult": 8,
20830
          "selresult": 3,
20831
          "output": true
20832
        },
20833
        "body": {
20834
          "valscore": 1,
20835
          "selscore": 0,
20836
          "valresult": 8,
20837
          "selresult": 3,
20838
          "output": true
20839
        },
20840
        "div": {
20841
          "valscore": 1,
20842
          "selscore": 0,
20843
          "valresult": 8,
20844
          "selresult": 3,
20845
          "output": true
20846
        }
20847
      },
20848
      "I_EM-1_SI": {
20849
        "dM": {
20850
          "valscore": 0,
20851
          "selscore": 0,
20852
          "valresult": 6,
20853
          "selresult": 3,
20854
          "output": false
20855
        },
20856
        "body": {
20857
          "valscore": 0,
20858
          "selscore": 0,
20859
          "valresult": 6,
20860
          "selresult": 3,
20861
          "output": false
20862
        },
20863
        "div": {
20864
          "valscore": 0,
20865
          "selscore": 0,
20866
          "valresult": 6,
20867
          "selresult": 3,
20868
          "output": false
20869
        }
20870
      },
20871
      "I_SPANs:fs:i-1_SI": {
20872
        "dM": {
20873
          "valscore": 0,
20874
          "selscore": 0,
20875
          "valresult": 6,
20876
          "selresult": 3,
20877
          "output": false
20878
        },
20879
        "body": {
20880
          "valscore": 0,
20881
          "selscore": 0,
20882
          "valresult": 6,
20883
          "selresult": 3,
20884
          "output": false
20885
        },
20886
        "div": {
20887
          "valscore": 0,
20888
          "selscore": 0,
20889
          "valresult": 6,
20890
          "selresult": 3,
20891
          "output": false
20892
        }
20893
      },
20894
      "I_SPANs:fs:n-1_SI": {
20895
        "dM": {
20896
          "valscore": 1,
20897
          "selscore": 0,
20898
          "valresult": 8,
20899
          "selresult": 3,
20900
          "output": false
20901
        },
20902
        "body": {
20903
          "valscore": 1,
20904
          "selscore": 0,
20905
          "valresult": 8,
20906
          "selresult": 3,
20907
          "output": false
20908
        },
20909
        "div": {
20910
          "valscore": 1,
20911
          "selscore": 0,
20912
          "valresult": 8,
20913
          "selresult": 3,
20914
          "output": false
20915
        }
20916
      },
20917
      "I_I-SPANs:fs:n-1_SI": {
20918
        "dM": {
20919
          "valscore": 0,
20920
          "selscore": 0,
20921
          "valresult": 6,
20922
          "selresult": 3,
20923
          "output": true
20924
        },
20925
        "body": {
20926
          "valscore": 0,
20927
          "selscore": 0,
20928
          "valresult": 6,
20929
          "selresult": 3,
20930
          "output": true
20931
        },
20932
        "div": {
20933
          "valscore": 0,
20934
          "selscore": 0,
20935
          "valresult": 6,
20936
          "selresult": 3,
20937
          "output": true
20938
        }
20939
      },
20940
      "I_SPAN.i-1-SI": {
20941
        "dM": {
20942
          "valscore": 0,
20943
          "selscore": 0,
20944
          "valresult": 6,
20945
          "selresult": 3,
20946
          "output": false
20947
        },
20948
        "body": {
20949
          "valscore": 0,
20950
          "selscore": 0,
20951
          "valresult": 6,
20952
          "selresult": 3,
20953
          "output": false
20954
        },
20955
        "div": {
20956
          "valscore": 0,
20957
          "selscore": 0,
20958
          "valresult": 6,
20959
          "selresult": 3,
20960
          "output": false
20961
        }
20962
      },
20963
      "I_MYI-1-SI": {
20964
        "dM": {
20965
          "valscore": 0,
20966
          "selscore": 0,
20967
          "valresult": 6,
20968
          "selresult": 3,
20969
          "output": false
20970
        },
20971
        "body": {
20972
          "valscore": 0,
20973
          "selscore": 0,
20974
          "valresult": 6,
20975
          "selresult": 3,
20976
          "output": false
20977
        },
20978
        "div": {
20979
          "valscore": 0,
20980
          "selscore": 0,
20981
          "valresult": 6,
20982
          "selresult": 3,
20983
          "output": false
20984
        }
20985
      },
20986
      "U_TEXT_SI": {
20987
        "dM": {
20988
          "valscore": 1,
20989
          "selscore": 0,
20990
          "valresult": 8,
20991
          "selresult": 3,
20992
          "output": false
20993
        },
20994
        "body": {
20995
          "valscore": 1,
20996
          "selscore": 0,
20997
          "valresult": 8,
20998
          "selresult": 3,
20999
          "output": false
21000
        },
21001
        "div": {
21002
          "valscore": 1,
21003
          "selscore": 0,
21004
          "valresult": 8,
21005
          "selresult": 3,
21006
          "output": false
21007
        }
21008
      },
21009
      "U_U-1_SI": {
21010
        "dM": {
21011
          "valscore": 1,
21012
          "selscore": 0,
21013
          "valresult": 8,
21014
          "selresult": 3,
21015
          "output": true
21016
        },
21017
        "body": {
21018
          "valscore": 1,
21019
          "selscore": 0,
21020
          "valresult": 8,
21021
          "selresult": 3,
21022
          "output": true
21023
        },
21024
        "div": {
21025
          "valscore": 1,
21026
          "selscore": 0,
21027
          "valresult": 8,
21028
          "selresult": 3,
21029
          "output": true
21030
        }
21031
      },
21032
      "U_Us:td:n-1_SI": {
21033
        "dM": {
21034
          "valscore": 0,
21035
          "selscore": 0,
21036
          "valresult": 6,
21037
          "selresult": 3,
21038
          "output": true
21039
        },
21040
        "body": {
21041
          "valscore": 0,
21042
          "selscore": 0,
21043
          "valresult": 6,
21044
          "selresult": 3,
21045
          "output": true
21046
        },
21047
        "div": {
21048
          "valscore": 0,
21049
          "selscore": 0,
21050
          "valresult": 6,
21051
          "selresult": 3,
21052
          "output": true
21053
        }
21054
      },
21055
      "U_Ah:url-1_SI": {
21056
        "dM": {
21057
          "valscore": 0,
21058
          "selscore": 0,
21059
          "valresult": 6,
21060
          "selresult": 3,
21061
          "output": false
21062
        },
21063
        "body": {
21064
          "valscore": 0,
21065
          "selscore": 0,
21066
          "valresult": 6,
21067
          "selresult": 3,
21068
          "output": false
21069
        },
21070
        "div": {
21071
          "valscore": 0,
21072
          "selscore": 0,
21073
          "valresult": 6,
21074
          "selresult": 3,
21075
          "output": false
21076
        }
21077
      },
21078
      "U_Ah:url.s:td:n-1_SI": {
21079
        "dM": {
21080
          "valscore": 1,
21081
          "selscore": 0,
21082
          "valresult": 8,
21083
          "selresult": 3,
21084
          "output": false
21085
        },
21086
        "body": {
21087
          "valscore": 1,
21088
          "selscore": 0,
21089
          "valresult": 8,
21090
          "selresult": 3,
21091
          "output": false
21092
        },
21093
        "div": {
21094
          "valscore": 1,
21095
          "selscore": 0,
21096
          "valresult": 8,
21097
          "selresult": 3,
21098
          "output": false
21099
        }
21100
      },
21101
      "U_SPANs:td:u-1_SI": {
21102
        "dM": {
21103
          "valscore": 0,
21104
          "selscore": 0,
21105
          "valresult": 6,
21106
          "selresult": 3,
21107
          "output": false
21108
        },
21109
        "body": {
21110
          "valscore": 0,
21111
          "selscore": 0,
21112
          "valresult": 6,
21113
          "selresult": 3,
21114
          "output": false
21115
        },
21116
        "div": {
21117
          "valscore": 0,
21118
          "selscore": 0,
21119
          "valresult": 6,
21120
          "selresult": 3,
21121
          "output": false
21122
        }
21123
      },
21124
      "U_SPAN.u-1-SI": {
21125
        "dM": {
21126
          "valscore": 0,
21127
          "selscore": 0,
21128
          "valresult": 6,
21129
          "selresult": 3,
21130
          "output": false
21131
        },
21132
        "body": {
21133
          "valscore": 0,
21134
          "selscore": 0,
21135
          "valresult": 6,
21136
          "selresult": 3,
21137
          "output": false
21138
        },
21139
        "div": {
21140
          "valscore": 0,
21141
          "selscore": 0,
21142
          "valresult": 6,
21143
          "selresult": 3,
21144
          "output": false
21145
        }
21146
      },
21147
      "U_MYU-1-SI": {
21148
        "dM": {
21149
          "valscore": 0,
21150
          "selscore": 0,
21151
          "valresult": 6,
21152
          "selresult": 3,
21153
          "output": false
21154
        },
21155
        "body": {
21156
          "valscore": 0,
21157
          "selscore": 0,
21158
          "valresult": 6,
21159
          "selresult": 3,
21160
          "output": false
21161
        },
21162
        "div": {
21163
          "valscore": 0,
21164
          "selscore": 0,
21165
          "valresult": 6,
21166
          "selresult": 3,
21167
          "output": false
21168
        }
21169
      },
21170
      "S_TEXT_SI": {
21171
        "dM": {
21172
          "valscore": 1,
21173
          "selscore": 0,
21174
          "valresult": 8,
21175
          "selresult": 3,
21176
          "output": false
21177
        },
21178
        "body": {
21179
          "valscore": 1,
21180
          "selscore": 0,
21181
          "valresult": 8,
21182
          "selresult": 3,
21183
          "output": false
21184
        },
21185
        "div": {
21186
          "valscore": 1,
21187
          "selscore": 0,
21188
          "valresult": 8,
21189
          "selresult": 3,
21190
          "output": false
21191
        }
21192
      },
21193
      "S_S-1_SI": {
21194
        "dM": {
21195
          "valscore": 0,
21196
          "selscore": 0,
21197
          "valresult": 6,
21198
          "selresult": 3,
21199
          "output": false
21200
        },
21201
        "body": {
21202
          "valscore": 0,
21203
          "selscore": 0,
21204
          "valresult": 6,
21205
          "selresult": 3,
21206
          "output": false
21207
        },
21208
        "div": {
21209
          "valscore": 0,
21210
          "selscore": 0,
21211
          "valresult": 6,
21212
          "selresult": 3,
21213
          "output": false
21214
        }
21215
      },
21216
      "S_STRIKE-1_SI": {
21217
        "dM": {
21218
          "valscore": 1,
21219
          "selscore": 0,
21220
          "valresult": 8,
21221
          "selresult": 3,
21222
          "output": true
21223
        },
21224
        "body": {
21225
          "valscore": 1,
21226
          "selscore": 0,
21227
          "valresult": 8,
21228
          "selresult": 3,
21229
          "output": true
21230
        },
21231
        "div": {
21232
          "valscore": 1,
21233
          "selscore": 0,
21234
          "valresult": 8,
21235
          "selresult": 3,
21236
          "output": true
21237
        }
21238
      },
21239
      "S_STRIKEs:td:n-1_SI": {
21240
        "dM": {
21241
          "valscore": 0,
21242
          "selscore": 0,
21243
          "valresult": 6,
21244
          "selresult": 3,
21245
          "output": true
21246
        },
21247
        "body": {
21248
          "valscore": 0,
21249
          "selscore": 0,
21250
          "valresult": 6,
21251
          "selresult": 3,
21252
          "output": true
21253
        },
21254
        "div": {
21255
          "valscore": 0,
21256
          "selscore": 0,
21257
          "valresult": 6,
21258
          "selresult": 3,
21259
          "output": true
21260
        }
21261
      },
21262
      "S_DEL-1_SI": {
21263
        "dM": {
21264
          "valscore": 0,
21265
          "selscore": 0,
21266
          "valresult": 6,
21267
          "selresult": 3,
21268
          "output": false
21269
        },
21270
        "body": {
21271
          "valscore": 0,
21272
          "selscore": 0,
21273
          "valresult": 6,
21274
          "selresult": 3,
21275
          "output": false
21276
        },
21277
        "div": {
21278
          "valscore": 0,
21279
          "selscore": 0,
21280
          "valresult": 6,
21281
          "selresult": 3,
21282
          "output": false
21283
        }
21284
      },
21285
      "S_SPANs:td:lt-1_SI": {
21286
        "dM": {
21287
          "valscore": 0,
21288
          "selscore": 0,
21289
          "valresult": 6,
21290
          "selresult": 3,
21291
          "output": false
21292
        },
21293
        "body": {
21294
          "valscore": 0,
21295
          "selscore": 0,
21296
          "valresult": 6,
21297
          "selresult": 3,
21298
          "output": false
21299
        },
21300
        "div": {
21301
          "valscore": 0,
21302
          "selscore": 0,
21303
          "valresult": 6,
21304
          "selresult": 3,
21305
          "output": false
21306
        }
21307
      },
21308
      "S_SPAN.s-1-SI": {
21309
        "dM": {
21310
          "valscore": 0,
21311
          "selscore": 0,
21312
          "valresult": 6,
21313
          "selresult": 3,
21314
          "output": false
21315
        },
21316
        "body": {
21317
          "valscore": 0,
21318
          "selscore": 0,
21319
          "valresult": 6,
21320
          "selresult": 3,
21321
          "output": false
21322
        },
21323
        "div": {
21324
          "valscore": 0,
21325
          "selscore": 0,
21326
          "valresult": 6,
21327
          "selresult": 3,
21328
          "output": false
21329
        }
21330
      },
21331
      "S_MYS-1-SI": {
21332
        "dM": {
21333
          "valscore": 0,
21334
          "selscore": 0,
21335
          "valresult": 6,
21336
          "selresult": 3,
21337
          "output": false
21338
        },
21339
        "body": {
21340
          "valscore": 0,
21341
          "selscore": 0,
21342
          "valresult": 6,
21343
          "selresult": 3,
21344
          "output": false
21345
        },
21346
        "div": {
21347
          "valscore": 0,
21348
          "selscore": 0,
21349
          "valresult": 6,
21350
          "selresult": 3,
21351
          "output": false
21352
        }
21353
      },
21354
      "S_S.STRIKE.DEL-1_SM": {
21355
        "dM": {
21356
          "valscore": 0,
21357
          "selscore": 0,
21358
          "valresult": 6,
21359
          "selresult": 3,
21360
          "output": false
21361
        },
21362
        "body": {
21363
          "valscore": 0,
21364
          "selscore": 0,
21365
          "valresult": 6,
21366
          "selresult": 3,
21367
          "output": false
21368
        },
21369
        "div": {
21370
          "valscore": 0,
21371
          "selscore": 0,
21372
          "valresult": 6,
21373
          "selresult": 3,
21374
          "output": false
21375
        }
21376
      },
21377
      "SUB_TEXT_SI": {
21378
        "dM": {
21379
          "valscore": 1,
21380
          "selscore": 0,
21381
          "valresult": 8,
21382
          "selresult": 3,
21383
          "output": false
21384
        },
21385
        "body": {
21386
          "valscore": 1,
21387
          "selscore": 0,
21388
          "valresult": 8,
21389
          "selresult": 3,
21390
          "output": false
21391
        },
21392
        "div": {
21393
          "valscore": 1,
21394
          "selscore": 0,
21395
          "valresult": 8,
21396
          "selresult": 3,
21397
          "output": false
21398
        }
21399
      },
21400
      "SUB_SUB-1_SI": {
21401
        "dM": {
21402
          "valscore": 1,
21403
          "selscore": 0,
21404
          "valresult": 8,
21405
          "selresult": 3,
21406
          "output": true
21407
        },
21408
        "body": {
21409
          "valscore": 1,
21410
          "selscore": 0,
21411
          "valresult": 8,
21412
          "selresult": 3,
21413
          "output": true
21414
        },
21415
        "div": {
21416
          "valscore": 1,
21417
          "selscore": 0,
21418
          "valresult": 8,
21419
          "selresult": 3,
21420
          "output": true
21421
        }
21422
      },
21423
      "SUB_SPAN.sub-1-SI": {
21424
        "dM": {
21425
          "valscore": 0,
21426
          "selscore": 0,
21427
          "valresult": 6,
21428
          "selresult": 3,
21429
          "output": false
21430
        },
21431
        "body": {
21432
          "valscore": 0,
21433
          "selscore": 0,
21434
          "valresult": 6,
21435
          "selresult": 3,
21436
          "output": false
21437
        },
21438
        "div": {
21439
          "valscore": 0,
21440
          "selscore": 0,
21441
          "valresult": 6,
21442
          "selresult": 3,
21443
          "output": false
21444
        }
21445
      },
21446
      "SUB_MYSUB-1-SI": {
21447
        "dM": {
21448
          "valscore": 0,
21449
          "selscore": 0,
21450
          "valresult": 6,
21451
          "selresult": 3,
21452
          "output": false
21453
        },
21454
        "body": {
21455
          "valscore": 0,
21456
          "selscore": 0,
21457
          "valresult": 6,
21458
          "selresult": 3,
21459
          "output": false
21460
        },
21461
        "div": {
21462
          "valscore": 0,
21463
          "selscore": 0,
21464
          "valresult": 6,
21465
          "selresult": 3,
21466
          "output": false
21467
        }
21468
      },
21469
      "SUP_TEXT_SI": {
21470
        "dM": {
21471
          "valscore": 1,
21472
          "selscore": 0,
21473
          "valresult": 8,
21474
          "selresult": 3,
21475
          "output": false
21476
        },
21477
        "body": {
21478
          "valscore": 1,
21479
          "selscore": 0,
21480
          "valresult": 8,
21481
          "selresult": 3,
21482
          "output": false
21483
        },
21484
        "div": {
21485
          "valscore": 1,
21486
          "selscore": 0,
21487
          "valresult": 8,
21488
          "selresult": 3,
21489
          "output": false
21490
        }
21491
      },
21492
      "SUP_SUP-1_SI": {
21493
        "dM": {
21494
          "valscore": 1,
21495
          "selscore": 0,
21496
          "valresult": 8,
21497
          "selresult": 3,
21498
          "output": true
21499
        },
21500
        "body": {
21501
          "valscore": 1,
21502
          "selscore": 0,
21503
          "valresult": 8,
21504
          "selresult": 3,
21505
          "output": true
21506
        },
21507
        "div": {
21508
          "valscore": 1,
21509
          "selscore": 0,
21510
          "valresult": 8,
21511
          "selresult": 3,
21512
          "output": true
21513
        }
21514
      },
21515
      "IOL_TEXT_SI": {
21516
        "dM": {
21517
          "valscore": 1,
21518
          "selscore": 0,
21519
          "valresult": 8,
21520
          "selresult": 3,
21521
          "output": false
21522
        },
21523
        "body": {
21524
          "valscore": 1,
21525
          "selscore": 0,
21526
          "valresult": 8,
21527
          "selresult": 3,
21528
          "output": false
21529
        },
21530
        "div": {
21531
          "valscore": 1,
21532
          "selscore": 0,
21533
          "valresult": 8,
21534
          "selresult": 3,
21535
          "output": false
21536
        }
21537
      },
21538
      "SUP_SPAN.sup-1-SI": {
21539
        "dM": {
21540
          "valscore": 0,
21541
          "selscore": 0,
21542
          "valresult": 6,
21543
          "selresult": 3,
21544
          "output": false
21545
        },
21546
        "body": {
21547
          "valscore": 0,
21548
          "selscore": 0,
21549
          "valresult": 6,
21550
          "selresult": 3,
21551
          "output": false
21552
        },
21553
        "div": {
21554
          "valscore": 0,
21555
          "selscore": 0,
21556
          "valresult": 6,
21557
          "selresult": 3,
21558
          "output": false
21559
        }
21560
      },
21561
      "SUP_MYSUP-1-SI": {
21562
        "dM": {
21563
          "valscore": 0,
21564
          "selscore": 0,
21565
          "valresult": 6,
21566
          "selresult": 3,
21567
          "output": false
21568
        },
21569
        "body": {
21570
          "valscore": 0,
21571
          "selscore": 0,
21572
          "valresult": 6,
21573
          "selresult": 3,
21574
          "output": false
21575
        },
21576
        "div": {
21577
          "valscore": 0,
21578
          "selscore": 0,
21579
          "valresult": 6,
21580
          "selresult": 3,
21581
          "output": false
21582
        }
21583
      },
21584
      "IOL_TEXT-1_SI": {
21585
        "dM": {
21586
          "valscore": 1,
21587
          "selscore": 0,
21588
          "valresult": 8,
21589
          "selresult": 3,
21590
          "output": false
21591
        },
21592
        "body": {
21593
          "valscore": 1,
21594
          "selscore": 0,
21595
          "valresult": 8,
21596
          "selresult": 3,
21597
          "output": false
21598
        },
21599
        "div": {
21600
          "valscore": 1,
21601
          "selscore": 0,
21602
          "valresult": 8,
21603
          "selresult": 3,
21604
          "output": false
21605
        }
21606
      },
21607
      "IOL_OL-LI-1_SI": {
21608
        "dM": {
21609
          "valscore": 1,
21610
          "selscore": 0,
21611
          "valresult": 8,
21612
          "selresult": 3,
21613
          "output": true
21614
        },
21615
        "body": {
21616
          "valscore": 1,
21617
          "selscore": 0,
21618
          "valresult": 8,
21619
          "selresult": 3,
21620
          "output": true
21621
        },
21622
        "div": {
21623
          "valscore": 1,
21624
          "selscore": 0,
21625
          "valresult": 8,
21626
          "selresult": 3,
21627
          "output": true
21628
        }
21629
      },
21630
      "IOL_UL_LI-1_SI": {
21631
        "dM": {
21632
          "valscore": 1,
21633
          "selscore": 0,
21634
          "valresult": 8,
21635
          "selresult": 3,
21636
          "output": false
21637
        },
21638
        "body": {
21639
          "valscore": 1,
21640
          "selscore": 0,
21641
          "valresult": 8,
21642
          "selresult": 3,
21643
          "output": false
21644
        },
21645
        "div": {
21646
          "valscore": 1,
21647
          "selscore": 0,
21648
          "valresult": 8,
21649
          "selresult": 3,
21650
          "output": false
21651
        }
21652
      },
21653
      "IUL_TEXT_SI": {
21654
        "dM": {
21655
          "valscore": 1,
21656
          "selscore": 0,
21657
          "valresult": 8,
21658
          "selresult": 3,
21659
          "output": false
21660
        },
21661
        "body": {
21662
          "valscore": 1,
21663
          "selscore": 0,
21664
          "valresult": 8,
21665
          "selresult": 3,
21666
          "output": false
21667
        },
21668
        "div": {
21669
          "valscore": 1,
21670
          "selscore": 0,
21671
          "valresult": 8,
21672
          "selresult": 3,
21673
          "output": false
21674
        }
21675
      },
21676
      "IUL_OL-LI-1_SI": {
21677
        "dM": {
21678
          "valscore": 1,
21679
          "selscore": 0,
21680
          "valresult": 8,
21681
          "selresult": 3,
21682
          "output": false
21683
        },
21684
        "body": {
21685
          "valscore": 1,
21686
          "selscore": 0,
21687
          "valresult": 8,
21688
          "selresult": 3,
21689
          "output": false
21690
        },
21691
        "div": {
21692
          "valscore": 1,
21693
          "selscore": 0,
21694
          "valresult": 8,
21695
          "selresult": 3,
21696
          "output": false
21697
        }
21698
      },
21699
      "IUL_UL-LI-1_SI": {
21700
        "dM": {
21701
          "valscore": 1,
21702
          "selscore": 0,
21703
          "valresult": 8,
21704
          "selresult": 3,
21705
          "output": true
21706
        },
21707
        "body": {
21708
          "valscore": 1,
21709
          "selscore": 0,
21710
          "valresult": 8,
21711
          "selresult": 3,
21712
          "output": true
21713
        },
21714
        "div": {
21715
          "valscore": 1,
21716
          "selscore": 0,
21717
          "valresult": 8,
21718
          "selresult": 3,
21719
          "output": true
21720
        }
21721
      },
21722
      "JC_TEXT_SI": {
21723
        "dM": {
21724
          "valscore": 1,
21725
          "selscore": 0,
21726
          "valresult": 8,
21727
          "selresult": 3,
21728
          "output": false
21729
        },
21730
        "body": {
21731
          "valscore": 1,
21732
          "selscore": 0,
21733
          "valresult": 8,
21734
          "selresult": 3,
21735
          "output": false
21736
        },
21737
        "div": {
21738
          "valscore": 1,
21739
          "selscore": 0,
21740
          "valresult": 8,
21741
          "selresult": 3,
21742
          "output": false
21743
        }
21744
      },
21745
      "JC_DIVa:c-1_SI": {
21746
        "dM": {
21747
          "valscore": 1,
21748
          "selscore": 0,
21749
          "valresult": 8,
21750
          "selresult": 3,
21751
          "output": true
21752
        },
21753
        "body": {
21754
          "valscore": 1,
21755
          "selscore": 0,
21756
          "valresult": 8,
21757
          "selresult": 3,
21758
          "output": true
21759
        },
21760
        "div": {
21761
          "valscore": 1,
21762
          "selscore": 0,
21763
          "valresult": 8,
21764
          "selresult": 3,
21765
          "output": true
21766
        }
21767
      },
21768
      "JC_Pa:c-1_SI": {
21769
        "dM": {
21770
          "valscore": 1,
21771
          "selscore": 0,
21772
          "valresult": 8,
21773
          "selresult": 3,
21774
          "output": true
21775
        },
21776
        "body": {
21777
          "valscore": 1,
21778
          "selscore": 0,
21779
          "valresult": 8,
21780
          "selresult": 3,
21781
          "output": true
21782
        },
21783
        "div": {
21784
          "valscore": 1,
21785
          "selscore": 0,
21786
          "valresult": 8,
21787
          "selresult": 3,
21788
          "output": true
21789
        }
21790
      },
21791
      "JC_SPANs:ta:c-1_SI": {
21792
        "dM": {
21793
          "valscore": 0,
21794
          "selscore": 0,
21795
          "valresult": 6,
21796
          "selresult": 3,
21797
          "output": false
21798
        },
21799
        "body": {
21800
          "valscore": 0,
21801
          "selscore": 0,
21802
          "valresult": 6,
21803
          "selresult": 3,
21804
          "output": false
21805
        },
21806
        "div": {
21807
          "valscore": 0,
21808
          "selscore": 0,
21809
          "valresult": 6,
21810
          "selresult": 3,
21811
          "output": false
21812
        }
21813
      },
21814
      "JC_SPAN.jc-1-SI": {
21815
        "dM": {
21816
          "valscore": 0,
21817
          "selscore": 0,
21818
          "valresult": 6,
21819
          "selresult": 3,
21820
          "output": false
21821
        },
21822
        "body": {
21823
          "valscore": 0,
21824
          "selscore": 0,
21825
          "valresult": 6,
21826
          "selresult": 3,
21827
          "output": false
21828
        },
21829
        "div": {
21830
          "valscore": 0,
21831
          "selscore": 0,
21832
          "valresult": 6,
21833
          "selresult": 3,
21834
          "output": false
21835
        }
21836
      },
21837
      "JC_MYJC-1-SI": {
21838
        "dM": {
21839
          "valscore": 0,
21840
          "selscore": 0,
21841
          "valresult": 6,
21842
          "selresult": 3,
21843
          "output": false
21844
        },
21845
        "body": {
21846
          "valscore": 0,
21847
          "selscore": 0,
21848
          "valresult": 6,
21849
          "selresult": 3,
21850
          "output": false
21851
        },
21852
        "div": {
21853
          "valscore": 0,
21854
          "selscore": 0,
21855
          "valresult": 6,
21856
          "selresult": 3,
21857
          "output": false
21858
        }
21859
      },
21860
      "JF_TEXT_SI": {
21861
        "dM": {
21862
          "valscore": 1,
21863
          "selscore": 0,
21864
          "valresult": 8,
21865
          "selresult": 3,
21866
          "output": false
21867
        },
21868
        "body": {
21869
          "valscore": 1,
21870
          "selscore": 0,
21871
          "valresult": 8,
21872
          "selresult": 3,
21873
          "output": false
21874
        },
21875
        "div": {
21876
          "valscore": 1,
21877
          "selscore": 0,
21878
          "valresult": 8,
21879
          "selresult": 3,
21880
          "output": false
21881
        }
21882
      },
21883
      "JF_DIVa:j-1_SI": {
21884
        "dM": {
21885
          "valscore": 1,
21886
          "selscore": 0,
21887
          "valresult": 8,
21888
          "selresult": 3,
21889
          "output": true
21890
        },
21891
        "body": {
21892
          "valscore": 1,
21893
          "selscore": 0,
21894
          "valresult": 8,
21895
          "selresult": 3,
21896
          "output": true
21897
        },
21898
        "div": {
21899
          "valscore": 1,
21900
          "selscore": 0,
21901
          "valresult": 8,
21902
          "selresult": 3,
21903
          "output": true
21904
        }
21905
      },
21906
      "JF_Pa:j-1_SI": {
21907
        "dM": {
21908
          "valscore": 1,
21909
          "selscore": 0,
21910
          "valresult": 8,
21911
          "selresult": 3,
21912
          "output": true
21913
        },
21914
        "body": {
21915
          "valscore": 1,
21916
          "selscore": 0,
21917
          "valresult": 8,
21918
          "selresult": 3,
21919
          "output": true
21920
        },
21921
        "div": {
21922
          "valscore": 1,
21923
          "selscore": 0,
21924
          "valresult": 8,
21925
          "selresult": 3,
21926
          "output": true
21927
        }
21928
      },
21929
      "JF_SPANs:ta:j-1_SI": {
21930
        "dM": {
21931
          "valscore": 0,
21932
          "selscore": 0,
21933
          "valresult": 6,
21934
          "selresult": 3,
21935
          "output": false
21936
        },
21937
        "body": {
21938
          "valscore": 0,
21939
          "selscore": 0,
21940
          "valresult": 6,
21941
          "selresult": 3,
21942
          "output": false
21943
        },
21944
        "div": {
21945
          "valscore": 0,
21946
          "selscore": 0,
21947
          "valresult": 6,
21948
          "selresult": 3,
21949
          "output": false
21950
        }
21951
      },
21952
      "JF_SPAN.jf-1-SI": {
21953
        "dM": {
21954
          "valscore": 0,
21955
          "selscore": 0,
21956
          "valresult": 6,
21957
          "selresult": 3,
21958
          "output": false
21959
        },
21960
        "body": {
21961
          "valscore": 0,
21962
          "selscore": 0,
21963
          "valresult": 6,
21964
          "selresult": 3,
21965
          "output": false
21966
        },
21967
        "div": {
21968
          "valscore": 0,
21969
          "selscore": 0,
21970
          "valresult": 6,
21971
          "selresult": 3,
21972
          "output": false
21973
        }
21974
      },
21975
      "JF_MYJF-1-SI": {
21976
        "dM": {
21977
          "valscore": 0,
21978
          "selscore": 0,
21979
          "valresult": 6,
21980
          "selresult": 3,
21981
          "output": false
21982
        },
21983
        "body": {
21984
          "valscore": 0,
21985
          "selscore": 0,
21986
          "valresult": 6,
21987
          "selresult": 3,
21988
          "output": false
21989
        },
21990
        "div": {
21991
          "valscore": 0,
21992
          "selscore": 0,
21993
          "valresult": 6,
21994
          "selresult": 3,
21995
          "output": false
21996
        }
21997
      },
21998
      "JL_TEXT_SI": {
21999
        "dM": {
22000
          "valscore": 0,
22001
          "selscore": 0,
22002
          "valresult": 6,
22003
          "selresult": 3,
22004
          "output": true
22005
        },
22006
        "body": {
22007
          "valscore": 0,
22008
          "selscore": 0,
22009
          "valresult": 6,
22010
          "selresult": 3,
22011
          "output": true
22012
        },
22013
        "div": {
22014
          "valscore": 0,
22015
          "selscore": 0,
22016
          "valresult": 6,
22017
          "selresult": 3,
22018
          "output": true
22019
        }
22020
      },
22021
      "JL_DIVa:l-1_SI": {
22022
        "dM": {
22023
          "valscore": 1,
22024
          "selscore": 0,
22025
          "valresult": 8,
22026
          "selresult": 3,
22027
          "output": true
22028
        },
22029
        "body": {
22030
          "valscore": 1,
22031
          "selscore": 0,
22032
          "valresult": 8,
22033
          "selresult": 3,
22034
          "output": true
22035
        },
22036
        "div": {
22037
          "valscore": 1,
22038
          "selscore": 0,
22039
          "valresult": 8,
22040
          "selresult": 3,
22041
          "output": true
22042
        }
22043
      },
22044
      "JL_Pa:l-1_SI": {
22045
        "dM": {
22046
          "valscore": 1,
22047
          "selscore": 0,
22048
          "valresult": 8,
22049
          "selresult": 3,
22050
          "output": true
22051
        },
22052
        "body": {
22053
          "valscore": 1,
22054
          "selscore": 0,
22055
          "valresult": 8,
22056
          "selresult": 3,
22057
          "output": true
22058
        },
22059
        "div": {
22060
          "valscore": 1,
22061
          "selscore": 0,
22062
          "valresult": 8,
22063
          "selresult": 3,
22064
          "output": true
22065
        }
22066
      },
22067
      "JL_SPANs:ta:l-1_SI": {
22068
        "dM": {
22069
          "valscore": 1,
22070
          "selscore": 0,
22071
          "valresult": 8,
22072
          "selresult": 3,
22073
          "output": true
22074
        },
22075
        "body": {
22076
          "valscore": 1,
22077
          "selscore": 0,
22078
          "valresult": 8,
22079
          "selresult": 3,
22080
          "output": true
22081
        },
22082
        "div": {
22083
          "valscore": 1,
22084
          "selscore": 0,
22085
          "valresult": 8,
22086
          "selresult": 3,
22087
          "output": true
22088
        }
22089
      },
22090
      "JL_SPAN.jl-1-SI": {
22091
        "dM": {
22092
          "valscore": 1,
22093
          "selscore": 0,
22094
          "valresult": 8,
22095
          "selresult": 3,
22096
          "output": true
22097
        },
22098
        "body": {
22099
          "valscore": 1,
22100
          "selscore": 0,
22101
          "valresult": 8,
22102
          "selresult": 3,
22103
          "output": true
22104
        },
22105
        "div": {
22106
          "valscore": 1,
22107
          "selscore": 0,
22108
          "valresult": 8,
22109
          "selresult": 3,
22110
          "output": true
22111
        }
22112
      },
22113
      "JL_MYJL-1-SI": {
22114
        "dM": {
22115
          "valscore": 1,
22116
          "selscore": 0,
22117
          "valresult": 8,
22118
          "selresult": 3,
22119
          "output": true
22120
        },
22121
        "body": {
22122
          "valscore": 1,
22123
          "selscore": 0,
22124
          "valresult": 8,
22125
          "selresult": 3,
22126
          "output": true
22127
        },
22128
        "div": {
22129
          "valscore": 1,
22130
          "selscore": 0,
22131
          "valresult": 8,
22132
          "selresult": 3,
22133
          "output": true
22134
        }
22135
      },
22136
      "JR_TEXT_SI": {
22137
        "dM": {
22138
          "valscore": 1,
22139
          "selscore": 0,
22140
          "valresult": 8,
22141
          "selresult": 3,
22142
          "output": false
22143
        },
22144
        "body": {
22145
          "valscore": 1,
22146
          "selscore": 0,
22147
          "valresult": 8,
22148
          "selresult": 3,
22149
          "output": false
22150
        },
22151
        "div": {
22152
          "valscore": 1,
22153
          "selscore": 0,
22154
          "valresult": 8,
22155
          "selresult": 3,
22156
          "output": false
22157
        }
22158
      },
22159
      "JR_DIVa:r-1_SI": {
22160
        "dM": {
22161
          "valscore": 1,
22162
          "selscore": 0,
22163
          "valresult": 8,
22164
          "selresult": 3,
22165
          "output": true
22166
        },
22167
        "body": {
22168
          "valscore": 1,
22169
          "selscore": 0,
22170
          "valresult": 8,
22171
          "selresult": 3,
22172
          "output": true
22173
        },
22174
        "div": {
22175
          "valscore": 1,
22176
          "selscore": 0,
22177
          "valresult": 8,
22178
          "selresult": 3,
22179
          "output": true
22180
        }
22181
      },
22182
      "JR_Pa:r-1_SI": {
22183
        "dM": {
22184
          "valscore": 1,
22185
          "selscore": 0,
22186
          "valresult": 8,
22187
          "selresult": 3,
22188
          "output": true
22189
        },
22190
        "body": {
22191
          "valscore": 1,
22192
          "selscore": 0,
22193
          "valresult": 8,
22194
          "selresult": 3,
22195
          "output": true
22196
        },
22197
        "div": {
22198
          "valscore": 1,
22199
          "selscore": 0,
22200
          "valresult": 8,
22201
          "selresult": 3,
22202
          "output": true
22203
        }
22204
      },
22205
      "JR_SPANs:ta:r-1_SI": {
22206
        "dM": {
22207
          "valscore": 0,
22208
          "selscore": 0,
22209
          "valresult": 6,
22210
          "selresult": 3,
22211
          "output": false
22212
        },
22213
        "body": {
22214
          "valscore": 0,
22215
          "selscore": 0,
22216
          "valresult": 6,
22217
          "selresult": 3,
22218
          "output": false
22219
        },
22220
        "div": {
22221
          "valscore": 0,
22222
          "selscore": 0,
22223
          "valresult": 6,
22224
          "selresult": 3,
22225
          "output": false
22226
        }
22227
      },
22228
      "JR_SPAN.jr-1-SI": {
22229
        "dM": {
22230
          "valscore": 0,
22231
          "selscore": 0,
22232
          "valresult": 6,
22233
          "selresult": 3,
22234
          "output": false
22235
        },
22236
        "body": {
22237
          "valscore": 0,
22238
          "selscore": 0,
22239
          "valresult": 6,
22240
          "selresult": 3,
22241
          "output": false
22242
        },
22243
        "div": {
22244
          "valscore": 0,
22245
          "selscore": 0,
22246
          "valresult": 6,
22247
          "selresult": 3,
22248
          "output": false
22249
        }
22250
      },
22251
      "JR_MYJR-1-SI": {
22252
        "dM": {
22253
          "valscore": 0,
22254
          "selscore": 0,
22255
          "valresult": 6,
22256
          "selresult": 3,
22257
          "output": false
22258
        },
22259
        "body": {
22260
          "valscore": 0,
22261
          "selscore": 0,
22262
          "valresult": 6,
22263
          "selresult": 3,
22264
          "output": false
22265
        },
22266
        "div": {
22267
          "valscore": 0,
22268
          "selscore": 0,
22269
          "valresult": 6,
22270
          "selresult": 3,
22271
          "output": false
22272
        }
22273
      }
22274
    }
22275
  },
22276
  "QV": {
22277
    "Proposed": {
22278
      "B_TEXT_SI": {
22279
        "dM": {
22280
          "valscore": 0,
22281
          "selscore": 0,
22282
          "valresult": 6,
22283
          "selresult": 3,
22284
          "output": ""
22285
        },
22286
        "body": {
22287
          "valscore": 0,
22288
          "selscore": 0,
22289
          "valresult": 6,
22290
          "selresult": 3,
22291
          "output": ""
22292
        },
22293
        "div": {
22294
          "valscore": 0,
22295
          "selscore": 0,
22296
          "valresult": 6,
22297
          "selresult": 3,
22298
          "output": ""
22299
        }
22300
      },
22301
      "B_B-1_SI": {
22302
        "dM": {
22303
          "valscore": 0,
22304
          "selscore": 0,
22305
          "valresult": 6,
22306
          "selresult": 3,
22307
          "output": ""
22308
        },
22309
        "body": {
22310
          "valscore": 0,
22311
          "selscore": 0,
22312
          "valresult": 6,
22313
          "selresult": 3,
22314
          "output": ""
22315
        },
22316
        "div": {
22317
          "valscore": 0,
22318
          "selscore": 0,
22319
          "valresult": 6,
22320
          "selresult": 3,
22321
          "output": ""
22322
        }
22323
      },
22324
      "B_STRONG-1_SI": {
22325
        "dM": {
22326
          "valscore": 0,
22327
          "selscore": 0,
22328
          "valresult": 6,
22329
          "selresult": 3,
22330
          "output": ""
22331
        },
22332
        "body": {
22333
          "valscore": 0,
22334
          "selscore": 0,
22335
          "valresult": 6,
22336
          "selresult": 3,
22337
          "output": ""
22338
        },
22339
        "div": {
22340
          "valscore": 0,
22341
          "selscore": 0,
22342
          "valresult": 6,
22343
          "selresult": 3,
22344
          "output": ""
22345
        }
22346
      },
22347
      "B_SPANs:fw:b-1_SI": {
22348
        "dM": {
22349
          "valscore": 0,
22350
          "selscore": 0,
22351
          "valresult": 6,
22352
          "selresult": 3,
22353
          "output": ""
22354
        },
22355
        "body": {
22356
          "valscore": 0,
22357
          "selscore": 0,
22358
          "valresult": 6,
22359
          "selresult": 3,
22360
          "output": ""
22361
        },
22362
        "div": {
22363
          "valscore": 0,
22364
          "selscore": 0,
22365
          "valresult": 6,
22366
          "selresult": 3,
22367
          "output": ""
22368
        }
22369
      },
22370
      "B_SPANs:fw:n-1_SI": {
22371
        "dM": {
22372
          "valscore": 0,
22373
          "selscore": 0,
22374
          "valresult": 6,
22375
          "selresult": 3,
22376
          "output": ""
22377
        },
22378
        "body": {
22379
          "valscore": 0,
22380
          "selscore": 0,
22381
          "valresult": 6,
22382
          "selresult": 3,
22383
          "output": ""
22384
        },
22385
        "div": {
22386
          "valscore": 0,
22387
          "selscore": 0,
22388
          "valresult": 6,
22389
          "selresult": 3,
22390
          "output": ""
22391
        }
22392
      },
22393
      "B_Bs:fw:n-1_SI": {
22394
        "dM": {
22395
          "valscore": 0,
22396
          "selscore": 0,
22397
          "valresult": 6,
22398
          "selresult": 3,
22399
          "output": ""
22400
        },
22401
        "body": {
22402
          "valscore": 0,
22403
          "selscore": 0,
22404
          "valresult": 6,
22405
          "selresult": 3,
22406
          "output": ""
22407
        },
22408
        "div": {
22409
          "valscore": 0,
22410
          "selscore": 0,
22411
          "valresult": 6,
22412
          "selresult": 3,
22413
          "output": ""
22414
        }
22415
      },
22416
      "B_SPAN.b-1_SI": {
22417
        "dM": {
22418
          "valscore": 0,
22419
          "selscore": 0,
22420
          "valresult": 6,
22421
          "selresult": 3,
22422
          "output": ""
22423
        },
22424
        "body": {
22425
          "valscore": 0,
22426
          "selscore": 0,
22427
          "valresult": 6,
22428
          "selresult": 3,
22429
          "output": ""
22430
        },
22431
        "div": {
22432
          "valscore": 0,
22433
          "selscore": 0,
22434
          "valresult": 6,
22435
          "selresult": 3,
22436
          "output": ""
22437
        }
22438
      },
22439
      "B_MYB-1-SI": {
22440
        "dM": {
22441
          "valscore": 0,
22442
          "selscore": 0,
22443
          "valresult": 6,
22444
          "selresult": 3,
22445
          "output": ""
22446
        },
22447
        "body": {
22448
          "valscore": 0,
22449
          "selscore": 0,
22450
          "valresult": 6,
22451
          "selresult": 3,
22452
          "output": ""
22453
        },
22454
        "div": {
22455
          "valscore": 0,
22456
          "selscore": 0,
22457
          "valresult": 6,
22458
          "selresult": 3,
22459
          "output": ""
22460
        }
22461
      },
22462
      "I_TEXT_SI": {
22463
        "dM": {
22464
          "valscore": 0,
22465
          "selscore": 0,
22466
          "valresult": 6,
22467
          "selresult": 3,
22468
          "output": ""
22469
        },
22470
        "body": {
22471
          "valscore": 0,
22472
          "selscore": 0,
22473
          "valresult": 6,
22474
          "selresult": 3,
22475
          "output": ""
22476
        },
22477
        "div": {
22478
          "valscore": 0,
22479
          "selscore": 0,
22480
          "valresult": 6,
22481
          "selresult": 3,
22482
          "output": ""
22483
        }
22484
      },
22485
      "I_I-1_SI": {
22486
        "dM": {
22487
          "valscore": 0,
22488
          "selscore": 0,
22489
          "valresult": 6,
22490
          "selresult": 3,
22491
          "output": ""
22492
        },
22493
        "body": {
22494
          "valscore": 0,
22495
          "selscore": 0,
22496
          "valresult": 6,
22497
          "selresult": 3,
22498
          "output": ""
22499
        },
22500
        "div": {
22501
          "valscore": 0,
22502
          "selscore": 0,
22503
          "valresult": 6,
22504
          "selresult": 3,
22505
          "output": ""
22506
        }
22507
      },
22508
      "I_EM-1_SI": {
22509
        "dM": {
22510
          "valscore": 0,
22511
          "selscore": 0,
22512
          "valresult": 6,
22513
          "selresult": 3,
22514
          "output": ""
22515
        },
22516
        "body": {
22517
          "valscore": 0,
22518
          "selscore": 0,
22519
          "valresult": 6,
22520
          "selresult": 3,
22521
          "output": ""
22522
        },
22523
        "div": {
22524
          "valscore": 0,
22525
          "selscore": 0,
22526
          "valresult": 6,
22527
          "selresult": 3,
22528
          "output": ""
22529
        }
22530
      },
22531
      "I_SPANs:fs:i-1_SI": {
22532
        "dM": {
22533
          "valscore": 0,
22534
          "selscore": 0,
22535
          "valresult": 6,
22536
          "selresult": 3,
22537
          "output": ""
22538
        },
22539
        "body": {
22540
          "valscore": 0,
22541
          "selscore": 0,
22542
          "valresult": 6,
22543
          "selresult": 3,
22544
          "output": ""
22545
        },
22546
        "div": {
22547
          "valscore": 0,
22548
          "selscore": 0,
22549
          "valresult": 6,
22550
          "selresult": 3,
22551
          "output": ""
22552
        }
22553
      },
22554
      "I_SPANs:fs:n-1_SI": {
22555
        "dM": {
22556
          "valscore": 0,
22557
          "selscore": 0,
22558
          "valresult": 6,
22559
          "selresult": 3,
22560
          "output": ""
22561
        },
22562
        "body": {
22563
          "valscore": 0,
22564
          "selscore": 0,
22565
          "valresult": 6,
22566
          "selresult": 3,
22567
          "output": ""
22568
        },
22569
        "div": {
22570
          "valscore": 0,
22571
          "selscore": 0,
22572
          "valresult": 6,
22573
          "selresult": 3,
22574
          "output": ""
22575
        }
22576
      },
22577
      "I_I-SPANs:fs:n-1_SI": {
22578
        "dM": {
22579
          "valscore": 0,
22580
          "selscore": 0,
22581
          "valresult": 6,
22582
          "selresult": 3,
22583
          "output": ""
22584
        },
22585
        "body": {
22586
          "valscore": 0,
22587
          "selscore": 0,
22588
          "valresult": 6,
22589
          "selresult": 3,
22590
          "output": ""
22591
        },
22592
        "div": {
22593
          "valscore": 0,
22594
          "selscore": 0,
22595
          "valresult": 6,
22596
          "selresult": 3,
22597
          "output": ""
22598
        }
22599
      },
22600
      "I_SPAN.i-1_SI": {
22601
        "dM": {
22602
          "valscore": 0,
22603
          "selscore": 0,
22604
          "valresult": 6,
22605
          "selresult": 3,
22606
          "output": ""
22607
        },
22608
        "body": {
22609
          "valscore": 0,
22610
          "selscore": 0,
22611
          "valresult": 6,
22612
          "selresult": 3,
22613
          "output": ""
22614
        },
22615
        "div": {
22616
          "valscore": 0,
22617
          "selscore": 0,
22618
          "valresult": 6,
22619
          "selresult": 3,
22620
          "output": ""
22621
        }
22622
      },
22623
      "I_MYI-1-SI": {
22624
        "dM": {
22625
          "valscore": 0,
22626
          "selscore": 0,
22627
          "valresult": 6,
22628
          "selresult": 3,
22629
          "output": ""
22630
        },
22631
        "body": {
22632
          "valscore": 0,
22633
          "selscore": 0,
22634
          "valresult": 6,
22635
          "selresult": 3,
22636
          "output": ""
22637
        },
22638
        "div": {
22639
          "valscore": 0,
22640
          "selscore": 0,
22641
          "valresult": 6,
22642
          "selresult": 3,
22643
          "output": ""
22644
        }
22645
      },
22646
      "FB_TEXT-1_SC": {
22647
        "dM": {
22648
          "valscore": 1,
22649
          "selscore": 0,
22650
          "valresult": 8,
22651
          "selresult": 3,
22652
          "output": ""
22653
        },
22654
        "body": {
22655
          "valscore": 1,
22656
          "selscore": 0,
22657
          "valresult": 8,
22658
          "selresult": 3,
22659
          "output": ""
22660
        },
22661
        "div": {
22662
          "valscore": 1,
22663
          "selscore": 0,
22664
          "valresult": 8,
22665
          "selresult": 3,
22666
          "output": ""
22667
        }
22668
      },
22669
      "FB_H1-1_SC": {
22670
        "dM": {
22671
          "valscore": 1,
22672
          "selscore": 0,
22673
          "valresult": 8,
22674
          "selresult": 3,
22675
          "output": "h1"
22676
        },
22677
        "body": {
22678
          "valscore": 1,
22679
          "selscore": 0,
22680
          "valresult": 8,
22681
          "selresult": 3,
22682
          "output": "h1"
22683
        },
22684
        "div": {
22685
          "valscore": 1,
22686
          "selscore": 0,
22687
          "valresult": 8,
22688
          "selresult": 3,
22689
          "output": "h1"
22690
        }
22691
      },
22692
      "FB_PRE-1_SC": {
22693
        "dM": {
22694
          "valscore": 1,
22695
          "selscore": 0,
22696
          "valresult": 8,
22697
          "selresult": 3,
22698
          "output": "pre"
22699
        },
22700
        "body": {
22701
          "valscore": 1,
22702
          "selscore": 0,
22703
          "valresult": 8,
22704
          "selresult": 3,
22705
          "output": "pre"
22706
        },
22707
        "div": {
22708
          "valscore": 1,
22709
          "selscore": 0,
22710
          "valresult": 8,
22711
          "selresult": 3,
22712
          "output": "pre"
22713
        }
22714
      },
22715
      "FB_BQ-1_SC": {
22716
        "dM": {
22717
          "valscore": 0,
22718
          "selscore": 0,
22719
          "valresult": 6,
22720
          "selresult": 3,
22721
          "output": ""
22722
        },
22723
        "body": {
22724
          "valscore": 0,
22725
          "selscore": 0,
22726
          "valresult": 6,
22727
          "selresult": 3,
22728
          "output": ""
22729
        },
22730
        "div": {
22731
          "valscore": 0,
22732
          "selscore": 0,
22733
          "valresult": 6,
22734
          "selresult": 3,
22735
          "output": ""
22736
        }
22737
      },
22738
      "FB_ADDRESS-1_SC": {
22739
        "dM": {
22740
          "valscore": 1,
22741
          "selscore": 0,
22742
          "valresult": 8,
22743
          "selresult": 3,
22744
          "output": "address"
22745
        },
22746
        "body": {
22747
          "valscore": 1,
22748
          "selscore": 0,
22749
          "valresult": 8,
22750
          "selresult": 3,
22751
          "output": "address"
22752
        },
22753
        "div": {
22754
          "valscore": 1,
22755
          "selscore": 0,
22756
          "valresult": 8,
22757
          "selresult": 3,
22758
          "output": "address"
22759
        }
22760
      },
22761
      "FB_H1-H2-1_SC": {
22762
        "dM": {
22763
          "valscore": 1,
22764
          "selscore": 0,
22765
          "valresult": 8,
22766
          "selresult": 3,
22767
          "output": "h2"
22768
        },
22769
        "body": {
22770
          "valscore": 1,
22771
          "selscore": 0,
22772
          "valresult": 8,
22773
          "selresult": 3,
22774
          "output": "h2"
22775
        },
22776
        "div": {
22777
          "valscore": 1,
22778
          "selscore": 0,
22779
          "valresult": 8,
22780
          "selresult": 3,
22781
          "output": "h2"
22782
        }
22783
      },
22784
      "FB_H1-H2-1_SL": {
22785
        "dM": {
22786
          "valscore": 0,
22787
          "selscore": 0,
22788
          "valresult": 6,
22789
          "selresult": 3,
22790
          "output": "h2"
22791
        },
22792
        "body": {
22793
          "valscore": 0,
22794
          "selscore": 0,
22795
          "valresult": 6,
22796
          "selresult": 3,
22797
          "output": "h2"
22798
        },
22799
        "div": {
22800
          "valscore": 0,
22801
          "selscore": 0,
22802
          "valresult": 6,
22803
          "selresult": 3,
22804
          "output": "h2"
22805
        }
22806
      },
22807
      "FB_H1-H2-1_SR": {
22808
        "dM": {
22809
          "valscore": 0,
22810
          "selscore": 0,
22811
          "valresult": 6,
22812
          "selresult": 3,
22813
          "output": ""
22814
        },
22815
        "body": {
22816
          "valscore": 0,
22817
          "selscore": 0,
22818
          "valresult": 6,
22819
          "selresult": 3,
22820
          "output": ""
22821
        },
22822
        "div": {
22823
          "valscore": 0,
22824
          "selscore": 0,
22825
          "valresult": 6,
22826
          "selresult": 3,
22827
          "output": ""
22828
        }
22829
      },
22830
      "FB_TEXT-ADDRESS-1_SL": {
22831
        "dM": {
22832
          "valscore": 0,
22833
          "selscore": 0,
22834
          "valresult": 6,
22835
          "selresult": 3,
22836
          "output": "address"
22837
        },
22838
        "body": {
22839
          "valscore": 0,
22840
          "selscore": 0,
22841
          "valresult": 6,
22842
          "selresult": 3,
22843
          "output": "address"
22844
        },
22845
        "div": {
22846
          "valscore": 0,
22847
          "selscore": 0,
22848
          "valresult": 6,
22849
          "selresult": 3,
22850
          "output": "address"
22851
        }
22852
      },
22853
      "FB_TEXT-ADDRESS-1_SR": {
22854
        "dM": {
22855
          "valscore": 1,
22856
          "selscore": 0,
22857
          "valresult": 8,
22858
          "selresult": 3,
22859
          "output": ""
22860
        },
22861
        "body": {
22862
          "valscore": 1,
22863
          "selscore": 0,
22864
          "valresult": 8,
22865
          "selresult": 3,
22866
          "output": ""
22867
        },
22868
        "div": {
22869
          "valscore": 1,
22870
          "selscore": 0,
22871
          "valresult": 8,
22872
          "selresult": 3,
22873
          "output": ""
22874
        }
22875
      },
22876
      "FB_H1-H2.TEXT.H2-1_SM": {
22877
        "dM": {
22878
          "valscore": 0,
22879
          "selscore": 0,
22880
          "valresult": 6,
22881
          "selresult": 3,
22882
          "output": "h2"
22883
        },
22884
        "body": {
22885
          "valscore": 0,
22886
          "selscore": 0,
22887
          "valresult": 6,
22888
          "selresult": 3,
22889
          "output": "h2"
22890
        },
22891
        "div": {
22892
          "valscore": 0,
22893
          "selscore": 0,
22894
          "valresult": 6,
22895
          "selresult": 3,
22896
          "output": "h2"
22897
        }
22898
      },
22899
      "H_H1-1_SC": {
22900
        "dM": {
22901
          "valscore": 1,
22902
          "selscore": 0,
22903
          "valresult": 8,
22904
          "selresult": 3,
22905
          "output": "h1"
22906
        },
22907
        "body": {
22908
          "valscore": 1,
22909
          "selscore": 0,
22910
          "valresult": 8,
22911
          "selresult": 3,
22912
          "output": "h1"
22913
        },
22914
        "div": {
22915
          "valscore": 1,
22916
          "selscore": 0,
22917
          "valresult": 8,
22918
          "selresult": 3,
22919
          "output": "h1"
22920
        }
22921
      },
22922
      "H_H3-1_SC": {
22923
        "dM": {
22924
          "valscore": 1,
22925
          "selscore": 0,
22926
          "valresult": 8,
22927
          "selresult": 3,
22928
          "output": "h3"
22929
        },
22930
        "body": {
22931
          "valscore": 1,
22932
          "selscore": 0,
22933
          "valresult": 8,
22934
          "selresult": 3,
22935
          "output": "h3"
22936
        },
22937
        "div": {
22938
          "valscore": 1,
22939
          "selscore": 0,
22940
          "valresult": 8,
22941
          "selresult": 3,
22942
          "output": "h3"
22943
        }
22944
      },
22945
      "H_H1-H2-H3-H4-1_SC": {
22946
        "dM": {
22947
          "valscore": 1,
22948
          "selscore": 0,
22949
          "valresult": 8,
22950
          "selresult": 3,
22951
          "output": "h4"
22952
        },
22953
        "body": {
22954
          "valscore": 1,
22955
          "selscore": 0,
22956
          "valresult": 8,
22957
          "selresult": 3,
22958
          "output": "h4"
22959
        },
22960
        "div": {
22961
          "valscore": 1,
22962
          "selscore": 0,
22963
          "valresult": 8,
22964
          "selresult": 3,
22965
          "output": "h4"
22966
        }
22967
      },
22968
      "H_P-1_SC": {
22969
        "dM": {
22970
          "valscore": 0,
22971
          "selscore": 0,
22972
          "valresult": 6,
22973
          "selresult": 3,
22974
          "output": "p"
22975
        },
22976
        "body": {
22977
          "valscore": 0,
22978
          "selscore": 0,
22979
          "valresult": 6,
22980
          "selresult": 3,
22981
          "output": "p"
22982
        },
22983
        "div": {
22984
          "valscore": 0,
22985
          "selscore": 0,
22986
          "valresult": 6,
22987
          "selresult": 3,
22988
          "output": "p"
22989
        }
22990
      },
22991
      "FN_FONTf:a-1_SI": {
22992
        "dM": {
22993
          "valscore": 1,
22994
          "selscore": 0,
22995
          "valresult": 8,
22996
          "selresult": 3,
22997
          "output": "arial"
22998
        },
22999
        "body": {
23000
          "valscore": 1,
23001
          "selscore": 0,
23002
          "valresult": 8,
23003
          "selresult": 3,
23004
          "output": "arial"
23005
        },
23006
        "div": {
23007
          "valscore": 1,
23008
          "selscore": 0,
23009
          "valresult": 8,
23010
          "selresult": 3,
23011
          "output": "arial"
23012
        }
23013
      },
23014
      "FN_SPANs:ff:a-1_SI": {
23015
        "dM": {
23016
          "valscore": 0,
23017
          "selscore": 0,
23018
          "valresult": 6,
23019
          "selresult": 3,
23020
          "output": ""
23021
        },
23022
        "body": {
23023
          "valscore": 0,
23024
          "selscore": 0,
23025
          "valresult": 6,
23026
          "selresult": 3,
23027
          "output": ""
23028
        },
23029
        "div": {
23030
          "valscore": 0,
23031
          "selscore": 0,
23032
          "valresult": 6,
23033
          "selresult": 3,
23034
          "output": ""
23035
        }
23036
      },
23037
      "FN_FONTf:a.s:ff:c-1_SI": {
23038
        "dM": {
23039
          "valscore": 0,
23040
          "selscore": 0,
23041
          "valresult": 6,
23042
          "selresult": 3,
23043
          "output": "arial"
23044
        },
23045
        "body": {
23046
          "valscore": 0,
23047
          "selscore": 0,
23048
          "valresult": 6,
23049
          "selresult": 3,
23050
          "output": "arial"
23051
        },
23052
        "div": {
23053
          "valscore": 0,
23054
          "selscore": 0,
23055
          "valresult": 6,
23056
          "selresult": 3,
23057
          "output": "arial"
23058
        }
23059
      },
23060
      "FN_FONTf:a-FONTf:c-1_SI": {
23061
        "dM": {
23062
          "valscore": 1,
23063
          "selscore": 0,
23064
          "valresult": 8,
23065
          "selresult": 3,
23066
          "output": "courier"
23067
        },
23068
        "body": {
23069
          "valscore": 1,
23070
          "selscore": 0,
23071
          "valresult": 8,
23072
          "selresult": 3,
23073
          "output": "courier"
23074
        },
23075
        "div": {
23076
          "valscore": 1,
23077
          "selscore": 0,
23078
          "valresult": 8,
23079
          "selresult": 3,
23080
          "output": "courier"
23081
        }
23082
      },
23083
      "FN_SPANs:ff:c-FONTf:a-1_SI": {
23084
        "dM": {
23085
          "valscore": 1,
23086
          "selscore": 0,
23087
          "valresult": 8,
23088
          "selresult": 3,
23089
          "output": "arial"
23090
        },
23091
        "body": {
23092
          "valscore": 1,
23093
          "selscore": 0,
23094
          "valresult": 8,
23095
          "selresult": 3,
23096
          "output": "arial"
23097
        },
23098
        "div": {
23099
          "valscore": 1,
23100
          "selscore": 0,
23101
          "valresult": 8,
23102
          "selresult": 3,
23103
          "output": "arial"
23104
        }
23105
      },
23106
      "FN_SPAN.fs18px-1_SI": {
23107
        "dM": {
23108
          "valscore": 0,
23109
          "selscore": 0,
23110
          "valresult": 6,
23111
          "selresult": 3,
23112
          "output": ""
23113
        },
23114
        "body": {
23115
          "valscore": 0,
23116
          "selscore": 0,
23117
          "valresult": 6,
23118
          "selresult": 3,
23119
          "output": ""
23120
        },
23121
        "div": {
23122
          "valscore": 0,
23123
          "selscore": 0,
23124
          "valresult": 6,
23125
          "selresult": 3,
23126
          "output": ""
23127
        }
23128
      },
23129
      "FN_MYCOURIER-1-SI": {
23130
        "dM": {
23131
          "valscore": 0,
23132
          "selscore": 0,
23133
          "valresult": 6,
23134
          "selresult": 3,
23135
          "output": ""
23136
        },
23137
        "body": {
23138
          "valscore": 0,
23139
          "selscore": 0,
23140
          "valresult": 6,
23141
          "selresult": 3,
23142
          "output": ""
23143
        },
23144
        "div": {
23145
          "valscore": 0,
23146
          "selscore": 0,
23147
          "valresult": 6,
23148
          "selresult": 3,
23149
          "output": ""
23150
        }
23151
      },
23152
      "FS_FONTsz:4-1_SI": {
23153
        "dM": {
23154
          "valscore": 1,
23155
          "selscore": 0,
23156
          "valresult": 8,
23157
          "selresult": 3,
23158
          "output": "4"
23159
        },
23160
        "body": {
23161
          "valscore": 1,
23162
          "selscore": 0,
23163
          "valresult": 8,
23164
          "selresult": 3,
23165
          "output": "4"
23166
        },
23167
        "div": {
23168
          "valscore": 1,
23169
          "selscore": 0,
23170
          "valresult": 8,
23171
          "selresult": 3,
23172
          "output": "4"
23173
        }
23174
      },
23175
      "FS_FONTs:fs:l-1_SI": {
23176
        "dM": {
23177
          "valscore": 0,
23178
          "selscore": 0,
23179
          "valresult": 6,
23180
          "selresult": 3,
23181
          "output": ""
23182
        },
23183
        "body": {
23184
          "valscore": 0,
23185
          "selscore": 0,
23186
          "valresult": 6,
23187
          "selresult": 3,
23188
          "output": ""
23189
        },
23190
        "div": {
23191
          "valscore": 0,
23192
          "selscore": 0,
23193
          "valresult": 6,
23194
          "selresult": 3,
23195
          "output": ""
23196
        }
23197
      },
23198
      "FS_FONT.ass.s:fs:l-1_SI": {
23199
        "dM": {
23200
          "valscore": 0,
23201
          "selscore": 0,
23202
          "valresult": 6,
23203
          "selresult": 3,
23204
          "output": ""
23205
        },
23206
        "body": {
23207
          "valscore": 0,
23208
          "selscore": 0,
23209
          "valresult": 6,
23210
          "selresult": 3,
23211
          "output": ""
23212
        },
23213
        "div": {
23214
          "valscore": 0,
23215
          "selscore": 0,
23216
          "valresult": 6,
23217
          "selresult": 3,
23218
          "output": ""
23219
        }
23220
      },
23221
      "FS_FONTsz:1.s:fs:xl-1_SI": {
23222
        "dM": {
23223
          "valscore": 0,
23224
          "selscore": 0,
23225
          "valresult": 6,
23226
          "selresult": 3,
23227
          "output": "1"
23228
        },
23229
        "body": {
23230
          "valscore": 0,
23231
          "selscore": 0,
23232
          "valresult": 6,
23233
          "selresult": 3,
23234
          "output": "1"
23235
        },
23236
        "div": {
23237
          "valscore": 0,
23238
          "selscore": 0,
23239
          "valresult": 6,
23240
          "selresult": 3,
23241
          "output": "1"
23242
        }
23243
      },
23244
      "FS_SPAN.large-1_SI": {
23245
        "dM": {
23246
          "valscore": 0,
23247
          "selscore": 0,
23248
          "valresult": 6,
23249
          "selresult": 3,
23250
          "output": ""
23251
        },
23252
        "body": {
23253
          "valscore": 0,
23254
          "selscore": 0,
23255
          "valresult": 6,
23256
          "selresult": 3,
23257
          "output": ""
23258
        },
23259
        "div": {
23260
          "valscore": 0,
23261
          "selscore": 0,
23262
          "valresult": 6,
23263
          "selresult": 3,
23264
          "output": ""
23265
        }
23266
      },
23267
      "FS_SPAN.fs18px-1_SI": {
23268
        "dM": {
23269
          "valscore": 0,
23270
          "selscore": 0,
23271
          "valresult": 6,
23272
          "selresult": 3,
23273
          "output": ""
23274
        },
23275
        "body": {
23276
          "valscore": 0,
23277
          "selscore": 0,
23278
          "valresult": 6,
23279
          "selresult": 3,
23280
          "output": ""
23281
        },
23282
        "div": {
23283
          "valscore": 0,
23284
          "selscore": 0,
23285
          "valresult": 6,
23286
          "selresult": 3,
23287
          "output": ""
23288
        }
23289
      },
23290
      "FA_MYLARGE-1-SI": {
23291
        "dM": {
23292
          "valscore": 0,
23293
          "selscore": 0,
23294
          "valresult": 6,
23295
          "selresult": 3,
23296
          "output": ""
23297
        },
23298
        "body": {
23299
          "valscore": 0,
23300
          "selscore": 0,
23301
          "valresult": 6,
23302
          "selresult": 3,
23303
          "output": ""
23304
        },
23305
        "div": {
23306
          "valscore": 0,
23307
          "selscore": 0,
23308
          "valresult": 6,
23309
          "selresult": 3,
23310
          "output": ""
23311
        }
23312
      },
23313
      "FA_MYFS18PX-1-SI": {
23314
        "dM": {
23315
          "valscore": 0,
23316
          "selscore": 0,
23317
          "valresult": 6,
23318
          "selresult": 3,
23319
          "output": ""
23320
        },
23321
        "body": {
23322
          "valscore": 0,
23323
          "selscore": 0,
23324
          "valresult": 6,
23325
          "selresult": 3,
23326
          "output": ""
23327
        },
23328
        "div": {
23329
          "valscore": 0,
23330
          "selscore": 0,
23331
          "valresult": 6,
23332
          "selresult": 3,
23333
          "output": ""
23334
        }
23335
      },
23336
      "BC_FONTs:bc:fca-1_SI": {
23337
        "dM": {
23338
          "valscore": 0,
23339
          "selscore": 0,
23340
          "valresult": 6,
23341
          "selresult": 3,
23342
          "output": ""
23343
        },
23344
        "body": {
23345
          "valscore": 0,
23346
          "selscore": 0,
23347
          "valresult": 6,
23348
          "selresult": 3,
23349
          "output": ""
23350
        },
23351
        "div": {
23352
          "valscore": 0,
23353
          "selscore": 0,
23354
          "valresult": 6,
23355
          "selresult": 3,
23356
          "output": ""
23357
        }
23358
      },
23359
      "BC_SPANs:bc:abc-1_SI": {
23360
        "dM": {
23361
          "valscore": 0,
23362
          "selscore": 0,
23363
          "valresult": 6,
23364
          "selresult": 3,
23365
          "output": ""
23366
        },
23367
        "body": {
23368
          "valscore": 0,
23369
          "selscore": 0,
23370
          "valresult": 6,
23371
          "selresult": 3,
23372
          "output": ""
23373
        },
23374
        "div": {
23375
          "valscore": 0,
23376
          "selscore": 0,
23377
          "valresult": 6,
23378
          "selresult": 3,
23379
          "output": ""
23380
        }
23381
      },
23382
      "BC_FONTs:bc:084-SPAN-1_SI": {
23383
        "dM": {
23384
          "valscore": 0,
23385
          "selscore": 0,
23386
          "valresult": 6,
23387
          "selresult": 3,
23388
          "output": ""
23389
        },
23390
        "body": {
23391
          "valscore": 0,
23392
          "selscore": 0,
23393
          "valresult": 6,
23394
          "selresult": 3,
23395
          "output": ""
23396
        },
23397
        "div": {
23398
          "valscore": 0,
23399
          "selscore": 0,
23400
          "valresult": 6,
23401
          "selresult": 3,
23402
          "output": ""
23403
        }
23404
      },
23405
      "BC_SPANs:bc:cde-SPAN-1_SI": {
23406
        "dM": {
23407
          "valscore": 0,
23408
          "selscore": 0,
23409
          "valresult": 6,
23410
          "selresult": 3,
23411
          "output": ""
23412
        },
23413
        "body": {
23414
          "valscore": 0,
23415
          "selscore": 0,
23416
          "valresult": 6,
23417
          "selresult": 3,
23418
          "output": ""
23419
        },
23420
        "div": {
23421
          "valscore": 0,
23422
          "selscore": 0,
23423
          "valresult": 6,
23424
          "selresult": 3,
23425
          "output": ""
23426
        }
23427
      },
23428
      "BC_SPAN.ass.s:bc:rgb-1_SI": {
23429
        "dM": {
23430
          "valscore": 0,
23431
          "selscore": 0,
23432
          "valresult": 6,
23433
          "selresult": 3,
23434
          "output": ""
23435
        },
23436
        "body": {
23437
          "valscore": 0,
23438
          "selscore": 0,
23439
          "valresult": 6,
23440
          "selresult": 3,
23441
          "output": ""
23442
        },
23443
        "div": {
23444
          "valscore": 0,
23445
          "selscore": 0,
23446
          "valresult": 6,
23447
          "selresult": 3,
23448
          "output": ""
23449
        }
23450
      },
23451
      "BC_SPAN.bcred-1_SI": {
23452
        "dM": {
23453
          "valscore": 0,
23454
          "selscore": 0,
23455
          "valresult": 6,
23456
          "selresult": 3,
23457
          "output": ""
23458
        },
23459
        "body": {
23460
          "valscore": 0,
23461
          "selscore": 0,
23462
          "valresult": 6,
23463
          "selresult": 3,
23464
          "output": ""
23465
        },
23466
        "div": {
23467
          "valscore": 0,
23468
          "selscore": 0,
23469
          "valresult": 6,
23470
          "selresult": 3,
23471
          "output": ""
23472
        }
23473
      },
23474
      "BC_MYBCRED-1-SI": {
23475
        "dM": {
23476
          "valscore": 0,
23477
          "selscore": 0,
23478
          "valresult": 6,
23479
          "selresult": 3,
23480
          "output": ""
23481
        },
23482
        "body": {
23483
          "valscore": 0,
23484
          "selscore": 0,
23485
          "valresult": 6,
23486
          "selresult": 3,
23487
          "output": ""
23488
        },
23489
        "div": {
23490
          "valscore": 0,
23491
          "selscore": 0,
23492
          "valresult": 6,
23493
          "selresult": 3,
23494
          "output": ""
23495
        }
23496
      },
23497
      "FC_FONTc:f00-1_SI": {
23498
        "dM": {
23499
          "valscore": 1,
23500
          "selscore": 0,
23501
          "valresult": 8,
23502
          "selresult": 3,
23503
          "output": "#ff0000"
23504
        },
23505
        "body": {
23506
          "valscore": 1,
23507
          "selscore": 0,
23508
          "valresult": 8,
23509
          "selresult": 3,
23510
          "output": "#ff0000"
23511
        },
23512
        "div": {
23513
          "valscore": 1,
23514
          "selscore": 0,
23515
          "valresult": 8,
23516
          "selresult": 3,
23517
          "output": "#ff0000"
23518
        }
23519
      },
23520
      "FC_SPANs:c:0f0-1_SI": {
23521
        "dM": {
23522
          "valscore": 0,
23523
          "selscore": 0,
23524
          "valresult": 6,
23525
          "selresult": 3,
23526
          "output": ""
23527
        },
23528
        "body": {
23529
          "valscore": 0,
23530
          "selscore": 0,
23531
          "valresult": 6,
23532
          "selresult": 3,
23533
          "output": ""
23534
        },
23535
        "div": {
23536
          "valscore": 0,
23537
          "selscore": 0,
23538
          "valresult": 6,
23539
          "selresult": 3,
23540
          "output": ""
23541
        }
23542
      },
23543
      "FC_FONTc:333.s:c:999-1_SI": {
23544
        "dM": {
23545
          "valscore": 0,
23546
          "selscore": 0,
23547
          "valresult": 6,
23548
          "selresult": 3,
23549
          "output": "#333333"
23550
        },
23551
        "body": {
23552
          "valscore": 0,
23553
          "selscore": 0,
23554
          "valresult": 6,
23555
          "selresult": 3,
23556
          "output": "#333333"
23557
        },
23558
        "div": {
23559
          "valscore": 0,
23560
          "selscore": 0,
23561
          "valresult": 6,
23562
          "selresult": 3,
23563
          "output": "#333333"
23564
        }
23565
      },
23566
      "FC_FONTc:641-SPAN-1_SI": {
23567
        "dM": {
23568
          "valscore": 1,
23569
          "selscore": 0,
23570
          "valresult": 8,
23571
          "selresult": 3,
23572
          "output": "#664411"
23573
        },
23574
        "body": {
23575
          "valscore": 1,
23576
          "selscore": 0,
23577
          "valresult": 8,
23578
          "selresult": 3,
23579
          "output": "#664411"
23580
        },
23581
        "div": {
23582
          "valscore": 1,
23583
          "selscore": 0,
23584
          "valresult": 8,
23585
          "selresult": 3,
23586
          "output": "#664411"
23587
        }
23588
      },
23589
      "FC_SPANs:c:d95-SPAN-1_SI": {
23590
        "dM": {
23591
          "valscore": 0,
23592
          "selscore": 0,
23593
          "valresult": 6,
23594
          "selresult": 3,
23595
          "output": ""
23596
        },
23597
        "body": {
23598
          "valscore": 0,
23599
          "selscore": 0,
23600
          "valresult": 6,
23601
          "selresult": 3,
23602
          "output": ""
23603
        },
23604
        "div": {
23605
          "valscore": 0,
23606
          "selscore": 0,
23607
          "valresult": 6,
23608
          "selresult": 3,
23609
          "output": ""
23610
        }
23611
      },
23612
      "FC_SPAN.red-1_SI": {
23613
        "dM": {
23614
          "valscore": 0,
23615
          "selscore": 0,
23616
          "valresult": 6,
23617
          "selresult": 3,
23618
          "output": ""
23619
        },
23620
        "body": {
23621
          "valscore": 0,
23622
          "selscore": 0,
23623
          "valresult": 6,
23624
          "selresult": 3,
23625
          "output": ""
23626
        },
23627
        "div": {
23628
          "valscore": 0,
23629
          "selscore": 0,
23630
          "valresult": 6,
23631
          "selresult": 3,
23632
          "output": ""
23633
        }
23634
      },
23635
      "FC_MYRED-1-SI": {
23636
        "dM": {
23637
          "valscore": 0,
23638
          "selscore": 0,
23639
          "valresult": 6,
23640
          "selresult": 3,
23641
          "output": ""
23642
        },
23643
        "body": {
23644
          "valscore": 0,
23645
          "selscore": 0,
23646
          "valresult": 6,
23647
          "selresult": 3,
23648
          "output": ""
23649
        },
23650
        "div": {
23651
          "valscore": 0,
23652
          "selscore": 0,
23653
          "valresult": 6,
23654
          "selresult": 3,
23655
          "output": ""
23656
        }
23657
      },
23658
      "HC_FONTs:bc:fc0-1_SI": {
23659
        "dM": {
23660
          "valscore": 0,
23661
          "selscore": 0,
23662
          "valresult": 6,
23663
          "selresult": 3,
23664
          "output": "transparent"
23665
        },
23666
        "body": {
23667
          "valscore": 0,
23668
          "selscore": 0,
23669
          "valresult": 6,
23670
          "selresult": 3,
23671
          "output": "transparent"
23672
        },
23673
        "div": {
23674
          "valscore": 0,
23675
          "selscore": 0,
23676
          "valresult": 6,
23677
          "selresult": 3,
23678
          "output": "transparent"
23679
        }
23680
      },
23681
      "HC_SPANs:bc:a0c-1_SI": {
23682
        "dM": {
23683
          "valscore": 0,
23684
          "selscore": 0,
23685
          "valresult": 6,
23686
          "selresult": 3,
23687
          "output": "transparent"
23688
        },
23689
        "body": {
23690
          "valscore": 0,
23691
          "selscore": 0,
23692
          "valresult": 6,
23693
          "selresult": 3,
23694
          "output": "transparent"
23695
        },
23696
        "div": {
23697
          "valscore": 0,
23698
          "selscore": 0,
23699
          "valresult": 6,
23700
          "selresult": 3,
23701
          "output": "transparent"
23702
        }
23703
      },
23704
      "HC_SPAN.ass.s:bc:rgb-1_SI": {
23705
        "dM": {
23706
          "valscore": 0,
23707
          "selscore": 0,
23708
          "valresult": 6,
23709
          "selresult": 3,
23710
          "output": "transparent"
23711
        },
23712
        "body": {
23713
          "valscore": 0,
23714
          "selscore": 0,
23715
          "valresult": 6,
23716
          "selresult": 3,
23717
          "output": "transparent"
23718
        },
23719
        "div": {
23720
          "valscore": 0,
23721
          "selscore": 0,
23722
          "valresult": 6,
23723
          "selresult": 3,
23724
          "output": "transparent"
23725
        }
23726
      },
23727
      "HC_FONTs:bc:83e-SPAN-1_SI": {
23728
        "dM": {
23729
          "valscore": 0,
23730
          "selscore": 0,
23731
          "valresult": 6,
23732
          "selresult": 3,
23733
          "output": "transparent"
23734
        },
23735
        "body": {
23736
          "valscore": 0,
23737
          "selscore": 0,
23738
          "valresult": 6,
23739
          "selresult": 3,
23740
          "output": "transparent"
23741
        },
23742
        "div": {
23743
          "valscore": 0,
23744
          "selscore": 0,
23745
          "valresult": 6,
23746
          "selresult": 3,
23747
          "output": "transparent"
23748
        }
23749
      },
23750
      "HC_SPANs:bc:b12-SPAN-1_SI": {
23751
        "dM": {
23752
          "valscore": 0,
23753
          "selscore": 0,
23754
          "valresult": 6,
23755
          "selresult": 3,
23756
          "output": "transparent"
23757
        },
23758
        "body": {
23759
          "valscore": 0,
23760
          "selscore": 0,
23761
          "valresult": 6,
23762
          "selresult": 3,
23763
          "output": "transparent"
23764
        },
23765
        "div": {
23766
          "valscore": 0,
23767
          "selscore": 0,
23768
          "valresult": 6,
23769
          "selresult": 3,
23770
          "output": "transparent"
23771
        }
23772
      },
23773
      "HC_SPAN.bcred-1_SI": {
23774
        "dM": {
23775
          "valscore": 0,
23776
          "selscore": 0,
23777
          "valresult": 6,
23778
          "selresult": 3,
23779
          "output": "transparent"
23780
        },
23781
        "body": {
23782
          "valscore": 0,
23783
          "selscore": 0,
23784
          "valresult": 6,
23785
          "selresult": 3,
23786
          "output": "transparent"
23787
        },
23788
        "div": {
23789
          "valscore": 0,
23790
          "selscore": 0,
23791
          "valresult": 6,
23792
          "selresult": 3,
23793
          "output": "transparent"
23794
        }
23795
      },
23796
      "HC_MYBCRED-1-SI": {
23797
        "dM": {
23798
          "valscore": 0,
23799
          "selscore": 0,
23800
          "valresult": 6,
23801
          "selresult": 3,
23802
          "output": "transparent"
23803
        },
23804
        "body": {
23805
          "valscore": 0,
23806
          "selscore": 0,
23807
          "valresult": 6,
23808
          "selresult": 3,
23809
          "output": "transparent"
23810
        },
23811
        "div": {
23812
          "valscore": 0,
23813
          "selscore": 0,
23814
          "valresult": 6,
23815
          "selresult": 3,
23816
          "output": "transparent"
23817
        }
23818
      }
23819
    }
23820
  }
23821
};
(-)a/editor/libeditor/html/tests/browserscope/test_richtext2.html (+223 lines)
Line     Link Here 
Line 0    Link Here 
1
<!DOCTYPE html>
2
<html lang="en">
3
<!--
4
BrowserScope richtext2 category tests
5
6
This test is originally based on the unit test example available as part of the
7
RichText2 suite:
8
http://code.google.com/p/browserscope/source/browse/trunk/categories/richtext2/unittestexample.html
9
-->
10
<head>
11
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
12
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
13
14
  <title>BrowserScope Richtext2 Tests</title>
15
  <script type="application/javascript" src="/MochiKit/packed.js"></script>
16
  <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
17
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
18
  <script type="text/javascript" src="/tests/SimpleTest/EventUtils.js"></script>  
19
20
  <!-- utility scripts -->
21
  <script type="text/javascript" src="lib/richtext2/richtext2/static/js/variables.js"></script>
22
  <script type="text/javascript" src="lib/richtext2/richtext2/static/js/canonicalize.js"></script>
23
  <script type="text/javascript" src="lib/richtext2/richtext2/static/js/compare.js"></script>
24
  <script type="text/javascript" src="lib/richtext2/richtext2/static/js/pad.js"></script>
25
  <script type="text/javascript" src="lib/richtext2/richtext2/static/js/range.js"></script>
26
  <script type="text/javascript" src="lib/richtext2/richtext2/static/js/units.js"></script>
27
  <script type="text/javascript" src="lib/richtext2/richtext2/static/js/run.js"></script>
28
  <!-- you do not need static/js/output.js -->
29
30
  <!--
31
    Tests - note that those have the extensions .py,
32
    but can be used as JS files directly.
33
  -->
34
  <script type="text/javascript" src="lib/richtext2/richtext2/tests/selection.py"></script>
35
  <script type="text/javascript" src="lib/richtext2/richtext2/tests/apply.py"></script>
36
  <script type="text/javascript" src="lib/richtext2/richtext2/tests/applyCSS.py"></script>
37
  <script type="text/javascript" src="lib/richtext2/richtext2/tests/change.py"></script>
38
  <script type="text/javascript" src="lib/richtext2/richtext2/tests/changeCSS.py"></script>
39
  <script type="text/javascript" src="lib/richtext2/richtext2/tests/unapply.py"></script>
40
  <script type="text/javascript" src="lib/richtext2/richtext2/tests/unapplyCSS.py"></script>
41
  <script type="text/javascript" src="lib/richtext2/richtext2/tests/delete.py"></script>
42
  <script type="text/javascript" src="lib/richtext2/richtext2/tests/forwarddelete.py"></script>
43
  <script type="text/javascript" src="lib/richtext2/richtext2/tests/insert.py"></script>
44
  <script type="text/javascript" src="lib/richtext2/richtext2/tests/querySupported.py"></script>
45
  <script type="text/javascript" src="lib/richtext2/richtext2/tests/queryEnabled.py"></script>
46
  <script type="text/javascript" src="lib/richtext2/richtext2/tests/queryIndeterm.py"></script>
47
  <script type="text/javascript" src="lib/richtext2/richtext2/tests/queryState.py"></script>
48
  <script type="text/javascript" src="lib/richtext2/richtext2/tests/queryValue.py"></script>
49
50
  <script type="text/javascript" src="lib/richtext2/currentStatus.js"></script>
51
52
  <!-- Do something -->
53
  <script type="text/javascript">
54
    // Set this constant to true in order to get the current status of the test suite.
55
    // This is useful for updating the currentStatus.js file when an editor bug is fixed.
56
    const UPDATE_TEST_RESULTS = false;
57
58
    function runTest() {
59
      initVariables();
60
      initEditorDocs();
61
62
      const tests = [
63
        SELECTION_TESTS,
64
        APPLY_TESTS,
65
        APPLY_TESTS_CSS,
66
        CHANGE_TESTS,
67
        CHANGE_TESTS_CSS,
68
        UNAPPLY_TESTS,
69
        UNAPPLY_TESTS_CSS,
70
        DELETE_TESTS,
71
        FORWARDDELETE_TESTS,
72
        INSERT_TESTS,
73
        QUERYSUPPORTED_TESTS,
74
        QUERYENABLED_TESTS,
75
        QUERYINDETERM_TESTS,
76
        QUERYSTATE_TESTS,
77
        QUERYVALUE_TESTS,
78
      ];
79
80
      for (var i = 0; i < tests.length; ++i) {
81
        runTestSuite(tests[i]);
82
      }
83
84
      // Below alert is just a simple demonstration on how to access the test results.
85
      // Note that we only ran UNAPPLY tests above, so we have only results from that test set.
86
      //
87
      // The 'results' structure is as follows:
88
      //
89
      // results                   structure containing all results
90
      //     [<suite ID>]              structure containing the results for the given suite *)
91
      //         .count                    number of tests in the given suite
92
      //         .valscore                 sum of all test value results (HTML or query value)
93
      //         .selscore                 sum of all selection results (HTML tests only)
94
      //         [<class ID>]              structure containing the results for the given class **)
95
      //             .count                    number of tests in the given suite
96
      //             .valscore                 sum of all test value results (HTML or query value)
97
      //             .selscore                 sum of all selection results (HTML tests only)
98
      //             [<test ID>]               structure containing the reults for a given test ***)
99
      //                 .valscore                 value score (0 or 1), minimum over all containers
100
      //                 .selscore                 selection score (0 or 1), minimum over all containers (HTML tests only)
101
      //                 .valresult                worst test value result (integer, see variables.js)
102
      //                 .selresult                worst selection result (integer, see variables.js)
103
      //                 [<cont. ID>]              structure containing the results of the test for a given container ****)
104
      //                     .valscore                 value score (0 or 1)
105
      //                     .selscore                 selection score (0 or 1)
106
      //                     .valresult                value result (integer, see variables.js)
107
      //                     .selresult                selection result (integer, see variables.js)
108
      //                     .output                   output string (mainly for use by the online version)
109
      //                     .innerHTML                inner HTML of the testing container (<div> or <body>) after the test
110
      //                     .outerHTML                outer HTML of the testing container (<div> or <body>) after the test
111
      //                     .bodyInnerHTML            inner HTML of the <body> after the test
112
      //                     .bodyOuterHTML            outer HTML of the <body> after the test
113
      //
114
      // *)    <suite ID>:      a 1-3 character ID, e.g. UNAPPLY_TESTS.id, or 'U' (both referring the same suite)
115
      // **)   <class ID>:      one of 'Proposed', 'RFC' or 'Finalized'
116
      // ***)  <test ID>:       the ID of the test, without the leading 'RTE2-<suite ID>_' part
117
      // ****) <container ID>:  one of 'div'  (test within a <div contenteditable="true">)
118
      //                               'dM'   (test with designMode = 'on')
119
      //                               'body' (test within a <body contenteditable="true">)
120
121
      if (UPDATE_TEST_RESULTS) {
122
        var testResults = {};
123
        for (var i = 0; i < tests.length; ++i) {
124
          var category = tests[i];
125
          testResults[category.id] = {};
126
          for (var group in results[category.id]) {
127
            switch (group) {
128
            // Skip the knwon properties
129
            case "count":
130
            case "valscore":
131
            case "selscore":
132
            case "time":
133
              break;
134
            default:
135
              testResults[category.id][group] = {};
136
              for (var test_id in results[category.id][group]) {
137
                switch (test_id) {
138
                // Skip the knwon properties
139
                case "count":
140
                case "valscore":
141
                case "selscore":
142
                  break;
143
                default:
144
                  testResults[category.id][group][test_id] = {};
145
                  for (var structure in results[category.id][group][test_id]) {
146
                    switch (structure) {
147
                    // Only look at each test structure
148
                    case "dM":
149
                    case "body":
150
                    case "div":
151
                      var row = results[category.id][group][test_id][structure];
152
                      testResults[category.id][group][test_id][structure] = row;
153
                    }
154
                  }
155
                }
156
              }
157
            }
158
          }
159
        }
160
        var resultContainer = document.getElementById("results");
161
        resultContainer.style.display = "";
162
        resultContainer.textContent = JSON.stringify(testResults);
163
      } else {
164
        for (var i = 0; i < tests.length; ++i) {
165
          var category = tests[i];
166
          for (var group in results[category.id]) {
167
            switch (group) {
168
            // Skip the knwon properties
169
            case "count":
170
            case "valscore":
171
            case "selscore":
172
            case "time":
173
              break;
174
            default:
175
              for (var test_id in results[category.id][group]) {
176
                switch (test_id) {
177
                // Skip the knwon properties
178
                case "count":
179
                case "valscore":
180
                case "selscore":
181
                  break;
182
                default:
183
                  for (var structure in results[category.id][group][test_id]) {
184
                    switch (structure) {
185
                    // Only look at each test structure
186
                    case "dM":
187
                    case "body":
188
                    case "div":
189
                      var row = results[category.id][group][test_id][structure];
190
                      var expected = TEST_RESULTS[category.id][group][test_id][structure];
191
                      var testName = "[" + [category.id, group, test_id, structure].join(", ") + "]";
192
                      is(row.valscore, expected.valscore, "The value score for " + testName + " should be correct");
193
                      is(row.selscore, expected.selscore, "The selection score for " + testName + " should be correct");
194
                      if (row.valscore != expected.valscore ||
195
                          row.selscore != expected.selscore) {
196
                        // debugging information
197
                        is(row.output, expected.output, "HTML test result comparison");
198
                      }
199
                    }
200
                  }
201
                }
202
              }
203
            }
204
          }
205
        }
206
      }
207
208
      SimpleTest.finish();
209
    }
210
211
    SimpleTest.waitForExplicitFinish();
212
    // Running all of the tests can take a long time, try to account for it
213
    SimpleTest.requestLongerTimeout(5);
214
  </script>
215
</head>
216
217
<body onload="runTest()">
218
  <iframe name="iframe-dM" id="iframe-dM" src="lib/richtext2/richtext2/static/editable-dM.html"></iframe>
219
  <iframe name="iframe-body" id="iframe-body" src="lib/richtext2/richtext2/static/editable-body.html"></iframe>
220
  <iframe name="iframe-div" id="iframe-div" src="lib/richtext2/richtext2/static/editable-div.html"></iframe>
221
  <pre id="results" style="display: none"></pre>
222
</body>
223
</html>

Return to bug 642704