You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/08/16 12:58:26 UTC

[51/51] [partial] incubator-corinthia git commit: Added editorFramework in experiments.

Added editorFramework in experiments.

The editorFramework is the implementation of our discussions and several experiments.

It contains a layered model, in order to isolate the external toolkit (different license) from the functionality of the system
It contains provisions for 2 toolkits: Qt and python bindings for a web server version.

This is the initial framework, code will be copied from other experiments and added slowly.


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/26f461e7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/26f461e7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/26f461e7

Branch: refs/heads/master
Commit: 26f461e7fd056bc8622d2b0ef8fd090def49052d
Parents: 082cd32
Author: jani <ja...@apache.org>
Authored: Sun Aug 16 12:52:48 2015 +0200
Committer: jani <ja...@apache.org>
Committed: Sun Aug 16 12:52:48 2015 +0200

----------------------------------------------------------------------
 CMakeLists.txt                                  |     5 +-
 .../Editor/src/3rdparty/showdown/license.txt    |    34 -
 .../Editor/src/3rdparty/showdown/showdown.js    |  1302 --
 experiments/Editor/src/AutoCorrect.js           |   285 -
 experiments/Editor/src/ChangeTracking.js        |   127 -
 experiments/Editor/src/Clipboard.js             |   757 --
 experiments/Editor/src/Cursor.js                |  1050 --
 experiments/Editor/src/DOM.js                   |   966 --
 experiments/Editor/src/Editor.js                |   113 -
 experiments/Editor/src/ElementTypes.js          |   344 -
 experiments/Editor/src/Equations.js             |    55 -
 experiments/Editor/src/Figures.js               |   125 -
 experiments/Editor/src/Formatting.js            |  1281 --
 experiments/Editor/src/Hierarchy.js             |   284 -
 experiments/Editor/src/Input.js                 |   746 --
 experiments/Editor/src/Lists.js                 |   553 -
 experiments/Editor/src/Main.js                  |   393 -
 experiments/Editor/src/Metadata.js              |    32 -
 experiments/Editor/src/NodeSet.js               |   201 -
 experiments/Editor/src/Outline.js               |  1434 ---
 experiments/Editor/src/Position.js              |  1164 --
 experiments/Editor/src/PostponedActions.js      |    55 -
 experiments/Editor/src/Preview.js               |   139 -
 experiments/Editor/src/Range.js                 |   566 -
 experiments/Editor/src/Scan.js                  |   179 -
 experiments/Editor/src/Selection.js             |  1430 --
 experiments/Editor/src/StringBuilder.js         |    21 -
 experiments/Editor/src/Styles.js                |   179 -
 experiments/Editor/src/Tables.js                |  1362 --
 experiments/Editor/src/Text.js                  |   543 -
 experiments/Editor/src/UndoManager.js           |   270 -
 experiments/Editor/src/Viewport.js              |    80 -
 experiments/Editor/src/check-dom-methods.sh     |    15 -
 experiments/Editor/src/dtdsource/dtd.js         |  5562 --------
 .../Editor/src/dtdsource/gen_dtd_data.html      |   247 -
 experiments/Editor/src/dtdsource/html4.dtd      |  1078 --
 experiments/Editor/src/dtdsource/html4.xml      | 11464 -----------------
 .../Editor/src/elementtypes/elements.txt        |   113 -
 .../Editor/src/elementtypes/genelementtypes.pl  |    36 -
 experiments/Editor/src/empty.html               |     1 -
 experiments/Editor/src/first.js                 |    45 -
 experiments/Editor/src/traversal.js             |   184 -
 experiments/Editor/src/types.js                 |   280 -
 experiments/Editor/src/util.js                  |   365 -
 experiments/Editor/tests/PrettyPrinter.js       |   226 -
 .../tests/autocorrect/AutoCorrectTests.js       |    50 -
 .../acceptCorrection-undo-expected.html         |    50 -
 .../acceptCorrection-undo-input.html            |    42 -
 .../acceptCorrection01-expected.html            |    14 -
 .../autocorrect/acceptCorrection01-input.html   |    32 -
 .../acceptCorrection02-expected.html            |     9 -
 .../autocorrect/acceptCorrection02-input.html   |    33 -
 .../acceptCorrection03-expected.html            |    17 -
 .../autocorrect/acceptCorrection03-input.html   |    38 -
 .../acceptCorrection04-expected.html            |    17 -
 .../autocorrect/acceptCorrection04-input.html   |    38 -
 .../acceptCorrection05-expected.html            |    17 -
 .../autocorrect/acceptCorrection05-input.html   |    38 -
 .../changeCorrection01-expected.html            |    14 -
 .../autocorrect/changeCorrection01-input.html   |    33 -
 .../changeCorrection02-expected.html            |    14 -
 .../autocorrect/changeCorrection02-input.html   |    33 -
 .../correctPrecedingWord01-expected.html        |    17 -
 .../correctPrecedingWord01-input.html           |    29 -
 .../removeCorrection01-expected.html            |    15 -
 .../autocorrect/removeCorrection01-input.html   |    33 -
 .../removeCorrection02-expected.html            |    15 -
 .../autocorrect/removeCorrection02-input.html   |    33 -
 .../autocorrect/removedSpan01-expected.html     |    11 -
 .../tests/autocorrect/removedSpan01-input.html  |    26 -
 .../autocorrect/removedSpan02-expected.html     |     7 -
 .../tests/autocorrect/removedSpan02-input.html  |    27 -
 .../autocorrect/removedSpan03-expected.html     |     7 -
 .../tests/autocorrect/removedSpan03-input.html  |    27 -
 .../replaceCorrection-undo-expected.html        |    50 -
 .../replaceCorrection-undo-input.html           |    42 -
 .../replaceCorrection01-expected.html           |    14 -
 .../autocorrect/replaceCorrection01-input.html  |    32 -
 .../replaceCorrection02-expected.html           |     9 -
 .../autocorrect/replaceCorrection02-input.html  |    33 -
 .../replaceCorrection03-expected.html           |    17 -
 .../autocorrect/replaceCorrection03-input.html  |    38 -
 .../replaceCorrection04-expected.html           |    17 -
 .../autocorrect/replaceCorrection04-input.html  |    38 -
 .../replaceCorrection05-expected.html           |    17 -
 .../autocorrect/replaceCorrection05-input.html  |    38 -
 .../tests/autocorrect/undo01-expected.html      |    17 -
 .../Editor/tests/autocorrect/undo01-input.html  |    35 -
 .../tests/autocorrect/undo02-expected.html      |    14 -
 .../Editor/tests/autocorrect/undo02-input.html  |    35 -
 .../tests/autocorrect/undo03-expected.html      |     9 -
 .../Editor/tests/autocorrect/undo03-input.html  |    35 -
 .../tests/autocorrect/undo04-expected.html      |    17 -
 .../Editor/tests/autocorrect/undo04-input.html  |    38 -
 .../tests/autocorrect/undo05-expected.html      |    52 -
 .../Editor/tests/autocorrect/undo05-input.html  |    39 -
 .../tests/autocorrect/undo06-expected.html      |    62 -
 .../Editor/tests/autocorrect/undo06-input.html  |    45 -
 .../acceptDel-list01-expected.html              |    16 -
 .../changetracking/acceptDel-list01-input.html  |    25 -
 .../acceptDel-list02-expected.html              |    16 -
 .../changetracking/acceptDel-list02-input.html  |    25 -
 .../acceptDel-list03-expected.html              |    16 -
 .../changetracking/acceptDel-list03-input.html  |    25 -
 .../acceptDel-list04-expected.html              |    15 -
 .../changetracking/acceptDel-list04-input.html  |    25 -
 .../acceptDel-list05-expected.html              |    16 -
 .../changetracking/acceptDel-list05-input.html  |    25 -
 .../acceptDel-list06-expected.html              |    19 -
 .../changetracking/acceptDel-list06-input.html  |    29 -
 .../acceptDel-list07-expected.html              |    12 -
 .../changetracking/acceptDel-list07-input.html  |    25 -
 .../acceptDel-list08-expected.html              |    12 -
 .../changetracking/acceptDel-list08-input.html  |    25 -
 .../acceptDel-list09-expected.html              |    11 -
 .../changetracking/acceptDel-list09-input.html  |    25 -
 .../changetracking/acceptDel01-expected.html    |    13 -
 .../tests/changetracking/acceptDel01-input.html |    17 -
 .../changetracking/acceptDel02-expected.html    |    13 -
 .../tests/changetracking/acceptDel02-input.html |    17 -
 .../changetracking/acceptDel03-expected.html    |    16 -
 .../tests/changetracking/acceptDel03-input.html |    17 -
 .../changetracking/acceptDel04-expected.html    |     9 -
 .../tests/changetracking/acceptDel04-input.html |    17 -
 .../changetracking/acceptDel05-expected.html    |    16 -
 .../tests/changetracking/acceptDel05-input.html |    17 -
 .../changetracking/acceptDel06-expected.html    |    15 -
 .../tests/changetracking/acceptDel06-input.html |    17 -
 .../acceptIns-list01-expected.html              |    17 -
 .../changetracking/acceptIns-list01-input.html  |    25 -
 .../acceptIns-list02-expected.html              |    17 -
 .../changetracking/acceptIns-list02-input.html  |    25 -
 .../acceptIns-list03-expected.html              |    17 -
 .../changetracking/acceptIns-list03-input.html  |    25 -
 .../acceptIns-list04-expected.html              |    17 -
 .../changetracking/acceptIns-list04-input.html  |    25 -
 .../acceptIns-list05-expected.html              |    17 -
 .../changetracking/acceptIns-list05-input.html  |    25 -
 .../acceptIns-list06-expected.html              |    21 -
 .../changetracking/acceptIns-list06-input.html  |    29 -
 .../acceptIns-list07-expected.html              |    17 -
 .../changetracking/acceptIns-list07-input.html  |    25 -
 .../acceptIns-list08-expected.html              |    17 -
 .../changetracking/acceptIns-list08-input.html  |    25 -
 .../acceptIns-list09-expected.html              |    17 -
 .../changetracking/acceptIns-list09-input.html  |    25 -
 .../changetracking/acceptIns01-expected.html    |    13 -
 .../tests/changetracking/acceptIns01-input.html |    17 -
 .../changetracking/acceptIns02-expected.html    |    13 -
 .../tests/changetracking/acceptIns02-input.html |    17 -
 .../changetracking/acceptIns03-expected.html    |    17 -
 .../tests/changetracking/acceptIns03-input.html |    17 -
 .../changetracking/acceptIns04-expected.html    |     9 -
 .../tests/changetracking/acceptIns04-input.html |    17 -
 .../changetracking/acceptIns05-expected.html    |    17 -
 .../tests/changetracking/acceptIns05-input.html |    17 -
 .../changetracking/acceptIns06-expected.html    |    15 -
 .../tests/changetracking/acceptIns06-input.html |    17 -
 .../tests/changetracking/changetracking.css     |     8 -
 experiments/Editor/tests/changetracking/temp    |    17 -
 .../clipboard/copy-blockquote01-expected.html   |     9 -
 .../clipboard/copy-blockquote01-input.html      |    14 -
 .../clipboard/copy-blockquote02-expected.html   |    17 -
 .../clipboard/copy-blockquote02-input.html      |    18 -
 .../clipboard/copy-blockquote03-expected.html   |    26 -
 .../clipboard/copy-blockquote03-input.html      |    21 -
 .../clipboard/copy-blockquote04-expected.html   |    35 -
 .../clipboard/copy-blockquote04-input.html      |    28 -
 .../clipboard/copy-blockquote05-expected.html   |    17 -
 .../clipboard/copy-blockquote05-input.html      |    20 -
 .../clipboard/copy-blockquote06-expected.html   |    19 -
 .../clipboard/copy-blockquote06-input.html      |    20 -
 .../clipboard/copy-blockquote07-expected.html   |    17 -
 .../clipboard/copy-blockquote07-input.html      |    20 -
 .../clipboard/copy-blockquote08-expected.html   |    19 -
 .../clipboard/copy-blockquote08-input.html      |    20 -
 .../clipboard/copy-blockquote09-expected.html   |    41 -
 .../clipboard/copy-blockquote09-input.html      |    30 -
 .../clipboard/copy-escaping01-expected.html     |    15 -
 .../tests/clipboard/copy-escaping01-input.html  |    16 -
 .../clipboard/copy-escaping02-expected.html     |     9 -
 .../tests/clipboard/copy-escaping02-input.html  |    20 -
 .../clipboard/copy-escaping03-expected.html     |     9 -
 .../tests/clipboard/copy-escaping03-input.html  |    14 -
 .../clipboard/copy-escaping04-expected.html     |    16 -
 .../tests/clipboard/copy-escaping04-input.html  |    24 -
 .../clipboard/copy-formatting01a-expected.html  |     9 -
 .../clipboard/copy-formatting01a-input.html     |    14 -
 .../clipboard/copy-formatting01b-expected.html  |     9 -
 .../clipboard/copy-formatting01b-input.html     |    14 -
 .../clipboard/copy-formatting01c-expected.html  |     9 -
 .../clipboard/copy-formatting01c-input.html     |    14 -
 .../clipboard/copy-formatting02a-expected.html  |     9 -
 .../clipboard/copy-formatting02a-input.html     |    14 -
 .../clipboard/copy-formatting02b-expected.html  |     9 -
 .../clipboard/copy-formatting02b-input.html     |    14 -
 .../clipboard/copy-formatting02c-expected.html  |     9 -
 .../clipboard/copy-formatting02c-input.html     |    14 -
 .../clipboard/copy-formatting03a-expected.html  |     9 -
 .../clipboard/copy-formatting03a-input.html     |    14 -
 .../clipboard/copy-formatting03b-expected.html  |     9 -
 .../clipboard/copy-formatting03b-input.html     |    14 -
 .../clipboard/copy-formatting03c-expected.html  |     9 -
 .../clipboard/copy-formatting03c-input.html     |    14 -
 .../clipboard/copy-formatting03d-expected.html  |     9 -
 .../clipboard/copy-formatting03d-input.html     |    14 -
 .../clipboard/copy-formatting03e-expected.html  |     9 -
 .../clipboard/copy-formatting03e-input.html     |    14 -
 .../clipboard/copy-formatting04a-expected.html  |     9 -
 .../clipboard/copy-formatting04a-input.html     |    14 -
 .../clipboard/copy-formatting04b-expected.html  |     9 -
 .../clipboard/copy-formatting04b-input.html     |    14 -
 .../clipboard/copy-formatting04c-expected.html  |     9 -
 .../clipboard/copy-formatting04c-input.html     |    14 -
 .../clipboard/copy-formatting04d-expected.html  |     9 -
 .../clipboard/copy-formatting04d-input.html     |    14 -
 .../clipboard/copy-formatting04e-expected.html  |     9 -
 .../clipboard/copy-formatting04e-input.html     |    14 -
 .../clipboard/copy-formatting05a-expected.html  |     9 -
 .../clipboard/copy-formatting05a-input.html     |    14 -
 .../clipboard/copy-formatting05b-expected.html  |     9 -
 .../clipboard/copy-formatting05b-input.html     |    14 -
 .../clipboard/copy-formatting05c-expected.html  |     9 -
 .../clipboard/copy-formatting05c-input.html     |    14 -
 .../clipboard/copy-formatting06a-expected.html  |     9 -
 .../clipboard/copy-formatting06a-input.html     |    14 -
 .../clipboard/copy-formatting06b-expected.html  |     9 -
 .../clipboard/copy-formatting06b-input.html     |    14 -
 .../clipboard/copy-formatting06c-expected.html  |     9 -
 .../clipboard/copy-formatting06c-input.html     |    14 -
 .../clipboard/copy-formatting06d-expected.html  |     9 -
 .../clipboard/copy-formatting06d-input.html     |    14 -
 .../clipboard/copy-formatting07a-expected.html  |     9 -
 .../clipboard/copy-formatting07a-input.html     |    14 -
 .../clipboard/copy-formatting07b-expected.html  |     9 -
 .../clipboard/copy-formatting07b-input.html     |    14 -
 .../clipboard/copy-formatting07c-expected.html  |     9 -
 .../clipboard/copy-formatting07c-input.html     |    14 -
 .../clipboard/copy-formatting07d-expected.html  |     9 -
 .../clipboard/copy-formatting07d-input.html     |    14 -
 .../clipboard/copy-formatting08a-expected.html  |     9 -
 .../clipboard/copy-formatting08a-input.html     |    14 -
 .../clipboard/copy-formatting08b-expected.html  |     9 -
 .../clipboard/copy-formatting08b-input.html     |    14 -
 .../clipboard/copy-formatting08c-expected.html  |     9 -
 .../clipboard/copy-formatting08c-input.html     |    14 -
 .../clipboard/copy-formatting08d-expected.html  |     9 -
 .../clipboard/copy-formatting08d-input.html     |    14 -
 .../clipboard/copy-formatting08e-expected.html  |     9 -
 .../clipboard/copy-formatting08e-input.html     |    14 -
 .../clipboard/copy-formatting09a-expected.html  |    12 -
 .../clipboard/copy-formatting09a-input.html     |    15 -
 .../clipboard/copy-formatting09b-expected.html  |    12 -
 .../clipboard/copy-formatting09b-input.html     |    15 -
 .../clipboard/copy-formatting09c-expected.html  |    12 -
 .../clipboard/copy-formatting09c-input.html     |    15 -
 .../tests/clipboard/copy-li01-expected.html     |    13 -
 .../Editor/tests/clipboard/copy-li01-input.html |    18 -
 .../tests/clipboard/copy-li02-expected.html     |    11 -
 .../Editor/tests/clipboard/copy-li02-input.html |    18 -
 .../tests/clipboard/copy-li03-expected.html     |    11 -
 .../Editor/tests/clipboard/copy-li03-input.html |    18 -
 .../tests/clipboard/copy-li04-expected.html     |     9 -
 .../Editor/tests/clipboard/copy-li04-input.html |    18 -
 .../tests/clipboard/copy-li05-expected.html     |     9 -
 .../Editor/tests/clipboard/copy-li05-input.html |    18 -
 .../tests/clipboard/copy-link01-expected.html   |     9 -
 .../tests/clipboard/copy-link01-input.html      |    14 -
 .../tests/clipboard/copy-link02-expected.html   |     9 -
 .../tests/clipboard/copy-link02-input.html      |    14 -
 .../tests/clipboard/copy-link03-expected.html   |     9 -
 .../tests/clipboard/copy-link03-input.html      |    14 -
 .../tests/clipboard/copy-link04-expected.html   |     9 -
 .../tests/clipboard/copy-link04-input.html      |    14 -
 .../tests/clipboard/copy-list01-expected.html   |    15 -
 .../tests/clipboard/copy-list01-input.html      |    18 -
 .../tests/clipboard/copy-list02-expected.html   |    33 -
 .../tests/clipboard/copy-list02-input.html      |    27 -
 .../tests/clipboard/copy-list03-expected.html   |    24 -
 .../tests/clipboard/copy-list03-input.html      |    21 -
 .../tests/clipboard/copy-list04-expected.html   |    24 -
 .../tests/clipboard/copy-list04-input.html      |    21 -
 .../tests/clipboard/copy-list05-expected.html   |    31 -
 .../tests/clipboard/copy-list05-input.html      |    24 -
 .../tests/clipboard/copy-list06-expected.html   |    24 -
 .../tests/clipboard/copy-list06-input.html      |    21 -
 .../tests/clipboard/copy-list07-expected.html   |    24 -
 .../tests/clipboard/copy-list07-input.html      |    21 -
 .../tests/clipboard/copy-list08-expected.html   |    31 -
 .../tests/clipboard/copy-list08-input.html      |    24 -
 .../tests/clipboard/copy-list09-expected.html   |    32 -
 .../tests/clipboard/copy-list09-input.html      |    27 -
 .../tests/clipboard/copy-list10-expected.html   |    66 -
 .../tests/clipboard/copy-list10-input.html      |    39 -
 .../tests/clipboard/copy-list11-expected.html   |    41 -
 .../tests/clipboard/copy-list11-input.html      |    30 -
 .../tests/clipboard/copy-list12-expected.html   |    48 -
 .../tests/clipboard/copy-list12-input.html      |    39 -
 .../tests/clipboard/copy-list13-expected.html   |    44 -
 .../tests/clipboard/copy-list13-input.html      |    33 -
 .../tests/clipboard/copy-partli01-expected.html |     9 -
 .../tests/clipboard/copy-partli01-input.html    |    18 -
 .../tests/clipboard/copy-partli02-expected.html |     9 -
 .../tests/clipboard/copy-partli02-input.html    |    18 -
 .../tests/clipboard/copy-partli03-expected.html |     9 -
 .../tests/clipboard/copy-partli03-input.html    |    18 -
 .../tests/clipboard/copy-partli04-expected.html |     9 -
 .../tests/clipboard/copy-partli04-input.html    |    18 -
 .../tests/clipboard/copy-partli05-expected.html |     9 -
 .../tests/clipboard/copy-partli05-input.html    |    18 -
 .../tests/clipboard/copy-partli06-expected.html |     9 -
 .../tests/clipboard/copy-partli06-input.html    |    18 -
 .../tests/clipboard/copy-partli07-expected.html |     9 -
 .../tests/clipboard/copy-partli07-input.html    |    18 -
 .../tests/clipboard/copy-partli08-expected.html |     9 -
 .../tests/clipboard/copy-partli08-input.html    |    18 -
 .../tests/clipboard/copy-pre01-expected.html    |    22 -
 .../tests/clipboard/copy-pre01-input.html       |    22 -
 .../tests/clipboard/copy-pre02-expected.html    |    38 -
 .../tests/clipboard/copy-pre02-input.html       |    31 -
 .../tests/clipboard/copy-pre03-expected.html    |    47 -
 .../tests/clipboard/copy-pre03-input.html       |    34 -
 .../tests/clipboard/copy-pre04-expected.html    |    24 -
 .../tests/clipboard/copy-pre04-input.html       |    24 -
 .../tests/clipboard/copy-pre05-expected.html    |    30 -
 .../tests/clipboard/copy-pre05-input.html       |    26 -
 .../tests/clipboard/copy-pre06-expected.html    |    50 -
 .../tests/clipboard/copy-pre06-input.html       |    39 -
 .../tests/clipboard/copy-pre07-expected.html    |    50 -
 .../tests/clipboard/copy-pre07-input.html       |    39 -
 .../tests/clipboard/copy-pre08-expected.html    |    56 -
 .../tests/clipboard/copy-pre08-input.html       |    47 -
 .../Editor/tests/clipboard/copy01-expected.html |     9 -
 .../Editor/tests/clipboard/copy01-input.html    |    14 -
 .../Editor/tests/clipboard/copy02-expected.html |     9 -
 .../Editor/tests/clipboard/copy02-input.html    |    14 -
 .../Editor/tests/clipboard/copy03-expected.html |     9 -
 .../Editor/tests/clipboard/copy03-input.html    |    14 -
 .../Editor/tests/clipboard/copy04-expected.html |     9 -
 .../Editor/tests/clipboard/copy04-input.html    |    14 -
 .../Editor/tests/clipboard/copy05-expected.html |     9 -
 .../Editor/tests/clipboard/copy05-input.html    |    15 -
 .../Editor/tests/clipboard/copy06-expected.html |    12 -
 .../Editor/tests/clipboard/copy06-input.html    |    15 -
 .../clipboard/copypaste-list01-expected.html    |    16 -
 .../tests/clipboard/copypaste-list01-input.html |    29 -
 .../clipboard/copypaste-list02-expected.html    |    16 -
 .../tests/clipboard/copypaste-list02-input.html |    29 -
 .../tests/clipboard/cut-li01-expected.html      |    19 -
 .../Editor/tests/clipboard/cut-li01-input.html  |    20 -
 .../tests/clipboard/cut-li02-expected.html      |    19 -
 .../Editor/tests/clipboard/cut-li02-input.html  |    20 -
 .../tests/clipboard/cut-li03-expected.html      |    20 -
 .../Editor/tests/clipboard/cut-li03-input.html  |    20 -
 .../tests/clipboard/cut-li04-expected.html      |    19 -
 .../Editor/tests/clipboard/cut-li04-input.html  |    20 -
 .../tests/clipboard/cut-li05-expected.html      |    19 -
 .../Editor/tests/clipboard/cut-li05-input.html  |    20 -
 .../tests/clipboard/cut-li06-expected.html      |    15 -
 .../Editor/tests/clipboard/cut-li06-input.html  |    18 -
 .../tests/clipboard/cut-li07-expected.html      |    23 -
 .../Editor/tests/clipboard/cut-li07-input.html  |    24 -
 .../tests/clipboard/cut-li08-expected.html      |    26 -
 .../Editor/tests/clipboard/cut-li08-input.html  |    25 -
 .../tests/clipboard/cut-li09-expected.html      |    26 -
 .../Editor/tests/clipboard/cut-li09-input.html  |    25 -
 .../tests/clipboard/cut-li10-expected.html      |    27 -
 .../Editor/tests/clipboard/cut-li10-input.html  |    26 -
 .../tests/clipboard/cut-li11-expected.html      |    26 -
 .../Editor/tests/clipboard/cut-li11-input.html  |    25 -
 .../tests/clipboard/cut-li12-expected.html      |    26 -
 .../Editor/tests/clipboard/cut-li12-input.html  |    25 -
 .../tests/clipboard/cut-li13-expected.html      |    27 -
 .../Editor/tests/clipboard/cut-li13-input.html  |    26 -
 .../tests/clipboard/cut-li14-expected.html      |    19 -
 .../Editor/tests/clipboard/cut-li14-input.html  |    21 -
 .../tests/clipboard/cut-li14a-expected.html     |    19 -
 .../Editor/tests/clipboard/cut-li14a-input.html |    21 -
 .../tests/clipboard/cut-li15-expected.html      |    20 -
 .../Editor/tests/clipboard/cut-li15-input.html  |    21 -
 .../tests/clipboard/cut-li15a-expected.html     |    21 -
 .../Editor/tests/clipboard/cut-li15a-input.html |    21 -
 .../tests/clipboard/cut-li16-expected.html      |    20 -
 .../Editor/tests/clipboard/cut-li16-input.html  |    21 -
 .../tests/clipboard/cut-li16a-expected.html     |    21 -
 .../Editor/tests/clipboard/cut-li16a-input.html |    21 -
 .../tests/clipboard/cut-li17-expected.html      |    21 -
 .../Editor/tests/clipboard/cut-li17-input.html  |    22 -
 .../tests/clipboard/cut-li17a-expected.html     |    22 -
 .../Editor/tests/clipboard/cut-li17a-input.html |    22 -
 .../tests/clipboard/cut-td01-expected.html      |    27 -
 .../Editor/tests/clipboard/cut-td01-input.html  |    25 -
 .../tests/clipboard/cut-td01a-expected.html     |    32 -
 .../Editor/tests/clipboard/cut-td01a-input.html |    25 -
 .../clipboard/paste-dupIds01-expected.html      |     8 -
 .../tests/clipboard/paste-dupIds01-input.html   |    15 -
 .../clipboard/paste-dupIds02-expected.html      |     9 -
 .../tests/clipboard/paste-dupIds02-input.html   |    16 -
 .../clipboard/paste-dupIds03-expected.html      |     9 -
 .../tests/clipboard/paste-dupIds03-input.html   |    16 -
 .../clipboard/paste-htmldoc01-expected.html     |     8 -
 .../tests/clipboard/paste-htmldoc01-input.html  |    15 -
 .../clipboard/paste-htmldoc02-expected.html     |     6 -
 .../tests/clipboard/paste-htmldoc02-input.html  |    15 -
 .../clipboard/paste-invalid01-expected.html     |     8 -
 .../tests/clipboard/paste-invalid01-input.html  |    15 -
 .../clipboard/paste-invalid02-expected.html     |     8 -
 .../tests/clipboard/paste-invalid02-input.html  |    15 -
 .../clipboard/paste-invalid03-expected.html     |     8 -
 .../tests/clipboard/paste-invalid03-input.html  |    15 -
 .../clipboard/paste-invalid04-expected.html     |     8 -
 .../tests/clipboard/paste-invalid04-input.html  |    15 -
 .../clipboard/paste-invalid05-expected.html     |     8 -
 .../tests/clipboard/paste-invalid05-input.html  |    15 -
 .../clipboard/paste-invalid06-expected.html     |     8 -
 .../tests/clipboard/paste-invalid06-input.html  |    15 -
 .../clipboard/paste-invalid07-expected.html     |    12 -
 .../tests/clipboard/paste-invalid07-input.html  |    15 -
 .../clipboard/paste-invalid08-expected.html     |    12 -
 .../tests/clipboard/paste-invalid08-input.html  |    15 -
 .../clipboard/paste-invalid09-expected.html     |    12 -
 .../tests/clipboard/paste-invalid09-input.html  |    15 -
 .../clipboard/paste-invalid10-expected.html     |    14 -
 .../tests/clipboard/paste-invalid10-input.html  |    15 -
 .../tests/clipboard/paste-li01-expected.html    |    18 -
 .../tests/clipboard/paste-li01-input.html       |    33 -
 .../tests/clipboard/paste-li02-expected.html    |    18 -
 .../tests/clipboard/paste-li02-input.html       |    29 -
 .../tests/clipboard/paste-li03-expected.html    |    18 -
 .../tests/clipboard/paste-li03-input.html       |    33 -
 .../tests/clipboard/paste-li04-expected.html    |    18 -
 .../tests/clipboard/paste-li04-input.html       |    29 -
 .../tests/clipboard/paste-li05-expected.html    |    18 -
 .../tests/clipboard/paste-li05-input.html       |    33 -
 .../tests/clipboard/paste-li06-expected.html    |    18 -
 .../tests/clipboard/paste-li06-input.html       |    29 -
 .../tests/clipboard/paste-li07-expected.html    |    30 -
 .../tests/clipboard/paste-li07-input.html       |    33 -
 .../tests/clipboard/paste-li08-expected.html    |    30 -
 .../tests/clipboard/paste-li08-input.html       |    29 -
 .../tests/clipboard/paste-li09-expected.html    |    18 -
 .../tests/clipboard/paste-li09-input.html       |    33 -
 .../tests/clipboard/paste-li10-expected.html    |    18 -
 .../tests/clipboard/paste-li10-input.html       |    29 -
 .../tests/clipboard/paste-li11-expected.html    |    18 -
 .../tests/clipboard/paste-li11-input.html       |    33 -
 .../tests/clipboard/paste-li12-expected.html    |    18 -
 .../tests/clipboard/paste-li12-input.html       |    29 -
 .../tests/clipboard/paste-li13-expected.html    |    26 -
 .../tests/clipboard/paste-li13-input.html       |    33 -
 .../tests/clipboard/paste-li14-expected.html    |    26 -
 .../tests/clipboard/paste-li14-input.html       |    29 -
 .../tests/clipboard/paste-list01-expected.html  |    10 -
 .../tests/clipboard/paste-list01-input.html     |    19 -
 .../tests/clipboard/paste-list02-expected.html  |    10 -
 .../tests/clipboard/paste-list02-input.html     |    17 -
 .../tests/clipboard/paste-list03-expected.html  |    12 -
 .../tests/clipboard/paste-list03-input.html     |    23 -
 .../tests/clipboard/paste-list04-expected.html  |    12 -
 .../tests/clipboard/paste-list04-input.html     |    21 -
 .../tests/clipboard/paste-list05-expected.html  |    12 -
 .../tests/clipboard/paste-list05-input.html     |    23 -
 .../tests/clipboard/paste-list06-expected.html  |    12 -
 .../tests/clipboard/paste-list06-input.html     |    23 -
 .../clipboard/paste-markdown-expected.html      |    44 -
 .../tests/clipboard/paste-markdown-input.html   |    62 -
 .../tests/clipboard/paste-table01-expected.html |    14 -
 .../tests/clipboard/paste-table01-input.html    |    17 -
 .../tests/clipboard/paste-table02-expected.html |    14 -
 .../tests/clipboard/paste-table02-input.html    |    17 -
 .../tests/clipboard/paste-table03-expected.html |    17 -
 .../tests/clipboard/paste-table03-input.html    |    22 -
 .../tests/clipboard/paste-table04-expected.html |    17 -
 .../tests/clipboard/paste-table04-input.html    |    24 -
 .../tests/clipboard/paste-table05-expected.html |    17 -
 .../tests/clipboard/paste-table05-input.html    |    24 -
 .../tests/clipboard/paste-table06-expected.html |    17 -
 .../tests/clipboard/paste-table06-input.html    |    24 -
 .../tests/clipboard/paste-table07-expected.html |    25 -
 .../tests/clipboard/paste-table07-input.html    |    32 -
 .../tests/clipboard/paste01-expected.html       |     6 -
 .../Editor/tests/clipboard/paste01-input.html   |    15 -
 .../tests/clipboard/paste02-expected.html       |     6 -
 .../Editor/tests/clipboard/paste02-input.html   |    15 -
 .../tests/clipboard/paste03-expected.html       |     6 -
 .../Editor/tests/clipboard/paste03-input.html   |    15 -
 .../tests/clipboard/paste04-expected.html       |     6 -
 .../Editor/tests/clipboard/paste04-input.html   |    15 -
 .../tests/clipboard/paste05-expected.html       |    10 -
 .../Editor/tests/clipboard/paste05-input.html   |    15 -
 .../pasteText-whitespace01-expected.html        |     6 -
 .../clipboard/pasteText-whitespace01-input.html |    15 -
 .../clipboard/preserve-cutpaste01-expected.html |    12 -
 .../clipboard/preserve-cutpaste01-input.html    |    24 -
 .../deleteBeforeParagraph-list01-expected.html  |     6 -
 .../deleteBeforeParagraph-list01-input.html     |    16 -
 .../deleteBeforeParagraph-list01a-expected.html |     6 -
 .../deleteBeforeParagraph-list01a-input.html    |    16 -
 .../deleteBeforeParagraph-list02-expected.html  |    14 -
 .../deleteBeforeParagraph-list02-input.html     |    16 -
 .../deleteBeforeParagraph-list02a-expected.html |     6 -
 .../deleteBeforeParagraph-list02a-input.html    |    16 -
 .../deleteBeforeParagraph-list03-expected.html  |    10 -
 .../deleteBeforeParagraph-list03-input.html     |    20 -
 .../deleteBeforeParagraph-list03a-expected.html |     9 -
 .../deleteBeforeParagraph-list03a-input.html    |    20 -
 .../deleteBeforeParagraph-list04-expected.html  |    17 -
 .../deleteBeforeParagraph-list04-input.html     |    27 -
 .../deleteBeforeParagraph-list04a-expected.html |    14 -
 .../deleteBeforeParagraph-list04a-input.html    |    27 -
 .../deleteBeforeParagraph-list05-expected.html  |    21 -
 .../deleteBeforeParagraph-list05-input.html     |    27 -
 .../deleteBeforeParagraph-list05a-expected.html |    14 -
 .../deleteBeforeParagraph-list05a-input.html    |    27 -
 .../deleteBeforeParagraph-list06-expected.html  |    21 -
 .../deleteBeforeParagraph-list06-input.html     |    27 -
 .../deleteBeforeParagraph-list06a-expected.html |    14 -
 .../deleteBeforeParagraph-list06a-input.html    |    27 -
 ...eleteBeforeParagraph-sublist01-expected.html |    21 -
 .../deleteBeforeParagraph-sublist01-input.html  |    25 -
 ...eleteBeforeParagraph-sublist02-expected.html |    21 -
 .../deleteBeforeParagraph-sublist02-input.html  |    25 -
 ...eleteBeforeParagraph-sublist03-expected.html |    15 -
 .../deleteBeforeParagraph-sublist03-input.html  |    25 -
 ...leteBeforeParagraph-sublist03a-expected.html |    15 -
 .../deleteBeforeParagraph-sublist03a-input.html |    25 -
 .../deleteBeforeParagraph01-expected.html       |     6 -
 .../cursor/deleteBeforeParagraph01-input.html   |    16 -
 .../deleteBeforeParagraph01a-expected.html      |     6 -
 .../cursor/deleteBeforeParagraph01a-input.html  |    16 -
 .../deleteBeforeParagraph02-expected.html       |     6 -
 .../cursor/deleteBeforeParagraph02-input.html   |    16 -
 .../deleteBeforeParagraph02a-expected.html      |     6 -
 .../cursor/deleteBeforeParagraph02a-input.html  |    16 -
 .../deleteCharacter-caption01-expected.html     |    24 -
 .../cursor/deleteCharacter-caption01-input.html |    34 -
 .../deleteCharacter-caption02-expected.html     |    24 -
 .../cursor/deleteCharacter-caption02-input.html |    34 -
 .../deleteCharacter-emoji01-expected.html       |    12 -
 .../cursor/deleteCharacter-emoji01-input.html   |    17 -
 .../deleteCharacter-emoji02-expected.html       |     9 -
 .../cursor/deleteCharacter-emoji02-input.html   |    17 -
 .../deleteCharacter-emoji03-expected.html       |     9 -
 .../cursor/deleteCharacter-emoji03-input.html   |    17 -
 .../deleteCharacter-emoji04-expected.html       |     9 -
 .../cursor/deleteCharacter-emoji04-input.html   |    17 -
 .../deleteCharacter-emoji05-expected.html       |     9 -
 .../cursor/deleteCharacter-emoji05-input.html   |    17 -
 .../deleteCharacter-emoji06-expected.html       |     9 -
 .../cursor/deleteCharacter-emoji06-input.html   |    17 -
 .../deleteCharacter-emoji07-expected.html       |     9 -
 .../cursor/deleteCharacter-emoji07-input.html   |    17 -
 .../deleteCharacter-emoji08-expected.html       |     9 -
 .../cursor/deleteCharacter-emoji08-input.html   |    17 -
 .../deleteCharacter-endnote01-expected.html     |    11 -
 .../cursor/deleteCharacter-endnote01-input.html |    16 -
 .../deleteCharacter-endnote02-expected.html     |    11 -
 .../cursor/deleteCharacter-endnote02-input.html |    16 -
 .../deleteCharacter-endnote03-expected.html     |     8 -
 .../cursor/deleteCharacter-endnote03-input.html |    16 -
 .../deleteCharacter-endnote04-expected.html     |     8 -
 .../cursor/deleteCharacter-endnote04-input.html |    16 -
 .../deleteCharacter-endnote05-expected.html     |     9 -
 .../cursor/deleteCharacter-endnote05-input.html |    17 -
 .../deleteCharacter-endnote06-expected.html     |    11 -
 .../cursor/deleteCharacter-endnote06-input.html |    16 -
 .../deleteCharacter-endnote07-expected.html     |    11 -
 .../cursor/deleteCharacter-endnote07-input.html |    16 -
 .../deleteCharacter-endnote08-expected.html     |    11 -
 .../cursor/deleteCharacter-endnote08-input.html |    16 -
 .../deleteCharacter-endnote09-expected.html     |     8 -
 .../cursor/deleteCharacter-endnote09-input.html |    16 -
 .../deleteCharacter-endnote10-expected.html     |     9 -
 .../cursor/deleteCharacter-endnote10-input.html |    17 -
 .../deleteCharacter-figcaption01-expected.html  |    11 -
 .../deleteCharacter-figcaption01-input.html     |    25 -
 .../deleteCharacter-figcaption02-expected.html  |    11 -
 .../deleteCharacter-figcaption02-input.html     |    25 -
 .../deleteCharacter-figcaption03-expected.html  |    11 -
 .../deleteCharacter-figcaption03-input.html     |    19 -
 .../deleteCharacter-figcaption04-expected.html  |    11 -
 .../deleteCharacter-figcaption04-input.html     |    19 -
 .../deleteCharacter-figure01-expected.html      |    11 -
 .../cursor/deleteCharacter-figure01-input.html  |    21 -
 .../deleteCharacter-figure02-expected.html      |    11 -
 .../cursor/deleteCharacter-figure02-input.html  |    21 -
 .../deleteCharacter-figure03-expected.html      |    11 -
 .../cursor/deleteCharacter-figure03-input.html  |    23 -
 .../deleteCharacter-figure04-expected.html      |    11 -
 .../cursor/deleteCharacter-figure04-input.html  |    23 -
 .../deleteCharacter-footnote01-expected.html    |    11 -
 .../deleteCharacter-footnote01-input.html       |    16 -
 .../deleteCharacter-footnote02-expected.html    |    11 -
 .../deleteCharacter-footnote02-input.html       |    16 -
 .../deleteCharacter-footnote03-expected.html    |     8 -
 .../deleteCharacter-footnote03-input.html       |    16 -
 .../deleteCharacter-footnote04-expected.html    |     8 -
 .../deleteCharacter-footnote04-input.html       |    16 -
 .../deleteCharacter-footnote05-expected.html    |     9 -
 .../deleteCharacter-footnote05-input.html       |    17 -
 .../deleteCharacter-footnote06-expected.html    |    11 -
 .../deleteCharacter-footnote06-input.html       |    16 -
 .../deleteCharacter-footnote07-expected.html    |    11 -
 .../deleteCharacter-footnote07-input.html       |    16 -
 .../deleteCharacter-footnote08-expected.html    |    11 -
 .../deleteCharacter-footnote08-input.html       |    16 -
 .../deleteCharacter-footnote09-expected.html    |     8 -
 .../deleteCharacter-footnote09-input.html       |    16 -
 .../deleteCharacter-footnote10-expected.html    |     9 -
 .../deleteCharacter-footnote10-input.html       |    17 -
 .../cursor/deleteCharacter-last01-expected.html |     9 -
 .../cursor/deleteCharacter-last01-input.html    |    15 -
 .../cursor/deleteCharacter-last02-expected.html |    10 -
 .../cursor/deleteCharacter-last02-input.html    |    16 -
 .../cursor/deleteCharacter-last03-expected.html |    10 -
 .../cursor/deleteCharacter-last03-input.html    |    19 -
 .../deleteCharacter-last03a-expected.html       |    15 -
 .../cursor/deleteCharacter-last03a-input.html   |    19 -
 .../cursor/deleteCharacter-last04-expected.html |    12 -
 .../cursor/deleteCharacter-last04-input.html    |    21 -
 .../deleteCharacter-last04a-expected.html       |    17 -
 .../cursor/deleteCharacter-last04a-input.html   |    21 -
 .../cursor/deleteCharacter-last05-expected.html |    12 -
 .../cursor/deleteCharacter-last05-input.html    |    21 -
 .../deleteCharacter-last05a-expected.html       |    17 -
 .../cursor/deleteCharacter-last05a-input.html   |    21 -
 .../cursor/deleteCharacter-last06-expected.html |    12 -
 .../cursor/deleteCharacter-last06-input.html    |    21 -
 .../deleteCharacter-last06a-expected.html       |    17 -
 .../cursor/deleteCharacter-last06a-input.html   |    21 -
 .../cursor/deleteCharacter-last07-expected.html |    15 -
 .../cursor/deleteCharacter-last07-input.html    |    21 -
 .../deleteCharacter-last07a-expected.html       |    15 -
 .../cursor/deleteCharacter-last07a-input.html   |    21 -
 .../cursor/deleteCharacter-last08-expected.html |    22 -
 .../cursor/deleteCharacter-last08-input.html    |    26 -
 .../deleteCharacter-last08a-expected.html       |    22 -
 .../cursor/deleteCharacter-last08a-input.html   |    26 -
 .../cursor/deleteCharacter-last09-expected.html |    19 -
 .../cursor/deleteCharacter-last09-input.html    |    26 -
 .../deleteCharacter-last09a-expected.html       |    24 -
 .../cursor/deleteCharacter-last09a-input.html   |    26 -
 .../cursor/deleteCharacter-last10-expected.html |    19 -
 .../cursor/deleteCharacter-last10-input.html    |    26 -
 .../deleteCharacter-last10a-expected.html       |    24 -
 .../cursor/deleteCharacter-last10a-input.html   |    26 -
 .../cursor/deleteCharacter-last11-expected.html |    19 -
 .../cursor/deleteCharacter-last11-input.html    |    26 -
 .../deleteCharacter-last11a-expected.html       |    24 -
 .../cursor/deleteCharacter-last11a-input.html   |    26 -
 .../cursor/deleteCharacter-last13-expected.html |    19 -
 .../cursor/deleteCharacter-last13-input.html    |    26 -
 .../cursor/deleteCharacter-link01-expected.html |     9 -
 .../cursor/deleteCharacter-link01-input.html    |    15 -
 .../cursor/deleteCharacter-link02-expected.html |     6 -
 .../cursor/deleteCharacter-link02-input.html    |    16 -
 .../cursor/deleteCharacter-link03-expected.html |     9 -
 .../cursor/deleteCharacter-link03-input.html    |    15 -
 .../cursor/deleteCharacter-link04-expected.html |     9 -
 .../cursor/deleteCharacter-link04-input.html    |    16 -
 .../cursor/deleteCharacter-list01-expected.html |    11 -
 .../cursor/deleteCharacter-list01-input.html    |    21 -
 .../cursor/deleteCharacter-list02-expected.html |    11 -
 .../cursor/deleteCharacter-list02-input.html    |    21 -
 .../cursor/deleteCharacter-list03-expected.html |    11 -
 .../cursor/deleteCharacter-list03-input.html    |    21 -
 .../cursor/deleteCharacter-list04-expected.html |     7 -
 .../cursor/deleteCharacter-list04-input.html    |    19 -
 .../cursor/deleteCharacter-list05-expected.html |    10 -
 .../cursor/deleteCharacter-list05-input.html    |    19 -
 .../cursor/deleteCharacter-list06-expected.html |     8 -
 .../cursor/deleteCharacter-list06-input.html    |    17 -
 .../cursor/deleteCharacter-list07-expected.html |     6 -
 .../cursor/deleteCharacter-list07-input.html    |    22 -
 .../deleteCharacter-reference01-expected.html   |    13 -
 .../deleteCharacter-reference01-input.html      |    19 -
 .../deleteCharacter-reference02-expected.html   |    10 -
 .../deleteCharacter-reference02-input.html      |    21 -
 .../deleteCharacter-reference03-expected.html   |    13 -
 .../deleteCharacter-reference03-input.html      |    19 -
 .../deleteCharacter-reference04-expected.html   |    13 -
 .../deleteCharacter-reference04-input.html      |    21 -
 .../deleteCharacter-table01-expected.html       |    11 -
 .../cursor/deleteCharacter-table01-input.html   |    28 -
 .../deleteCharacter-table02-expected.html       |    20 -
 .../cursor/deleteCharacter-table02-input.html   |    28 -
 .../deleteCharacter-table03-expected.html       |    11 -
 .../cursor/deleteCharacter-table03-input.html   |    30 -
 .../deleteCharacter-table04-expected.html       |    20 -
 .../cursor/deleteCharacter-table04-input.html   |    30 -
 ...deleteCharacter-tablecaption01-expected.html |    18 -
 .../deleteCharacter-tablecaption01-input.html   |    25 -
 ...deleteCharacter-tablecaption02-expected.html |    18 -
 .../deleteCharacter-tablecaption02-input.html   |    25 -
 .../cursor/deleteCharacter-toc01-expected.html  |    14 -
 .../cursor/deleteCharacter-toc01-input.html     |    24 -
 .../cursor/deleteCharacter-toc02-expected.html  |    15 -
 .../cursor/deleteCharacter-toc02-input.html     |    24 -
 .../cursor/deleteCharacter-toc03-expected.html  |    14 -
 .../cursor/deleteCharacter-toc03-input.html     |    27 -
 .../cursor/deleteCharacter-toc04-expected.html  |    15 -
 .../cursor/deleteCharacter-toc04-input.html     |    27 -
 .../cursor/deleteCharacter01-expected.html      |     6 -
 .../tests/cursor/deleteCharacter01-input.html   |    15 -
 .../cursor/deleteCharacter02-expected.html      |     6 -
 .../tests/cursor/deleteCharacter02-input.html   |    15 -
 .../cursor/deleteCharacter03-expected.html      |     6 -
 .../tests/cursor/deleteCharacter03-input.html   |    15 -
 .../cursor/deleteCharacter04-expected.html      |     6 -
 .../tests/cursor/deleteCharacter04-input.html   |    16 -
 .../cursor/deleteCharacter04a-expected.html     |     6 -
 .../tests/cursor/deleteCharacter04a-input.html  |    16 -
 .../cursor/deleteCharacter04b-expected.html     |     6 -
 .../tests/cursor/deleteCharacter04b-input.html  |    16 -
 .../cursor/deleteCharacter05-expected.html      |     6 -
 .../tests/cursor/deleteCharacter05-input.html   |    16 -
 .../cursor/deleteCharacter05a-expected.html     |     6 -
 .../tests/cursor/deleteCharacter05a-input.html  |    16 -
 .../cursor/deleteCharacter05b-expected.html     |     6 -
 .../tests/cursor/deleteCharacter05b-input.html  |    16 -
 .../cursor/deleteCharacter06-expected.html      |     8 -
 .../tests/cursor/deleteCharacter06-input.html   |    16 -
 .../cursor/deleteCharacter06a-expected.html     |     8 -
 .../tests/cursor/deleteCharacter06a-input.html  |    16 -
 .../cursor/deleteCharacter06b-expected.html     |     8 -
 .../tests/cursor/deleteCharacter06b-input.html  |    16 -
 .../cursor/deleteCharacter07-expected.html      |     8 -
 .../tests/cursor/deleteCharacter07-input.html   |    16 -
 .../cursor/deleteCharacter07a-expected.html     |     8 -
 .../tests/cursor/deleteCharacter07a-input.html  |    16 -
 .../cursor/deleteCharacter07b-expected.html     |     8 -
 .../tests/cursor/deleteCharacter07b-input.html  |    16 -
 .../cursor/deleteCharacter08-expected.html      |     9 -
 .../tests/cursor/deleteCharacter08-input.html   |    16 -
 .../cursor/deleteCharacter08a-expected.html     |     9 -
 .../tests/cursor/deleteCharacter08a-input.html  |    16 -
 .../cursor/deleteCharacter08b-expected.html     |     9 -
 .../tests/cursor/deleteCharacter08b-input.html  |    16 -
 .../cursor/deleteCharacter09-expected.html      |     7 -
 .../tests/cursor/deleteCharacter09-input.html   |    17 -
 .../cursor/deleteCharacter10-expected.html      |     7 -
 .../tests/cursor/deleteCharacter10-input.html   |    17 -
 .../cursor/deleteCharacter11-expected.html      |     6 -
 .../tests/cursor/deleteCharacter11-input.html   |    15 -
 .../cursor/deleteCharacter12-expected.html      |     6 -
 .../tests/cursor/deleteCharacter12-input.html   |    16 -
 .../cursor/deleteCharacter13-expected.html      |     6 -
 .../tests/cursor/deleteCharacter13-input.html   |    18 -
 .../cursor/deleteCharacter14-expected.html      |     6 -
 .../tests/cursor/deleteCharacter14-input.html   |    19 -
 .../cursor/deleteCharacter15-expected.html      |     6 -
 .../tests/cursor/deleteCharacter15-input.html   |    19 -
 .../cursor/deleteCharacter16-expected.html      |     6 -
 .../tests/cursor/deleteCharacter16-input.html   |    16 -
 .../cursor/deleteCharacter17-expected.html      |     6 -
 .../tests/cursor/deleteCharacter17-input.html   |    16 -
 .../cursor/deleteCharacter18-expected.html      |     7 -
 .../tests/cursor/deleteCharacter18-input.html   |    17 -
 .../cursor/deleteCharacter19-expected.html      |     7 -
 .../tests/cursor/deleteCharacter19-input.html   |    17 -
 .../cursor/deleteCharacter20-expected.html      |     7 -
 .../tests/cursor/deleteCharacter20-input.html   |    17 -
 .../cursor/deleteCharacter21-expected.html      |     6 -
 .../tests/cursor/deleteCharacter21-input.html   |    16 -
 .../cursor/deleteCharacter22-expected.html      |     6 -
 .../tests/cursor/deleteCharacter22-input.html   |    19 -
 .../cursor/deleteCharacter23-expected.html      |     7 -
 .../tests/cursor/deleteCharacter23-input.html   |    19 -
 .../cursor/deleteCharacter24-expected.html      |    11 -
 .../tests/cursor/deleteCharacter24-input.html   |    17 -
 .../cursor/doubleSpacePeriod01-expected.html    |     6 -
 .../tests/cursor/doubleSpacePeriod01-input.html |    16 -
 .../cursor/doubleSpacePeriod02-expected.html    |     6 -
 .../tests/cursor/doubleSpacePeriod02-input.html |    17 -
 .../cursor/doubleSpacePeriod03-expected.html    |     6 -
 .../tests/cursor/doubleSpacePeriod03-input.html |    16 -
 .../cursor/doubleSpacePeriod04-expected.html    |     6 -
 .../tests/cursor/doubleSpacePeriod04-input.html |    16 -
 .../cursor/doubleSpacePeriod05-expected.html    |     6 -
 .../tests/cursor/doubleSpacePeriod05-input.html |    19 -
 .../tests/cursor/enter-delete01-expected.html   |     6 -
 .../tests/cursor/enter-delete01-input.html      |    16 -
 .../tests/cursor/enter-delete02-expected.html   |     6 -
 .../tests/cursor/enter-delete02-input.html      |    18 -
 .../tests/cursor/enter-delete03-expected.html   |     6 -
 .../tests/cursor/enter-delete03-input.html      |    24 -
 .../cursor/enterAfterFigure01-expected.html     |    13 -
 .../tests/cursor/enterAfterFigure01-input.html  |    18 -
 .../cursor/enterAfterFigure02-expected.html     |    14 -
 .../tests/cursor/enterAfterFigure02-input.html  |    18 -
 .../cursor/enterAfterFigure03-expected.html     |    14 -
 .../tests/cursor/enterAfterFigure03-input.html  |    18 -
 .../cursor/enterAfterTable01-expected.html      |    22 -
 .../tests/cursor/enterAfterTable01-input.html   |    25 -
 .../cursor/enterAfterTable02-expected.html      |    23 -
 .../tests/cursor/enterAfterTable02-input.html   |    25 -
 .../cursor/enterAfterTable03-expected.html      |    23 -
 .../tests/cursor/enterAfterTable03-input.html   |    25 -
 .../cursor/enterBeforeFigure01-expected.html    |    13 -
 .../tests/cursor/enterBeforeFigure01-input.html |    18 -
 .../cursor/enterBeforeFigure02-expected.html    |    14 -
 .../tests/cursor/enterBeforeFigure02-input.html |    18 -
 .../cursor/enterBeforeFigure03-expected.html    |    11 -
 .../tests/cursor/enterBeforeFigure03-input.html |    18 -
 .../cursor/enterBeforeTable01-expected.html     |    22 -
 .../tests/cursor/enterBeforeTable01-input.html  |    25 -
 .../cursor/enterBeforeTable02-expected.html     |    23 -
 .../tests/cursor/enterBeforeTable02-input.html  |    25 -
 .../cursor/enterBeforeTable03-expected.html     |    20 -
 .../tests/cursor/enterBeforeTable03-input.html  |    25 -
 .../cursor/enterPressed-caption01-expected.html |    28 -
 .../cursor/enterPressed-caption01-input.html    |    38 -
 .../cursor/enterPressed-caption02-expected.html |    28 -
 .../cursor/enterPressed-caption02-input.html    |    38 -
 .../enterPressed-emptyContainer01-expected.html |    10 -
 .../enterPressed-emptyContainer01-input.html    |    13 -
 ...enterPressed-emptyContainer01a-expected.html |    10 -
 .../enterPressed-emptyContainer01a-input.html   |    14 -
 .../enterPressed-emptyContainer02-expected.html |    12 -
 .../enterPressed-emptyContainer02-input.html    |    13 -
 ...enterPressed-emptyContainer02a-expected.html |    12 -
 .../enterPressed-emptyContainer02a-input.html   |    14 -
 .../enterPressed-emptyContainer03-expected.html |    12 -
 .../enterPressed-emptyContainer03-input.html    |    13 -
 ...enterPressed-emptyContainer03a-expected.html |    12 -
 .../enterPressed-emptyContainer03a-input.html   |    14 -
 .../enterPressed-emptyContainer04-expected.html |    17 -
 .../enterPressed-emptyContainer04-input.html    |    20 -
 ...enterPressed-emptyContainer04a-expected.html |    17 -
 .../enterPressed-emptyContainer04a-input.html   |    21 -
 .../enterPressed-emptyContainer05-expected.html |    18 -
 .../enterPressed-emptyContainer05-input.html    |    19 -
 ...enterPressed-emptyContainer05a-expected.html |    18 -
 .../enterPressed-emptyContainer05a-input.html   |    20 -
 .../enterPressed-emptyContainer06-expected.html |    18 -
 .../enterPressed-emptyContainer06-input.html    |    19 -
 ...enterPressed-emptyContainer06a-expected.html |    18 -
 .../enterPressed-emptyContainer06a-input.html   |    20 -
 .../enterPressed-emptyContainer07-expected.html |     9 -
 .../enterPressed-emptyContainer07-input.html    |    17 -
 ...enterPressed-emptyContainer07a-expected.html |     9 -
 .../enterPressed-emptyContainer07a-input.html   |    18 -
 .../enterPressed-emptyContainer08-expected.html |    14 -
 .../enterPressed-emptyContainer08-input.html    |    17 -
 ...enterPressed-emptyContainer08a-expected.html |    14 -
 .../enterPressed-emptyContainer08a-input.html   |    18 -
 .../cursor/enterPressed-endnote01-expected.html |    13 -
 .../cursor/enterPressed-endnote01-input.html    |    16 -
 .../cursor/enterPressed-endnote02-expected.html |    12 -
 .../cursor/enterPressed-endnote02-input.html    |    16 -
 .../cursor/enterPressed-endnote03-expected.html |    12 -
 .../cursor/enterPressed-endnote03-input.html    |    16 -
 .../cursor/enterPressed-endnote04-expected.html |    13 -
 .../cursor/enterPressed-endnote04-input.html    |    16 -
 .../cursor/enterPressed-endnote05-expected.html |    12 -
 .../cursor/enterPressed-endnote05-input.html    |    16 -
 .../cursor/enterPressed-endnote06-expected.html |    12 -
 .../cursor/enterPressed-endnote06-input.html    |    16 -
 .../cursor/enterPressed-endnote07-expected.html |    12 -
 .../cursor/enterPressed-endnote07-input.html    |    16 -
 .../cursor/enterPressed-endnote08-expected.html |    12 -
 .../cursor/enterPressed-endnote08-input.html    |    16 -
 .../enterPressed-figcaption01-expected.html     |    15 -
 .../cursor/enterPressed-figcaption01-input.html |    27 -
 .../enterPressed-figcaption02-expected.html     |    15 -
 .../cursor/enterPressed-figcaption02-input.html |    27 -
 .../enterPressed-footnote01-expected.html       |    13 -
 .../cursor/enterPressed-footnote01-input.html   |    16 -
 .../enterPressed-footnote02-expected.html       |    12 -
 .../cursor/enterPressed-footnote02-input.html   |    16 -
 .../enterPressed-footnote03-expected.html       |    12 -
 .../cursor/enterPressed-footnote03-input.html   |    16 -
 .../enterPressed-footnote04-expected.html       |    13 -
 .../cursor/enterPressed-footnote04-input.html   |    16 -
 .../enterPressed-footnote05-expected.html       |    12 -
 .../cursor/enterPressed-footnote05-input.html   |    16 -
 .../enterPressed-footnote06-expected.html       |    12 -
 .../cursor/enterPressed-footnote06-input.html   |    16 -
 .../enterPressed-footnote07-expected.html       |    12 -
 .../cursor/enterPressed-footnote07-input.html   |    16 -
 .../enterPressed-footnote08-expected.html       |    12 -
 .../cursor/enterPressed-footnote08-input.html   |    16 -
 .../cursor/enterPressed-heading01-expected.html |     7 -
 .../cursor/enterPressed-heading01-input.html    |    18 -
 .../cursor/enterPressed-heading02-expected.html |    10 -
 .../cursor/enterPressed-heading02-input.html    |    19 -
 .../cursor/enterPressed-heading03-expected.html |    10 -
 .../cursor/enterPressed-heading03-input.html    |    18 -
 .../cursor/enterPressed-heading04-expected.html |    10 -
 .../cursor/enterPressed-heading04-input.html    |    15 -
 .../cursor/enterPressed-heading05-expected.html |     7 -
 .../cursor/enterPressed-heading05-input.html    |    15 -
 .../cursor/enterPressed-heading06-expected.html |    10 -
 .../cursor/enterPressed-heading06-input.html    |    15 -
 .../cursor/enterPressed-heading07-expected.html |     7 -
 .../cursor/enterPressed-heading07-input.html    |    15 -
 .../cursor/enterPressed-heading08-expected.html |    13 -
 .../cursor/enterPressed-heading08-input.html    |    15 -
 .../cursor/enterPressed-heading09-expected.html |     7 -
 .../cursor/enterPressed-heading09-input.html    |    15 -
 .../cursor/enterPressed-heading10-expected.html |     6 -
 .../cursor/enterPressed-heading10-input.html    |    17 -
 .../cursor/enterPressed-heading11-expected.html |    10 -
 .../cursor/enterPressed-heading11-input.html    |    17 -
 .../cursor/enterPressed-heading12-expected.html |    13 -
 .../cursor/enterPressed-heading12-input.html    |    17 -
 .../cursor/enterPressed-heading13-expected.html |     7 -
 .../cursor/enterPressed-heading13-input.html    |    17 -
 .../enterPressed-list-nop01-expected.html       |     9 -
 .../cursor/enterPressed-list-nop01-input.html   |    17 -
 .../enterPressed-list-nop02-expected.html       |    12 -
 .../cursor/enterPressed-list-nop02-input.html   |    20 -
 .../enterPressed-list-nop03-expected.html       |     9 -
 .../cursor/enterPressed-list-nop03-input.html   |    17 -
 .../enterPressed-list-nop04-expected.html       |    12 -
 .../cursor/enterPressed-list-nop04-input.html   |    20 -
 .../enterPressed-list-nop05-expected.html       |     9 -
 .../cursor/enterPressed-list-nop05-input.html   |    17 -
 .../enterPressed-list-nop06-expected.html       |    12 -
 .../cursor/enterPressed-list-nop06-input.html   |    20 -
 .../enterPressed-list-nop07-expected.html       |     9 -
 .../cursor/enterPressed-list-nop07-input.html   |    17 -
 .../enterPressed-list-nop08-expected.html       |    12 -
 .../cursor/enterPressed-list-nop08-input.html   |    20 -
 .../cursor/enterPressed-list01-expected.html    |    11 -
 .../tests/cursor/enterPressed-list01-input.html |    20 -
 .../cursor/enterPressed-list02-expected.html    |    11 -
 .../tests/cursor/enterPressed-list02-input.html |    20 -
 .../cursor/enterPressed-list03-expected.html    |    16 -
 .../tests/cursor/enterPressed-list03-input.html |    20 -
 .../cursor/enterPressed-list04-expected.html    |    11 -
 .../tests/cursor/enterPressed-list04-input.html |    20 -
 .../cursor/enterPressed-list05-expected.html    |    11 -
 .../tests/cursor/enterPressed-list05-input.html |    20 -
 .../cursor/enterPressed-list06-expected.html    |    11 -
 .../tests/cursor/enterPressed-list06-input.html |    20 -
 .../cursor/enterPressed-list07-expected.html    |    11 -
 .../tests/cursor/enterPressed-list07-input.html |    21 -
 .../cursor/enterPressed-list08-expected.html    |    11 -
 .../tests/cursor/enterPressed-list08-input.html |    21 -
 .../cursor/enterPressed-list09-expected.html    |    11 -
 .../tests/cursor/enterPressed-list09-input.html |    21 -
 .../cursor/enterPressed-list10-expected.html    |    14 -
 .../tests/cursor/enterPressed-list10-input.html |    20 -
 .../cursor/enterPressed-list11-expected.html    |    11 -
 .../tests/cursor/enterPressed-list11-input.html |    20 -
 .../cursor/enterPressed-list12-expected.html    |    15 -
 .../tests/cursor/enterPressed-list12-input.html |    23 -
 .../cursor/enterPressed-list13-expected.html    |    14 -
 .../tests/cursor/enterPressed-list13-input.html |    23 -
 .../cursor/enterPressed-list14-expected.html    |    14 -
 .../tests/cursor/enterPressed-list14-input.html |    23 -
 .../cursor/enterPressed-list15-expected.html    |    17 -
 .../tests/cursor/enterPressed-list15-input.html |    23 -
 .../cursor/enterPressed-list16-expected.html    |    14 -
 .../tests/cursor/enterPressed-list16-input.html |    24 -
 .../cursor/enterPressed-list17-expected.html    |    14 -
 .../tests/cursor/enterPressed-list17-input.html |    23 -
 .../cursor/enterPressed-list18-expected.html    |    14 -
 .../tests/cursor/enterPressed-list18-input.html |    23 -
 .../cursor/enterPressed-list19-expected.html    |    19 -
 .../tests/cursor/enterPressed-list19-input.html |    23 -
 .../cursor/enterPressed-list20-expected.html    |    14 -
 .../tests/cursor/enterPressed-list20-input.html |    24 -
 .../cursor/enterPressed-list21-expected.html    |    11 -
 .../tests/cursor/enterPressed-list21-input.html |    20 -
 .../cursor/enterPressed-list22-expected.html    |    16 -
 .../tests/cursor/enterPressed-list22-input.html |    20 -
 .../cursor/enterPressed-list23-expected.html    |    16 -
 .../tests/cursor/enterPressed-list23-input.html |    20 -
 .../cursor/enterPressed-list24-expected.html    |    18 -
 .../tests/cursor/enterPressed-list24-input.html |    21 -
 .../cursor/enterPressed-list25-expected.html    |    11 -
 .../tests/cursor/enterPressed-list25-input.html |    24 -
 .../cursor/enterPressed-list26-expected.html    |    14 -
 .../tests/cursor/enterPressed-list26-input.html |    17 -
 .../cursor/enterPressed-list27-expected.html    |    17 -
 .../tests/cursor/enterPressed-list27-input.html |    20 -
 .../cursor/enterPressed-list28-expected.html    |    17 -
 .../tests/cursor/enterPressed-list28-input.html |    20 -
 .../cursor/enterPressed-list29-expected.html    |    19 -
 .../tests/cursor/enterPressed-list29-input.html |    24 -
 .../cursor/enterPressed-list30-expected.html    |    24 -
 .../tests/cursor/enterPressed-list30-input.html |    29 -
 .../cursor/enterPressed-list31-expected.html    |    17 -
 .../tests/cursor/enterPressed-list31-input.html |    24 -
 .../cursor/enterPressed-list32-expected.html    |    22 -
 .../tests/cursor/enterPressed-list32-input.html |    29 -
 .../cursor/enterPressed-list33-expected.html    |    22 -
 .../tests/cursor/enterPressed-list33-input.html |    29 -
 .../cursor/enterPressed-next01-expected.html    |     7 -
 .../tests/cursor/enterPressed-next01-input.html |    16 -
 .../cursor/enterPressed-next02-expected.html    |     7 -
 .../tests/cursor/enterPressed-next02-input.html |    17 -
 .../cursor/enterPressed-next03-expected.html    |     7 -
 .../tests/cursor/enterPressed-next03-input.html |    16 -
 .../cursor/enterPressed-next04-expected.html    |     7 -
 .../tests/cursor/enterPressed-next04-input.html |    17 -
 .../cursor/enterPressed-next05a-expected.html   |    10 -
 .../cursor/enterPressed-next05a-input.html      |    18 -
 .../cursor/enterPressed-next05b-expected.html   |    10 -
 .../cursor/enterPressed-next05b-input.html      |    18 -
 .../cursor/enterPressed-next05c-expected.html   |    10 -
 .../cursor/enterPressed-next05c-input.html      |    18 -
 .../cursor/enterPressed-next05d-expected.html   |    10 -
 .../cursor/enterPressed-next05d-input.html      |    18 -
 .../cursor/enterPressed-next05e-expected.html   |    10 -
 .../cursor/enterPressed-next05e-input.html      |    18 -
 .../cursor/enterPressed-next06-expected.html    |    10 -
 .../tests/cursor/enterPressed-next06-input.html |    17 -
 .../cursor/enterPressed-next07-expected.html    |    10 -
 .../tests/cursor/enterPressed-next07-input.html |    17 -
 .../cursor/enterPressed-next08-expected.html    |    10 -
 .../tests/cursor/enterPressed-next08-input.html |    17 -
 .../cursor/enterPressed-next09-expected.html    |     7 -
 .../tests/cursor/enterPressed-next09-input.html |    16 -
 .../enterPressed-paragraphClass01-expected.html |     7 -
 .../enterPressed-paragraphClass01-input.html    |    16 -
 .../enterPressed-paragraphClass02-expected.html |    10 -
 .../enterPressed-paragraphClass02-input.html    |    16 -
 .../enterPressed-paragraphClass03-expected.html |    10 -
 .../enterPressed-paragraphClass03-input.html    |    16 -
 .../enterPressed-paragraphClass04-expected.html |     7 -
 .../enterPressed-paragraphClass04-input.html    |    17 -
 .../enterPressed-paragraphClass05-expected.html |    10 -
 .../enterPressed-paragraphClass05-input.html    |    17 -
 .../enterPressed-paragraphClass06-expected.html |    10 -
 .../enterPressed-paragraphClass06-input.html    |    17 -
 .../enterPressed-selection01-expected.html      |     7 -
 .../cursor/enterPressed-selection01-input.html  |    15 -
 .../enterPressed-selection02-expected.html      |    10 -
 .../cursor/enterPressed-selection02-input.html  |    15 -
 .../enterPressed-selection03-expected.html      |     7 -
 .../cursor/enterPressed-selection03-input.html  |    16 -
 .../enterPressed-selection04-expected.html      |    10 -
 .../cursor/enterPressed-selection04-input.html  |    16 -
 .../tests/cursor/enterPressed01-expected.html   |     7 -
 .../tests/cursor/enterPressed01-input.html      |    16 -
 .../tests/cursor/enterPressed02-expected.html   |     7 -
 .../tests/cursor/enterPressed02-input.html      |    16 -
 .../tests/cursor/enterPressed03-expected.html   |    11 -
 .../tests/cursor/enterPressed03-input.html      |    16 -
 .../tests/cursor/enterPressed04-expected.html   |     7 -
 .../tests/cursor/enterPressed04-input.html      |    16 -
 .../tests/cursor/enterPressed05-expected.html   |    10 -
 .../tests/cursor/enterPressed05-input.html      |    16 -
 .../tests/cursor/enterPressed06-expected.html   |     7 -
 .../tests/cursor/enterPressed06-input.html      |    16 -
 .../tests/cursor/enterPressed07-expected.html   |     7 -
 .../tests/cursor/enterPressed07-input.html      |    16 -
 .../tests/cursor/enterPressed08-expected.html   |    10 -
 .../tests/cursor/enterPressed08-input.html      |    16 -
 .../tests/cursor/enterPressed09-expected.html   |     7 -
 .../tests/cursor/enterPressed09-input.html      |    17 -
 .../tests/cursor/enterPressed10-expected.html   |     7 -
 .../tests/cursor/enterPressed10-input.html      |    16 -
 .../tests/cursor/enterPressed11-expected.html   |     7 -
 .../tests/cursor/enterPressed11-input.html      |    16 -
 .../tests/cursor/enterPressed12-expected.html   |    10 -
 .../tests/cursor/enterPressed12-input.html      |    16 -
 .../tests/cursor/enterPressed13-expected.html   |     7 -
 .../tests/cursor/enterPressed13-input.html      |    17 -
 .../tests/cursor/enterPressed14-expected.html   |    10 -
 .../tests/cursor/enterPressed14-input.html      |    16 -
 .../tests/cursor/enterPressed15-expected.html   |    10 -
 .../tests/cursor/enterPressed15-input.html      |    16 -
 .../tests/cursor/enterPressed16-expected.html   |    10 -
 .../tests/cursor/enterPressed16-input.html      |    16 -
 .../tests/cursor/enterPressed17-expected.html   |     7 -
 .../tests/cursor/enterPressed17-input.html      |    16 -
 .../tests/cursor/enterPressed18-expected.html   |    14 -
 .../tests/cursor/enterPressed18-input.html      |    16 -
 .../tests/cursor/enterPressed19-expected.html   |     7 -
 .../tests/cursor/enterPressed19-input.html      |    16 -
 .../tests/cursor/enterPressed20-expected.html   |    17 -
 .../tests/cursor/enterPressed20-input.html      |    16 -
 .../tests/cursor/enterPressed21-expected.html   |    14 -
 .../tests/cursor/enterPressed21-input.html      |    16 -
 .../tests/cursor/enterPressed22-expected.html   |    14 -
 .../tests/cursor/enterPressed22-input.html      |    16 -
 .../tests/cursor/enterPressed23-expected.html   |    14 -
 .../tests/cursor/enterPressed23-input.html      |    16 -
 .../tests/cursor/enterPressed24-expected.html   |    10 -
 .../tests/cursor/enterPressed24-input.html      |    16 -
 .../tests/cursor/enterPressed25-expected.html   |    10 -
 .../tests/cursor/enterPressed25-input.html      |    16 -
 .../tests/cursor/enterPressed26-expected.html   |    14 -
 .../tests/cursor/enterPressed26-input.html      |    16 -
 .../tests/cursor/enterPressed27-expected.html   |    10 -
 .../tests/cursor/enterPressed27-input.html      |    16 -
 .../tests/cursor/enterPressed28-expected.html   |    14 -
 .../tests/cursor/enterPressed28-input.html      |    19 -
 .../tests/cursor/enterPressed29-expected.html   |     7 -
 .../tests/cursor/enterPressed29-input.html      |    15 -
 .../tests/cursor/enterPressed30-expected.html   |    11 -
 .../tests/cursor/enterPressed30-input.html      |    16 -
 .../tests/cursor/enterPressed31-expected.html   |    11 -
 .../tests/cursor/enterPressed31-input.html      |    19 -
 .../tests/cursor/enterPressed32-expected.html   |    16 -
 .../tests/cursor/enterPressed32-input.html      |    24 -
 .../tests/cursor/enterPressed33-expected.html   |    14 -
 .../tests/cursor/enterPressed33-input.html      |    19 -
 .../tests/cursor/enterPressed34-expected.html   |    19 -
 .../tests/cursor/enterPressed34-input.html      |    24 -
 .../tests/cursor/enterPressed35-expected.html   |    12 -
 .../tests/cursor/enterPressed35-input.html      |    17 -
 .../insertCharacter-caption01-expected.html     |    24 -
 .../cursor/insertCharacter-caption01-input.html |    38 -
 .../insertCharacter-caption02-expected.html     |    24 -
 .../cursor/insertCharacter-caption02-input.html |    38 -
 .../cursor/insertCharacter-dash01-expected.html |     7 -
 .../cursor/insertCharacter-dash01-input.html    |    20 -
 .../cursor/insertCharacter-dash02-expected.html |     7 -
 .../cursor/insertCharacter-dash02-input.html    |    20 -
 .../cursor/insertCharacter-dash03-expected.html |     7 -
 .../cursor/insertCharacter-dash03-input.html    |    21 -
 .../cursor/insertCharacter-dash04-expected.html |     7 -
 .../cursor/insertCharacter-dash04-input.html    |    21 -
 .../insertCharacter-empty01-expected.html       |     6 -
 .../cursor/insertCharacter-empty01-input.html   |    15 -
 .../insertCharacter-empty02-expected.html       |     6 -
 .../cursor/insertCharacter-empty02-input.html   |    15 -
 .../insertCharacter-empty03-expected.html       |     6 -
 .../cursor/insertCharacter-empty03-input.html   |    15 -
 .../insertCharacter-empty04-expected.html       |     6 -
 .../cursor/insertCharacter-empty04-input.html   |    15 -
 .../insertCharacter-empty05-expected.html       |     6 -
 .../cursor/insertCharacter-empty05-input.html   |    15 -
 .../insertCharacter-empty06-expected.html       |     6 -
 .../cursor/insertCharacter-empty06-input.html   |    15 -
 .../insertCharacter-empty07-expected.html       |     6 -
 .../cursor/insertCharacter-empty07-input.html   |    15 -
 .../insertCharacter-empty08-expected.html       |     6 -
 .../cursor/insertCharacter-empty08-input.html   |    19 -
 .../insertCharacter-empty09-expected.html       |     6 -
 .../cursor/insertCharacter-empty09-input.html   |    19 -
 .../insertCharacter-empty10-expected.html       |     6 -
 .../cursor/insertCharacter-empty10-input.html   |    17 -
 .../insertCharacter-empty11-expected.html       |     6 -
 .../cursor/insertCharacter-empty11-input.html   |    15 -
 .../insertCharacter-figcaption01-expected.html  |    11 -
 .../insertCharacter-figcaption01-input.html     |    27 -
 .../insertCharacter-figcaption02-expected.html  |    11 -
 .../insertCharacter-figcaption02-input.html     |    27 -
 .../cursor/insertCharacter-list01-expected.html |    10 -
 .../cursor/insertCharacter-list01-input.html    |    20 -
 .../cursor/insertCharacter-list02-expected.html |    10 -
 .../cursor/insertCharacter-list02-input.html    |    20 -
 .../cursor/insertCharacter-list03-expected.html |    10 -
 .../cursor/insertCharacter-list03-input.html    |    20 -
 .../cursor/insertCharacter-list04-expected.html |    10 -
 .../cursor/insertCharacter-list04-input.html    |    20 -
 .../cursor/insertCharacter-list05-expected.html |    10 -
 .../cursor/insertCharacter-list05-input.html    |    20 -
 .../cursor/insertCharacter-list06-expected.html |    12 -
 .../cursor/insertCharacter-list06-input.html    |    22 -
 .../cursor/insertCharacter-list07-expected.html |    12 -
 .../cursor/insertCharacter-list07-input.html    |    22 -
 .../cursor/insertCharacter-list08-expected.html |    12 -
 .../cursor/insertCharacter-list08-input.html    |    22 -
 .../cursor/insertCharacter-list09-expected.html |    12 -
 .../cursor/insertCharacter-list09-input.html    |    22 -
 .../cursor/insertCharacter-list10-expected.html |    12 -
 .../cursor/insertCharacter-list10-input.html    |    22 -
 .../insertCharacter-quotes01-expected.html      |     8 -
 .../cursor/insertCharacter-quotes01-input.html  |    29 -
 .../insertCharacter-space01-expected.html       |     6 -
 .../cursor/insertCharacter-space01-input.html   |    16 -
 .../insertCharacter-space02-expected.html       |     9 -
 .../cursor/insertCharacter-space02-input.html   |    15 -
 .../insertCharacter-space03-expected.html       |     9 -
 .../cursor/insertCharacter-space03-input.html   |    15 -
 .../insertCharacter-space04-expected.html       |    10 -
 .../cursor/insertCharacter-space04-input.html   |    15 -
 .../insertCharacter-space05-expected.html       |    10 -
 .../cursor/insertCharacter-space05-input.html   |    15 -
 .../insertCharacter-space06-expected.html       |     9 -
 .../cursor/insertCharacter-space06-input.html   |    15 -
 .../insertCharacter-space07-expected.html       |    10 -
 .../cursor/insertCharacter-space07-input.html   |    15 -
 .../insertCharacter-space08-expected.html       |    10 -
 .../cursor/insertCharacter-space08-input.html   |    15 -
 .../insertCharacter-spchar01-expected.html      |     6 -
 .../cursor/insertCharacter-spchar01-input.html  |    16 -
 .../insertCharacter-spchar02-expected.html      |     9 -
 .../cursor/insertCharacter-spchar02-input.html  |    16 -
 .../insertCharacter-spchar03-expected.html      |     6 -
 .../cursor/insertCharacter-spchar03-input.html  |    16 -
 .../insertCharacter-spchar04-expected.html      |     9 -
 .../cursor/insertCharacter-spchar04-input.html  |    16 -
 .../insertCharacter-table01-expected.html       |    25 -
 .../cursor/insertCharacter-table01-input.html   |    32 -
 .../insertCharacter-table02-expected.html       |    25 -
 .../cursor/insertCharacter-table02-input.html   |    32 -
 .../insertCharacter-table03-expected.html       |    24 -
 .../cursor/insertCharacter-table03-input.html   |    35 -
 .../insertCharacter-table04-expected.html       |    24 -
 .../cursor/insertCharacter-table04-input.html   |    35 -
 .../insertCharacter-table05-expected.html       |    25 -
 .../cursor/insertCharacter-table05-input.html   |    35 -
 .../insertCharacter-table06-expected.html       |    24 -
 .../cursor/insertCharacter-table06-input.html   |    35 -
 .../insertCharacter-table07-expected.html       |    24 -
 .../cursor/insertCharacter-table07-input.html   |    35 -
 .../insertCharacter-table08-expected.html       |    25 -
 .../cursor/insertCharacter-table08-input.html   |    35 -
 .../insertCharacter-table09-expected.html       |    24 -
 .../cursor/insertCharacter-table09-input.html   |    35 -
 .../insertCharacter-table10-expected.html       |    24 -
 .../cursor/insertCharacter-table10-input.html   |    35 -
 .../insertCharacter-table11-expected.html       |    24 -
 .../cursor/insertCharacter-table11-input.html   |    37 -
 .../insertCharacter-table12-expected.html       |    25 -
 .../cursor/insertCharacter-table12-input.html   |    37 -
 .../insertCharacter-table13-expected.html       |    24 -
 .../cursor/insertCharacter-table13-input.html   |    37 -
 .../insertCharacter-table14-expected.html       |    24 -
 .../cursor/insertCharacter-table14-input.html   |    37 -
 .../insertCharacter-table15-expected.html       |    25 -
 .../cursor/insertCharacter-table15-input.html   |    37 -
 .../insertCharacter-toparagraph01-expected.html |     6 -
 .../insertCharacter-toparagraph01-input.html    |    28 -
 .../insertCharacter-toparagraph02-expected.html |     6 -
 .../insertCharacter-toparagraph02-input.html    |    28 -
 .../insertCharacter-toparagraph03-expected.html |     6 -
 .../insertCharacter-toparagraph03-input.html    |    32 -
 .../insertCharacter-toparagraph04-expected.html |     6 -
 .../insertCharacter-toparagraph04-input.html    |    32 -
 .../insertCharacter-toparagraph05-expected.html |     6 -
 .../insertCharacter-toparagraph05-input.html    |    32 -
 .../insertCharacter-toparagraph06-expected.html |     6 -
 .../insertCharacter-toparagraph06-input.html    |    32 -
 .../insertCharacter-toparagraph07-expected.html |     7 -
 .../insertCharacter-toparagraph07-input.html    |    31 -
 .../insertCharacter-toparagraph08-expected.html |     7 -
 .../insertCharacter-toparagraph08-input.html    |    31 -
 .../cursor/insertCharacter01-expected.html      |     6 -
 .../tests/cursor/insertCharacter01-input.html   |    15 -
 .../cursor/insertCharacter02-expected.html      |     6 -
 .../tests/cursor/insertCharacter02-input.html   |    15 -
 .../cursor/insertCharacter03-expected.html      |     6 -
 .../tests/cursor/insertCharacter03-input.html   |    15 -
 .../cursor/insertCharacter04-expected.html      |     6 -
 .../tests/cursor/insertCharacter04-input.html   |    15 -
 .../cursor/insertCharacter05-expected.html      |     6 -
 .../tests/cursor/insertCharacter05-input.html   |    15 -
 .../cursor/insertCharacter06-expected.html      |     6 -
 .../tests/cursor/insertCharacter06-input.html   |    15 -
 .../cursor/insertCharacter07-expected.html      |     6 -
 .../tests/cursor/insertCharacter07-input.html   |    15 -
 .../cursor/insertCharacter08-expected.html      |     6 -
 .../tests/cursor/insertCharacter08-input.html   |    15 -
 .../cursor/insertCharacter09-expected.html      |     7 -
 .../tests/cursor/insertCharacter09-input.html   |    17 -
 .../cursor/insertCharacter10-expected.html      |     6 -
 .../tests/cursor/insertCharacter10-input.html   |    16 -
 .../cursor/insertCharacter11-expected.html      |     7 -
 .../tests/cursor/insertCharacter11-input.html   |    16 -
 .../cursor/insertCharacter12-expected.html      |     8 -
 .../tests/cursor/insertCharacter12-input.html   |    18 -
 .../cursor/insertCharacter13-expected.html      |     7 -
 .../tests/cursor/insertCharacter13-input.html   |    16 -
 .../cursor/insertCharacter14-expected.html      |     7 -
 .../tests/cursor/insertCharacter14-input.html   |    16 -
 .../cursor/insertCharacter15-expected.html      |     8 -
 .../tests/cursor/insertCharacter15-input.html   |    17 -
 .../cursor/insertCharacter16-expected.html      |     8 -
 .../tests/cursor/insertCharacter16-input.html   |    17 -
 .../tests/cursor/insertEndnote01-expected.html  |    10 -
 .../tests/cursor/insertEndnote01-input.html     |    16 -
 .../tests/cursor/insertEndnote02-expected.html  |     9 -
 .../tests/cursor/insertEndnote02-input.html     |    16 -
 .../tests/cursor/insertEndnote03-expected.html  |     9 -
 .../tests/cursor/insertEndnote03-input.html     |    16 -
 .../tests/cursor/insertEndnote04-expected.html  |     6 -
 .../tests/cursor/insertEndnote04-input.html     |    16 -
 .../tests/cursor/insertEndnote05-expected.html  |     6 -
 .../tests/cursor/insertEndnote05-input.html     |    16 -
 .../tests/cursor/insertEndnote06-expected.html  |     6 -
 .../tests/cursor/insertEndnote06-input.html     |    16 -
 .../tests/cursor/insertEndnote07-expected.html  |    11 -
 .../tests/cursor/insertEndnote07-input.html     |    16 -
 .../tests/cursor/insertEndnote08-expected.html  |    11 -
 .../tests/cursor/insertEndnote08-input.html     |    16 -
 .../tests/cursor/insertEndnote09-expected.html  |    11 -
 .../tests/cursor/insertEndnote09-input.html     |    16 -
 .../tests/cursor/insertFootnote01-expected.html |    10 -
 .../tests/cursor/insertFootnote01-input.html    |    16 -
 .../tests/cursor/insertFootnote02-expected.html |     9 -
 .../tests/cursor/insertFootnote02-input.html    |    16 -
 .../tests/cursor/insertFootnote03-expected.html |     9 -
 .../tests/cursor/insertFootnote03-input.html    |    16 -
 .../tests/cursor/insertFootnote04-expected.html |     6 -
 .../tests/cursor/insertFootnote04-input.html    |    16 -
 .../tests/cursor/insertFootnote05-expected.html |     6 -
 .../tests/cursor/insertFootnote05-input.html    |    16 -
 .../tests/cursor/insertFootnote06-expected.html |     6 -
 .../tests/cursor/insertFootnote06-input.html    |    16 -
 .../tests/cursor/insertFootnote07-expected.html |    11 -
 .../tests/cursor/insertFootnote07-input.html    |    16 -
 .../tests/cursor/insertFootnote08-expected.html |    11 -
 .../tests/cursor/insertFootnote08-input.html    |    16 -
 .../tests/cursor/insertFootnote09-expected.html |    11 -
 .../tests/cursor/insertFootnote09-input.html    |    16 -
 .../makeContainerInsertionPoint01-expected.html |     7 -
 .../makeContainerInsertionPoint01-input.html    |    15 -
 ...makeContainerInsertionPoint02a-expected.html |     8 -
 .../makeContainerInsertionPoint02a-input.html   |    15 -
 ...makeContainerInsertionPoint02b-expected.html |     7 -
 .../makeContainerInsertionPoint02b-input.html   |    15 -
 ...makeContainerInsertionPoint02c-expected.html |     7 -
 .../makeContainerInsertionPoint02c-input.html   |    15 -
 ...makeContainerInsertionPoint03a-expected.html |     8 -
 .../makeContainerInsertionPoint03a-input.html   |    20 -
 ...makeContainerInsertionPoint03b-expected.html |    10 -
 .../makeContainerInsertionPoint03b-input.html   |    20 -
 ...makeContainerInsertionPoint03c-expected.html |    10 -
 .../makeContainerInsertionPoint03c-input.html   |    20 -
 .../makeContainerInsertionPoint04-expected.html |     8 -
 .../makeContainerInsertionPoint04-input.html    |    15 -
 ...makeContainerInsertionPoint05a-expected.html |     8 -
 .../makeContainerInsertionPoint05a-input.html   |    15 -
 ...makeContainerInsertionPoint05b-expected.html |     7 -
 .../makeContainerInsertionPoint05b-input.html   |    15 -
 ...makeContainerInsertionPoint05c-expected.html |     7 -
 .../makeContainerInsertionPoint05c-input.html   |    15 -
 .../makeContainerInsertionPoint06-expected.html |    14 -
 .../makeContainerInsertionPoint06-input.html    |    19 -
 .../makeContainerInsertionPoint07-expected.html |    21 -
 .../makeContainerInsertionPoint07-input.html    |    24 -
 .../Editor/tests/cursor/nbsp01-expected.html    |     6 -
 .../Editor/tests/cursor/nbsp01-input.html       |    15 -
 .../Editor/tests/cursor/nbsp02-expected.html    |     6 -
 .../Editor/tests/cursor/nbsp02-input.html       |    16 -
 .../Editor/tests/cursor/nbsp03-expected.html    |     6 -
 .../Editor/tests/cursor/nbsp03-input.html       |    16 -
 .../Editor/tests/cursor/nbsp04-expected.html    |     6 -
 .../Editor/tests/cursor/nbsp04-input.html       |    17 -
 .../Editor/tests/cursor/nbsp05-expected.html    |     6 -
 .../Editor/tests/cursor/nbsp05-input.html       |    18 -
 .../tests/cursor/position-br01-expected.html    |    23 -
 .../tests/cursor/position-br01-input.html       |    26 -
 .../tests/cursor/position-br02-expected.html    |    10 -
 .../tests/cursor/position-br02-input.html       |    22 -
 .../tests/cursor/position-br03-expected.html    |    20 -
 .../tests/cursor/position-br03-input.html       |    22 -
 .../tests/cursor/position-br04-expected.html    |    28 -
 .../tests/cursor/position-br04-input.html       |    22 -
 .../cursor/textAfterFigure01-expected.html      |    10 -
 .../tests/cursor/textAfterFigure01-input.html   |    18 -
 .../cursor/textAfterFigure02-expected.html      |    10 -
 .../tests/cursor/textAfterFigure02-input.html   |    18 -
 .../cursor/textAfterFigure03-expected.html      |    10 -
 .../tests/cursor/textAfterFigure03-input.html   |    18 -
 .../tests/cursor/textAfterTable01-expected.html |    19 -
 .../tests/cursor/textAfterTable01-input.html    |    25 -
 .../tests/cursor/textAfterTable02-expected.html |    19 -
 .../tests/cursor/textAfterTable02-input.html    |    25 -
 .../tests/cursor/textAfterTable03-expected.html |    19 -
 .../tests/cursor/textAfterTable03-input.html    |    25 -
 .../cursor/textBeforeFigure01-expected.html     |    10 -
 .../tests/cursor/textBeforeFigure01-input.html  |    18 -
 .../cursor/textBeforeFigure02-expected.html     |    10 -
 .../tests/cursor/textBeforeFigure02-input.html  |    18 -
 .../cursor/textBeforeFigure03-expected.html     |    10 -
 .../tests/cursor/textBeforeFigure03-input.html  |    18 -
 .../cursor/textBeforeTable01-expected.html      |    19 -
 .../tests/cursor/textBeforeTable01-input.html   |    25 -
 .../cursor/textBeforeTable02-expected.html      |    19 -
 .../tests/cursor/textBeforeTable02-input.html   |    25 -
 .../cursor/textBeforeTable03-expected.html      |    19 -
 .../tests/cursor/textBeforeTable03-input.html   |    25 -
 .../tests/dom/Position_next-expected.html       |     9 -
 .../Editor/tests/dom/Position_next-input.html   |   106 -
 .../tests/dom/Position_prev-expected.html       |     9 -
 .../Editor/tests/dom/Position_prev-input.html   |   104 -
 experiments/Editor/tests/dom/RangeTest.js       |   182 -
 .../dom/Range_getOutermostNodes-expected.html   |     9 -
 .../dom/Range_getOutermostNodes-input.html      |    97 -
 .../tests/dom/Range_isForward-expected.html     |     9 -
 .../Editor/tests/dom/Range_isForward-input.html |    97 -
 .../tests/dom/avoidInline01-expected.html       |     6 -
 .../Editor/tests/dom/avoidInline01-input.html   |    14 -
 .../tests/dom/avoidInline02-expected.html       |     7 -
 .../Editor/tests/dom/avoidInline02-input.html   |    15 -
 .../tests/dom/avoidInline03-expected.html       |     7 -
 .../Editor/tests/dom/avoidInline03-input.html   |    15 -
 .../tests/dom/avoidInline04-expected.html       |     8 -
 .../Editor/tests/dom/avoidInline04-input.html   |    16 -
 .../tests/dom/avoidInline05-expected.html       |     8 -
 .../Editor/tests/dom/avoidInline05-input.html   |    16 -
 .../tests/dom/avoidInline06-expected.html       |    10 -
 .../Editor/tests/dom/avoidInline06-input.html   |    14 -
 .../tests/dom/avoidInline07-expected.html       |    16 -
 .../Editor/tests/dom/avoidInline07-input.html   |    16 -
 .../tests/dom/avoidInline08-expected.html       |    18 -
 .../Editor/tests/dom/avoidInline08-input.html   |    18 -
 ...ensureInlineNodesInParagraph01-expected.html |     6 -
 .../ensureInlineNodesInParagraph01-input.html   |    16 -
 ...ensureInlineNodesInParagraph02-expected.html |    12 -
 .../ensureInlineNodesInParagraph02-input.html   |    21 -
 ...ensureInlineNodesInParagraph03-expected.html |    12 -
 .../ensureInlineNodesInParagraph03-input.html   |    21 -
 ...ensureInlineNodesInParagraph04-expected.html |    12 -
 .../ensureInlineNodesInParagraph04-input.html   |    21 -
 ...ensureInlineNodesInParagraph05-expected.html |    20 -
 .../ensureInlineNodesInParagraph05-input.html   |    31 -
 ...ensureInlineNodesInParagraph06-expected.html |    20 -
 .../ensureInlineNodesInParagraph06-input.html   |    31 -
 ...ensureInlineNodesInParagraph07-expected.html |    20 -
 .../ensureInlineNodesInParagraph07-input.html   |    31 -
 ...ensureInlineNodesInParagraph08-expected.html |    24 -
 .../ensureInlineNodesInParagraph08-input.html   |    35 -
 ...ensureInlineNodesInParagraph09-expected.html |    10 -
 .../ensureInlineNodesInParagraph09-input.html   |    26 -
 ...ensureInlineNodesInParagraph10-expected.html |    10 -
 .../ensureInlineNodesInParagraph10-input.html   |    26 -
 ...ensureInlineNodesInParagraph11-expected.html |    10 -
 .../ensureInlineNodesInParagraph11-input.html   |    26 -
 ...ensureInlineNodesInParagraph12-expected.html |    10 -
 .../ensureInlineNodesInParagraph12-input.html   |    26 -
 ...ensureInlineNodesInParagraph13-expected.html |    10 -
 .../ensureInlineNodesInParagraph13-input.html   |    26 -
 ...ensureInlineNodesInParagraph14-expected.html |    10 -
 .../ensureInlineNodesInParagraph14-input.html   |    26 -
 ...ensureInlineNodesInParagraph15-expected.html |    10 -
 .../ensureInlineNodesInParagraph15-input.html   |    26 -
 ...ensureInlineNodesInParagraph16-expected.html |    10 -
 .../ensureInlineNodesInParagraph16-input.html   |    26 -
 .../dom/ensureValidHierarchy01-expected.html    |     6 -
 .../tests/dom/ensureValidHierarchy01-input.html |    17 -
 .../dom/ensureValidHierarchy02-expected.html    |     6 -
 .../tests/dom/ensureValidHierarchy02-input.html |    17 -
 .../dom/ensureValidHierarchy03-expected.html    |     7 -
 .../tests/dom/ensureValidHierarchy03-input.html |    17 -
 .../dom/ensureValidHierarchy04-expected.html    |     7 -
 .../tests/dom/ensureValidHierarchy04-input.html |    17 -
 .../dom/ensureValidHierarchy05-expected.html    |     7 -
 .../tests/dom/ensureValidHierarchy05-input.html |    19 -
 .../dom/ensureValidHierarchy06-expected.html    |     6 -
 .../tests/dom/ensureValidHierarchy06-input.html |    17 -
 .../dom/ensureValidHierarchy07-expected.html    |    24 -
 .../tests/dom/ensureValidHierarchy07-input.html |    17 -
 .../dom/ensureValidHierarchy08-expected.html    |    22 -
 .../tests/dom/ensureValidHierarchy08-input.html |    17 -
 .../dom/ensureValidHierarchy09-expected.html    |    30 -
 .../tests/dom/ensureValidHierarchy09-input.html |    17 -
 .../dom/ensureValidHierarchy10-expected.html    |    22 -
 .../tests/dom/ensureValidHierarchy10-input.html |    17 -
 .../dom/ensureValidHierarchy11-expected.html    |    24 -
 .../tests/dom/ensureValidHierarchy11-input.html |    17 -
 .../dom/ensureValidHierarchy12-expected.html    |    55 -
 .../tests/dom/ensureValidHierarchy12-input.html |    50 -
 .../dom/mergeWithNeighbours01-expected.html     |     6 -
 .../tests/dom/mergeWithNeighbours01-input.html  |    31 -
 .../dom/mergeWithNeighbours02-expected.html     |     6 -
 .../tests/dom/mergeWithNeighbours02-input.html  |    31 -
 .../dom/mergeWithNeighbours03-expected.html     |     6 -
 .../tests/dom/mergeWithNeighbours03-input.html  |    31 -
 .../dom/mergeWithNeighbours04-expected.html     |     6 -
 .../tests/dom/mergeWithNeighbours04-input.html  |    31 -
 .../dom/mergeWithNeighbours05-expected.html     |     6 -
 .../tests/dom/mergeWithNeighbours05-input.html  |    25 -
 .../dom/mergeWithNeighbours06-expected.html     |    11 -
 .../tests/dom/mergeWithNeighbours06-input.html  |    25 -
 .../dom/mergeWithNeighbours07-expected.html     |     6 -
 .../tests/dom/mergeWithNeighbours07-input.html  |    31 -
 .../dom/mergeWithNeighbours08-expected.html     |    12 -
 .../tests/dom/mergeWithNeighbours08-input.html  |    39 -
 .../dom/mergeWithNeighbours09-expected.html     |    14 -
 .../tests/dom/mergeWithNeighbours09-input.html  |    39 -
 .../dom/mergeWithNeighbours10-expected.html     |    14 -
 .../tests/dom/mergeWithNeighbours10-input.html  |    39 -
 .../dom/mergeWithNeighbours11-expected.html     |     6 -
 .../tests/dom/mergeWithNeighbours11-input.html  |    25 -
 .../dom/mergeWithNeighbours12-expected.html     |    14 -
 .../tests/dom/mergeWithNeighbours12-input.html  |    25 -
 .../dom/mergeWithNeighbours13-expected.html     |    14 -
 .../tests/dom/mergeWithNeighbours13-input.html  |    25 -
 .../dom/mergeWithNeighbours14-expected.html     |    14 -
 .../tests/dom/mergeWithNeighbours14-input.html  |    25 -
 .../tests/dom/moveCharacters01-expected.html    |    28 -
 .../tests/dom/moveCharacters01-input.html       |    62 -
 .../tests/dom/moveCharacters02-expected.html    |    28 -
 .../tests/dom/moveCharacters02-input.html       |    62 -
 .../tests/dom/moveCharacters03-expected.html    |    28 -
 .../tests/dom/moveCharacters03-input.html       |    62 -
 .../tests/dom/moveCharacters04-expected.html    |    28 -
 .../tests/dom/moveCharacters04-input.html       |    62 -
 .../Editor/tests/dom/moveNode01-expected.html   |    10 -
 .../Editor/tests/dom/moveNode01-input.html      |    19 -
 .../Editor/tests/dom/moveNode02-expected.html   |    10 -
 .../Editor/tests/dom/moveNode02-input.html      |    19 -
 .../Editor/tests/dom/moveNode03-expected.html   |    10 -
 .../Editor/tests/dom/moveNode03-input.html      |    19 -
 .../Editor/tests/dom/moveNode04-expected.html   |    10 -
 .../Editor/tests/dom/moveNode04-input.html      |    19 -
 .../Editor/tests/dom/moveNode05-expected.html   |    10 -
 .../Editor/tests/dom/moveNode05-input.html      |    19 -
 .../Editor/tests/dom/moveNode06-expected.html   |    10 -
 .../Editor/tests/dom/moveNode06-input.html      |    19 -
 .../Editor/tests/dom/moveNode07-expected.html   |    10 -
 .../Editor/tests/dom/moveNode07-input.html      |    19 -
 .../Editor/tests/dom/moveNode08-expected.html   |    10 -
 .../Editor/tests/dom/moveNode08-input.html      |    19 -
 .../Editor/tests/dom/moveNode09-expected.html   |    12 -
 .../Editor/tests/dom/moveNode09-input.html      |    19 -
 .../Editor/tests/dom/moveNode10-expected.html   |    12 -
 .../Editor/tests/dom/moveNode10-input.html      |    19 -
 .../Editor/tests/dom/moveNode11-expected.html   |    12 -
 .../Editor/tests/dom/moveNode11-input.html      |    19 -
 .../Editor/tests/dom/moveNode12-expected.html   |    12 -
 .../Editor/tests/dom/moveNode12-input.html      |    19 -
 .../Editor/tests/dom/moveNode13-expected.html   |    12 -
 .../Editor/tests/dom/moveNode13-input.html      |    19 -
 .../Editor/tests/dom/moveNode14-expected.html   |    12 -
 .../Editor/tests/dom/moveNode14-input.html      |    19 -
 .../Editor/tests/dom/moveNode15-expected.html   |    12 -
 .../Editor/tests/dom/moveNode15-input.html      |    19 -
 .../Editor/tests/dom/moveNode16-expected.html   |    12 -
 .../Editor/tests/dom/moveNode16-input.html      |    19 -
 .../Editor/tests/dom/moveNode17-expected.html   |    12 -
 .../Editor/tests/dom/moveNode17-input.html      |    22 -
 .../Editor/tests/dom/moveNode18-expected.html   |    12 -
 .../Editor/tests/dom/moveNode18-input.html      |    22 -
 .../Editor/tests/dom/moveNode19-expected.html   |    12 -
 .../Editor/tests/dom/moveNode19-input.html      |    22 -
 .../Editor/tests/dom/moveNode20-expected.html   |    12 -
 .../Editor/tests/dom/moveNode20-input.html      |    19 -
 .../Editor/tests/dom/moveNode21-expected.html   |    12 -
 .../Editor/tests/dom/moveNode21-input.html      |    19 -
 .../Editor/tests/dom/moveNode22-expected.html   |    12 -
 .../Editor/tests/dom/moveNode22-input.html      |    19 -
 .../Editor/tests/dom/moveNode23-expected.html   |    13 -
 .../Editor/tests/dom/moveNode23-input.html      |    19 -
 .../Editor/tests/dom/moveNode24-expected.html   |    13 -
 .../Editor/tests/dom/moveNode24-input.html      |    19 -
 .../Editor/tests/dom/nextNode01-expected.html   |    25 -
 .../Editor/tests/dom/nextNode01-input.html      |    63 -
 .../Editor/tests/dom/nextNode02-expected.html   |    76 -
 .../Editor/tests/dom/nextNode02-input.html      |    76 -
 .../removeNodeButKeepChildren1-expected.html    |    12 -
 .../dom/removeNodeButKeepChildren1-input.html   |    21 -
 .../removeNodeButKeepChildren2-expected.html    |    12 -
 .../dom/removeNodeButKeepChildren2-input.html   |    21 -
 .../removeNodeButKeepChildren3-expected.html    |    12 -
 .../dom/removeNodeButKeepChildren3-input.html   |    21 -
 .../removeNodeButKeepChildren4-expected.html    |    13 -
 .../dom/removeNodeButKeepChildren4-input.html   |    21 -
 .../removeNodeButKeepChildren5-expected.html    |    13 -
 .../dom/removeNodeButKeepChildren5-input.html   |    21 -
 .../removeNodeButKeepChildren6-expected.html    |    13 -
 .../dom/removeNodeButKeepChildren6-input.html   |    21 -
 .../tests/dom/replaceElement01-expected.html    |     8 -
 .../tests/dom/replaceElement01-input.html       |    17 -
 .../tests/dom/replaceElement02-expected.html    |    12 -
 .../tests/dom/replaceElement02-input.html       |    21 -
 .../tests/dom/replaceElement03-expected.html    |    12 -
 .../tests/dom/replaceElement03-input.html       |    21 -
 .../tests/dom/replaceElement04-expected.html    |    16 -
 .../tests/dom/replaceElement04-input.html       |    21 -
 .../tests/dom/replaceElement05-expected.html    |    18 -
 .../tests/dom/replaceElement05-input.html       |    21 -
 .../tests/dom/replaceElement06-expected.html    |    12 -
 .../tests/dom/replaceElement06-input.html       |    23 -
 .../tests/dom/replaceElement07-expected.html    |    14 -
 .../tests/dom/replaceElement07-input.html       |    24 -
 .../tests/dom/replaceElement08-expected.html    |    12 -
 .../tests/dom/replaceElement08-input.html       |    25 -
 .../tests/dom/replaceElement09-expected.html    |    20 -
 .../tests/dom/replaceElement09-input.html       |    25 -
 .../tests/dom/replaceElement10-expected.html    |    22 -
 .../tests/dom/replaceElement10-input.html       |    26 -
 ...splitAroundSelection-endnote01-expected.html |    10 -
 .../splitAroundSelection-endnote01-input.html   |    18 -
 ...splitAroundSelection-endnote02-expected.html |    10 -
 .../splitAroundSelection-endnote02-input.html   |    18 -
 ...splitAroundSelection-endnote03-expected.html |    10 -
 .../splitAroundSelection-endnote03-input.html   |    18 -
 ...plitAroundSelection-footnote01-expected.html |    10 -
 .../splitAroundSelection-footnote01-input.html  |    18 -
 ...plitAroundSelection-footnote02-expected.html |    10 -
 .../splitAroundSelection-footnote02-input.html  |    18 -
 ...plitAroundSelection-footnote03-expected.html |    10 -
 .../splitAroundSelection-footnote03-input.html  |    18 -
 .../splitAroundSelection-nested01-expected.html |    18 -
 .../splitAroundSelection-nested01-input.html    |    15 -
 .../splitAroundSelection-nested02-expected.html |    15 -
 .../splitAroundSelection-nested02-input.html    |    15 -
 .../splitAroundSelection-nested03-expected.html |    15 -
 .../splitAroundSelection-nested03-input.html    |    15 -
 .../splitAroundSelection-nested04-expected.html |    25 -
 .../splitAroundSelection-nested04-input.html    |    15 -
 .../splitAroundSelection-nested05-expected.html |    21 -
 .../splitAroundSelection-nested05-input.html    |    15 -
 .../splitAroundSelection-nested06-expected.html |    21 -
 .../splitAroundSelection-nested06-input.html    |    15 -
 .../splitAroundSelection-nested07-expected.html |    30 -
 .../splitAroundSelection-nested07-input.html    |    15 -
 .../splitAroundSelection-nested08-expected.html |    26 -
 .../splitAroundSelection-nested08-input.html    |    15 -
 .../splitAroundSelection-nested09-expected.html |    26 -
 .../splitAroundSelection-nested09-input.html    |    15 -
 .../splitAroundSelection-nested10-expected.html |    26 -
 .../splitAroundSelection-nested10-input.html    |    15 -
 .../splitAroundSelection-nested11-expected.html |    23 -
 .../splitAroundSelection-nested11-input.html    |    15 -
 .../splitAroundSelection-nested12-expected.html |    23 -
 .../splitAroundSelection-nested12-input.html    |    15 -
 .../splitAroundSelection-nested13-expected.html |    20 -
 .../splitAroundSelection-nested13-input.html    |    15 -
 .../splitAroundSelection-nested14-expected.html |    18 -
 .../splitAroundSelection-nested14-input.html    |    15 -
 .../splitAroundSelection-nested15-expected.html |    24 -
 .../splitAroundSelection-nested15-input.html    |    15 -
 .../splitAroundSelection-nested16-expected.html |    25 -
 .../splitAroundSelection-nested16-input.html    |    15 -
 .../splitAroundSelection-nested17-expected.html |    25 -
 .../splitAroundSelection-nested17-input.html    |    15 -
 .../splitAroundSelection-nested18-expected.html |    30 -
 .../splitAroundSelection-nested18-input.html    |    16 -
 .../splitAroundSelection-nested19-expected.html |    30 -
 .../splitAroundSelection-nested19-input.html    |    16 -
 .../splitAroundSelection-nested20-expected.html |    37 -
 .../splitAroundSelection-nested20-input.html    |    16 -
 .../splitAroundSelection-nested21-expected.html |    38 -
 .../splitAroundSelection-nested21-input.html    |    16 -
 .../dom/splitAroundSelection01-expected.html    |    12 -
 .../tests/dom/splitAroundSelection01-input.html |    15 -
 .../dom/splitAroundSelection02-expected.html    |    11 -
 .../tests/dom/splitAroundSelection02-input.html |    15 -
 .../dom/splitAroundSelection03-expected.html    |    11 -
 .../tests/dom/splitAroundSelection03-input.html |    15 -
 .../dom/splitAroundSelection04-expected.html    |    10 -
 .../tests/dom/splitAroundSelection04-input.html |    15 -
 .../dom/splitAroundSelection05-expected.html    |    11 -
 .../tests/dom/splitAroundSelection05-input.html |    15 -
 .../dom/splitAroundSelection06-expected.html    |    12 -
 .../tests/dom/splitAroundSelection06-input.html |    15 -
 .../dom/splitAroundSelection07-expected.html    |    11 -
 .../tests/dom/splitAroundSelection07-input.html |    15 -
 .../dom/splitAroundSelection08-expected.html    |    14 -
 .../tests/dom/splitAroundSelection08-input.html |    16 -
 .../dom/splitAroundSelection09-expected.html    |    13 -
 .../tests/dom/splitAroundSelection09-input.html |    16 -
 .../dom/splitAroundSelection10-expected.html    |    14 -
 .../tests/dom/splitAroundSelection10-input.html |    16 -
 .../dom/splitAroundSelection11-expected.html    |    14 -
 .../tests/dom/splitAroundSelection11-input.html |    16 -
 .../dom/splitAroundSelection12-expected.html    |    13 -
 .../tests/dom/splitAroundSelection12-input.html |    16 -
 .../dom/splitAroundSelection13-expected.html    |    18 -
 .../tests/dom/splitAroundSelection13-input.html |    15 -
 .../dom/splitAroundSelection14-expected.html    |    17 -
 .../tests/dom/splitAroundSelection14-input.html |    15 -
 .../dom/splitAroundSelection15-expected.html    |    17 -
 .../tests/dom/splitAroundSelection15-input.html |    15 -
 .../dom/splitAroundSelection16-expected.html    |    17 -
 .../tests/dom/splitAroundSelection16-input.html |    15 -
 .../dom/splitAroundSelection17-expected.html    |    19 -
 .../tests/dom/splitAroundSelection17-input.html |    15 -
 .../dom/splitAroundSelection18-expected.html    |    17 -
 .../tests/dom/splitAroundSelection18-input.html |    15 -
 .../dom/splitAroundSelection19-expected.html    |    12 -
 .../tests/dom/splitAroundSelection19-input.html |    22 -
 .../dom/splitAroundSelection20-expected.html    |    12 -
 .../tests/dom/splitAroundSelection20-input.html |    22 -
 .../dom/splitAroundSelection21-expected.html    |    12 -
 .../tests/dom/splitAroundSelection21-input.html |    22 -
 .../dom/splitAroundSelection22-expected.html    |    14 -
 .../tests/dom/splitAroundSelection22-input.html |    24 -
 .../dom/splitAroundSelection23-expected.html    |    14 -
 .../tests/dom/splitAroundSelection23-input.html |    24 -
 .../dom/splitAroundSelection24-expected.html    |    14 -
 .../tests/dom/splitAroundSelection24-input.html |    24 -
 .../tests/dom/stripComments01-expected.html     |    26 -
 .../Editor/tests/dom/stripComments01-input.html |    26 -
 .../tests/dom/tracking-delete01-expected.html   |     6 -
 .../tests/dom/tracking-delete01-input.html      |    15 -
 .../tests/dom/tracking-delete02-expected.html   |     6 -
 .../tests/dom/tracking-delete02-input.html      |    15 -
 .../tests/dom/tracking-delete03-expected.html   |     6 -
 .../tests/dom/tracking-delete03-input.html      |    15 -
 ...tracking-mergeWithNeighbours01-expected.html |    57 -
 .../tracking-mergeWithNeighbours01-input.html   |    39 -
 ...tracking-mergeWithNeighbours02-expected.html |    71 -
 .../tracking-mergeWithNeighbours02-input.html   |    75 -
 .../tests/dom/tracking-moveNode-expected.html   |   179 -
 .../tests/dom/tracking-moveNode-input.html      |    41 -
 ...king-removeNodeButKeepChildren-expected.html |    87 -
 ...racking-removeNodeButKeepChildren-input.html |    22 -
 .../dom/tracking-replaceElement-expected.html   |    87 -
 .../dom/tracking-replaceElement-input.html      |    22 -
 .../tests/dom/tracking-text1-expected.html      |    45 -
 .../Editor/tests/dom/tracking-text1-input.html  |    32 -
 .../tests/dom/tracking-text2-expected.html      |    45 -
 .../Editor/tests/dom/tracking-text2-input.html  |    32 -
 .../tests/dom/tracking-text3-expected.html      |    45 -
 .../Editor/tests/dom/tracking-text3-input.html  |    32 -
 .../tests/dom/tracking-text4-expected.html      |    45 -
 .../Editor/tests/dom/tracking-text4-input.html  |    32 -
 .../tests/dom/tracking-text5-expected.html      |    45 -
 .../Editor/tests/dom/tracking-text5-input.html  |    32 -
 .../tests/dom/tracking-text6-expected.html      |    45 -
 .../Editor/tests/dom/tracking-text6-input.html  |    32 -
 .../tests/dom/tracking-text7-expected.html      |    45 -
 .../Editor/tests/dom/tracking-text7-input.html  |    33 -
 .../tests/dom/tracking-text8-expected.html      |    45 -
 .../Editor/tests/dom/tracking-text8-input.html  |    33 -
 .../tests/dom/tracking-text9-expected.html      |    45 -
 .../Editor/tests/dom/tracking-text9-input.html  |    33 -
 .../tests/dom/tracking-wrapNode-expected.html   |    67 -
 .../tests/dom/tracking-wrapNode-input.html      |    22 -
 .../Editor/tests/dom/tracking1-expected.html    |    32 -
 .../Editor/tests/dom/tracking1-input.html       |    32 -
 .../Editor/tests/dom/tracking2-expected.html    |    11 -
 .../Editor/tests/dom/tracking2-input.html       |    30 -
 .../Editor/tests/dom/tracking3-expected.html    |    10 -
 .../Editor/tests/dom/tracking3-input.html       |    20 -
 .../Editor/tests/dom/tracking4-expected.html    |    13 -
 .../Editor/tests/dom/tracking4-input.html       |    18 -
 .../tests/dom/wrapSiblings01-expected.html      |    26 -
 .../Editor/tests/dom/wrapSiblings01-input.html  |    38 -
 .../tests/dom/wrapSiblings02-expected.html      |    26 -
 .../Editor/tests/dom/wrapSiblings02-input.html  |    38 -
 .../tests/dom/wrapSiblings03-expected.html      |    26 -
 .../Editor/tests/dom/wrapSiblings03-input.html  |    38 -
 .../tests/dom/wrapSiblings04-expected.html      |    26 -
 .../Editor/tests/dom/wrapSiblings04-input.html  |    38 -
 experiments/Editor/tests/figures/FiguresTest.js |    35 -
 .../tests/figures/getProperties01-expected.html |     2 -
 .../tests/figures/getProperties01-input.html    |    21 -
 .../tests/figures/getProperties02-expected.html |     2 -
 .../tests/figures/getProperties02-input.html    |    21 -
 .../tests/figures/getProperties03-expected.html |     2 -
 .../tests/figures/getProperties03-input.html    |    18 -
 .../tests/figures/getProperties04-expected.html |     2 -
 .../tests/figures/getProperties04-input.html    |    19 -
 .../tests/figures/getProperties05-expected.html |     2 -
 .../tests/figures/getProperties05-input.html    |    19 -
 .../tests/figures/getProperties06-expected.html |     2 -
 .../tests/figures/getProperties06-input.html    |    19 -
 .../tests/figures/getProperties07-expected.html |     2 -
 .../tests/figures/getProperties07-input.html    |    19 -
 .../tests/figures/getProperties08-expected.html |     2 -
 .../tests/figures/getProperties08-input.html    |    19 -
 .../insertFigure-hierarchy01-expected.html      |    14 -
 .../figures/insertFigure-hierarchy01-input.html |    24 -
 .../insertFigure-hierarchy02-expected.html      |    15 -
 .../figures/insertFigure-hierarchy02-input.html |    24 -
 .../insertFigure-hierarchy03-expected.html      |    15 -
 .../figures/insertFigure-hierarchy03-input.html |    24 -
 .../insertFigure-hierarchy04-expected.html      |    18 -
 .../figures/insertFigure-hierarchy04-input.html |    24 -
 .../insertFigure-hierarchy05-expected.html      |    15 -
 .../figures/insertFigure-hierarchy05-input.html |    24 -
 .../insertFigure-hierarchy06-expected.html      |    20 -
 .../figures/insertFigure-hierarchy06-input.html |    27 -
 .../insertFigure-hierarchy07-expected.html      |    23 -
 .../figures/insertFigure-hierarchy07-input.html |    27 -
 .../insertFigure-hierarchy08-expected.html      |    20 -
 .../figures/insertFigure-hierarchy08-input.html |    27 -
 .../tests/figures/insertFigure01-expected.html  |    10 -
 .../tests/figures/insertFigure01-input.html     |    19 -
 .../tests/figures/insertFigure02-expected.html  |    10 -
 .../tests/figures/insertFigure02-input.html     |    19 -
 .../tests/figures/insertFigure03-expected.html  |    11 -
 .../tests/figures/insertFigure03-input.html     |    19 -
 .../tests/figures/insertFigure04-expected.html  |    11 -
 .../tests/figures/insertFigure04-input.html     |    19 -
 .../tests/figures/insertFigure05-expected.html  |    11 -
 .../tests/figures/insertFigure05-input.html     |    19 -
 experiments/Editor/tests/figures/nothing.png    |   Bin 24405 -> 0 bytes
 .../tests/figures/setProperties01-expected.html |    10 -
 .../tests/figures/setProperties01-input.html    |    21 -
 .../tests/figures/setProperties02-expected.html |    10 -
 .../tests/figures/setProperties02-input.html    |    21 -
 .../tests/figures/setProperties03-expected.html |    10 -
 .../tests/figures/setProperties03-input.html    |    21 -
 .../tests/figures/setProperties04-expected.html |    10 -
 .../tests/figures/setProperties04-input.html    |    21 -
 .../tests/formatting/classNames01-expected.html |     6 -
 .../tests/formatting/classNames01-input.html    |    14 -
 .../tests/formatting/classNames02-expected.html |     6 -
 .../tests/formatting/classNames02-input.html    |    14 -
 .../tests/formatting/classNames03-expected.html |     6 -
 .../tests/formatting/classNames03-input.html    |    14 -
 .../tests/formatting/classNames04-expected.html |     6 -
 .../tests/formatting/classNames04-input.html    |    14 -
 .../tests/formatting/classNames05-expected.html |     6 -
 .../tests/formatting/classNames05-input.html    |    14 -
 .../tests/formatting/classNames06-expected.html |     6 -
 .../tests/formatting/classNames06-input.html    |    14 -
 .../tests/formatting/classNames07-expected.html |     6 -
 .../tests/formatting/classNames07-input.html    |    14 -
 .../tests/formatting/classNames08-expected.html |     6 -
 .../tests/formatting/classNames08-input.html    |    14 -
 .../tests/formatting/empty01-expected.html      |     7 -
 .../Editor/tests/formatting/empty01-input.html  |    15 -
 .../tests/formatting/empty02-expected.html      |     9 -
 .../Editor/tests/formatting/empty02-input.html  |    16 -
 .../tests/formatting/empty03-expected.html      |    10 -
 .../Editor/tests/formatting/empty03-input.html  |    17 -
 .../tests/formatting/empty04-expected.html      |    10 -
 .../Editor/tests/formatting/empty04-input.html  |    18 -
 .../tests/formatting/empty05-expected.html      |     6 -
 .../Editor/tests/formatting/empty05-input.html  |    16 -
 .../tests/formatting/empty06-expected.html      |     6 -
 .../Editor/tests/formatting/empty06-input.html  |    16 -
 .../tests/formatting/empty07-expected.html      |     8 -
 .../Editor/tests/formatting/empty07-input.html  |    17 -
 .../tests/formatting/empty08-expected.html      |     7 -
 .../Editor/tests/formatting/empty08-input.html  |    19 -
 .../getFormatting-class01-expected.html         |     1 -
 .../formatting/getFormatting-class01-input.html |    22 -
 .../getFormatting-class02-expected.html         |     1 -
 .../formatting/getFormatting-class02-input.html |    22 -
 .../getFormatting-class03-expected.html         |     1 -
 .../formatting/getFormatting-class03-input.html |    22 -
 .../getFormatting-class04-expected.html         |     1 -
 .../formatting/getFormatting-class04-input.html |    22 -
 .../getFormatting-class05-expected.html         |     1 -
 .../formatting/getFormatting-class05-input.html |    22 -
 .../getFormatting-class06-expected.html         |     1 -
 .../formatting/getFormatting-class06-input.html |    22 -
 .../getFormatting-class07-expected.html         |     1 -
 .../formatting/getFormatting-class07-input.html |    22 -
 .../getFormatting-class08-expected.html         |     1 -
 .../formatting/getFormatting-class08-input.html |    22 -
 .../getFormatting-empty01a-expected.html        |     1 -
 .../getFormatting-empty01a-input.html           |    22 -
 .../getFormatting-empty01b-expected.html        |     1 -
 .../getFormatting-empty01b-input.html           |    24 -
 .../getFormatting-empty02a-expected.html        |     1 -
 .../getFormatting-empty02a-input.html           |    22 -
 .../getFormatting-empty02b-expected.html        |     1 -
 .../getFormatting-empty02b-input.html           |    25 -
 .../getFormatting-empty03a-expected.html        |     1 -
 .../getFormatting-empty03a-input.html           |    22 -
 .../getFormatting-empty03b-expected.html        |     1 -
 .../getFormatting-empty03b-input.html           |    25 -
 .../getFormatting-empty04a-expected.html        |     2 -
 .../getFormatting-empty04a-input.html           |    22 -
 .../getFormatting-empty04b-expected.html        |     2 -
 .../getFormatting-empty04b-input.html           |    25 -
 .../getFormatting-empty05a-expected.html        |     2 -
 .../getFormatting-empty05a-input.html           |    22 -
 .../getFormatting-empty05b-expected.html        |     2 -
 .../getFormatting-empty05b-input.html           |    25 -
 .../getFormatting-empty06a-expected.html        |     2 -
 .../getFormatting-empty06a-input.html           |    22 -
 .../getFormatting-empty06b-expected.html        |     2 -
 .../getFormatting-empty06b-input.html           |    25 -
 .../getFormatting-list01-expected.html          |     2 -
 .../formatting/getFormatting-list01-input.html  |    26 -
 .../getFormatting-list02-expected.html          |     2 -
 .../formatting/getFormatting-list02-input.html  |    26 -
 .../getFormatting-list03-expected.html          |     2 -
 .../formatting/getFormatting-list03-input.html  |    26 -
 .../getFormatting-list04-expected.html          |     2 -
 .../formatting/getFormatting-list04-input.html  |    26 -
 .../getFormatting-list05-expected.html          |     2 -
 .../formatting/getFormatting-list05-input.html  |    23 -
 .../getFormatting-list06-expected.html          |     3 -
 .../formatting/getFormatting-list06-input.html  |    23 -
 .../getFormatting-list07-expected.html          |     2 -
 .../formatting/getFormatting-list07-input.html  |    23 -
 .../getFormatting-list08-expected.html          |     3 -
 .../formatting/getFormatting-list08-input.html  |    23 -
 .../getFormatting-list09-expected.html          |     2 -
 .../formatting/getFormatting-list09-input.html  |    23 -
 .../getFormatting-list10-expected.html          |     3 -
 .../formatting/getFormatting-list10-input.html  |    23 -
 .../getFormatting-list11-expected.html          |     3 -
 .../formatting/getFormatting-list11-input.html  |    28 -
 .../getFormatting-list12-expected.html          |     3 -
 .../formatting/getFormatting-list12-input.html  |    28 -
 .../getFormatting-list13-expected.html          |     2 -
 .../formatting/getFormatting-list13-input.html  |    28 -
 .../getFormatting-list14-expected.html          |     2 -
 .../formatting/getFormatting-list14-input.html  |    28 -
 .../getFormatting-list15-expected.html          |     3 -
 .../formatting/getFormatting-list15-input.html  |    34 -
 .../getFormatting-list16-expected.html          |     2 -
 .../formatting/getFormatting-list16-input.html  |    34 -
 .../getFormatting-list17-expected.html          |     3 -
 .../formatting/getFormatting-list17-input.html  |    34 -
 .../getFormatting-list18-expected.html          |     2 -
 .../formatting/getFormatting-list18-input.html  |    34 -
 .../getFormatting-list19-expected.html          |     2 -
 .../formatting/getFormatting-list19-input.html  |    34 -
 .../getFormatting-list20-expected.html          |     3 -
 .../formatting/getFormatting-list20-input.html  |    34 -
 .../formatting/getFormatting01-expected.html    |     7 -
 .../tests/formatting/getFormatting01-input.html |    27 -
 .../formatting/getFormatting02-expected.html    |     6 -
 .../tests/formatting/getFormatting02-input.html |    28 -
 .../formatting/getFormatting03-expected.html    |     6 -
 .../tests/formatting/getFormatting03-input.html |    28 -
 .../formatting/getFormatting04-expected.html    |     7 -
 .../tests/formatting/getFormatting04-input.html |    27 -
 .../formatting/getFormatting05-expected.html    |     7 -
 .../tests/formatting/getFormatting05-input.html |    27 -
 .../formatting/getFormatting06-expected.html    |     7 -
 .../tests/formatting/getFormatting06-input.html |    27 -
 .../formatting/getFormatting07-expected.html    |     8 -
 .../tests/formatting/getFormatting07-input.html |    28 -
 .../formatting/getFormatting08-expected.html    |     7 -
 .../tests/formatting/getFormatting08-input.html |    28 -
 .../formatting/getFormatting09-expected.html    |    15 -
 .../tests/formatting/getFormatting09-input.html |    32 -
 .../formatting/getFormatting10-expected.html    |     6 -
 .../tests/formatting/getFormatting10-input.html |    25 -
 .../formatting/getFormatting11-expected.html    |     6 -
 .../tests/formatting/getFormatting11-input.html |    25 -
 .../formatting/getFormatting12-expected.html    |     4 -
 .../tests/formatting/getFormatting12-input.html |    26 -
 .../tests/formatting/indiv01a-expected.html     |    14 -
 .../Editor/tests/formatting/indiv01a-input.html |    22 -
 .../tests/formatting/indiv01b-expected.html     |    14 -
 .../Editor/tests/formatting/indiv01b-input.html |    22 -
 .../tests/formatting/indiv02a-expected.html     |    10 -
 .../Editor/tests/formatting/indiv02a-input.html |    19 -
 .../tests/formatting/indiv02b-expected.html     |    10 -
 .../Editor/tests/formatting/indiv02b-input.html |    19 -
 .../tests/formatting/indiv03a-expected.html     |    10 -
 .../Editor/tests/formatting/indiv03a-input.html |    19 -
 .../tests/formatting/indiv03b-expected.html     |    10 -
 .../Editor/tests/formatting/indiv03b-input.html |    19 -
 .../formatting/inline-change01-expected.html    |     6 -
 .../tests/formatting/inline-change01-input.html |    16 -
 .../formatting/inline-change02-expected.html    |     6 -
 .../tests/formatting/inline-change02-input.html |    16 -
 .../formatting/inline-change03-expected.html    |     6 -
 .../tests/formatting/inline-change03-input.html |    16 -
 .../formatting/inline-change04-expected.html    |     6 -
 .../tests/formatting/inline-change04-input.html |    16 -
 .../formatting/inline-change05-expected.html    |     6 -
 .../tests/formatting/inline-change05-input.html |    16 -
 .../formatting/inline-change06-expected.html    |     6 -
 .../tests/formatting/inline-change06-input.html |    16 -
 .../formatting/inline-change07-expected.html    |    10 -
 .../tests/formatting/inline-change07-input.html |    18 -
 .../formatting/inline-change08-expected.html    |    10 -
 .../tests/formatting/inline-change08-input.html |    18 -
 .../formatting/inline-change09-expected.html    |    10 -
 .../tests/formatting/inline-change09-input.html |    18 -
 .../formatting/inline-change10-expected.html    |    10 -
 .../tests/formatting/inline-change10-input.html |    18 -
 .../formatting/inline-change11-expected.html    |    10 -
 .../tests/formatting/inline-change11-input.html |    18 -
 .../formatting/inline-change12-expected.html    |    10 -
 .../tests/formatting/inline-change12-input.html |    18 -
 .../formatting/inline-change13-expected.html    |    10 -
 .../tests/formatting/inline-change13-input.html |    18 -
 .../formatting/inline-change14-expected.html    |    10 -
 .../tests/formatting/inline-change14-input.html |    20 -
 .../formatting/inline-change15-expected.html    |    10 -
 .../tests/formatting/inline-change15-input.html |    20 -
 .../formatting/inline-change16-expected.html    |    10 -
 .../tests/formatting/inline-change16-input.html |    20 -
 .../formatting/inline-change17-expected.html    |    10 -
 .../tests/formatting/inline-change17-input.html |    20 -
 .../formatting/inline-change18-expected.html    |    12 -
 .../tests/formatting/inline-change18-input.html |    20 -
 .../formatting/inline-change19-expected.html    |    12 -
 .../tests/formatting/inline-change19-input.html |    20 -
 .../formatting/inline-change20-expected.html    |    10 -
 .../tests/formatting/inline-change20-input.html |    20 -
 .../formatting/inline-change21-expected.html    |    10 -
 .../tests/formatting/inline-change21-input.html |    20 -
 .../formatting/inline-change22-expected.html    |    10 -
 .../tests/formatting/inline-change22-input.html |    20 -
 .../formatting/inline-endnote01-expected.html   |    12 -
 .../formatting/inline-endnote01-input.html      |    15 -
 .../formatting/inline-endnote02-expected.html   |    12 -
 .../formatting/inline-endnote02-input.html      |    15 -
 .../formatting/inline-endnote03-expected.html   |    12 -
 .../formatting/inline-endnote03-input.html      |    15 -
 .../formatting/inline-endnote04-expected.html   |    12 -
 .../formatting/inline-endnote04-input.html      |    15 -
 .../formatting/inline-endnote05-expected.html   |    14 -
 .../formatting/inline-endnote05-input.html      |    15 -
 .../formatting/inline-endnote06-expected.html   |    14 -
 .../formatting/inline-endnote06-input.html      |    15 -
 .../formatting/inline-footnote01-expected.html  |    12 -
 .../formatting/inline-footnote01-input.html     |    15 -
 .../formatting/inline-footnote02-expected.html  |    12 -
 .../formatting/inline-footnote02-input.html     |    15 -
 .../formatting/inline-footnote03-expected.html  |    12 -
 .../formatting/inline-footnote03-input.html     |    15 -
 .../formatting/inline-footnote04-expected.html  |    12 -
 .../formatting/inline-footnote04-input.html     |    15 -
 .../formatting/inline-footnote05-expected.html  |    14 -
 .../formatting/inline-footnote05-input.html     |    15 -
 .../formatting/inline-footnote06-expected.html  |    14 -
 .../formatting/inline-footnote06-input.html     |    15 -
 .../formatting/inline-remove01-expected.html    |     6 -
 .../tests/formatting/inline-remove01-input.html |    16 -
 .../formatting/inline-remove02-expected.html    |     6 -
 .../tests/formatting/inline-remove02-input.html |    16 -
 .../formatting/inline-remove03-expected.html    |     9 -
 .../tests/formatting/inline-remove03-input.html |    17 -
 .../formatting/inline-remove04-expected.html    |     9 -
 .../tests/formatting/inline-remove04-input.html |    17 -
 .../formatting/inline-remove05-expected.html    |     6 -
 .../tests/formatting/inline-remove05-input.html |    16 -
 .../formatting/inline-remove06-expected.html    |     6 -
 .../tests/formatting/inline-remove06-input.html |    16 -
 .../formatting/inline-remove07-expected.html    |     6 -
 .../tests/formatting/inline-remove07-input.html |    16 -
 .../formatting/inline-remove08-expected.html    |     6 -
 .../tests/formatting/inline-remove08-input.html |    16 -
 .../formatting/inline-remove09-expected.html    |     6 -
 .../tests/formatting/inline-remove09-input.html |    18 -
 .../formatting/inline-remove10-expected.html    |     6 -
 .../tests/formatting/inline-remove10-input.html |    16 -
 .../formatting/inline-remove11-expected.html    |     6 -
 .../tests/formatting/inline-remove11-input.html |    16 -
 .../formatting/inline-remove12-expected.html    |     6 -
 .../tests/formatting/inline-remove12-input.html |    19 -
 .../formatting/inline-remove13-expected.html    |     9 -
 .../tests/formatting/inline-remove13-input.html |    19 -
 .../formatting/inline-remove14-expected.html    |     9 -
 .../tests/formatting/inline-remove14-input.html |    19 -
 .../formatting/inline-remove15-expected.html    |     9 -
 .../tests/formatting/inline-remove15-input.html |    19 -
 .../formatting/inline-remove16-expected.html    |     9 -
 .../tests/formatting/inline-remove16-input.html |    19 -
 .../formatting/inline-remove17-expected.html    |     9 -
 .../tests/formatting/inline-remove17-input.html |    19 -
 .../formatting/inline-remove18-expected.html    |     9 -
 .../tests/formatting/inline-remove18-input.html |    19 -
 .../formatting/inline-remove19-expected.html    |     7 -
 .../tests/formatting/inline-remove19-input.html |    17 -
 .../formatting/inline-remove20-expected.html    |     7 -
 .../tests/formatting/inline-remove20-input.html |    17 -
 .../formatting/inline-set01-nop-expected.html   |     6 -
 .../formatting/inline-set01-nop-input.html      |    11 -
 .../formatting/inline-set01-outer-expected.html |     6 -
 .../formatting/inline-set01-outer-input.html    |    14 -
 .../formatting/inline-set01-p-expected.html     |     6 -
 .../tests/formatting/inline-set01-p-input.html  |    14 -
 .../formatting/inline-set02-nop-expected.html   |     7 -
 .../formatting/inline-set02-nop-input.html      |    11 -
 .../formatting/inline-set02-outer-expected.html |     9 -
 .../formatting/inline-set02-outer-input.html    |    14 -
 .../formatting/inline-set02-p-expected.html     |     9 -
 .../tests/formatting/inline-set02-p-input.html  |    14 -
 .../formatting/inline-set03-nop-expected.html   |     6 -
 .../formatting/inline-set03-nop-input.html      |    14 -
 .../formatting/inline-set03-outer-expected.html |     6 -
 .../formatting/inline-set03-outer-input.html    |    14 -
 .../formatting/inline-set03-p-expected.html     |     6 -
 .../tests/formatting/inline-set03-p-input.html  |    14 -
 .../tests/formatting/inline-set04-expected.html |     6 -
 .../tests/formatting/inline-set04-input.html    |    16 -
 .../tests/formatting/inline-set05-expected.html |     9 -
 .../tests/formatting/inline-set05-input.html    |    16 -
 .../tests/formatting/inline-set06-expected.html |     9 -
 .../tests/formatting/inline-set06-input.html    |    18 -
 .../tests/formatting/inline-set07-expected.html |    16 -
 .../tests/formatting/inline-set07-input.html    |    18 -
 .../formatting/inline-set07-outer-expected.html |    10 -
 .../formatting/inline-set07-outer-input.html    |    18 -
 .../tests/formatting/inline-set08-expected.html |    16 -
 .../tests/formatting/inline-set08-input.html    |    22 -
 .../formatting/inline-set08-outer-expected.html |    10 -
 .../formatting/inline-set08-outer-input.html    |    22 -
 .../tests/formatting/justCursor01-expected.html |    10 -
 .../tests/formatting/justCursor01-input.html    |    15 -
 .../tests/formatting/justCursor02-expected.html |    10 -
 .../tests/formatting/justCursor02-input.html    |    15 -
 .../tests/formatting/justCursor03-expected.html |     6 -
 .../tests/formatting/justCursor03-input.html    |    15 -
 .../tests/formatting/justCursor04-expected.html |    10 -
 .../tests/formatting/justCursor04-input.html    |    16 -
 .../formatting/mergeUpwards01-expected.html     |     6 -
 .../tests/formatting/mergeUpwards01-input.html  |    27 -
 .../formatting/mergeUpwards02-expected.html     |     6 -
 .../tests/formatting/mergeUpwards02-input.html  |    27 -
 .../formatting/mergeUpwards03-expected.html     |     8 -
 .../tests/formatting/mergeUpwards03-input.html  |    27 -
 .../formatting/mergeUpwards04-expected.html     |    10 -
 .../tests/formatting/mergeUpwards04-input.html  |    27 -
 .../formatting/mergeUpwards05-expected.html     |     6 -
 .../tests/formatting/mergeUpwards05-input.html  |    27 -
 .../formatting/mergeUpwards06-expected.html     |     6 -
 .../tests/formatting/mergeUpwards06-input.html  |    27 -
 .../formatting/mergeUpwards07-expected.html     |     6 -
 .../tests/formatting/mergeUpwards07-input.html  |    27 -
 .../formatting/mergeUpwards08-expected.html     |     6 -
 .../tests/formatting/mergeUpwards08-input.html  |    27 -
 .../formatting/paragraph-change01-expected.html |     6 -
 .../formatting/paragraph-change01-input.html    |    14 -
 .../formatting/paragraph-change02-expected.html |     6 -
 .../formatting/paragraph-change02-input.html    |    14 -
 .../formatting/paragraph-change03-expected.html |    10 -
 .../formatting/paragraph-change03-input.html    |    20 -
 .../formatting/paragraph-change04-expected.html |    10 -
 .../formatting/paragraph-change04-input.html    |    20 -
 .../formatting/paragraph-change05-expected.html |    10 -
 .../formatting/paragraph-change05-input.html    |    20 -
 .../formatting/paragraph-change06-expected.html |    10 -
 .../formatting/paragraph-change06-input.html    |    18 -
 .../formatting/paragraph-change07-expected.html |    10 -
 .../formatting/paragraph-change07-input.html    |    18 -
 .../formatting/paragraph-change08-expected.html |    10 -
 .../formatting/paragraph-change08-input.html    |    18 -
 .../formatting/paragraph-remove01-expected.html |     6 -
 .../formatting/paragraph-remove01-input.html    |    14 -
 .../formatting/paragraph-remove02-expected.html |     6 -
 .../formatting/paragraph-remove02-input.html    |    14 -
 .../formatting/paragraph-remove03-expected.html |     6 -
 .../formatting/paragraph-remove03-input.html    |    14 -
 .../formatting/paragraph-remove04-expected.html |    10 -
 .../formatting/paragraph-remove04-input.html    |    20 -
 .../formatting/paragraph-remove05-expected.html |    10 -
 .../formatting/paragraph-remove05-input.html    |    20 -
 .../formatting/paragraph-remove06-expected.html |    10 -
 .../formatting/paragraph-remove06-input.html    |    20 -
 .../formatting/paragraph-remove07-expected.html |    10 -
 .../formatting/paragraph-remove07-input.html    |    18 -
 .../formatting/paragraph-remove08-expected.html |    10 -
 .../formatting/paragraph-remove08-input.html    |    18 -
 .../formatting/paragraph-remove09-expected.html |    10 -
 .../formatting/paragraph-remove09-input.html    |    18 -
 .../formatting/paragraph-remove10-expected.html |    10 -
 .../formatting/paragraph-remove10-input.html    |    18 -
 .../formatting/paragraph-set01-expected.html    |     6 -
 .../tests/formatting/paragraph-set01-input.html |    14 -
 .../formatting/paragraph-set02-expected.html    |     6 -
 .../tests/formatting/paragraph-set02-input.html |    14 -
 .../formatting/paragraph-set03-expected.html    |    10 -
 .../tests/formatting/paragraph-set03-input.html |    20 -
 .../formatting/paragraph-set04-expected.html    |    10 -
 .../tests/formatting/paragraph-set04-input.html |    20 -
 .../formatting/paragraph-set05-expected.html    |    10 -
 .../tests/formatting/paragraph-set05-input.html |    20 -
 .../formatting/paragraph-set06-expected.html    |    10 -
 .../tests/formatting/paragraph-set06-input.html |    18 -
 .../formatting/paragraph-set07-expected.html    |    10 -
 .../tests/formatting/paragraph-set07-input.html |    18 -
 .../paragraphTextUpToPosition01-expected.html   |     1 -
 .../paragraphTextUpToPosition01-input.html      |    16 -
 .../paragraphTextUpToPosition02-expected.html   |     1 -
 .../paragraphTextUpToPosition02-input.html      |    16 -
 .../paragraphTextUpToPosition03-expected.html   |     1 -
 .../paragraphTextUpToPosition03-input.html      |    16 -
 .../paragraphTextUpToPosition04-expected.html   |     1 -
 .../paragraphTextUpToPosition04-input.html      |    16 -
 .../paragraphTextUpToPosition05-expected.html   |     1 -
 .../paragraphTextUpToPosition05-input.html      |    16 -
 .../paragraphTextUpToPosition06-expected.html   |     1 -
 .../paragraphTextUpToPosition06-input.html      |    16 -
 .../paragraphTextUpToPosition07-expected.html   |     1 -
 .../paragraphTextUpToPosition07-input.html      |    16 -
 .../paragraphTextUpToPosition08-expected.html   |     1 -
 .../paragraphTextUpToPosition08-input.html      |    16 -
 .../paragraphTextUpToPosition09-expected.html   |     1 -
 .../paragraphTextUpToPosition09-input.html      |    16 -
 .../paragraphTextUpToPosition10-expected.html   |     0
 .../paragraphTextUpToPosition10-input.html      |    17 -
 .../paragraphTextUpToPosition11-expected.html   |     1 -
 .../paragraphTextUpToPosition11-input.html      |    17 -
 .../paragraphTextUpToPosition12-expected.html   |     0
 .../paragraphTextUpToPosition12-input.html      |    18 -
 .../paragraphTextUpToPosition13-expected.html   |     1 -
 .../paragraphTextUpToPosition13-input.html      |    18 -
 .../preserveAbstract01a-expected.html           |    10 -
 .../formatting/preserveAbstract01a-input.html   |    17 -
 .../preserveAbstract01b-expected.html           |    10 -
 .../formatting/preserveAbstract01b-input.html   |    17 -
 .../preserveAbstract02a-expected.html           |    10 -
 .../formatting/preserveAbstract02a-input.html   |    17 -
 .../preserveAbstract02b-expected.html           |    10 -
 .../formatting/preserveAbstract02b-input.html   |    17 -
 .../preserveAbstract03a-expected.html           |    10 -
 .../formatting/preserveAbstract03a-input.html   |    19 -
 .../preserveAbstract03b-expected.html           |    10 -
 .../formatting/preserveAbstract03b-input.html   |    19 -
 .../preserveParaProps01-expected.html           |    10 -
 .../formatting/preserveParaProps01-input.html   |    16 -
 .../preserveParaProps02-expected.html           |    10 -
 .../formatting/preserveParaProps02-input.html   |    16 -
 .../preserveParaProps03-expected.html           |    10 -
 .../formatting/preserveParaProps03-input.html   |    16 -
 .../preserveParaProps04-expected.html           |    10 -
 .../formatting/preserveParaProps04-input.html   |    16 -
 .../preserveParaProps05-expected.html           |    10 -
 .../formatting/preserveParaProps05-input.html   |    16 -
 .../preserveParaProps06-expected.html           |    10 -
 .../formatting/preserveParaProps06-input.html   |    16 -
 .../preserveParaProps07-expected.html           |    10 -
 .../formatting/preserveParaProps07-input.html   |    16 -
 .../preserveParaProps08-expected.html           |    10 -
 .../formatting/preserveParaProps08-input.html   |    16 -
 .../preserveParaProps09-expected.html           |    10 -
 .../formatting/preserveParaProps09-input.html   |    16 -
 ...wnInlineProperties-structure01-expected.html |    14 -
 ...hDownInlineProperties-structure01-input.html |    21 -
 ...wnInlineProperties-structure02-expected.html |    14 -
 ...hDownInlineProperties-structure02-input.html |    21 -
 ...wnInlineProperties-structure03-expected.html |    14 -
 ...hDownInlineProperties-structure03-input.html |    21 -
 ...wnInlineProperties-structure04-expected.html |    11 -
 ...hDownInlineProperties-structure04-input.html |    21 -
 ...wnInlineProperties-structure05-expected.html |     8 -
 ...hDownInlineProperties-structure05-input.html |    21 -
 ...wnInlineProperties-structure06-expected.html |    20 -
 ...hDownInlineProperties-structure06-input.html |    28 -
 ...wnInlineProperties-structure07-expected.html |    14 -
 ...hDownInlineProperties-structure07-input.html |    28 -
 ...wnInlineProperties-structure08-expected.html |    14 -
 ...hDownInlineProperties-structure08-input.html |    28 -
 ...wnInlineProperties-structure09-expected.html |    14 -
 ...hDownInlineProperties-structure09-input.html |    28 -
 ...wnInlineProperties-structure10-expected.html |    20 -
 ...hDownInlineProperties-structure10-input.html |    28 -
 ...wnInlineProperties-structure11-expected.html |    20 -
 ...hDownInlineProperties-structure11-input.html |    28 -
 ...wnInlineProperties-structure12-expected.html |    20 -
 ...hDownInlineProperties-structure12-input.html |    28 -
 ...wnInlineProperties-structure13-expected.html |    14 -
 ...hDownInlineProperties-structure13-input.html |    28 -
 ...wnInlineProperties-structure14-expected.html |    14 -
 ...hDownInlineProperties-structure14-input.html |    28 -
 ...wnInlineProperties-structure15-expected.html |    14 -
 ...hDownInlineProperties-structure15-input.html |    28 -
 ...wnInlineProperties-structure16-expected.html |    20 -
 ...hDownInlineProperties-structure16-input.html |    28 -
 ...wnInlineProperties-structure17-expected.html |    20 -
 ...hDownInlineProperties-structure17-input.html |    28 -
 .../pushDownInlineProperties01-expected.html    |     9 -
 .../pushDownInlineProperties01-input.html       |    19 -
 .../pushDownInlineProperties02-expected.html    |    10 -
 .../pushDownInlineProperties02-input.html       |    19 -
 .../pushDownInlineProperties03-expected.html    |     9 -
 .../pushDownInlineProperties03-input.html       |    19 -
 .../pushDownInlineProperties04-expected.html    |    10 -
 .../pushDownInlineProperties04-input.html       |    19 -
 .../pushDownInlineProperties05-expected.html    |    10 -
 .../pushDownInlineProperties05-input.html       |    19 -
 .../pushDownInlineProperties06-expected.html    |    10 -
 .../pushDownInlineProperties06-input.html       |    19 -
 .../pushDownInlineProperties07-expected.html    |    10 -
 .../pushDownInlineProperties07-input.html       |    19 -
 .../pushDownInlineProperties08-expected.html    |    10 -
 .../pushDownInlineProperties08-input.html       |    19 -
 .../pushDownInlineProperties09-expected.html    |    10 -
 .../pushDownInlineProperties09-input.html       |    19 -
 .../pushDownInlineProperties10-expected.html    |    12 -
 .../pushDownInlineProperties10-input.html       |    21 -
 .../pushDownInlineProperties11-expected.html    |    26 -
 .../pushDownInlineProperties11-input.html       |    37 -
 .../pushDownInlineProperties12-expected.html    |    24 -
 .../pushDownInlineProperties12-input.html       |    39 -
 .../pushDownInlineProperties13-expected.html    |    24 -
 .../pushDownInlineProperties13-input.html       |    39 -
 .../pushDownInlineProperties14-expected.html    |    24 -
 .../pushDownInlineProperties14-input.html       |    39 -
 .../pushDownInlineProperties15-expected.html    |    24 -
 .../pushDownInlineProperties15-input.html       |    39 -
 .../pushDownInlineProperties16-expected.html    |    24 -
 .../pushDownInlineProperties16-input.html       |    39 -
 .../pushDownInlineProperties17-expected.html    |    24 -
 .../pushDownInlineProperties17-input.html       |    39 -
 .../pushDownInlineProperties18-expected.html    |    24 -
 .../pushDownInlineProperties18-input.html       |    39 -
 .../pushDownInlineProperties19-expected.html    |    27 -
 .../pushDownInlineProperties19-input.html       |    42 -
 .../formatting/splitTextAfter01-expected.html   |    19 -
 .../formatting/splitTextAfter01-input.html      |    57 -
 .../formatting/splitTextBefore01-expected.html  |    19 -
 .../formatting/splitTextBefore01-input.html     |    57 -
 .../tests/formatting/style-nop01-expected.html  |     6 -
 .../tests/formatting/style-nop01-input.html     |    17 -
 .../tests/formatting/style-nop01a-expected.html |     6 -
 .../tests/formatting/style-nop01a-input.html    |    17 -
 .../tests/formatting/style-nop02-expected.html  |     6 -
 .../tests/formatting/style-nop02-input.html     |    17 -
 .../tests/formatting/style-nop03-expected.html  |     6 -
 .../tests/formatting/style-nop03-input.html     |    17 -
 .../tests/formatting/style-nop04-expected.html  |     6 -
 .../tests/formatting/style-nop04-input.html     |    17 -
 .../tests/formatting/style-nop05-expected.html  |     6 -
 .../tests/formatting/style-nop05-input.html     |    17 -
 .../tests/formatting/style-nop06-expected.html  |     8 -
 .../tests/formatting/style-nop06-input.html     |    17 -
 .../tests/formatting/style-nop07-expected.html  |     8 -
 .../tests/formatting/style-nop07-input.html     |    17 -
 .../tests/formatting/style-nop08-expected.html  |    13 -
 .../tests/formatting/style-nop08-input.html     |    23 -
 .../tests/formatting/style-nop09-expected.html  |    12 -
 .../tests/formatting/style-nop09-input.html     |    22 -
 .../tests/formatting/style01-expected.html      |    14 -
 .../Editor/tests/formatting/style01-input.html  |    49 -
 .../tests/formatting/style02-expected.html      |    14 -
 .../Editor/tests/formatting/style02-input.html  |    49 -
 .../tests/formatting/style03-expected.html      |    14 -
 .../Editor/tests/formatting/style03-input.html  |    49 -
 .../tests/formatting/style04-expected.html      |    14 -
 .../Editor/tests/formatting/style04-input.html  |    49 -
 .../tests/formatting/style05-expected.html      |    10 -
 .../Editor/tests/formatting/style05-input.html  |    23 -
 .../tests/formatting/style06-expected.html      |    35 -
 .../Editor/tests/formatting/style06-input.html  |    23 -
 .../tests/formatting/style07-expected.html      |    10 -
 .../Editor/tests/formatting/style07-input.html  |    23 -
 .../tests/formatting/style08-expected.html      |    10 -
 .../Editor/tests/formatting/style08-input.html  |    23 -
 .../tests/formatting/style09-expected.html      |    35 -
 .../Editor/tests/formatting/style09-input.html  |    23 -
 .../tests/formatting/style10-expected.html      |    35 -
 .../Editor/tests/formatting/style10-input.html  |    23 -
 .../tests/formatting/style11-nop-expected.html  |    10 -
 .../tests/formatting/style11-nop-input.html     |    18 -
 .../tests/formatting/style11-p-expected.html    |    10 -
 .../tests/formatting/style11-p-input.html       |    18 -
 .../tests/formatting/style12-nop-expected.html  |    12 -
 .../tests/formatting/style12-nop-input.html     |    20 -
 .../tests/formatting/style12-p-expected.html    |    12 -
 .../tests/formatting/style12-p-input.html       |    20 -
 .../tests/formatting/style13-expected.html      |    12 -
 .../Editor/tests/formatting/style13-input.html  |    21 -
 .../tests/formatting/style14-expected.html      |    12 -
 .../Editor/tests/formatting/style14-input.html  |    20 -
 .../tests/formatting/style15-expected.html      |    12 -
 .../Editor/tests/formatting/style15-input.html  |    20 -
 .../tests/formatting/style16-nop-expected.html  |    21 -
 .../tests/formatting/style16-nop-input.html     |    27 -
 .../tests/formatting/style16-p-expected.html    |    21 -
 .../tests/formatting/style16-p-input.html       |    27 -
 .../tests/formatting/style17-nop-expected.html  |    21 -
 .../tests/formatting/style17-nop-input.html     |    27 -
 .../tests/formatting/style17-p-expected.html    |    21 -
 .../tests/formatting/style17-p-input.html       |    27 -
 .../tests/formatting/style18-nop-expected.html  |    29 -
 .../tests/formatting/style18-nop-input.html     |    46 -
 .../tests/formatting/style18-p-expected.html    |    29 -
 .../tests/formatting/style18-p-input.html       |    46 -
 .../tests/formatting/style19-nop-expected.html  |    21 -
 .../tests/formatting/style19-nop-input.html     |    36 -
 .../tests/formatting/style19-p-expected.html    |    21 -
 .../tests/formatting/style19-p-input.html       |    36 -
 .../tests/formatting/style20-nop-expected.html  |    21 -
 .../tests/formatting/style20-nop-input.html     |    27 -
 .../tests/formatting/style20-p-expected.html    |    21 -
 .../tests/formatting/style20-p-input.html       |    27 -
 .../tests/formatting/style21-nop-expected.html  |    21 -
 .../tests/formatting/style21-nop-input.html     |    27 -
 .../tests/formatting/style21-p-expected.html    |    21 -
 .../tests/formatting/style21-p-input.html       |    27 -
 .../tests/formatting/style22-nop-expected.html  |    13 -
 .../tests/formatting/style22-nop-input.html     |    21 -
 .../tests/formatting/style22-p-expected.html    |    13 -
 .../tests/formatting/style22-p-input.html       |    21 -
 .../tests/formatting/style23-nop-expected.html  |     8 -
 .../tests/formatting/style23-nop-input.html     |    21 -
 .../tests/formatting/style23-p-expected.html    |     8 -
 .../tests/formatting/style23-p-input.html       |    21 -
 .../tests/formatting/style24-expected.html      |    10 -
 .../Editor/tests/formatting/style24-input.html  |    16 -
 experiments/Editor/tests/generic.css            |    62 -
 experiments/Editor/tests/genindex.sh            |    29 -
 experiments/Editor/tests/htmltotext.html        |   125 -
 experiments/Editor/tests/index.js               |  2380 ----
 .../inline/unwrap-multiplep3-expected.html      |    15 -
 .../tests/inline/unwrap-multiplep3-input.html   |    15 -
 .../tests/inline/unwrap-nop3-expected.html      |    10 -
 .../Editor/tests/inline/unwrap-nop3-input.html  |    14 -
 .../tests/inline/unwrap-singlep3-expected.html  |    12 -
 .../tests/inline/unwrap-singlep3-input.html     |    14 -
 .../tests/inline/wrap-multiplep1-expected.html  |    13 -
 .../tests/inline/wrap-multiplep1-input.html     |    15 -
 .../tests/inline/wrap-multiplep2-expected.html  |    21 -
 .../tests/inline/wrap-multiplep2-input.html     |    15 -
 .../tests/inline/wrap-multiplep3-expected.html  |    13 -
 .../tests/inline/wrap-multiplep3-input.html     |    15 -
 .../tests/inline/wrap-multiplep4-expected.html  |    13 -
 .../tests/inline/wrap-multiplep4-input.html     |    17 -
 .../tests/inline/wrap-multiplep5-expected.html  |    13 -
 .../tests/inline/wrap-multiplep5-input.html     |    18 -
 .../Editor/tests/inline/wrap-nop1-expected.html |     8 -
 .../Editor/tests/inline/wrap-nop1-input.html    |    14 -
 .../Editor/tests/inline/wrap-nop2-expected.html |    10 -
 .../Editor/tests/inline/wrap-nop2-input.html    |    14 -
 .../Editor/tests/inline/wrap-nop3-expected.html |     8 -
 .../Editor/tests/inline/wrap-nop3-input.html    |    14 -
 .../Editor/tests/inline/wrap-nop4-expected.html |     8 -
 .../Editor/tests/inline/wrap-nop4-input.html    |    16 -
 .../Editor/tests/inline/wrap-nop5-expected.html |     8 -
 .../Editor/tests/inline/wrap-nop5-input.html    |    17 -
 .../tests/inline/wrap-singlep1-expected.html    |    10 -
 .../tests/inline/wrap-singlep1-input.html       |    14 -
 .../tests/inline/wrap-singlep2-expected.html    |    12 -
 .../tests/inline/wrap-singlep2-input.html       |    14 -
 .../tests/inline/wrap-singlep3-expected.html    |    10 -
 .../tests/inline/wrap-singlep3-input.html       |    14 -
 .../tests/inline/wrap-singlep4-expected.html    |    10 -
 .../tests/inline/wrap-singlep4-input.html       |    16 -
 .../tests/inline/wrap-singlep5-expected.html    |    10 -
 .../tests/inline/wrap-singlep5-input.html       |    17 -
 experiments/Editor/tests/input/InputTests.js    |   150 -
 .../tests/input/moveDown01a-expected.html       |    23 -
 .../Editor/tests/input/moveDown01a-input.html   |    29 -
 .../tests/input/moveDown01b-expected.html       |    23 -
 .../Editor/tests/input/moveDown01b-input.html   |    29 -
 .../tests/input/moveDown01c-expected.html       |    23 -
 .../Editor/tests/input/moveDown01c-input.html   |    29 -
 .../tests/input/moveDown01d-expected.html       |    23 -
 .../Editor/tests/input/moveDown01d-input.html   |    29 -
 .../tests/input/moveDown02a-expected.html       |    14 -
 .../Editor/tests/input/moveDown02a-input.html   |    29 -
 .../tests/input/moveDown02b-expected.html       |    14 -
 .../Editor/tests/input/moveDown02b-input.html   |    29 -
 .../tests/input/moveDown03a-expected.html       |    21 -
 .../Editor/tests/input/moveDown03a-input.html   |    32 -
 .../tests/input/moveDown03b-expected.html       |    20 -
 .../Editor/tests/input/moveDown03b-input.html   |    32 -
 .../tests/input/moveDown03c-expected.html       |    21 -
 .../Editor/tests/input/moveDown03c-input.html   |    32 -
 .../tests/input/moveDown03d-expected.html       |    20 -
 .../Editor/tests/input/moveDown03d-input.html   |    32 -
 .../tests/input/moveDown04a-expected.html       |    24 -
 .../Editor/tests/input/moveDown04a-input.html   |    38 -
 .../tests/input/moveDown04b-expected.html       |    23 -
 .../Editor/tests/input/moveDown04b-input.html   |    38 -
 .../tests/input/moveDown04c-expected.html       |    26 -
 .../Editor/tests/input/moveDown04c-input.html   |    38 -
 .../tests/input/moveDown04d-expected.html       |    26 -
 .../Editor/tests/input/moveDown04d-input.html   |    38 -
 .../tests/input/moveDown04e-expected.html       |    23 -
 .../Editor/tests/input/moveDown04e-input.html   |    38 -
 .../Editor/tests/input/moveUp01a-expected.html  |    23 -
 .../Editor/tests/input/moveUp01a-input.html     |    29 -
 .../Editor/tests/input/moveUp01b-expected.html  |    23 -
 .../Editor/tests/input/moveUp01b-input.html     |    29 -
 .../Editor/tests/input/moveUp01c-expected.html  |    23 -
 .../Editor/tests/input/moveUp01c-input.html     |    29 -
 .../Editor/tests/input/moveUp01d-expected.html  |    23 -
 .../Editor/tests/input/moveUp01d-input.html     |    29 -
 .../Editor/tests/input/moveUp02a-expected.html  |    14 -
 .../Editor/tests/input/moveUp02a-input.html     |    29 -
 .../Editor/tests/input/moveUp02b-expected.html  |    14 -
 .../Editor/tests/input/moveUp02b-input.html     |    29 -
 .../Editor/tests/input/moveUp03a-expected.html  |    21 -
 .../Editor/tests/input/moveUp03a-input.html     |    32 -
 .../Editor/tests/input/moveUp03b-expected.html  |    20 -
 .../Editor/tests/input/moveUp03b-input.html     |    32 -
 .../Editor/tests/input/moveUp03c-expected.html  |    21 -
 .../Editor/tests/input/moveUp03c-input.html     |    32 -
 .../Editor/tests/input/moveUp03d-expected.html  |    20 -
 .../Editor/tests/input/moveUp03d-input.html     |    32 -
 .../Editor/tests/input/moveUp04a-expected.html  |    24 -
 .../Editor/tests/input/moveUp04a-input.html     |    38 -
 .../Editor/tests/input/moveUp04b-expected.html  |    23 -
 .../Editor/tests/input/moveUp04b-input.html     |    38 -
 .../Editor/tests/input/moveUp04c-expected.html  |    26 -
 .../Editor/tests/input/moveUp04c-input.html     |    38 -
 .../Editor/tests/input/moveUp04d-expected.html  |    26 -
 .../Editor/tests/input/moveUp04d-input.html     |    38 -
 .../Editor/tests/input/moveUp04e-expected.html  |    23 -
 .../Editor/tests/input/moveUp04e-input.html     |    38 -
 ...sitionAtBoundary-line-backward-expected.html |    40 -
 .../positionAtBoundary-line-backward-input.html |    23 -
 ...ositionAtBoundary-line-forward-expected.html |    40 -
 .../positionAtBoundary-line-forward-input.html  |    23 -
 ...nAtBoundary-paragraph-backward-expected.html |    28 -
 ...tionAtBoundary-paragraph-backward-input.html |    21 -
 ...onAtBoundary-paragraph-forward-backward.html |    17 -
 ...onAtBoundary-paragraph-forward-expected.html |    28 -
 ...itionAtBoundary-paragraph-forward-input.html |    21 -
 ...sitionAtBoundary-word-backward-expected.html |    28 -
 .../positionAtBoundary-word-backward-input.html |    17 -
 ...ositionAtBoundary-word-forward-expected.html |    28 -
 .../positionAtBoundary-word-forward-input.html  |    17 -
 ...sitionToBoundary-line-backward-expected.html |    40 -
 .../positionToBoundary-line-backward-input.html |    23 -
 ...ositionToBoundary-line-forward-expected.html |    40 -
 .../positionToBoundary-line-forward-input.html  |    23 -
 ...nToBoundary-paragraph-backward-expected.html |    28 -
 ...tionToBoundary-paragraph-backward-input.html |    21 -
 ...onToBoundary-paragraph-forward-backward.html |    17 -
 ...onToBoundary-paragraph-forward-expected.html |    28 -
 ...itionToBoundary-paragraph-forward-input.html |    21 -
 ...sitionToBoundary-word-backward-expected.html |    28 -
 .../positionToBoundary-word-backward-input.html |    17 -
 ...ositionToBoundary-word-forward-expected.html |    28 -
 .../positionToBoundary-word-forward-input.html  |    17 -
 .../positionWithin-line-backward-expected.html  |    40 -
 .../positionWithin-line-backward-input.html     |    23 -
 .../positionWithin-line-forward-expected.html   |    40 -
 .../positionWithin-line-forward-input.html      |    23 -
 ...itionWithin-paragraph-backward-expected.html |    28 -
 ...positionWithin-paragraph-backward-input.html |    21 -
 ...sitionWithin-paragraph-forward-expected.html |    28 -
 .../positionWithin-paragraph-forward-input.html |    21 -
 .../positionWithin-word-backward-expected.html  |    28 -
 .../positionWithin-word-backward-input.html     |    17 -
 .../positionWithin-word-forward-expected.html   |    28 -
 .../positionWithin-word-forward-input.html      |    17 -
 .../rangeEnclosing-line-backward-expected.html  |    40 -
 .../rangeEnclosing-line-backward-input.html     |    23 -
 .../rangeEnclosing-line-forward-expected.html   |    40 -
 .../rangeEnclosing-line-forward-input.html      |    23 -
 ...geEnclosing-paragraph-backward-expected.html |    28 -
 ...rangeEnclosing-paragraph-backward-input.html |    21 -
 ...ngeEnclosing-paragraph-forward-expected.html |    28 -
 .../rangeEnclosing-paragraph-forward-input.html |    21 -
 .../rangeEnclosing-word-backward-expected.html  |    28 -
 .../rangeEnclosing-word-backward-input.html     |    17 -
 .../rangeEnclosing-word-forward-expected.html   |    28 -
 .../rangeEnclosing-word-forward-input.html      |    17 -
 .../tests/input/replaceRange01-expected.html    |     6 -
 .../tests/input/replaceRange01-input.html       |    16 -
 .../tests/input/replaceRange02-expected.html    |     6 -
 .../tests/input/replaceRange02-input.html       |    16 -
 .../tests/input/replaceRange03-expected.html    |     6 -
 .../tests/input/replaceRange03-input.html       |    16 -
 .../tests/input/replaceRange04-expected.html    |     9 -
 .../tests/input/replaceRange04-input.html       |    17 -
 .../tests/input/replaceRange05-expected.html    |     6 -
 .../tests/input/replaceRange05-input.html       |    17 -
 .../tests/input/replaceRange06-expected.html    |     6 -
 .../tests/input/replaceRange06-input.html       |    17 -
 .../tests/input/replaceRange07-expected.html    |    10 -
 .../tests/input/replaceRange07-input.html       |    17 -
 .../tests/input/replaceRange08-expected.html    |    10 -
 .../tests/input/replaceRange08-input.html       |    17 -
 .../tests/input/replaceRange09-expected.html    |    12 -
 .../tests/input/replaceRange09-input.html       |    17 -
 .../tests/input/replaceRange10-expected.html    |    11 -
 .../tests/input/replaceRange10-input.html       |    18 -
 .../tests/lists/clearList01a-expected.html      |    10 -
 .../Editor/tests/lists/clearList01a-input.html  |    20 -
 .../tests/lists/clearList01b-expected.html      |    10 -
 .../Editor/tests/lists/clearList01b-input.html  |    20 -
 .../tests/lists/clearList02a-expected.html      |    12 -
 .../Editor/tests/lists/clearList02a-input.html  |    20 -
 .../tests/lists/clearList02b-expected.html      |    12 -
 .../Editor/tests/lists/clearList02b-input.html  |    20 -
 .../tests/lists/clearList03a-expected.html      |    14 -
 .../Editor/tests/lists/clearList03a-input.html  |    20 -
 .../tests/lists/clearList03b-expected.html      |    14 -
 .../Editor/tests/lists/clearList03b-input.html  |    20 -
 .../tests/lists/clearList04a-expected.html      |    12 -
 .../Editor/tests/lists/clearList04a-input.html  |    20 -
 .../tests/lists/clearList04b-expected.html      |    12 -
 .../Editor/tests/lists/clearList04b-input.html  |    20 -
 .../tests/lists/clearList05a-expected.html      |    10 -
 .../Editor/tests/lists/clearList05a-input.html  |    20 -
 .../tests/lists/clearList05b-expected.html      |    10 -
 .../Editor/tests/lists/clearList05b-input.html  |    20 -
 .../tests/lists/clearList06a-expected.html      |    15 -
 .../Editor/tests/lists/clearList06a-input.html  |    26 -
 .../tests/lists/clearList06b-expected.html      |    15 -
 .../Editor/tests/lists/clearList06b-input.html  |    26 -
 .../tests/lists/clearList07a-expected.html      |    15 -
 .../Editor/tests/lists/clearList07a-input.html  |    24 -
 .../tests/lists/clearList07b-expected.html      |    15 -
 .../Editor/tests/lists/clearList07b-input.html  |    24 -
 .../tests/lists/clearList08a-expected.html      |    20 -
 .../Editor/tests/lists/clearList08a-input.html  |    30 -
 .../tests/lists/clearList08b-expected.html      |    20 -
 .../Editor/tests/lists/clearList08b-input.html  |    30 -
 .../tests/lists/clearList09a-expected.html      |    13 -
 .../Editor/tests/lists/clearList09a-input.html  |    20 -
 .../tests/lists/clearList09b-expected.html      |    10 -
 .../Editor/tests/lists/clearList09b-input.html  |    21 -
 .../tests/lists/clearList10a-expected.html      |    17 -
 .../Editor/tests/lists/clearList10a-input.html  |    21 -
 .../tests/lists/clearList10b-expected.html      |    18 -
 .../Editor/tests/lists/clearList10b-input.html  |    21 -
 .../tests/lists/clearList10c-expected.html      |    18 -
 .../Editor/tests/lists/clearList10c-input.html  |    21 -
 .../tests/lists/clearList10d-expected.html      |    16 -
 .../Editor/tests/lists/clearList10d-input.html  |    21 -
 .../tests/lists/clearList10e-expected.html      |    31 -
 .../Editor/tests/lists/clearList10e-input.html  |    27 -
 .../tests/lists/clearList11a-expected.html      |    12 -
 .../Editor/tests/lists/clearList11a-input.html  |    18 -
 .../tests/lists/clearList11b-expected.html      |    12 -
 .../Editor/tests/lists/clearList11b-input.html  |    18 -
 .../tests/lists/clearList11c-expected.html      |    12 -
 .../Editor/tests/lists/clearList11c-input.html  |    18 -
 .../lists/decrease-flat-tozero01a-expected.html |    10 -
 .../lists/decrease-flat-tozero01a-input.html    |    19 -
 .../lists/decrease-flat-tozero01b-expected.html |    10 -
 .../lists/decrease-flat-tozero01b-input.html    |    19 -
 .../lists/decrease-flat-tozero02a-expected.html |    12 -
 .../lists/decrease-flat-tozero02a-input.html    |    19 -
 .../lists/decrease-flat-tozero02b-expected.html |    12 -
 .../lists/decrease-flat-tozero02b-input.html    |    19 -
 .../lists/decrease-flat-tozero03a-expected.html |    10 -
 .../lists/decrease-flat-tozero03a-input.html    |    19 -
 .../lists/decrease-flat-tozero03b-expected.html |    10 -
 .../lists/decrease-flat-tozero03b-input.html    |    19 -
 .../lists/decrease-flat-tozero04a-expected.html |     8 -
 .../lists/decrease-flat-tozero04a-input.html    |    19 -
 .../lists/decrease-flat-tozero04b-expected.html |     8 -
 .../lists/decrease-flat-tozero04b-input.html    |    19 -
 .../decrease-nested-toone01a-expected.html      |    16 -
 .../lists/decrease-nested-toone01a-input.html   |    25 -
 .../decrease-nested-toone01b-expected.html      |    16 -
 .../lists/decrease-nested-toone01b-input.html   |    25 -
 .../decrease-nested-toone02a-expected.html      |    20 -
 .../lists/decrease-nested-toone02a-input.html   |    25 -
 .../decrease-nested-toone02b-expected.html      |    20 -
 .../lists/decrease-nested-toone02b-input.html   |    25 -
 .../decrease-nested-toone03a-expected.html      |    16 -
 .../lists/decrease-nested-toone03a-input.html   |    25 -
 .../decrease-nested-toone03b-expected.html      |    16 -
 .../lists/decrease-nested-toone03b-input.html   |    25 -
 .../decrease-nested-toone04a-expected.html      |    16 -
 .../lists/decrease-nested-toone04a-input.html   |    25 -
 .../decrease-nested-toone04b-expected.html      |    16 -
 .../lists/decrease-nested-toone04b-input.html   |    25 -
 .../decrease-nested-toone05a-expected.html      |    16 -
 .../lists/decrease-nested-toone05a-input.html   |    25 -
 .../decrease-nested-toone05b-expected.html      |    16 -
 .../lists/decrease-nested-toone05b-input.html   |    25 -
 .../decrease-nested-toone06a-expected.html      |    12 -
 .../lists/decrease-nested-toone06a-input.html   |    25 -
 .../decrease-nested-toone06b-expected.html      |    12 -
 .../lists/decrease-nested-toone06b-input.html   |    25 -
 .../decrease-nested-tozero01a-expected.html     |    24 -
 .../lists/decrease-nested-tozero01a-input.html  |    39 -
 .../decrease-nested-tozero01b-expected.html     |    24 -
 .../lists/decrease-nested-tozero01b-input.html  |    39 -
 .../decrease-nested-tozero02a-expected.html     |    20 -
 .../lists/decrease-nested-tozero02a-input.html  |    39 -
 .../decrease-nested-tozero02b-expected.html     |    20 -
 .../lists/decrease-nested-tozero02b-input.html  |    39 -
 .../decrease-nested-tozero03a-expected.html     |    16 -
 .../lists/decrease-nested-tozero03a-input.html  |    39 -
 .../decrease-nested-tozero03b-expected.html     |    16 -
 .../lists/decrease-nested-tozero03b-input.html  |    39 -
 .../decrease-nested-tozero04a-expected.html     |    12 -
 .../lists/decrease-nested-tozero04a-input.html  |    39 -
 .../decrease-nested-tozero04b-expected.html     |    12 -
 .../lists/decrease-nested-tozero04b-input.html  |    39 -
 .../decrease-nested-tozero05a-expected.html     |    10 -
 .../lists/decrease-nested-tozero05a-input.html  |    39 -
 .../decrease-nested-tozero05b-expected.html     |    10 -
 .../lists/decrease-nested-tozero05b-input.html  |    39 -
 .../lists/decrease-nested01a-expected.html      |    10 -
 .../tests/lists/decrease-nested01a-input.html   |    23 -
 .../lists/decrease-nested01b-expected.html      |    10 -
 .../tests/lists/decrease-nested01b-input.html   |    23 -
 .../lists/decrease-nested02a-expected.html      |    10 -
 .../tests/lists/decrease-nested02a-input.html   |    23 -
 .../lists/decrease-nested02b-expected.html      |    10 -
 .../tests/lists/decrease-nested02b-input.html   |    23 -
 .../lists/decrease-nested03a-expected.html      |    10 -
 .../tests/lists/decrease-nested03a-input.html   |    23 -
 .../lists/decrease-nested03b-expected.html      |    10 -
 .../tests/lists/decrease-nested03b-input.html   |    23 -
 .../lists/decrease-nested04a-expected.html      |    10 -
 .../tests/lists/decrease-nested04a-input.html   |    23 -
 .../lists/decrease-nested04b-expected.html      |    10 -
 .../tests/lists/decrease-nested04b-input.html   |    23 -
 .../lists/decrease-nested05a-expected.html      |    16 -
 .../tests/lists/decrease-nested05a-input.html   |    29 -
 .../lists/decrease-nested05b-expected.html      |    16 -
 .../tests/lists/decrease-nested05b-input.html   |    29 -
 .../lists/decrease-nested06a-expected.html      |    16 -
 .../tests/lists/decrease-nested06a-input.html   |    29 -
 .../lists/decrease-nested06b-expected.html      |    16 -
 .../tests/lists/decrease-nested06b-input.html   |    29 -
 .../lists/decrease-nested07a-expected.html      |    16 -
 .../tests/lists/decrease-nested07a-input.html   |    29 -
 .../lists/decrease-nested07b-expected.html      |    16 -
 .../tests/lists/decrease-nested07b-input.html   |    29 -
 .../Editor/tests/lists/div01a-expected.html     |    12 -
 .../Editor/tests/lists/div01a-input.html        |    19 -
 .../Editor/tests/lists/div01b-expected.html     |    12 -
 .../Editor/tests/lists/div01b-input.html        |    19 -
 .../Editor/tests/lists/div02a-expected.html     |    14 -
 .../Editor/tests/lists/div02a-input.html        |    21 -
 .../Editor/tests/lists/div02b-expected.html     |    10 -
 .../Editor/tests/lists/div02b-input.html        |    21 -
 .../Editor/tests/lists/div03a-expected.html     |    14 -
 .../Editor/tests/lists/div03a-input.html        |    21 -
 .../Editor/tests/lists/div03b-expected.html     |    10 -
 .../Editor/tests/lists/div03b-input.html        |    21 -
 .../tests/lists/increase-flat01a-expected.html  |    10 -
 .../tests/lists/increase-flat01a-input.html     |    19 -
 .../tests/lists/increase-flat01b-expected.html  |    10 -
 .../tests/lists/increase-flat01b-input.html     |    19 -
 .../tests/lists/increase-flat02a-expected.html  |    14 -
 .../tests/lists/increase-flat02a-input.html     |    19 -
 .../tests/lists/increase-flat02b-expected.html  |    14 -
 .../tests/lists/increase-flat02b-input.html     |    19 -
 .../tests/lists/increase-flat03a-expected.html  |    14 -
 .../tests/lists/increase-flat03a-input.html     |    19 -
 .../tests/lists/increase-flat03b-expected.html  |    14 -
 .../tests/lists/increase-flat03b-input.html     |    19 -
 .../tests/lists/increase-flat04a-expected.html  |    14 -
 .../tests/lists/increase-flat04a-input.html     |    19 -
 .../tests/lists/increase-flat04b-expected.html  |    14 -
 .../tests/lists/increase-flat04b-input.html     |    19 -
 .../tests/lists/increase-flat05a-expected.html  |    14 -
 .../tests/lists/increase-flat05a-input.html     |    19 -
 .../tests/lists/increase-flat05b-expected.html  |    14 -
 .../tests/lists/increase-flat05b-input.html     |    19 -
 .../tests/lists/increase-misc01a-expected.html  |    14 -
 .../tests/lists/increase-misc01a-input.html     |    19 -
 .../tests/lists/increase-misc01b-expected.html  |    14 -
 .../tests/lists/increase-misc01b-input.html     |    19 -
 .../tests/lists/increase-misc02a-expected.html  |    14 -
 .../tests/lists/increase-misc02a-input.html     |    22 -
 .../tests/lists/increase-misc02b-expected.html  |    14 -
 .../tests/lists/increase-misc02b-input.html     |    22 -
 .../tests/lists/increase-misc03a-expected.html  |    13 -
 .../tests/lists/increase-misc03a-input.html     |    18 -
 .../tests/lists/increase-misc03b-expected.html  |    18 -
 .../tests/lists/increase-misc03b-input.html     |    18 -
 .../lists/increase-multiple01a-expected.html    |    20 -
 .../tests/lists/increase-multiple01a-input.html |    22 -
 .../lists/increase-multiple01b-expected.html    |    20 -
 .../tests/lists/increase-multiple01b-input.html |    22 -
 .../lists/increase-multiple02a-expected.html    |    28 -
 .../tests/lists/increase-multiple02a-input.html |    25 -
 .../lists/increase-multiple02b-expected.html    |    28 -
 .../tests/lists/increase-multiple02b-input.html |    25 -
 .../lists/increase-nested01a-expected.html      |    20 -
 .../tests/lists/increase-nested01a-input.html   |    25 -
 .../lists/increase-nested01b-expected.html      |    20 -
 .../tests/lists/increase-nested01b-input.html   |    25 -
 .../lists/increase-nested02a-expected.html      |    20 -
 .../tests/lists/increase-nested02a-input.html   |    25 -
 .../lists/increase-nested02b-expected.html      |    20 -
 .../tests/lists/increase-nested02b-input.html   |    25 -
 .../Editor/tests/lists/merge01a-expected.html   |    12 -
 .../Editor/tests/lists/merge01a-input.html      |    22 -
 .../Editor/tests/lists/merge02a-expected.html   |    18 -
 .../Editor/tests/lists/merge02a-input.html      |    30 -
 .../Editor/tests/lists/merge02b-expected.html   |    18 -
 .../Editor/tests/lists/merge02b-input.html      |    30 -
 .../Editor/tests/lists/merge03a-expected.html   |    22 -
 .../Editor/tests/lists/merge03a-input.html      |    30 -
 .../Editor/tests/lists/merge03b-expected.html   |    22 -
 .../Editor/tests/lists/merge03b-input.html      |    30 -
 .../Editor/tests/lists/merge04a-expected.html   |    18 -
 .../Editor/tests/lists/merge04a-input.html      |    30 -
 .../Editor/tests/lists/merge04b-expected.html   |    18 -
 .../Editor/tests/lists/merge04b-input.html      |    30 -
 .../lists/ol-from-ul-adjacent01a-expected.html  |    14 -
 .../lists/ol-from-ul-adjacent01a-input.html     |    24 -
 .../lists/ol-from-ul-adjacent01b-expected.html  |    14 -
 .../lists/ol-from-ul-adjacent01b-input.html     |    24 -
 .../lists/ol-from-ul-adjacent02a-expected.html  |    14 -
 .../lists/ol-from-ul-adjacent02a-input.html     |    24 -
 .../lists/ol-from-ul-adjacent02b-expected.html  |    14 -
 .../lists/ol-from-ul-adjacent02b-input.html     |    24 -
 .../lists/ol-from-ul-adjacent03a-expected.html  |    16 -
 .../lists/ol-from-ul-adjacent03a-input.html     |    28 -
 .../lists/ol-from-ul-adjacent03b-expected.html  |    16 -
 .../lists/ol-from-ul-adjacent03b-input.html     |    28 -
 .../tests/lists/ol-from-ul01a-expected.html     |    12 -
 .../Editor/tests/lists/ol-from-ul01a-input.html |    20 -
 .../tests/lists/ol-from-ul01b-expected.html     |    12 -
 .../Editor/tests/lists/ol-from-ul01b-input.html |    20 -
 .../tests/lists/ol-from-ul02a-expected.html     |    14 -
 .../Editor/tests/lists/ol-from-ul02a-input.html |    20 -
 .../tests/lists/ol-from-ul02b-expected.html     |    14 -
 .../Editor/tests/lists/ol-from-ul02b-input.html |    20 -
 .../tests/lists/ol-from-ul03a-expected.html     |    16 -
 .../Editor/tests/lists/ol-from-ul03a-input.html |    20 -
 .../tests/lists/ol-from-ul03b-expected.html     |    16 -
 .../Editor/tests/lists/ol-from-ul03b-input.html |    20 -
 .../tests/lists/ol-from-ul04a-expected.html     |    14 -
 .../Editor/tests/lists/ol-from-ul04a-input.html |    20 -
 .../tests/lists/ol-from-ul04b-expected.html     |    14 -
 .../Editor/tests/lists/ol-from-ul04b-input.html |    20 -
 .../tests/lists/ol-from-ul05a-expected.html     |    19 -
 .../Editor/tests/lists/ol-from-ul05a-input.html |    26 -
 .../tests/lists/ol-from-ul05b-expected.html     |    19 -
 .../Editor/tests/lists/ol-from-ul05b-input.html |    26 -
 .../tests/lists/ol-from-ul06a-expected.html     |    19 -
 .../Editor/tests/lists/ol-from-ul06a-input.html |    26 -
 .../tests/lists/ol-from-ul06b-expected.html     |    19 -
 .../Editor/tests/lists/ol-from-ul06b-input.html |    26 -
 .../tests/lists/ol-from-ul07a-expected.html     |    30 -
 .../Editor/tests/lists/ol-from-ul07a-input.html |    32 -
 .../tests/lists/ol-from-ul07b-expected.html     |    30 -
 .../Editor/tests/lists/ol-from-ul07b-input.html |    32 -
 .../Editor/tests/lists/ol01-expected.html       |    12 -
 experiments/Editor/tests/lists/ol01-input.html  |    18 -
 .../Editor/tests/lists/ol02-expected.html       |    12 -
 experiments/Editor/tests/lists/ol02-input.html  |    18 -
 .../Editor/tests/lists/ol03-expected.html       |    12 -
 experiments/Editor/tests/lists/ol03-input.html  |    18 -
 .../Editor/tests/lists/ol04-expected.html       |    12 -
 experiments/Editor/tests/lists/ol04-input.html  |    18 -
 .../lists/setList-adjacentLists01-expected.html |    13 -
 .../lists/setList-adjacentLists01-input.html    |    24 -
 .../lists/setList-adjacentLists02-expected.html |    13 -
 .../lists/setList-adjacentLists02-input.html    |    24 -
 .../lists/setList-adjacentLists03-expected.html |    13 -
 .../lists/setList-adjacentLists03-input.html    |    24 -
 .../lists/setList-adjacentLists04-expected.html |    13 -
 .../lists/setList-adjacentLists04-input.html    |    24 -
 .../lists/setList-emptyLIs01-expected.html      |    10 -
 .../tests/lists/setList-emptyLIs01-input.html   |    18 -
 .../lists/setList-emptyLIs02-expected.html      |    10 -
 .../tests/lists/setList-emptyLIs02-input.html   |    18 -
 .../lists/setList-emptyLIs03-expected.html      |    10 -
 .../tests/lists/setList-emptyLIs03-input.html   |    18 -
 .../lists/setList-emptyLIs04-expected.html      |    10 -
 .../tests/lists/setList-emptyLIs04-input.html   |    18 -
 .../lists/setList-headings01-expected.html      |     6 -
 .../tests/lists/setList-headings01-input.html   |    18 -
 .../lists/setList-headings02-expected.html      |    10 -
 .../tests/lists/setList-headings02-input.html   |    20 -
 .../lists/setList-headings03-expected.html      |    12 -
 .../tests/lists/setList-headings03-input.html   |    20 -
 .../lists/setList-headings04-expected.html      |    10 -
 .../tests/lists/setList-headings04-input.html   |    20 -
 .../tests/lists/setList-innerp01-expected.html  |    11 -
 .../tests/lists/setList-innerp01-input.html     |    20 -
 .../tests/lists/setList-innerp02-expected.html  |    13 -
 .../tests/lists/setList-innerp02-input.html     |    20 -
 .../tests/lists/setList-innerp03-expected.html  |    17 -
 .../tests/lists/setList-innerp03-input.html     |    30 -
 .../tests/lists/setList-innerp04-expected.html  |    19 -
 .../tests/lists/setList-innerp04-input.html     |    30 -
 .../tests/lists/setList-mixed01-expected.html   |    14 -
 .../tests/lists/setList-mixed01-input.html      |    23 -
 .../tests/lists/setList-mixed02-expected.html   |    15 -
 .../tests/lists/setList-mixed02-input.html      |    24 -
 .../tests/lists/setList-mixed03-expected.html   |    15 -
 .../tests/lists/setList-mixed03-input.html      |    24 -
 .../tests/lists/setList-nested01-expected.html  |    22 -
 .../tests/lists/setList-nested01-input.html     |    29 -
 .../tests/lists/setList-nested02-expected.html  |    22 -
 .../tests/lists/setList-nested02-input.html     |    29 -
 .../tests/lists/setList-nested03-expected.html  |    22 -
 .../tests/lists/setList-nested03-input.html     |    29 -
 .../tests/lists/setList-nested04-expected.html  |    22 -
 .../tests/lists/setList-nested04-input.html     |    29 -
 .../tests/lists/setList-nested05-expected.html  |    22 -
 .../tests/lists/setList-nested05-input.html     |    29 -
 .../tests/lists/setList-nested06-expected.html  |    21 -
 .../tests/lists/setList-nested06-input.html     |    28 -
 .../tests/lists/setList-nested07-expected.html  |    24 -
 .../tests/lists/setList-nested07-input.html     |    29 -
 .../tests/lists/setList-nested08-expected.html  |    23 -
 .../tests/lists/setList-nested08-input.html     |    28 -
 .../tests/lists/setList-nop01-expected.html     |     8 -
 .../Editor/tests/lists/setList-nop01-input.html |    15 -
 .../tests/lists/setList-nop02-expected.html     |     8 -
 .../Editor/tests/lists/setList-nop02-input.html |    15 -
 .../tests/lists/setList-nop03-expected.html     |     8 -
 .../Editor/tests/lists/setList-nop03-input.html |    15 -
 .../tests/lists/setList-nop04-expected.html     |     8 -
 .../Editor/tests/lists/setList-nop04-input.html |    15 -
 .../tests/lists/setList-nop05-expected.html     |     8 -
 .../Editor/tests/lists/setList-nop05-input.html |    17 -
 .../lists/setList-paragraphs01-expected.html    |    12 -
 .../tests/lists/setList-paragraphs01-input.html |    19 -
 .../lists/setList-paragraphs02-expected.html    |    16 -
 .../tests/lists/setList-paragraphs02-input.html |    23 -
 .../lists/setList-paragraphs03-expected.html    |    16 -
 .../tests/lists/setList-paragraphs03-input.html |    23 -
 .../lists/setList-paragraphs04-expected.html    |    16 -
 .../tests/lists/setList-paragraphs04-input.html |    23 -
 .../lists/setList-paragraphs05-expected.html    |     8 -
 .../tests/lists/setList-paragraphs05-input.html |    15 -
 .../lists/setList-paragraphs06-expected.html    |     8 -
 .../tests/lists/setList-paragraphs06-input.html |    15 -
 .../lists/setList-paragraphs07-expected.html    |     8 -
 .../tests/lists/setList-paragraphs07-input.html |    15 -
 .../Editor/tests/lists/ul01-expected.html       |    12 -
 experiments/Editor/tests/lists/ul01-input.html  |    18 -
 .../Editor/tests/lists/ul02-expected.html       |    12 -
 experiments/Editor/tests/lists/ul02-input.html  |    18 -
 .../Editor/tests/lists/ul03-expected.html       |    12 -
 experiments/Editor/tests/lists/ul03-input.html  |    18 -
 .../Editor/tests/lists/ul04-expected.html       |    12 -
 experiments/Editor/tests/lists/ul04-input.html  |    18 -
 .../tests/main/removeSpecial01-expected.html    |    27 -
 .../tests/main/removeSpecial01-input.html       |    29 -
 .../tests/main/removeSpecial02-expected.html    |    19 -
 .../tests/main/removeSpecial02-input.html       |    23 -
 .../tests/main/removeSpecial03-expected.html    |    27 -
 .../tests/main/removeSpecial03-input.html       |    29 -
 experiments/Editor/tests/outline/OutlineTest.js |   111 -
 .../changeHeadingToParagraph-expected.html      |    12 -
 .../outline/changeHeadingToParagraph-input.html |    20 -
 .../outline/changeHeadingType-expected.html     |    31 -
 .../tests/outline/changeHeadingType-input.html  |    28 -
 .../outline/deleteSection-inner01-expected.html |    46 -
 .../outline/deleteSection-inner01-input.html    |    21 -
 .../outline/deleteSection-inner02-expected.html |    46 -
 .../outline/deleteSection-inner02-input.html    |    21 -
 .../outline/deleteSection-inner03-expected.html |    46 -
 .../outline/deleteSection-inner03-input.html    |    21 -
 .../deleteSection-nested01-expected.html        |    66 -
 .../outline/deleteSection-nested01-input.html   |    21 -
 .../deleteSection-nested02-expected.html        |    66 -
 .../outline/deleteSection-nested02-input.html   |    21 -
 .../deleteSection-nested03-expected.html        |    66 -
 .../outline/deleteSection-nested03-input.html   |    21 -
 .../tests/outline/deleteSection01-expected.html |    18 -
 .../tests/outline/deleteSection01-input.html    |    21 -
 .../tests/outline/deleteSection02-expected.html |    18 -
 .../tests/outline/deleteSection02-input.html    |    21 -
 .../tests/outline/deleteSection03-expected.html |    18 -
 .../tests/outline/deleteSection03-input.html    |    21 -
 .../tests/outline/discovery01-expected.html     |    27 -
 .../Editor/tests/outline/discovery01-input.html |    28 -
 .../tests/outline/discovery02-expected.html     |    41 -
 .../Editor/tests/outline/discovery02-input.html |    29 -
 .../tests/outline/discovery03-expected.html     |    39 -
 .../Editor/tests/outline/discovery03-input.html |    28 -
 .../tests/outline/discovery04-expected.html     |    41 -
 .../Editor/tests/outline/discovery04-input.html |    29 -
 .../tests/outline/discovery05-expected.html     |    41 -
 .../Editor/tests/outline/discovery05-input.html |    28 -
 .../tests/outline/discovery06-expected.html     |    41 -
 .../Editor/tests/outline/discovery06-input.html |    30 -
 .../tests/outline/discovery07-expected.html     |    41 -
 .../Editor/tests/outline/discovery07-input.html |    29 -
 .../tests/outline/discovery08-expected.html     |    25 -
 .../Editor/tests/outline/discovery08-input.html |    26 -
 .../tests/outline/discovery09-expected.html     |    27 -
 .../Editor/tests/outline/discovery09-input.html |    27 -
 .../tests/outline/discovery10-expected.html     |    29 -
 .../Editor/tests/outline/discovery10-input.html |    28 -
 .../outline/heading-editing01-expected.html     |    31 -
 .../tests/outline/heading-editing01-input.html  |    25 -
 .../outline/heading-editing02-expected.html     |     9 -
 .../tests/outline/heading-editing02-input.html  |    20 -
 .../outline/heading-editing03-expected.html     |    18 -
 .../tests/outline/heading-editing03-input.html  |    24 -
 .../outline/heading-editing04-expected.html     |    12 -
 .../tests/outline/heading-editing04-input.html  |    24 -
 .../outline/heading-editing05-expected.html     |    12 -
 .../tests/outline/heading-editing05-input.html  |    24 -
 .../outline/heading-editing06-expected.html     |    17 -
 .../tests/outline/heading-editing06-input.html  |    25 -
 .../outline/heading-editing07-expected.html     |    12 -
 .../tests/outline/heading-editing07-input.html  |    25 -
 .../outline/heading-editing08-expected.html     |    18 -
 .../tests/outline/heading-editing08-input.html  |    28 -
 .../outline/heading-hierarchy01a-expected.html  |    12 -
 .../outline/heading-hierarchy01a-input.html     |    25 -
 .../outline/heading-hierarchy01b-expected.html  |    14 -
 .../outline/heading-hierarchy01b-input.html     |    25 -
 .../outline/heading-hierarchy01c-expected.html  |    12 -
 .../outline/heading-hierarchy01c-input.html     |    25 -
 .../outline/heading-hierarchy02a-expected.html  |    12 -
 .../outline/heading-hierarchy02a-input.html     |    25 -
 .../outline/heading-hierarchy02b-expected.html  |    14 -
 .../outline/heading-hierarchy02b-input.html     |    25 -
 .../outline/heading-hierarchy02c-expected.html  |    12 -
 .../outline/heading-hierarchy02c-input.html     |    25 -
 .../outline/heading-hierarchy03a-expected.html  |    16 -
 .../outline/heading-hierarchy03a-input.html     |    27 -
 .../outline/heading-hierarchy03b-expected.html  |    14 -
 .../outline/heading-hierarchy03b-input.html     |    27 -
 .../outline/heading-hierarchy03c-expected.html  |    16 -
 .../outline/heading-hierarchy03c-input.html     |    27 -
 .../outline/heading-hierarchy04a-expected.html  |    18 -
 .../outline/heading-hierarchy04a-input.html     |    29 -
 .../outline/heading-hierarchy04b-expected.html  |    14 -
 .../outline/heading-hierarchy04b-input.html     |    29 -
 .../outline/heading-hierarchy04c-expected.html  |    18 -
 .../outline/heading-hierarchy04c-input.html     |    29 -
 .../outline/heading-numbering01-expected.html   |    28 -
 .../outline/heading-numbering01-input.html      |    28 -
 .../outline/heading-numbering02-expected.html   |    28 -
 .../outline/heading-numbering02-input.html      |    28 -
 .../outline/heading-numbering03-expected.html   |    28 -
 .../outline/heading-numbering03-input.html      |    29 -
 .../outline/heading-numbering04-expected.html   |    28 -
 .../outline/heading-numbering04-input.html      |    31 -
 .../outline/heading-numbering05-expected.html   |    16 -
 .../outline/heading-numbering05-input.html      |    24 -
 .../outline/heading-numbering06-expected.html   |    16 -
 .../outline/heading-numbering06-input.html      |    25 -
 .../outline/heading-numbering07-expected.html   |    16 -
 .../outline/heading-numbering07-input.html      |    25 -
 .../outline/heading-numbering08-expected.html   |    16 -
 .../outline/heading-numbering08-input.html      |    25 -
 .../outline/heading-numbering09-expected.html   |    16 -
 .../outline/heading-numbering09-input.html      |    25 -
 .../outline/heading-numbering10-expected.html   |    15 -
 .../outline/heading-numbering10-input.html      |    28 -
 .../tests/outline/headings01-expected.html      |    20 -
 .../Editor/tests/outline/headings01-input.html  |    21 -
 .../tests/outline/headings02-expected.html      |    20 -
 .../Editor/tests/outline/headings02-input.html  |    21 -
 .../tests/outline/headings03-expected.html      |    17 -
 .../Editor/tests/outline/headings03-input.html  |    22 -
 .../tests/outline/headings04-expected.html      |    17 -
 .../Editor/tests/outline/headings04-input.html  |    21 -
 .../tests/outline/headings05-expected.html      |    17 -
 .../Editor/tests/outline/headings05-input.html  |    21 -
 .../tests/outline/itemtypes01-expected.html     |    82 -
 .../Editor/tests/outline/itemtypes01-input.html |    78 -
 .../tests/outline/listOfFigures01-expected.html |    49 -
 .../tests/outline/listOfFigures01-input.html    |    24 -
 .../tests/outline/listOfFigures02-expected.html |    52 -
 .../tests/outline/listOfFigures02-input.html    |    29 -
 .../tests/outline/listOfFigures03-expected.html |    49 -
 .../tests/outline/listOfFigures03-input.html    |    29 -
 .../tests/outline/listOfFigures04-expected.html |    49 -
 .../tests/outline/listOfFigures04-input.html    |    29 -
 .../tests/outline/listOfFigures05-expected.html |    49 -
 .../tests/outline/listOfFigures05-input.html    |    38 -
 .../tests/outline/listOfFigures06-expected.html |    29 -
 .../tests/outline/listOfFigures06-input.html    |    38 -
 .../tests/outline/listOfFigures07-expected.html |    29 -
 .../tests/outline/listOfFigures07-input.html    |    28 -
 .../tests/outline/listOfFigures08-expected.html |    29 -
 .../tests/outline/listOfFigures08-input.html    |    28 -
 .../tests/outline/listOfFigures09-expected.html |    39 -
 .../tests/outline/listOfFigures09-input.html    |    34 -
 .../outline/listOfFigures09a-expected.html      |    49 -
 .../tests/outline/listOfFigures09a-input.html   |    40 -
 .../tests/outline/listOfFigures10-expected.html |    10 -
 .../tests/outline/listOfFigures10-input.html    |    21 -
 .../tests/outline/listOfFigures11-expected.html |    10 -
 .../tests/outline/listOfFigures11-input.html    |    33 -
 .../tests/outline/listOfTables01-expected.html  |    69 -
 .../tests/outline/listOfTables01-input.html     |    24 -
 .../tests/outline/listOfTables02-expected.html  |    72 -
 .../tests/outline/listOfTables02-input.html     |    29 -
 .../tests/outline/listOfTables03-expected.html  |    69 -
 .../tests/outline/listOfTables03-input.html     |    29 -
 .../tests/outline/listOfTables04-expected.html  |    69 -
 .../tests/outline/listOfTables04-input.html     |    29 -
 .../tests/outline/listOfTables05-expected.html  |    77 -
 .../tests/outline/listOfTables05-input.html     |    42 -
 .../tests/outline/listOfTables06-expected.html  |    57 -
 .../tests/outline/listOfTables06-input.html     |    42 -
 .../tests/outline/listOfTables07-expected.html  |    49 -
 .../tests/outline/listOfTables07-input.html     |    28 -
 .../tests/outline/listOfTables08-expected.html  |    49 -
 .../tests/outline/listOfTables08-input.html     |    28 -
 .../tests/outline/listOfTables09-expected.html  |    59 -
 .../tests/outline/listOfTables09-input.html     |    34 -
 .../tests/outline/listOfTables09a-expected.html |    69 -
 .../tests/outline/listOfTables09a-input.html    |    40 -
 .../tests/outline/listOfTables10-expected.html  |    10 -
 .../tests/outline/listOfTables10-input.html     |    21 -
 .../tests/outline/listOfTables11-expected.html  |    10 -
 .../tests/outline/listOfTables11-input.html     |    33 -
 .../outline/moveSection-inner01-expected.html   |    58 -
 .../outline/moveSection-inner01-input.html      |    21 -
 .../outline/moveSection-inner02-expected.html   |    58 -
 .../outline/moveSection-inner02-input.html      |    21 -
 .../outline/moveSection-inner03-expected.html   |    58 -
 .../outline/moveSection-inner03-input.html      |    21 -
 .../outline/moveSection-inner04-expected.html   |    58 -
 .../outline/moveSection-inner04-input.html      |    21 -
 .../outline/moveSection-inner05-expected.html   |    58 -
 .../outline/moveSection-inner05-input.html      |    21 -
 .../outline/moveSection-inner06-expected.html   |    58 -
 .../outline/moveSection-inner06-input.html      |    21 -
 .../outline/moveSection-inner07-expected.html   |    58 -
 .../outline/moveSection-inner07-input.html      |    21 -
 .../outline/moveSection-inner08-expected.html   |    58 -
 .../outline/moveSection-inner08-input.html      |    21 -
 .../outline/moveSection-inner09-expected.html   |    58 -
 .../outline/moveSection-inner09-input.html      |    21 -
 .../outline/moveSection-nested01-expected.html  |    94 -
 .../outline/moveSection-nested01-input.html     |    21 -
 .../outline/moveSection-nested02-expected.html  |    94 -
 .../outline/moveSection-nested02-input.html     |    21 -
 .../outline/moveSection-nested03-expected.html  |    94 -
 .../outline/moveSection-nested03-input.html     |    21 -
 .../outline/moveSection-nested04-expected.html  |    94 -
 .../outline/moveSection-nested04-input.html     |    21 -
 .../outline/moveSection-nested05-expected.html  |    94 -
 .../outline/moveSection-nested05-input.html     |    21 -
 .../outline/moveSection-nested06-expected.html  |    94 -
 .../outline/moveSection-nested06-input.html     |    21 -
 .../outline/moveSection-nested07-expected.html  |    94 -
 .../outline/moveSection-nested07-input.html     |    21 -
 .../outline/moveSection-nested08-expected.html  |    94 -
 .../outline/moveSection-nested08-input.html     |    21 -
 .../outline/moveSection-nested09-expected.html  |    94 -
 .../outline/moveSection-nested09-input.html     |    21 -
 .../moveSection-newparent01-expected.html       |    42 -
 .../outline/moveSection-newparent01-input.html  |    21 -
 .../moveSection-newparent02-expected.html       |    42 -
 .../outline/moveSection-newparent02-input.html  |    21 -
 .../moveSection-newparent03-expected.html       |    42 -
 .../outline/moveSection-newparent03-input.html  |    21 -
 .../moveSection-newparent04-expected.html       |    42 -
 .../outline/moveSection-newparent04-input.html  |    21 -
 .../moveSection-newparent05-expected.html       |    42 -
 .../outline/moveSection-newparent05-input.html  |    21 -
 .../tests/outline/moveSection01-expected.html   |    22 -
 .../tests/outline/moveSection01-input.html      |    21 -
 .../tests/outline/moveSection02-expected.html   |    22 -
 .../tests/outline/moveSection02-input.html      |    21 -
 .../tests/outline/moveSection03-expected.html   |    22 -
 .../tests/outline/moveSection03-input.html      |    21 -
 .../tests/outline/moveSection04-expected.html   |    22 -
 .../tests/outline/moveSection04-input.html      |    21 -
 .../tests/outline/moveSection05-expected.html   |    22 -
 .../tests/outline/moveSection05-input.html      |    21 -
 .../tests/outline/moveSection06-expected.html   |    22 -
 .../tests/outline/moveSection06-input.html      |    21 -
 .../tests/outline/moveSection07-expected.html   |    22 -
 .../tests/outline/moveSection07-input.html      |    21 -
 .../tests/outline/moveSection08-expected.html   |    22 -
 .../tests/outline/moveSection08-input.html      |    21 -
 .../tests/outline/moveSection09-expected.html   |    22 -
 .../tests/outline/moveSection09-input.html      |    21 -
 .../tests/outline/moveSection10-expected.html   |    22 -
 .../tests/outline/moveSection10-input.html      |    24 -
 .../outline/refTitle-figure01-expected.html     |    45 -
 .../tests/outline/refTitle-figure01-input.html  |    40 -
 .../outline/refTitle-figure02-expected.html     |    57 -
 .../tests/outline/refTitle-figure02-input.html  |    45 -
 .../outline/refTitle-figure03-expected.html     |    45 -
 .../tests/outline/refTitle-figure03-input.html  |    45 -
 .../outline/refTitle-figure04-expected.html     |    45 -
 .../tests/outline/refTitle-figure04-input.html  |    45 -
 .../outline/refTitle-figure05-expected.html     |    45 -
 .../tests/outline/refTitle-figure05-input.html  |    45 -
 .../outline/refTitle-figure06-expected.html     |    41 -
 .../tests/outline/refTitle-figure06-input.html  |    30 -
 .../outline/refTitle-figure07-expected.html     |    41 -
 .../tests/outline/refTitle-figure07-input.html  |    30 -
 .../outline/refTitle-section01-expected.html    |    39 -
 .../tests/outline/refTitle-section01-input.html |    40 -
 .../outline/refTitle-section02-expected.html    |    51 -
 .../tests/outline/refTitle-section02-input.html |    45 -
 .../outline/refTitle-section03-expected.html    |    39 -
 .../tests/outline/refTitle-section03-input.html |    45 -
 .../outline/refTitle-section04-expected.html    |    39 -
 .../tests/outline/refTitle-section04-input.html |    45 -
 .../outline/refTitle-section05-expected.html    |    39 -
 .../tests/outline/refTitle-section05-input.html |    45 -
 .../outline/refTitle-section06-expected.html    |    35 -
 .../tests/outline/refTitle-section06-input.html |    30 -
 .../outline/refTitle-section07-expected.html    |    35 -
 .../tests/outline/refTitle-section07-input.html |    30 -
 .../outline/refTitle-table01-expected.html      |    45 -
 .../tests/outline/refTitle-table01-input.html   |    40 -
 .../outline/refTitle-table02-expected.html      |    57 -
 .../tests/outline/refTitle-table02-input.html   |    45 -
 .../outline/refTitle-table03-expected.html      |    45 -
 .../tests/outline/refTitle-table03-input.html   |    45 -
 .../outline/refTitle-table04-expected.html      |    45 -
 .../tests/outline/refTitle-table04-input.html   |    45 -
 .../outline/refTitle-table05-expected.html      |    45 -
 .../tests/outline/refTitle-table05-input.html   |    45 -
 .../outline/refTitle-table06-expected.html      |    41 -
 .../tests/outline/refTitle-table06-input.html   |    30 -
 .../outline/refTitle-table07-expected.html      |    41 -
 .../tests/outline/refTitle-table07-input.html   |    30 -
 .../refType-figure-numbered-expected.html       |    30 -
 .../outline/refType-figure-numbered-input.html  |    26 -
 .../refType-figure-unnumbered-expected.html     |    30 -
 .../refType-figure-unnumbered-input.html        |    26 -
 .../refType-section-numbered-expected.html      |    29 -
 .../outline/refType-section-numbered-input.html |    23 -
 .../refType-section-unnumbered-expected.html    |    27 -
 .../refType-section-unnumbered-input.html       |    23 -
 .../refType-section-unnumbered2-expected.html   |    29 -
 .../refType-section-unnumbered2-input.html      |    22 -
 .../refType-table-numbered-expected.html        |    43 -
 .../outline/refType-table-numbered-input.html   |    37 -
 .../refType-table-unnumbered-expected.html      |    43 -
 .../outline/refType-table-unnumbered-input.html |    37 -
 .../outline/reference-insert01-expected.html    |    14 -
 .../tests/outline/reference-insert01-input.html |    32 -
 .../outline/reference-insert02-expected.html    |    18 -
 .../tests/outline/reference-insert02-input.html |    32 -
 .../outline/reference-insert03-expected.html    |    18 -
 .../tests/outline/reference-insert03-input.html |    32 -
 .../outline/reference-static01-expected.html    |    35 -
 .../tests/outline/reference-static01-input.html |    27 -
 .../outline/reference-static02-expected.html    |    39 -
 .../tests/outline/reference-static02-input.html |    27 -
 .../outline/reference-static03-expected.html    |    39 -
 .../tests/outline/reference-static03-input.html |    27 -
 .../outline/reference-update01-expected.html    |    36 -
 .../tests/outline/reference-update01-input.html |    33 -
 .../outline/reference-update02-expected.html    |    42 -
 .../tests/outline/reference-update02-input.html |    35 -
 .../outline/reference-update03-expected.html    |    42 -
 .../tests/outline/reference-update03-input.html |    35 -
 .../tests/outline/reference01-expected.html     |   136 -
 .../Editor/tests/outline/reference01-input.html |   123 -
 .../tests/outline/refsById01-expected.html      |     6 -
 .../Editor/tests/outline/refsById01-input.html  |    29 -
 .../outline/setNumbered-figure01-expected.html  |     9 -
 .../outline/setNumbered-figure01-input.html     |    20 -
 .../outline/setNumbered-figure02-expected.html  |     8 -
 .../outline/setNumbered-figure02-input.html     |    21 -
 .../outline/setNumbered-figure03-expected.html  |     9 -
 .../outline/setNumbered-figure03-input.html     |    21 -
 .../outline/setNumbered-figure04-expected.html  |     9 -
 .../outline/setNumbered-figure04-input.html     |    21 -
 .../outline/setNumbered-table01-expected.html   |    18 -
 .../outline/setNumbered-table01-input.html      |    27 -
 .../outline/setNumbered-table02-expected.html   |    17 -
 .../outline/setNumbered-table02-input.html      |    28 -
 .../outline/setNumbered-table03-expected.html   |    18 -
 .../outline/setNumbered-table03-input.html      |    28 -
 .../outline/setNumbered-table04-expected.html   |    18 -
 .../outline/setNumbered-table04-input.html      |    28 -
 .../tableOfContents-insert01-expected.html      |    19 -
 .../outline/tableOfContents-insert01-input.html |    26 -
 .../tableOfContents-insert02-expected.html      |    19 -
 .../outline/tableOfContents-insert02-input.html |    26 -
 .../tableOfContents-insert03-expected.html      |    21 -
 .../outline/tableOfContents-insert03-input.html |    28 -
 .../tableOfContents-insert04-expected.html      |    19 -
 .../outline/tableOfContents-insert04-input.html |    28 -
 .../tableOfContents-insert05-expected.html      |    19 -
 .../outline/tableOfContents-insert05-input.html |    28 -
 .../tableOfContents-insert06-expected.html      |    19 -
 .../outline/tableOfContents-insert06-input.html |    28 -
 .../tableOfContents-insert07-expected.html      |    19 -
 .../outline/tableOfContents-insert07-input.html |    28 -
 .../outline/tableOfContents01-expected.html     |    51 -
 .../tests/outline/tableOfContents01-input.html  |    27 -
 .../outline/tableOfContents02-expected.html     |    54 -
 .../tests/outline/tableOfContents02-input.html  |    32 -
 .../outline/tableOfContents03-expected.html     |    51 -
 .../tests/outline/tableOfContents03-input.html  |    32 -
 .../outline/tableOfContents04-expected.html     |    51 -
 .../tests/outline/tableOfContents04-input.html  |    32 -
 .../outline/tableOfContents05-expected.html     |    51 -
 .../tests/outline/tableOfContents05-input.html  |    55 -
 .../outline/tableOfContents06-expected.html     |    49 -
 .../tests/outline/tableOfContents06-input.html  |    53 -
 .../outline/tableOfContents07-expected.html     |    51 -
 .../tests/outline/tableOfContents07-input.html  |    30 -
 .../outline/tableOfContents08-expected.html     |    51 -
 .../tests/outline/tableOfContents08-input.html  |    30 -
 .../outline/tableOfContents09-expected.html     |    51 -
 .../tests/outline/tableOfContents09-input.html  |    37 -
 .../outline/tableOfContents10-expected.html     |    10 -
 .../tests/outline/tableOfContents10-input.html  |    21 -
 .../outline/tableOfContents11-expected.html     |    12 -
 .../tests/outline/tableOfContents11-input.html  |    33 -
 .../tests/outline/tocInHeading01-expected.html  |    12 -
 .../tests/outline/tocInHeading01-input.html     |    22 -
 .../tests/outline/tocInsert01-expected.html     |    53 -
 .../Editor/tests/outline/tocInsert01-input.html |    49 -
 .../tests/outline/tocInsert02-expected.html     |    55 -
 .../Editor/tests/outline/tocInsert02-input.html |    49 -
 .../tests/outline/tocInsert03-expected.html     |    53 -
 .../Editor/tests/outline/tocInsert03-input.html |    48 -
 ...ValidCursorPosition-afterbr01a-expected.html |    10 -
 .../isValidCursorPosition-afterbr01a-input.html |    15 -
 ...ValidCursorPosition-afterbr01b-expected.html |    10 -
 .../isValidCursorPosition-afterbr01b-input.html |    15 -
 ...ValidCursorPosition-afterbr01c-expected.html |    11 -
 .../isValidCursorPosition-afterbr01c-input.html |    15 -
 ...ValidCursorPosition-afterbr01d-expected.html |    11 -
 .../isValidCursorPosition-afterbr01d-input.html |    15 -
 ...ValidCursorPosition-afterbr01e-expected.html |    11 -
 .../isValidCursorPosition-afterbr01e-input.html |    15 -
 ...ValidCursorPosition-afterbr02a-expected.html |    16 -
 .../isValidCursorPosition-afterbr02a-input.html |    15 -
 ...ValidCursorPosition-afterbr02b-expected.html |    16 -
 .../isValidCursorPosition-afterbr02b-input.html |    15 -
 ...ValidCursorPosition-afterbr02c-expected.html |    16 -
 .../isValidCursorPosition-afterbr02c-input.html |    15 -
 ...ValidCursorPosition-afterbr03a-expected.html |    16 -
 .../isValidCursorPosition-afterbr03a-input.html |    15 -
 ...ValidCursorPosition-afterbr03b-expected.html |    16 -
 .../isValidCursorPosition-afterbr03b-input.html |    15 -
 ...ValidCursorPosition-afterbr03c-expected.html |    16 -
 .../isValidCursorPosition-afterbr03c-input.html |    15 -
 ...ValidCursorPosition-afterbr04a-expected.html |    17 -
 .../isValidCursorPosition-afterbr04a-input.html |    15 -
 ...ValidCursorPosition-afterbr04b-expected.html |    17 -
 .../isValidCursorPosition-afterbr04b-input.html |    15 -
 ...ValidCursorPosition-afterbr04c-expected.html |    17 -
 .../isValidCursorPosition-afterbr04c-input.html |    15 -
 .../isValidCursorPosition-body01a-expected.html |     7 -
 .../isValidCursorPosition-body01a-input.html    |    12 -
 .../isValidCursorPosition-body01b-expected.html |     7 -
 .../isValidCursorPosition-body01b-input.html    |    12 -
 .../isValidCursorPosition-body01c-expected.html |     7 -
 .../isValidCursorPosition-body01c-input.html    |    12 -
 .../isValidCursorPosition-body01d-expected.html |     7 -
 .../isValidCursorPosition-body01d-input.html    |    13 -
 .../isValidCursorPosition-body01e-expected.html |     7 -
 .../isValidCursorPosition-body01e-input.html    |    16 -
 .../isValidCursorPosition-body01f-expected.html |     7 -
 .../isValidCursorPosition-body01f-input.html    |    16 -
 .../isValidCursorPosition-body01g-expected.html |     7 -
 .../isValidCursorPosition-body01g-input.html    |    16 -
 ...ValidCursorPosition-caption01a-expected.html |    17 -
 .../isValidCursorPosition-caption01a-input.html |    23 -
 ...ValidCursorPosition-caption01b-expected.html |    17 -
 .../isValidCursorPosition-caption01b-input.html |    23 -
 ...ValidCursorPosition-caption01c-expected.html |    17 -
 .../isValidCursorPosition-caption01c-input.html |    23 -
 ...sValidCursorPosition-endnote01-expected.html |    11 -
 .../isValidCursorPosition-endnote01-input.html  |    15 -
 ...sValidCursorPosition-endnote02-expected.html |    11 -
 .../isValidCursorPosition-endnote02-input.html  |    15 -
 ...sValidCursorPosition-endnote03-expected.html |    11 -
 .../isValidCursorPosition-endnote03-input.html  |    15 -
 ...sValidCursorPosition-endnote04-expected.html |    11 -
 .../isValidCursorPosition-endnote04-input.html  |    15 -
 ...sValidCursorPosition-endnote05-expected.html |    13 -
 .../isValidCursorPosition-endnote05-input.html  |    15 -
 ...sValidCursorPosition-endnote06-expected.html |    11 -
 .../isValidCursorPosition-endnote06-input.html  |    15 -
 ...sValidCursorPosition-endnote07-expected.html |    11 -
 .../isValidCursorPosition-endnote07-input.html  |    15 -
 ...sValidCursorPosition-endnote08-expected.html |    11 -
 .../isValidCursorPosition-endnote08-input.html  |    15 -
 ...sValidCursorPosition-endnote09-expected.html |    11 -
 .../isValidCursorPosition-endnote09-input.html  |    15 -
 ...sValidCursorPosition-endnote10-expected.html |    13 -
 .../isValidCursorPosition-endnote10-input.html  |    15 -
 ...sValidCursorPosition-figure01a-expected.html |    12 -
 .../isValidCursorPosition-figure01a-input.html  |    20 -
 ...sValidCursorPosition-figure01b-expected.html |    12 -
 .../isValidCursorPosition-figure01b-input.html  |    20 -
 ...sValidCursorPosition-figure01c-expected.html |    12 -
 .../isValidCursorPosition-figure01c-input.html  |    20 -
 ...ValidCursorPosition-footnote01-expected.html |    11 -
 .../isValidCursorPosition-footnote01-input.html |    15 -
 ...ValidCursorPosition-footnote02-expected.html |    11 -
 .../isValidCursorPosition-footnote02-input.html |    15 -
 ...ValidCursorPosition-footnote03-expected.html |    11 -
 .../isValidCursorPosition-footnote03-input.html |    15 -
 ...ValidCursorPosition-footnote04-expected.html |    11 -
 .../isValidCursorPosition-footnote04-input.html |    15 -
 ...ValidCursorPosition-footnote05-expected.html |    13 -
 .../isValidCursorPosition-footnote05-input.html |    15 -
 ...ValidCursorPosition-footnote06-expected.html |    11 -
 .../isValidCursorPosition-footnote06-input.html |    15 -
 ...ValidCursorPosition-footnote07-expected.html |    11 -
 .../isValidCursorPosition-footnote07-input.html |    15 -
 ...ValidCursorPosition-footnote08-expected.html |    11 -
 .../isValidCursorPosition-footnote08-input.html |    15 -
 ...ValidCursorPosition-footnote09-expected.html |    11 -
 .../isValidCursorPosition-footnote09-input.html |    15 -
 ...ValidCursorPosition-footnote10-expected.html |    13 -
 .../isValidCursorPosition-footnote10-input.html |    15 -
 ...ValidCursorPosition-footnote11-expected.html |    11 -
 .../isValidCursorPosition-footnote11-input.html |    15 -
 ...ValidCursorPosition-footnote12-expected.html |    11 -
 .../isValidCursorPosition-footnote12-input.html |    15 -
 ...ValidCursorPosition-footnote13-expected.html |    11 -
 .../isValidCursorPosition-footnote13-input.html |    15 -
 ...ValidCursorPosition-footnote14-expected.html |    11 -
 .../isValidCursorPosition-footnote14-input.html |    15 -
 ...ValidCursorPosition-heading01a-expected.html |     7 -
 .../isValidCursorPosition-heading01a-input.html |    17 -
 ...ValidCursorPosition-heading01b-expected.html |     7 -
 .../isValidCursorPosition-heading01b-input.html |    17 -
 ...ValidCursorPosition-heading01c-expected.html |     7 -
 .../isValidCursorPosition-heading01c-input.html |    17 -
 ...isValidCursorPosition-image01a-expected.html |    13 -
 .../isValidCursorPosition-image01a-input.html   |    15 -
 ...isValidCursorPosition-image01b-expected.html |    13 -
 .../isValidCursorPosition-image01b-input.html   |    15 -
 ...isValidCursorPosition-image01c-expected.html |    13 -
 .../isValidCursorPosition-image01c-input.html   |    15 -
 ...isValidCursorPosition-image02a-expected.html |    15 -
 .../isValidCursorPosition-image02a-input.html   |    15 -
 ...isValidCursorPosition-image02b-expected.html |    16 -
 .../isValidCursorPosition-image02b-input.html   |    15 -
 ...isValidCursorPosition-image02c-expected.html |    16 -
 .../isValidCursorPosition-image02c-input.html   |    15 -
 ...isValidCursorPosition-image03a-expected.html |    19 -
 .../isValidCursorPosition-image03a-input.html   |    15 -
 ...isValidCursorPosition-image03b-expected.html |    21 -
 .../isValidCursorPosition-image03b-input.html   |    15 -
 ...isValidCursorPosition-image03c-expected.html |    21 -
 .../isValidCursorPosition-image03c-input.html   |    15 -
 ...isValidCursorPosition-image04a-expected.html |    15 -
 .../isValidCursorPosition-image04a-input.html   |    15 -
 ...isValidCursorPosition-image04b-expected.html |    15 -
 .../isValidCursorPosition-image04b-input.html   |    15 -
 ...isValidCursorPosition-image04c-expected.html |    15 -
 .../isValidCursorPosition-image04c-input.html   |    15 -
 ...sValidCursorPosition-inline01a-expected.html |    11 -
 .../isValidCursorPosition-inline01a-input.html  |    15 -
 ...sValidCursorPosition-inline01b-expected.html |    11 -
 .../isValidCursorPosition-inline01b-input.html  |    15 -
 ...sValidCursorPosition-inline01c-expected.html |    11 -
 .../isValidCursorPosition-inline01c-input.html  |    15 -
 ...sValidCursorPosition-inline01d-expected.html |    11 -
 .../isValidCursorPosition-inline01d-input.html  |    15 -
 ...sValidCursorPosition-inline01e-expected.html |    11 -
 .../isValidCursorPosition-inline01e-input.html  |    15 -
 ...sValidCursorPosition-inline01f-expected.html |    11 -
 .../isValidCursorPosition-inline01f-input.html  |    15 -
 ...sValidCursorPosition-inline01g-expected.html |    11 -
 .../isValidCursorPosition-inline01g-input.html  |    15 -
 ...sValidCursorPosition-inline02a-expected.html |    11 -
 .../isValidCursorPosition-inline02a-input.html  |    15 -
 ...sValidCursorPosition-inline02b-expected.html |    11 -
 .../isValidCursorPosition-inline02b-input.html  |    15 -
 ...sValidCursorPosition-inline02c-expected.html |    11 -
 .../isValidCursorPosition-inline02c-input.html  |    15 -
 ...sValidCursorPosition-inline02d-expected.html |    11 -
 .../isValidCursorPosition-inline02d-input.html  |    15 -
 ...sValidCursorPosition-inline02e-expected.html |    11 -
 .../isValidCursorPosition-inline02e-input.html  |    15 -
 ...sValidCursorPosition-inline02f-expected.html |    11 -
 .../isValidCursorPosition-inline02f-input.html  |    15 -
 ...sValidCursorPosition-inline02g-expected.html |    11 -
 .../isValidCursorPosition-inline02g-input.html  |    15 -
 ...sValidCursorPosition-inline03a-expected.html |    14 -
 .../isValidCursorPosition-inline03a-input.html  |    15 -
 ...sValidCursorPosition-inline03b-expected.html |    14 -
 .../isValidCursorPosition-inline03b-input.html  |    15 -
 ...sValidCursorPosition-inline03c-expected.html |    14 -
 .../isValidCursorPosition-inline03c-input.html  |    15 -
 ...sValidCursorPosition-inline05a-expected.html |     7 -
 .../isValidCursorPosition-inline05a-input.html  |    15 -
 ...sValidCursorPosition-inline05b-expected.html |     7 -
 .../isValidCursorPosition-inline05b-input.html  |    15 -
 ...sValidCursorPosition-inline05c-expected.html |     7 -
 .../isValidCursorPosition-inline05c-input.html  |    15 -
 ...sValidCursorPosition-inline05d-expected.html |     7 -
 .../isValidCursorPosition-inline05d-input.html  |    15 -
 ...sValidCursorPosition-inline05e-expected.html |     7 -
 .../isValidCursorPosition-inline05e-input.html  |    15 -
 ...sValidCursorPosition-inline05f-expected.html |     7 -
 .../isValidCursorPosition-inline05f-input.html  |    15 -
 ...sValidCursorPosition-inline05g-expected.html |     7 -
 .../isValidCursorPosition-inline05g-input.html  |    15 -
 ...sValidCursorPosition-inline06a-expected.html |     7 -
 .../isValidCursorPosition-inline06a-input.html  |    15 -
 ...sValidCursorPosition-inline06b-expected.html |     7 -
 .../isValidCursorPosition-inline06b-input.html  |    15 -
 ...sValidCursorPosition-inline06c-expected.html |     7 -
 .../isValidCursorPosition-inline06c-input.html  |    15 -
 ...sValidCursorPosition-inline06d-expected.html |     7 -
 .../isValidCursorPosition-inline06d-input.html  |    15 -
 ...sValidCursorPosition-inline06e-expected.html |     7 -
 .../isValidCursorPosition-inline06e-input.html  |    15 -
 ...sValidCursorPosition-inline06f-expected.html |     7 -
 .../isValidCursorPosition-inline06f-input.html  |    15 -
 ...sValidCursorPosition-inline06g-expected.html |     7 -
 .../isValidCursorPosition-inline06g-input.html  |    15 -
 ...sValidCursorPosition-inline06h-expected.html |     7 -
 .../isValidCursorPosition-inline06h-input.html  |    15 -
 ...sValidCursorPosition-inline06i-expected.html |     7 -
 .../isValidCursorPosition-inline06i-input.html  |    15 -
 ...sValidCursorPosition-inline06j-expected.html |     7 -
 .../isValidCursorPosition-inline06j-input.html  |    15 -
 ...sValidCursorPosition-inline06k-expected.html |     7 -
 .../isValidCursorPosition-inline06k-input.html  |    15 -
 ...sValidCursorPosition-inline07a-expected.html |     7 -
 .../isValidCursorPosition-inline07a-input.html  |    15 -
 ...sValidCursorPosition-inline07b-expected.html |     7 -
 .../isValidCursorPosition-inline07b-input.html  |    15 -
 ...sValidCursorPosition-inline07c-expected.html |     7 -
 .../isValidCursorPosition-inline07c-input.html  |    15 -
 ...sValidCursorPosition-inline07d-expected.html |     7 -
 .../isValidCursorPosition-inline07d-input.html  |    15 -
 ...sValidCursorPosition-inline07e-expected.html |     7 -
 .../isValidCursorPosition-inline07e-input.html  |    15 -
 ...sValidCursorPosition-inline07f-expected.html |     7 -
 .../isValidCursorPosition-inline07f-input.html  |    15 -
 ...sValidCursorPosition-inline07g-expected.html |     7 -
 .../isValidCursorPosition-inline07g-input.html  |    15 -
 ...sValidCursorPosition-inline08a-expected.html |     7 -
 .../isValidCursorPosition-inline08a-input.html  |    15 -
 ...sValidCursorPosition-inline08b-expected.html |     7 -
 .../isValidCursorPosition-inline08b-input.html  |    15 -
 ...sValidCursorPosition-inline08c-expected.html |     7 -
 .../isValidCursorPosition-inline08c-input.html  |    15 -
 ...sValidCursorPosition-inline08d-expected.html |     7 -
 .../isValidCursorPosition-inline08d-input.html  |    15 -
 ...sValidCursorPosition-inline08e-expected.html |     7 -
 .../isValidCursorPosition-inline08e-input.html  |    15 -
 ...sValidCursorPosition-inline08f-expected.html |     7 -
 .../isValidCursorPosition-inline08f-input.html  |    15 -
 ...sValidCursorPosition-inline08g-expected.html |     7 -
 .../isValidCursorPosition-inline08g-input.html  |    15 -
 ...sValidCursorPosition-inline08h-expected.html |     7 -
 .../isValidCursorPosition-inline08h-input.html  |    15 -
 ...sValidCursorPosition-inline08i-expected.html |     7 -
 .../isValidCursorPosition-inline08i-input.html  |    15 -
 ...sValidCursorPosition-inline08j-expected.html |     7 -
 .../isValidCursorPosition-inline08j-input.html  |    15 -
 ...sValidCursorPosition-inline08k-expected.html |     7 -
 .../isValidCursorPosition-inline08k-input.html  |    15 -
 .../isValidCursorPosition-link01a-expected.html |    13 -
 .../isValidCursorPosition-link01a-input.html    |    15 -
 .../isValidCursorPosition-link01b-expected.html |    13 -
 .../isValidCursorPosition-link01b-input.html    |    15 -
 .../isValidCursorPosition-link01c-expected.html |    13 -
 .../isValidCursorPosition-link01c-input.html    |    15 -
 .../isValidCursorPosition-list01a-expected.html |    11 -
 .../isValidCursorPosition-list01a-input.html    |    19 -
 .../isValidCursorPosition-list01b-expected.html |    11 -
 .../isValidCursorPosition-list01b-input.html    |    19 -
 .../isValidCursorPosition-list01c-expected.html |    11 -
 .../isValidCursorPosition-list01c-input.html    |    19 -
 .../isValidCursorPosition-list02a-expected.html |    11 -
 .../isValidCursorPosition-list02a-input.html    |    19 -
 .../isValidCursorPosition-list02b-expected.html |    11 -
 .../isValidCursorPosition-list02b-input.html    |    19 -
 .../isValidCursorPosition-list02c-expected.html |    11 -
 .../isValidCursorPosition-list02c-input.html    |    19 -
 .../isValidCursorPosition-list03a-expected.html |    11 -
 .../isValidCursorPosition-list03a-input.html    |    19 -
 .../isValidCursorPosition-list03b-expected.html |    11 -
 .../isValidCursorPosition-list03b-input.html    |    19 -
 .../isValidCursorPosition-list03c-expected.html |    11 -
 .../isValidCursorPosition-list03c-input.html    |    19 -
 .../isValidCursorPosition-list04a-expected.html |    23 -
 .../isValidCursorPosition-list04a-input.html    |    19 -
 .../isValidCursorPosition-list04b-expected.html |    23 -
 .../isValidCursorPosition-list04b-input.html    |    19 -
 .../isValidCursorPosition-list04c-expected.html |    23 -
 .../isValidCursorPosition-list04c-input.html    |    19 -
 .../isValidCursorPosition-list05a-expected.html |     9 -
 .../isValidCursorPosition-list05a-input.html    |    19 -
 .../isValidCursorPosition-list05b-expected.html |     9 -
 .../isValidCursorPosition-list05b-input.html    |    18 -
 .../isValidCursorPosition-list05c-expected.html |    10 -
 .../isValidCursorPosition-list05c-input.html    |    19 -
 .../isValidCursorPosition-list05d-expected.html |    10 -
 .../isValidCursorPosition-list05d-input.html    |    19 -
 .../isValidCursorPosition-list05e-expected.html |    11 -
 .../isValidCursorPosition-list05e-input.html    |    20 -
 ...lidCursorPosition-paragraph01a-expected.html |     7 -
 ...sValidCursorPosition-paragraph01a-input.html |    15 -
 ...lidCursorPosition-paragraph01b-expected.html |     7 -
 ...sValidCursorPosition-paragraph01b-input.html |    15 -
 ...lidCursorPosition-paragraph01c-expected.html |     7 -
 ...sValidCursorPosition-paragraph01c-input.html |    15 -
 ...lidCursorPosition-paragraph01d-expected.html |     7 -
 ...sValidCursorPosition-paragraph01d-input.html |    15 -
 ...lidCursorPosition-paragraph01e-expected.html |     7 -
 ...sValidCursorPosition-paragraph01e-input.html |    15 -
 ...lidCursorPosition-paragraph02a-expected.html |     8 -
 ...sValidCursorPosition-paragraph02a-input.html |    16 -
 ...lidCursorPosition-paragraph02b-expected.html |     8 -
 ...sValidCursorPosition-paragraph02b-input.html |    25 -
 ...lidCursorPosition-paragraph02c-expected.html |    11 -
 ...sValidCursorPosition-paragraph02c-input.html |    25 -
 ...lidCursorPosition-paragraph02d-expected.html |    11 -
 ...sValidCursorPosition-paragraph02d-input.html |    25 -
 ...lidCursorPosition-paragraph03a-expected.html |     7 -
 ...sValidCursorPosition-paragraph03a-input.html |    15 -
 ...lidCursorPosition-paragraph03b-expected.html |     7 -
 ...sValidCursorPosition-paragraph03b-input.html |    15 -
 ...lidCursorPosition-paragraph03c-expected.html |     7 -
 ...sValidCursorPosition-paragraph03c-input.html |    15 -
 ...lidCursorPosition-paragraph03d-expected.html |     7 -
 ...sValidCursorPosition-paragraph03d-input.html |    16 -
 ...lidCursorPosition-paragraph04a-expected.html |     7 -
 ...sValidCursorPosition-paragraph04a-input.html |    15 -
 ...lidCursorPosition-paragraph04b-expected.html |     7 -
 ...sValidCursorPosition-paragraph04b-input.html |    15 -
 ...lidCursorPosition-paragraph04c-expected.html |     7 -
 ...sValidCursorPosition-paragraph04c-input.html |    15 -
 ...lidCursorPosition-paragraph05a-expected.html |    10 -
 ...sValidCursorPosition-paragraph05a-input.html |    15 -
 ...lidCursorPosition-paragraph05b-expected.html |    10 -
 ...sValidCursorPosition-paragraph05b-input.html |    15 -
 ...lidCursorPosition-paragraph05c-expected.html |    10 -
 ...sValidCursorPosition-paragraph05c-input.html |    15 -
 ...lidCursorPosition-paragraph06a-expected.html |    10 -
 ...sValidCursorPosition-paragraph06a-input.html |    15 -
 ...lidCursorPosition-paragraph06b-expected.html |    10 -
 ...sValidCursorPosition-paragraph06b-input.html |    15 -
 ...lidCursorPosition-paragraph06c-expected.html |    10 -
 ...sValidCursorPosition-paragraph06c-input.html |    15 -
 ...lidCursorPosition-paragraph07a-expected.html |     9 -
 ...sValidCursorPosition-paragraph07a-input.html |    12 -
 ...lidCursorPosition-paragraph07b-expected.html |     9 -
 ...sValidCursorPosition-paragraph07b-input.html |    12 -
 ...lidCursorPosition-paragraph07c-expected.html |     9 -
 ...sValidCursorPosition-paragraph07c-input.html |    12 -
 ...lidCursorPosition-paragraph08a-expected.html |     7 -
 ...sValidCursorPosition-paragraph08a-input.html |    12 -
 ...lidCursorPosition-paragraph08b-expected.html |     7 -
 ...sValidCursorPosition-paragraph08b-input.html |    12 -
 ...lidCursorPosition-paragraph08c-expected.html |     7 -
 ...sValidCursorPosition-paragraph08c-input.html |    12 -
 ...lidCursorPosition-paragraph08d-expected.html |     7 -
 ...sValidCursorPosition-paragraph08d-input.html |    14 -
 ...lidCursorPosition-paragraph08e-expected.html |     7 -
 ...sValidCursorPosition-paragraph08e-input.html |    17 -
 ...lidCursorPosition-paragraph08f-expected.html |     7 -
 ...sValidCursorPosition-paragraph08f-input.html |    17 -
 ...lidCursorPosition-paragraph08g-expected.html |     7 -
 ...sValidCursorPosition-paragraph08g-input.html |    17 -
 ...isValidCursorPosition-table01a-expected.html |    16 -
 .../isValidCursorPosition-table01a-input.html   |    20 -
 ...isValidCursorPosition-table01b-expected.html |    25 -
 .../isValidCursorPosition-table01b-input.html   |    25 -
 ...isValidCursorPosition-table01c-expected.html |    26 -
 .../isValidCursorPosition-table01c-input.html   |    28 -
 ...isValidCursorPosition-table01d-expected.html |    27 -
 .../isValidCursorPosition-table01d-input.html   |    29 -
 ...isValidCursorPosition-table01e-expected.html |    29 -
 .../isValidCursorPosition-table01e-input.html   |    23 -
 ...isValidCursorPosition-table01f-expected.html |    29 -
 .../isValidCursorPosition-table01f-input.html   |    35 -
 ...isValidCursorPosition-table02a-expected.html |    16 -
 .../isValidCursorPosition-table02a-input.html   |    20 -
 ...isValidCursorPosition-table02b-expected.html |    16 -
 .../isValidCursorPosition-table02b-input.html   |    20 -
 ...isValidCursorPosition-table02c-expected.html |    16 -
 .../isValidCursorPosition-table02c-input.html   |    20 -
 ...isValidCursorPosition-table03a-expected.html |    16 -
 .../isValidCursorPosition-table03a-input.html   |    20 -
 ...isValidCursorPosition-table03b-expected.html |    16 -
 .../isValidCursorPosition-table03b-input.html   |    20 -
 ...isValidCursorPosition-table03c-expected.html |    16 -
 .../isValidCursorPosition-table03c-input.html   |    20 -
 .../isValidCursorPosition-toc01a-expected.html  |    18 -
 .../isValidCursorPosition-toc01a-input.html     |    24 -
 .../Editor/tests/position/validPositions.js     |   141 -
 .../range/cloneContents-list01-expected.html    |    10 -
 .../tests/range/cloneContents-list01-input.html |    24 -
 .../range/cloneContents-list02-expected.html    |    10 -
 .../tests/range/cloneContents-list02-input.html |    24 -
 .../range/cloneContents-list03-expected.html    |     9 -
 .../tests/range/cloneContents-list03-input.html |    24 -
 .../range/cloneContents-list04-expected.html    |     9 -
 .../tests/range/cloneContents-list04-input.html |    24 -
 .../range/cloneContents-list05-expected.html    |     8 -
 .../tests/range/cloneContents-list05-input.html |    24 -
 .../range/cloneContents-list06-expected.html    |     9 -
 .../tests/range/cloneContents-list06-input.html |    24 -
 .../range/cloneContents-list07-expected.html    |     9 -
 .../tests/range/cloneContents-list07-input.html |    24 -
 .../range/cloneContents-list08-expected.html    |     4 -
 .../tests/range/cloneContents-list08-input.html |    24 -
 .../range/cloneContents-list09-expected.html    |     4 -
 .../tests/range/cloneContents-list09-input.html |    24 -
 .../range/cloneContents-list10-expected.html    |    15 -
 .../tests/range/cloneContents-list10-input.html |    30 -
 .../range/cloneContents-list11-expected.html    |    16 -
 .../tests/range/cloneContents-list11-input.html |    30 -
 .../tests/range/cloneContents01-expected.html   |     6 -
 .../tests/range/cloneContents01-input.html      |    20 -
 .../tests/range/cloneContents02-expected.html   |     6 -
 .../tests/range/cloneContents02-input.html      |    20 -
 .../tests/range/cloneContents03-expected.html   |     6 -
 .../tests/range/cloneContents03-input.html      |    20 -
 .../tests/range/cloneContents04-expected.html   |     6 -
 .../tests/range/cloneContents04-input.html      |    20 -
 .../tests/range/cloneContents05-expected.html   |     6 -
 .../tests/range/cloneContents05-input.html      |    20 -
 .../tests/range/cloneContents06-expected.html   |     6 -
 .../tests/range/cloneContents06-input.html      |    20 -
 .../tests/range/cloneContents07-expected.html   |     6 -
 .../tests/range/cloneContents07-input.html      |    20 -
 .../tests/range/cloneContents08-expected.html   |     6 -
 .../tests/range/cloneContents08-input.html      |    20 -
 .../tests/range/cloneContents09-expected.html   |     6 -
 .../tests/range/cloneContents09-input.html      |    20 -
 .../tests/range/cloneContents10-expected.html   |     6 -
 .../tests/range/cloneContents10-input.html      |    20 -
 .../tests/range/cloneContents11-expected.html   |     6 -
 .../tests/range/cloneContents11-input.html      |    20 -
 .../tests/range/cloneContents12-expected.html   |     6 -
 .../tests/range/cloneContents12-input.html      |    20 -
 .../tests/range/cloneContents13-expected.html   |     6 -
 .../tests/range/cloneContents13-input.html      |    20 -
 .../tests/range/cloneContents14-expected.html   |     6 -
 .../tests/range/cloneContents14-input.html      |    20 -
 .../tests/range/cloneContents15-expected.html   |     7 -
 .../tests/range/cloneContents15-input.html      |    20 -
 .../tests/range/cloneContents16-expected.html   |     7 -
 .../tests/range/cloneContents16-input.html      |    20 -
 .../tests/range/cloneContents17-expected.html   |     8 -
 .../tests/range/cloneContents17-input.html      |    20 -
 .../tests/range/cloneContents18-expected.html   |     9 -
 .../tests/range/cloneContents18-input.html      |    20 -
 .../tests/range/cloneContents19-expected.html   |     9 -
 .../tests/range/cloneContents19-input.html      |    20 -
 .../tests/range/cloneContents20-expected.html   |     7 -
 .../tests/range/cloneContents20-input.html      |    21 -
 .../Editor/tests/range/getText01-expected.html  |     1 -
 .../Editor/tests/range/getText01-input.html     |    16 -
 .../Editor/tests/range/getText02-expected.html  |     1 -
 .../Editor/tests/range/getText02-input.html     |    16 -
 .../Editor/tests/range/getText03-expected.html  |     1 -
 .../Editor/tests/range/getText03-input.html     |    16 -
 .../Editor/tests/range/getText04-expected.html  |     1 -
 .../Editor/tests/range/getText04-input.html     |    17 -
 .../Editor/tests/range/getText05-expected.html  |     1 -
 .../Editor/tests/range/getText05-input.html     |    17 -
 .../Editor/tests/range/getText06-expected.html  |     1 -
 .../Editor/tests/range/getText06-input.html     |    17 -
 .../Editor/tests/range/getText07-expected.html  |     1 -
 .../Editor/tests/range/getText07-input.html     |    17 -
 .../Editor/tests/range/getText08-expected.html  |     1 -
 .../Editor/tests/range/getText08-input.html     |    17 -
 .../Editor/tests/range/getText09-expected.html  |     1 -
 .../Editor/tests/range/getText09-input.html     |    18 -
 .../Editor/tests/range/getText10-expected.html  |     1 -
 .../Editor/tests/range/getText10-input.html     |    18 -
 .../Editor/tests/range/getText11-expected.html  |     1 -
 .../Editor/tests/range/getText11-input.html     |    17 -
 .../Editor/tests/range/getText12-expected.html  |     1 -
 .../Editor/tests/range/getText12-input.html     |    17 -
 .../Editor/tests/range/getText13-expected.html  |     1 -
 .../Editor/tests/range/getText13-input.html     |    17 -
 .../Editor/tests/range/getText14-expected.html  |     1 -
 .../Editor/tests/range/getText14-input.html     |    18 -
 .../Editor/tests/range/getText15-expected.html  |     1 -
 .../Editor/tests/range/getText15-input.html     |    18 -
 .../Editor/tests/range/getText16-expected.html  |     1 -
 .../Editor/tests/range/getText16-input.html     |    18 -
 .../Editor/tests/range/getText17-expected.html  |     1 -
 .../Editor/tests/range/getText17-input.html     |    18 -
 .../Editor/tests/range/getText18-expected.html  |     1 -
 .../Editor/tests/range/getText18-input.html     |    18 -
 .../Editor/tests/range/getText19-expected.html  |     1 -
 .../Editor/tests/range/getText19-input.html     |    18 -
 .../Editor/tests/range/getText20-expected.html  |     1 -
 .../Editor/tests/range/getText20-input.html     |    25 -
 .../Editor/tests/range/getText21-expected.html  |     6 -
 .../Editor/tests/range/getText21-input.html     |    21 -
 .../tests/range/rangeHasContent01-expected.html |     1 -
 .../tests/range/rangeHasContent01-input.html    |    15 -
 .../tests/range/rangeHasContent02-expected.html |     1 -
 .../tests/range/rangeHasContent02-input.html    |    15 -
 .../tests/range/rangeHasContent03-expected.html |     1 -
 .../tests/range/rangeHasContent03-input.html    |    15 -
 .../tests/range/rangeHasContent04-expected.html |     1 -
 .../tests/range/rangeHasContent04-input.html    |    15 -
 .../tests/range/rangeHasContent05-expected.html |     1 -
 .../tests/range/rangeHasContent05-input.html    |    15 -
 .../tests/range/rangeHasContent06-expected.html |     1 -
 .../tests/range/rangeHasContent06-input.html    |    15 -
 .../tests/range/rangeHasContent07-expected.html |     1 -
 .../tests/range/rangeHasContent07-input.html    |    15 -
 experiments/Editor/tests/scan/ScanTests.js      |    34 -
 .../Editor/tests/scan/next01-expected.html      |     4 -
 experiments/Editor/tests/scan/next01-input.html |    18 -
 .../Editor/tests/scan/next02-expected.html      |     4 -
 experiments/Editor/tests/scan/next02-input.html |    23 -
 .../Editor/tests/scan/next03-expected.html      |     7 -
 experiments/Editor/tests/scan/next03-input.html |    32 -
 .../Editor/tests/scan/next04-expected.html      |     5 -
 experiments/Editor/tests/scan/next04-input.html |    25 -
 .../Editor/tests/scan/next05-expected.html      |     7 -
 experiments/Editor/tests/scan/next05-input.html |    35 -
 .../Editor/tests/scan/next06-expected.html      |     3 -
 experiments/Editor/tests/scan/next06-input.html |    24 -
 .../Editor/tests/scan/next07-expected.html      |     4 -
 experiments/Editor/tests/scan/next07-input.html |    18 -
 .../tests/scan/replaceMatch01-expected.html     |    10 -
 .../Editor/tests/scan/replaceMatch01-input.html |    31 -
 .../tests/scan/replaceMatch02-expected.html     |    10 -
 .../Editor/tests/scan/replaceMatch02-input.html |    42 -
 .../tests/scan/replaceMatch03-expected.html     |    20 -
 .../Editor/tests/scan/replaceMatch03-input.html |    31 -
 .../tests/scan/replaceMatch04-expected.html     |    16 -
 .../Editor/tests/scan/replaceMatch04-input.html |    31 -
 .../tests/scan/replaceMatch05-expected.html     |    13 -
 .../Editor/tests/scan/replaceMatch05-input.html |    31 -
 .../Editor/tests/scan/showMatch01-expected.html |    20 -
 .../Editor/tests/scan/showMatch01-input.html    |    27 -
 .../Editor/tests/scan/showMatch02-expected.html |    22 -
 .../Editor/tests/scan/showMatch02-input.html    |    35 -
 .../Editor/tests/scan/showMatch03-expected.html |    20 -
 .../Editor/tests/scan/showMatch03-input.html    |    27 -
 .../Editor/tests/scan/showMatch04-expected.html |    22 -
 .../Editor/tests/scan/showMatch04-input.html    |    27 -
 .../Editor/tests/scan/showMatch05-expected.html |    24 -
 .../Editor/tests/scan/showMatch05-input.html    |    27 -
 .../Editor/tests/selection/PositionTests.js     |   147 -
 .../selection/boundaries-table01-expected.html  |    20 -
 .../selection/boundaries-table01-input.html     |    25 -
 .../selection/boundaries-table02-expected.html  |    20 -
 .../selection/boundaries-table02-input.html     |    25 -
 .../selection/boundaries-table03-expected.html  |    19 -
 .../selection/boundaries-table03-input.html     |    25 -
 .../selection/boundaries-table04-expected.html  |    19 -
 .../selection/boundaries-table04-input.html     |    25 -
 .../selection/boundaries-table05-expected.html  |    41 -
 .../selection/boundaries-table05-input.html     |    54 -
 .../selection/boundaries-table06-expected.html  |    43 -
 .../selection/boundaries-table06-input.html     |    57 -
 .../selection/boundaries-table07-expected.html  |    28 -
 .../selection/boundaries-table07-input.html     |    41 -
 .../selection/boundaries-table08-expected.html  |    28 -
 .../selection/boundaries-table08-input.html     |    41 -
 .../selection/boundaries-table09-expected.html  |    21 -
 .../selection/boundaries-table09-input.html     |    30 -
 .../selection/boundaries-table10-expected.html  |    21 -
 .../selection/boundaries-table10-input.html     |    30 -
 .../tests/selection/delete01-expected.html      |     7 -
 .../Editor/tests/selection/delete01-input.html  |    16 -
 .../tests/selection/delete02-expected.html      |     7 -
 .../Editor/tests/selection/delete02-input.html  |    16 -
 .../tests/selection/delete03-expected.html      |     6 -
 .../Editor/tests/selection/delete03-input.html  |    16 -
 .../tests/selection/delete04-expected.html      |     6 -
 .../Editor/tests/selection/delete04-input.html  |    16 -
 .../tests/selection/delete05-expected.html      |     6 -
 .../Editor/tests/selection/delete05-input.html  |    16 -
 .../deleteContents-list01-expected.html         |    25 -
 .../selection/deleteContents-list01-input.html  |    34 -
 .../deleteContents-list02-expected.html         |    24 -
 .../selection/deleteContents-list02-input.html  |    34 -
 .../deleteContents-list03-expected.html         |    23 -
 .../selection/deleteContents-list03-input.html  |    34 -
 .../deleteContents-list04-expected.html         |    22 -
 .../selection/deleteContents-list04-input.html  |    34 -
 .../deleteContents-list05-expected.html         |    24 -
 .../selection/deleteContents-list05-input.html  |    34 -
 .../deleteContents-list06-expected.html         |    24 -
 .../selection/deleteContents-list06-input.html  |    33 -
 .../deleteContents-list07-expected.html         |    24 -
 .../selection/deleteContents-list07-input.html  |    33 -
 .../deleteContents-list08-expected.html         |    24 -
 .../selection/deleteContents-list08-input.html  |    34 -
 .../deleteContents-list09-expected.html         |    22 -
 .../selection/deleteContents-list09-input.html  |    33 -
 .../deleteContents-list10-expected.html         |    20 -
 .../selection/deleteContents-list10-input.html  |    33 -
 .../deleteContents-list11-expected.html         |    25 -
 .../selection/deleteContents-list11-input.html  |    34 -
 .../deleteContents-list12-expected.html         |    11 -
 .../selection/deleteContents-list12-input.html  |    21 -
 .../deleteContents-list13-expected.html         |    11 -
 .../selection/deleteContents-list13-input.html  |    21 -
 .../deleteContents-list14-expected.html         |    10 -
 .../selection/deleteContents-list14-input.html  |    21 -
 .../deleteContents-list15-expected.html         |    11 -
 .../selection/deleteContents-list15-input.html  |    21 -
 .../deleteContents-list16-expected.html         |    11 -
 .../selection/deleteContents-list16-input.html  |    21 -
 .../deleteContents-list17-expected.html         |    10 -
 .../selection/deleteContents-list17-input.html  |    21 -
 .../deleteContents-list18-expected.html         |     9 -
 .../selection/deleteContents-list18-input.html  |    21 -
 .../deleteContents-list19-expected.html         |     9 -
 .../selection/deleteContents-list19-input.html  |    21 -
 ...eleteContents-paragraph-span01-expected.html |     9 -
 .../deleteContents-paragraph-span01-input.html  |    15 -
 ...eleteContents-paragraph-span02-expected.html |     6 -
 .../deleteContents-paragraph-span02-input.html  |    16 -
 ...eleteContents-paragraph-span03-expected.html |     6 -
 .../deleteContents-paragraph-span03-input.html  |    16 -
 ...eleteContents-paragraph-span04-expected.html |     7 -
 .../deleteContents-paragraph-span04-input.html  |    17 -
 ...eleteContents-paragraph-span05-expected.html |     9 -
 .../deleteContents-paragraph-span05-input.html  |    21 -
 ...eleteContents-paragraph-span06-expected.html |     9 -
 .../deleteContents-paragraph-span06-input.html  |    21 -
 ...eleteContents-paragraph-span07-expected.html |     9 -
 .../deleteContents-paragraph-span07-input.html  |    21 -
 .../deleteContents-paragraph01-expected.html    |     9 -
 .../deleteContents-paragraph01-input.html       |    15 -
 .../deleteContents-paragraph02-expected.html    |     6 -
 .../deleteContents-paragraph02-input.html       |    16 -
 .../deleteContents-paragraph03-expected.html    |     6 -
 .../deleteContents-paragraph03-input.html       |    16 -
 .../deleteContents-paragraph04-expected.html    |     7 -
 .../deleteContents-paragraph04-input.html       |    17 -
 .../deleteContents-paragraph05-expected.html    |     9 -
 .../deleteContents-paragraph05-input.html       |    21 -
 .../deleteContents-paragraph06-expected.html    |     9 -
 .../deleteContents-paragraph06-input.html       |    21 -
 .../deleteContents-paragraph07-expected.html    |     9 -
 .../deleteContents-paragraph07-input.html       |    21 -
 .../deleteContents-table01-expected.html        |    24 -
 .../selection/deleteContents-table01-input.html |    31 -
 .../deleteContents-table02-expected.html        |    24 -
 .../selection/deleteContents-table02-input.html |    31 -
 .../deleteContents-table03-expected.html        |    19 -
 .../selection/deleteContents-table03-input.html |    30 -
 .../deleteContents-table04-expected.html        |    14 -
 .../selection/deleteContents-table04-input.html |    30 -
 .../deleteContents-table05-expected.html        |    24 -
 .../selection/deleteContents-table05-input.html |    31 -
 .../deleteContents-table06-expected.html        |     6 -
 .../selection/deleteContents-table06-input.html |    31 -
 .../deleteContents-table07-expected.html        |     6 -
 .../selection/deleteContents-table07-input.html |    31 -
 .../deleteContents-table08-expected.html        |    19 -
 .../selection/deleteContents-table08-input.html |    33 -
 .../deleteContents-table09-expected.html        |    14 -
 .../selection/deleteContents-table09-input.html |    35 -
 .../deleteContents-table10-expected.html        |     6 -
 .../selection/deleteContents-table10-input.html |    37 -
 .../deleteContents-table11-expected.html        |     6 -
 .../selection/deleteContents-table11-input.html |    36 -
 .../deleteContents-table12-expected.html        |     7 -
 .../selection/deleteContents-table12-input.html |    38 -
 .../deleteContents-table13-expected.html        |     6 -
 .../selection/deleteContents-table13-input.html |    31 -
 .../deleteContents-table14-expected.html        |     7 -
 .../selection/deleteContents-table14-input.html |    34 -
 .../deleteContents-table15-expected.html        |     6 -
 .../selection/deleteContents-table15-input.html |    35 -
 .../selection/deleteContents01-expected.html    |     6 -
 .../tests/selection/deleteContents01-input.html |    15 -
 .../selection/deleteContents02-expected.html    |     6 -
 .../tests/selection/deleteContents02-input.html |    15 -
 .../selection/deleteContents03-expected.html    |     6 -
 .../tests/selection/deleteContents03-input.html |    15 -
 .../selection/deleteContents04-expected.html    |     9 -
 .../tests/selection/deleteContents04-input.html |    15 -
 .../selection/deleteContents05-expected.html    |     6 -
 .../tests/selection/deleteContents05-input.html |    15 -
 .../selection/deleteContents06-expected.html    |     7 -
 .../tests/selection/deleteContents06-input.html |    17 -
 .../selection/deleteContents07-expected.html    |     7 -
 .../tests/selection/deleteContents07-input.html |    17 -
 .../selection/deleteContents08-expected.html    |     7 -
 .../tests/selection/deleteContents08-input.html |    17 -
 .../selection/deleteContents09-expected.html    |     6 -
 .../tests/selection/deleteContents09-input.html |    18 -
 .../selection/deleteContents10-expected.html    |     6 -
 .../tests/selection/deleteContents10-input.html |    16 -
 .../selection/deleteContents11-expected.html    |     8 -
 .../tests/selection/deleteContents11-input.html |    18 -
 .../selection/deleteContents12-expected.html    |     8 -
 .../tests/selection/deleteContents12-input.html |    16 -
 .../selection/deleteContents13-expected.html    |     6 -
 .../tests/selection/deleteContents13-input.html |    16 -
 .../selection/deleteContents14-expected.html    |     8 -
 .../tests/selection/deleteContents14-input.html |    18 -
 .../selection/deleteContents15-expected.html    |     8 -
 .../tests/selection/deleteContents15-input.html |    16 -
 .../selection/deleteContents16-expected.html    |    11 -
 .../tests/selection/deleteContents16-input.html |    20 -
 .../selection/deleteContents17-expected.html    |     6 -
 .../tests/selection/deleteContents17-input.html |    16 -
 .../selection/deleteContents18-expected.html    |     6 -
 .../tests/selection/deleteContents18-input.html |    16 -
 .../selection/deleteContents18a-expected.html   |     6 -
 .../selection/deleteContents18a-input.html      |    16 -
 .../selection/deleteContents18b-expected.html   |     6 -
 .../selection/deleteContents18b-input.html      |    16 -
 .../selection/deleteContents19-expected.html    |     6 -
 .../tests/selection/deleteContents19-input.html |    16 -
 .../selection/deleteContents19a-expected.html   |     6 -
 .../selection/deleteContents19a-input.html      |    16 -
 .../selection/deleteContents19b-expected.html   |     6 -
 .../selection/deleteContents19b-input.html      |    16 -
 .../selection/deleteContents20-expected.html    |     8 -
 .../tests/selection/deleteContents20-input.html |    16 -
 .../selection/deleteContents20a-expected.html   |     8 -
 .../selection/deleteContents20a-input.html      |    16 -
 .../selection/deleteContents20b-expected.html   |     8 -
 .../selection/deleteContents20b-input.html      |    16 -
 .../selection/deleteContents21-expected.html    |    11 -
 .../tests/selection/deleteContents21-input.html |    15 -
 .../selection/deleteContents21a-expected.html   |    11 -
 .../selection/deleteContents21a-input.html      |    15 -
 .../selection/deleteContents21b-expected.html   |    11 -
 .../selection/deleteContents21b-input.html      |    15 -
 .../selection/deleteContents22-expected.html    |    15 -
 .../tests/selection/deleteContents22-input.html |    15 -
 .../selection/deleteContents22a-expected.html   |    15 -
 .../selection/deleteContents22a-input.html      |    15 -
 .../selection/deleteContents22b-expected.html   |    15 -
 .../selection/deleteContents22b-input.html      |    15 -
 .../selection/highlights-figure01-expected.html |    27 -
 .../selection/highlights-figure01-input.html    |    26 -
 .../selection/highlights-figure02-expected.html |    22 -
 .../selection/highlights-figure02-input.html    |    30 -
 .../selection/highlights-table01-expected.html  |    48 -
 .../selection/highlights-table01-input.html     |    45 -
 .../selection/highlights-table02-expected.html  |    43 -
 .../selection/highlights-table02-input.html     |    49 -
 .../selection/highlights-table03-expected.html  |    43 -
 .../selection/highlights-table03-input.html     |    49 -
 .../selection/highlights-toc01-expected.html    |    25 -
 .../tests/selection/highlights-toc01-input.html |    24 -
 .../selection/highlights-toc02-expected.html    |    20 -
 .../tests/selection/highlights-toc02-input.html |    28 -
 .../tests/selection/highlights01-expected.html  |     8 -
 .../tests/selection/highlights01-input.html     |    17 -
 .../tests/selection/highlights02-expected.html  |    14 -
 .../tests/selection/highlights02-input.html     |    16 -
 .../tests/selection/highlights03-expected.html  |     8 -
 .../tests/selection/highlights03-input.html     |    18 -
 .../tests/selection/highlights04-expected.html  |     8 -
 .../tests/selection/highlights04-input.html     |    27 -
 .../tests/selection/highlights05-expected.html  |     8 -
 .../tests/selection/highlights05-input.html     |    26 -
 .../selection/positions-inner01a-expected.html  |    27 -
 .../selection/positions-inner01a-input.html     |    17 -
 .../selection/positions-inner01b-expected.html  |    27 -
 .../selection/positions-inner01b-input.html     |    17 -
 .../selection/positions-inner02a-expected.html  |    27 -
 .../selection/positions-inner02a-input.html     |    17 -
 .../selection/positions-inner02b-expected.html  |    27 -
 .../selection/positions-inner02b-input.html     |    17 -
 .../selection/positions-inner03a-expected.html  |    27 -
 .../selection/positions-inner03a-input.html     |    17 -
 .../selection/positions-inner03b-expected.html  |    27 -
 .../selection/positions-inner03b-input.html     |    17 -
 .../selection/positions-inner04a-expected.html  |    27 -
 .../selection/positions-inner04a-input.html     |    17 -
 .../selection/positions-inner04b-expected.html  |    27 -
 .../selection/positions-inner04b-input.html     |    17 -
 .../selection/positions-inner05a-expected.html  |    27 -
 .../selection/positions-inner05a-input.html     |    17 -
 .../selection/positions-inner05b-expected.html  |    27 -
 .../selection/positions-inner05b-input.html     |    17 -
 .../selection/positions-inner06a-expected.html  |    27 -
 .../selection/positions-inner06a-input.html     |    17 -
 .../selection/positions-inner06b-expected.html  |    27 -
 .../selection/positions-inner06b-input.html     |    17 -
 .../selection/positions-outer01a-expected.html  |    27 -
 .../selection/positions-outer01a-input.html     |    17 -
 .../selection/positions-outer01b-expected.html  |    27 -
 .../selection/positions-outer01b-input.html     |    17 -
 .../selection/positions-outer02a-expected.html  |    27 -
 .../selection/positions-outer02a-input.html     |    17 -
 .../selection/positions-outer02b-expected.html  |    27 -
 .../selection/positions-outer02b-input.html     |    17 -
 .../selection/positions-outer03a-expected.html  |    27 -
 .../selection/positions-outer03a-input.html     |    17 -
 .../selection/positions-outer03b-expected.html  |    27 -
 .../selection/positions-outer03b-input.html     |    17 -
 .../selection/positions-outer04a-expected.html  |    27 -
 .../selection/positions-outer04a-input.html     |    17 -
 .../selection/positions-outer04b-expected.html  |    27 -
 .../selection/positions-outer04b-input.html     |    17 -
 .../selection/positions-outer05a-expected.html  |    27 -
 .../selection/positions-outer05a-input.html     |    17 -
 .../selection/positions-outer05b-expected.html  |    27 -
 .../selection/positions-outer05b-input.html     |    17 -
 .../selection/positions-outer06a-expected.html  |    27 -
 .../selection/positions-outer06a-input.html     |    17 -
 .../selection/positions-outer06b-expected.html  |    27 -
 .../selection/positions-outer06b-input.html     |    17 -
 .../selectAll-from-table01-expected.html        |    43 -
 .../selection/selectAll-from-table01-input.html |    49 -
 .../selectAll-from-table02-expected.html        |    45 -
 .../selection/selectAll-from-table02-input.html |    51 -
 .../selection/selectParagraph01-expected.html   |     8 -
 .../selection/selectParagraph01-input.html      |    17 -
 .../selection/selectParagraph02-expected.html   |     8 -
 .../selection/selectParagraph02-input.html      |    17 -
 .../selection/selectParagraph03-expected.html   |     8 -
 .../selection/selectParagraph03-input.html      |    17 -
 .../selection/selectParagraph04-expected.html   |     8 -
 .../selection/selectParagraph04-input.html      |    17 -
 .../selection/selectParagraph05-expected.html   |    15 -
 .../selection/selectParagraph05-input.html      |    24 -
 .../selection/selectParagraph06-expected.html   |     8 -
 .../selection/selectParagraph06-input.html      |    18 -
 .../selectWordAtCursor-figure01-expected.html   |    13 -
 .../selectWordAtCursor-figure01-input.html      |    24 -
 .../selectWordAtCursor-figure02-expected.html   |    13 -
 .../selectWordAtCursor-figure02-input.html      |    24 -
 .../selectWordAtCursor-table01-expected.html    |    21 -
 .../selectWordAtCursor-table01-input.html       |    30 -
 .../selectWordAtCursor-table02-expected.html    |    21 -
 .../selectWordAtCursor-table02-input.html       |    30 -
 .../selectWordAtCursor01-expected.html          |     6 -
 .../selection/selectWordAtCursor01-input.html   |    15 -
 .../selectWordAtCursor02-expected.html          |     6 -
 .../selection/selectWordAtCursor02-input.html   |    15 -
 .../selectWordAtCursor03-expected.html          |     6 -
 .../selection/selectWordAtCursor03-input.html   |    15 -
 .../selectWordAtCursor04-expected.html          |     6 -
 .../selection/selectWordAtCursor04-input.html   |    15 -
 .../selectWordAtCursor05-expected.html          |     6 -
 .../selection/selectWordAtCursor05-input.html   |    15 -
 .../selectWordAtCursor06-expected.html          |     6 -
 .../selection/selectWordAtCursor06-input.html   |    15 -
 .../selectWordAtCursor07-expected.html          |     6 -
 .../selection/selectWordAtCursor07-input.html   |    15 -
 .../selectWordAtCursor08-expected.html          |     6 -
 .../selection/selectWordAtCursor08-input.html   |    15 -
 .../selectWordAtCursor09-expected.html          |     6 -
 .../selection/selectWordAtCursor09-input.html   |    15 -
 .../selectWordAtCursor10-expected.html          |     6 -
 .../selection/selectWordAtCursor10-input.html   |    15 -
 .../selectWordAtCursor11-expected.html          |     6 -
 .../selection/selectWordAtCursor11-input.html   |    15 -
 .../selectWordAtCursor12-expected.html          |     6 -
 .../selection/selectWordAtCursor12-input.html   |    15 -
 .../selectWordAtCursor13-expected.html          |     6 -
 .../selection/selectWordAtCursor13-input.html   |    15 -
 .../selectWordAtCursor14-expected.html          |     6 -
 .../selection/selectWordAtCursor14-input.html   |    15 -
 .../selection/tableSelection01-expected.html    |    17 -
 .../tests/selection/tableSelection01-input.html |    31 -
 experiments/Editor/tests/server.js              |    76 -
 experiments/Editor/tests/tables/TableTests.js   |    56 -
 .../tables/addAdjacentColumn01-expected.html    |    46 -
 .../tests/tables/addAdjacentColumn01-input.html |    48 -
 .../tables/addAdjacentColumn02-expected.html    |    46 -
 .../tests/tables/addAdjacentColumn02-input.html |    48 -
 .../tables/addAdjacentColumn03-expected.html    |    46 -
 .../tests/tables/addAdjacentColumn03-input.html |    48 -
 .../tables/addAdjacentColumn04-expected.html    |    43 -
 .../tests/tables/addAdjacentColumn04-input.html |    45 -
 .../tables/addAdjacentColumn05-expected.html    |    41 -
 .../tests/tables/addAdjacentColumn05-input.html |    45 -
 .../tables/addAdjacentColumn06-expected.html    |    42 -
 .../tests/tables/addAdjacentColumn06-input.html |    45 -
 .../tables/addAdjacentColumn07-expected.html    |    43 -
 .../tests/tables/addAdjacentColumn07-input.html |    45 -
 .../tables/addAdjacentColumn08-expected.html    |    40 -
 .../tests/tables/addAdjacentColumn08-input.html |    42 -
 .../tables/addAdjacentColumn09-expected.html    |    37 -
 .../tests/tables/addAdjacentColumn09-input.html |    42 -
 .../tables/addAdjacentColumn10-expected.html    |    38 -
 .../tests/tables/addAdjacentColumn10-input.html |    42 -
 .../tables/addAdjacentColumn11-expected.html    |    39 -
 .../tests/tables/addAdjacentColumn11-input.html |    42 -
 .../tables/addAdjacentColumn12-expected.html    |    44 -
 .../tests/tables/addAdjacentColumn12-input.html |    47 -
 .../tables/addAdjacentColumn13-expected.html    |    45 -
 .../tests/tables/addAdjacentColumn13-input.html |    47 -
 .../tables/addAdjacentColumn14-expected.html    |    42 -
 .../tests/tables/addAdjacentColumn14-input.html |    45 -
 .../tables/addAdjacentColumn15-expected.html    |    41 -
 .../tests/tables/addAdjacentColumn15-input.html |    45 -
 .../tables/addAdjacentColumn16-expected.html    |    43 -
 .../tests/tables/addAdjacentColumn16-input.html |    45 -
 .../tables/addAdjacentColumn17-expected.html    |    46 -
 .../tests/tables/addAdjacentColumn17-input.html |    48 -
 .../tables/addAdjacentColumn18-expected.html    |    44 -
 .../tests/tables/addAdjacentColumn18-input.html |    47 -
 .../tables/addAdjacentColumn19-expected.html    |    47 -
 .../tests/tables/addAdjacentColumn19-input.html |    48 -
 .../tables/addAdjacentColumn20-expected.html    |    47 -
 .../tests/tables/addAdjacentColumn20-input.html |    48 -
 .../tests/tables/addAdjacentRow01-expected.html |    41 -
 .../tests/tables/addAdjacentRow01-input.html    |    44 -
 .../tests/tables/addAdjacentRow02-expected.html |    41 -
 .../tests/tables/addAdjacentRow02-input.html    |    44 -
 .../tests/tables/addAdjacentRow03-expected.html |    41 -
 .../tests/tables/addAdjacentRow03-input.html    |    44 -
 .../tests/tables/addAdjacentRow04-expected.html |    38 -
 .../tests/tables/addAdjacentRow04-input.html    |    41 -
 .../tests/tables/addAdjacentRow05-expected.html |    36 -
 .../tests/tables/addAdjacentRow05-input.html    |    41 -
 .../tests/tables/addAdjacentRow06-expected.html |    37 -
 .../tests/tables/addAdjacentRow06-input.html    |    41 -
 .../tests/tables/addAdjacentRow07-expected.html |    38 -
 .../tests/tables/addAdjacentRow07-input.html    |    41 -
 .../tests/tables/addAdjacentRow08-expected.html |    35 -
 .../tests/tables/addAdjacentRow08-input.html    |    38 -
 .../tests/tables/addAdjacentRow09-expected.html |    32 -
 .../tests/tables/addAdjacentRow09-input.html    |    38 -
 .../tests/tables/addAdjacentRow10-expected.html |    33 -
 .../tests/tables/addAdjacentRow10-input.html    |    38 -
 .../tests/tables/addAdjacentRow11-expected.html |    34 -
 .../tests/tables/addAdjacentRow11-input.html    |    38 -
 .../tests/tables/addAdjacentRow12-expected.html |    39 -
 .../tests/tables/addAdjacentRow12-input.html    |    43 -
 .../tests/tables/addAdjacentRow13-expected.html |    40 -
 .../tests/tables/addAdjacentRow13-input.html    |    43 -
 .../tests/tables/addAdjacentRow14-expected.html |    37 -
 .../tests/tables/addAdjacentRow14-input.html    |    41 -
 .../tests/tables/addAdjacentRow15-expected.html |    36 -
 .../tests/tables/addAdjacentRow15-input.html    |    41 -
 .../tests/tables/addAdjacentRow16-expected.html |    38 -
 .../tests/tables/addAdjacentRow16-input.html    |    41 -
 .../tests/tables/addAdjacentRow17-expected.html |    41 -
 .../tests/tables/addAdjacentRow17-input.html    |    44 -
 .../tests/tables/addAdjacentRow18-expected.html |    39 -
 .../tests/tables/addAdjacentRow18-input.html    |    43 -
 .../tests/tables/addAdjacentRow19-expected.html |    42 -
 .../tests/tables/addAdjacentRow19-input.html    |    44 -
 .../tests/tables/addAdjacentRow20-expected.html |    42 -
 .../tests/tables/addAdjacentRow20-input.html    |    44 -
 .../tests/tables/addColElement01-expected.html  |    46 -
 .../tests/tables/addColElement01-input.html     |    48 -
 .../tests/tables/addColElement02-expected.html  |    39 -
 .../tests/tables/addColElement02-input.html     |    44 -
 .../tests/tables/addColElement03-expected.html  |    46 -
 .../tests/tables/addColElement03-input.html     |    48 -
 .../tests/tables/addColElement04-expected.html  |    46 -
 .../tests/tables/addColElement04-input.html     |    47 -
 .../tests/tables/addColElement05-expected.html  |    56 -
 .../tests/tables/addColElement05-input.html     |    58 -
 .../tests/tables/addColElement06-expected.html  |    41 -
 .../tests/tables/addColElement06-input.html     |    43 -
 .../tests/tables/addColElement07-expected.html  |    46 -
 .../tests/tables/addColElement07-input.html     |    48 -
 .../tests/tables/addColElement08-expected.html  |    46 -
 .../tests/tables/addColElement08-input.html     |    46 -
 .../tests/tables/addColElement09-expected.html  |    41 -
 .../tests/tables/addColElement09-input.html     |    42 -
 .../tests/tables/addColElement10-expected.html  |    51 -
 .../tests/tables/addColElement10-input.html     |    53 -
 .../tests/tables/addColElement11-expected.html  |    46 -
 .../tests/tables/addColElement11-input.html     |    48 -
 .../tests/tables/addColElement12-expected.html  |    46 -
 .../tests/tables/addColElement12-input.html     |    48 -
 .../tests/tables/caption-moveLeft-expected.html |    27 -
 .../tests/tables/caption-moveLeft-input.html    |    34 -
 .../tables/caption-moveRight-expected.html      |    27 -
 .../tests/tables/caption-moveRight-input.html   |    34 -
 .../Editor/tests/tables/copy01-expected.html    |    26 -
 .../Editor/tests/tables/copy01-input.html       |    44 -
 .../Editor/tests/tables/copy02-expected.html    |     1 -
 .../Editor/tests/tables/copy02-input.html       |    44 -
 .../Editor/tests/tables/copy03-expected.html    |     1 -
 .../Editor/tests/tables/copy03-input.html       |    44 -
 .../Editor/tests/tables/copy04-expected.html    |     1 -
 .../Editor/tests/tables/copy04-input.html       |    44 -
 .../Editor/tests/tables/copy05-expected.html    |     1 -
 .../Editor/tests/tables/copy05-input.html       |    44 -
 .../Editor/tests/tables/copy06-expected.html    |     1 -
 .../Editor/tests/tables/copy06-input.html       |    44 -
 .../Editor/tests/tables/copy07-expected.html    |     1 -
 .../Editor/tests/tables/copy07-input.html       |    43 -
 .../Editor/tests/tables/copy08-expected.html    |     1 -
 .../Editor/tests/tables/copy08-input.html       |    43 -
 .../Editor/tests/tables/copy09-expected.html    |     1 -
 .../Editor/tests/tables/copy09-input.html       |    43 -
 .../Editor/tests/tables/copy10-expected.html    |     1 -
 .../Editor/tests/tables/copy10-input.html       |    43 -
 .../tables/deleteCellContents01-expected.html   |    53 -
 .../tables/deleteCellContents01-input.html      |    61 -
 .../tables/deleteCellContents02-expected.html   |    53 -
 .../tables/deleteCellContents02-input.html      |    61 -
 .../tables/deleteCellContents03-expected.html   |    53 -
 .../tables/deleteCellContents03-input.html      |    61 -
 .../tables/deleteCellContents04-expected.html   |    53 -
 .../tables/deleteCellContents04-input.html      |    61 -
 .../tables/deleteCellContents05-expected.html   |    53 -
 .../tables/deleteCellContents05-input.html      |    61 -
 .../tables/deleteCellContents06-expected.html   |    50 -
 .../tables/deleteCellContents06-input.html      |    58 -
 .../tables/deleteCellContents07-expected.html   |    50 -
 .../tables/deleteCellContents07-input.html      |    58 -
 .../tables/deleteCellContents08-expected.html   |    50 -
 .../tables/deleteCellContents08-input.html      |    58 -
 .../tables/deleteCellContents09-expected.html   |    50 -
 .../tables/deleteCellContents09-input.html      |    58 -
 .../tables/deleteColElements01-expected.html    |    41 -
 .../tests/tables/deleteColElements01-input.html |    56 -
 .../tables/deleteColElements02-expected.html    |    35 -
 .../tests/tables/deleteColElements02-input.html |    49 -
 .../tables/deleteColElements05-expected.html    |    51 -
 .../tests/tables/deleteColElements05-input.html |    66 -
 .../tables/deleteColElements06-expected.html    |    36 -
 .../tests/tables/deleteColElements06-input.html |    51 -
 .../tables/deleteColElements07-expected.html    |    41 -
 .../tests/tables/deleteColElements07-input.html |    56 -
 .../tables/deleteColElements10-expected.html    |    46 -
 .../tests/tables/deleteColElements10-input.html |    61 -
 .../tables/deleteColElements11-expected.html    |    41 -
 .../tests/tables/deleteColElements11-input.html |    56 -
 .../tables/deleteColElements12-expected.html    |    41 -
 .../tests/tables/deleteColElements12-input.html |    56 -
 .../tests/tables/deleteColumns01-expected.html  |    47 -
 .../tests/tables/deleteColumns01-input.html     |    60 -
 .../tests/tables/deleteColumns02-expected.html  |    47 -
 .../tests/tables/deleteColumns02-input.html     |    60 -
 .../tests/tables/deleteColumns03-expected.html  |    47 -
 .../tests/tables/deleteColumns03-input.html     |    60 -
 .../tests/tables/deleteColumns04-expected.html  |    35 -
 .../tests/tables/deleteColumns04-input.html     |    60 -
 .../tests/tables/deleteColumns05-expected.html  |    35 -
 .../tests/tables/deleteColumns05-input.html     |    60 -
 .../tests/tables/deleteColumns06-expected.html  |    35 -
 .../tests/tables/deleteColumns06-input.html     |    60 -
 .../tests/tables/deleteColumns07-expected.html  |    35 -
 .../tests/tables/deleteColumns07-input.html     |    58 -
 .../tests/tables/deleteRows01-expected.html     |    39 -
 .../Editor/tests/tables/deleteRows01-input.html |    55 -
 .../tests/tables/deleteRows02-expected.html     |    39 -
 .../Editor/tests/tables/deleteRows02-input.html |    55 -
 .../tests/tables/deleteRows03-expected.html     |    39 -
 .../Editor/tests/tables/deleteRows03-input.html |    55 -
 .../tests/tables/deleteRows04-expected.html     |    25 -
 .../Editor/tests/tables/deleteRows04-input.html |    55 -
 .../tests/tables/deleteRows05-expected.html     |    25 -
 .../Editor/tests/tables/deleteRows05-input.html |    55 -
 .../tests/tables/deleteRows06-expected.html     |    25 -
 .../Editor/tests/tables/deleteRows06-input.html |    55 -
 .../tests/tables/deleteRows07-expected.html     |    25 -
 .../Editor/tests/tables/deleteRows07-input.html |    53 -
 .../tests/tables/fixTable01-expected.html       |    23 -
 .../Editor/tests/tables/fixTable01-input.html   |    23 -
 .../tests/tables/fixTable02-expected.html       |    22 -
 .../Editor/tests/tables/fixTable02-input.html   |    23 -
 .../tests/tables/fixTable03-expected.html       |    25 -
 .../Editor/tests/tables/fixTable03-input.html   |    23 -
 .../tests/tables/fixTable04-expected.html       |    23 -
 .../Editor/tests/tables/fixTable04-input.html   |    23 -
 .../tests/tables/fixTable05-expected.html       |    22 -
 .../Editor/tests/tables/fixTable05-input.html   |    23 -
 .../tests/tables/fixTable06-expected.html       |    25 -
 .../Editor/tests/tables/fixTable06-input.html   |    23 -
 .../tests/tables/fixTable07-expected.html       |    29 -
 .../Editor/tests/tables/fixTable07-input.html   |    24 -
 .../tests/tables/fixTable08-expected.html       |    26 -
 .../Editor/tests/tables/fixTable08-input.html   |    24 -
 .../tests/tables/fixTable09-expected.html       |    26 -
 .../Editor/tests/tables/fixTable09-input.html   |    24 -
 .../tests/tables/fixTable10-expected.html       |    25 -
 .../Editor/tests/tables/fixTable10-input.html   |    23 -
 .../tests/tables/fixTable11-expected.html       |    20 -
 .../Editor/tests/tables/fixTable11-input.html   |    20 -
 .../tests/tables/fixTable12-expected.html       |    24 -
 .../Editor/tests/tables/fixTable12-input.html   |    22 -
 .../tests/tables/fixTable13-expected.html       |    26 -
 .../Editor/tests/tables/fixTable13-input.html   |    21 -
 .../tests/tables/fixTable14-expected.html       |    31 -
 .../Editor/tests/tables/fixTable14-input.html   |    23 -
 .../tests/tables/fixTable15-expected.html       |    31 -
 .../Editor/tests/tables/fixTable15-input.html   |    24 -
 .../tables/formattingInCell01-expected.html     |    26 -
 .../tests/tables/formattingInCell01-input.html  |    24 -
 .../tables/formattingInCell02-expected.html     |    26 -
 .../tests/tables/formattingInCell02-input.html  |    24 -
 .../tests/tables/getColWidths01-expected.html   |     1 -
 .../tests/tables/getColWidths01-input.html      |    28 -
 .../tests/tables/getColWidths02-expected.html   |     1 -
 .../tests/tables/getColWidths02-input.html      |    28 -
 .../tests/tables/getColWidths03-expected.html   |     1 -
 .../tests/tables/getColWidths03-input.html      |    26 -
 .../tests/tables/getColWidths04-expected.html   |     1 -
 .../tests/tables/getColWidths04-input.html      |    28 -
 .../tests/tables/getColWidths05-expected.html   |     1 -
 .../tests/tables/getColWidths05-input.html      |    27 -
 .../tests/tables/getColWidths06-expected.html   |     1 -
 .../tests/tables/getColWidths06-input.html      |    30 -
 .../tests/tables/getColWidths07-expected.html   |     1 -
 .../tests/tables/getColWidths07-input.html      |    32 -
 .../insertTable-hierarchy01-expected.html       |    26 -
 .../tables/insertTable-hierarchy01-input.html   |    27 -
 .../insertTable-hierarchy02-expected.html       |    27 -
 .../tables/insertTable-hierarchy02-input.html   |    27 -
 .../insertTable-hierarchy03-expected.html       |    27 -
 .../tables/insertTable-hierarchy03-input.html   |    27 -
 .../insertTable-hierarchy04-expected.html       |    30 -
 .../tables/insertTable-hierarchy04-input.html   |    27 -
 .../insertTable-hierarchy05-expected.html       |    27 -
 .../tables/insertTable-hierarchy05-input.html   |    27 -
 .../insertTable-hierarchy06-expected.html       |    22 -
 .../tables/insertTable-hierarchy06-input.html   |    24 -
 .../insertTable-hierarchy07-expected.html       |    25 -
 .../tables/insertTable-hierarchy07-input.html   |    24 -
 .../insertTable-hierarchy08-expected.html       |    22 -
 .../tables/insertTable-hierarchy08-input.html   |    24 -
 .../tests/tables/insertTable01-expected.html    |    29 -
 .../tests/tables/insertTable01-input.html       |    19 -
 .../tests/tables/insertTable02-expected.html    |    29 -
 .../tests/tables/insertTable02-input.html       |    19 -
 .../tests/tables/insertTable03-expected.html    |    30 -
 .../tests/tables/insertTable03-input.html       |    19 -
 .../tests/tables/insertTable04-expected.html    |    30 -
 .../tests/tables/insertTable04-input.html       |    19 -
 .../tests/tables/insertTable05-expected.html    |    30 -
 .../tests/tables/insertTable05-input.html       |    19 -
 .../tests/tables/insertTable06-expected.html    |    17 -
 .../tests/tables/insertTable06-input.html       |    18 -
 .../tests/tables/insertTable07-expected.html    |    20 -
 .../tests/tables/insertTable07-input.html       |    18 -
 .../tests/tables/paste-merged01a-expected.html  |    41 -
 .../tests/tables/paste-merged01a-input.html     |    51 -
 .../tests/tables/paste-merged01b-expected.html  |    41 -
 .../tests/tables/paste-merged01b-input.html     |    51 -
 .../tests/tables/paste-merged01c-expected.html  |    41 -
 .../tests/tables/paste-merged01c-input.html     |    50 -
 .../tests/tables/paste-merged01d-expected.html  |    41 -
 .../tests/tables/paste-merged01d-input.html     |    51 -
 .../tests/tables/paste-merged01e-expected.html  |    41 -
 .../tests/tables/paste-merged01e-input.html     |    51 -
 .../tests/tables/paste-merged01f-expected.html  |    41 -
 .../tests/tables/paste-merged01f-input.html     |    50 -
 .../tests/tables/paste-merged01g-expected.html  |    41 -
 .../tests/tables/paste-merged01g-input.html     |    49 -
 .../tests/tables/paste-merged02a-expected.html  |    40 -
 .../tests/tables/paste-merged02a-input.html     |    57 -
 .../tests/tables/paste-merged02b-expected.html  |    40 -
 .../tests/tables/paste-merged02b-input.html     |    57 -
 .../tests/tables/paste-merged02c-expected.html  |    39 -
 .../tests/tables/paste-merged02c-input.html     |    56 -
 .../tests/tables/paste-merged02d-expected.html  |    40 -
 .../tests/tables/paste-merged02d-input.html     |    57 -
 .../tests/tables/paste-merged02e-expected.html  |    40 -
 .../tests/tables/paste-merged02e-input.html     |    57 -
 .../tests/tables/paste-merged02f-expected.html  |    39 -
 .../tests/tables/paste-merged02f-input.html     |    56 -
 .../tests/tables/paste-merged02g-expected.html  |    38 -
 .../tests/tables/paste-merged02g-input.html     |    55 -
 .../tests/tables/paste-merged03a-expected.html  |    46 -
 .../tests/tables/paste-merged03a-input.html     |    57 -
 .../tests/tables/paste-merged03b-expected.html  |    46 -
 .../tests/tables/paste-merged03b-input.html     |    57 -
 .../tests/tables/paste-merged03c-expected.html  |    45 -
 .../tests/tables/paste-merged03c-input.html     |    56 -
 .../tests/tables/paste-merged03d-expected.html  |    46 -
 .../tests/tables/paste-merged03d-input.html     |    57 -
 .../tests/tables/paste-merged03e-expected.html  |    46 -
 .../tests/tables/paste-merged03e-input.html     |    57 -
 .../tests/tables/paste-merged03f-expected.html  |    45 -
 .../tests/tables/paste-merged03f-input.html     |    56 -
 .../tests/tables/paste-merged03g-expected.html  |    44 -
 .../tests/tables/paste-merged03g-input.html     |    55 -
 .../tests/tables/paste-merged04a-expected.html  |    45 -
 .../tests/tables/paste-merged04a-input.html     |    57 -
 .../tests/tables/paste-merged04b-expected.html  |    45 -
 .../tests/tables/paste-merged04b-input.html     |    57 -
 .../tests/tables/paste-merged04c-expected.html  |    44 -
 .../tests/tables/paste-merged04c-input.html     |    56 -
 .../tests/tables/paste-merged04d-expected.html  |    45 -
 .../tests/tables/paste-merged04d-input.html     |    57 -
 .../tests/tables/paste-merged04e-expected.html  |    45 -
 .../tests/tables/paste-merged04e-input.html     |    57 -
 .../tests/tables/paste-merged04f-expected.html  |    44 -
 .../tests/tables/paste-merged04f-input.html     |    56 -
 .../tests/tables/paste-merged04g-expected.html  |    43 -
 .../tests/tables/paste-merged04g-input.html     |    55 -
 .../Editor/tests/tables/paste01a-expected.html  |    41 -
 .../Editor/tests/tables/paste01a-input.html     |    52 -
 .../Editor/tests/tables/paste01b-expected.html  |    41 -
 .../Editor/tests/tables/paste01b-input.html     |    52 -
 .../Editor/tests/tables/paste01c-expected.html  |    41 -
 .../Editor/tests/tables/paste01c-input.html     |    52 -
 .../Editor/tests/tables/paste01d-expected.html  |    41 -
 .../Editor/tests/tables/paste01d-input.html     |    52 -
 .../Editor/tests/tables/paste01e-expected.html  |    41 -
 .../Editor/tests/tables/paste01e-input.html     |    52 -
 .../Editor/tests/tables/paste02a-expected.html  |    41 -
 .../Editor/tests/tables/paste02a-input.html     |    52 -
 .../Editor/tests/tables/paste02b-expected.html  |    41 -
 .../Editor/tests/tables/paste02b-input.html     |    52 -
 .../Editor/tests/tables/paste02c-expected.html  |    41 -
 .../Editor/tests/tables/paste02c-input.html     |    52 -
 .../Editor/tests/tables/paste02d-expected.html  |    41 -
 .../Editor/tests/tables/paste02d-input.html     |    52 -
 .../Editor/tests/tables/paste03a-expected.html  |    41 -
 .../Editor/tests/tables/paste03a-input.html     |    53 -
 .../Editor/tests/tables/paste03b-expected.html  |    41 -
 .../Editor/tests/tables/paste03b-input.html     |    54 -
 .../Editor/tests/tables/paste03c-expected.html  |    41 -
 .../Editor/tests/tables/paste03c-input.html     |    53 -
 .../Editor/tests/tables/paste03d-expected.html  |    41 -
 .../Editor/tests/tables/paste03d-input.html     |    53 -
 .../Editor/tests/tables/paste04a-expected.html  |    47 -
 .../Editor/tests/tables/paste04a-input.html     |    52 -
 .../Editor/tests/tables/paste04b-expected.html  |    47 -
 .../Editor/tests/tables/paste04b-input.html     |    52 -
 .../Editor/tests/tables/paste04c-expected.html  |    47 -
 .../Editor/tests/tables/paste04c-input.html     |    52 -
 .../Editor/tests/tables/paste04d-expected.html  |    46 -
 .../Editor/tests/tables/paste04d-input.html     |    52 -
 .../Editor/tests/tables/paste04e-expected.html  |    46 -
 .../Editor/tests/tables/paste04e-input.html     |    52 -
 .../Editor/tests/tables/paste04f-expected.html  |    46 -
 .../Editor/tests/tables/paste04f-input.html     |    52 -
 .../Editor/tests/tables/paste04g-expected.html  |    53 -
 .../Editor/tests/tables/paste04g-input.html     |    52 -
 .../Editor/tests/tables/paste05a-expected.html  |    65 -
 .../Editor/tests/tables/paste05a-input.html     |    58 -
 .../Editor/tests/tables/paste05b-expected.html  |    65 -
 .../Editor/tests/tables/paste05b-input.html     |    57 -
 .../Editor/tests/tables/paste05c-expected.html  |    61 -
 .../Editor/tests/tables/paste05c-input.html     |    60 -
 .../Editor/tests/tables/paste05d-expected.html  |    61 -
 .../Editor/tests/tables/paste05d-input.html     |    59 -
 .../Editor/tests/tables/paste06a-expected.html  |    41 -
 .../Editor/tests/tables/paste06a-input.html     |    58 -
 .../Editor/tests/tables/paste06b-expected.html  |    41 -
 .../Editor/tests/tables/paste06b-input.html     |    58 -
 .../Editor/tests/tables/paste06c-expected.html  |    41 -
 .../Editor/tests/tables/paste06c-input.html     |    58 -
 .../tables/regionFromRange01-expected.html      |     4 -
 .../tests/tables/regionFromRange01-input.html   |    50 -
 .../tables/regionFromRange02-expected.html      |     4 -
 .../tests/tables/regionFromRange02-input.html   |    49 -
 .../tables/regionFromRange03-expected.html      |     4 -
 .../tests/tables/regionFromRange03-input.html   |    49 -
 .../tables/regionFromRange04-expected.html      |     4 -
 .../tests/tables/regionFromRange04-input.html   |    49 -
 .../tables/regionFromRange05-expected.html      |     4 -
 .../tests/tables/regionFromRange05-input.html   |    49 -
 .../tables/regionFromRange06-expected.html      |     4 -
 .../tests/tables/regionFromRange06-input.html   |    49 -
 .../tables/regionFromRange07-expected.html      |     4 -
 .../tests/tables/regionFromRange07-input.html   |    49 -
 .../tables/regionFromRange08-expected.html      |     4 -
 .../tests/tables/regionFromRange08-input.html   |    49 -
 .../tables/regionFromRange09-expected.html      |     4 -
 .../tests/tables/regionFromRange09-input.html   |    49 -
 .../tables/regionFromRange10-expected.html      |    46 -
 .../tests/tables/regionFromRange10-input.html   |    65 -
 .../tables/regionFromRange11-expected.html      |    46 -
 .../tests/tables/regionFromRange11-input.html   |    65 -
 .../tables/regionFromRange12-expected.html      |    46 -
 .../tests/tables/regionFromRange12-input.html   |    65 -
 .../tables/regionFromRange13-expected.html      |    46 -
 .../tests/tables/regionFromRange13-input.html   |    65 -
 .../tables/regionFromRange14-expected.html      |    46 -
 .../tests/tables/regionFromRange14-input.html   |    65 -
 .../tests/tables/regionSpan01-expected.html     |    87 -
 .../Editor/tests/tables/regionSpan01-input.html |    98 -
 .../tests/tables/regionSpan02-expected.html     |    87 -
 .../Editor/tests/tables/regionSpan02-input.html |    98 -
 .../tests/tables/regionSpan03-expected.html     |    87 -
 .../Editor/tests/tables/regionSpan03-input.html |    98 -
 .../tests/tables/regionSpan04-expected.html     |    87 -
 .../Editor/tests/tables/regionSpan04-input.html |    98 -
 .../tests/tables/regionSpan05-expected.html     |    87 -
 .../Editor/tests/tables/regionSpan05-input.html |    98 -
 .../tests/tables/regionSpan06-expected.html     |    87 -
 .../Editor/tests/tables/regionSpan06-input.html |    98 -
 .../tests/tables/regionSpan07-expected.html     |    87 -
 .../Editor/tests/tables/regionSpan07-input.html |    98 -
 .../tests/tables/regionSpan08-expected.html     |    87 -
 .../Editor/tests/tables/regionSpan08-input.html |    98 -
 .../tests/tables/regionSpan09-expected.html     |    79 -
 .../Editor/tests/tables/regionSpan09-input.html |    90 -
 .../tests/tables/regionSpan10-expected.html     |    79 -
 .../Editor/tests/tables/regionSpan10-input.html |    90 -
 .../tests/tables/regionSpan11-expected.html     |    79 -
 .../Editor/tests/tables/regionSpan11-input.html |    90 -
 .../tests/tables/regionSpan12-expected.html     |    79 -
 .../Editor/tests/tables/regionSpan12-input.html |    90 -
 .../tests/tables/regionSpan13-expected.html     |    79 -
 .../Editor/tests/tables/regionSpan13-input.html |    90 -
 .../tests/tables/regionSpan14-expected.html     |    79 -
 .../Editor/tests/tables/regionSpan14-input.html |    90 -
 .../tests/tables/regionSpan15-expected.html     |    79 -
 .../Editor/tests/tables/regionSpan15-input.html |    90 -
 .../tests/tables/regionSpan16-expected.html     |    79 -
 .../Editor/tests/tables/regionSpan16-input.html |    90 -
 .../removeAdjacentColumn01inside-expected.html  |    41 -
 .../removeAdjacentColumn01inside-input.html     |    50 -
 .../removeAdjacentColumn01right-expected.html   |    41 -
 .../removeAdjacentColumn01right-input.html      |    50 -
 .../removeAdjacentColumn02inside-expected.html  |    41 -
 .../removeAdjacentColumn02inside-input.html     |    50 -
 .../removeAdjacentColumn02left-expected.html    |    41 -
 .../removeAdjacentColumn02left-input.html       |    50 -
 .../removeAdjacentColumn02right-expected.html   |    41 -
 .../removeAdjacentColumn02right-input.html      |    50 -
 .../removeAdjacentColumn03inside-expected.html  |    41 -
 .../removeAdjacentColumn03inside-input.html     |    50 -
 .../removeAdjacentColumn03left-expected.html    |    41 -
 .../removeAdjacentColumn03left-input.html       |    50 -
 .../removeAdjacentColumn04inside-expected.html  |    41 -
 .../removeAdjacentColumn04inside-input.html     |    50 -
 .../removeAdjacentColumn04right-expected.html   |    41 -
 .../removeAdjacentColumn04right-input.html      |    50 -
 .../removeAdjacentColumn05inside-expected.html  |    41 -
 .../removeAdjacentColumn05inside-input.html     |    50 -
 .../removeAdjacentColumn05left-expected.html    |    41 -
 .../removeAdjacentColumn05left-input.html       |    50 -
 .../removeAdjacentColumn05right-expected.html   |    41 -
 .../removeAdjacentColumn05right-input.html      |    50 -
 .../removeAdjacentColumn06inside-expected.html  |    41 -
 .../removeAdjacentColumn06inside-input.html     |    50 -
 .../removeAdjacentColumn06left-expected.html    |    41 -
 .../removeAdjacentColumn06left-input.html       |    50 -
 .../tables/removeAdjacentColumn07-expected.html |    26 -
 .../tables/removeAdjacentColumn07-input.html    |    30 -
 .../tables/removeAdjacentColumn08-expected.html |    42 -
 .../tables/removeAdjacentColumn08-input.html    |    50 -
 .../tables/removeAdjacentColumn09-expected.html |    42 -
 .../tables/removeAdjacentColumn09-input.html    |    50 -
 .../tables/removeAdjacentColumn10-expected.html |    27 -
 .../tables/removeAdjacentColumn10-input.html    |    30 -
 .../tables/removeAdjacentColumn11-expected.html |    27 -
 .../tables/removeAdjacentColumn11-input.html    |    30 -
 .../removeAdjacentRow01below-expected.html      |    41 -
 .../tables/removeAdjacentRow01below-input.html  |    51 -
 .../removeAdjacentRow01inside-expected.html     |    41 -
 .../tables/removeAdjacentRow01inside-input.html |    51 -
 .../removeAdjacentRow02above-expected.html      |    41 -
 .../tables/removeAdjacentRow02above-input.html  |    51 -
 .../removeAdjacentRow02below-expected.html      |    41 -
 .../tables/removeAdjacentRow02below-input.html  |    51 -
 .../removeAdjacentRow02inside-expected.html     |    41 -
 .../tables/removeAdjacentRow02inside-input.html |    51 -
 .../removeAdjacentRow03above-expected.html      |    41 -
 .../tables/removeAdjacentRow03above-input.html  |    51 -
 .../removeAdjacentRow03inside-expected.html     |    41 -
 .../tables/removeAdjacentRow03inside-input.html |    51 -
 .../removeAdjacentRow04below-expected.html      |    41 -
 .../tables/removeAdjacentRow04below-input.html  |    51 -
 .../removeAdjacentRow04inside-expected.html     |    41 -
 .../tables/removeAdjacentRow04inside-input.html |    51 -
 .../removeAdjacentRow05above-expected.html      |    41 -
 .../tables/removeAdjacentRow05above-input.html  |    51 -
 .../removeAdjacentRow05below-expected.html      |    41 -
 .../tables/removeAdjacentRow05below-input.html  |    51 -
 .../removeAdjacentRow05inside-expected.html     |    41 -
 .../tables/removeAdjacentRow05inside-input.html |    51 -
 .../removeAdjacentRow06above-expected.html      |    41 -
 .../tables/removeAdjacentRow06above-input.html  |    51 -
 .../removeAdjacentRow06inside-expected.html     |    41 -
 .../tables/removeAdjacentRow06inside-input.html |    51 -
 .../tables/removeAdjacentRow07-expected.html    |    23 -
 .../tests/tables/removeAdjacentRow07-input.html |    27 -
 .../tables/removeAdjacentRow08-expected.html    |    42 -
 .../tests/tables/removeAdjacentRow08-input.html |    51 -
 .../tables/removeAdjacentRow09-expected.html    |    42 -
 .../tests/tables/removeAdjacentRow09-input.html |    51 -
 .../tables/removeAdjacentRow10-expected.html    |    24 -
 .../tests/tables/removeAdjacentRow10-input.html |    28 -
 .../tables/removeAdjacentRow11-expected.html    |    24 -
 .../tests/tables/removeAdjacentRow11-input.html |    28 -
 .../tests/tables/setColWidths01-expected.html   |    22 -
 .../tests/tables/setColWidths01-input.html      |    26 -
 .../tests/tables/setColWidths02-expected.html   |    22 -
 .../tests/tables/setColWidths02-input.html      |    26 -
 .../Editor/tests/tables/split00a-expected.html  |    41 -
 .../Editor/tests/tables/split00a-input.html     |    47 -
 .../Editor/tests/tables/split00b-expected.html  |    41 -
 .../Editor/tests/tables/split00b-input.html     |    47 -
 .../Editor/tests/tables/split00c-expected.html  |    41 -
 .../Editor/tests/tables/split00c-input.html     |    46 -
 .../Editor/tests/tables/split00d-expected.html  |    41 -
 .../Editor/tests/tables/split00d-input.html     |    47 -
 .../Editor/tests/tables/split00e-expected.html  |    41 -
 .../Editor/tests/tables/split00e-input.html     |    47 -
 .../Editor/tests/tables/split00f-expected.html  |    41 -
 .../Editor/tests/tables/split00f-input.html     |    46 -
 .../Editor/tests/tables/split00g-expected.html  |    41 -
 .../Editor/tests/tables/split00g-input.html     |    45 -
 .../Editor/tests/tables/split01-expected.html   |    41 -
 .../Editor/tests/tables/split01-input.html      |    40 -
 .../Editor/tests/tables/split02-expected.html   |    41 -
 .../Editor/tests/tables/split02-input.html      |    40 -
 .../Editor/tests/tables/split03-expected.html   |    41 -
 .../Editor/tests/tables/split03-input.html      |    40 -
 .../Editor/tests/tables/split04-expected.html   |    41 -
 .../Editor/tests/tables/split04-input.html      |    40 -
 .../Editor/tests/tables/split05-expected.html   |    41 -
 .../Editor/tests/tables/split05-input.html      |    42 -
 .../Editor/tests/tables/split05a-expected.html  |    38 -
 .../Editor/tests/tables/split05a-input.html     |    42 -
 .../Editor/tests/tables/split05b-expected.html  |    38 -
 .../Editor/tests/tables/split05b-input.html     |    42 -
 .../Editor/tests/tables/split05c-expected.html  |    39 -
 .../Editor/tests/tables/split05c-input.html     |    42 -
 .../Editor/tests/tables/split06-expected.html   |    41 -
 .../Editor/tests/tables/split06-input.html      |    42 -
 .../Editor/tests/tables/split06a-expected.html  |    37 -
 .../Editor/tests/tables/split06a-input.html     |    42 -
 .../Editor/tests/tables/split07-expected.html   |    41 -
 .../Editor/tests/tables/split07-input.html      |    40 -
 .../Editor/tests/tables/split07a-expected.html  |    35 -
 .../Editor/tests/tables/split07a-input.html     |    40 -
 .../Editor/tests/tables/split07b-expected.html  |    37 -
 .../Editor/tests/tables/split07b-input.html     |    40 -
 .../Editor/tests/tables/split07c-expected.html  |    37 -
 .../Editor/tests/tables/split07c-input.html     |    40 -
 .../Editor/tests/tables/split08-expected.html   |    41 -
 .../Editor/tests/tables/split08-input.html      |    40 -
 .../Editor/tests/tables/split08a-expected.html  |    37 -
 .../Editor/tests/tables/split08a-input.html     |    40 -
 .../Editor/tests/tables/split08b-expected.html  |    37 -
 .../Editor/tests/tables/split08b-input.html     |    40 -
 .../Editor/tests/tables/split09-expected.html   |    41 -
 .../Editor/tests/tables/split09-input.html      |    34 -
 .../Editor/tests/tables/split09a-expected.html  |    34 -
 .../Editor/tests/tables/split09a-input.html     |    34 -
 .../Editor/tests/tables/split09b-expected.html  |    34 -
 .../Editor/tests/tables/split09b-input.html     |    34 -
 .../Editor/tests/tables/split10-expected.html   |    41 -
 .../Editor/tests/tables/split10-input.html      |    34 -
 .../Editor/tests/tables/split10a-expected.html  |    34 -
 .../Editor/tests/tables/split10a-input.html     |    34 -
 .../Editor/tests/tables/split10b-expected.html  |    34 -
 .../Editor/tests/tables/split10b-input.html     |    34 -
 .../Editor/tests/tables/split11-expected.html   |    41 -
 .../Editor/tests/tables/split11-input.html      |    36 -
 .../Editor/tests/tables/split11a-expected.html  |    35 -
 .../Editor/tests/tables/split11a-input.html     |    36 -
 .../Editor/tests/tables/split11b-expected.html  |    35 -
 .../Editor/tests/tables/split11b-input.html     |    36 -
 .../Editor/tests/tables/split11c-expected.html  |    32 -
 .../Editor/tests/tables/split11c-input.html     |    36 -
 .../Editor/tests/tables/split12-expected.html   |    41 -
 .../Editor/tests/tables/split12-input.html      |    33 -
 experiments/Editor/tests/test-structure.html    |   126 -
 experiments/Editor/tests/testharness.html       |   108 -
 experiments/Editor/tests/testharness.js         |   317 -
 experiments/Editor/tests/testlib.js             |   438 -
 experiments/Editor/tests/text/TextTests.js      |    38 -
 .../analyseParagraph-implicit01-expected.html   |     3 -
 .../text/analyseParagraph-implicit01-input.html |    17 -
 .../analyseParagraph-implicit02-expected.html   |     9 -
 .../text/analyseParagraph-implicit02-input.html |    17 -
 .../analyseParagraph-implicit03-expected.html   |     9 -
 .../text/analyseParagraph-implicit03-input.html |    17 -
 .../tests/text/analyseParagraph01-expected.html |     3 -
 .../tests/text/analyseParagraph01-input.html    |    17 -
 .../tests/text/analyseParagraph02-expected.html |     9 -
 .../tests/text/analyseParagraph02-input.html    |    17 -
 .../tests/text/analyseParagraph03-expected.html |     9 -
 .../tests/text/analyseParagraph03-input.html    |    17 -
 experiments/Editor/tests/undo/UndoTests.js      |    90 -
 .../tests/undo/addAdjacentColumn-expected.html  |   140 -
 .../tests/undo/addAdjacentColumn-input.html     |    54 -
 .../tests/undo/addAdjacentRow-expected.html     |   146 -
 .../Editor/tests/undo/addAdjacentRow-input.html |    54 -
 .../Editor/tests/undo/cut01-expected.html       |    77 -
 experiments/Editor/tests/undo/cut01-input.html  |    37 -
 .../Editor/tests/undo/deleteTOC01-expected.html |     9 -
 .../Editor/tests/undo/deleteTOC01-input.html    |    37 -
 .../tests/undo/insertDelete01-expected.html     |    59 -
 .../Editor/tests/undo/insertDelete01-input.html |    53 -
 .../tests/undo/insertDelete02-expected.html     |    59 -
 .../Editor/tests/undo/insertDelete02-input.html |    53 -
 .../tests/undo/insertDelete03-expected.html     |    56 -
 .../Editor/tests/undo/insertDelete03-input.html |    51 -
 .../tests/undo/insertDelete04-expected.html     |    59 -
 .../Editor/tests/undo/insertDelete04-input.html |    57 -
 .../tests/undo/insertDelete05-expected.html     |    59 -
 .../Editor/tests/undo/insertDelete05-input.html |    57 -
 .../tests/undo/insertFigure01-expected.html     |    44 -
 .../Editor/tests/undo/insertFigure01-input.html |    49 -
 .../tests/undo/insertFigure02-expected.html     |    74 -
 .../Editor/tests/undo/insertFigure02-input.html |    45 -
 .../tests/undo/insertFigure03-expected.html     |    74 -
 .../Editor/tests/undo/insertFigure03-input.html |    45 -
 .../tests/undo/insertFigure04-expected.html     |    64 -
 .../Editor/tests/undo/insertFigure04-input.html |    45 -
 .../tests/undo/insertFigure05-expected.html     |    74 -
 .../Editor/tests/undo/insertFigure05-input.html |    45 -
 .../tests/undo/insertHeading01-expected.html    |    44 -
 .../tests/undo/insertHeading01-input.html       |    63 -
 .../tests/undo/insertHeading02-expected.html    |    44 -
 .../tests/undo/insertHeading02-input.html       |    63 -
 .../tests/undo/insertTable01-expected.html      |    44 -
 .../Editor/tests/undo/insertTable01-input.html  |    49 -
 .../tests/undo/insertTable02-expected.html      |   144 -
 .../Editor/tests/undo/insertTable02-input.html  |    45 -
 .../tests/undo/insertTable03-expected.html      |   144 -
 .../Editor/tests/undo/insertTable03-input.html  |    45 -
 .../tests/undo/insertTable04-expected.html      |   134 -
 .../Editor/tests/undo/insertTable04-input.html  |    45 -
 .../tests/undo/insertTable05-expected.html      |   144 -
 .../Editor/tests/undo/insertTable05-input.html  |    45 -
 .../Editor/tests/undo/nodeValue01-expected.html |    24 -
 .../Editor/tests/undo/nodeValue01-input.html    |    35 -
 .../Editor/tests/undo/nodeValue02-expected.html |    29 -
 .../Editor/tests/undo/nodeValue02-input.html    |    39 -
 .../Editor/tests/undo/nodeValue03-expected.html |    29 -
 .../Editor/tests/undo/nodeValue03-input.html    |    39 -
 .../Editor/tests/undo/nodeValue04-expected.html |    29 -
 .../Editor/tests/undo/nodeValue04-input.html    |    39 -
 .../Editor/tests/undo/nodeValue05-expected.html |    29 -
 .../Editor/tests/undo/nodeValue05-input.html    |    39 -
 .../Editor/tests/undo/nodeValue06-expected.html |    29 -
 .../Editor/tests/undo/nodeValue06-input.html    |    39 -
 .../Editor/tests/undo/nodeValue07-expected.html |    29 -
 .../Editor/tests/undo/nodeValue07-input.html    |    39 -
 .../Editor/tests/undo/outline01-expected.html   |    14 -
 .../Editor/tests/undo/outline01-input.html      |    51 -
 .../tests/undo/setAttribute01-expected.html     |    24 -
 .../Editor/tests/undo/setAttribute01-input.html |    35 -
 .../tests/undo/setAttribute02-expected.html     |    24 -
 .../Editor/tests/undo/setAttribute02-input.html |    35 -
 .../tests/undo/setAttribute03-expected.html     |    24 -
 .../Editor/tests/undo/setAttribute03-input.html |    35 -
 .../tests/undo/setAttribute04-expected.html     |    49 -
 .../Editor/tests/undo/setAttribute04-input.html |    54 -
 .../tests/undo/setAttributeNS01-expected.html   |    29 -
 .../tests/undo/setAttributeNS01-input.html      |    40 -
 .../tests/undo/setAttributeNS02-expected.html   |    29 -
 .../tests/undo/setAttributeNS02-input.html      |    40 -
 .../tests/undo/setAttributeNS03-expected.html   |    29 -
 .../tests/undo/setAttributeNS03-input.html      |    40 -
 .../tests/undo/setAttributeNS04-expected.html   |    49 -
 .../tests/undo/setAttributeNS04-input.html      |    55 -
 .../undo/setStyleProperties01-expected.html     |    34 -
 .../tests/undo/setStyleProperties01-input.html  |    43 -
 .../undo/setStyleProperties02-expected.html     |    34 -
 .../tests/undo/setStyleProperties02-input.html  |    43 -
 .../Editor/tests/undo/undo01-expected.html      |    74 -
 experiments/Editor/tests/undo/undo01-input.html |    79 -
 .../Editor/tests/undo/undo02-expected.html      |    74 -
 experiments/Editor/tests/undo/undo02-input.html |    79 -
 .../Editor/tests/undo/undo03-expected.html      |    38 -
 experiments/Editor/tests/undo/undo03-input.html |    67 -
 experiments/editorFramework/CMakeLists.txt      |   139 +
 experiments/editorFramework/main.cpp            |    25 +
 .../3rdparty/showdown/license.txt               |    34 +
 .../3rdparty/showdown/showdown.js               |  1302 ++
 .../src/Layer0_Javascript/AutoCorrect.js        |   285 +
 .../src/Layer0_Javascript/ChangeTracking.js     |   127 +
 .../src/Layer0_Javascript/Clipboard.js          |   757 ++
 .../src/Layer0_Javascript/Cursor.js             |  1050 ++
 .../src/Layer0_Javascript/DOM.js                |   966 ++
 .../src/Layer0_Javascript/Editor.js             |   113 +
 .../src/Layer0_Javascript/ElementTypes.js       |   344 +
 .../src/Layer0_Javascript/Equations.js          |    55 +
 .../src/Layer0_Javascript/Figures.js            |   125 +
 .../src/Layer0_Javascript/Formatting.js         |  1281 ++
 .../src/Layer0_Javascript/Hierarchy.js          |   284 +
 .../src/Layer0_Javascript/Input.js              |   746 ++
 .../src/Layer0_Javascript/Lists.js              |   553 +
 .../src/Layer0_Javascript/Main.js               |   393 +
 .../src/Layer0_Javascript/Metadata.js           |    32 +
 .../src/Layer0_Javascript/NodeSet.js            |   201 +
 .../src/Layer0_Javascript/Outline.js            |  1434 +++
 .../src/Layer0_Javascript/Position.js           |  1164 ++
 .../src/Layer0_Javascript/PostponedActions.js   |    55 +
 .../src/Layer0_Javascript/Preview.js            |   139 +
 .../src/Layer0_Javascript/Range.js              |   566 +
 .../src/Layer0_Javascript/Scan.js               |   179 +
 .../src/Layer0_Javascript/Selection.js          |  1430 ++
 .../src/Layer0_Javascript/StringBuilder.js      |    21 +
 .../src/Layer0_Javascript/Styles.js             |   179 +
 .../src/Layer0_Javascript/Tables.js             |  1362 ++
 .../src/Layer0_Javascript/Text.js               |   543 +
 .../src/Layer0_Javascript/UndoManager.js        |   270 +
 .../src/Layer0_Javascript/Viewport.js           |    80 +
 .../src/Layer0_Javascript/check-dom-methods.sh  |    15 +
 .../src/Layer0_Javascript/dtdsource/dtd.js      |  5562 ++++++++
 .../dtdsource/gen_dtd_data.html                 |   247 +
 .../src/Layer0_Javascript/dtdsource/html4.dtd   |  1078 ++
 .../src/Layer0_Javascript/dtdsource/html4.xml   | 11464 +++++++++++++++++
 .../Layer0_Javascript/elementtypes/elements.txt |   113 +
 .../elementtypes/genelementtypes.pl             |    36 +
 .../src/Layer0_Javascript/empty.html            |     1 +
 .../src/Layer0_Javascript/first.js              |    45 +
 .../src/Layer0_Javascript/traversal.js          |   184 +
 .../src/Layer0_Javascript/types.js              |   280 +
 .../src/Layer0_Javascript/util.js               |   365 +
 .../src/Layer1_toolkit/Layer1_interface.hpp     |   480 +
 .../src/Layer1_toolkit/qt/README                |     1 +
 .../src/Layer1_toolkit/qt/qt_toolkit.cpp        |    57 +
 .../src/Layer1_toolkit/qt/qt_toolkit.hpp        |    44 +
 .../src/Layer1_toolkit/qt/windows.hpp           |    48 +
 .../src/Layer1_toolkit/toolkit.hpp              |   123 +
 .../src/Layer1_toolkit/web/README               |     1 +
 .../src/Layer2_API/EDJSInterface.h              |   349 +
 .../src/Layer2_API/EDJSInterface.m              |  1759 +++
 .../src/Layer2_API/Layer2_interface.h           |   480 +
 .../test/Layer0/PrettyPrinter.js                |   226 +
 .../test/Layer0/autocorrect/AutoCorrectTests.js |    50 +
 .../acceptCorrection-undo-expected.html         |    50 +
 .../acceptCorrection-undo-input.html            |    42 +
 .../acceptCorrection01-expected.html            |    14 +
 .../autocorrect/acceptCorrection01-input.html   |    32 +
 .../acceptCorrection02-expected.html            |     9 +
 .../autocorrect/acceptCorrection02-input.html   |    33 +
 .../acceptCorrection03-expected.html            |    17 +
 .../autocorrect/acceptCorrection03-input.html   |    38 +
 .../acceptCorrection04-expected.html            |    17 +
 .../autocorrect/acceptCorrection04-input.html   |    38 +
 .../acceptCorrection05-expected.html            |    17 +
 .../autocorrect/acceptCorrection05-input.html   |    38 +
 .../changeCorrection01-expected.html            |    14 +
 .../autocorrect/changeCorrection01-input.html   |    33 +
 .../changeCorrection02-expected.html            |    14 +
 .../autocorrect/changeCorrection02-input.html   |    33 +
 .../correctPrecedingWord01-expected.html        |    17 +
 .../correctPrecedingWord01-input.html           |    29 +
 .../removeCorrection01-expected.html            |    15 +
 .../autocorrect/removeCorrection01-input.html   |    33 +
 .../removeCorrection02-expected.html            |    15 +
 .../autocorrect/removeCorrection02-input.html   |    33 +
 .../autocorrect/removedSpan01-expected.html     |    11 +
 .../Layer0/autocorrect/removedSpan01-input.html |    26 +
 .../autocorrect/removedSpan02-expected.html     |     7 +
 .../Layer0/autocorrect/removedSpan02-input.html |    27 +
 .../autocorrect/removedSpan03-expected.html     |     7 +
 .../Layer0/autocorrect/removedSpan03-input.html |    27 +
 .../replaceCorrection-undo-expected.html        |    50 +
 .../replaceCorrection-undo-input.html           |    42 +
 .../replaceCorrection01-expected.html           |    14 +
 .../autocorrect/replaceCorrection01-input.html  |    32 +
 .../replaceCorrection02-expected.html           |     9 +
 .../autocorrect/replaceCorrection02-input.html  |    33 +
 .../replaceCorrection03-expected.html           |    17 +
 .../autocorrect/replaceCorrection03-input.html  |    38 +
 .../replaceCorrection04-expected.html           |    17 +
 .../autocorrect/replaceCorrection04-input.html  |    38 +
 .../replaceCorrection05-expected.html           |    17 +
 .../autocorrect/replaceCorrection05-input.html  |    38 +
 .../Layer0/autocorrect/undo01-expected.html     |    17 +
 .../test/Layer0/autocorrect/undo01-input.html   |    35 +
 .../Layer0/autocorrect/undo02-expected.html     |    14 +
 .../test/Layer0/autocorrect/undo02-input.html   |    35 +
 .../Layer0/autocorrect/undo03-expected.html     |     9 +
 .../test/Layer0/autocorrect/undo03-input.html   |    35 +
 .../Layer0/autocorrect/undo04-expected.html     |    17 +
 .../test/Layer0/autocorrect/undo04-input.html   |    38 +
 .../Layer0/autocorrect/undo05-expected.html     |    52 +
 .../test/Layer0/autocorrect/undo05-input.html   |    39 +
 .../Layer0/autocorrect/undo06-expected.html     |    62 +
 .../test/Layer0/autocorrect/undo06-input.html   |    45 +
 .../acceptDel-list01-expected.html              |    16 +
 .../changetracking/acceptDel-list01-input.html  |    25 +
 .../acceptDel-list02-expected.html              |    16 +
 .../changetracking/acceptDel-list02-input.html  |    25 +
 .../acceptDel-list03-expected.html              |    16 +
 .../changetracking/acceptDel-list03-input.html  |    25 +
 .../acceptDel-list04-expected.html              |    15 +
 .../changetracking/acceptDel-list04-input.html  |    25 +
 .../acceptDel-list05-expected.html              |    16 +
 .../changetracking/acceptDel-list05-input.html  |    25 +
 .../acceptDel-list06-expected.html              |    19 +
 .../changetracking/acceptDel-list06-input.html  |    29 +
 .../acceptDel-list07-expected.html              |    12 +
 .../changetracking/acceptDel-list07-input.html  |    25 +
 .../acceptDel-list08-expected.html              |    12 +
 .../changetracking/acceptDel-list08-input.html  |    25 +
 .../acceptDel-list09-expected.html              |    11 +
 .../changetracking/acceptDel-list09-input.html  |    25 +
 .../changetracking/acceptDel01-expected.html    |    13 +
 .../changetracking/acceptDel01-input.html       |    17 +
 .../changetracking/acceptDel02-expected.html    |    13 +
 .../changetracking/acceptDel02-input.html       |    17 +
 .../changetracking/acceptDel03-expected.html    |    16 +
 .../changetracking/acceptDel03-input.html       |    17 +
 .../changetracking/acceptDel04-expected.html    |     9 +
 .../changetracking/acceptDel04-input.html       |    17 +
 .../changetracking/acceptDel05-expected.html    |    16 +
 .../changetracking/acceptDel05-input.html       |    17 +
 .../changetracking/acceptDel06-expected.html    |    15 +
 .../changetracking/acceptDel06-input.html       |    17 +
 .../acceptIns-list01-expected.html              |    17 +
 .../changetracking/acceptIns-list01-input.html  |    25 +
 .../acceptIns-list02-expected.html              |    17 +
 .../changetracking/acceptIns-list02-input.html  |    25 +
 .../acceptIns-list03-expected.html              |    17 +
 .../changetracking/acceptIns-list03-input.html  |    25 +
 .../acceptIns-list04-expected.html              |    17 +
 .../changetracking/acceptIns-list04-input.html  |    25 +
 .../acceptIns-list05-expected.html              |    17 +
 .../changetracking/acceptIns-list05-input.html  |    25 +
 .../acceptIns-list06-expected.html              |    21 +
 .../changetracking/acceptIns-list06-input.html  |    29 +
 .../acceptIns-list07-expected.html              |    17 +
 .../changetracking/acceptIns-list07-input.html  |    25 +
 .../acceptIns-list08-expected.html              |    17 +
 .../changetracking/acceptIns-list08-input.html  |    25 +
 .../acceptIns-list09-expected.html              |    17 +
 .../changetracking/acceptIns-list09-input.html  |    25 +
 .../changetracking/acceptIns01-expected.html    |    13 +
 .../changetracking/acceptIns01-input.html       |    17 +
 .../changetracking/acceptIns02-expected.html    |    13 +
 .../changetracking/acceptIns02-input.html       |    17 +
 .../changetracking/acceptIns03-expected.html    |    17 +
 .../changetracking/acceptIns03-input.html       |    17 +
 .../changetracking/acceptIns04-expected.html    |     9 +
 .../changetracking/acceptIns04-input.html       |    17 +
 .../changetracking/acceptIns05-expected.html    |    17 +
 .../changetracking/acceptIns05-input.html       |    17 +
 .../changetracking/acceptIns06-expected.html    |    15 +
 .../changetracking/acceptIns06-input.html       |    17 +
 .../Layer0/changetracking/changetracking.css    |     8 +
 .../test/Layer0/changetracking/temp             |    17 +
 .../clipboard/copy-blockquote01-expected.html   |     9 +
 .../clipboard/copy-blockquote01-input.html      |    14 +
 .../clipboard/copy-blockquote02-expected.html   |    17 +
 .../clipboard/copy-blockquote02-input.html      |    18 +
 .../clipboard/copy-blockquote03-expected.html   |    26 +
 .../clipboard/copy-blockquote03-input.html      |    21 +
 .../clipboard/copy-blockquote04-expected.html   |    35 +
 .../clipboard/copy-blockquote04-input.html      |    28 +
 .../clipboard/copy-blockquote05-expected.html   |    17 +
 .../clipboard/copy-blockquote05-input.html      |    20 +
 .../clipboard/copy-blockquote06-expected.html   |    19 +
 .../clipboard/copy-blockquote06-input.html      |    20 +
 .../clipboard/copy-blockquote07-expected.html   |    17 +
 .../clipboard/copy-blockquote07-input.html      |    20 +
 .../clipboard/copy-blockquote08-expected.html   |    19 +
 .../clipboard/copy-blockquote08-input.html      |    20 +
 .../clipboard/copy-blockquote09-expected.html   |    41 +
 .../clipboard/copy-blockquote09-input.html      |    30 +
 .../clipboard/copy-escaping01-expected.html     |    15 +
 .../Layer0/clipboard/copy-escaping01-input.html |    16 +
 .../clipboard/copy-escaping02-expected.html     |     9 +
 .../Layer0/clipboard/copy-escaping02-input.html |    20 +
 .../clipboard/copy-escaping03-expected.html     |     9 +
 .../Layer0/clipboard/copy-escaping03-input.html |    14 +
 .../clipboard/copy-escaping04-expected.html     |    16 +
 .../Layer0/clipboard/copy-escaping04-input.html |    24 +
 .../clipboard/copy-formatting01a-expected.html  |     9 +
 .../clipboard/copy-formatting01a-input.html     |    14 +
 .../clipboard/copy-formatting01b-expected.html  |     9 +
 .../clipboard/copy-formatting01b-input.html     |    14 +
 .../clipboard/copy-formatting01c-expected.html  |     9 +
 .../clipboard/copy-formatting01c-input.html     |    14 +
 .../clipboard/copy-formatting02a-expected.html  |     9 +
 .../clipboard/copy-formatting02a-input.html     |    14 +
 .../clipboard/copy-formatting02b-expected.html  |     9 +
 .../clipboard/copy-formatting02b-input.html     |    14 +
 .../clipboard/copy-formatting02c-expected.html  |     9 +
 .../clipboard/copy-formatting02c-input.html     |    14 +
 .../clipboard/copy-formatting03a-expected.html  |     9 +
 .../clipboard/copy-formatting03a-input.html     |    14 +
 .../clipboard/copy-formatting03b-expected.html  |     9 +
 .../clipboard/copy-formatting03b-input.html     |    14 +
 .../clipboard/copy-formatting03c-expected.html  |     9 +
 .../clipboard/copy-formatting03c-input.html     |    14 +
 .../clipboard/copy-formatting03d-expected.html  |     9 +
 .../clipboard/copy-formatting03d-input.html     |    14 +
 .../clipboard/copy-formatting03e-expected.html  |     9 +
 .../clipboard/copy-formatting03e-input.html     |    14 +
 .../clipboard/copy-formatting04a-expected.html  |     9 +
 .../clipboard/copy-formatting04a-input.html     |    14 +
 .../clipboard/copy-formatting04b-expected.html  |     9 +
 .../clipboard/copy-formatting04b-input.html     |    14 +
 .../clipboard/copy-formatting04c-expected.html  |     9 +
 .../clipboard/copy-formatting04c-input.html     |    14 +
 .../clipboard/copy-formatting04d-expected.html  |     9 +
 .../clipboard/copy-formatting04d-input.html     |    14 +
 .../clipboard/copy-formatting04e-expected.html  |     9 +
 .../clipboard/copy-formatting04e-input.html     |    14 +
 .../clipboard/copy-formatting05a-expected.html  |     9 +
 .../clipboard/copy-formatting05a-input.html     |    14 +
 .../clipboard/copy-formatting05b-expected.html  |     9 +
 .../clipboard/copy-formatting05b-input.html     |    14 +
 .../clipboard/copy-formatting05c-expected.html  |     9 +
 .../clipboard/copy-formatting05c-input.html     |    14 +
 .../clipboard/copy-formatting06a-expected.html  |     9 +
 .../clipboard/copy-formatting06a-input.html     |    14 +
 .../clipboard/copy-formatting06b-expected.html  |     9 +
 .../clipboard/copy-formatting06b-input.html     |    14 +
 .../clipboard/copy-formatting06c-expected.html  |     9 +
 .../clipboard/copy-formatting06c-input.html     |    14 +
 .../clipboard/copy-formatting06d-expected.html  |     9 +
 .../clipboard/copy-formatting06d-input.html     |    14 +
 .../clipboard/copy-formatting07a-expected.html  |     9 +
 .../clipboard/copy-formatting07a-input.html     |    14 +
 .../clipboard/copy-formatting07b-expected.html  |     9 +
 .../clipboard/copy-formatting07b-input.html     |    14 +
 .../clipboard/copy-formatting07c-expected.html  |     9 +
 .../clipboard/copy-formatting07c-input.html     |    14 +
 .../clipboard/copy-formatting07d-expected.html  |     9 +
 .../clipboard/copy-formatting07d-input.html     |    14 +
 .../clipboard/copy-formatting08a-expected.html  |     9 +
 .../clipboard/copy-formatting08a-input.html     |    14 +
 .../clipboard/copy-formatting08b-expected.html  |     9 +
 .../clipboard/copy-formatting08b-input.html     |    14 +
 .../clipboard/copy-formatting08c-expected.html  |     9 +
 .../clipboard/copy-formatting08c-input.html     |    14 +
 .../clipboard/copy-formatting08d-expected.html  |     9 +
 .../clipboard/copy-formatting08d-input.html     |    14 +
 .../clipboard/copy-formatting08e-expected.html  |     9 +
 .../clipboard/copy-formatting08e-input.html     |    14 +
 .../clipboard/copy-formatting09a-expected.html  |    12 +
 .../clipboard/copy-formatting09a-input.html     |    15 +
 .../clipboard/copy-formatting09b-expected.html  |    12 +
 .../clipboard/copy-formatting09b-input.html     |    15 +
 .../clipboard/copy-formatting09c-expected.html  |    12 +
 .../clipboard/copy-formatting09c-input.html     |    15 +
 .../Layer0/clipboard/copy-li01-expected.html    |    13 +
 .../test/Layer0/clipboard/copy-li01-input.html  |    18 +
 .../Layer0/clipboard/copy-li02-expected.html    |    11 +
 .../test/Layer0/clipboard/copy-li02-input.html  |    18 +
 .../Layer0/clipboard/copy-li03-expected.html    |    11 +
 .../test/Layer0/clipboard/copy-li03-input.html  |    18 +
 .../Layer0/clipboard/copy-li04-expected.html    |     9 +
 .../test/Layer0/clipboard/copy-li04-input.html  |    18 +
 .../Layer0/clipboard/copy-li05-expected.html    |     9 +
 .../test/Layer0/clipboard/copy-li05-input.html  |    18 +
 .../Layer0/clipboard/copy-link01-expected.html  |     9 +
 .../Layer0/clipboard/copy-link01-input.html     |    14 +
 .../Layer0/clipboard/copy-link02-expected.html  |     9 +
 .../Layer0/clipboard/copy-link02-input.html     |    14 +
 .../Layer0/clipboard/copy-link03-expected.html  |     9 +
 .../Layer0/clipboard/copy-link03-input.html     |    14 +
 .../Layer0/clipboard/copy-link04-expected.html  |     9 +
 .../Layer0/clipboard/copy-link04-input.html     |    14 +
 .../Layer0/clipboard/copy-list01-expected.html  |    15 +
 .../Layer0/clipboard/copy-list01-input.html     |    18 +
 .../Layer0/clipboard/copy-list02-expected.html  |    33 +
 .../Layer0/clipboard/copy-list02-input.html     |    27 +
 .../Layer0/clipboard/copy-list03-expected.html  |    24 +
 .../Layer0/clipboard/copy-list03-input.html     |    21 +
 .../Layer0/clipboard/copy-list04-expected.html  |    24 +
 .../Layer0/clipboard/copy-list04-input.html     |    21 +
 .../Layer0/clipboard/copy-list05-expected.html  |    31 +
 .../Layer0/clipboard/copy-list05-input.html     |    24 +
 .../Layer0/clipboard/copy-list06-expected.html  |    24 +
 .../Layer0/clipboard/copy-list06-input.html     |    21 +
 .../Layer0/clipboard/copy-list07-expected.html  |    24 +
 .../Layer0/clipboard/copy-list07-input.html     |    21 +
 .../Layer0/clipboard/copy-list08-expected.html  |    31 +
 .../Layer0/clipboard/copy-list08-input.html     |    24 +
 .../Layer0/clipboard/copy-list09-expected.html  |    32 +
 .../Layer0/clipboard/copy-list09-input.html     |    27 +
 .../Layer0/clipboard/copy-list10-expected.html  |    66 +
 .../Layer0/clipboard/copy-list10-input.html     |    39 +
 .../Layer0/clipboard/copy-list11-expected.html  |    41 +
 .../Layer0/clipboard/copy-list11-input.html     |    30 +
 .../Layer0/clipboard/copy-list12-expected.html  |    48 +
 .../Layer0/clipboard/copy-list12-input.html     |    39 +
 .../Layer0/clipboard/copy-list13-expected.html  |    44 +
 .../Layer0/clipboard/copy-list13-input.html     |    33 +
 .../clipboard/copy-partli01-expected.html       |     9 +
 .../Layer0/clipboard/copy-partli01-input.html   |    18 +
 .../clipboard/copy-partli02-expected.html       |     9 +
 .../Layer0/clipboard/copy-partli02-input.html   |    18 +
 .../clipboard/copy-partli03-expected.html       |     9 +
 .../Layer0/clipboard/copy-partli03-input.html   |    18 +
 .../clipboard/copy-partli04-expected.html       |     9 +
 .../Layer0/clipboard/copy-partli04-input.html   |    18 +
 .../clipboard/copy-partli05-expected.html       |     9 +
 .../Layer0/clipboard/copy-partli05-input.html   |    18 +
 .../clipboard/copy-partli06-expected.html       |     9 +
 .../Layer0/clipboard/copy-partli06-input.html   |    18 +
 .../clipboard/copy-partli07-expected.html       |     9 +
 .../Layer0/clipboard/copy-partli07-input.html   |    18 +
 .../clipboard/copy-partli08-expected.html       |     9 +
 .../Layer0/clipboard/copy-partli08-input.html   |    18 +
 .../Layer0/clipboard/copy-pre01-expected.html   |    22 +
 .../test/Layer0/clipboard/copy-pre01-input.html |    22 +
 .../Layer0/clipboard/copy-pre02-expected.html   |    38 +
 .../test/Layer0/clipboard/copy-pre02-input.html |    31 +
 .../Layer0/clipboard/copy-pre03-expected.html   |    47 +
 .../test/Layer0/clipboard/copy-pre03-input.html |    34 +
 .../Layer0/clipboard/copy-pre04-expected.html   |    24 +
 .../test/Layer0/clipboard/copy-pre04-input.html |    24 +
 .../Layer0/clipboard/copy-pre05-expected.html   |    30 +
 .../test/Layer0/clipboard/copy-pre05-input.html |    26 +
 .../Layer0/clipboard/copy-pre06-expected.html   |    50 +
 .../test/Layer0/clipboard/copy-pre06-input.html |    39 +
 .../Layer0/clipboard/copy-pre07-expected.html   |    50 +
 .../test/Layer0/clipboard/copy-pre07-input.html |    39 +
 .../Layer0/clipboard/copy-pre08-expected.html   |    56 +
 .../test/Layer0/clipboard/copy-pre08-input.html |    47 +
 .../test/Layer0/clipboard/copy01-expected.html  |     9 +
 .../test/Layer0/clipboard/copy01-input.html     |    14 +
 .../test/Layer0/clipboard/copy02-expected.html  |     9 +
 .../test/Layer0/clipboard/copy02-input.html     |    14 +
 .../test/Layer0/clipboard/copy03-expected.html  |     9 +
 .../test/Layer0/clipboard/copy03-input.html     |    14 +
 .../test/Layer0/clipboard/copy04-expected.html  |     9 +
 .../test/Layer0/clipboard/copy04-input.html     |    14 +
 .../test/Layer0/clipboard/copy05-expected.html  |     9 +
 .../test/Layer0/clipboard/copy05-input.html     |    15 +
 .../test/Layer0/clipboard/copy06-expected.html  |    12 +
 .../test/Layer0/clipboard/copy06-input.html     |    15 +
 .../clipboard/copypaste-list01-expected.html    |    16 +
 .../clipboard/copypaste-list01-input.html       |    29 +
 .../clipboard/copypaste-list02-expected.html    |    16 +
 .../clipboard/copypaste-list02-input.html       |    29 +
 .../Layer0/clipboard/cut-li01-expected.html     |    19 +
 .../test/Layer0/clipboard/cut-li01-input.html   |    20 +
 .../Layer0/clipboard/cut-li02-expected.html     |    19 +
 .../test/Layer0/clipboard/cut-li02-input.html   |    20 +
 .../Layer0/clipboard/cut-li03-expected.html     |    20 +
 .../test/Layer0/clipboard/cut-li03-input.html   |    20 +
 .../Layer0/clipboard/cut-li04-expected.html     |    19 +
 .../test/Layer0/clipboard/cut-li04-input.html   |    20 +
 .../Layer0/clipboard/cut-li05-expected.html     |    19 +
 .../test/Layer0/clipboard/cut-li05-input.html   |    20 +
 .../Layer0/clipboard/cut-li06-expected.html     |    15 +
 .../test/Layer0/clipboard/cut-li06-input.html   |    18 +
 .../Layer0/clipboard/cut-li07-expected.html     |    23 +
 .../test/Layer0/clipboard/cut-li07-input.html   |    24 +
 .../Layer0/clipboard/cut-li08-expected.html     |    26 +
 .../test/Layer0/clipboard/cut-li08-input.html   |    25 +
 .../Layer0/clipboard/cut-li09-expected.html     |    26 +
 .../test/Layer0/clipboard/cut-li09-input.html   |    25 +
 .../Layer0/clipboard/cut-li10-expected.html     |    27 +
 .../test/Layer0/clipboard/cut-li10-input.html   |    26 +
 .../Layer0/clipboard/cut-li11-expected.html     |    26 +
 .../test/Layer0/clipboard/cut-li11-input.html   |    25 +
 .../Layer0/clipboard/cut-li12-expected.html     |    26 +
 .../test/Layer0/clipboard/cut-li12-input.html   |    25 +
 .../Layer0/clipboard/cut-li13-expected.html     |    27 +
 .../test/Layer0/clipboard/cut-li13-input.html   |    26 +
 .../Layer0/clipboard/cut-li14-expected.html     |    19 +
 .../test/Layer0/clipboard/cut-li14-input.html   |    21 +
 .../Layer0/clipboard/cut-li14a-expected.html    |    19 +
 .../test/Layer0/clipboard/cut-li14a-input.html  |    21 +
 .../Layer0/clipboard/cut-li15-expected.html     |    20 +
 .../test/Layer0/clipboard/cut-li15-input.html   |    21 +
 .../Layer0/clipboard/cut-li15a-expected.html    |    21 +
 .../test/Layer0/clipboard/cut-li15a-input.html  |    21 +
 .../Layer0/clipboard/cut-li16-expected.html     |    20 +
 .../test/Layer0/clipboard/cut-li16-input.html   |    21 +
 .../Layer0/clipboard/cut-li16a-expected.html    |    21 +
 .../test/Layer0/clipboard/cut-li16a-input.html  |    21 +
 .../Layer0/clipboard/cut-li17-expected.html     |    21 +
 .../test/Layer0/clipboard/cut-li17-input.html   |    22 +
 .../Layer0/clipboard/cut-li17a-expected.html    |    22 +
 .../test/Layer0/clipboard/cut-li17a-input.html  |    22 +
 .../Layer0/clipboard/cut-td01-expected.html     |    27 +
 .../test/Layer0/clipboard/cut-td01-input.html   |    25 +
 .../Layer0/clipboard/cut-td01a-expected.html    |    32 +
 .../test/Layer0/clipboard/cut-td01a-input.html  |    25 +
 .../clipboard/paste-dupIds01-expected.html      |     8 +
 .../Layer0/clipboard/paste-dupIds01-input.html  |    15 +
 .../clipboard/paste-dupIds02-expected.html      |     9 +
 .../Layer0/clipboard/paste-dupIds02-input.html  |    16 +
 .../clipboard/paste-dupIds03-expected.html      |     9 +
 .../Layer0/clipboard/paste-dupIds03-input.html  |    16 +
 .../clipboard/paste-htmldoc01-expected.html     |     8 +
 .../Layer0/clipboard/paste-htmldoc01-input.html |    15 +
 .../clipboard/paste-htmldoc02-expected.html     |     6 +
 .../Layer0/clipboard/paste-htmldoc02-input.html |    15 +
 .../clipboard/paste-invalid01-expected.html     |     8 +
 .../Layer0/clipboard/paste-invalid01-input.html |    15 +
 .../clipboard/paste-invalid02-expected.html     |     8 +
 .../Layer0/clipboard/paste-invalid02-input.html |    15 +
 .../clipboard/paste-invalid03-expected.html     |     8 +
 .../Layer0/clipboard/paste-invalid03-input.html |    15 +
 .../clipboard/paste-invalid04-expected.html     |     8 +
 .../Layer0/clipboard/paste-invalid04-input.html |    15 +
 .../clipboard/paste-invalid05-expected.html     |     8 +
 .../Layer0/clipboard/paste-invalid05-input.html |    15 +
 .../clipboard/paste-invalid06-expected.html     |     8 +
 .../Layer0/clipboard/paste-invalid06-input.html |    15 +
 .../clipboard/paste-invalid07-expected.html     |    12 +
 .../Layer0/clipboard/paste-invalid07-input.html |    15 +
 .../clipboard/paste-invalid08-expected.html     |    12 +
 .../Layer0/clipboard/paste-invalid08-input.html |    15 +
 .../clipboard/paste-invalid09-expected.html     |    12 +
 .../Layer0/clipboard/paste-invalid09-input.html |    15 +
 .../clipboard/paste-invalid10-expected.html     |    14 +
 .../Layer0/clipboard/paste-invalid10-input.html |    15 +
 .../Layer0/clipboard/paste-li01-expected.html   |    18 +
 .../test/Layer0/clipboard/paste-li01-input.html |    33 +
 .../Layer0/clipboard/paste-li02-expected.html   |    18 +
 .../test/Layer0/clipboard/paste-li02-input.html |    29 +
 .../Layer0/clipboard/paste-li03-expected.html   |    18 +
 .../test/Layer0/clipboard/paste-li03-input.html |    33 +
 .../Layer0/clipboard/paste-li04-expected.html   |    18 +
 .../test/Layer0/clipboard/paste-li04-input.html |    29 +
 .../Layer0/clipboard/paste-li05-expected.html   |    18 +
 .../test/Layer0/clipboard/paste-li05-input.html |    33 +
 .../Layer0/clipboard/paste-li06-expected.html   |    18 +
 .../test/Layer0/clipboard/paste-li06-input.html |    29 +
 .../Layer0/clipboard/paste-li07-expected.html   |    30 +
 .../test/Layer0/clipboard/paste-li07-input.html |    33 +
 .../Layer0/clipboard/paste-li08-expected.html   |    30 +
 .../test/Layer0/clipboard/paste-li08-input.html |    29 +
 .../Layer0/clipboard/paste-li09-expected.html   |    18 +
 .../test/Layer0/clipboard/paste-li09-input.html |    33 +
 .../Layer0/clipboard/paste-li10-expected.html   |    18 +
 .../test/Layer0/clipboard/paste-li10-input.html |    29 +
 .../Layer0/clipboard/paste-li11-expected.html   |    18 +
 .../test/Layer0/clipboard/paste-li11-input.html |    33 +
 .../Layer0/clipboard/paste-li12-expected.html   |    18 +
 .../test/Layer0/clipboard/paste-li12-input.html |    29 +
 .../Layer0/clipboard/paste-li13-expected.html   |    26 +
 .../test/Layer0/clipboard/paste-li13-input.html |    33 +
 .../Layer0/clipboard/paste-li14-expected.html   |    26 +
 .../test/Layer0/clipboard/paste-li14-input.html |    29 +
 .../Layer0/clipboard/paste-list01-expected.html |    10 +
 .../Layer0/clipboard/paste-list01-input.html    |    19 +
 .../Layer0/clipboard/paste-list02-expected.html |    10 +
 .../Layer0/clipboard/paste-list02-input.html    |    17 +
 .../Layer0/clipboard/paste-list03-expected.html |    12 +
 .../Layer0/clipboard/paste-list03-input.html    |    23 +
 .../Layer0/clipboard/paste-list04-expected.html |    12 +
 .../Layer0/clipboard/paste-list04-input.html    |    21 +
 .../Layer0/clipboard/paste-list05-expected.html |    12 +
 .../Layer0/clipboard/paste-list05-input.html    |    23 +
 .../Layer0/clipboard/paste-list06-expected.html |    12 +
 .../Layer0/clipboard/paste-list06-input.html    |    23 +
 .../clipboard/paste-markdown-expected.html      |    44 +
 .../Layer0/clipboard/paste-markdown-input.html  |    62 +
 .../clipboard/paste-table01-expected.html       |    14 +
 .../Layer0/clipboard/paste-table01-input.html   |    17 +
 .../clipboard/paste-table02-expected.html       |    14 +
 .../Layer0/clipboard/paste-table02-input.html   |    17 +
 .../clipboard/paste-table03-expected.html       |    17 +
 .../Layer0/clipboard/paste-table03-input.html   |    22 +
 .../clipboard/paste-table04-expected.html       |    17 +
 .../Layer0/clipboard/paste-table04-input.html   |    24 +
 .../clipboard/paste-table05-expected.html       |    17 +
 .../Layer0/clipboard/paste-table05-input.html   |    24 +
 .../clipboard/paste-table06-expected.html       |    17 +
 .../Layer0/clipboard/paste-table06-input.html   |    24 +
 .../clipboard/paste-table07-expected.html       |    25 +
 .../Layer0/clipboard/paste-table07-input.html   |    32 +
 .../test/Layer0/clipboard/paste01-expected.html |     6 +
 .../test/Layer0/clipboard/paste01-input.html    |    15 +
 .../test/Layer0/clipboard/paste02-expected.html |     6 +
 .../test/Layer0/clipboard/paste02-input.html    |    15 +
 .../test/Layer0/clipboard/paste03-expected.html |     6 +
 .../test/Layer0/clipboard/paste03-input.html    |    15 +
 .../test/Layer0/clipboard/paste04-expected.html |     6 +
 .../test/Layer0/clipboard/paste04-input.html    |    15 +
 .../test/Layer0/clipboard/paste05-expected.html |    10 +
 .../test/Layer0/clipboard/paste05-input.html    |    15 +
 .../pasteText-whitespace01-expected.html        |     6 +
 .../clipboard/pasteText-whitespace01-input.html |    15 +
 .../clipboard/preserve-cutpaste01-expected.html |    12 +
 .../clipboard/preserve-cutpaste01-input.html    |    24 +
 .../deleteBeforeParagraph-list01-expected.html  |     6 +
 .../deleteBeforeParagraph-list01-input.html     |    16 +
 .../deleteBeforeParagraph-list01a-expected.html |     6 +
 .../deleteBeforeParagraph-list01a-input.html    |    16 +
 .../deleteBeforeParagraph-list02-expected.html  |    14 +
 .../deleteBeforeParagraph-list02-input.html     |    16 +
 .../deleteBeforeParagraph-list02a-expected.html |     6 +
 .../deleteBeforeParagraph-list02a-input.html    |    16 +
 .../deleteBeforeParagraph-list03-expected.html  |    10 +
 .../deleteBeforeParagraph-list03-input.html     |    20 +
 .../deleteBeforeParagraph-list03a-expected.html |     9 +
 .../deleteBeforeParagraph-list03a-input.html    |    20 +
 .../deleteBeforeParagraph-list04-expected.html  |    17 +
 .../deleteBeforeParagraph-list04-input.html     |    27 +
 .../deleteBeforeParagraph-list04a-expected.html |    14 +
 .../deleteBeforeParagraph-list04a-input.html    |    27 +
 .../deleteBeforeParagraph-list05-expected.html  |    21 +
 .../deleteBeforeParagraph-list05-input.html     |    27 +
 .../deleteBeforeParagraph-list05a-expected.html |    14 +
 .../deleteBeforeParagraph-list05a-input.html    |    27 +
 .../deleteBeforeParagraph-list06-expected.html  |    21 +
 .../deleteBeforeParagraph-list06-input.html     |    27 +
 .../deleteBeforeParagraph-list06a-expected.html |    14 +
 .../deleteBeforeParagraph-list06a-input.html    |    27 +
 ...eleteBeforeParagraph-sublist01-expected.html |    21 +
 .../deleteBeforeParagraph-sublist01-input.html  |    25 +
 ...eleteBeforeParagraph-sublist02-expected.html |    21 +
 .../deleteBeforeParagraph-sublist02-input.html  |    25 +
 ...eleteBeforeParagraph-sublist03-expected.html |    15 +
 .../deleteBeforeParagraph-sublist03-input.html  |    25 +
 ...leteBeforeParagraph-sublist03a-expected.html |    15 +
 .../deleteBeforeParagraph-sublist03a-input.html |    25 +
 .../deleteBeforeParagraph01-expected.html       |     6 +
 .../cursor/deleteBeforeParagraph01-input.html   |    16 +
 .../deleteBeforeParagraph01a-expected.html      |     6 +
 .../cursor/deleteBeforeParagraph01a-input.html  |    16 +
 .../deleteBeforeParagraph02-expected.html       |     6 +
 .../cursor/deleteBeforeParagraph02-input.html   |    16 +
 .../deleteBeforeParagraph02a-expected.html      |     6 +
 .../cursor/deleteBeforeParagraph02a-input.html  |    16 +
 .../deleteCharacter-caption01-expected.html     |    24 +
 .../cursor/deleteCharacter-caption01-input.html |    34 +
 .../deleteCharacter-caption02-expected.html     |    24 +
 .../cursor/deleteCharacter-caption02-input.html |    34 +
 .../deleteCharacter-emoji01-expected.html       |    12 +
 .../cursor/deleteCharacter-emoji01-input.html   |    17 +
 .../deleteCharacter-emoji02-expected.html       |     9 +
 .../cursor/deleteCharacter-emoji02-input.html   |    17 +
 .../deleteCharacter-emoji03-expected.html       |     9 +
 .../cursor/deleteCharacter-emoji03-input.html   |    17 +
 .../deleteCharacter-emoji04-expected.html       |     9 +
 .../cursor/deleteCharacter-emoji04-input.html   |    17 +
 .../deleteCharacter-emoji05-expected.html       |     9 +
 .../cursor/deleteCharacter-emoji05-input.html   |    17 +
 .../deleteCharacter-emoji06-expected.html       |     9 +
 .../cursor/deleteCharacter-emoji06-input.html   |    17 +
 .../deleteCharacter-emoji07-expected.html       |     9 +
 .../cursor/deleteCharacter-emoji07-input.html   |    17 +
 .../deleteCharacter-emoji08-expected.html       |     9 +
 .../cursor/deleteCharacter-emoji08-input.html   |    17 +
 .../deleteCharacter-endnote01-expected.html     |    11 +
 .../cursor/deleteCharacter-endnote01-input.html |    16 +
 .../deleteCharacter-endnote02-expected.html     |    11 +
 .../cursor/deleteCharacter-endnote02-input.html |    16 +
 .../deleteCharacter-endnote03-expected.html     |     8 +
 .../cursor/deleteCharacter-endnote03-input.html |    16 +
 .../deleteCharacter-endnote04-expected.html     |     8 +
 .../cursor/deleteCharacter-endnote04-input.html |    16 +
 .../deleteCharacter-endnote05-expected.html     |     9 +
 .../cursor/deleteCharacter-endnote05-input.html |    17 +
 .../deleteCharacter-endnote06-expected.html     |    11 +
 .../cursor/deleteCharacter-endnote06-input.html |    16 +
 .../deleteCharacter-endnote07-expected.html     |    11 +
 .../cursor/deleteCharacter-endnote07-input.html |    16 +
 .../deleteCharacter-endnote08-expected.html     |    11 +
 .../cursor/deleteCharacter-endnote08-input.html |    16 +
 .../deleteCharacter-endnote09-expected.html     |     8 +
 .../cursor/deleteCharacter-endnote09-input.html |    16 +
 .../deleteCharacter-endnote10-expected.html     |     9 +
 .../cursor/deleteCharacter-endnote10-input.html |    17 +
 .../deleteCharacter-figcaption01-expected.html  |    11 +
 .../deleteCharacter-figcaption01-input.html     |    25 +
 .../deleteCharacter-figcaption02-expected.html  |    11 +
 .../deleteCharacter-figcaption02-input.html     |    25 +
 .../deleteCharacter-figcaption03-expected.html  |    11 +
 .../deleteCharacter-figcaption03-input.html     |    19 +
 .../deleteCharacter-figcaption04-expected.html  |    11 +
 .../deleteCharacter-figcaption04-input.html     |    19 +
 .../deleteCharacter-figure01-expected.html      |    11 +
 .../cursor/deleteCharacter-figure01-input.html  |    21 +
 .../deleteCharacter-figure02-expected.html      |    11 +
 .../cursor/deleteCharacter-figure02-input.html  |    21 +
 .../deleteCharacter-figure03-expected.html      |    11 +
 .../cursor/deleteCharacter-figure03-input.html  |    23 +
 .../deleteCharacter-figure04-expected.html      |    11 +
 .../cursor/deleteCharacter-figure04-input.html  |    23 +
 .../deleteCharacter-footnote01-expected.html    |    11 +
 .../deleteCharacter-footnote01-input.html       |    16 +
 .../deleteCharacter-footnote02-expected.html    |    11 +
 .../deleteCharacter-footnote02-input.html       |    16 +
 .../deleteCharacter-footnote03-expected.html    |     8 +
 .../deleteCharacter-footnote03-input.html       |    16 +
 .../deleteCharacter-footnote04-expected.html    |     8 +
 .../deleteCharacter-footnote04-input.html       |    16 +
 .../deleteCharacter-footnote05-expected.html    |     9 +
 .../deleteCharacter-footnote05-input.html       |    17 +
 .../deleteCharacter-footnote06-expected.html    |    11 +
 .../deleteCharacter-footnote06-input.html       |    16 +
 .../deleteCharacter-footnote07-expected.html    |    11 +
 .../deleteCharacter-footnote07-input.html       |    16 +
 .../deleteCharacter-footnote08-expected.html    |    11 +
 .../deleteCharacter-footnote08-input.html       |    16 +
 .../deleteCharacter-footnote09-expected.html    |     8 +
 .../deleteCharacter-footnote09-input.html       |    16 +
 .../deleteCharacter-footnote10-expected.html    |     9 +
 .../deleteCharacter-footnote10-input.html       |    17 +
 .../cursor/deleteCharacter-last01-expected.html |     9 +
 .../cursor/deleteCharacter-last01-input.html    |    15 +
 .../cursor/deleteCharacter-last02-expected.html |    10 +
 .../cursor/deleteCharacter-last02-input.html    |    16 +
 .../cursor/deleteCharacter-last03-expected.html |    10 +
 .../cursor/deleteCharacter-last03-input.html    |    19 +
 .../deleteCharacter-last03a-expected.html       |    15 +
 .../cursor/deleteCharacter-last03a-input.html   |    19 +
 .../cursor/deleteCharacter-last04-expected.html |    12 +
 .../cursor/deleteCharacter-last04-input.html    |    21 +
 .../deleteCharacter-last04a-expected.html       |    17 +
 .../cursor/deleteCharacter-last04a-input.html   |    21 +
 .../cursor/deleteCharacter-last05-expected.html |    12 +
 .../cursor/deleteCharacter-last05-input.html    |    21 +
 .../deleteCharacter-last05a-expected.html       |    17 +
 .../cursor/deleteCharacter-last05a-input.html   |    21 +
 .../cursor/deleteCharacter-last06-expected.html |    12 +
 .../cursor/deleteCharacter-last06-input.html    |    21 +
 .../deleteCharacter-last06a-expected.html       |    17 +
 .../cursor/deleteCharacter-last06a-input.html   |    21 +
 .../cursor/deleteCharacter-last07-expected.html |    15 +
 .../cursor/deleteCharacter-last07-input.html    |    21 +
 .../deleteCharacter-last07a-expected.html       |    15 +
 .../cursor/deleteCharacter-last07a-input.html   |    21 +
 .../cursor/deleteCharacter-last08-expected.html |    22 +
 .../cursor/deleteCharacter-last08-input.html    |    26 +
 .../deleteCharacter-last08a-expected.html       |    22 +
 .../cursor/deleteCharacter-last08a-input.html   |    26 +
 .../cursor/deleteCharacter-last09-expected.html |    19 +
 .../cursor/deleteCharacter-last09-input.html    |    26 +
 .../deleteCharacter-last09a-expected.html       |    24 +
 .../cursor/deleteCharacter-last09a-input.html   |    26 +
 .../cursor/deleteCharacter-last10-expected.html |    19 +
 .../cursor/deleteCharacter-last10-input.html    |    26 +
 .../deleteCharacter-last10a-expected.html       |    24 +
 .../cursor/deleteCharacter-last10a-input.html   |    26 +
 .../cursor/deleteCharacter-last11-expected.html |    19 +
 .../cursor/deleteCharacter-last11-input.html    |    26 +
 .../deleteCharacter-last11a-expected.html       |    24 +
 .../cursor/deleteCharacter-last11a-input.html   |    26 +
 .../cursor/deleteCharacter-last13-expected.html |    19 +
 .../cursor/deleteCharacter-last13-input.html    |    26 +
 .../cursor/deleteCharacter-link01-expected.html |     9 +
 .../cursor/deleteCharacter-link01-input.html    |    15 +
 .../cursor/deleteCharacter-link02-expected.html |     6 +
 .../cursor/deleteCharacter-link02-input.html    |    16 +
 .../cursor/deleteCharacter-link03-expected.html |     9 +
 .../cursor/deleteCharacter-link03-input.html    |    15 +
 .../cursor/deleteCharacter-link04-expected.html |     9 +
 .../cursor/deleteCharacter-link04-input.html    |    16 +
 .../cursor/deleteCharacter-list01-expected.html |    11 +
 .../cursor/deleteCharacter-list01-input.html    |    21 +
 .../cursor/deleteCharacter-list02-expected.html |    11 +
 .../cursor/deleteCharacter-list02-input.html    |    21 +
 .../cursor/deleteCharacter-list03-expected.html |    11 +
 .../cursor/deleteCharacter-list03-input.html    |    21 +
 .../cursor/deleteCharacter-list04-expected.html |     7 +
 .../cursor/deleteCharacter-list04-input.html    |    19 +
 .../cursor/deleteCharacter-list05-expected.html |    10 +
 .../cursor/deleteCharacter-list05-input.html    |    19 +
 .../cursor/deleteCharacter-list06-expected.html |     8 +
 .../cursor/deleteCharacter-list06-input.html    |    17 +
 .../cursor/deleteCharacter-list07-expected.html |     6 +
 .../cursor/deleteCharacter-list07-input.html    |    22 +
 .../deleteCharacter-reference01-expected.html   |    13 +
 .../deleteCharacter-reference01-input.html      |    19 +
 .../deleteCharacter-reference02-expected.html   |    10 +
 .../deleteCharacter-reference02-input.html      |    21 +
 .../deleteCharacter-reference03-expected.html   |    13 +
 .../deleteCharacter-reference03-input.html      |    19 +
 .../deleteCharacter-reference04-expected.html   |    13 +
 .../deleteCharacter-reference04-input.html      |    21 +
 .../deleteCharacter-table01-expected.html       |    11 +
 .../cursor/deleteCharacter-table01-input.html   |    28 +
 .../deleteCharacter-table02-expected.html       |    20 +
 .../cursor/deleteCharacter-table02-input.html   |    28 +
 .../deleteCharacter-table03-expected.html       |    11 +
 .../cursor/deleteCharacter-table03-input.html   |    30 +
 .../deleteCharacter-table04-expected.html       |    20 +
 .../cursor/deleteCharacter-table04-input.html   |    30 +
 ...deleteCharacter-tablecaption01-expected.html |    18 +
 .../deleteCharacter-tablecaption01-input.html   |    25 +
 ...deleteCharacter-tablecaption02-expected.html |    18 +
 .../deleteCharacter-tablecaption02-input.html   |    25 +
 .../cursor/deleteCharacter-toc01-expected.html  |    14 +
 .../cursor/deleteCharacter-toc01-input.html     |    24 +
 .../cursor/deleteCharacter-toc02-expected.html  |    15 +
 .../cursor/deleteCharacter-toc02-input.html     |    24 +
 .../cursor/deleteCharacter-toc03-expected.html  |    14 +
 .../cursor/deleteCharacter-toc03-input.html     |    27 +
 .../cursor/deleteCharacter-toc04-expected.html  |    15 +
 .../cursor/deleteCharacter-toc04-input.html     |    27 +
 .../cursor/deleteCharacter01-expected.html      |     6 +
 .../Layer0/cursor/deleteCharacter01-input.html  |    15 +
 .../cursor/deleteCharacter02-expected.html      |     6 +
 .../Layer0/cursor/deleteCharacter02-input.html  |    15 +
 .../cursor/deleteCharacter03-expected.html      |     6 +
 .../Layer0/cursor/deleteCharacter03-input.html  |    15 +
 .../cursor/deleteCharacter04-expected.html      |     6 +
 .../Layer0/cursor/deleteCharacter04-input.html  |    16 +
 .../cursor/deleteCharacter04a-expected.html     |     6 +
 .../Layer0/cursor/deleteCharacter04a-input.html |    16 +
 .../cursor/deleteCharacter04b-expected.html     |     6 +
 .../Layer0/cursor/deleteCharacter04b-input.html |    16 +
 .../cursor/deleteCharacter05-expected.html      |     6 +
 .../Layer0/cursor/deleteCharacter05-input.html  |    16 +
 .../cursor/deleteCharacter05a-expected.html     |     6 +
 .../Layer0/cursor/deleteCharacter05a-input.html |    16 +
 .../cursor/deleteCharacter05b-expected.html     |     6 +
 .../Layer0/cursor/deleteCharacter05b-input.html |    16 +
 .../cursor/deleteCharacter06-expected.html      |     8 +
 .../Layer0/cursor/deleteCharacter06-input.html  |    16 +
 .../cursor/deleteCharacter06a-expected.html     |     8 +
 .../Layer0/cursor/deleteCharacter06a-input.html |    16 +
 .../cursor/deleteCharacter06b-expected.html     |     8 +
 .../Layer0/cursor/deleteCharacter06b-input.html |    16 +
 .../cursor/deleteCharacter07-expected.html      |     8 +
 .../Layer0/cursor/deleteCharacter07-input.html  |    16 +
 .../cursor/deleteCharacter07a-expected.html     |     8 +
 .../Layer0/cursor/deleteCharacter07a-input.html |    16 +
 .../cursor/deleteCharacter07b-expected.html     |     8 +
 .../Layer0/cursor/deleteCharacter07b-input.html |    16 +
 .../cursor/deleteCharacter08-expected.html      |     9 +
 .../Layer0/cursor/deleteCharacter08-input.html  |    16 +
 .../cursor/deleteCharacter08a-expected.html     |     9 +
 .../Layer0/cursor/deleteCharacter08a-input.html |    16 +
 .../cursor/deleteCharacter08b-expected.html     |     9 +
 .../Layer0/cursor/deleteCharacter08b-input.html |    16 +
 .../cursor/deleteCharacter09-expected.html      |     7 +
 .../Layer0/cursor/deleteCharacter09-input.html  |    17 +
 .../cursor/deleteCharacter10-expected.html      |     7 +
 .../Layer0/cursor/deleteCharacter10-input.html  |    17 +
 .../cursor/deleteCharacter11-expected.html      |     6 +
 .../Layer0/cursor/deleteCharacter11-input.html  |    15 +
 .../cursor/deleteCharacter12-expected.html      |     6 +
 .../Layer0/cursor/deleteCharacter12-input.html  |    16 +
 .../cursor/deleteCharacter13-expected.html      |     6 +
 .../Layer0/cursor/deleteCharacter13-input.html  |    18 +
 .../cursor/deleteCharacter14-expected.html      |     6 +
 .../Layer0/cursor/deleteCharacter14-input.html  |    19 +
 .../cursor/deleteCharacter15-expected.html      |     6 +
 .../Layer0/cursor/deleteCharacter15-input.html  |    19 +
 .../cursor/deleteCharacter16-expected.html      |     6 +
 .../Layer0/cursor/deleteCharacter16-input.html  |    16 +
 .../cursor/deleteCharacter17-expected.html      |     6 +
 .../Layer0/cursor/deleteCharacter17-input.html  |    16 +
 .../cursor/deleteCharacter18-expected.html      |     7 +
 .../Layer0/cursor/deleteCharacter18-input.html  |    17 +
 .../cursor/deleteCharacter19-expected.html      |     7 +
 .../Layer0/cursor/deleteCharacter19-input.html  |    17 +
 .../cursor/deleteCharacter20-expected.html      |     7 +
 .../Layer0/cursor/deleteCharacter20-input.html  |    17 +
 .../cursor/deleteCharacter21-expected.html      |     6 +
 .../Layer0/cursor/deleteCharacter21-input.html  |    16 +
 .../cursor/deleteCharacter22-expected.html      |     6 +
 .../Layer0/cursor/deleteCharacter22-input.html  |    19 +
 .../cursor/deleteCharacter23-expected.html      |     7 +
 .../Layer0/cursor/deleteCharacter23-input.html  |    19 +
 .../cursor/deleteCharacter24-expected.html      |    11 +
 .../Layer0/cursor/deleteCharacter24-input.html  |    17 +
 .../cursor/doubleSpacePeriod01-expected.html    |     6 +
 .../cursor/doubleSpacePeriod01-input.html       |    16 +
 .../cursor/doubleSpacePeriod02-expected.html    |     6 +
 .../cursor/doubleSpacePeriod02-input.html       |    17 +
 .../cursor/doubleSpacePeriod03-expected.html    |     6 +
 .../cursor/doubleSpacePeriod03-input.html       |    16 +
 .../cursor/doubleSpacePeriod04-expected.html    |     6 +
 .../cursor/doubleSpacePeriod04-input.html       |    16 +
 .../cursor/doubleSpacePeriod05-expected.html    |     6 +
 .../cursor/doubleSpacePeriod05-input.html       |    19 +
 .../Layer0/cursor/enter-delete01-expected.html  |     6 +
 .../Layer0/cursor/enter-delete01-input.html     |    16 +
 .../Layer0/cursor/enter-delete02-expected.html  |     6 +
 .../Layer0/cursor/enter-delete02-input.html     |    18 +
 .../Layer0/cursor/enter-delete03-expected.html  |     6 +
 .../Layer0/cursor/enter-delete03-input.html     |    24 +
 .../cursor/enterAfterFigure01-expected.html     |    13 +
 .../Layer0/cursor/enterAfterFigure01-input.html |    18 +
 .../cursor/enterAfterFigure02-expected.html     |    14 +
 .../Layer0/cursor/enterAfterFigure02-input.html |    18 +
 .../cursor/enterAfterFigure03-expected.html     |    14 +
 .../Layer0/cursor/enterAfterFigure03-input.html |    18 +
 .../cursor/enterAfterTable01-expected.html      |    22 +
 .../Layer0/cursor/enterAfterTable01-input.html  |    25 +
 .../cursor/enterAfterTable02-expected.html      |    23 +
 .../Layer0/cursor/enterAfterTable02-input.html  |    25 +
 .../cursor/enterAfterTable03-expected.html      |    23 +
 .../Layer0/cursor/enterAfterTable03-input.html  |    25 +
 .../cursor/enterBeforeFigure01-expected.html    |    13 +
 .../cursor/enterBeforeFigure01-input.html       |    18 +
 .../cursor/enterBeforeFigure02-expected.html    |    14 +
 .../cursor/enterBeforeFigure02-input.html       |    18 +
 .../cursor/enterBeforeFigure03-expected.html    |    11 +
 .../cursor/enterBeforeFigure03-input.html       |    18 +
 .../cursor/enterBeforeTable01-expected.html     |    22 +
 .../Layer0/cursor/enterBeforeTable01-input.html |    25 +
 .../cursor/enterBeforeTable02-expected.html     |    23 +
 .../Layer0/cursor/enterBeforeTable02-input.html |    25 +
 .../cursor/enterBeforeTable03-expected.html     |    20 +
 .../Layer0/cursor/enterBeforeTable03-input.html |    25 +
 .../cursor/enterPressed-caption01-expected.html |    28 +
 .../cursor/enterPressed-caption01-input.html    |    38 +
 .../cursor/enterPressed-caption02-expected.html |    28 +
 .../cursor/enterPressed-caption02-input.html    |    38 +
 .../enterPressed-emptyContainer01-expected.html |    10 +
 .../enterPressed-emptyContainer01-input.html    |    13 +
 ...enterPressed-emptyContainer01a-expected.html |    10 +
 .../enterPressed-emptyContainer01a-input.html   |    14 +
 .../enterPressed-emptyContainer02-expected.html |    12 +
 .../enterPressed-emptyContainer02-input.html    |    13 +
 ...enterPressed-emptyContainer02a-expected.html |    12 +
 .../enterPressed-emptyContainer02a-input.html   |    14 +
 .../enterPressed-emptyContainer03-expected.html |    12 +
 .../enterPressed-emptyContainer03-input.html    |    13 +
 ...enterPressed-emptyContainer03a-expected.html |    12 +
 .../enterPressed-emptyContainer03a-input.html   |    14 +
 .../enterPressed-emptyContainer04-expected.html |    17 +
 .../enterPressed-emptyContainer04-input.html    |    20 +
 ...enterPressed-emptyContainer04a-expected.html |    17 +
 .../enterPressed-emptyContainer04a-input.html   |    21 +
 .../enterPressed-emptyContainer05-expected.html |    18 +
 .../enterPressed-emptyContainer05-input.html    |    19 +
 ...enterPressed-emptyContainer05a-expected.html |    18 +
 .../enterPressed-emptyContainer05a-input.html   |    20 +
 .../enterPressed-emptyContainer06-expected.html |    18 +
 .../enterPressed-emptyContainer06-input.html    |    19 +
 ...enterPressed-emptyContainer06a-expected.html |    18 +
 .../enterPressed-emptyContainer06a-input.html   |    20 +
 .../enterPressed-emptyContainer07-expected.html |     9 +
 .../enterPressed-emptyContainer07-input.html    |    17 +
 ...enterPressed-emptyContainer07a-expected.html |     9 +
 .../enterPressed-emptyContainer07a-input.html   |    18 +
 .../enterPressed-emptyContainer08-expected.html |    14 +
 .../enterPressed-emptyContainer08-input.html    |    17 +
 ...enterPressed-emptyContainer08a-expected.html |    14 +
 .../enterPressed-emptyContainer08a-input.html   |    18 +
 .../cursor/enterPressed-endnote01-expected.html |    13 +
 .../cursor/enterPressed-endnote01-input.html    |    16 +
 .../cursor/enterPressed-endnote02-expected.html |    12 +
 .../cursor/enterPressed-endnote02-input.html    |    16 +
 .../cursor/enterPressed-endnote03-expected.html |    12 +
 .../cursor/enterPressed-endnote03-input.html    |    16 +
 .../cursor/enterPressed-endnote04-expected.html |    13 +
 .../cursor/enterPressed-endnote04-input.html    |    16 +
 .../cursor/enterPressed-endnote05-expected.html |    12 +
 .../cursor/enterPressed-endnote05-input.html    |    16 +
 .../cursor/enterPressed-endnote06-expected.html |    12 +
 .../cursor/enterPressed-endnote06-input.html    |    16 +
 .../cursor/enterPressed-endnote07-expected.html |    12 +
 .../cursor/enterPressed-endnote07-input.html    |    16 +
 .../cursor/enterPressed-endnote08-expected.html |    12 +
 .../cursor/enterPressed-endnote08-input.html    |    16 +
 .../enterPressed-figcaption01-expected.html     |    15 +
 .../cursor/enterPressed-figcaption01-input.html |    27 +
 .../enterPressed-figcaption02-expected.html     |    15 +
 .../cursor/enterPressed-figcaption02-input.html |    27 +
 .../enterPressed-footnote01-expected.html       |    13 +
 .../cursor/enterPressed-footnote01-input.html   |    16 +
 .../enterPressed-footnote02-expected.html       |    12 +
 .../cursor/enterPressed-footnote02-input.html   |    16 +
 .../enterPressed-footnote03-expected.html       |    12 +
 .../cursor/enterPressed-footnote03-input.html   |    16 +
 .../enterPressed-footnote04-expected.html       |    13 +
 .../cursor/enterPressed-footnote04-input.html   |    16 +
 .../enterPressed-footnote05-expected.html       |    12 +
 .../cursor/enterPressed-footnote05-input.html   |    16 +
 .../enterPressed-footnote06-expected.html       |    12 +
 .../cursor/enterPressed-footnote06-input.html   |    16 +
 .../enterPressed-footnote07-expected.html       |    12 +
 .../cursor/enterPressed-footnote07-input.html   |    16 +
 .../enterPressed-footnote08-expected.html       |    12 +
 .../cursor/enterPressed-footnote08-input.html   |    16 +
 .../cursor/enterPressed-heading01-expected.html |     7 +
 .../cursor/enterPressed-heading01-input.html    |    18 +
 .../cursor/enterPressed-heading02-expected.html |    10 +
 .../cursor/enterPressed-heading02-input.html    |    19 +
 .../cursor/enterPressed-heading03-expected.html |    10 +
 .../cursor/enterPressed-heading03-input.html    |    18 +
 .../cursor/enterPressed-heading04-expected.html |    10 +
 .../cursor/enterPressed-heading04-input.html    |    15 +
 .../cursor/enterPressed-heading05-expected.html |     7 +
 .../cursor/enterPressed-heading05-input.html    |    15 +
 .../cursor/enterPressed-heading06-expected.html |    10 +
 .../cursor/enterPressed-heading06-input.html    |    15 +
 .../cursor/enterPressed-heading07-expected.html |     7 +
 .../cursor/enterPressed-heading07-input.html    |    15 +
 .../cursor/enterPressed-heading08-expected.html |    13 +
 .../cursor/enterPressed-heading08-input.html    |    15 +
 .../cursor/enterPressed-heading09-expected.html |     7 +
 .../cursor/enterPressed-heading09-input.html    |    15 +
 .../cursor/enterPressed-heading10-expected.html |     6 +
 .../cursor/enterPressed-heading10-input.html    |    17 +
 .../cursor/enterPressed-heading11-expected.html |    10 +
 .../cursor/enterPressed-heading11-input.html    |    17 +
 .../cursor/enterPressed-heading12-expected.html |    13 +
 .../cursor/enterPressed-heading12-input.html    |    17 +
 .../cursor/enterPressed-heading13-expected.html |     7 +
 .../cursor/enterPressed-heading13-input.html    |    17 +
 .../enterPressed-list-nop01-expected.html       |     9 +
 .../cursor/enterPressed-list-nop01-input.html   |    17 +
 .../enterPressed-list-nop02-expected.html       |    12 +
 .../cursor/enterPressed-list-nop02-input.html   |    20 +
 .../enterPressed-list-nop03-expected.html       |     9 +
 .../cursor/enterPressed-list-nop03-input.html   |    17 +
 .../enterPressed-list-nop04-expected.html       |    12 +
 .../cursor/enterPressed-list-nop04-input.html   |    20 +
 .../enterPressed-list-nop05-expected.html       |     9 +
 .../cursor/enterPressed-list-nop05-input.html   |    17 +
 .../enterPressed-list-nop06-expected.html       |    12 +
 .../cursor/enterPressed-list-nop06-input.html   |    20 +
 .../enterPressed-list-nop07-expected.html       |     9 +
 .../cursor/enterPressed-list-nop07-input.html   |    17 +
 .../enterPressed-list-nop08-expected.html       |    12 +
 .../cursor/enterPressed-list-nop08-input.html   |    20 +
 .../cursor/enterPressed-list01-expected.html    |    11 +
 .../cursor/enterPressed-list01-input.html       |    20 +
 .../cursor/enterPressed-list02-expected.html    |    11 +
 .../cursor/enterPressed-list02-input.html       |    20 +
 .../cursor/enterPressed-list03-expected.html    |    16 +
 .../cursor/enterPressed-list03-input.html       |    20 +
 .../cursor/enterPressed-list04-expected.html    |    11 +
 .../cursor/enterPressed-list04-input.html       |    20 +
 .../cursor/enterPressed-list05-expected.html    |    11 +
 .../cursor/enterPressed-list05-input.html       |    20 +
 .../cursor/enterPressed-list06-expected.html    |    11 +
 .../cursor/enterPressed-list06-input.html       |    20 +
 .../cursor/enterPressed-list07-expected.html    |    11 +
 .../cursor/enterPressed-list07-input.html       |    21 +
 .../cursor/enterPressed-list08-expected.html    |    11 +
 .../cursor/enterPressed-list08-input.html       |    21 +
 .../cursor/enterPressed-list09-expected.html    |    11 +
 .../cursor/enterPressed-list09-input.html       |    21 +
 .../cursor/enterPressed-list10-expected.html    |    14 +
 .../cursor/enterPressed-list10-input.html       |    20 +
 .../cursor/enterPressed-list11-expected.html    |    11 +
 .../cursor/enterPressed-list11-input.html       |    20 +
 .../cursor/enterPressed-list12-expected.html    |    15 +
 .../cursor/enterPressed-list12-input.html       |    23 +
 .../cursor/enterPressed-list13-expected.html    |    14 +
 .../cursor/enterPressed-list13-input.html       |    23 +
 .../cursor/enterPressed-list14-expected.html    |    14 +
 .../cursor/enterPressed-list14-input.html       |    23 +
 .../cursor/enterPressed-list15-expected.html    |    17 +
 .../cursor/enterPressed-list15-input.html       |    23 +
 .../cursor/enterPressed-list16-expected.html    |    14 +
 .../cursor/enterPressed-list16-input.html       |    24 +
 .../cursor/enterPressed-list17-expected.html    |    14 +
 .../cursor/enterPressed-list17-input.html       |    23 +
 .../cursor/enterPressed-list18-expected.html    |    14 +
 .../cursor/enterPressed-list18-input.html       |    23 +
 .../cursor/enterPressed-list19-expected.html    |    19 +
 .../cursor/enterPressed-list19-input.html       |    23 +
 .../cursor/enterPressed-list20-expected.html    |    14 +
 .../cursor/enterPressed-list20-input.html       |    24 +
 .../cursor/enterPressed-list21-expected.html    |    11 +
 .../cursor/enterPressed-list21-input.html       |    20 +
 .../cursor/enterPressed-list22-expected.html    |    16 +
 .../cursor/enterPressed-list22-input.html       |    20 +
 .../cursor/enterPressed-list23-expected.html    |    16 +
 .../cursor/enterPressed-list23-input.html       |    20 +
 .../cursor/enterPressed-list24-expected.html    |    18 +
 .../cursor/enterPressed-list24-input.html       |    21 +
 .../cursor/enterPressed-list25-expected.html    |    11 +
 .../cursor/enterPressed-list25-input.html       |    24 +
 .../cursor/enterPressed-list26-expected.html    |    14 +
 .../cursor/enterPressed-list26-input.html       |    17 +
 .../cursor/enterPressed-list27-expected.html    |    17 +
 .../cursor/enterPressed-list27-input.html       |    20 +
 .../cursor/enterPressed-list28-expected.html    |    17 +
 .../cursor/enterPressed-list28-input.html       |    20 +
 .../cursor/enterPressed-list29-expected.html    |    19 +
 .../cursor/enterPressed-list29-input.html       |    24 +
 .../cursor/enterPressed-list30-expected.html    |    24 +
 .../cursor/enterPressed-list30-input.html       |    29 +
 .../cursor/enterPressed-list31-expected.html    |    17 +
 .../cursor/enterPressed-list31-input.html       |    24 +
 .../cursor/enterPressed-list32-expected.html    |    22 +
 .../cursor/enterPressed-list32-input.html       |    29 +
 .../cursor/enterPressed-list33-expected.html    |    22 +
 .../cursor/enterPressed-list33-input.html       |    29 +
 .../cursor/enterPressed-next01-expected.html    |     7 +
 .../cursor/enterPressed-next01-input.html       |    16 +
 .../cursor/enterPressed-next02-expected.html    |     7 +
 .../cursor/enterPressed-next02-input.html       |    17 +
 .../cursor/enterPressed-next03-expected.html    |     7 +
 .../cursor/enterPressed-next03-input.html       |    16 +
 .../cursor/enterPressed-next04-expected.html    |     7 +
 .../cursor/enterPressed-next04-input.html       |    17 +
 .../cursor/enterPressed-next05a-expected.html   |    10 +
 .../cursor/enterPressed-next05a-input.html      |    18 +
 .../cursor/enterPressed-next05b-expected.html   |    10 +
 .../cursor/enterPressed-next05b-input.html      |    18 +
 .../cursor/enterPressed-next05c-expected.html   |    10 +
 .../cursor/enterPressed-next05c-input.html      |    18 +
 .../cursor/enterPressed-next05d-expected.html   |    10 +
 .../cursor/enterPressed-next05d-input.html      |    18 +
 .../cursor/enterPressed-next05e-expected.html   |    10 +
 .../cursor/enterPressed-next05e-input.html      |    18 +
 .../cursor/enterPressed-next06-expected.html    |    10 +
 .../cursor/enterPressed-next06-input.html       |    17 +
 .../cursor/enterPressed-next07-expected.html    |    10 +
 .../cursor/enterPressed-next07-input.html       |    17 +
 .../cursor/enterPressed-next08-expected.html    |    10 +
 .../cursor/enterPressed-next08-input.html       |    17 +
 .../cursor/enterPressed-next09-expected.html    |     7 +
 .../cursor/enterPressed-next09-input.html       |    16 +
 .../enterPressed-paragraphClass01-expected.html |     7 +
 .../enterPressed-paragraphClass01-input.html    |    16 +
 .../enterPressed-paragraphClass02-expected.html |    10 +
 .../enterPressed-paragraphClass02-input.html    |    16 +
 .../enterPressed-paragraphClass03-expected.html |    10 +
 .../enterPressed-paragraphClass03-input.html    |    16 +
 .../enterPressed-paragraphClass04-expected.html |     7 +
 .../enterPressed-paragraphClass04-input.html    |    17 +
 .../enterPressed-paragraphClass05-expected.html |    10 +
 .../enterPressed-paragraphClass05-input.html    |    17 +
 .../enterPressed-paragraphClass06-expected.html |    10 +
 .../enterPressed-paragraphClass06-input.html    |    17 +
 .../enterPressed-selection01-expected.html      |     7 +
 .../cursor/enterPressed-selection01-input.html  |    15 +
 .../enterPressed-selection02-expected.html      |    10 +
 .../cursor/enterPressed-selection02-input.html  |    15 +
 .../enterPressed-selection03-expected.html      |     7 +
 .../cursor/enterPressed-selection03-input.html  |    16 +
 .../enterPressed-selection04-expected.html      |    10 +
 .../cursor/enterPressed-selection04-input.html  |    16 +
 .../Layer0/cursor/enterPressed01-expected.html  |     7 +
 .../Layer0/cursor/enterPressed01-input.html     |    16 +
 .../Layer0/cursor/enterPressed02-expected.html  |     7 +
 .../Layer0/cursor/enterPressed02-input.html     |    16 +
 .../Layer0/cursor/enterPressed03-expected.html  |    11 +
 .../Layer0/cursor/enterPressed03-input.html     |    16 +
 .../Layer0/cursor/enterPressed04-expected.html  |     7 +
 .../Layer0/cursor/enterPressed04-input.html     |    16 +
 .../Layer0/cursor/enterPressed05-expected.html  |    10 +
 .../Layer0/cursor/enterPressed05-input.html     |    16 +
 .../Layer0/cursor/enterPressed06-expected.html  |     7 +
 .../Layer0/cursor/enterPressed06-input.html     |    16 +
 .../Layer0/cursor/enterPressed07-expected.html  |     7 +
 .../Layer0/cursor/enterPressed07-input.html     |    16 +
 .../Layer0/cursor/enterPressed08-expected.html  |    10 +
 .../Layer0/cursor/enterPressed08-input.html     |    16 +
 .../Layer0/cursor/enterPressed09-expected.html  |     7 +
 .../Layer0/cursor/enterPressed09-input.html     |    17 +
 .../Layer0/cursor/enterPressed10-expected.html  |     7 +
 .../Layer0/cursor/enterPressed10-input.html     |    16 +
 .../Layer0/cursor/enterPressed11-expected.html  |     7 +
 .../Layer0/cursor/enterPressed11-input.html     |    16 +
 .../Layer0/cursor/enterPressed12-expected.html  |    10 +
 .../Layer0/cursor/enterPressed12-input.html     |    16 +
 .../Layer0/cursor/enterPressed13-expected.html  |     7 +
 .../Layer0/cursor/enterPressed13-input.html     |    17 +
 .../Layer0/cursor/enterPressed14-expected.html  |    10 +
 .../Layer0/cursor/enterPressed14-input.html     |    16 +
 .../Layer0/cursor/enterPressed15-expected.html  |    10 +
 .../Layer0/cursor/enterPressed15-input.html     |    16 +
 .../Layer0/cursor/enterPressed16-expected.html  |    10 +
 .../Layer0/cursor/enterPressed16-input.html     |    16 +
 .../Layer0/cursor/enterPressed17-expected.html  |     7 +
 .../Layer0/cursor/enterPressed17-input.html     |    16 +
 .../Layer0/cursor/enterPressed18-expected.html  |    14 +
 .../Layer0/cursor/enterPressed18-input.html     |    16 +
 .../Layer0/cursor/enterPressed19-expected.html  |     7 +
 .../Layer0/cursor/enterPressed19-input.html     |    16 +
 .../Layer0/cursor/enterPressed20-expected.html  |    17 +
 .../Layer0/cursor/enterPressed20-input.html     |    16 +
 .../Layer0/cursor/enterPressed21-expected.html  |    14 +
 .../Layer0/cursor/enterPressed21-input.html     |    16 +
 .../Layer0/cursor/enterPressed22-expected.html  |    14 +
 .../Layer0/cursor/enterPressed22-input.html     |    16 +
 .../Layer0/cursor/enterPressed23-expected.html  |    14 +
 .../Layer0/cursor/enterPressed23-input.html     |    16 +
 .../Layer0/cursor/enterPressed24-expected.html  |    10 +
 .../Layer0/cursor/enterPressed24-input.html     |    16 +
 .../Layer0/cursor/enterPressed25-expected.html  |    10 +
 .../Layer0/cursor/enterPressed25-input.html     |    16 +
 .../Layer0/cursor/enterPressed26-expected.html  |    14 +
 .../Layer0/cursor/enterPressed26-input.html     |    16 +
 .../Layer0/cursor/enterPressed27-expected.html  |    10 +
 .../Layer0/cursor/enterPressed27-input.html     |    16 +
 .../Layer0/cursor/enterPressed28-expected.html  |    14 +
 .../Layer0/cursor/enterPressed28-input.html     |    19 +
 .../Layer0/cursor/enterPressed29-expected.html  |     7 +
 .../Layer0/cursor/enterPressed29-input.html     |    15 +
 .../Layer0/cursor/enterPressed30-expected.html  |    11 +
 .../Layer0/cursor/enterPressed30-input.html     |    16 +
 .../Layer0/cursor/enterPressed31-expected.html  |    11 +
 .../Layer0/cursor/enterPressed31-input.html     |    19 +
 .../Layer0/cursor/enterPressed32-expected.html  |    16 +
 .../Layer0/cursor/enterPressed32-input.html     |    24 +
 .../Layer0/cursor/enterPressed33-expected.html  |    14 +
 .../Layer0/cursor/enterPressed33-input.html     |    19 +
 .../Layer0/cursor/enterPressed34-expected.html  |    19 +
 .../Layer0/cursor/enterPressed34-input.html     |    24 +
 .../Layer0/cursor/enterPressed35-expected.html  |    12 +
 .../Layer0/cursor/enterPressed35-input.html     |    17 +
 .../insertCharacter-caption01-expected.html     |    24 +
 .../cursor/insertCharacter-caption01-input.html |    38 +
 .../insertCharacter-caption02-expected.html     |    24 +
 .../cursor/insertCharacter-caption02-input.html |    38 +
 .../cursor/insertCharacter-dash01-expected.html |     7 +
 .../cursor/insertCharacter-dash01-input.html    |    20 +
 .../cursor/insertCharacter-dash02-expected.html |     7 +
 .../cursor/insertCharacter-dash02-input.html    |    20 +
 .../cursor/insertCharacter-dash03-expected.html |     7 +
 .../cursor/insertCharacter-dash03-input.html    |    21 +
 .../cursor/insertCharacter-dash04-expected.html |     7 +
 .../cursor/insertCharacter-dash04-input.html    |    21 +
 .../insertCharacter-empty01-expected.html       |     6 +
 .../cursor/insertCharacter-empty01-input.html   |    15 +
 .../insertCharacter-empty02-expected.html       |     6 +
 .../cursor/insertCharacter-empty02-input.html   |    15 +
 .../insertCharacter-empty03-expected.html       |     6 +
 .../cursor/insertCharacter-empty03-input.html   |    15 +
 .../insertCharacter-empty04-expected.html       |     6 +
 .../cursor/insertCharacter-empty04-input.html   |    15 +
 .../insertCharacter-empty05-expected.html       |     6 +
 .../cursor/insertCharacter-empty05-input.html   |    15 +
 .../insertCharacter-empty06-expected.html       |     6 +
 .../cursor/insertCharacter-empty06-input.html   |    15 +
 .../insertCharacter-empty07-expected.html       |     6 +
 .../cursor/insertCharacter-empty07-input.html   |    15 +
 .../insertCharacter-empty08-expected.html       |     6 +
 .../cursor/insertCharacter-empty08-input.html   |    19 +
 .../insertCharacter-empty09-expected.html       |     6 +
 .../cursor/insertCharacter-empty09-input.html   |    19 +
 .../insertCharacter-empty10-expected.html       |     6 +
 .../cursor/insertCharacter-empty10-input.html   |    17 +
 .../insertCharacter-empty11-expected.html       |     6 +
 .../cursor/insertCharacter-empty11-input.html   |    15 +
 .../insertCharacter-figcaption01-expected.html  |    11 +
 .../insertCharacter-figcaption01-input.html     |    27 +
 .../insertCharacter-figcaption02-expected.html  |    11 +
 .../insertCharacter-figcaption02-input.html     |    27 +
 .../cursor/insertCharacter-list01-expected.html |    10 +
 .../cursor/insertCharacter-list01-input.html    |    20 +
 .../cursor/insertCharacter-list02-expected.html |    10 +
 .../cursor/insertCharacter-list02-input.html    |    20 +
 .../cursor/insertCharacter-list03-expected.html |    10 +
 .../cursor/insertCharacter-list03-input.html    |    20 +
 .../cursor/insertCharacter-list04-expected.html |    10 +
 .../cursor/insertCharacter-list04-input.html    |    20 +
 .../cursor/insertCharacter-list05-expected.html |    10 +
 .../cursor/insertCharacter-list05-input.html    |    20 +
 .../cursor/insertCharacter-list06-expected.html |    12 +
 .../cursor/insertCharacter-list06-input.html    |    22 +
 .../cursor/insertCharacter-list07-expected.html |    12 +
 .../cursor/insertCharacter-list07-input.html    |    22 +
 .../cursor/insertCharacter-list08-expected.html |    12 +
 .../cursor/insertCharacter-list08-input.html    |    22 +
 .../cursor/insertCharacter-list09-expected.html |    12 +
 .../cursor/insertCharacter-list09-input.html    |    22 +
 .../cursor/insertCharacter-list10-expected.html |    12 +
 .../cursor/insertCharacter-list10-input.html    |    22 +
 .../insertCharacter-quotes01-expected.html      |     8 +
 .../cursor/insertCharacter-quotes01-input.html  |    29 +
 .../insertCharacter-space01-expected.html       |     6 +
 .../cursor/insertCharacter-space01-input.html   |    16 +
 .../insertCharacter-space02-expected.html       |     9 +
 .../cursor/insertCharacter-space02-input.html   |    15 +
 .../insertCharacter-space03-expected.html       |     9 +
 .../cursor/insertCharacter-space03-input.html   |    15 +
 .../insertCharacter-space04-expected.html       |    10 +
 .../cursor/insertCharacter-space04-input.html   |    15 +
 .../insertCharacter-space05-expected.html       |    10 +
 .../cursor/insertCharacter-space05-input.html   |    15 +
 .../insertCharacter-space06-expected.html       |     9 +
 .../cursor/insertCharacter-space06-input.html   |    15 +
 .../insertCharacter-space07-expected.html       |    10 +
 .../cursor/insertCharacter-space07-input.html   |    15 +
 .../insertCharacter-space08-expected.html       |    10 +
 .../cursor/insertCharacter-space08-input.html   |    15 +
 .../insertCharacter-spchar01-expected.html      |     6 +
 .../cursor/insertCharacter-spchar01-input.html  |    16 +
 .../insertCharacter-spchar02-expected.html      |     9 +
 .../cursor/insertCharacter-spchar02-input.html  |    16 +
 .../insertCharacter-spchar03-expected.html      |     6 +
 .../cursor/insertCharacter-spchar03-input.html  |    16 +
 .../insertCharacter-spchar04-expected.html      |     9 +
 .../cursor/insertCharacter-spchar04-input.html  |    16 +
 .../insertCharacter-table01-expected.html       |    25 +
 .../cursor/insertCharacter-table01-input.html   |    32 +
 .../insertCharacter-table02-expected.html       |    25 +
 .../cursor/insertCharacter-table02-input.html   |    32 +
 .../insertCharacter-table03-expected.html       |    24 +
 .../cursor/insertCharacter-table03-input.html   |    35 +
 .../insertCharacter-table04-expected.html       |    24 +
 .../cursor/insertCharacter-table04-input.html   |    35 +
 .../insertCharacter-table05-expected.html       |    25 +
 .../cursor/insertCharacter-table05-input.html   |    35 +
 .../insertCharacter-table06-expected.html       |    24 +
 .../cursor/insertCharacter-table06-input.html   |    35 +
 .../insertCharacter-table07-expected.html       |    24 +
 .../cursor/insertCharacter-table07-input.html   |    35 +
 .../insertCharacter-table08-expected.html       |    25 +
 .../cursor/insertCharacter-table08-input.html   |    35 +
 .../insertCharacter-table09-expected.html       |    24 +
 .../cursor/insertCharacter-table09-input.html   |    35 +
 .../insertCharacter-table10-expected.html       |    24 +
 .../cursor/insertCharacter-table10-input.html   |    35 +
 .../insertCharacter-table11-expected.html       |    24 +
 .../cursor/insertCharacter-table11-input.html   |    37 +
 .../insertCharacter-table12-expected.html       |    25 +
 .../cursor/insertCharacter-table12-input.html   |    37 +
 .../insertCharacter-table13-expected.html       |    24 +
 .../cursor/insertCharacter-table13-input.html   |    37 +
 .../insertCharacter-table14-expected.html       |    24 +
 .../cursor/insertCharacter-table14-input.html   |    37 +
 .../insertCharacter-table15-expected.html       |    25 +
 .../cursor/insertCharacter-table15-input.html   |    37 +
 .../insertCharacter-toparagraph01-expected.html |     6 +
 .../insertCharacter-toparagraph01-input.html    |    28 +
 .../insertCharacter-toparagraph02-expected.html |     6 +
 .../insertCharacter-toparagraph02-input.html    |    28 +
 .../insertCharacter-toparagraph03-expected.html |     6 +
 .../insertCharacter-toparagraph03-input.html    |    32 +
 .../insertCharacter-toparagraph04-expected.html |     6 +
 .../insertCharacter-toparagraph04-input.html    |    32 +
 .../insertCharacter-toparagraph05-expected.html |     6 +
 .../insertCharacter-toparagraph05-input.html    |    32 +
 .../insertCharacter-toparagraph06-expected.html |     6 +
 .../insertCharacter-toparagraph06-input.html    |    32 +
 .../insertCharacter-toparagraph07-expected.html |     7 +
 .../insertCharacter-toparagraph07-input.html    |    31 +
 .../insertCharacter-toparagraph08-expected.html |     7 +
 .../insertCharacter-toparagraph08-input.html    |    31 +
 .../cursor/insertCharacter01-expected.html      |     6 +
 .../Layer0/cursor/insertCharacter01-input.html  |    15 +
 .../cursor/insertCharacter02-expected.html      |     6 +
 .../Layer0/cursor/insertCharacter02-input.html  |    15 +
 .../cursor/insertCharacter03-expected.html      |     6 +
 .../Layer0/cursor/insertCharacter03-input.html  |    15 +
 .../cursor/insertCharacter04-expected.html      |     6 +
 .../Layer0/cursor/insertCharacter04-input.html  |    15 +
 .../cursor/insertCharacter05-expected.html      |     6 +
 .../Layer0/cursor/insertCharacter05-input.html  |    15 +
 .../cursor/insertCharacter06-expected.html      |     6 +
 .../Layer0/cursor/insertCharacter06-input.html  |    15 +
 .../cursor/insertCharacter07-expected.html      |     6 +
 .../Layer0/cursor/insertCharacter07-input.html  |    15 +
 .../cursor/insertCharacter08-expected.html      |     6 +
 .../Layer0/cursor/insertCharacter08-input.html  |    15 +
 .../cursor/insertCharacter09-expected.html      |     7 +
 .../Layer0/cursor/insertCharacter09-input.html  |    17 +
 .../cursor/insertCharacter10-expected.html      |     6 +
 .../Layer0/cursor/insertCharacter10-input.html  |    16 +
 .../cursor/insertCharacter11-expected.html      |     7 +
 .../Layer0/cursor/insertCharacter11-input.html  |    16 +
 .../cursor/insertCharacter12-expected.html      |     8 +
 .../Layer0/cursor/insertCharacter12-input.html  |    18 +
 .../cursor/insertCharacter13-expected.html      |     7 +
 .../Layer0/cursor/insertCharacter13-input.html  |    16 +
 .../cursor/insertCharacter14-expected.html      |     7 +
 .../Layer0/cursor/insertCharacter14-input.html  |    16 +
 .../cursor/insertCharacter15-expected.html      |     8 +
 .../Layer0/cursor/insertCharacter15-input.html  |    17 +
 .../cursor/insertCharacter16-expected.html      |     8 +
 .../Layer0/cursor/insertCharacter16-input.html  |    17 +
 .../Layer0/cursor/insertEndnote01-expected.html |    10 +
 .../Layer0/cursor/insertEndnote01-input.html    |    16 +
 .../Layer0/cursor/insertEndnote02-expected.html |     9 +
 .../Layer0/cursor/insertEndnote02-input.html    |    16 +
 .../Layer0/cursor/insertEndnote03-expected.html |     9 +
 .../Layer0/cursor/insertEndnote03-input.html    |    16 +
 .../Layer0/cursor/insertEndnote04-expected.html |     6 +
 .../Layer0/cursor/insertEndnote04-input.html    |    16 +
 .../Layer0/cursor/insertEndnote05-expected.html |     6 +
 .../Layer0/cursor/insertEndnote05-input.html    |    16 +
 .../Layer0/cursor/insertEndnote06-expected.html |     6 +
 .../Layer0/cursor/insertEndnote06-input.html    |    16 +
 .../Layer0/cursor/insertEndnote07-expected.html |    11 +
 .../Layer0/cursor/insertEndnote07-input.html    |    16 +
 .../Layer0/cursor/insertEndnote08-expected.html |    11 +
 .../Layer0/cursor/insertEndnote08-input.html    |    16 +
 .../Layer0/cursor/insertEndnote09-expected.html |    11 +
 .../Layer0/cursor/insertEndnote09-input.html    |    16 +
 .../cursor/insertFootnote01-expected.html       |    10 +
 .../Layer0/cursor/insertFootnote01-input.html   |    16 +
 .../cursor/insertFootnote02-expected.html       |     9 +
 .../Layer0/cursor/insertFootnote02-input.html   |    16 +
 .../cursor/insertFootnote03-expected.html       |     9 +
 .../Layer0/cursor/insertFootnote03-input.html   |    16 +
 .../cursor/insertFootnote04-expected.html       |     6 +
 .../Layer0/cursor/insertFootnote04-input.html   |    16 +
 .../cursor/insertFootnote05-expected.html       |     6 +
 .../Layer0/cursor/insertFootnote05-input.html   |    16 +
 .../cursor/insertFootnote06-expected.html       |     6 +
 .../Layer0/cursor/insertFootnote06-input.html   |    16 +
 .../cursor/insertFootnote07-expected.html       |    11 +
 .../Layer0/cursor/insertFootnote07-input.html   |    16 +
 .../cursor/insertFootnote08-expected.html       |    11 +
 .../Layer0/cursor/insertFootnote08-input.html   |    16 +
 .../cursor/insertFootnote09-expected.html       |    11 +
 .../Layer0/cursor/insertFootnote09-input.html   |    16 +
 .../makeContainerInsertionPoint01-expected.html |     7 +
 .../makeContainerInsertionPoint01-input.html    |    15 +
 ...makeContainerInsertionPoint02a-expected.html |     8 +
 .../makeContainerInsertionPoint02a-input.html   |    15 +
 ...makeContainerInsertionPoint02b-expected.html |     7 +
 .../makeContainerInsertionPoint02b-input.html   |    15 +
 ...makeContainerInsertionPoint02c-expected.html |     7 +
 .../makeContainerInsertionPoint02c-input.html   |    15 +
 ...makeContainerInsertionPoint03a-expected.html |     8 +
 .../makeContainerInsertionPoint03a-input.html   |    20 +
 ...makeContainerInsertionPoint03b-expected.html |    10 +
 .../makeContainerInsertionPoint03b-input.html   |    20 +
 ...makeContainerInsertionPoint03c-expected.html |    10 +
 .../makeContainerInsertionPoint03c-input.html   |    20 +
 .../makeContainerInsertionPoint04-expected.html |     8 +
 .../makeContainerInsertionPoint04-input.html    |    15 +
 ...makeContainerInsertionPoint05a-expected.html |     8 +
 .../makeContainerInsertionPoint05a-input.html   |    15 +
 ...makeContainerInsertionPoint05b-expected.html |     7 +
 .../makeContainerInsertionPoint05b-input.html   |    15 +
 ...makeContainerInsertionPoint05c-expected.html |     7 +
 .../makeContainerInsertionPoint05c-input.html   |    15 +
 .../makeContainerInsertionPoint06-expected.html |    14 +
 .../makeContainerInsertionPoint06-input.html    |    19 +
 .../makeContainerInsertionPoint07-expected.html |    21 +
 .../makeContainerInsertionPoint07-input.html    |    24 +
 .../test/Layer0/cursor/nbsp01-expected.html     |     6 +
 .../test/Layer0/cursor/nbsp01-input.html        |    15 +
 .../test/Layer0/cursor/nbsp02-expected.html     |     6 +
 .../test/Layer0/cursor/nbsp02-input.html        |    16 +
 .../test/Layer0/cursor/nbsp03-expected.html     |     6 +
 .../test/Layer0/cursor/nbsp03-input.html        |    16 +
 .../test/Layer0/cursor/nbsp04-expected.html     |     6 +
 .../test/Layer0/cursor/nbsp04-input.html        |    17 +
 .../test/Layer0/cursor/nbsp05-expected.html     |     6 +
 .../test/Layer0/cursor/nbsp05-input.html        |    18 +
 .../Layer0/cursor/position-br01-expected.html   |    23 +
 .../test/Layer0/cursor/position-br01-input.html |    26 +
 .../Layer0/cursor/position-br02-expected.html   |    10 +
 .../test/Layer0/cursor/position-br02-input.html |    22 +
 .../Layer0/cursor/position-br03-expected.html   |    20 +
 .../test/Layer0/cursor/position-br03-input.html |    22 +
 .../Layer0/cursor/position-br04-expected.html   |    28 +
 .../test/Layer0/cursor/position-br04-input.html |    22 +
 .../cursor/textAfterFigure01-expected.html      |    10 +
 .../Layer0/cursor/textAfterFigure01-input.html  |    18 +
 .../cursor/textAfterFigure02-expected.html      |    10 +
 .../Layer0/cursor/textAfterFigure02-input.html  |    18 +
 .../cursor/textAfterFigure03-expected.html      |    10 +
 .../Layer0/cursor/textAfterFigure03-input.html  |    18 +
 .../cursor/textAfterTable01-expected.html       |    19 +
 .../Layer0/cursor/textAfterTable01-input.html   |    25 +
 .../cursor/textAfterTable02-expected.html       |    19 +
 .../Layer0/cursor/textAfterTable02-input.html   |    25 +
 .../cursor/textAfterTable03-expected.html       |    19 +
 .../Layer0/cursor/textAfterTable03-input.html   |    25 +
 .../cursor/textBeforeFigure01-expected.html     |    10 +
 .../Layer0/cursor/textBeforeFigure01-input.html |    18 +
 .../cursor/textBeforeFigure02-expected.html     |    10 +
 .../Layer0/cursor/textBeforeFigure02-input.html |    18 +
 .../cursor/textBeforeFigure03-expected.html     |    10 +
 .../Layer0/cursor/textBeforeFigure03-input.html |    18 +
 .../cursor/textBeforeTable01-expected.html      |    19 +
 .../Layer0/cursor/textBeforeTable01-input.html  |    25 +
 .../cursor/textBeforeTable02-expected.html      |    19 +
 .../Layer0/cursor/textBeforeTable02-input.html  |    25 +
 .../cursor/textBeforeTable03-expected.html      |    19 +
 .../Layer0/cursor/textBeforeTable03-input.html  |    25 +
 .../test/Layer0/dom/Position_next-expected.html |     9 +
 .../test/Layer0/dom/Position_next-input.html    |   106 +
 .../test/Layer0/dom/Position_prev-expected.html |     9 +
 .../test/Layer0/dom/Position_prev-input.html    |   104 +
 .../test/Layer0/dom/RangeTest.js                |   182 +
 .../dom/Range_getOutermostNodes-expected.html   |     9 +
 .../dom/Range_getOutermostNodes-input.html      |    97 +
 .../Layer0/dom/Range_isForward-expected.html    |     9 +
 .../test/Layer0/dom/Range_isForward-input.html  |    97 +
 .../test/Layer0/dom/avoidInline01-expected.html |     6 +
 .../test/Layer0/dom/avoidInline01-input.html    |    14 +
 .../test/Layer0/dom/avoidInline02-expected.html |     7 +
 .../test/Layer0/dom/avoidInline02-input.html    |    15 +
 .../test/Layer0/dom/avoidInline03-expected.html |     7 +
 .../test/Layer0/dom/avoidInline03-input.html    |    15 +
 .../test/Layer0/dom/avoidInline04-expected.html |     8 +
 .../test/Layer0/dom/avoidInline04-input.html    |    16 +
 .../test/Layer0/dom/avoidInline05-expected.html |     8 +
 .../test/Layer0/dom/avoidInline05-input.html    |    16 +
 .../test/Layer0/dom/avoidInline06-expected.html |    10 +
 .../test/Layer0/dom/avoidInline06-input.html    |    14 +
 .../test/Layer0/dom/avoidInline07-expected.html |    16 +
 .../test/Layer0/dom/avoidInline07-input.html    |    16 +
 .../test/Layer0/dom/avoidInline08-expected.html |    18 +
 .../test/Layer0/dom/avoidInline08-input.html    |    18 +
 ...ensureInlineNodesInParagraph01-expected.html |     6 +
 .../ensureInlineNodesInParagraph01-input.html   |    16 +
 ...ensureInlineNodesInParagraph02-expected.html |    12 +
 .../ensureInlineNodesInParagraph02-input.html   |    21 +
 ...ensureInlineNodesInParagraph03-expected.html |    12 +
 .../ensureInlineNodesInParagraph03-input.html   |    21 +
 ...ensureInlineNodesInParagraph04-expected.html |    12 +
 .../ensureInlineNodesInParagraph04-input.html   |    21 +
 ...ensureInlineNodesInParagraph05-expected.html |    20 +
 .../ensureInlineNodesInParagraph05-input.html   |    31 +
 ...ensureInlineNodesInParagraph06-expected.html |    20 +
 .../ensureInlineNodesInParagraph06-input.html   |    31 +
 ...ensureInlineNodesInParagraph07-expected.html |    20 +
 .../ensureInlineNodesInParagraph07-input.html   |    31 +
 ...ensureInlineNodesInParagraph08-expected.html |    24 +
 .../ensureInlineNodesInParagraph08-input.html   |    35 +
 ...ensureInlineNodesInParagraph09-expected.html |    10 +
 .../ensureInlineNodesInParagraph09-input.html   |    26 +
 ...ensureInlineNodesInParagraph10-expected.html |    10 +
 .../ensureInlineNodesInParagraph10-input.html   |    26 +
 ...ensureInlineNodesInParagraph11-expected.html |    10 +
 .../ensureInlineNodesInParagraph11-input.html   |    26 +
 ...ensureInlineNodesInParagraph12-expected.html |    10 +
 .../ensureInlineNodesInParagraph12-input.html   |    26 +
 ...ensureInlineNodesInParagraph13-expected.html |    10 +
 .../ensureInlineNodesInParagraph13-input.html   |    26 +
 ...ensureInlineNodesInParagraph14-expected.html |    10 +
 .../ensureInlineNodesInParagraph14-input.html   |    26 +
 ...ensureInlineNodesInParagraph15-expected.html |    10 +
 .../ensureInlineNodesInParagraph15-input.html   |    26 +
 ...ensureInlineNodesInParagraph16-expected.html |    10 +
 .../ensureInlineNodesInParagraph16-input.html   |    26 +
 .../dom/ensureValidHierarchy01-expected.html    |     6 +
 .../dom/ensureValidHierarchy01-input.html       |    17 +
 .../dom/ensureValidHierarchy02-expected.html    |     6 +
 .../dom/ensureValidHierarchy02-input.html       |    17 +
 .../dom/ensureValidHierarchy03-expected.html    |     7 +
 .../dom/ensureValidHierarchy03-input.html       |    17 +
 .../dom/ensureValidHierarchy04-expected.html    |     7 +
 .../dom/ensureValidHierarchy04-input.html       |    17 +
 .../dom/ensureValidHierarchy05-expected.html    |     7 +
 .../dom/ensureValidHierarchy05-input.html       |    19 +
 .../dom/ensureValidHierarchy06-expected.html    |     6 +
 .../dom/ensureValidHierarchy06-input.html       |    17 +
 .../dom/ensureValidHierarchy07-expected.html    |    24 +
 .../dom/ensureValidHierarchy07-input.html       |    17 +
 .../dom/ensureValidHierarchy08-expected.html    |    22 +
 .../dom/ensureValidHierarchy08-input.html       |    17 +
 .../dom/ensureValidHierarchy09-expected.html    |    30 +
 .../dom/ensureValidHierarchy09-input.html       |    17 +
 .../dom/ensureValidHierarchy10-expected.html    |    22 +
 .../dom/ensureValidHierarchy10-input.html       |    17 +
 .../dom/ensureValidHierarchy11-expected.html    |    24 +
 .../dom/ensureValidHierarchy11-input.html       |    17 +
 .../dom/ensureValidHierarchy12-expected.html    |    55 +
 .../dom/ensureValidHierarchy12-input.html       |    50 +
 .../dom/mergeWithNeighbours01-expected.html     |     6 +
 .../Layer0/dom/mergeWithNeighbours01-input.html |    31 +
 .../dom/mergeWithNeighbours02-expected.html     |     6 +
 .../Layer0/dom/mergeWithNeighbours02-input.html |    31 +
 .../dom/mergeWithNeighbours03-expected.html     |     6 +
 .../Layer0/dom/mergeWithNeighbours03-input.html |    31 +
 .../dom/mergeWithNeighbours04-expected.html     |     6 +
 .../Layer0/dom/mergeWithNeighbours04-input.html |    31 +
 .../dom/mergeWithNeighbours05-expected.html     |     6 +
 .../Layer0/dom/mergeWithNeighbours05-input.html |    25 +
 .../dom/mergeWithNeighbours06-expected.html     |    11 +
 .../Layer0/dom/mergeWithNeighbours06-input.html |    25 +
 .../dom/mergeWithNeighbours07-expected.html     |     6 +
 .../Layer0/dom/mergeWithNeighbours07-input.html |    31 +
 .../dom/mergeWithNeighbours08-expected.html     |    12 +
 .../Layer0/dom/mergeWithNeighbours08-input.html |    39 +
 .../dom/mergeWithNeighbours09-expected.html     |    14 +
 .../Layer0/dom/mergeWithNeighbours09-input.html |    39 +
 .../dom/mergeWithNeighbours10-expected.html     |    14 +
 .../Layer0/dom/mergeWithNeighbours10-input.html |    39 +
 .../dom/mergeWithNeighbours11-expected.html     |     6 +
 .../Layer0/dom/mergeWithNeighbours11-input.html |    25 +
 .../dom/mergeWithNeighbours12-expected.html     |    14 +
 .../Layer0/dom/mergeWithNeighbours12-input.html |    25 +
 .../dom/mergeWithNeighbours13-expected.html     |    14 +
 .../Layer0/dom/mergeWithNeighbours13-input.html |    25 +
 .../dom/mergeWithNeighbours14-expected.html     |    14 +
 .../Layer0/dom/mergeWithNeighbours14-input.html |    25 +
 .../Layer0/dom/moveCharacters01-expected.html   |    28 +
 .../test/Layer0/dom/moveCharacters01-input.html |    62 +
 .../Layer0/dom/moveCharacters02-expected.html   |    28 +
 .../test/Layer0/dom/moveCharacters02-input.html |    62 +
 .../Layer0/dom/moveCharacters03-expected.html   |    28 +
 .../test/Layer0/dom/moveCharacters03-input.html |    62 +
 .../Layer0/dom/moveCharacters04-expected.html   |    28 +
 .../test/Layer0/dom/moveCharacters04-input.html |    62 +
 .../test/Layer0/dom/moveNode01-expected.html    |    10 +
 .../test/Layer0/dom/moveNode01-input.html       |    19 +
 .../test/Layer0/dom/moveNode02-expected.html    |    10 +
 .../test/Layer0/dom/moveNode02-input.html       |    19 +
 .../test/Layer0/dom/moveNode03-expected.html    |    10 +
 .../test/Layer0/dom/moveNode03-input.html       |    19 +
 .../test/Layer0/dom/moveNode04-expected.html    |    10 +
 .../test/Layer0/dom/moveNode04-input.html       |    19 +
 .../test/Layer0/dom/moveNode05-expected.html    |    10 +
 .../test/Layer0/dom/moveNode05-input.html       |    19 +
 .../test/Layer0/dom/moveNode06-expected.html    |    10 +
 .../test/Layer0/dom/moveNode06-input.html       |    19 +
 .../test/Layer0/dom/moveNode07-expected.html    |    10 +
 .../test/Layer0/dom/moveNode07-input.html       |    19 +
 .../test/Layer0/dom/moveNode08-expected.html    |    10 +
 .../test/Layer0/dom/moveNode08-input.html       |    19 +
 .../test/Layer0/dom/moveNode09-expected.html    |    12 +
 .../test/Layer0/dom/moveNode09-input.html       |    19 +
 .../test/Layer0/dom/moveNode10-expected.html    |    12 +
 .../test/Layer0/dom/moveNode10-input.html       |    19 +
 .../test/Layer0/dom/moveNode11-expected.html    |    12 +
 .../test/Layer0/dom/moveNode11-input.html       |    19 +
 .../test/Layer0/dom/moveNode12-expected.html    |    12 +
 .../test/Layer0/dom/moveNode12-input.html       |    19 +
 .../test/Layer0/dom/moveNode13-expected.html    |    12 +
 .../test/Layer0/dom/moveNode13-input.html       |    19 +
 .../test/Layer0/dom/moveNode14-expected.html    |    12 +
 .../test/Layer0/dom/moveNode14-input.html       |    19 +
 .../test/Layer0/dom/moveNode15-expected.html    |    12 +
 .../test/Layer0/dom/moveNode15-input.html       |    19 +
 .../test/Layer0/dom/moveNode16-expected.html    |    12 +
 .../test/Layer0/dom/moveNode16-input.html       |    19 +
 .../test/Layer0/dom/moveNode17-expected.html    |    12 +
 .../test/Layer0/dom/moveNode17-input.html       |    22 +
 .../test/Layer0/dom/moveNode18-expected.html    |    12 +
 .../test/Layer0/dom/moveNode18-input.html       |    22 +
 .../test/Layer0/dom/moveNode19-expected.html    |    12 +
 .../test/Layer0/dom/moveNode19-input.html       |    22 +
 .../test/Layer0/dom/moveNode20-expected.html    |    12 +
 .../test/Layer0/dom/moveNode20-input.html       |    19 +
 .../test/Layer0/dom/moveNode21-expected.html    |    12 +
 .../test/Layer0/dom/moveNode21-input.html       |    19 +
 .../test/Layer0/dom/moveNode22-expected.html    |    12 +
 .../test/Layer0/dom/moveNode22-input.html       |    19 +
 .../test/Layer0/dom/moveNode23-expected.html    |    13 +
 .../test/Layer0/dom/moveNode23-input.html       |    19 +
 .../test/Layer0/dom/moveNode24-expected.html    |    13 +
 .../test/Layer0/dom/moveNode24-input.html       |    19 +
 .../test/Layer0/dom/nextNode01-expected.html    |    25 +
 .../test/Layer0/dom/nextNode01-input.html       |    63 +
 .../test/Layer0/dom/nextNode02-expected.html    |    76 +
 .../test/Layer0/dom/nextNode02-input.html       |    76 +
 .../removeNodeButKeepChildren1-expected.html    |    12 +
 .../dom/removeNodeButKeepChildren1-input.html   |    21 +
 .../removeNodeButKeepChildren2-expected.html    |    12 +
 .../dom/removeNodeButKeepChildren2-input.html   |    21 +
 .../removeNodeButKeepChildren3-expected.html    |    12 +
 .../dom/removeNodeButKeepChildren3-input.html   |    21 +
 .../removeNodeButKeepChildren4-expected.html    |    13 +
 .../dom/removeNodeButKeepChildren4-input.html   |    21 +
 .../removeNodeButKeepChildren5-expected.html    |    13 +
 .../dom/removeNodeButKeepChildren5-input.html   |    21 +
 .../removeNodeButKeepChildren6-expected.html    |    13 +
 .../dom/removeNodeButKeepChildren6-input.html   |    21 +
 .../Layer0/dom/replaceElement01-expected.html   |     8 +
 .../test/Layer0/dom/replaceElement01-input.html |    17 +
 .../Layer0/dom/replaceElement02-expected.html   |    12 +
 .../test/Layer0/dom/replaceElement02-input.html |    21 +
 .../Layer0/dom/replaceElement03-expected.html   |    12 +
 .../test/Layer0/dom/replaceElement03-input.html |    21 +
 .../Layer0/dom/replaceElement04-expected.html   |    16 +
 .../test/Layer0/dom/replaceElement04-input.html |    21 +
 .../Layer0/dom/replaceElement05-expected.html   |    18 +
 .../test/Layer0/dom/replaceElement05-input.html |    21 +
 .../Layer0/dom/replaceElement06-expected.html   |    12 +
 .../test/Layer0/dom/replaceElement06-input.html |    23 +
 .../Layer0/dom/replaceElement07-expected.html   |    14 +
 .../test/Layer0/dom/replaceElement07-input.html |    24 +
 .../Layer0/dom/replaceElement08-expected.html   |    12 +
 .../test/Layer0/dom/replaceElement08-input.html |    25 +
 .../Layer0/dom/replaceElement09-expected.html   |    20 +
 .../test/Layer0/dom/replaceElement09-input.html |    25 +
 .../Layer0/dom/replaceElement10-expected.html   |    22 +
 .../test/Layer0/dom/replaceElement10-input.html |    26 +
 ...splitAroundSelection-endnote01-expected.html |    10 +
 .../splitAroundSelection-endnote01-input.html   |    18 +
 ...splitAroundSelection-endnote02-expected.html |    10 +
 .../splitAroundSelection-endnote02-input.html   |    18 +
 ...splitAroundSelection-endnote03-expected.html |    10 +
 .../splitAroundSelection-endnote03-input.html   |    18 +
 ...plitAroundSelection-footnote01-expected.html |    10 +
 .../splitAroundSelection-footnote01-input.html  |    18 +
 ...plitAroundSelection-footnote02-expected.html |    10 +
 .../splitAroundSelection-footnote02-input.html  |    18 +
 ...plitAroundSelection-footnote03-expected.html |    10 +
 .../splitAroundSelection-footnote03-input.html  |    18 +
 .../splitAroundSelection-nested01-expected.html |    18 +
 .../splitAroundSelection-nested01-input.html    |    15 +
 .../splitAroundSelection-nested02-expected.html |    15 +
 .../splitAroundSelection-nested02-input.html    |    15 +
 .../splitAroundSelection-nested03-expected.html |    15 +
 .../splitAroundSelection-nested03-input.html    |    15 +
 .../splitAroundSelection-nested04-expected.html |    25 +
 .../splitAroundSelection-nested04-input.html    |    15 +
 .../splitAroundSelection-nested05-expected.html |    21 +
 .../splitAroundSelection-nested05-input.html    |    15 +
 .../splitAroundSelection-nested06-expected.html |    21 +
 .../splitAroundSelection-nested06-input.html    |    15 +
 .../splitAroundSelection-nested07-expected.html |    30 +
 .../splitAroundSelection-nested07-input.html    |    15 +
 .../splitAroundSelection-nested08-expected.html |    26 +
 .../splitAroundSelection-nested08-input.html    |    15 +
 .../splitAroundSelection-nested09-expected.html |    26 +
 .../splitAroundSelection-nested09-input.html    |    15 +
 .../splitAroundSelection-nested10-expected.html |    26 +
 .../splitAroundSelection-nested10-input.html    |    15 +
 .../splitAroundSelection-nested11-expected.html |    23 +
 .../splitAroundSelection-nested11-input.html    |    15 +
 .../splitAroundSelection-nested12-expected.html |    23 +
 .../splitAroundSelection-nested12-input.html    |    15 +
 .../splitAroundSelection-nested13-expected.html |    20 +
 .../splitAroundSelection-nested13-input.html    |    15 +
 .../splitAroundSelection-nested14-expected.html |    18 +
 .../splitAroundSelection-nested14-input.html    |    15 +
 .../splitAroundSelection-nested15-expected.html |    24 +
 .../splitAroundSelection-nested15-input.html    |    15 +
 .../splitAroundSelection-nested16-expected.html |    25 +
 .../splitAroundSelection-nested16-input.html    |    15 +
 .../splitAroundSelection-nested17-expected.html |    25 +
 .../splitAroundSelection-nested17-input.html    |    15 +
 .../splitAroundSelection-nested18-expected.html |    30 +
 .../splitAroundSelection-nested18-input.html    |    16 +
 .../splitAroundSelection-nested19-expected.html |    30 +
 .../splitAroundSelection-nested19-input.html    |    16 +
 .../splitAroundSelection-nested20-expected.html |    37 +
 .../splitAroundSelection-nested20-input.html    |    16 +
 .../splitAroundSelection-nested21-expected.html |    38 +
 .../splitAroundSelection-nested21-input.html    |    16 +
 .../dom/splitAroundSelection01-expected.html    |    12 +
 .../dom/splitAroundSelection01-input.html       |    15 +
 .../dom/splitAroundSelection02-expected.html    |    11 +
 .../dom/splitAroundSelection02-input.html       |    15 +
 .../dom/splitAroundSelection03-expected.html    |    11 +
 .../dom/splitAroundSelection03-input.html       |    15 +
 .../dom/splitAroundSelection04-expected.html    |    10 +
 .../dom/splitAroundSelection04-input.html       |    15 +
 .../dom/splitAroundSelection05-expected.html    |    11 +
 .../dom/splitAroundSelection05-input.html       |    15 +
 .../dom/splitAroundSelection06-expected.html    |    12 +
 .../dom/splitAroundSelection06-input.html       |    15 +
 .../dom/splitAroundSelection07-expected.html    |    11 +
 .../dom/splitAroundSelection07-input.html       |    15 +
 .../dom/splitAroundSelection08-expected.html    |    14 +
 .../dom/splitAroundSelection08-input.html       |    16 +
 .../dom/splitAroundSelection09-expected.html    |    13 +
 .../dom/splitAroundSelection09-input.html       |    16 +
 .../dom/splitAroundSelection10-expected.html    |    14 +
 .../dom/splitAroundSelection10-input.html       |    16 +
 .../dom/splitAroundSelection11-expected.html    |    14 +
 .../dom/splitAroundSelection11-input.html       |    16 +
 .../dom/splitAroundSelection12-expected.html    |    13 +
 .../dom/splitAroundSelection12-input.html       |    16 +
 .../dom/splitAroundSelection13-expected.html    |    18 +
 .../dom/splitAroundSelection13-input.html       |    15 +
 .../dom/splitAroundSelection14-expected.html    |    17 +
 .../dom/splitAroundSelection14-input.html       |    15 +
 .../dom/splitAroundSelection15-expected.html    |    17 +
 .../dom/splitAroundSelection15-input.html       |    15 +
 .../dom/splitAroundSelection16-expected.html    |    17 +
 .../dom/splitAroundSelection16-input.html       |    15 +
 .../dom/splitAroundSelection17-expected.html    |    19 +
 .../dom/splitAroundSelection17-input.html       |    15 +
 .../dom/splitAroundSelection18-expected.html    |    17 +
 .../dom/splitAroundSelection18-input.html       |    15 +
 .../dom/splitAroundSelection19-expected.html    |    12 +
 .../dom/splitAroundSelection19-input.html       |    22 +
 .../dom/splitAroundSelection20-expected.html    |    12 +
 .../dom/splitAroundSelection20-input.html       |    22 +
 .../dom/splitAroundSelection21-expected.html    |    12 +
 .../dom/splitAroundSelection21-input.html       |    22 +
 .../dom/splitAroundSelection22-expected.html    |    14 +
 .../dom/splitAroundSelection22-input.html       |    24 +
 .../dom/splitAroundSelection23-expected.html    |    14 +
 .../dom/splitAroundSelection23-input.html       |    24 +
 .../dom/splitAroundSelection24-expected.html    |    14 +
 .../dom/splitAroundSelection24-input.html       |    24 +
 .../Layer0/dom/stripComments01-expected.html    |    26 +
 .../test/Layer0/dom/stripComments01-input.html  |    26 +
 .../Layer0/dom/tracking-delete01-expected.html  |     6 +
 .../Layer0/dom/tracking-delete01-input.html     |    15 +
 .../Layer0/dom/tracking-delete02-expected.html  |     6 +
 .../Layer0/dom/tracking-delete02-input.html     |    15 +
 .../Layer0/dom/tracking-delete03-expected.html  |     6 +
 .../Layer0/dom/tracking-delete03-input.html     |    15 +
 ...tracking-mergeWithNeighbours01-expected.html |    57 +
 .../tracking-mergeWithNeighbours01-input.html   |    39 +
 ...tracking-mergeWithNeighbours02-expected.html |    71 +
 .../tracking-mergeWithNeighbours02-input.html   |    75 +
 .../Layer0/dom/tracking-moveNode-expected.html  |   179 +
 .../Layer0/dom/tracking-moveNode-input.html     |    41 +
 ...king-removeNodeButKeepChildren-expected.html |    87 +
 ...racking-removeNodeButKeepChildren-input.html |    22 +
 .../dom/tracking-replaceElement-expected.html   |    87 +
 .../dom/tracking-replaceElement-input.html      |    22 +
 .../Layer0/dom/tracking-text1-expected.html     |    45 +
 .../test/Layer0/dom/tracking-text1-input.html   |    32 +
 .../Layer0/dom/tracking-text2-expected.html     |    45 +
 .../test/Layer0/dom/tracking-text2-input.html   |    32 +
 .../Layer0/dom/tracking-text3-expected.html     |    45 +
 .../test/Layer0/dom/tracking-text3-input.html   |    32 +
 .../Layer0/dom/tracking-text4-expected.html     |    45 +
 .../test/Layer0/dom/tracking-text4-input.html   |    32 +
 .../Layer0/dom/tracking-text5-expected.html     |    45 +
 .../test/Layer0/dom/tracking-text5-input.html   |    32 +
 .../Layer0/dom/tracking-text6-expected.html     |    45 +
 .../test/Layer0/dom/tracking-text6-input.html   |    32 +
 .../Layer0/dom/tracking-text7-expected.html     |    45 +
 .../test/Layer0/dom/tracking-text7-input.html   |    33 +
 .../Layer0/dom/tracking-text8-expected.html     |    45 +
 .../test/Layer0/dom/tracking-text8-input.html   |    33 +
 .../Layer0/dom/tracking-text9-expected.html     |    45 +
 .../test/Layer0/dom/tracking-text9-input.html   |    33 +
 .../Layer0/dom/tracking-wrapNode-expected.html  |    67 +
 .../Layer0/dom/tracking-wrapNode-input.html     |    22 +
 .../test/Layer0/dom/tracking1-expected.html     |    32 +
 .../test/Layer0/dom/tracking1-input.html        |    32 +
 .../test/Layer0/dom/tracking2-expected.html     |    11 +
 .../test/Layer0/dom/tracking2-input.html        |    30 +
 .../test/Layer0/dom/tracking3-expected.html     |    10 +
 .../test/Layer0/dom/tracking3-input.html        |    20 +
 .../test/Layer0/dom/tracking4-expected.html     |    13 +
 .../test/Layer0/dom/tracking4-input.html        |    18 +
 .../Layer0/dom/wrapSiblings01-expected.html     |    26 +
 .../test/Layer0/dom/wrapSiblings01-input.html   |    38 +
 .../Layer0/dom/wrapSiblings02-expected.html     |    26 +
 .../test/Layer0/dom/wrapSiblings02-input.html   |    38 +
 .../Layer0/dom/wrapSiblings03-expected.html     |    26 +
 .../test/Layer0/dom/wrapSiblings03-input.html   |    38 +
 .../Layer0/dom/wrapSiblings04-expected.html     |    26 +
 .../test/Layer0/dom/wrapSiblings04-input.html   |    38 +
 .../test/Layer0/figures/FiguresTest.js          |    35 +
 .../figures/getProperties01-expected.html       |     2 +
 .../Layer0/figures/getProperties01-input.html   |    21 +
 .../figures/getProperties02-expected.html       |     2 +
 .../Layer0/figures/getProperties02-input.html   |    21 +
 .../figures/getProperties03-expected.html       |     2 +
 .../Layer0/figures/getProperties03-input.html   |    18 +
 .../figures/getProperties04-expected.html       |     2 +
 .../Layer0/figures/getProperties04-input.html   |    19 +
 .../figures/getProperties05-expected.html       |     2 +
 .../Layer0/figures/getProperties05-input.html   |    19 +
 .../figures/getProperties06-expected.html       |     2 +
 .../Layer0/figures/getProperties06-input.html   |    19 +
 .../figures/getProperties07-expected.html       |     2 +
 .../Layer0/figures/getProperties07-input.html   |    19 +
 .../figures/getProperties08-expected.html       |     2 +
 .../Layer0/figures/getProperties08-input.html   |    19 +
 .../insertFigure-hierarchy01-expected.html      |    14 +
 .../figures/insertFigure-hierarchy01-input.html |    24 +
 .../insertFigure-hierarchy02-expected.html      |    15 +
 .../figures/insertFigure-hierarchy02-input.html |    24 +
 .../insertFigure-hierarchy03-expected.html      |    15 +
 .../figures/insertFigure-hierarchy03-input.html |    24 +
 .../insertFigure-hierarchy04-expected.html      |    18 +
 .../figures/insertFigure-hierarchy04-input.html |    24 +
 .../insertFigure-hierarchy05-expected.html      |    15 +
 .../figures/insertFigure-hierarchy05-input.html |    24 +
 .../insertFigure-hierarchy06-expected.html      |    20 +
 .../figures/insertFigure-hierarchy06-input.html |    27 +
 .../insertFigure-hierarchy07-expected.html      |    23 +
 .../figures/insertFigure-hierarchy07-input.html |    27 +
 .../insertFigure-hierarchy08-expected.html      |    20 +
 .../figures/insertFigure-hierarchy08-input.html |    27 +
 .../Layer0/figures/insertFigure01-expected.html |    10 +
 .../Layer0/figures/insertFigure01-input.html    |    19 +
 .../Layer0/figures/insertFigure02-expected.html |    10 +
 .../Layer0/figures/insertFigure02-input.html    |    19 +
 .../Layer0/figures/insertFigure03-expected.html |    11 +
 .../Layer0/figures/insertFigure03-input.html    |    19 +
 .../Layer0/figures/insertFigure04-expected.html |    11 +
 .../Layer0/figures/insertFigure04-input.html    |    19 +
 .../Layer0/figures/insertFigure05-expected.html |    11 +
 .../Layer0/figures/insertFigure05-input.html    |    19 +
 .../test/Layer0/figures/nothing.png             |   Bin 0 -> 24405 bytes
 .../figures/setProperties01-expected.html       |    10 +
 .../Layer0/figures/setProperties01-input.html   |    21 +
 .../figures/setProperties02-expected.html       |    10 +
 .../Layer0/figures/setProperties02-input.html   |    21 +
 .../figures/setProperties03-expected.html       |    10 +
 .../Layer0/figures/setProperties03-input.html   |    21 +
 .../figures/setProperties04-expected.html       |    10 +
 .../Layer0/figures/setProperties04-input.html   |    21 +
 .../formatting/classNames01-expected.html       |     6 +
 .../Layer0/formatting/classNames01-input.html   |    14 +
 .../formatting/classNames02-expected.html       |     6 +
 .../Layer0/formatting/classNames02-input.html   |    14 +
 .../formatting/classNames03-expected.html       |     6 +
 .../Layer0/formatting/classNames03-input.html   |    14 +
 .../formatting/classNames04-expected.html       |     6 +
 .../Layer0/formatting/classNames04-input.html   |    14 +
 .../formatting/classNames05-expected.html       |     6 +
 .../Layer0/formatting/classNames05-input.html   |    14 +
 .../formatting/classNames06-expected.html       |     6 +
 .../Layer0/formatting/classNames06-input.html   |    14 +
 .../formatting/classNames07-expected.html       |     6 +
 .../Layer0/formatting/classNames07-input.html   |    14 +
 .../formatting/classNames08-expected.html       |     6 +
 .../Layer0/formatting/classNames08-input.html   |    14 +
 .../Layer0/formatting/empty01-expected.html     |     7 +
 .../test/Layer0/formatting/empty01-input.html   |    15 +
 .../Layer0/formatting/empty02-expected.html     |     9 +
 .../test/Layer0/formatting/empty02-input.html   |    16 +
 .../Layer0/formatting/empty03-expected.html     |    10 +
 .../test/Layer0/formatting/empty03-input.html   |    17 +
 .../Layer0/formatting/empty04-expected.html     |    10 +
 .../test/Layer0/formatting/empty04-input.html   |    18 +
 .../Layer0/formatting/empty05-expected.html     |     6 +
 .../test/Layer0/formatting/empty05-input.html   |    16 +
 .../Layer0/formatting/empty06-expected.html     |     6 +
 .../test/Layer0/formatting/empty06-input.html   |    16 +
 .../Layer0/formatting/empty07-expected.html     |     8 +
 .../test/Layer0/formatting/empty07-input.html   |    17 +
 .../Layer0/formatting/empty08-expected.html     |     7 +
 .../test/Layer0/formatting/empty08-input.html   |    19 +
 .../getFormatting-class01-expected.html         |     1 +
 .../formatting/getFormatting-class01-input.html |    22 +
 .../getFormatting-class02-expected.html         |     1 +
 .../formatting/getFormatting-class02-input.html |    22 +
 .../getFormatting-class03-expected.html         |     1 +
 .../formatting/getFormatting-class03-input.html |    22 +
 .../getFormatting-class04-expected.html         |     1 +
 .../formatting/getFormatting-class04-input.html |    22 +
 .../getFormatting-class05-expected.html         |     1 +
 .../formatting/getFormatting-class05-input.html |    22 +
 .../getFormatting-class06-expected.html         |     1 +
 .../formatting/getFormatting-class06-input.html |    22 +
 .../getFormatting-class07-expected.html         |     1 +
 .../formatting/getFormatting-class07-input.html |    22 +
 .../getFormatting-class08-expected.html         |     1 +
 .../formatting/getFormatting-class08-input.html |    22 +
 .../getFormatting-empty01a-expected.html        |     1 +
 .../getFormatting-empty01a-input.html           |    22 +
 .../getFormatting-empty01b-expected.html        |     1 +
 .../getFormatting-empty01b-input.html           |    24 +
 .../getFormatting-empty02a-expected.html        |     1 +
 .../getFormatting-empty02a-input.html           |    22 +
 .../getFormatting-empty02b-expected.html        |     1 +
 .../getFormatting-empty02b-input.html           |    25 +
 .../getFormatting-empty03a-expected.html        |     1 +
 .../getFormatting-empty03a-input.html           |    22 +
 .../getFormatting-empty03b-expected.html        |     1 +
 .../getFormatting-empty03b-input.html           |    25 +
 .../getFormatting-empty04a-expected.html        |     2 +
 .../getFormatting-empty04a-input.html           |    22 +
 .../getFormatting-empty04b-expected.html        |     2 +
 .../getFormatting-empty04b-input.html           |    25 +
 .../getFormatting-empty05a-expected.html        |     2 +
 .../getFormatting-empty05a-input.html           |    22 +
 .../getFormatting-empty05b-expected.html        |     2 +
 .../getFormatting-empty05b-input.html           |    25 +
 .../getFormatting-empty06a-expected.html        |     2 +
 .../getFormatting-empty06a-input.html           |    22 +
 .../getFormatting-empty06b-expected.html        |     2 +
 .../getFormatting-empty06b-input.html           |    25 +
 .../getFormatting-list01-expected.html          |     2 +
 .../formatting/getFormatting-list01-input.html  |    26 +
 .../getFormatting-list02-expected.html          |     2 +
 .../formatting/getFormatting-list02-input.html  |    26 +
 .../getFormatting-list03-expected.html          |     2 +
 .../formatting/getFormatting-list03-input.html  |    26 +
 .../getFormatting-list04-expected.html          |     2 +
 .../formatting/getFormatting-list04-input.html  |    26 +
 .../getFormatting-list05-expected.html          |     2 +
 .../formatting/getFormatting-list05-input.html  |    23 +
 .../getFormatting-list06-expected.html          |     3 +
 .../formatting/getFormatting-list06-input.html  |    23 +
 .../getFormatting-list07-expected.html          |     2 +
 .../formatting/getFormatting-list07-input.html  |    23 +
 .../getFormatting-list08-expected.html          |     3 +
 .../formatting/getFormatting-list08-input.html  |    23 +
 .../getFormatting-list09-expected.html          |     2 +
 .../formatting/getFormatting-list09-input.html  |    23 +
 .../getFormatting-list10-expected.html          |     3 +
 .../formatting/getFormatting-list10-input.html  |    23 +
 .../getFormatting-list11-expected.html          |     3 +
 .../formatting/getFormatting-list11-input.html  |    28 +
 .../getFormatting-list12-expected.html          |     3 +
 .../formatting/getFormatting-list12-input.html  |    28 +
 .../getFormatting-list13-expected.html          |     2 +
 .../formatting/getFormatting-list13-input.html  |    28 +
 .../getFormatting-list14-expected.html          |     2 +
 .../formatting/getFormatting-list14-input.html  |    28 +
 .../getFormatting-list15-expected.html          |     3 +
 .../formatting/getFormatting-list15-input.html  |    34 +
 .../getFormatting-list16-expected.html          |     2 +
 .../formatting/getFormatting-list16-input.html  |    34 +
 .../getFormatting-list17-expected.html          |     3 +
 .../formatting/getFormatting-list17-input.html  |    34 +
 .../getFormatting-list18-expected.html          |     2 +
 .../formatting/getFormatting-list18-input.html  |    34 +
 .../getFormatting-list19-expected.html          |     2 +
 .../formatting/getFormatting-list19-input.html  |    34 +
 .../getFormatting-list20-expected.html          |     3 +
 .../formatting/getFormatting-list20-input.html  |    34 +
 .../formatting/getFormatting01-expected.html    |     7 +
 .../formatting/getFormatting01-input.html       |    27 +
 .../formatting/getFormatting02-expected.html    |     6 +
 .../formatting/getFormatting02-input.html       |    28 +
 .../formatting/getFormatting03-expected.html    |     6 +
 .../formatting/getFormatting03-input.html       |    28 +
 .../formatting/getFormatting04-expected.html    |     7 +
 .../formatting/getFormatting04-input.html       |    27 +
 .../formatting/getFormatting05-expected.html    |     7 +
 .../formatting/getFormatting05-input.html       |    27 +
 .../formatting/getFormatting06-expected.html    |     7 +
 .../formatting/getFormatting06-input.html       |    27 +
 .../formatting/getFormatting07-expected.html    |     8 +
 .../formatting/getFormatting07-input.html       |    28 +
 .../formatting/getFormatting08-expected.html    |     7 +
 .../formatting/getFormatting08-input.html       |    28 +
 .../formatting/getFormatting09-expected.html    |    15 +
 .../formatting/getFormatting09-input.html       |    32 +
 .../formatting/getFormatting10-expected.html    |     6 +
 .../formatting/getFormatting10-input.html       |    25 +
 .../formatting/getFormatting11-expected.html    |     6 +
 .../formatting/getFormatting11-input.html       |    25 +
 .../formatting/getFormatting12-expected.html    |     4 +
 .../formatting/getFormatting12-input.html       |    26 +
 .../Layer0/formatting/indiv01a-expected.html    |    14 +
 .../test/Layer0/formatting/indiv01a-input.html  |    22 +
 .../Layer0/formatting/indiv01b-expected.html    |    14 +
 .../test/Layer0/formatting/indiv01b-input.html  |    22 +
 .../Layer0/formatting/indiv02a-expected.html    |    10 +
 .../test/Layer0/formatting/indiv02a-input.html  |    19 +
 .../Layer0/formatting/indiv02b-expected.html    |    10 +
 .../test/Layer0/formatting/indiv02b-input.html  |    19 +
 .../Layer0/formatting/indiv03a-expected.html    |    10 +
 .../test/Layer0/formatting/indiv03a-input.html  |    19 +
 .../Layer0/formatting/indiv03b-expected.html    |    10 +
 .../test/Layer0/formatting/indiv03b-input.html  |    19 +
 .../formatting/inline-change01-expected.html    |     6 +
 .../formatting/inline-change01-input.html       |    16 +
 .../formatting/inline-change02-expected.html    |     6 +
 .../formatting/inline-change02-input.html       |    16 +
 .../formatting/inline-change03-expected.html    |     6 +
 .../formatting/inline-change03-input.html       |    16 +
 .../formatting/inline-change04-expected.html    |     6 +
 .../formatting/inline-change04-input.html       |    16 +
 .../formatting/inline-change05-expected.html    |     6 +
 .../formatting/inline-change05-input.html       |    16 +
 .../formatting/inline-change06-expected.html    |     6 +
 .../formatting/inline-change06-input.html       |    16 +
 .../formatting/inline-change07-expected.html    |    10 +
 .../formatting/inline-change07-input.html       |    18 +
 .../formatting/inline-change08-expected.html    |    10 +
 .../formatting/inline-change08-input.html       |    18 +
 .../formatting/inline-change09-expected.html    |    10 +
 .../formatting/inline-change09-input.html       |    18 +
 .../formatting/inline-change10-expected.html    |    10 +
 .../formatting/inline-change10-input.html       |    18 +
 .../formatting/inline-change11-expected.html    |    10 +
 .../formatting/inline-change11-input.html       |    18 +
 .../formatting/inline-change12-expected.html    |    10 +
 .../formatting/inline-change12-input.html       |    18 +
 .../formatting/inline-change13-expected.html    |    10 +
 .../formatting/inline-change13-input.html       |    18 +
 .../formatting/inline-change14-expected.html    |    10 +
 .../formatting/inline-change14-input.html       |    20 +
 .../formatting/inline-change15-expected.html    |    10 +
 .../formatting/inline-change15-input.html       |    20 +
 .../formatting/inline-change16-expected.html    |    10 +
 .../formatting/inline-change16-input.html       |    20 +
 .../formatting/inline-change17-expected.html    |    10 +
 .../formatting/inline-change17-input.html       |    20 +
 .../formatting/inline-change18-expected.html    |    12 +
 .../formatting/inline-change18-input.html       |    20 +
 .../formatting/inline-change19-expected.html    |    12 +
 .../formatting/inline-change19-input.html       |    20 +
 .../formatting/inline-change20-expected.html    |    10 +
 .../formatting/inline-change20-input.html       |    20 +
 .../formatting/inline-change21-expected.html    |    10 +
 .../formatting/inline-change21-input.html       |    20 +
 .../formatting/inline-change22-expected.html    |    10 +
 .../formatting/inline-change22-input.html       |    20 +
 .../formatting/inline-endnote01-expected.html   |    12 +
 .../formatting/inline-endnote01-input.html      |    15 +
 .../formatting/inline-endnote02-expected.html   |    12 +
 .../formatting/inline-endnote02-input.html      |    15 +
 .../formatting/inline-endnote03-expected.html   |    12 +
 .../formatting/inline-endnote03-input.html      |    15 +
 .../formatting/inline-endnote04-expected.html   |    12 +
 .../formatting/inline-endnote04-input.html      |    15 +
 .../formatting/inline-endnote05-expected.html   |    14 +
 .../formatting/inline-endnote05-input.html      |    15 +
 .../formatting/inline-endnote06-expected.html   |    14 +
 .../formatting/inline-endnote06-input.html      |    15 +
 .../formatting/inline-footnote01-expected.html  |    12 +
 .../formatting/inline-footnote01-input.html     |    15 +
 .../formatting/inline-footnote02-expected.html  |    12 +
 .../formatting/inline-footnote02-input.html     |    15 +
 .../formatting/inline-footnote03-expected.html  |    12 +
 .../formatting/inline-footnote03-input.html     |    15 +
 .../formatting/inline-footnote04-expected.html  |    12 +
 .../formatting/inline-footnote04-input.html     |    15 +
 .../formatting/inline-footnote05-expected.html  |    14 +
 .../formatting/inline-footnote05-input.html     |    15 +
 .../formatting/inline-footnote06-expected.html  |    14 +
 .../formatting/inline-footnote06-input.html     |    15 +
 .../formatting/inline-remove01-expected.html    |     6 +
 .../formatting/inline-remove01-input.html       |    16 +
 .../formatting/inline-remove02-expected.html    |     6 +
 .../formatting/inline-remove02-input.html       |    16 +
 .../formatting/inline-remove03-expected.html    |     9 +
 .../formatting/inline-remove03-input.html       |    17 +
 .../formatting/inline-remove04-expected.html    |     9 +
 .../formatting/inline-remove04-input.html       |    17 +
 .../formatting/inline-remove05-expected.html    |     6 +
 .../formatting/inline-remove05-input.html       |    16 +
 .../formatting/inline-remove06-expected.html    |     6 +
 .../formatting/inline-remove06-input.html       |    16 +
 .../formatting/inline-remove07-expected.html    |     6 +
 .../formatting/inline-remove07-input.html       |    16 +
 .../formatting/inline-remove08-expected.html    |     6 +
 .../formatting/inline-remove08-input.html       |    16 +
 .../formatting/inline-remove09-expected.html    |     6 +
 .../formatting/inline-remove09-input.html       |    18 +
 .../formatting/inline-remove10-expected.html    |     6 +
 .../formatting/inline-remove10-input.html       |    16 +
 .../formatting/inline-remove11-expected.html    |     6 +
 .../formatting/inline-remove11-input.html       |    16 +
 .../formatting/inline-remove12-expected.html    |     6 +
 .../formatting/inline-remove12-input.html       |    19 +
 .../formatting/inline-remove13-expected.html    |     9 +
 .../formatting/inline-remove13-input.html       |    19 +
 .../formatting/inline-remove14-expected.html    |     9 +
 .../formatting/inline-remove14-input.html       |    19 +
 .../formatting/inline-remove15-expected.html    |     9 +
 .../formatting/inline-remove15-input.html       |    19 +
 .../formatting/inline-remove16-expected.html    |     9 +
 .../formatting/inline-remove16-input.html       |    19 +
 .../formatting/inline-remove17-expected.html    |     9 +
 .../formatting/inline-remove17-input.html       |    19 +
 .../formatting/inline-remove18-expected.html    |     9 +
 .../formatting/inline-remove18-input.html       |    19 +
 .../formatting/inline-remove19-expected.html    |     7 +
 .../formatting/inline-remove19-input.html       |    17 +
 .../formatting/inline-remove20-expected.html    |     7 +
 .../formatting/inline-remove20-input.html       |    17 +
 .../formatting/inline-set01-nop-expected.html   |     6 +
 .../formatting/inline-set01-nop-input.html      |    11 +
 .../formatting/inline-set01-outer-expected.html |     6 +
 .../formatting/inline-set01-outer-input.html    |    14 +
 .../formatting/inline-set01-p-expected.html     |     6 +
 .../Layer0/formatting/inline-set01-p-input.html |    14 +
 .../formatting/inline-set02-nop-expected.html   |     7 +
 .../formatting/inline-set02-nop-input.html      |    11 +
 .../formatting/inline-set02-outer-expected.html |     9 +
 .../formatting/inline-set02-outer-input.html    |    14 +
 .../formatting/inline-set02-p-expected.html     |     9 +
 .../Layer0/formatting/inline-set02-p-input.html |    14 +
 .../formatting/inline-set03-nop-expected.html   |     6 +
 .../formatting/inline-set03-nop-input.html      |    14 +
 .../formatting/inline-set03-outer-expected.html |     6 +
 .../formatting/inline-set03-outer-input.html    |    14 +
 .../formatting/inline-set03-p-expected.html     |     6 +
 .../Layer0/formatting/inline-set03-p-input.html |    14 +
 .../formatting/inline-set04-expected.html       |     6 +
 .../Layer0/formatting/inline-set04-input.html   |    16 +
 .../formatting/inline-set05-expected.html       |     9 +
 .../Layer0/formatting/inline-set05-input.html   |    16 +
 .../formatting/inline-set06-expected.html       |     9 +
 .../Layer0/formatting/inline-set06-input.html   |    18 +
 .../formatting/inline-set07-expected.html       |    16 +
 .../Layer0/formatting/inline-set07-input.html   |    18 +
 .../formatting/inline-set07-outer-expected.html |    10 +
 .../formatting/inline-set07-outer-input.html    |    18 +
 .../formatting/inline-set08-expected.html       |    16 +
 .../Layer0/formatting/inline-set08-input.html   |    22 +
 .../formatting/inline-set08-outer-expected.html |    10 +
 .../formatting/inline-set08-outer-input.html    |    22 +
 .../formatting/justCursor01-expected.html       |    10 +
 .../Layer0/formatting/justCursor01-input.html   |    15 +
 .../formatting/justCursor02-expected.html       |    10 +
 .../Layer0/formatting/justCursor02-input.html   |    15 +
 .../formatting/justCursor03-expected.html       |     6 +
 .../Layer0/formatting/justCursor03-input.html   |    15 +
 .../formatting/justCursor04-expected.html       |    10 +
 .../Layer0/formatting/justCursor04-input.html   |    16 +
 .../formatting/mergeUpwards01-expected.html     |     6 +
 .../Layer0/formatting/mergeUpwards01-input.html |    27 +
 .../formatting/mergeUpwards02-expected.html     |     6 +
 .../Layer0/formatting/mergeUpwards02-input.html |    27 +
 .../formatting/mergeUpwards03-expected.html     |     8 +
 .../Layer0/formatting/mergeUpwards03-input.html |    27 +
 .../formatting/mergeUpwards04-expected.html     |    10 +
 .../Layer0/formatting/mergeUpwards04-input.html |    27 +
 .../formatting/mergeUpwards05-expected.html     |     6 +
 .../Layer0/formatting/mergeUpwards05-input.html |    27 +
 .../formatting/mergeUpwards06-expected.html     |     6 +
 .../Layer0/formatting/mergeUpwards06-input.html |    27 +
 .../formatting/mergeUpwards07-expected.html     |     6 +
 .../Layer0/formatting/mergeUpwards07-input.html |    27 +
 .../formatting/mergeUpwards08-expected.html     |     6 +
 .../Layer0/formatting/mergeUpwards08-input.html |    27 +
 .../formatting/paragraph-change01-expected.html |     6 +
 .../formatting/paragraph-change01-input.html    |    14 +
 .../formatting/paragraph-change02-expected.html |     6 +
 .../formatting/paragraph-change02-input.html    |    14 +
 .../formatting/paragraph-change03-expected.html |    10 +
 .../formatting/paragraph-change03-input.html    |    20 +
 .../formatting/paragraph-change04-expected.html |    10 +
 .../formatting/paragraph-change04-input.html    |    20 +
 .../formatting/paragraph-change05-expected.html |    10 +
 .../formatting/paragraph-change05-input.html    |    20 +
 .../formatting/paragraph-change06-expected.html |    10 +
 .../formatting/paragraph-change06-input.html    |    18 +
 .../formatting/paragraph-change07-expected.html |    10 +
 .../formatting/paragraph-change07-input.html    |    18 +
 .../formatting/paragraph-change08-expected.html |    10 +
 .../formatting/paragraph-change08-input.html    |    18 +
 .../formatting/paragraph-remove01-expected.html |     6 +
 .../formatting/paragraph-remove01-input.html    |    14 +
 .../formatting/paragraph-remove02-expected.html |     6 +
 .../formatting/paragraph-remove02-input.html    |    14 +
 .../formatting/paragraph-remove03-expected.html |     6 +
 .../formatting/paragraph-remove03-input.html    |    14 +
 .../formatting/paragraph-remove04-expected.html |    10 +
 .../formatting/paragraph-remove04-input.html    |    20 +
 .../formatting/paragraph-remove05-expected.html |    10 +
 .../formatting/paragraph-remove05-input.html    |    20 +
 .../formatting/paragraph-remove06-expected.html |    10 +
 .../formatting/paragraph-remove06-input.html    |    20 +
 .../formatting/paragraph-remove07-expected.html |    10 +
 .../formatting/paragraph-remove07-input.html    |    18 +
 .../formatting/paragraph-remove08-expected.html |    10 +
 .../formatting/paragraph-remove08-input.html    |    18 +
 .../formatting/paragraph-remove09-expected.html |    10 +
 .../formatting/paragraph-remove09-input.html    |    18 +
 .../formatting/paragraph-remove10-expected.html |    10 +
 .../formatting/paragraph-remove10-input.html    |    18 +
 .../formatting/paragraph-set01-expected.html    |     6 +
 .../formatting/paragraph-set01-input.html       |    14 +
 .../formatting/paragraph-set02-expected.html    |     6 +
 .../formatting/paragraph-set02-input.html       |    14 +
 .../formatting/paragraph-set03-expected.html    |    10 +
 .../formatting/paragraph-set03-input.html       |    20 +
 .../formatting/paragraph-set04-expected.html    |    10 +
 .../formatting/paragraph-set04-input.html       |    20 +
 .../formatting/paragraph-set05-expected.html    |    10 +
 .../formatting/paragraph-set05-input.html       |    20 +
 .../formatting/paragraph-set06-expected.html    |    10 +
 .../formatting/paragraph-set06-input.html       |    18 +
 .../formatting/paragraph-set07-expected.html    |    10 +
 .../formatting/paragraph-set07-input.html       |    18 +
 .../paragraphTextUpToPosition01-expected.html   |     1 +
 .../paragraphTextUpToPosition01-input.html      |    16 +
 .../paragraphTextUpToPosition02-expected.html   |     1 +
 .../paragraphTextUpToPosition02-input.html      |    16 +
 .../paragraphTextUpToPosition03-expected.html   |     1 +
 .../paragraphTextUpToPosition03-input.html      |    16 +
 .../paragraphTextUpToPosition04-expected.html   |     1 +
 .../paragraphTextUpToPosition04-input.html      |    16 +
 .../paragraphTextUpToPosition05-expected.html   |     1 +
 .../paragraphTextUpToPosition05-input.html      |    16 +
 .../paragraphTextUpToPosition06-expected.html   |     1 +
 .../paragraphTextUpToPosition06-input.html      |    16 +
 .../paragraphTextUpToPosition07-expected.html   |     1 +
 .../paragraphTextUpToPosition07-input.html      |    16 +
 .../paragraphTextUpToPosition08-expected.html   |     1 +
 .../paragraphTextUpToPosition08-input.html      |    16 +
 .../paragraphTextUpToPosition09-expected.html   |     1 +
 .../paragraphTextUpToPosition09-input.html      |    16 +
 .../paragraphTextUpToPosition10-expected.html   |     0
 .../paragraphTextUpToPosition10-input.html      |    17 +
 .../paragraphTextUpToPosition11-expected.html   |     1 +
 .../paragraphTextUpToPosition11-input.html      |    17 +
 .../paragraphTextUpToPosition12-expected.html   |     0
 .../paragraphTextUpToPosition12-input.html      |    18 +
 .../paragraphTextUpToPosition13-expected.html   |     1 +
 .../paragraphTextUpToPosition13-input.html      |    18 +
 .../preserveAbstract01a-expected.html           |    10 +
 .../formatting/preserveAbstract01a-input.html   |    17 +
 .../preserveAbstract01b-expected.html           |    10 +
 .../formatting/preserveAbstract01b-input.html   |    17 +
 .../preserveAbstract02a-expected.html           |    10 +
 .../formatting/preserveAbstract02a-input.html   |    17 +
 .../preserveAbstract02b-expected.html           |    10 +
 .../formatting/preserveAbstract02b-input.html   |    17 +
 .../preserveAbstract03a-expected.html           |    10 +
 .../formatting/preserveAbstract03a-input.html   |    19 +
 .../preserveAbstract03b-expected.html           |    10 +
 .../formatting/preserveAbstract03b-input.html   |    19 +
 .../preserveParaProps01-expected.html           |    10 +
 .../formatting/preserveParaProps01-input.html   |    16 +
 .../preserveParaProps02-expected.html           |    10 +
 .../formatting/preserveParaProps02-input.html   |    16 +
 .../preserveParaProps03-expected.html           |    10 +
 .../formatting/preserveParaProps03-input.html   |    16 +
 .../preserveParaProps04-expected.html           |    10 +
 .../formatting/preserveParaProps04-input.html   |    16 +
 .../preserveParaProps05-expected.html           |    10 +
 .../formatting/preserveParaProps05-input.html   |    16 +
 .../preserveParaProps06-expected.html           |    10 +
 .../formatting/preserveParaProps06-input.html   |    16 +
 .../preserveParaProps07-expected.html           |    10 +
 .../formatting/preserveParaProps07-input.html   |    16 +
 .../preserveParaProps08-expected.html           |    10 +
 .../formatting/preserveParaProps08-input.html   |    16 +
 .../preserveParaProps09-expected.html           |    10 +
 .../formatting/preserveParaProps09-input.html   |    16 +
 ...wnInlineProperties-structure01-expected.html |    14 +
 ...hDownInlineProperties-structure01-input.html |    21 +
 ...wnInlineProperties-structure02-expected.html |    14 +
 ...hDownInlineProperties-structure02-input.html |    21 +
 ...wnInlineProperties-structure03-expected.html |    14 +
 ...hDownInlineProperties-structure03-input.html |    21 +
 ...wnInlineProperties-structure04-expected.html |    11 +
 ...hDownInlineProperties-structure04-input.html |    21 +
 ...wnInlineProperties-structure05-expected.html |     8 +
 ...hDownInlineProperties-structure05-input.html |    21 +
 ...wnInlineProperties-structure06-expected.html |    20 +
 ...hDownInlineProperties-structure06-input.html |    28 +
 ...wnInlineProperties-structure07-expected.html |    14 +
 ...hDownInlineProperties-structure07-input.html |    28 +
 ...wnInlineProperties-structure08-expected.html |    14 +
 ...hDownInlineProperties-structure08-input.html |    28 +
 ...wnInlineProperties-structure09-expected.html |    14 +
 ...hDownInlineProperties-structure09-input.html |    28 +
 ...wnInlineProperties-structure10-expected.html |    20 +
 ...hDownInlineProperties-structure10-input.html |    28 +
 ...wnInlineProperties-structure11-expected.html |    20 +
 ...hDownInlineProperties-structure11-input.html |    28 +
 ...wnInlineProperties-structure12-expected.html |    20 +
 ...hDownInlineProperties-structure12-input.html |    28 +
 ...wnInlineProperties-structure13-expected.html |    14 +
 ...hDownInlineProperties-structure13-input.html |    28 +
 ...wnInlineProperties-structure14-expected.html |    14 +
 ...hDownInlineProperties-structure14-input.html |    28 +
 ...wnInlineProperties-structure15-expected.html |    14 +
 ...hDownInlineProperties-structure15-input.html |    28 +
 ...wnInlineProperties-structure16-expected.html |    20 +
 ...hDownInlineProperties-structure16-input.html |    28 +
 ...wnInlineProperties-structure17-expected.html |    20 +
 ...hDownInlineProperties-structure17-input.html |    28 +
 .../pushDownInlineProperties01-expected.html    |     9 +
 .../pushDownInlineProperties01-input.html       |    19 +
 .../pushDownInlineProperties02-expected.html    |    10 +
 .../pushDownInlineProperties02-input.html       |    19 +
 .../pushDownInlineProperties03-expected.html    |     9 +
 .../pushDownInlineProperties03-input.html       |    19 +
 .../pushDownInlineProperties04-expected.html    |    10 +
 .../pushDownInlineProperties04-input.html       |    19 +
 .../pushDownInlineProperties05-expected.html    |    10 +
 .../pushDownInlineProperties05-input.html       |    19 +
 .../pushDownInlineProperties06-expected.html    |    10 +
 .../pushDownInlineProperties06-input.html       |    19 +
 .../pushDownInlineProperties07-expected.html    |    10 +
 .../pushDownInlineProperties07-input.html       |    19 +
 .../pushDownInlineProperties08-expected.html    |    10 +
 .../pushDownInlineProperties08-input.html       |    19 +
 .../pushDownInlineProperties09-expected.html    |    10 +
 .../pushDownInlineProperties09-input.html       |    19 +
 .../pushDownInlineProperties10-expected.html    |    12 +
 .../pushDownInlineProperties10-input.html       |    21 +
 .../pushDownInlineProperties11-expected.html    |    26 +
 .../pushDownInlineProperties11-input.html       |    37 +
 .../pushDownInlineProperties12-expected.html    |    24 +
 .../pushDownInlineProperties12-input.html       |    39 +
 .../pushDownInlineProperties13-expected.html    |    24 +
 .../pushDownInlineProperties13-input.html       |    39 +
 .../pushDownInlineProperties14-expected.html    |    24 +
 .../pushDownInlineProperties14-input.html       |    39 +
 .../pushDownInlineProperties15-expected.html    |    24 +
 .../pushDownInlineProperties15-input.html       |    39 +
 .../pushDownInlineProperties16-expected.html    |    24 +
 .../pushDownInlineProperties16-input.html       |    39 +
 .../pushDownInlineProperties17-expected.html    |    24 +
 .../pushDownInlineProperties17-input.html       |    39 +
 .../pushDownInlineProperties18-expected.html    |    24 +
 .../pushDownInlineProperties18-input.html       |    39 +
 .../pushDownInlineProperties19-expected.html    |    27 +
 .../pushDownInlineProperties19-input.html       |    42 +
 .../formatting/splitTextAfter01-expected.html   |    19 +
 .../formatting/splitTextAfter01-input.html      |    57 +
 .../formatting/splitTextBefore01-expected.html  |    19 +
 .../formatting/splitTextBefore01-input.html     |    57 +
 .../Layer0/formatting/style-nop01-expected.html |     6 +
 .../Layer0/formatting/style-nop01-input.html    |    17 +
 .../formatting/style-nop01a-expected.html       |     6 +
 .../Layer0/formatting/style-nop01a-input.html   |    17 +
 .../Layer0/formatting/style-nop02-expected.html |     6 +
 .../Layer0/formatting/style-nop02-input.html    |    17 +
 .../Layer0/formatting/style-nop03-expected.html |     6 +
 .../Layer0/formatting/style-nop03-input.html    |    17 +
 .../Layer0/formatting/style-nop04-expected.html |     6 +
 .../Layer0/formatting/style-nop04-input.html    |    17 +
 .../Layer0/formatting/style-nop05-expected.html |     6 +
 .../Layer0/formatting/style-nop05-input.html    |    17 +
 .../Layer0/formatting/style-nop06-expected.html |     8 +
 .../Layer0/formatting/style-nop06-input.html    |    17 +
 .../Layer0/formatting/style-nop07-expected.html |     8 +
 .../Layer0/formatting/style-nop07-input.html    |    17 +
 .../Layer0/formatting/style-nop08-expected.html |    13 +
 .../Layer0/formatting/style-nop08-input.html    |    23 +
 .../Layer0/formatting/style-nop09-expected.html |    12 +
 .../Layer0/formatting/style-nop09-input.html    |    22 +
 .../Layer0/formatting/style01-expected.html     |    14 +
 .../test/Layer0/formatting/style01-input.html   |    49 +
 .../Layer0/formatting/style02-expected.html     |    14 +
 .../test/Layer0/formatting/style02-input.html   |    49 +
 .../Layer0/formatting/style03-expected.html     |    14 +
 .../test/Layer0/formatting/style03-input.html   |    49 +
 .../Layer0/formatting/style04-expected.html     |    14 +
 .../test/Layer0/formatting/style04-input.html   |    49 +
 .../Layer0/formatting/style05-expected.html     |    10 +
 .../test/Layer0/formatting/style05-input.html   |    23 +
 .../Layer0/formatting/style06-expected.html     |    35 +
 .../test/Layer0/formatting/style06-input.html   |    23 +
 .../Layer0/formatting/style07-expected.html     |    10 +
 .../test/Layer0/formatting/style07-input.html   |    23 +
 .../Layer0/formatting/style08-expected.html     |    10 +
 .../test/Layer0/formatting/style08-input.html   |    23 +
 .../Layer0/formatting/style09-expected.html     |    35 +
 .../test/Layer0/formatting/style09-input.html   |    23 +
 .../Layer0/formatting/style10-expected.html     |    35 +
 .../test/Layer0/formatting/style10-input.html   |    23 +
 .../Layer0/formatting/style11-nop-expected.html |    10 +
 .../Layer0/formatting/style11-nop-input.html    |    18 +
 .../Layer0/formatting/style11-p-expected.html   |    10 +
 .../test/Layer0/formatting/style11-p-input.html |    18 +
 .../Layer0/formatting/style12-nop-expected.html |    12 +
 .../Layer0/formatting/style12-nop-input.html    |    20 +
 .../Layer0/formatting/style12-p-expected.html   |    12 +
 .../test/Layer0/formatting/style12-p-input.html |    20 +
 .../Layer0/formatting/style13-expected.html     |    12 +
 .../test/Layer0/formatting/style13-input.html   |    21 +
 .../Layer0/formatting/style14-expected.html     |    12 +
 .../test/Layer0/formatting/style14-input.html   |    20 +
 .../Layer0/formatting/style15-expected.html     |    12 +
 .../test/Layer0/formatting/style15-input.html   |    20 +
 .../Layer0/formatting/style16-nop-expected.html |    21 +
 .../Layer0/formatting/style16-nop-input.html    |    27 +
 .../Layer0/formatting/style16-p-expected.html   |    21 +
 .../test/Layer0/formatting/style16-p-input.html |    27 +
 .../Layer0/formatting/style17-nop-expected.html |    21 +
 .../Layer0/formatting/style17-nop-input.html    |    27 +
 .../Layer0/formatting/style17-p-expected.html   |    21 +
 .../test/Layer0/formatting/style17-p-input.html |    27 +
 .../Layer0/formatting/style18-nop-expected.html |    29 +
 .../Layer0/formatting/style18-nop-input.html    |    46 +
 .../Layer0/formatting/style18-p-expected.html   |    29 +
 .../test/Layer0/formatting/style18-p-input.html |    46 +
 .../Layer0/formatting/style19-nop-expected.html |    21 +
 .../Layer0/formatting/style19-nop-input.html    |    36 +
 .../Layer0/formatting/style19-p-expected.html   |    21 +
 .../test/Layer0/formatting/style19-p-input.html |    36 +
 .../Layer0/formatting/style20-nop-expected.html |    21 +
 .../Layer0/formatting/style20-nop-input.html    |    27 +
 .../Layer0/formatting/style20-p-expected.html   |    21 +
 .../test/Layer0/formatting/style20-p-input.html |    27 +
 .../Layer0/formatting/style21-nop-expected.html |    21 +
 .../Layer0/formatting/style21-nop-input.html    |    27 +
 .../Layer0/formatting/style21-p-expected.html   |    21 +
 .../test/Layer0/formatting/style21-p-input.html |    27 +
 .../Layer0/formatting/style22-nop-expected.html |    13 +
 .../Layer0/formatting/style22-nop-input.html    |    21 +
 .../Layer0/formatting/style22-p-expected.html   |    13 +
 .../test/Layer0/formatting/style22-p-input.html |    21 +
 .../Layer0/formatting/style23-nop-expected.html |     8 +
 .../Layer0/formatting/style23-nop-input.html    |    21 +
 .../Layer0/formatting/style23-p-expected.html   |     8 +
 .../test/Layer0/formatting/style23-p-input.html |    21 +
 .../Layer0/formatting/style24-expected.html     |    10 +
 .../test/Layer0/formatting/style24-input.html   |    16 +
 .../editorFramework/test/Layer0/generic.css     |    62 +
 .../editorFramework/test/Layer0/genindex.sh     |    29 +
 .../editorFramework/test/Layer0/htmltotext.html |   125 +
 .../editorFramework/test/Layer0/index.js        |  2380 ++++
 .../inline/unwrap-multiplep3-expected.html      |    15 +
 .../Layer0/inline/unwrap-multiplep3-input.html  |    15 +
 .../Layer0/inline/unwrap-nop3-expected.html     |    10 +
 .../test/Layer0/inline/unwrap-nop3-input.html   |    14 +
 .../Layer0/inline/unwrap-singlep3-expected.html |    12 +
 .../Layer0/inline/unwrap-singlep3-input.html    |    14 +
 .../Layer0/inline/wrap-multiplep1-expected.html |    13 +
 .../Layer0/inline/wrap-multiplep1-input.html    |    15 +
 .../Layer0/inline/wrap-multiplep2-expected.html |    21 +
 .../Layer0/inline/wrap-multiplep2-input.html    |    15 +
 .../Layer0/inline/wrap-multiplep3-expected.html |    13 +
 .../Layer0/inline/wrap-multiplep3-input.html    |    15 +
 .../Layer0/inline/wrap-multiplep4-expected.html |    13 +
 .../Layer0/inline/wrap-multiplep4-input.html    |    17 +
 .../Layer0/inline/wrap-multiplep5-expected.html |    13 +
 .../Layer0/inline/wrap-multiplep5-input.html    |    18 +
 .../test/Layer0/inline/wrap-nop1-expected.html  |     8 +
 .../test/Layer0/inline/wrap-nop1-input.html     |    14 +
 .../test/Layer0/inline/wrap-nop2-expected.html  |    10 +
 .../test/Layer0/inline/wrap-nop2-input.html     |    14 +
 .../test/Layer0/inline/wrap-nop3-expected.html  |     8 +
 .../test/Layer0/inline/wrap-nop3-input.html     |    14 +
 .../test/Layer0/inline/wrap-nop4-expected.html  |     8 +
 .../test/Layer0/inline/wrap-nop4-input.html     |    16 +
 .../test/Layer0/inline/wrap-nop5-expected.html  |     8 +
 .../test/Layer0/inline/wrap-nop5-input.html     |    17 +
 .../Layer0/inline/wrap-singlep1-expected.html   |    10 +
 .../test/Layer0/inline/wrap-singlep1-input.html |    14 +
 .../Layer0/inline/wrap-singlep2-expected.html   |    12 +
 .../test/Layer0/inline/wrap-singlep2-input.html |    14 +
 .../Layer0/inline/wrap-singlep3-expected.html   |    10 +
 .../test/Layer0/inline/wrap-singlep3-input.html |    14 +
 .../Layer0/inline/wrap-singlep4-expected.html   |    10 +
 .../test/Layer0/inline/wrap-singlep4-input.html |    16 +
 .../Layer0/inline/wrap-singlep5-expected.html   |    10 +
 .../test/Layer0/inline/wrap-singlep5-input.html |    17 +
 .../test/Layer0/input/InputTests.js             |   150 +
 .../test/Layer0/input/moveDown01a-expected.html |    23 +
 .../test/Layer0/input/moveDown01a-input.html    |    29 +
 .../test/Layer0/input/moveDown01b-expected.html |    23 +
 .../test/Layer0/input/moveDown01b-input.html    |    29 +
 .../test/Layer0/input/moveDown01c-expected.html |    23 +
 .../test/Layer0/input/moveDown01c-input.html    |    29 +
 .../test/Layer0/input/moveDown01d-expected.html |    23 +
 .../test/Layer0/input/moveDown01d-input.html    |    29 +
 .../test/Layer0/input/moveDown02a-expected.html |    14 +
 .../test/Layer0/input/moveDown02a-input.html    |    29 +
 .../test/Layer0/input/moveDown02b-expected.html |    14 +
 .../test/Layer0/input/moveDown02b-input.html    |    29 +
 .../test/Layer0/input/moveDown03a-expected.html |    21 +
 .../test/Layer0/input/moveDown03a-input.html    |    32 +
 .../test/Layer0/input/moveDown03b-expected.html |    20 +
 .../test/Layer0/input/moveDown03b-input.html    |    32 +
 .../test/Layer0/input/moveDown03c-expected.html |    21 +
 .../test/Layer0/input/moveDown03c-input.html    |    32 +
 .../test/Layer0/input/moveDown03d-expected.html |    20 +
 .../test/Layer0/input/moveDown03d-input.html    |    32 +
 .../test/Layer0/input/moveDown04a-expected.html |    24 +
 .../test/Layer0/input/moveDown04a-input.html    |    38 +
 .../test/Layer0/input/moveDown04b-expected.html |    23 +
 .../test/Layer0/input/moveDown04b-input.html    |    38 +
 .../test/Layer0/input/moveDown04c-expected.html |    26 +
 .../test/Layer0/input/moveDown04c-input.html    |    38 +
 .../test/Layer0/input/moveDown04d-expected.html |    26 +
 .../test/Layer0/input/moveDown04d-input.html    |    38 +
 .../test/Layer0/input/moveDown04e-expected.html |    23 +
 .../test/Layer0/input/moveDown04e-input.html    |    38 +
 .../test/Layer0/input/moveUp01a-expected.html   |    23 +
 .../test/Layer0/input/moveUp01a-input.html      |    29 +
 .../test/Layer0/input/moveUp01b-expected.html   |    23 +
 .../test/Layer0/input/moveUp01b-input.html      |    29 +
 .../test/Layer0/input/moveUp01c-expected.html   |    23 +
 .../test/Layer0/input/moveUp01c-input.html      |    29 +
 .../test/Layer0/input/moveUp01d-expected.html   |    23 +
 .../test/Layer0/input/moveUp01d-input.html      |    29 +
 .../test/Layer0/input/moveUp02a-expected.html   |    14 +
 .../test/Layer0/input/moveUp02a-input.html      |    29 +
 .../test/Layer0/input/moveUp02b-expected.html   |    14 +
 .../test/Layer0/input/moveUp02b-input.html      |    29 +
 .../test/Layer0/input/moveUp03a-expected.html   |    21 +
 .../test/Layer0/input/moveUp03a-input.html      |    32 +
 .../test/Layer0/input/moveUp03b-expected.html   |    20 +
 .../test/Layer0/input/moveUp03b-input.html      |    32 +
 .../test/Layer0/input/moveUp03c-expected.html   |    21 +
 .../test/Layer0/input/moveUp03c-input.html      |    32 +
 .../test/Layer0/input/moveUp03d-expected.html   |    20 +
 .../test/Layer0/input/moveUp03d-input.html      |    32 +
 .../test/Layer0/input/moveUp04a-expected.html   |    24 +
 .../test/Layer0/input/moveUp04a-input.html      |    38 +
 .../test/Layer0/input/moveUp04b-expected.html   |    23 +
 .../test/Layer0/input/moveUp04b-input.html      |    38 +
 .../test/Layer0/input/moveUp04c-expected.html   |    26 +
 .../test/Layer0/input/moveUp04c-input.html      |    38 +
 .../test/Layer0/input/moveUp04d-expected.html   |    26 +
 .../test/Layer0/input/moveUp04d-input.html      |    38 +
 .../test/Layer0/input/moveUp04e-expected.html   |    23 +
 .../test/Layer0/input/moveUp04e-input.html      |    38 +
 ...sitionAtBoundary-line-backward-expected.html |    40 +
 .../positionAtBoundary-line-backward-input.html |    23 +
 ...ositionAtBoundary-line-forward-expected.html |    40 +
 .../positionAtBoundary-line-forward-input.html  |    23 +
 ...nAtBoundary-paragraph-backward-expected.html |    28 +
 ...tionAtBoundary-paragraph-backward-input.html |    21 +
 ...onAtBoundary-paragraph-forward-backward.html |    17 +
 ...onAtBoundary-paragraph-forward-expected.html |    28 +
 ...itionAtBoundary-paragraph-forward-input.html |    21 +
 ...sitionAtBoundary-word-backward-expected.html |    28 +
 .../positionAtBoundary-word-backward-input.html |    17 +
 ...ositionAtBoundary-word-forward-expected.html |    28 +
 .../positionAtBoundary-word-forward-input.html  |    17 +
 ...sitionToBoundary-line-backward-expected.html |    40 +
 .../positionToBoundary-line-backward-input.html |    23 +
 ...ositionToBoundary-line-forward-expected.html |    40 +
 .../positionToBoundary-line-forward-input.html  |    23 +
 ...nToBoundary-paragraph-backward-expected.html |    28 +
 ...tionToBoundary-paragraph-backward-input.html |    21 +
 ...onToBoundary-paragraph-forward-backward.html |    17 +
 ...onToBoundary-paragraph-forward-expected.html |    28 +
 ...itionToBoundary-paragraph-forward-input.html |    21 +
 ...sitionToBoundary-word-backward-expected.html |    28 +
 .../positionToBoundary-word-backward-input.html |    17 +
 ...ositionToBoundary-word-forward-expected.html |    28 +
 .../positionToBoundary-word-forward-input.html  |    17 +
 .../positionWithin-line-backward-expected.html  |    40 +
 .../positionWithin-line-backward-input.html     |    23 +
 .../positionWithin-line-forward-expected.html   |    40 +
 .../positionWithin-line-forward-input.html      |    23 +
 ...itionWithin-paragraph-backward-expected.html |    28 +
 ...positionWithin-paragraph-backward-input.html |    21 +
 ...sitionWithin-paragraph-forward-expected.html |    28 +
 .../positionWithin-paragraph-forward-input.html |    21 +
 .../positionWithin-word-backward-expected.html  |    28 +
 .../positionWithin-word-backward-input.html     |    17 +
 .../positionWithin-word-forward-expected.html   |    28 +
 .../positionWithin-word-forward-input.html      |    17 +
 .../rangeEnclosing-line-backward-expected.html  |    40 +
 .../rangeEnclosing-line-backward-input.html     |    23 +
 .../rangeEnclosing-line-forward-expected.html   |    40 +
 .../rangeEnclosing-line-forward-input.html      |    23 +
 ...geEnclosing-paragraph-backward-expected.html |    28 +
 ...rangeEnclosing-paragraph-backward-input.html |    21 +
 ...ngeEnclosing-paragraph-forward-expected.html |    28 +
 .../rangeEnclosing-paragraph-forward-input.html |    21 +
 .../rangeEnclosing-word-backward-expected.html  |    28 +
 .../rangeEnclosing-word-backward-input.html     |    17 +
 .../rangeEnclosing-word-forward-expected.html   |    28 +
 .../rangeEnclosing-word-forward-input.html      |    17 +
 .../Layer0/input/replaceRange01-expected.html   |     6 +
 .../test/Layer0/input/replaceRange01-input.html |    16 +
 .../Layer0/input/replaceRange02-expected.html   |     6 +
 .../test/Layer0/input/replaceRange02-input.html |    16 +
 .../Layer0/input/replaceRange03-expected.html   |     6 +
 .../test/Layer0/input/replaceRange03-input.html |    16 +
 .../Layer0/input/replaceRange04-expected.html   |     9 +
 .../test/Layer0/input/replaceRange04-input.html |    17 +
 .../Layer0/input/replaceRange05-expected.html   |     6 +
 .../test/Layer0/input/replaceRange05-input.html |    17 +
 .../Layer0/input/replaceRange06-expected.html   |     6 +
 .../test/Layer0/input/replaceRange06-input.html |    17 +
 .../Layer0/input/replaceRange07-expected.html   |    10 +
 .../test/Layer0/input/replaceRange07-input.html |    17 +
 .../Layer0/input/replaceRange08-expected.html   |    10 +
 .../test/Layer0/input/replaceRange08-input.html |    17 +
 .../Layer0/input/replaceRange09-expected.html   |    12 +
 .../test/Layer0/input/replaceRange09-input.html |    17 +
 .../Layer0/input/replaceRange10-expected.html   |    11 +
 .../test/Layer0/input/replaceRange10-input.html |    18 +
 .../Layer0/lists/clearList01a-expected.html     |    10 +
 .../test/Layer0/lists/clearList01a-input.html   |    20 +
 .../Layer0/lists/clearList01b-expected.html     |    10 +
 .../test/Layer0/lists/clearList01b-input.html   |    20 +
 .../Layer0/lists/clearList02a-expected.html     |    12 +
 .../test/Layer0/lists/clearList02a-input.html   |    20 +
 .../Layer0/lists/clearList02b-expected.html     |    12 +
 .../test/Layer0/lists/clearList02b-input.html   |    20 +
 .../Layer0/lists/clearList03a-expected.html     |    14 +
 .../test/Layer0/lists/clearList03a-input.html   |    20 +
 .../Layer0/lists/clearList03b-expected.html     |    14 +
 .../test/Layer0/lists/clearList03b-input.html   |    20 +
 .../Layer0/lists/clearList04a-expected.html     |    12 +
 .../test/Layer0/lists/clearList04a-input.html   |    20 +
 .../Layer0/lists/clearList04b-expected.html     |    12 +
 .../test/Layer0/lists/clearList04b-input.html   |    20 +
 .../Layer0/lists/clearList05a-expected.html     |    10 +
 .../test/Layer0/lists/clearList05a-input.html   |    20 +
 .../Layer0/lists/clearList05b-expected.html     |    10 +
 .../test/Layer0/lists/clearList05b-input.html   |    20 +
 .../Layer0/lists/clearList06a-expected.html     |    15 +
 .../test/Layer0/lists/clearList06a-input.html   |    26 +
 .../Layer0/lists/clearList06b-expected.html     |    15 +
 .../test/Layer0/lists/clearList06b-input.html   |    26 +
 .../Layer0/lists/clearList07a-expected.html     |    15 +
 .../test/Layer0/lists/clearList07a-input.html   |    24 +
 .../Layer0/lists/clearList07b-expected.html     |    15 +
 .../test/Layer0/lists/clearList07b-input.html   |    24 +
 .../Layer0/lists/clearList08a-expected.html     |    20 +
 .../test/Layer0/lists/clearList08a-input.html   |    30 +
 .../Layer0/lists/clearList08b-expected.html     |    20 +
 .../test/Layer0/lists/clearList08b-input.html   |    30 +
 .../Layer0/lists/clearList09a-expected.html     |    13 +
 .../test/Layer0/lists/clearList09a-input.html   |    20 +
 .../Layer0/lists/clearList09b-expected.html     |    10 +
 .../test/Layer0/lists/clearList09b-input.html   |    21 +
 .../Layer0/lists/clearList10a-expected.html     |    17 +
 .../test/Layer0/lists/clearList10a-input.html   |    21 +
 .../Layer0/lists/clearList10b-expected.html     |    18 +
 .../test/Layer0/lists/clearList10b-input.html   |    21 +
 .../Layer0/lists/clearList10c-expected.html     |    18 +
 .../test/Layer0/lists/clearList10c-input.html   |    21 +
 .../Layer0/lists/clearList10d-expected.html     |    16 +
 .../test/Layer0/lists/clearList10d-input.html   |    21 +
 .../Layer0/lists/clearList10e-expected.html     |    31 +
 .../test/Layer0/lists/clearList10e-input.html   |    27 +
 .../Layer0/lists/clearList11a-expected.html     |    12 +
 .../test/Layer0/lists/clearList11a-input.html   |    18 +
 .../Layer0/lists/clearList11b-expected.html     |    12 +
 .../test/Layer0/lists/clearList11b-input.html   |    18 +
 .../Layer0/lists/clearList11c-expected.html     |    12 +
 .../test/Layer0/lists/clearList11c-input.html   |    18 +
 .../lists/decrease-flat-tozero01a-expected.html |    10 +
 .../lists/decrease-flat-tozero01a-input.html    |    19 +
 .../lists/decrease-flat-tozero01b-expected.html |    10 +
 .../lists/decrease-flat-tozero01b-input.html    |    19 +
 .../lists/decrease-flat-tozero02a-expected.html |    12 +
 .../lists/decrease-flat-tozero02a-input.html    |    19 +
 .../lists/decrease-flat-tozero02b-expected.html |    12 +
 .../lists/decrease-flat-tozero02b-input.html    |    19 +
 .../lists/decrease-flat-tozero03a-expected.html |    10 +
 .../lists/decrease-flat-tozero03a-input.html    |    19 +
 .../lists/decrease-flat-tozero03b-expected.html |    10 +
 .../lists/decrease-flat-tozero03b-input.html    |    19 +
 .../lists/decrease-flat-tozero04a-expected.html |     8 +
 .../lists/decrease-flat-tozero04a-input.html    |    19 +
 .../lists/decrease-flat-tozero04b-expected.html |     8 +
 .../lists/decrease-flat-tozero04b-input.html    |    19 +
 .../decrease-nested-toone01a-expected.html      |    16 +
 .../lists/decrease-nested-toone01a-input.html   |    25 +
 .../decrease-nested-toone01b-expected.html      |    16 +
 .../lists/decrease-nested-toone01b-input.html   |    25 +
 .../decrease-nested-toone02a-expected.html      |    20 +
 .../lists/decrease-nested-toone02a-input.html   |    25 +
 .../decrease-nested-toone02b-expected.html      |    20 +
 .../lists/decrease-nested-toone02b-input.html   |    25 +
 .../decrease-nested-toone03a-expected.html      |    16 +
 .../lists/decrease-nested-toone03a-input.html   |    25 +
 .../decrease-nested-toone03b-expected.html      |    16 +
 .../lists/decrease-nested-toone03b-input.html   |    25 +
 .../decrease-nested-toone04a-expected.html      |    16 +
 .../lists/decrease-nested-toone04a-input.html   |    25 +
 .../decrease-nested-toone04b-expected.html      |    16 +
 .../lists/decrease-nested-toone04b-input.html   |    25 +
 .../decrease-nested-toone05a-expected.html      |    16 +
 .../lists/decrease-nested-toone05a-input.html   |    25 +
 .../decrease-nested-toone05b-expected.html      |    16 +
 .../lists/decrease-nested-toone05b-input.html   |    25 +
 .../decrease-nested-toone06a-expected.html      |    12 +
 .../lists/decrease-nested-toone06a-input.html   |    25 +
 .../decrease-nested-toone06b-expected.html      |    12 +
 .../lists/decrease-nested-toone06b-input.html   |    25 +
 .../decrease-nested-tozero01a-expected.html     |    24 +
 .../lists/decrease-nested-tozero01a-input.html  |    39 +
 .../decrease-nested-tozero01b-expected.html     |    24 +
 .../lists/decrease-nested-tozero01b-input.html  |    39 +
 .../decrease-nested-tozero02a-expected.html     |    20 +
 .../lists/decrease-nested-tozero02a-input.html  |    39 +
 .../decrease-nested-tozero02b-expected.html     |    20 +
 .../lists/decrease-nested-tozero02b-input.html  |    39 +
 .../decrease-nested-tozero03a-expected.html     |    16 +
 .../lists/decrease-nested-tozero03a-input.html  |    39 +
 .../decrease-nested-tozero03b-expected.html     |    16 +
 .../lists/decrease-nested-tozero03b-input.html  |    39 +
 .../decrease-nested-tozero04a-expected.html     |    12 +
 .../lists/decrease-nested-tozero04a-input.html  |    39 +
 .../decrease-nested-tozero04b-expected.html     |    12 +
 .../lists/decrease-nested-tozero04b-input.html  |    39 +
 .../decrease-nested-tozero05a-expected.html     |    10 +
 .../lists/decrease-nested-tozero05a-input.html  |    39 +
 .../decrease-nested-tozero05b-expected.html     |    10 +
 .../lists/decrease-nested-tozero05b-input.html  |    39 +
 .../lists/decrease-nested01a-expected.html      |    10 +
 .../Layer0/lists/decrease-nested01a-input.html  |    23 +
 .../lists/decrease-nested01b-expected.html      |    10 +
 .../Layer0/lists/decrease-nested01b-input.html  |    23 +
 .../lists/decrease-nested02a-expected.html      |    10 +
 .../Layer0/lists/decrease-nested02a-input.html  |    23 +
 .../lists/decrease-nested02b-expected.html      |    10 +
 .../Layer0/lists/decrease-nested02b-input.html  |    23 +
 .../lists/decrease-nested03a-expected.html      |    10 +
 .../Layer0/lists/decrease-nested03a-input.html  |    23 +
 .../lists/decrease-nested03b-expected.html      |    10 +
 .../Layer0/lists/decrease-nested03b-input.html  |    23 +
 .../lists/decrease-nested04a-expected.html      |    10 +
 .../Layer0/lists/decrease-nested04a-input.html  |    23 +
 .../lists/decrease-nested04b-expected.html      |    10 +
 .../Layer0/lists/decrease-nested04b-input.html  |    23 +
 .../lists/decrease-nested05a-expected.html      |    16 +
 .../Layer0/lists/decrease-nested05a-input.html  |    29 +
 .../lists/decrease-nested05b-expected.html      |    16 +
 .../Layer0/lists/decrease-nested05b-input.html  |    29 +
 .../lists/decrease-nested06a-expected.html      |    16 +
 .../Layer0/lists/decrease-nested06a-input.html  |    29 +
 .../lists/decrease-nested06b-expected.html      |    16 +
 .../Layer0/lists/decrease-nested06b-input.html  |    29 +
 .../lists/decrease-nested07a-expected.html      |    16 +
 .../Layer0/lists/decrease-nested07a-input.html  |    29 +
 .../lists/decrease-nested07b-expected.html      |    16 +
 .../Layer0/lists/decrease-nested07b-input.html  |    29 +
 .../test/Layer0/lists/div01a-expected.html      |    12 +
 .../test/Layer0/lists/div01a-input.html         |    19 +
 .../test/Layer0/lists/div01b-expected.html      |    12 +
 .../test/Layer0/lists/div01b-input.html         |    19 +
 .../test/Layer0/lists/div02a-expected.html      |    14 +
 .../test/Layer0/lists/div02a-input.html         |    21 +
 .../test/Layer0/lists/div02b-expected.html      |    10 +
 .../test/Layer0/lists/div02b-input.html         |    21 +
 .../test/Layer0/lists/div03a-expected.html      |    14 +
 .../test/Layer0/lists/div03a-input.html         |    21 +
 .../test/Layer0/lists/div03b-expected.html      |    10 +
 .../test/Layer0/lists/div03b-input.html         |    21 +
 .../Layer0/lists/increase-flat01a-expected.html |    10 +
 .../Layer0/lists/increase-flat01a-input.html    |    19 +
 .../Layer0/lists/increase-flat01b-expected.html |    10 +
 .../Layer0/lists/increase-flat01b-input.html    |    19 +
 .../Layer0/lists/increase-flat02a-expected.html |    14 +
 .../Layer0/lists/increase-flat02a-input.html    |    19 +
 .../Layer0/lists/increase-flat02b-expected.html |    14 +
 .../Layer0/lists/increase-flat02b-input.html    |    19 +
 .../Layer0/lists/increase-flat03a-expected.html |    14 +
 .../Layer0/lists/increase-flat03a-input.html    |    19 +
 .../Layer0/lists/increase-flat03b-expected.html |    14 +
 .../Layer0/lists/increase-flat03b-input.html    |    19 +
 .../Layer0/lists/increase-flat04a-expected.html |    14 +
 .../Layer0/lists/increase-flat04a-input.html    |    19 +
 .../Layer0/lists/increase-flat04b-expected.html |    14 +
 .../Layer0/lists/increase-flat04b-input.html    |    19 +
 .../Layer0/lists/increase-flat05a-expected.html |    14 +
 .../Layer0/lists/increase-flat05a-input.html    |    19 +
 .../Layer0/lists/increase-flat05b-expected.html |    14 +
 .../Layer0/lists/increase-flat05b-input.html    |    19 +
 .../Layer0/lists/increase-misc01a-expected.html |    14 +
 .../Layer0/lists/increase-misc01a-input.html    |    19 +
 .../Layer0/lists/increase-misc01b-expected.html |    14 +
 .../Layer0/lists/increase-misc01b-input.html    |    19 +
 .../Layer0/lists/increase-misc02a-expected.html |    14 +
 .../Layer0/lists/increase-misc02a-input.html    |    22 +
 .../Layer0/lists/increase-misc02b-expected.html |    14 +
 .../Layer0/lists/increase-misc02b-input.html    |    22 +
 .../Layer0/lists/increase-misc03a-expected.html |    13 +
 .../Layer0/lists/increase-misc03a-input.html    |    18 +
 .../Layer0/lists/increase-misc03b-expected.html |    18 +
 .../Layer0/lists/increase-misc03b-input.html    |    18 +
 .../lists/increase-multiple01a-expected.html    |    20 +
 .../lists/increase-multiple01a-input.html       |    22 +
 .../lists/increase-multiple01b-expected.html    |    20 +
 .../lists/increase-multiple01b-input.html       |    22 +
 .../lists/increase-multiple02a-expected.html    |    28 +
 .../lists/increase-multiple02a-input.html       |    25 +
 .../lists/increase-multiple02b-expected.html    |    28 +
 .../lists/increase-multiple02b-input.html       |    25 +
 .../lists/increase-nested01a-expected.html      |    20 +
 .../Layer0/lists/increase-nested01a-input.html  |    25 +
 .../lists/increase-nested01b-expected.html      |    20 +
 .../Layer0/lists/increase-nested01b-input.html  |    25 +
 .../lists/increase-nested02a-expected.html      |    20 +
 .../Layer0/lists/increase-nested02a-input.html  |    25 +
 .../lists/increase-nested02b-expected.html      |    20 +
 .../Layer0/lists/increase-nested02b-input.html  |    25 +
 .../test/Layer0/lists/merge01a-expected.html    |    12 +
 .../test/Layer0/lists/merge01a-input.html       |    22 +
 .../test/Layer0/lists/merge02a-expected.html    |    18 +
 .../test/Layer0/lists/merge02a-input.html       |    30 +
 .../test/Layer0/lists/merge02b-expected.html    |    18 +
 .../test/Layer0/lists/merge02b-input.html       |    30 +
 .../test/Layer0/lists/merge03a-expected.html    |    22 +
 .../test/Layer0/lists/merge03a-input.html       |    30 +
 .../test/Layer0/lists/merge03b-expected.html    |    22 +
 .../test/Layer0/lists/merge03b-input.html       |    30 +
 .../test/Layer0/lists/merge04a-expected.html    |    18 +
 .../test/Layer0/lists/merge04a-input.html       |    30 +
 .../test/Layer0/lists/merge04b-expected.html    |    18 +
 .../test/Layer0/lists/merge04b-input.html       |    30 +
 .../lists/ol-from-ul-adjacent01a-expected.html  |    14 +
 .../lists/ol-from-ul-adjacent01a-input.html     |    24 +
 .../lists/ol-from-ul-adjacent01b-expected.html  |    14 +
 .../lists/ol-from-ul-adjacent01b-input.html     |    24 +
 .../lists/ol-from-ul-adjacent02a-expected.html  |    14 +
 .../lists/ol-from-ul-adjacent02a-input.html     |    24 +
 .../lists/ol-from-ul-adjacent02b-expected.html  |    14 +
 .../lists/ol-from-ul-adjacent02b-input.html     |    24 +
 .../lists/ol-from-ul-adjacent03a-expected.html  |    16 +
 .../lists/ol-from-ul-adjacent03a-input.html     |    28 +
 .../lists/ol-from-ul-adjacent03b-expected.html  |    16 +
 .../lists/ol-from-ul-adjacent03b-input.html     |    28 +
 .../Layer0/lists/ol-from-ul01a-expected.html    |    12 +
 .../test/Layer0/lists/ol-from-ul01a-input.html  |    20 +
 .../Layer0/lists/ol-from-ul01b-expected.html    |    12 +
 .../test/Layer0/lists/ol-from-ul01b-input.html  |    20 +
 .../Layer0/lists/ol-from-ul02a-expected.html    |    14 +
 .../test/Layer0/lists/ol-from-ul02a-input.html  |    20 +
 .../Layer0/lists/ol-from-ul02b-expected.html    |    14 +
 .../test/Layer0/lists/ol-from-ul02b-input.html  |    20 +
 .../Layer0/lists/ol-from-ul03a-expected.html    |    16 +
 .../test/Layer0/lists/ol-from-ul03a-input.html  |    20 +
 .../Layer0/lists/ol-from-ul03b-expected.html    |    16 +
 .../test/Layer0/lists/ol-from-ul03b-input.html  |    20 +
 .../Layer0/lists/ol-from-ul04a-expected.html    |    14 +
 .../test/Layer0/lists/ol-from-ul04a-input.html  |    20 +
 .../Layer0/lists/ol-from-ul04b-expected.html    |    14 +
 .../test/Layer0/lists/ol-from-ul04b-input.html  |    20 +
 .../Layer0/lists/ol-from-ul05a-expected.html    |    19 +
 .../test/Layer0/lists/ol-from-ul05a-input.html  |    26 +
 .../Layer0/lists/ol-from-ul05b-expected.html    |    19 +
 .../test/Layer0/lists/ol-from-ul05b-input.html  |    26 +
 .../Layer0/lists/ol-from-ul06a-expected.html    |    19 +
 .../test/Layer0/lists/ol-from-ul06a-input.html  |    26 +
 .../Layer0/lists/ol-from-ul06b-expected.html    |    19 +
 .../test/Layer0/lists/ol-from-ul06b-input.html  |    26 +
 .../Layer0/lists/ol-from-ul07a-expected.html    |    30 +
 .../test/Layer0/lists/ol-from-ul07a-input.html  |    32 +
 .../Layer0/lists/ol-from-ul07b-expected.html    |    30 +
 .../test/Layer0/lists/ol-from-ul07b-input.html  |    32 +
 .../test/Layer0/lists/ol01-expected.html        |    12 +
 .../test/Layer0/lists/ol01-input.html           |    18 +
 .../test/Layer0/lists/ol02-expected.html        |    12 +
 .../test/Layer0/lists/ol02-input.html           |    18 +
 .../test/Layer0/lists/ol03-expected.html        |    12 +
 .../test/Layer0/lists/ol03-input.html           |    18 +
 .../test/Layer0/lists/ol04-expected.html        |    12 +
 .../test/Layer0/lists/ol04-input.html           |    18 +
 .../lists/setList-adjacentLists01-expected.html |    13 +
 .../lists/setList-adjacentLists01-input.html    |    24 +
 .../lists/setList-adjacentLists02-expected.html |    13 +
 .../lists/setList-adjacentLists02-input.html    |    24 +
 .../lists/setList-adjacentLists03-expected.html |    13 +
 .../lists/setList-adjacentLists03-input.html    |    24 +
 .../lists/setList-adjacentLists04-expected.html |    13 +
 .../lists/setList-adjacentLists04-input.html    |    24 +
 .../lists/setList-emptyLIs01-expected.html      |    10 +
 .../Layer0/lists/setList-emptyLIs01-input.html  |    18 +
 .../lists/setList-emptyLIs02-expected.html      |    10 +
 .../Layer0/lists/setList-emptyLIs02-input.html  |    18 +
 .../lists/setList-emptyLIs03-expected.html      |    10 +
 .../Layer0/lists/setList-emptyLIs03-input.html  |    18 +
 .../lists/setList-emptyLIs04-expected.html      |    10 +
 .../Layer0/lists/setList-emptyLIs04-input.html  |    18 +
 .../lists/setList-headings01-expected.html      |     6 +
 .../Layer0/lists/setList-headings01-input.html  |    18 +
 .../lists/setList-headings02-expected.html      |    10 +
 .../Layer0/lists/setList-headings02-input.html  |    20 +
 .../lists/setList-headings03-expected.html      |    12 +
 .../Layer0/lists/setList-headings03-input.html  |    20 +
 .../lists/setList-headings04-expected.html      |    10 +
 .../Layer0/lists/setList-headings04-input.html  |    20 +
 .../Layer0/lists/setList-innerp01-expected.html |    11 +
 .../Layer0/lists/setList-innerp01-input.html    |    20 +
 .../Layer0/lists/setList-innerp02-expected.html |    13 +
 .../Layer0/lists/setList-innerp02-input.html    |    20 +
 .../Layer0/lists/setList-innerp03-expected.html |    17 +
 .../Layer0/lists/setList-innerp03-input.html    |    30 +
 .../Layer0/lists/setList-innerp04-expected.html |    19 +
 .../Layer0/lists/setList-innerp04-input.html    |    30 +
 .../Layer0/lists/setList-mixed01-expected.html  |    14 +
 .../Layer0/lists/setList-mixed01-input.html     |    23 +
 .../Layer0/lists/setList-mixed02-expected.html  |    15 +
 .../Layer0/lists/setList-mixed02-input.html     |    24 +
 .../Layer0/lists/setList-mixed03-expected.html  |    15 +
 .../Layer0/lists/setList-mixed03-input.html     |    24 +
 .../Layer0/lists/setList-nested01-expected.html |    22 +
 .../Layer0/lists/setList-nested01-input.html    |    29 +
 .../Layer0/lists/setList-nested02-expected.html |    22 +
 .../Layer0/lists/setList-nested02-input.html    |    29 +
 .../Layer0/lists/setList-nested03-expected.html |    22 +
 .../Layer0/lists/setList-nested03-input.html    |    29 +
 .../Layer0/lists/setList-nested04-expected.html |    22 +
 .../Layer0/lists/setList-nested04-input.html    |    29 +
 .../Layer0/lists/setList-nested05-expected.html |    22 +
 .../Layer0/lists/setList-nested05-input.html    |    29 +
 .../Layer0/lists/setList-nested06-expected.html |    21 +
 .../Layer0/lists/setList-nested06-input.html    |    28 +
 .../Layer0/lists/setList-nested07-expected.html |    24 +
 .../Layer0/lists/setList-nested07-input.html    |    29 +
 .../Layer0/lists/setList-nested08-expected.html |    23 +
 .../Layer0/lists/setList-nested08-input.html    |    28 +
 .../Layer0/lists/setList-nop01-expected.html    |     8 +
 .../test/Layer0/lists/setList-nop01-input.html  |    15 +
 .../Layer0/lists/setList-nop02-expected.html    |     8 +
 .../test/Layer0/lists/setList-nop02-input.html  |    15 +
 .../Layer0/lists/setList-nop03-expected.html    |     8 +
 .../test/Layer0/lists/setList-nop03-input.html  |    15 +
 .../Layer0/lists/setList-nop04-expected.html    |     8 +
 .../test/Layer0/lists/setList-nop04-input.html  |    15 +
 .../Layer0/lists/setList-nop05-expected.html    |     8 +
 .../test/Layer0/lists/setList-nop05-input.html  |    17 +
 .../lists/setList-paragraphs01-expected.html    |    12 +
 .../lists/setList-paragraphs01-input.html       |    19 +
 .../lists/setList-paragraphs02-expected.html    |    16 +
 .../lists/setList-paragraphs02-input.html       |    23 +
 .../lists/setList-paragraphs03-expected.html    |    16 +
 .../lists/setList-paragraphs03-input.html       |    23 +
 .../lists/setList-paragraphs04-expected.html    |    16 +
 .../lists/setList-paragraphs04-input.html       |    23 +
 .../lists/setList-paragraphs05-expected.html    |     8 +
 .../lists/setList-paragraphs05-input.html       |    15 +
 .../lists/setList-paragraphs06-expected.html    |     8 +
 .../lists/setList-paragraphs06-input.html       |    15 +
 .../lists/setList-paragraphs07-expected.html    |     8 +
 .../lists/setList-paragraphs07-input.html       |    15 +
 .../test/Layer0/lists/ul01-expected.html        |    12 +
 .../test/Layer0/lists/ul01-input.html           |    18 +
 .../test/Layer0/lists/ul02-expected.html        |    12 +
 .../test/Layer0/lists/ul02-input.html           |    18 +
 .../test/Layer0/lists/ul03-expected.html        |    12 +
 .../test/Layer0/lists/ul03-input.html           |    18 +
 .../test/Layer0/lists/ul04-expected.html        |    12 +
 .../test/Layer0/lists/ul04-input.html           |    18 +
 .../Layer0/main/removeSpecial01-expected.html   |    27 +
 .../test/Layer0/main/removeSpecial01-input.html |    29 +
 .../Layer0/main/removeSpecial02-expected.html   |    19 +
 .../test/Layer0/main/removeSpecial02-input.html |    23 +
 .../Layer0/main/removeSpecial03-expected.html   |    27 +
 .../test/Layer0/main/removeSpecial03-input.html |    29 +
 .../test/Layer0/outline/OutlineTest.js          |   111 +
 .../changeHeadingToParagraph-expected.html      |    12 +
 .../outline/changeHeadingToParagraph-input.html |    20 +
 .../outline/changeHeadingType-expected.html     |    31 +
 .../Layer0/outline/changeHeadingType-input.html |    28 +
 .../outline/deleteSection-inner01-expected.html |    46 +
 .../outline/deleteSection-inner01-input.html    |    21 +
 .../outline/deleteSection-inner02-expected.html |    46 +
 .../outline/deleteSection-inner02-input.html    |    21 +
 .../outline/deleteSection-inner03-expected.html |    46 +
 .../outline/deleteSection-inner03-input.html    |    21 +
 .../deleteSection-nested01-expected.html        |    66 +
 .../outline/deleteSection-nested01-input.html   |    21 +
 .../deleteSection-nested02-expected.html        |    66 +
 .../outline/deleteSection-nested02-input.html   |    21 +
 .../deleteSection-nested03-expected.html        |    66 +
 .../outline/deleteSection-nested03-input.html   |    21 +
 .../outline/deleteSection01-expected.html       |    18 +
 .../Layer0/outline/deleteSection01-input.html   |    21 +
 .../outline/deleteSection02-expected.html       |    18 +
 .../Layer0/outline/deleteSection02-input.html   |    21 +
 .../outline/deleteSection03-expected.html       |    18 +
 .../Layer0/outline/deleteSection03-input.html   |    21 +
 .../Layer0/outline/discovery01-expected.html    |    27 +
 .../test/Layer0/outline/discovery01-input.html  |    28 +
 .../Layer0/outline/discovery02-expected.html    |    41 +
 .../test/Layer0/outline/discovery02-input.html  |    29 +
 .../Layer0/outline/discovery03-expected.html    |    39 +
 .../test/Layer0/outline/discovery03-input.html  |    28 +
 .../Layer0/outline/discovery04-expected.html    |    41 +
 .../test/Layer0/outline/discovery04-input.html  |    29 +
 .../Layer0/outline/discovery05-expected.html    |    41 +
 .../test/Layer0/outline/discovery05-input.html  |    28 +
 .../Layer0/outline/discovery06-expected.html    |    41 +
 .../test/Layer0/outline/discovery06-input.html  |    30 +
 .../Layer0/outline/discovery07-expected.html    |    41 +
 .../test/Layer0/outline/discovery07-input.html  |    29 +
 .../Layer0/outline/discovery08-expected.html    |    25 +
 .../test/Layer0/outline/discovery08-input.html  |    26 +
 .../Layer0/outline/discovery09-expected.html    |    27 +
 .../test/Layer0/outline/discovery09-input.html  |    27 +
 .../Layer0/outline/discovery10-expected.html    |    29 +
 .../test/Layer0/outline/discovery10-input.html  |    28 +
 .../outline/heading-editing01-expected.html     |    31 +
 .../Layer0/outline/heading-editing01-input.html |    25 +
 .../outline/heading-editing02-expected.html     |     9 +
 .../Layer0/outline/heading-editing02-input.html |    20 +
 .../outline/heading-editing03-expected.html     |    18 +
 .../Layer0/outline/heading-editing03-input.html |    24 +
 .../outline/heading-editing04-expected.html     |    12 +
 .../Layer0/outline/heading-editing04-input.html |    24 +
 .../outline/heading-editing05-expected.html     |    12 +
 .../Layer0/outline/heading-editing05-input.html |    24 +
 .../outline/heading-editing06-expected.html     |    17 +
 .../Layer0/outline/heading-editing06-input.html |    25 +
 .../outline/heading-editing07-expected.html     |    12 +
 .../Layer0/outline/heading-editing07-input.html |    25 +
 .../outline/heading-editing08-expected.html     |    18 +
 .../Layer0/outline/heading-editing08-input.html |    28 +
 .../outline/heading-hierarchy01a-expected.html  |    12 +
 .../outline/heading-hierarchy01a-input.html     |    25 +
 .../outline/heading-hierarchy01b-expected.html  |    14 +
 .../outline/heading-hierarchy01b-input.html     |    25 +
 .../outline/heading-hierarchy01c-expected.html  |    12 +
 .../outline/heading-hierarchy01c-input.html     |    25 +
 .../outline/heading-hierarchy02a-expected.html  |    12 +
 .../outline/heading-hierarchy02a-input.html     |    25 +
 .../outline/heading-hierarchy02b-expected.html  |    14 +
 .../outline/heading-hierarchy02b-input.html     |    25 +
 .../outline/heading-hierarchy02c-expected.html  |    12 +
 .../outline/heading-hierarchy02c-input.html     |    25 +
 .../outline/heading-hierarchy03a-expected.html  |    16 +
 .../outline/heading-hierarchy03a-input.html     |    27 +
 .../outline/heading-hierarchy03b-expected.html  |    14 +
 .../outline/heading-hierarchy03b-input.html     |    27 +
 .../outline/heading-hierarchy03c-expected.html  |    16 +
 .../outline/heading-hierarchy03c-input.html     |    27 +
 .../outline/heading-hierarchy04a-expected.html  |    18 +
 .../outline/heading-hierarchy04a-input.html     |    29 +
 .../outline/heading-hierarchy04b-expected.html  |    14 +
 .../outline/heading-hierarchy04b-input.html     |    29 +
 .../outline/heading-hierarchy04c-expected.html  |    18 +
 .../outline/heading-hierarchy04c-input.html     |    29 +
 .../outline/heading-numbering01-expected.html   |    28 +
 .../outline/heading-numbering01-input.html      |    28 +
 .../outline/heading-numbering02-expected.html   |    28 +
 .../outline/heading-numbering02-input.html      |    28 +
 .../outline/heading-numbering03-expected.html   |    28 +
 .../outline/heading-numbering03-input.html      |    29 +
 .../outline/heading-numbering04-expected.html   |    28 +
 .../outline/heading-numbering04-input.html      |    31 +
 .../outline/heading-numbering05-expected.html   |    16 +
 .../outline/heading-numbering05-input.html      |    24 +
 .../outline/heading-numbering06-expected.html   |    16 +
 .../outline/heading-numbering06-input.html      |    25 +
 .../outline/heading-numbering07-expected.html   |    16 +
 .../outline/heading-numbering07-input.html      |    25 +
 .../outline/heading-numbering08-expected.html   |    16 +
 .../outline/heading-numbering08-input.html      |    25 +
 .../outline/heading-numbering09-expected.html   |    16 +
 .../outline/heading-numbering09-input.html      |    25 +
 .../outline/heading-numbering10-expected.html   |    15 +
 .../outline/heading-numbering10-input.html      |    28 +
 .../Layer0/outline/headings01-expected.html     |    20 +
 .../test/Layer0/outline/headings01-input.html   |    21 +
 .../Layer0/outline/headings02-expected.html     |    20 +
 .../test/Layer0/outline/headings02-input.html   |    21 +
 .../Layer0/outline/headings03-expected.html     |    17 +
 .../test/Layer0/outline/headings03-input.html   |    22 +
 .../Layer0/outline/headings04-expected.html     |    17 +
 .../test/Layer0/outline/headings04-input.html   |    21 +
 .../Layer0/outline/headings05-expected.html     |    17 +
 .../test/Layer0/outline/headings05-input.html   |    21 +
 .../Layer0/outline/itemtypes01-expected.html    |    82 +
 .../test/Layer0/outline/itemtypes01-input.html  |    78 +
 .../outline/listOfFigures01-expected.html       |    49 +
 .../Layer0/outline/listOfFigures01-input.html   |    24 +
 .../outline/listOfFigures02-expected.html       |    52 +
 .../Layer0/outline/listOfFigures02-input.html   |    29 +
 .../outline/listOfFigures03-expected.html       |    49 +
 .../Layer0/outline/listOfFigures03-input.html   |    29 +
 .../outline/listOfFigures04-expected.html       |    49 +
 .../Layer0/outline/listOfFigures04-input.html   |    29 +
 .../outline/listOfFigures05-expected.html       |    49 +
 .../Layer0/outline/listOfFigures05-input.html   |    38 +
 .../outline/listOfFigures06-expected.html       |    29 +
 .../Layer0/outline/listOfFigures06-input.html   |    38 +
 .../outline/listOfFigures07-expected.html       |    29 +
 .../Layer0/outline/listOfFigures07-input.html   |    28 +
 .../outline/listOfFigures08-expected.html       |    29 +
 .../Layer0/outline/listOfFigures08-input.html   |    28 +
 .../outline/listOfFigures09-expected.html       |    39 +
 .../Layer0/outline/listOfFigures09-input.html   |    34 +
 .../outline/listOfFigures09a-expected.html      |    49 +
 .../Layer0/outline/listOfFigures09a-input.html  |    40 +
 .../outline/listOfFigures10-expected.html       |    10 +
 .../Layer0/outline/listOfFigures10-input.html   |    21 +
 .../outline/listOfFigures11-expected.html       |    10 +
 .../Layer0/outline/listOfFigures11-input.html   |    33 +
 .../Layer0/outline/listOfTables01-expected.html |    69 +
 .../Layer0/outline/listOfTables01-input.html    |    24 +
 .../Layer0/outline/listOfTables02-expected.html |    72 +
 .../Layer0/outline/listOfTables02-input.html    |    29 +
 .../Layer0/outline/listOfTables03-expected.html |    69 +
 .../Layer0/outline/listOfTables03-input.html    |    29 +
 .../Layer0/outline/listOfTables04-expected.html |    69 +
 .../Layer0/outline/listOfTables04-input.html    |    29 +
 .../Layer0/outline/listOfTables05-expected.html |    77 +
 .../Layer0/outline/listOfTables05-input.html    |    42 +
 .../Layer0/outline/listOfTables06-expected.html |    57 +
 .../Layer0/outline/listOfTables06-input.html    |    42 +
 .../Layer0/outline/listOfTables07-expected.html |    49 +
 .../Layer0/outline/listOfTables07-input.html    |    28 +
 .../Layer0/outline/listOfTables08-expected.html |    49 +
 .../Layer0/outline/listOfTables08-input.html    |    28 +
 .../Layer0/outline/listOfTables09-expected.html |    59 +
 .../Layer0/outline/listOfTables09-input.html    |    34 +
 .../outline/listOfTables09a-expected.html       |    69 +
 .../Layer0/outline/listOfTables09a-input.html   |    40 +
 .../Layer0/outline/listOfTables10-expected.html |    10 +
 .../Layer0/outline/listOfTables10-input.html    |    21 +
 .../Layer0/outline/listOfTables11-expected.html |    10 +
 .../Layer0/outline/listOfTables11-input.html    |    33 +
 .../outline/moveSection-inner01-expected.html   |    58 +
 .../outline/moveSection-inner01-input.html      |    21 +
 .../outline/moveSection-inner02-expected.html   |    58 +
 .../outline/moveSection-inner02-input.html      |    21 +
 .../outline/moveSection-inner03-expected.html   |    58 +
 .../outline/moveSection-inner03-input.html      |    21 +
 .../outline/moveSection-inner04-expected.html   |    58 +
 .../outline/moveSection-inner04-input.html      |    21 +
 .../outline/moveSection-inner05-expected.html   |    58 +
 .../outline/moveSection-inner05-input.html      |    21 +
 .../outline/moveSection-inner06-expected.html   |    58 +
 .../outline/moveSection-inner06-input.html      |    21 +
 .../outline/moveSection-inner07-expected.html   |    58 +
 .../outline/moveSection-inner07-input.html      |    21 +
 .../outline/moveSection-inner08-expected.html   |    58 +
 .../outline/moveSection-inner08-input.html      |    21 +
 .../outline/moveSection-inner09-expected.html   |    58 +
 .../outline/moveSection-inner09-input.html      |    21 +
 .../outline/moveSection-nested01-expected.html  |    94 +
 .../outline/moveSection-nested01-input.html     |    21 +
 .../outline/moveSection-nested02-expected.html  |    94 +
 .../outline/moveSection-nested02-input.html     |    21 +
 .../outline/moveSection-nested03-expected.html  |    94 +
 .../outline/moveSection-nested03-input.html     |    21 +
 .../outline/moveSection-nested04-expected.html  |    94 +
 .../outline/moveSection-nested04-input.html     |    21 +
 .../outline/moveSection-nested05-expected.html  |    94 +
 .../outline/moveSection-nested05-input.html     |    21 +
 .../outline/moveSection-nested06-expected.html  |    94 +
 .../outline/moveSection-nested06-input.html     |    21 +
 .../outline/moveSection-nested07-expected.html  |    94 +
 .../outline/moveSection-nested07-input.html     |    21 +
 .../outline/moveSection-nested08-expected.html  |    94 +
 .../outline/moveSection-nested08-input.html     |    21 +
 .../outline/moveSection-nested09-expected.html  |    94 +
 .../outline/moveSection-nested09-input.html     |    21 +
 .../moveSection-newparent01-expected.html       |    42 +
 .../outline/moveSection-newparent01-input.html  |    21 +
 .../moveSection-newparent02-expected.html       |    42 +
 .../outline/moveSection-newparent02-input.html  |    21 +
 .../moveSection-newparent03-expected.html       |    42 +
 .../outline/moveSection-newparent03-input.html  |    21 +
 .../moveSection-newparent04-expected.html       |    42 +
 .../outline/moveSection-newparent04-input.html  |    21 +
 .../moveSection-newparent05-expected.html       |    42 +
 .../outline/moveSection-newparent05-input.html  |    21 +
 .../Layer0/outline/moveSection01-expected.html  |    22 +
 .../Layer0/outline/moveSection01-input.html     |    21 +
 .../Layer0/outline/moveSection02-expected.html  |    22 +
 .../Layer0/outline/moveSection02-input.html     |    21 +
 .../Layer0/outline/moveSection03-expected.html  |    22 +
 .../Layer0/outline/moveSection03-input.html     |    21 +
 .../Layer0/outline/moveSection04-expected.html  |    22 +
 .../Layer0/outline/moveSection04-input.html     |    21 +
 .../Layer0/outline/moveSection05-expected.html  |    22 +
 .../Layer0/outline/moveSection05-input.html     |    21 +
 .../Layer0/outline/moveSection06-expected.html  |    22 +
 .../Layer0/outline/moveSection06-input.html     |    21 +
 .../Layer0/outline/moveSection07-expected.html  |    22 +
 .../Layer0/outline/moveSection07-input.html     |    21 +
 .../Layer0/outline/moveSection08-expected.html  |    22 +
 .../Layer0/outline/moveSection08-input.html     |    21 +
 .../Layer0/outline/moveSection09-expected.html  |    22 +
 .../Layer0/outline/moveSection09-input.html     |    21 +
 .../Layer0/outline/moveSection10-expected.html  |    22 +
 .../Layer0/outline/moveSection10-input.html     |    24 +
 .../outline/refTitle-figure01-expected.html     |    45 +
 .../Layer0/outline/refTitle-figure01-input.html |    40 +
 .../outline/refTitle-figure02-expected.html     |    57 +
 .../Layer0/outline/refTitle-figure02-input.html |    45 +
 .../outline/refTitle-figure03-expected.html     |    45 +
 .../Layer0/outline/refTitle-figure03-input.html |    45 +
 .../outline/refTitle-figure04-expected.html     |    45 +
 .../Layer0/outline/refTitle-figure04-input.html |    45 +
 .../outline/refTitle-figure05-expected.html     |    45 +
 .../Layer0/outline/refTitle-figure05-input.html |    45 +
 .../outline/refTitle-figure06-expected.html     |    41 +
 .../Layer0/outline/refTitle-figure06-input.html |    30 +
 .../outline/refTitle-figure07-expected.html     |    41 +
 .../Layer0/outline/refTitle-figure07-input.html |    30 +
 .../outline/refTitle-section01-expected.html    |    39 +
 .../outline/refTitle-section01-input.html       |    40 +
 .../outline/refTitle-section02-expected.html    |    51 +
 .../outline/refTitle-section02-input.html       |    45 +
 .../outline/refTitle-section03-expected.html    |    39 +
 .../outline/refTitle-section03-input.html       |    45 +
 .../outline/refTitle-section04-expected.html    |    39 +
 .../outline/refTitle-section04-input.html       |    45 +
 .../outline/refTitle-section05-expected.html    |    39 +
 .../outline/refTitle-section05-input.html       |    45 +
 .../outline/refTitle-section06-expected.html    |    35 +
 .../outline/refTitle-section06-input.html       |    30 +
 .../outline/refTitle-section07-expected.html    |    35 +
 .../outline/refTitle-section07-input.html       |    30 +
 .../outline/refTitle-table01-expected.html      |    45 +
 .../Layer0/outline/refTitle-table01-input.html  |    40 +
 .../outline/refTitle-table02-expected.html      |    57 +
 .../Layer0/outline/refTitle-table02-input.html  |    45 +
 .../outline/refTitle-table03-expected.html      |    45 +
 .../Layer0/outline/refTitle-table03-input.html  |    45 +
 .../outline/refTitle-table04-expected.html      |    45 +
 .../Layer0/outline/refTitle-table04-input.html  |    45 +
 .../outline/refTitle-table05-expected.html      |    45 +
 .../Layer0/outline/refTitle-table05-input.html  |    45 +
 .../outline/refTitle-table06-expected.html      |    41 +
 .../Layer0/outline/refTitle-table06-input.html  |    30 +
 .../outline/refTitle-table07-expected.html      |    41 +
 .../Layer0/outline/refTitle-table07-input.html  |    30 +
 .../refType-figure-numbered-expected.html       |    30 +
 .../outline/refType-figure-numbered-input.html  |    26 +
 .../refType-figure-unnumbered-expected.html     |    30 +
 .../refType-figure-unnumbered-input.html        |    26 +
 .../refType-section-numbered-expected.html      |    29 +
 .../outline/refType-section-numbered-input.html |    23 +
 .../refType-section-unnumbered-expected.html    |    27 +
 .../refType-section-unnumbered-input.html       |    23 +
 .../refType-section-unnumbered2-expected.html   |    29 +
 .../refType-section-unnumbered2-input.html      |    22 +
 .../refType-table-numbered-expected.html        |    43 +
 .../outline/refType-table-numbered-input.html   |    37 +
 .../refType-table-unnumbered-expected.html      |    43 +
 .../outline/refType-table-unnumbered-input.html |    37 +
 .../outline/reference-insert01-expected.html    |    14 +
 .../outline/reference-insert01-input.html       |    32 +
 .../outline/reference-insert02-expected.html    |    18 +
 .../outline/reference-insert02-input.html       |    32 +
 .../outline/reference-insert03-expected.html    |    18 +
 .../outline/reference-insert03-input.html       |    32 +
 .../outline/reference-static01-expected.html    |    35 +
 .../outline/reference-static01-input.html       |    27 +
 .../outline/reference-static02-expected.html    |    39 +
 .../outline/reference-static02-input.html       |    27 +
 .../outline/reference-static03-expected.html    |    39 +
 .../outline/reference-static03-input.html       |    27 +
 .../outline/reference-update01-expected.html    |    36 +
 .../outline/reference-update01-input.html       |    33 +
 .../outline/reference-update02-expected.html    |    42 +
 .../outline/reference-update02-input.html       |    35 +
 .../outline/reference-update03-expected.html    |    42 +
 .../outline/reference-update03-input.html       |    35 +
 .../Layer0/outline/reference01-expected.html    |   136 +
 .../test/Layer0/outline/reference01-input.html  |   123 +
 .../Layer0/outline/refsById01-expected.html     |     6 +
 .../test/Layer0/outline/refsById01-input.html   |    29 +
 .../outline/setNumbered-figure01-expected.html  |     9 +
 .../outline/setNumbered-figure01-input.html     |    20 +
 .../outline/setNumbered-figure02-expected.html  |     8 +
 .../outline/setNumbered-figure02-input.html     |    21 +
 .../outline/setNumbered-figure03-expected.html  |     9 +
 .../outline/setNumbered-figure03-input.html     |    21 +
 .../outline/setNumbered-figure04-expected.html  |     9 +
 .../outline/setNumbered-figure04-input.html     |    21 +
 .../outline/setNumbered-table01-expected.html   |    18 +
 .../outline/setNumbered-table01-input.html      |    27 +
 .../outline/setNumbered-table02-expected.html   |    17 +
 .../outline/setNumbered-table02-input.html      |    28 +
 .../outline/setNumbered-table03-expected.html   |    18 +
 .../outline/setNumbered-table03-input.html      |    28 +
 .../outline/setNumbered-table04-expected.html   |    18 +
 .../outline/setNumbered-table04-input.html      |    28 +
 .../tableOfContents-insert01-expected.html      |    19 +
 .../outline/tableOfContents-insert01-input.html |    26 +
 .../tableOfContents-insert02-expected.html      |    19 +
 .../outline/tableOfContents-insert02-input.html |    26 +
 .../tableOfContents-insert03-expected.html      |    21 +
 .../outline/tableOfContents-insert03-input.html |    28 +
 .../tableOfContents-insert04-expected.html      |    19 +
 .../outline/tableOfContents-insert04-input.html |    28 +
 .../tableOfContents-insert05-expected.html      |    19 +
 .../outline/tableOfContents-insert05-input.html |    28 +
 .../tableOfContents-insert06-expected.html      |    19 +
 .../outline/tableOfContents-insert06-input.html |    28 +
 .../tableOfContents-insert07-expected.html      |    19 +
 .../outline/tableOfContents-insert07-input.html |    28 +
 .../outline/tableOfContents01-expected.html     |    51 +
 .../Layer0/outline/tableOfContents01-input.html |    27 +
 .../outline/tableOfContents02-expected.html     |    54 +
 .../Layer0/outline/tableOfContents02-input.html |    32 +
 .../outline/tableOfContents03-expected.html     |    51 +
 .../Layer0/outline/tableOfContents03-input.html |    32 +
 .../outline/tableOfContents04-expected.html     |    51 +
 .../Layer0/outline/tableOfContents04-input.html |    32 +
 .../outline/tableOfContents05-expected.html     |    51 +
 .../Layer0/outline/tableOfContents05-input.html |    55 +
 .../outline/tableOfContents06-expected.html     |    49 +
 .../Layer0/outline/tableOfContents06-input.html |    53 +
 .../outline/tableOfContents07-expected.html     |    51 +
 .../Layer0/outline/tableOfContents07-input.html |    30 +
 .../outline/tableOfContents08-expected.html     |    51 +
 .../Layer0/outline/tableOfContents08-input.html |    30 +
 .../outline/tableOfContents09-expected.html     |    51 +
 .../Layer0/outline/tableOfContents09-input.html |    37 +
 .../outline/tableOfContents10-expected.html     |    10 +
 .../Layer0/outline/tableOfContents10-input.html |    21 +
 .../outline/tableOfContents11-expected.html     |    12 +
 .../Layer0/outline/tableOfContents11-input.html |    33 +
 .../Layer0/outline/tocInHeading01-expected.html |    12 +
 .../Layer0/outline/tocInHeading01-input.html    |    22 +
 .../Layer0/outline/tocInsert01-expected.html    |    53 +
 .../test/Layer0/outline/tocInsert01-input.html  |    49 +
 .../Layer0/outline/tocInsert02-expected.html    |    55 +
 .../test/Layer0/outline/tocInsert02-input.html  |    49 +
 .../Layer0/outline/tocInsert03-expected.html    |    53 +
 .../test/Layer0/outline/tocInsert03-input.html  |    48 +
 ...ValidCursorPosition-afterbr01a-expected.html |    10 +
 .../isValidCursorPosition-afterbr01a-input.html |    15 +
 ...ValidCursorPosition-afterbr01b-expected.html |    10 +
 .../isValidCursorPosition-afterbr01b-input.html |    15 +
 ...ValidCursorPosition-afterbr01c-expected.html |    11 +
 .../isValidCursorPosition-afterbr01c-input.html |    15 +
 ...ValidCursorPosition-afterbr01d-expected.html |    11 +
 .../isValidCursorPosition-afterbr01d-input.html |    15 +
 ...ValidCursorPosition-afterbr01e-expected.html |    11 +
 .../isValidCursorPosition-afterbr01e-input.html |    15 +
 ...ValidCursorPosition-afterbr02a-expected.html |    16 +
 .../isValidCursorPosition-afterbr02a-input.html |    15 +
 ...ValidCursorPosition-afterbr02b-expected.html |    16 +
 .../isValidCursorPosition-afterbr02b-input.html |    15 +
 ...ValidCursorPosition-afterbr02c-expected.html |    16 +
 .../isValidCursorPosition-afterbr02c-input.html |    15 +
 ...ValidCursorPosition-afterbr03a-expected.html |    16 +
 .../isValidCursorPosition-afterbr03a-input.html |    15 +
 ...ValidCursorPosition-afterbr03b-expected.html |    16 +
 .../isValidCursorPosition-afterbr03b-input.html |    15 +
 ...ValidCursorPosition-afterbr03c-expected.html |    16 +
 .../isValidCursorPosition-afterbr03c-input.html |    15 +
 ...ValidCursorPosition-afterbr04a-expected.html |    17 +
 .../isValidCursorPosition-afterbr04a-input.html |    15 +
 ...ValidCursorPosition-afterbr04b-expected.html |    17 +
 .../isValidCursorPosition-afterbr04b-input.html |    15 +
 ...ValidCursorPosition-afterbr04c-expected.html |    17 +
 .../isValidCursorPosition-afterbr04c-input.html |    15 +
 .../isValidCursorPosition-body01a-expected.html |     7 +
 .../isValidCursorPosition-body01a-input.html    |    12 +
 .../isValidCursorPosition-body01b-expected.html |     7 +
 .../isValidCursorPosition-body01b-input.html    |    12 +
 .../isValidCursorPosition-body01c-expected.html |     7 +
 .../isValidCursorPosition-body01c-input.html    |    12 +
 .../isValidCursorPosition-body01d-expected.html |     7 +
 .../isValidCursorPosition-body01d-input.html    |    13 +
 .../isValidCursorPosition-body01e-expected.html |     7 +
 .../isValidCursorPosition-body01e-input.html    |    16 +
 .../isValidCursorPosition-body01f-expected.html |     7 +
 .../isValidCursorPosition-body01f-input.html    |    16 +
 .../isValidCursorPosition-body01g-expected.html |     7 +
 .../isValidCursorPosition-body01g-input.html    |    16 +
 ...ValidCursorPosition-caption01a-expected.html |    17 +
 .../isValidCursorPosition-caption01a-input.html |    23 +
 ...ValidCursorPosition-caption01b-expected.html |    17 +
 .../isValidCursorPosition-caption01b-input.html |    23 +
 ...ValidCursorPosition-caption01c-expected.html |    17 +
 .../isValidCursorPosition-caption01c-input.html |    23 +
 ...sValidCursorPosition-endnote01-expected.html |    11 +
 .../isValidCursorPosition-endnote01-input.html  |    15 +
 ...sValidCursorPosition-endnote02-expected.html |    11 +
 .../isValidCursorPosition-endnote02-input.html  |    15 +
 ...sValidCursorPosition-endnote03-expected.html |    11 +
 .../isValidCursorPosition-endnote03-input.html  |    15 +
 ...sValidCursorPosition-endnote04-expected.html |    11 +
 .../isValidCursorPosition-endnote04-input.html  |    15 +
 ...sValidCursorPosition-endnote05-expected.html |    13 +
 .../isValidCursorPosition-endnote05-input.html  |    15 +
 ...sValidCursorPosition-endnote06-expected.html |    11 +
 .../isValidCursorPosition-endnote06-input.html  |    15 +
 ...sValidCursorPosition-endnote07-expected.html |    11 +
 .../isValidCursorPosition-endnote07-input.html  |    15 +
 ...sValidCursorPosition-endnote08-expected.html |    11 +
 .../isValidCursorPosition-endnote08-input.html  |    15 +
 ...sValidCursorPosition-endnote09-expected.html |    11 +
 .../isValidCursorPosition-endnote09-input.html  |    15 +
 ...sValidCursorPosition-endnote10-expected.html |    13 +
 .../isValidCursorPosition-endnote10-input.html  |    15 +
 ...sValidCursorPosition-figure01a-expected.html |    12 +
 .../isValidCursorPosition-figure01a-input.html  |    20 +
 ...sValidCursorPosition-figure01b-expected.html |    12 +
 .../isValidCursorPosition-figure01b-input.html  |    20 +
 ...sValidCursorPosition-figure01c-expected.html |    12 +
 .../isValidCursorPosition-figure01c-input.html  |    20 +
 ...ValidCursorPosition-footnote01-expected.html |    11 +
 .../isValidCursorPosition-footnote01-input.html |    15 +
 ...ValidCursorPosition-footnote02-expected.html |    11 +
 .../isValidCursorPosition-footnote02-input.html |    15 +
 ...ValidCursorPosition-footnote03-expected.html |    11 +
 .../isValidCursorPosition-footnote03-input.html |    15 +
 ...ValidCursorPosition-footnote04-expected.html |    11 +
 .../isValidCursorPosition-footnote04-input.html |    15 +
 ...ValidCursorPosition-footnote05-expected.html |    13 +
 .../isValidCursorPosition-footnote05-input.html |    15 +
 ...ValidCursorPosition-footnote06-expected.html |    11 +
 .../isValidCursorPosition-footnote06-input.html |    15 +
 ...ValidCursorPosition-footnote07-expected.html |    11 +
 .../isValidCursorPosition-footnote07-input.html |    15 +
 ...ValidCursorPosition-footnote08-expected.html |    11 +
 .../isValidCursorPosition-footnote08-input.html |    15 +
 ...ValidCursorPosition-footnote09-expected.html |    11 +
 .../isValidCursorPosition-footnote09-input.html |    15 +
 ...ValidCursorPosition-footnote10-expected.html |    13 +
 .../isValidCursorPosition-footnote10-input.html |    15 +
 ...ValidCursorPosition-footnote11-expected.html |    11 +
 .../isValidCursorPosition-footnote11-input.html |    15 +
 ...ValidCursorPosition-footnote12-expected.html |    11 +
 .../isValidCursorPosition-footnote12-input.html |    15 +
 ...ValidCursorPosition-footnote13-expected.html |    11 +
 .../isValidCursorPosition-footnote13-input.html |    15 +
 ...ValidCursorPosition-footnote14-expected.html |    11 +
 .../isValidCursorPosition-footnote14-input.html |    15 +
 ...ValidCursorPosition-heading01a-expected.html |     7 +
 .../isValidCursorPosition-heading01a-input.html |    17 +
 ...ValidCursorPosition-heading01b-expected.html |     7 +
 .../isValidCursorPosition-heading01b-input.html |    17 +
 ...ValidCursorPosition-heading01c-expected.html |     7 +
 .../isValidCursorPosition-heading01c-input.html |    17 +
 ...isValidCursorPosition-image01a-expected.html |    13 +
 .../isValidCursorPosition-image01a-input.html   |    15 +
 ...isValidCursorPosition-image01b-expected.html |    13 +
 .../isValidCursorPosition-image01b-input.html   |    15 +
 ...isValidCursorPosition-image01c-expected.html |    13 +
 .../isValidCursorPosition-image01c-input.html   |    15 +
 ...isValidCursorPosition-image02a-expected.html |    15 +
 .../isValidCursorPosition-image02a-input.html   |    15 +
 ...isValidCursorPosition-image02b-expected.html |    16 +
 .../isValidCursorPosition-image02b-input.html   |    15 +
 ...isValidCursorPosition-image02c-expected.html |    16 +
 .../isValidCursorPosition-image02c-input.html   |    15 +
 ...isValidCursorPosition-image03a-expected.html |    19 +
 .../isValidCursorPosition-image03a-input.html   |    15 +
 ...isValidCursorPosition-image03b-expected.html |    21 +
 .../isValidCursorPosition-image03b-input.html   |    15 +
 ...isValidCursorPosition-image03c-expected.html |    21 +
 .../isValidCursorPosition-image03c-input.html   |    15 +
 ...isValidCursorPosition-image04a-expected.html |    15 +
 .../isValidCursorPosition-image04a-input.html   |    15 +
 ...isValidCursorPosition-image04b-expected.html |    15 +
 .../isValidCursorPosition-image04b-input.html   |    15 +
 ...isValidCursorPosition-image04c-expected.html |    15 +
 .../isValidCursorPosition-image04c-input.html   |    15 +
 ...sValidCursorPosition-inline01a-expected.html |    11 +
 .../isValidCursorPosition-inline01a-input.html  |    15 +
 ...sValidCursorPosition-inline01b-expected.html |    11 +
 .../isValidCursorPosition-inline01b-input.html  |    15 +
 ...sValidCursorPosition-inline01c-expected.html |    11 +
 .../isValidCursorPosition-inline01c-input.html  |    15 +
 ...sValidCursorPosition-inline01d-expected.html |    11 +
 .../isValidCursorPosition-inline01d-input.html  |    15 +
 ...sValidCursorPosition-inline01e-expected.html |    11 +
 .../isValidCursorPosition-inline01e-input.html  |    15 +
 ...sValidCursorPosition-inline01f-expected.html |    11 +
 .../isValidCursorPosition-inline01f-input.html  |    15 +
 ...sValidCursorPosition-inline01g-expected.html |    11 +
 .../isValidCursorPosition-inline01g-input.html  |    15 +
 ...sValidCursorPosition-inline02a-expected.html |    11 +
 .../isValidCursorPosition-inline02a-input.html  |    15 +
 ...sValidCursorPosition-inline02b-expected.html |    11 +
 .../isValidCursorPosition-inline02b-input.html  |    15 +
 ...sValidCursorPosition-inline02c-expected.html |    11 +
 .../isValidCursorPosition-inline02c-input.html  |    15 +
 ...sValidCursorPosition-inline02d-expected.html |    11 +
 .../isValidCursorPosition-inline02d-input.html  |    15 +
 ...sValidCursorPosition-inline02e-expected.html |    11 +
 .../isValidCursorPosition-inline02e-input.html  |    15 +
 ...sValidCursorPosition-inline02f-expected.html |    11 +
 .../isValidCursorPosition-inline02f-input.html  |    15 +
 ...sValidCursorPosition-inline02g-expected.html |    11 +
 .../isValidCursorPosition-inline02g-input.html  |    15 +
 ...sValidCursorPosition-inline03a-expected.html |    14 +
 .../isValidCursorPosition-inline03a-input.html  |    15 +
 ...sValidCursorPosition-inline03b-expected.html |    14 +
 .../isValidCursorPosition-inline03b-input.html  |    15 +
 ...sValidCursorPosition-inline03c-expected.html |    14 +
 .../isValidCursorPosition-inline03c-input.html  |    15 +
 ...sValidCursorPosition-inline05a-expected.html |     7 +
 .../isValidCursorPosition-inline05a-input.html  |    15 +
 ...sValidCursorPosition-inline05b-expected.html |     7 +
 .../isValidCursorPosition-inline05b-input.html  |    15 +
 ...sValidCursorPosition-inline05c-expected.html |     7 +
 .../isValidCursorPosition-inline05c-input.html  |    15 +
 ...sValidCursorPosition-inline05d-expected.html |     7 +
 .../isValidCursorPosition-inline05d-input.html  |    15 +
 ...sValidCursorPosition-inline05e-expected.html |     7 +
 .../isValidCursorPosition-inline05e-input.html  |    15 +
 ...sValidCursorPosition-inline05f-expected.html |     7 +
 .../isValidCursorPosition-inline05f-input.html  |    15 +
 ...sValidCursorPosition-inline05g-expected.html |     7 +
 .../isValidCursorPosition-inline05g-input.html  |    15 +
 ...sValidCursorPosition-inline06a-expected.html |     7 +
 .../isValidCursorPosition-inline06a-input.html  |    15 +
 ...sValidCursorPosition-inline06b-expected.html |     7 +
 .../isValidCursorPosition-inline06b-input.html  |    15 +
 ...sValidCursorPosition-inline06c-expected.html |     7 +
 .../isValidCursorPosition-inline06c-input.html  |    15 +
 ...sValidCursorPosition-inline06d-expected.html |     7 +
 .../isValidCursorPosition-inline06d-input.html  |    15 +
 ...sValidCursorPosition-inline06e-expected.html |     7 +
 .../isValidCursorPosition-inline06e-input.html  |    15 +
 ...sValidCursorPosition-inline06f-expected.html |     7 +
 .../isValidCursorPosition-inline06f-input.html  |    15 +
 ...sValidCursorPosition-inline06g-expected.html |     7 +
 .../isValidCursorPosition-inline06g-input.html  |    15 +
 ...sValidCursorPosition-inline06h-expected.html |     7 +
 .../isValidCursorPosition-inline06h-input.html  |    15 +
 ...sValidCursorPosition-inline06i-expected.html |     7 +
 .../isValidCursorPosition-inline06i-input.html  |    15 +
 ...sValidCursorPosition-inline06j-expected.html |     7 +
 .../isValidCursorPosition-inline06j-input.html  |    15 +
 ...sValidCursorPosition-inline06k-expected.html |     7 +
 .../isValidCursorPosition-inline06k-input.html  |    15 +
 ...sValidCursorPosition-inline07a-expected.html |     7 +
 .../isValidCursorPosition-inline07a-input.html  |    15 +
 ...sValidCursorPosition-inline07b-expected.html |     7 +
 .../isValidCursorPosition-inline07b-input.html  |    15 +
 ...sValidCursorPosition-inline07c-expected.html |     7 +
 .../isValidCursorPosition-inline07c-input.html  |    15 +
 ...sValidCursorPosition-inline07d-expected.html |     7 +
 .../isValidCursorPosition-inline07d-input.html  |    15 +
 ...sValidCursorPosition-inline07e-expected.html |     7 +
 .../isValidCursorPosition-inline07e-input.html  |    15 +
 ...sValidCursorPosition-inline07f-expected.html |     7 +
 .../isValidCursorPosition-inline07f-input.html  |    15 +
 ...sValidCursorPosition-inline07g-expected.html |     7 +
 .../isValidCursorPosition-inline07g-input.html  |    15 +
 ...sValidCursorPosition-inline08a-expected.html |     7 +
 .../isValidCursorPosition-inline08a-input.html  |    15 +
 ...sValidCursorPosition-inline08b-expected.html |     7 +
 .../isValidCursorPosition-inline08b-input.html  |    15 +
 ...sValidCursorPosition-inline08c-expected.html |     7 +
 .../isValidCursorPosition-inline08c-input.html  |    15 +
 ...sValidCursorPosition-inline08d-expected.html |     7 +
 .../isValidCursorPosition-inline08d-input.html  |    15 +
 ...sValidCursorPosition-inline08e-expected.html |     7 +
 .../isValidCursorPosition-inline08e-input.html  |    15 +
 ...sValidCursorPosition-inline08f-expected.html |     7 +
 .../isValidCursorPosition-inline08f-input.html  |    15 +
 ...sValidCursorPosition-inline08g-expected.html |     7 +
 .../isValidCursorPosition-inline08g-input.html  |    15 +
 ...sValidCursorPosition-inline08h-expected.html |     7 +
 .../isValidCursorPosition-inline08h-input.html  |    15 +
 ...sValidCursorPosition-inline08i-expected.html |     7 +
 .../isValidCursorPosition-inline08i-input.html  |    15 +
 ...sValidCursorPosition-inline08j-expected.html |     7 +
 .../isValidCursorPosition-inline08j-input.html  |    15 +
 ...sValidCursorPosition-inline08k-expected.html |     7 +
 .../isValidCursorPosition-inline08k-input.html  |    15 +
 .../isValidCursorPosition-link01a-expected.html |    13 +
 .../isValidCursorPosition-link01a-input.html    |    15 +
 .../isValidCursorPosition-link01b-expected.html |    13 +
 .../isValidCursorPosition-link01b-input.html    |    15 +
 .../isValidCursorPosition-link01c-expected.html |    13 +
 .../isValidCursorPosition-link01c-input.html    |    15 +
 .../isValidCursorPosition-list01a-expected.html |    11 +
 .../isValidCursorPosition-list01a-input.html    |    19 +
 .../isValidCursorPosition-list01b-expected.html |    11 +
 .../isValidCursorPosition-list01b-input.html    |    19 +
 .../isValidCursorPosition-list01c-expected.html |    11 +
 .../isValidCursorPosition-list01c-input.html    |    19 +
 .../isValidCursorPosition-list02a-expected.html |    11 +
 .../isValidCursorPosition-list02a-input.html    |    19 +
 .../isValidCursorPosition-list02b-expected.html |    11 +
 .../isValidCursorPosition-list02b-input.html    |    19 +
 .../isValidCursorPosition-list02c-expected.html |    11 +
 .../isValidCursorPosition-list02c-input.html    |    19 +
 .../isValidCursorPosition-list03a-expected.html |    11 +
 .../isValidCursorPosition-list03a-input.html    |    19 +
 .../isValidCursorPosition-list03b-expected.html |    11 +
 .../isValidCursorPosition-list03b-input.html    |    19 +
 .../isValidCursorPosition-list03c-expected.html |    11 +
 .../isValidCursorPosition-list03c-input.html    |    19 +
 .../isValidCursorPosition-list04a-expected.html |    23 +
 .../isValidCursorPosition-list04a-input.html    |    19 +
 .../isValidCursorPosition-list04b-expected.html |    23 +
 .../isValidCursorPosition-list04b-input.html    |    19 +
 .../isValidCursorPosition-list04c-expected.html |    23 +
 .../isValidCursorPosition-list04c-input.html    |    19 +
 .../isValidCursorPosition-list05a-expected.html |     9 +
 .../isValidCursorPosition-list05a-input.html    |    19 +
 .../isValidCursorPosition-list05b-expected.html |     9 +
 .../isValidCursorPosition-list05b-input.html    |    18 +
 .../isValidCursorPosition-list05c-expected.html |    10 +
 .../isValidCursorPosition-list05c-input.html    |    19 +
 .../isValidCursorPosition-list05d-expected.html |    10 +
 .../isValidCursorPosition-list05d-input.html    |    19 +
 .../isValidCursorPosition-list05e-expected.html |    11 +
 .../isValidCursorPosition-list05e-input.html    |    20 +
 ...lidCursorPosition-paragraph01a-expected.html |     7 +
 ...sValidCursorPosition-paragraph01a-input.html |    15 +
 ...lidCursorPosition-paragraph01b-expected.html |     7 +
 ...sValidCursorPosition-paragraph01b-input.html |    15 +
 ...lidCursorPosition-paragraph01c-expected.html |     7 +
 ...sValidCursorPosition-paragraph01c-input.html |    15 +
 ...lidCursorPosition-paragraph01d-expected.html |     7 +
 ...sValidCursorPosition-paragraph01d-input.html |    15 +
 ...lidCursorPosition-paragraph01e-expected.html |     7 +
 ...sValidCursorPosition-paragraph01e-input.html |    15 +
 ...lidCursorPosition-paragraph02a-expected.html |     8 +
 ...sValidCursorPosition-paragraph02a-input.html |    16 +
 ...lidCursorPosition-paragraph02b-expected.html |     8 +
 ...sValidCursorPosition-paragraph02b-input.html |    25 +
 ...lidCursorPosition-paragraph02c-expected.html |    11 +
 ...sValidCursorPosition-paragraph02c-input.html |    25 +
 ...lidCursorPosition-paragraph02d-expected.html |    11 +
 ...sValidCursorPosition-paragraph02d-input.html |    25 +
 ...lidCursorPosition-paragraph03a-expected.html |     7 +
 ...sValidCursorPosition-paragraph03a-input.html |    15 +
 ...lidCursorPosition-paragraph03b-expected.html |     7 +
 ...sValidCursorPosition-paragraph03b-input.html |    15 +
 ...lidCursorPosition-paragraph03c-expected.html |     7 +
 ...sValidCursorPosition-paragraph03c-input.html |    15 +
 ...lidCursorPosition-paragraph03d-expected.html |     7 +
 ...sValidCursorPosition-paragraph03d-input.html |    16 +
 ...lidCursorPosition-paragraph04a-expected.html |     7 +
 ...sValidCursorPosition-paragraph04a-input.html |    15 +
 ...lidCursorPosition-paragraph04b-expected.html |     7 +
 ...sValidCursorPosition-paragraph04b-input.html |    15 +
 ...lidCursorPosition-paragraph04c-expected.html |     7 +
 ...sValidCursorPosition-paragraph04c-input.html |    15 +
 ...lidCursorPosition-paragraph05a-expected.html |    10 +
 ...sValidCursorPosition-paragraph05a-input.html |    15 +
 ...lidCursorPosition-paragraph05b-expected.html |    10 +
 ...sValidCursorPosition-paragraph05b-input.html |    15 +
 ...lidCursorPosition-paragraph05c-expected.html |    10 +
 ...sValidCursorPosition-paragraph05c-input.html |    15 +
 ...lidCursorPosition-paragraph06a-expected.html |    10 +
 ...sValidCursorPosition-paragraph06a-input.html |    15 +
 ...lidCursorPosition-paragraph06b-expected.html |    10 +
 ...sValidCursorPosition-paragraph06b-input.html |    15 +
 ...lidCursorPosition-paragraph06c-expected.html |    10 +
 ...sValidCursorPosition-paragraph06c-input.html |    15 +
 ...lidCursorPosition-paragraph07a-expected.html |     9 +
 ...sValidCursorPosition-paragraph07a-input.html |    12 +
 ...lidCursorPosition-paragraph07b-expected.html |     9 +
 ...sValidCursorPosition-paragraph07b-input.html |    12 +
 ...lidCursorPosition-paragraph07c-expected.html |     9 +
 ...sValidCursorPosition-paragraph07c-input.html |    12 +
 ...lidCursorPosition-paragraph08a-expected.html |     7 +
 ...sValidCursorPosition-paragraph08a-input.html |    12 +
 ...lidCursorPosition-paragraph08b-expected.html |     7 +
 ...sValidCursorPosition-paragraph08b-input.html |    12 +
 ...lidCursorPosition-paragraph08c-expected.html |     7 +
 ...sValidCursorPosition-paragraph08c-input.html |    12 +
 ...lidCursorPosition-paragraph08d-expected.html |     7 +
 ...sValidCursorPosition-paragraph08d-input.html |    14 +
 ...lidCursorPosition-paragraph08e-expected.html |     7 +
 ...sValidCursorPosition-paragraph08e-input.html |    17 +
 ...lidCursorPosition-paragraph08f-expected.html |     7 +
 ...sValidCursorPosition-paragraph08f-input.html |    17 +
 ...lidCursorPosition-paragraph08g-expected.html |     7 +
 ...sValidCursorPosition-paragraph08g-input.html |    17 +
 ...isValidCursorPosition-table01a-expected.html |    16 +
 .../isValidCursorPosition-table01a-input.html   |    20 +
 ...isValidCursorPosition-table01b-expected.html |    25 +
 .../isValidCursorPosition-table01b-input.html   |    25 +
 ...isValidCursorPosition-table01c-expected.html |    26 +
 .../isValidCursorPosition-table01c-input.html   |    28 +
 ...isValidCursorPosition-table01d-expected.html |    27 +
 .../isValidCursorPosition-table01d-input.html   |    29 +
 ...isValidCursorPosition-table01e-expected.html |    29 +
 .../isValidCursorPosition-table01e-input.html   |    23 +
 ...isValidCursorPosition-table01f-expected.html |    29 +
 .../isValidCursorPosition-table01f-input.html   |    35 +
 ...isValidCursorPosition-table02a-expected.html |    16 +
 .../isValidCursorPosition-table02a-input.html   |    20 +
 ...isValidCursorPosition-table02b-expected.html |    16 +
 .../isValidCursorPosition-table02b-input.html   |    20 +
 ...isValidCursorPosition-table02c-expected.html |    16 +
 .../isValidCursorPosition-table02c-input.html   |    20 +
 ...isValidCursorPosition-table03a-expected.html |    16 +
 .../isValidCursorPosition-table03a-input.html   |    20 +
 ...isValidCursorPosition-table03b-expected.html |    16 +
 .../isValidCursorPosition-table03b-input.html   |    20 +
 ...isValidCursorPosition-table03c-expected.html |    16 +
 .../isValidCursorPosition-table03c-input.html   |    20 +
 .../isValidCursorPosition-toc01a-expected.html  |    18 +
 .../isValidCursorPosition-toc01a-input.html     |    24 +
 .../test/Layer0/position/validPositions.js      |   141 +
 .../range/cloneContents-list01-expected.html    |    10 +
 .../range/cloneContents-list01-input.html       |    24 +
 .../range/cloneContents-list02-expected.html    |    10 +
 .../range/cloneContents-list02-input.html       |    24 +
 .../range/cloneContents-list03-expected.html    |     9 +
 .../range/cloneContents-list03-input.html       |    24 +
 .../range/cloneContents-list04-expected.html    |     9 +
 .../range/cloneContents-list04-input.html       |    24 +
 .../range/cloneContents-list05-expected.html    |     8 +
 .../range/cloneContents-list05-input.html       |    24 +
 .../range/cloneContents-list06-expected.html    |     9 +
 .../range/cloneContents-list06-input.html       |    24 +
 .../range/cloneContents-list07-expected.html    |     9 +
 .../range/cloneContents-list07-input.html       |    24 +
 .../range/cloneContents-list08-expected.html    |     4 +
 .../range/cloneContents-list08-input.html       |    24 +
 .../range/cloneContents-list09-expected.html    |     4 +
 .../range/cloneContents-list09-input.html       |    24 +
 .../range/cloneContents-list10-expected.html    |    15 +
 .../range/cloneContents-list10-input.html       |    30 +
 .../range/cloneContents-list11-expected.html    |    16 +
 .../range/cloneContents-list11-input.html       |    30 +
 .../Layer0/range/cloneContents01-expected.html  |     6 +
 .../Layer0/range/cloneContents01-input.html     |    20 +
 .../Layer0/range/cloneContents02-expected.html  |     6 +
 .../Layer0/range/cloneContents02-input.html     |    20 +
 .../Layer0/range/cloneContents03-expected.html  |     6 +
 .../Layer0/range/cloneContents03-input.html     |    20 +
 .../Layer0/range/cloneContents04-expected.html  |     6 +
 .../Layer0/range/cloneContents04-input.html     |    20 +
 .../Layer0/range/cloneContents05-expected.html  |     6 +
 .../Layer0/range/cloneContents05-input.html     |    20 +
 .../Layer0/range/cloneContents06-expected.html  |     6 +
 .../Layer0/range/cloneContents06-input.html     |    20 +
 .../Layer0/range/cloneContents07-expected.html  |     6 +
 .../Layer0/range/cloneContents07-input.html     |    20 +
 .../Layer0/range/cloneContents08-expected.html  |     6 +
 .../Layer0/range/cloneContents08-input.html     |    20 +
 .../Layer0/range/cloneContents09-expected.html  |     6 +
 .../Layer0/range/cloneContents09-input.html     |    20 +
 .../Layer0/range/cloneContents10-expected.html  |     6 +
 .../Layer0/range/cloneContents10-input.html     |    20 +
 .../Layer0/range/cloneContents11-expected.html  |     6 +
 .../Layer0/range/cloneContents11-input.html     |    20 +
 .../Layer0/range/cloneContents12-expected.html  |     6 +
 .../Layer0/range/cloneContents12-input.html     |    20 +
 .../Layer0/range/cloneContents13-expected.html  |     6 +
 .../Layer0/range/cloneContents13-input.html     |    20 +
 .../Layer0/range/cloneContents14-expected.html  |     6 +
 .../Layer0/range/cloneContents14-input.html     |    20 +
 .../Layer0/range/cloneContents15-expected.html  |     7 +
 .../Layer0/range/cloneContents15-input.html     |    20 +
 .../Layer0/range/cloneContents16-expected.html  |     7 +
 .../Layer0/range/cloneContents16-input.html     |    20 +
 .../Layer0/range/cloneContents17-expected.html  |     8 +
 .../Layer0/range/cloneContents17-input.html     |    20 +
 .../Layer0/range/cloneContents18-expected.html  |     9 +
 .../Layer0/range/cloneContents18-input.html     |    20 +
 .../Layer0/range/cloneContents19-expected.html  |     9 +
 .../Layer0/range/cloneContents19-input.html     |    20 +
 .../Layer0/range/cloneContents20-expected.html  |     7 +
 .../Layer0/range/cloneContents20-input.html     |    21 +
 .../test/Layer0/range/getText01-expected.html   |     1 +
 .../test/Layer0/range/getText01-input.html      |    16 +
 .../test/Layer0/range/getText02-expected.html   |     1 +
 .../test/Layer0/range/getText02-input.html      |    16 +
 .../test/Layer0/range/getText03-expected.html   |     1 +
 .../test/Layer0/range/getText03-input.html      |    16 +
 .../test/Layer0/range/getText04-expected.html   |     1 +
 .../test/Layer0/range/getText04-input.html      |    17 +
 .../test/Layer0/range/getText05-expected.html   |     1 +
 .../test/Layer0/range/getText05-input.html      |    17 +
 .../test/Layer0/range/getText06-expected.html   |     1 +
 .../test/Layer0/range/getText06-input.html      |    17 +
 .../test/Layer0/range/getText07-expected.html   |     1 +
 .../test/Layer0/range/getText07-input.html      |    17 +
 .../test/Layer0/range/getText08-expected.html   |     1 +
 .../test/Layer0/range/getText08-input.html      |    17 +
 .../test/Layer0/range/getText09-expected.html   |     1 +
 .../test/Layer0/range/getText09-input.html      |    18 +
 .../test/Layer0/range/getText10-expected.html   |     1 +
 .../test/Layer0/range/getText10-input.html      |    18 +
 .../test/Layer0/range/getText11-expected.html   |     1 +
 .../test/Layer0/range/getText11-input.html      |    17 +
 .../test/Layer0/range/getText12-expected.html   |     1 +
 .../test/Layer0/range/getText12-input.html      |    17 +
 .../test/Layer0/range/getText13-expected.html   |     1 +
 .../test/Layer0/range/getText13-input.html      |    17 +
 .../test/Layer0/range/getText14-expected.html   |     1 +
 .../test/Layer0/range/getText14-input.html      |    18 +
 .../test/Layer0/range/getText15-expected.html   |     1 +
 .../test/Layer0/range/getText15-input.html      |    18 +
 .../test/Layer0/range/getText16-expected.html   |     1 +
 .../test/Layer0/range/getText16-input.html      |    18 +
 .../test/Layer0/range/getText17-expected.html   |     1 +
 .../test/Layer0/range/getText17-input.html      |    18 +
 .../test/Layer0/range/getText18-expected.html   |     1 +
 .../test/Layer0/range/getText18-input.html      |    18 +
 .../test/Layer0/range/getText19-expected.html   |     1 +
 .../test/Layer0/range/getText19-input.html      |    18 +
 .../test/Layer0/range/getText20-expected.html   |     1 +
 .../test/Layer0/range/getText20-input.html      |    25 +
 .../test/Layer0/range/getText21-expected.html   |     6 +
 .../test/Layer0/range/getText21-input.html      |    21 +
 .../range/rangeHasContent01-expected.html       |     1 +
 .../Layer0/range/rangeHasContent01-input.html   |    15 +
 .../range/rangeHasContent02-expected.html       |     1 +
 .../Layer0/range/rangeHasContent02-input.html   |    15 +
 .../range/rangeHasContent03-expected.html       |     1 +
 .../Layer0/range/rangeHasContent03-input.html   |    15 +
 .../range/rangeHasContent04-expected.html       |     1 +
 .../Layer0/range/rangeHasContent04-input.html   |    15 +
 .../range/rangeHasContent05-expected.html       |     1 +
 .../Layer0/range/rangeHasContent05-input.html   |    15 +
 .../range/rangeHasContent06-expected.html       |     1 +
 .../Layer0/range/rangeHasContent06-input.html   |    15 +
 .../range/rangeHasContent07-expected.html       |     1 +
 .../Layer0/range/rangeHasContent07-input.html   |    15 +
 .../test/Layer0/scan/ScanTests.js               |    34 +
 .../test/Layer0/scan/next01-expected.html       |     4 +
 .../test/Layer0/scan/next01-input.html          |    18 +
 .../test/Layer0/scan/next02-expected.html       |     4 +
 .../test/Layer0/scan/next02-input.html          |    23 +
 .../test/Layer0/scan/next03-expected.html       |     7 +
 .../test/Layer0/scan/next03-input.html          |    32 +
 .../test/Layer0/scan/next04-expected.html       |     5 +
 .../test/Layer0/scan/next04-input.html          |    25 +
 .../test/Layer0/scan/next05-expected.html       |     7 +
 .../test/Layer0/scan/next05-input.html          |    35 +
 .../test/Layer0/scan/next06-expected.html       |     3 +
 .../test/Layer0/scan/next06-input.html          |    24 +
 .../test/Layer0/scan/next07-expected.html       |     4 +
 .../test/Layer0/scan/next07-input.html          |    18 +
 .../Layer0/scan/replaceMatch01-expected.html    |    10 +
 .../test/Layer0/scan/replaceMatch01-input.html  |    31 +
 .../Layer0/scan/replaceMatch02-expected.html    |    10 +
 .../test/Layer0/scan/replaceMatch02-input.html  |    42 +
 .../Layer0/scan/replaceMatch03-expected.html    |    20 +
 .../test/Layer0/scan/replaceMatch03-input.html  |    31 +
 .../Layer0/scan/replaceMatch04-expected.html    |    16 +
 .../test/Layer0/scan/replaceMatch04-input.html  |    31 +
 .../Layer0/scan/replaceMatch05-expected.html    |    13 +
 .../test/Layer0/scan/replaceMatch05-input.html  |    31 +
 .../test/Layer0/scan/showMatch01-expected.html  |    20 +
 .../test/Layer0/scan/showMatch01-input.html     |    27 +
 .../test/Layer0/scan/showMatch02-expected.html  |    22 +
 .../test/Layer0/scan/showMatch02-input.html     |    35 +
 .../test/Layer0/scan/showMatch03-expected.html  |    20 +
 .../test/Layer0/scan/showMatch03-input.html     |    27 +
 .../test/Layer0/scan/showMatch04-expected.html  |    22 +
 .../test/Layer0/scan/showMatch04-input.html     |    27 +
 .../test/Layer0/scan/showMatch05-expected.html  |    24 +
 .../test/Layer0/scan/showMatch05-input.html     |    27 +
 .../test/Layer0/selection/PositionTests.js      |   147 +
 .../selection/boundaries-table01-expected.html  |    20 +
 .../selection/boundaries-table01-input.html     |    25 +
 .../selection/boundaries-table02-expected.html  |    20 +
 .../selection/boundaries-table02-input.html     |    25 +
 .../selection/boundaries-table03-expected.html  |    19 +
 .../selection/boundaries-table03-input.html     |    25 +
 .../selection/boundaries-table04-expected.html  |    19 +
 .../selection/boundaries-table04-input.html     |    25 +
 .../selection/boundaries-table05-expected.html  |    41 +
 .../selection/boundaries-table05-input.html     |    54 +
 .../selection/boundaries-table06-expected.html  |    43 +
 .../selection/boundaries-table06-input.html     |    57 +
 .../selection/boundaries-table07-expected.html  |    28 +
 .../selection/boundaries-table07-input.html     |    41 +
 .../selection/boundaries-table08-expected.html  |    28 +
 .../selection/boundaries-table08-input.html     |    41 +
 .../selection/boundaries-table09-expected.html  |    21 +
 .../selection/boundaries-table09-input.html     |    30 +
 .../selection/boundaries-table10-expected.html  |    21 +
 .../selection/boundaries-table10-input.html     |    30 +
 .../Layer0/selection/delete01-expected.html     |     7 +
 .../test/Layer0/selection/delete01-input.html   |    16 +
 .../Layer0/selection/delete02-expected.html     |     7 +
 .../test/Layer0/selection/delete02-input.html   |    16 +
 .../Layer0/selection/delete03-expected.html     |     6 +
 .../test/Layer0/selection/delete03-input.html   |    16 +
 .../Layer0/selection/delete04-expected.html     |     6 +
 .../test/Layer0/selection/delete04-input.html   |    16 +
 .../Layer0/selection/delete05-expected.html     |     6 +
 .../test/Layer0/selection/delete05-input.html   |    16 +
 .../deleteContents-list01-expected.html         |    25 +
 .../selection/deleteContents-list01-input.html  |    34 +
 .../deleteContents-list02-expected.html         |    24 +
 .../selection/deleteContents-list02-input.html  |    34 +
 .../deleteContents-list03-expected.html         |    23 +
 .../selection/deleteContents-list03-input.html  |    34 +
 .../deleteContents-list04-expected.html         |    22 +
 .../selection/deleteContents-list04-input.html  |    34 +
 .../deleteContents-list05-expected.html         |    24 +
 .../selection/deleteContents-list05-input.html  |    34 +
 .../deleteContents-list06-expected.html         |    24 +
 .../selection/deleteContents-list06-input.html  |    33 +
 .../deleteContents-list07-expected.html         |    24 +
 .../selection/deleteContents-list07-input.html  |    33 +
 .../deleteContents-list08-expected.html         |    24 +
 .../selection/deleteContents-list08-input.html  |    34 +
 .../deleteContents-list09-expected.html         |    22 +
 .../selection/deleteContents-list09-input.html  |    33 +
 .../deleteContents-list10-expected.html         |    20 +
 .../selection/deleteContents-list10-input.html  |    33 +
 .../deleteContents-list11-expected.html         |    25 +
 .../selection/deleteContents-list11-input.html  |    34 +
 .../deleteContents-list12-expected.html         |    11 +
 .../selection/deleteContents-list12-input.html  |    21 +
 .../deleteContents-list13-expected.html         |    11 +
 .../selection/deleteContents-list13-input.html  |    21 +
 .../deleteContents-list14-expected.html         |    10 +
 .../selection/deleteContents-list14-input.html  |    21 +
 .../deleteContents-list15-expected.html         |    11 +
 .../selection/deleteContents-list15-input.html  |    21 +
 .../deleteContents-list16-expected.html         |    11 +
 .../selection/deleteContents-list16-input.html  |    21 +
 .../deleteContents-list17-expected.html         |    10 +
 .../selection/deleteContents-list17-input.html  |    21 +
 .../deleteContents-list18-expected.html         |     9 +
 .../selection/deleteContents-list18-input.html  |    21 +
 .../deleteContents-list19-expected.html         |     9 +
 .../selection/deleteContents-list19-input.html  |    21 +
 ...eleteContents-paragraph-span01-expected.html |     9 +
 .../deleteContents-paragraph-span01-input.html  |    15 +
 ...eleteContents-paragraph-span02-expected.html |     6 +
 .../deleteContents-paragraph-span02-input.html  |    16 +
 ...eleteContents-paragraph-span03-expected.html |     6 +
 .../deleteContents-paragraph-span03-input.html  |    16 +
 ...eleteContents-paragraph-span04-expected.html |     7 +
 .../deleteContents-paragraph-span04-input.html  |    17 +
 ...eleteContents-paragraph-span05-expected.html |     9 +
 .../deleteContents-paragraph-span05-input.html  |    21 +
 ...eleteContents-paragraph-span06-expected.html |     9 +
 .../deleteContents-paragraph-span06-input.html  |    21 +
 ...eleteContents-paragraph-span07-expected.html |     9 +
 .../deleteContents-paragraph-span07-input.html  |    21 +
 .../deleteContents-paragraph01-expected.html    |     9 +
 .../deleteContents-paragraph01-input.html       |    15 +
 .../deleteContents-paragraph02-expected.html    |     6 +
 .../deleteContents-paragraph02-input.html       |    16 +
 .../deleteContents-paragraph03-expected.html    |     6 +
 .../deleteContents-paragraph03-input.html       |    16 +
 .../deleteContents-paragraph04-expected.html    |     7 +
 .../deleteContents-paragraph04-input.html       |    17 +
 .../deleteContents-paragraph05-expected.html    |     9 +
 .../deleteContents-paragraph05-input.html       |    21 +
 .../deleteContents-paragraph06-expected.html    |     9 +
 .../deleteContents-paragraph06-input.html       |    21 +
 .../deleteContents-paragraph07-expected.html    |     9 +
 .../deleteContents-paragraph07-input.html       |    21 +
 .../deleteContents-table01-expected.html        |    24 +
 .../selection/deleteContents-table01-input.html |    31 +
 .../deleteContents-table02-expected.html        |    24 +
 .../selection/deleteContents-table02-input.html |    31 +
 .../deleteContents-table03-expected.html        |    19 +
 .../selection/deleteContents-table03-input.html |    30 +
 .../deleteContents-table04-expected.html        |    14 +
 .../selection/deleteContents-table04-input.html |    30 +
 .../deleteContents-table05-expected.html        |    24 +
 .../selection/deleteContents-table05-input.html |    31 +
 .../deleteContents-table06-expected.html        |     6 +
 .../selection/deleteContents-table06-input.html |    31 +
 .../deleteContents-table07-expected.html        |     6 +
 .../selection/deleteContents-table07-input.html |    31 +
 .../deleteContents-table08-expected.html        |    19 +
 .../selection/deleteContents-table08-input.html |    33 +
 .../deleteContents-table09-expected.html        |    14 +
 .../selection/deleteContents-table09-input.html |    35 +
 .../deleteContents-table10-expected.html        |     6 +
 .../selection/deleteContents-table10-input.html |    37 +
 .../deleteContents-table11-expected.html        |     6 +
 .../selection/deleteContents-table11-input.html |    36 +
 .../deleteContents-table12-expected.html        |     7 +
 .../selection/deleteContents-table12-input.html |    38 +
 .../deleteContents-table13-expected.html        |     6 +
 .../selection/deleteContents-table13-input.html |    31 +
 .../deleteContents-table14-expected.html        |     7 +
 .../selection/deleteContents-table14-input.html |    34 +
 .../deleteContents-table15-expected.html        |     6 +
 .../selection/deleteContents-table15-input.html |    35 +
 .../selection/deleteContents01-expected.html    |     6 +
 .../selection/deleteContents01-input.html       |    15 +
 .../selection/deleteContents02-expected.html    |     6 +
 .../selection/deleteContents02-input.html       |    15 +
 .../selection/deleteContents03-expected.html    |     6 +
 .../selection/deleteContents03-input.html       |    15 +
 .../selection/deleteContents04-expected.html    |     9 +
 .../selection/deleteContents04-input.html       |    15 +
 .../selection/deleteContents05-expected.html    |     6 +
 .../selection/deleteContents05-input.html       |    15 +
 .../selection/deleteContents06-expected.html    |     7 +
 .../selection/deleteContents06-input.html       |    17 +
 .../selection/deleteContents07-expected.html    |     7 +
 .../selection/deleteContents07-input.html       |    17 +
 .../selection/deleteContents08-expected.html    |     7 +
 .../selection/deleteContents08-input.html       |    17 +
 .../selection/deleteContents09-expected.html    |     6 +
 .../selection/deleteContents09-input.html       |    18 +
 .../selection/deleteContents10-expected.html    |     6 +
 .../selection/deleteContents10-input.html       |    16 +
 .../selection/deleteContents11-expected.html    |     8 +
 .../selection/deleteContents11-input.html       |    18 +
 .../selection/deleteContents12-expected.html    |     8 +
 .../selection/deleteContents12-input.html       |    16 +
 .../selection/deleteContents13-expected.html    |     6 +
 .../selection/deleteContents13-input.html       |    16 +
 .../selection/deleteContents14-expected.html    |     8 +
 .../selection/deleteContents14-input.html       |    18 +
 .../selection/deleteContents15-expected.html    |     8 +
 .../selection/deleteContents15-input.html       |    16 +
 .../selection/deleteContents16-expected.html    |    11 +
 .../selection/deleteContents16-input.html       |    20 +
 .../selection/deleteContents17-expected.html    |     6 +
 .../selection/deleteContents17-input.html       |    16 +
 .../selection/deleteContents18-expected.html    |     6 +
 .../selection/deleteContents18-input.html       |    16 +
 .../selection/deleteContents18a-expected.html   |     6 +
 .../selection/deleteContents18a-input.html      |    16 +
 .../selection/deleteContents18b-expected.html   |     6 +
 .../selection/deleteContents18b-input.html      |    16 +
 .../selection/deleteContents19-expected.html    |     6 +
 .../selection/deleteContents19-input.html       |    16 +
 .../selection/deleteContents19a-expected.html   |     6 +
 .../selection/deleteContents19a-input.html      |    16 +
 .../selection/deleteContents19b-expected.html   |     6 +
 .../selection/deleteContents19b-input.html      |    16 +
 .../selection/deleteContents20-expected.html    |     8 +
 .../selection/deleteContents20-input.html       |    16 +
 .../selection/deleteContents20a-expected.html   |     8 +
 .../selection/deleteContents20a-input.html      |    16 +
 .../selection/deleteContents20b-expected.html   |     8 +
 .../selection/deleteContents20b-input.html      |    16 +
 .../selection/deleteContents21-expected.html    |    11 +
 .../selection/deleteContents21-input.html       |    15 +
 .../selection/deleteContents21a-expected.html   |    11 +
 .../selection/deleteContents21a-input.html      |    15 +
 .../selection/deleteContents21b-expected.html   |    11 +
 .../selection/deleteContents21b-input.html      |    15 +
 .../selection/deleteContents22-expected.html    |    15 +
 .../selection/deleteContents22-input.html       |    15 +
 .../selection/deleteContents22a-expected.html   |    15 +
 .../selection/deleteContents22a-input.html      |    15 +
 .../selection/deleteContents22b-expected.html   |    15 +
 .../selection/deleteContents22b-input.html      |    15 +
 .../selection/highlights-figure01-expected.html |    27 +
 .../selection/highlights-figure01-input.html    |    26 +
 .../selection/highlights-figure02-expected.html |    22 +
 .../selection/highlights-figure02-input.html    |    30 +
 .../selection/highlights-table01-expected.html  |    48 +
 .../selection/highlights-table01-input.html     |    45 +
 .../selection/highlights-table02-expected.html  |    43 +
 .../selection/highlights-table02-input.html     |    49 +
 .../selection/highlights-table03-expected.html  |    43 +
 .../selection/highlights-table03-input.html     |    49 +
 .../selection/highlights-toc01-expected.html    |    25 +
 .../selection/highlights-toc01-input.html       |    24 +
 .../selection/highlights-toc02-expected.html    |    20 +
 .../selection/highlights-toc02-input.html       |    28 +
 .../Layer0/selection/highlights01-expected.html |     8 +
 .../Layer0/selection/highlights01-input.html    |    17 +
 .../Layer0/selection/highlights02-expected.html |    14 +
 .../Layer0/selection/highlights02-input.html    |    16 +
 .../Layer0/selection/highlights03-expected.html |     8 +
 .../Layer0/selection/highlights03-input.html    |    18 +
 .../Layer0/selection/highlights04-expected.html |     8 +
 .../Layer0/selection/highlights04-input.html    |    27 +
 .../Layer0/selection/highlights05-expected.html |     8 +
 .../Layer0/selection/highlights05-input.html    |    26 +
 .../selection/positions-inner01a-expected.html  |    27 +
 .../selection/positions-inner01a-input.html     |    17 +
 .../selection/positions-inner01b-expected.html  |    27 +
 .../selection/positions-inner01b-input.html     |    17 +
 .../selection/positions-inner02a-expected.html  |    27 +
 .../selection/positions-inner02a-input.html     |    17 +
 .../selection/positions-inner02b-expected.html  |    27 +
 .../selection/positions-inner02b-input.html     |    17 +
 .../selection/positions-inner03a-expected.html  |    27 +
 .../selection/positions-inner03a-input.html     |    17 +
 .../selection/positions-inner03b-expected.html  |    27 +
 .../selection/positions-inner03b-input.html     |    17 +
 .../selection/positions-inner04a-expected.html  |    27 +
 .../selection/positions-inner04a-input.html     |    17 +
 .../selection/positions-inner04b-expected.html  |    27 +
 .../selection/positions-inner04b-input.html     |    17 +
 .../selection/positions-inner05a-expected.html  |    27 +
 .../selection/positions-inner05a-input.html     |    17 +
 .../selection/positions-inner05b-expected.html  |    27 +
 .../selection/positions-inner05b-input.html     |    17 +
 .../selection/positions-inner06a-expected.html  |    27 +
 .../selection/positions-inner06a-input.html     |    17 +
 .../selection/positions-inner06b-expected.html  |    27 +
 .../selection/positions-inner06b-input.html     |    17 +
 .../selection/positions-outer01a-expected.html  |    27 +
 .../selection/positions-outer01a-input.html     |    17 +
 .../selection/positions-outer01b-expected.html  |    27 +
 .../selection/positions-outer01b-input.html     |    17 +
 .../selection/positions-outer02a-expected.html  |    27 +
 .../selection/positions-outer02a-input.html     |    17 +
 .../selection/positions-outer02b-expected.html  |    27 +
 .../selection/positions-outer02b-input.html     |    17 +
 .../selection/positions-outer03a-expected.html  |    27 +
 .../selection/positions-outer03a-input.html     |    17 +
 .../selection/positions-outer03b-expected.html  |    27 +
 .../selection/positions-outer03b-input.html     |    17 +
 .../selection/positions-outer04a-expected.html  |    27 +
 .../selection/positions-outer04a-input.html     |    17 +
 .../selection/positions-outer04b-expected.html  |    27 +
 .../selection/positions-outer04b-input.html     |    17 +
 .../selection/positions-outer05a-expected.html  |    27 +
 .../selection/positions-outer05a-input.html     |    17 +
 .../selection/positions-outer05b-expected.html  |    27 +
 .../selection/positions-outer05b-input.html     |    17 +
 .../selection/positions-outer06a-expected.html  |    27 +
 .../selection/positions-outer06a-input.html     |    17 +
 .../selection/positions-outer06b-expected.html  |    27 +
 .../selection/positions-outer06b-input.html     |    17 +
 .../selectAll-from-table01-expected.html        |    43 +
 .../selection/selectAll-from-table01-input.html |    49 +
 .../selectAll-from-table02-expected.html        |    45 +
 .../selection/selectAll-from-table02-input.html |    51 +
 .../selection/selectParagraph01-expected.html   |     8 +
 .../selection/selectParagraph01-input.html      |    17 +
 .../selection/selectParagraph02-expected.html   |     8 +
 .../selection/selectParagraph02-input.html      |    17 +
 .../selection/selectParagraph03-expected.html   |     8 +
 .../selection/selectParagraph03-input.html      |    17 +
 .../selection/selectParagraph04-expected.html   |     8 +
 .../selection/selectParagraph04-input.html      |    17 +
 .../selection/selectParagraph05-expected.html   |    15 +
 .../selection/selectParagraph05-input.html      |    24 +
 .../selection/selectParagraph06-expected.html   |     8 +
 .../selection/selectParagraph06-input.html      |    18 +
 .../selectWordAtCursor-figure01-expected.html   |    13 +
 .../selectWordAtCursor-figure01-input.html      |    24 +
 .../selectWordAtCursor-figure02-expected.html   |    13 +
 .../selectWordAtCursor-figure02-input.html      |    24 +
 .../selectWordAtCursor-table01-expected.html    |    21 +
 .../selectWordAtCursor-table01-input.html       |    30 +
 .../selectWordAtCursor-table02-expected.html    |    21 +
 .../selectWordAtCursor-table02-input.html       |    30 +
 .../selectWordAtCursor01-expected.html          |     6 +
 .../selection/selectWordAtCursor01-input.html   |    15 +
 .../selectWordAtCursor02-expected.html          |     6 +
 .../selection/selectWordAtCursor02-input.html   |    15 +
 .../selectWordAtCursor03-expected.html          |     6 +
 .../selection/selectWordAtCursor03-input.html   |    15 +
 .../selectWordAtCursor04-expected.html          |     6 +
 .../selection/selectWordAtCursor04-input.html   |    15 +
 .../selectWordAtCursor05-expected.html          |     6 +
 .../selection/selectWordAtCursor05-input.html   |    15 +
 .../selectWordAtCursor06-expected.html          |     6 +
 .../selection/selectWordAtCursor06-input.html   |    15 +
 .../selectWordAtCursor07-expected.html          |     6 +
 .../selection/selectWordAtCursor07-input.html   |    15 +
 .../selectWordAtCursor08-expected.html          |     6 +
 .../selection/selectWordAtCursor08-input.html   |    15 +
 .../selectWordAtCursor09-expected.html          |     6 +
 .../selection/selectWordAtCursor09-input.html   |    15 +
 .../selectWordAtCursor10-expected.html          |     6 +
 .../selection/selectWordAtCursor10-input.html   |    15 +
 .../selectWordAtCursor11-expected.html          |     6 +
 .../selection/selectWordAtCursor11-input.html   |    15 +
 .../selectWordAtCursor12-expected.html          |     6 +
 .../selection/selectWordAtCursor12-input.html   |    15 +
 .../selectWordAtCursor13-expected.html          |     6 +
 .../selection/selectWordAtCursor13-input.html   |    15 +
 .../selectWordAtCursor14-expected.html          |     6 +
 .../selection/selectWordAtCursor14-input.html   |    15 +
 .../selection/tableSelection01-expected.html    |    17 +
 .../selection/tableSelection01-input.html       |    31 +
 .../editorFramework/test/Layer0/server.js       |    76 +
 .../test/Layer0/tables/TableTests.js            |    56 +
 .../tables/addAdjacentColumn01-expected.html    |    46 +
 .../tables/addAdjacentColumn01-input.html       |    48 +
 .../tables/addAdjacentColumn02-expected.html    |    46 +
 .../tables/addAdjacentColumn02-input.html       |    48 +
 .../tables/addAdjacentColumn03-expected.html    |    46 +
 .../tables/addAdjacentColumn03-input.html       |    48 +
 .../tables/addAdjacentColumn04-expected.html    |    43 +
 .../tables/addAdjacentColumn04-input.html       |    45 +
 .../tables/addAdjacentColumn05-expected.html    |    41 +
 .../tables/addAdjacentColumn05-input.html       |    45 +
 .../tables/addAdjacentColumn06-expected.html    |    42 +
 .../tables/addAdjacentColumn06-input.html       |    45 +
 .../tables/addAdjacentColumn07-expected.html    |    43 +
 .../tables/addAdjacentColumn07-input.html       |    45 +
 .../tables/addAdjacentColumn08-expected.html    |    40 +
 .../tables/addAdjacentColumn08-input.html       |    42 +
 .../tables/addAdjacentColumn09-expected.html    |    37 +
 .../tables/addAdjacentColumn09-input.html       |    42 +
 .../tables/addAdjacentColumn10-expected.html    |    38 +
 .../tables/addAdjacentColumn10-input.html       |    42 +
 .../tables/addAdjacentColumn11-expected.html    |    39 +
 .../tables/addAdjacentColumn11-input.html       |    42 +
 .../tables/addAdjacentColumn12-expected.html    |    44 +
 .../tables/addAdjacentColumn12-input.html       |    47 +
 .../tables/addAdjacentColumn13-expected.html    |    45 +
 .../tables/addAdjacentColumn13-input.html       |    47 +
 .../tables/addAdjacentColumn14-expected.html    |    42 +
 .../tables/addAdjacentColumn14-input.html       |    45 +
 .../tables/addAdjacentColumn15-expected.html    |    41 +
 .../tables/addAdjacentColumn15-input.html       |    45 +
 .../tables/addAdjacentColumn16-expected.html    |    43 +
 .../tables/addAdjacentColumn16-input.html       |    45 +
 .../tables/addAdjacentColumn17-expected.html    |    46 +
 .../tables/addAdjacentColumn17-input.html       |    48 +
 .../tables/addAdjacentColumn18-expected.html    |    44 +
 .../tables/addAdjacentColumn18-input.html       |    47 +
 .../tables/addAdjacentColumn19-expected.html    |    47 +
 .../tables/addAdjacentColumn19-input.html       |    48 +
 .../tables/addAdjacentColumn20-expected.html    |    47 +
 .../tables/addAdjacentColumn20-input.html       |    48 +
 .../tables/addAdjacentRow01-expected.html       |    41 +
 .../Layer0/tables/addAdjacentRow01-input.html   |    44 +
 .../tables/addAdjacentRow02-expected.html       |    41 +
 .../Layer0/tables/addAdjacentRow02-input.html   |    44 +
 .../tables/addAdjacentRow03-expected.html       |    41 +
 .../Layer0/tables/addAdjacentRow03-input.html   |    44 +
 .../tables/addAdjacentRow04-expected.html       |    38 +
 .../Layer0/tables/addAdjacentRow04-input.html   |    41 +
 .../tables/addAdjacentRow05-expected.html       |    36 +
 .../Layer0/tables/addAdjacentRow05-input.html   |    41 +
 .../tables/addAdjacentRow06-expected.html       |    37 +
 .../Layer0/tables/addAdjacentRow06-input.html   |    41 +
 .../tables/addAdjacentRow07-expected.html       |    38 +
 .../Layer0/tables/addAdjacentRow07-input.html   |    41 +
 .../tables/addAdjacentRow08-expected.html       |    35 +
 .../Layer0/tables/addAdjacentRow08-input.html   |    38 +
 .../tables/addAdjacentRow09-expected.html       |    32 +
 .../Layer0/tables/addAdjacentRow09-input.html   |    38 +
 .../tables/addAdjacentRow10-expected.html       |    33 +
 .../Layer0/tables/addAdjacentRow10-input.html   |    38 +
 .../tables/addAdjacentRow11-expected.html       |    34 +
 .../Layer0/tables/addAdjacentRow11-input.html   |    38 +
 .../tables/addAdjacentRow12-expected.html       |    39 +
 .../Layer0/tables/addAdjacentRow12-input.html   |    43 +
 .../tables/addAdjacentRow13-expected.html       |    40 +
 .../Layer0/tables/addAdjacentRow13-input.html   |    43 +
 .../tables/addAdjacentRow14-expected.html       |    37 +
 .../Layer0/tables/addAdjacentRow14-input.html   |    41 +
 .../tables/addAdjacentRow15-expected.html       |    36 +
 .../Layer0/tables/addAdjacentRow15-input.html   |    41 +
 .../tables/addAdjacentRow16-expected.html       |    38 +
 .../Layer0/tables/addAdjacentRow16-input.html   |    41 +
 .../tables/addAdjacentRow17-expected.html       |    41 +
 .../Layer0/tables/addAdjacentRow17-input.html   |    44 +
 .../tables/addAdjacentRow18-expected.html       |    39 +
 .../Layer0/tables/addAdjacentRow18-input.html   |    43 +
 .../tables/addAdjacentRow19-expected.html       |    42 +
 .../Layer0/tables/addAdjacentRow19-input.html   |    44 +
 .../tables/addAdjacentRow20-expected.html       |    42 +
 .../Layer0/tables/addAdjacentRow20-input.html   |    44 +
 .../Layer0/tables/addColElement01-expected.html |    46 +
 .../Layer0/tables/addColElement01-input.html    |    48 +
 .../Layer0/tables/addColElement02-expected.html |    39 +
 .../Layer0/tables/addColElement02-input.html    |    44 +
 .../Layer0/tables/addColElement03-expected.html |    46 +
 .../Layer0/tables/addColElement03-input.html    |    48 +
 .../Layer0/tables/addColElement04-expected.html |    46 +
 .../Layer0/tables/addColElement04-input.html    |    47 +
 .../Layer0/tables/addColElement05-expected.html |    56 +
 .../Layer0/tables/addColElement05-input.html    |    58 +
 .../Layer0/tables/addColElement06-expected.html |    41 +
 .../Layer0/tables/addColElement06-input.html    |    43 +
 .../Layer0/tables/addColElement07-expected.html |    46 +
 .../Layer0/tables/addColElement07-input.html    |    48 +
 .../Layer0/tables/addColElement08-expected.html |    46 +
 .../Layer0/tables/addColElement08-input.html    |    46 +
 .../Layer0/tables/addColElement09-expected.html |    41 +
 .../Layer0/tables/addColElement09-input.html    |    42 +
 .../Layer0/tables/addColElement10-expected.html |    51 +
 .../Layer0/tables/addColElement10-input.html    |    53 +
 .../Layer0/tables/addColElement11-expected.html |    46 +
 .../Layer0/tables/addColElement11-input.html    |    48 +
 .../Layer0/tables/addColElement12-expected.html |    46 +
 .../Layer0/tables/addColElement12-input.html    |    48 +
 .../tables/caption-moveLeft-expected.html       |    27 +
 .../Layer0/tables/caption-moveLeft-input.html   |    34 +
 .../tables/caption-moveRight-expected.html      |    27 +
 .../Layer0/tables/caption-moveRight-input.html  |    34 +
 .../test/Layer0/tables/copy01-expected.html     |    26 +
 .../test/Layer0/tables/copy01-input.html        |    44 +
 .../test/Layer0/tables/copy02-expected.html     |     1 +
 .../test/Layer0/tables/copy02-input.html        |    44 +
 .../test/Layer0/tables/copy03-expected.html     |     1 +
 .../test/Layer0/tables/copy03-input.html        |    44 +
 .../test/Layer0/tables/copy04-expected.html     |     1 +
 .../test/Layer0/tables/copy04-input.html        |    44 +
 .../test/Layer0/tables/copy05-expected.html     |     1 +
 .../test/Layer0/tables/copy05-input.html        |    44 +
 .../test/Layer0/tables/copy06-expected.html     |     1 +
 .../test/Layer0/tables/copy06-input.html        |    44 +
 .../test/Layer0/tables/copy07-expected.html     |     1 +
 .../test/Layer0/tables/copy07-input.html        |    43 +
 .../test/Layer0/tables/copy08-expected.html     |     1 +
 .../test/Layer0/tables/copy08-input.html        |    43 +
 .../test/Layer0/tables/copy09-expected.html     |     1 +
 .../test/Layer0/tables/copy09-input.html        |    43 +
 .../test/Layer0/tables/copy10-expected.html     |     1 +
 .../test/Layer0/tables/copy10-input.html        |    43 +
 .../tables/deleteCellContents01-expected.html   |    53 +
 .../tables/deleteCellContents01-input.html      |    61 +
 .../tables/deleteCellContents02-expected.html   |    53 +
 .../tables/deleteCellContents02-input.html      |    61 +
 .../tables/deleteCellContents03-expected.html   |    53 +
 .../tables/deleteCellContents03-input.html      |    61 +
 .../tables/deleteCellContents04-expected.html   |    53 +
 .../tables/deleteCellContents04-input.html      |    61 +
 .../tables/deleteCellContents05-expected.html   |    53 +
 .../tables/deleteCellContents05-input.html      |    61 +
 .../tables/deleteCellContents06-expected.html   |    50 +
 .../tables/deleteCellContents06-input.html      |    58 +
 .../tables/deleteCellContents07-expected.html   |    50 +
 .../tables/deleteCellContents07-input.html      |    58 +
 .../tables/deleteCellContents08-expected.html   |    50 +
 .../tables/deleteCellContents08-input.html      |    58 +
 .../tables/deleteCellContents09-expected.html   |    50 +
 .../tables/deleteCellContents09-input.html      |    58 +
 .../tables/deleteColElements01-expected.html    |    41 +
 .../tables/deleteColElements01-input.html       |    56 +
 .../tables/deleteColElements02-expected.html    |    35 +
 .../tables/deleteColElements02-input.html       |    49 +
 .../tables/deleteColElements05-expected.html    |    51 +
 .../tables/deleteColElements05-input.html       |    66 +
 .../tables/deleteColElements06-expected.html    |    36 +
 .../tables/deleteColElements06-input.html       |    51 +
 .../tables/deleteColElements07-expected.html    |    41 +
 .../tables/deleteColElements07-input.html       |    56 +
 .../tables/deleteColElements10-expected.html    |    46 +
 .../tables/deleteColElements10-input.html       |    61 +
 .../tables/deleteColElements11-expected.html    |    41 +
 .../tables/deleteColElements11-input.html       |    56 +
 .../tables/deleteColElements12-expected.html    |    41 +
 .../tables/deleteColElements12-input.html       |    56 +
 .../Layer0/tables/deleteColumns01-expected.html |    47 +
 .../Layer0/tables/deleteColumns01-input.html    |    60 +
 .../Layer0/tables/deleteColumns02-expected.html |    47 +
 .../Layer0/tables/deleteColumns02-input.html    |    60 +
 .../Layer0/tables/deleteColumns03-expected.html |    47 +
 .../Layer0/tables/deleteColumns03-input.html    |    60 +
 .../Layer0/tables/deleteColumns04-expected.html |    35 +
 .../Layer0/tables/deleteColumns04-input.html    |    60 +
 .../Layer0/tables/deleteColumns05-expected.html |    35 +
 .../Layer0/tables/deleteColumns05-input.html    |    60 +
 .../Layer0/tables/deleteColumns06-expected.html |    35 +
 .../Layer0/tables/deleteColumns06-input.html    |    60 +
 .../Layer0/tables/deleteColumns07-expected.html |    35 +
 .../Layer0/tables/deleteColumns07-input.html    |    58 +
 .../Layer0/tables/deleteRows01-expected.html    |    39 +
 .../test/Layer0/tables/deleteRows01-input.html  |    55 +
 .../Layer0/tables/deleteRows02-expected.html    |    39 +
 .../test/Layer0/tables/deleteRows02-input.html  |    55 +
 .../Layer0/tables/deleteRows03-expected.html    |    39 +
 .../test/Layer0/tables/deleteRows03-input.html  |    55 +
 .../Layer0/tables/deleteRows04-expected.html    |    25 +
 .../test/Layer0/tables/deleteRows04-input.html  |    55 +
 .../Layer0/tables/deleteRows05-expected.html    |    25 +
 .../test/Layer0/tables/deleteRows05-input.html  |    55 +
 .../Layer0/tables/deleteRows06-expected.html    |    25 +
 .../test/Layer0/tables/deleteRows06-input.html  |    55 +
 .../Layer0/tables/deleteRows07-expected.html    |    25 +
 .../test/Layer0/tables/deleteRows07-input.html  |    53 +
 .../test/Layer0/tables/fixTable01-expected.html |    23 +
 .../test/Layer0/tables/fixTable01-input.html    |    23 +
 .../test/Layer0/tables/fixTable02-expected.html |    22 +
 .../test/Layer0/tables/fixTable02-input.html    |    23 +
 .../test/Layer0/tables/fixTable03-expected.html |    25 +
 .../test/Layer0/tables/fixTable03-input.html    |    23 +
 .../test/Layer0/tables/fixTable04-expected.html |    23 +
 .../test/Layer0/tables/fixTable04-input.html    |    23 +
 .../test/Layer0/tables/fixTable05-expected.html |    22 +
 .../test/Layer0/tables/fixTable05-input.html    |    23 +
 .../test/Layer0/tables/fixTable06-expected.html |    25 +
 .../test/Layer0/tables/fixTable06-input.html    |    23 +
 .../test/Layer0/tables/fixTable07-expected.html |    29 +
 .../test/Layer0/tables/fixTable07-input.html    |    24 +
 .../test/Layer0/tables/fixTable08-expected.html |    26 +
 .../test/Layer0/tables/fixTable08-input.html    |    24 +
 .../test/Layer0/tables/fixTable09-expected.html |    26 +
 .../test/Layer0/tables/fixTable09-input.html    |    24 +
 .../test/Layer0/tables/fixTable10-expected.html |    25 +
 .../test/Layer0/tables/fixTable10-input.html    |    23 +
 .../test/Layer0/tables/fixTable11-expected.html |    20 +
 .../test/Layer0/tables/fixTable11-input.html    |    20 +
 .../test/Layer0/tables/fixTable12-expected.html |    24 +
 .../test/Layer0/tables/fixTable12-input.html    |    22 +
 .../test/Layer0/tables/fixTable13-expected.html |    26 +
 .../test/Layer0/tables/fixTable13-input.html    |    21 +
 .../test/Layer0/tables/fixTable14-expected.html |    31 +
 .../test/Layer0/tables/fixTable14-input.html    |    23 +
 .../test/Layer0/tables/fixTable15-expected.html |    31 +
 .../test/Layer0/tables/fixTable15-input.html    |    24 +
 .../tables/formattingInCell01-expected.html     |    26 +
 .../Layer0/tables/formattingInCell01-input.html |    24 +
 .../tables/formattingInCell02-expected.html     |    26 +
 .../Layer0/tables/formattingInCell02-input.html |    24 +
 .../Layer0/tables/getColWidths01-expected.html  |     1 +
 .../Layer0/tables/getColWidths01-input.html     |    28 +
 .../Layer0/tables/getColWidths02-expected.html  |     1 +
 .../Layer0/tables/getColWidths02-input.html     |    28 +
 .../Layer0/tables/getColWidths03-expected.html  |     1 +
 .../Layer0/tables/getColWidths03-input.html     |    26 +
 .../Layer0/tables/getColWidths04-expected.html  |     1 +
 .../Layer0/tables/getColWidths04-input.html     |    28 +
 .../Layer0/tables/getColWidths05-expected.html  |     1 +
 .../Layer0/tables/getColWidths05-input.html     |    27 +
 .../Layer0/tables/getColWidths06-expected.html  |     1 +
 .../Layer0/tables/getColWidths06-input.html     |    30 +
 .../Layer0/tables/getColWidths07-expected.html  |     1 +
 .../Layer0/tables/getColWidths07-input.html     |    32 +
 .../insertTable-hierarchy01-expected.html       |    26 +
 .../tables/insertTable-hierarchy01-input.html   |    27 +
 .../insertTable-hierarchy02-expected.html       |    27 +
 .../tables/insertTable-hierarchy02-input.html   |    27 +
 .../insertTable-hierarchy03-expected.html       |    27 +
 .../tables/insertTable-hierarchy03-input.html   |    27 +
 .../insertTable-hierarchy04-expected.html       |    30 +
 .../tables/insertTable-hierarchy04-input.html   |    27 +
 .../insertTable-hierarchy05-expected.html       |    27 +
 .../tables/insertTable-hierarchy05-input.html   |    27 +
 .../insertTable-hierarchy06-expected.html       |    22 +
 .../tables/insertTable-hierarchy06-input.html   |    24 +
 .../insertTable-hierarchy07-expected.html       |    25 +
 .../tables/insertTable-hierarchy07-input.html   |    24 +
 .../insertTable-hierarchy08-expected.html       |    22 +
 .../tables/insertTable-hierarchy08-input.html   |    24 +
 .../Layer0/tables/insertTable01-expected.html   |    29 +
 .../test/Layer0/tables/insertTable01-input.html |    19 +
 .../Layer0/tables/insertTable02-expected.html   |    29 +
 .../test/Layer0/tables/insertTable02-input.html |    19 +
 .../Layer0/tables/insertTable03-expected.html   |    30 +
 .../test/Layer0/tables/insertTable03-input.html |    19 +
 .../Layer0/tables/insertTable04-expected.html   |    30 +
 .../test/Layer0/tables/insertTable04-input.html |    19 +
 .../Layer0/tables/insertTable05-expected.html   |    30 +
 .../test/Layer0/tables/insertTable05-input.html |    19 +
 .../Layer0/tables/insertTable06-expected.html   |    17 +
 .../test/Layer0/tables/insertTable06-input.html |    18 +
 .../Layer0/tables/insertTable07-expected.html   |    20 +
 .../test/Layer0/tables/insertTable07-input.html |    18 +
 .../Layer0/tables/paste-merged01a-expected.html |    41 +
 .../Layer0/tables/paste-merged01a-input.html    |    51 +
 .../Layer0/tables/paste-merged01b-expected.html |    41 +
 .../Layer0/tables/paste-merged01b-input.html    |    51 +
 .../Layer0/tables/paste-merged01c-expected.html |    41 +
 .../Layer0/tables/paste-merged01c-input.html    |    50 +
 .../Layer0/tables/paste-merged01d-expected.html |    41 +
 .../Layer0/tables/paste-merged01d-input.html    |    51 +
 .../Layer0/tables/paste-merged01e-expected.html |    41 +
 .../Layer0/tables/paste-merged01e-input.html    |    51 +
 .../Layer0/tables/paste-merged01f-expected.html |    41 +
 .../Layer0/tables/paste-merged01f-input.html    |    50 +
 .../Layer0/tables/paste-merged01g-expected.html |    41 +
 .../Layer0/tables/paste-merged01g-input.html    |    49 +
 .../Layer0/tables/paste-merged02a-expected.html |    40 +
 .../Layer0/tables/paste-merged02a-input.html    |    57 +
 .../Layer0/tables/paste-merged02b-expected.html |    40 +
 .../Layer0/tables/paste-merged02b-input.html    |    57 +
 .../Layer0/tables/paste-merged02c-expected.html |    39 +
 .../Layer0/tables/paste-merged02c-input.html    |    56 +
 .../Layer0/tables/paste-merged02d-expected.html |    40 +
 .../Layer0/tables/paste-merged02d-input.html    |    57 +
 .../Layer0/tables/paste-merged02e-expected.html |    40 +
 .../Layer0/tables/paste-merged02e-input.html    |    57 +
 .../Layer0/tables/paste-merged02f-expected.html |    39 +
 .../Layer0/tables/paste-merged02f-input.html    |    56 +
 .../Layer0/tables/paste-merged02g-expected.html |    38 +
 .../Layer0/tables/paste-merged02g-input.html    |    55 +
 .../Layer0/tables/paste-merged03a-expected.html |    46 +
 .../Layer0/tables/paste-merged03a-input.html    |    57 +
 .../Layer0/tables/paste-merged03b-expected.html |    46 +
 .../Layer0/tables/paste-merged03b-input.html    |    57 +
 .../Layer0/tables/paste-merged03c-expected.html |    45 +
 .../Layer0/tables/paste-merged03c-input.html    |    56 +
 .../Layer0/tables/paste-merged03d-expected.html |    46 +
 .../Layer0/tables/paste-merged03d-input.html    |    57 +
 .../Layer0/tables/paste-merged03e-expected.html |    46 +
 .../Layer0/tables/paste-merged03e-input.html    |    57 +
 .../Layer0/tables/paste-merged03f-expected.html |    45 +
 .../Layer0/tables/paste-merged03f-input.html    |    56 +
 .../Layer0/tables/paste-merged03g-expected.html |    44 +
 .../Layer0/tables/paste-merged03g-input.html    |    55 +
 .../Layer0/tables/paste-merged04a-expected.html |    45 +
 .../Layer0/tables/paste-merged04a-input.html    |    57 +
 .../Layer0/tables/paste-merged04b-expected.html |    45 +
 .../Layer0/tables/paste-merged04b-input.html    |    57 +
 .../Layer0/tables/paste-merged04c-expected.html |    44 +
 .../Layer0/tables/paste-merged04c-input.html    |    56 +
 .../Layer0/tables/paste-merged04d-expected.html |    45 +
 .../Layer0/tables/paste-merged04d-input.html    |    57 +
 .../Layer0/tables/paste-merged04e-expected.html |    45 +
 .../Layer0/tables/paste-merged04e-input.html    |    57 +
 .../Layer0/tables/paste-merged04f-expected.html |    44 +
 .../Layer0/tables/paste-merged04f-input.html    |    56 +
 .../Layer0/tables/paste-merged04g-expected.html |    43 +
 .../Layer0/tables/paste-merged04g-input.html    |    55 +
 .../test/Layer0/tables/paste01a-expected.html   |    41 +
 .../test/Layer0/tables/paste01a-input.html      |    52 +
 .../test/Layer0/tables/paste01b-expected.html   |    41 +
 .../test/Layer0/tables/paste01b-input.html      |    52 +
 .../test/Layer0/tables/paste01c-expected.html   |    41 +
 .../test/Layer0/tables/paste01c-input.html      |    52 +
 .../test/Layer0/tables/paste01d-expected.html   |    41 +
 .../test/Layer0/tables/paste01d-input.html      |    52 +
 .../test/Layer0/tables/paste01e-expected.html   |    41 +
 .../test/Layer0/tables/paste01e-input.html      |    52 +
 .../test/Layer0/tables/paste02a-expected.html   |    41 +
 .../test/Layer0/tables/paste02a-input.html      |    52 +
 .../test/Layer0/tables/paste02b-expected.html   |    41 +
 .../test/Layer0/tables/paste02b-input.html      |    52 +
 .../test/Layer0/tables/paste02c-expected.html   |    41 +
 .../test/Layer0/tables/paste02c-input.html      |    52 +
 .../test/Layer0/tables/paste02d-expected.html   |    41 +
 .../test/Layer0/tables/paste02d-input.html      |    52 +
 .../test/Layer0/tables/paste03a-expected.html   |    41 +
 .../test/Layer0/tables/paste03a-input.html      |    53 +
 .../test/Layer0/tables/paste03b-expected.html   |    41 +
 .../test/Layer0/tables/paste03b-input.html      |    54 +
 .../test/Layer0/tables/paste03c-expected.html   |    41 +
 .../test/Layer0/tables/paste03c-input.html      |    53 +
 .../test/Layer0/tables/paste03d-expected.html   |    41 +
 .../test/Layer0/tables/paste03d-input.html      |    53 +
 .../test/Layer0/tables/paste04a-expected.html   |    47 +
 .../test/Layer0/tables/paste04a-input.html      |    52 +
 .../test/Layer0/tables/paste04b-expected.html   |    47 +
 .../test/Layer0/tables/paste04b-input.html      |    52 +
 .../test/Layer0/tables/paste04c-expected.html   |    47 +
 .../test/Layer0/tables/paste04c-input.html      |    52 +
 .../test/Layer0/tables/paste04d-expected.html   |    46 +
 .../test/Layer0/tables/paste04d-input.html      |    52 +
 .../test/Layer0/tables/paste04e-expected.html   |    46 +
 .../test/Layer0/tables/paste04e-input.html      |    52 +
 .../test/Layer0/tables/paste04f-expected.html   |    46 +
 .../test/Layer0/tables/paste04f-input.html      |    52 +
 .../test/Layer0/tables/paste04g-expected.html   |    53 +
 .../test/Layer0/tables/paste04g-input.html      |    52 +
 .../test/Layer0/tables/paste05a-expected.html   |    65 +
 .../test/Layer0/tables/paste05a-input.html      |    58 +
 .../test/Layer0/tables/paste05b-expected.html   |    65 +
 .../test/Layer0/tables/paste05b-input.html      |    57 +
 .../test/Layer0/tables/paste05c-expected.html   |    61 +
 .../test/Layer0/tables/paste05c-input.html      |    60 +
 .../test/Layer0/tables/paste05d-expected.html   |    61 +
 .../test/Layer0/tables/paste05d-input.html      |    59 +
 .../test/Layer0/tables/paste06a-expected.html   |    41 +
 .../test/Layer0/tables/paste06a-input.html      |    58 +
 .../test/Layer0/tables/paste06b-expected.html   |    41 +
 .../test/Layer0/tables/paste06b-input.html      |    58 +
 .../test/Layer0/tables/paste06c-expected.html   |    41 +
 .../test/Layer0/tables/paste06c-input.html      |    58 +
 .../tables/regionFromRange01-expected.html      |     4 +
 .../Layer0/tables/regionFromRange01-input.html  |    50 +
 .../tables/regionFromRange02-expected.html      |     4 +
 .../Layer0/tables/regionFromRange02-input.html  |    49 +
 .../tables/regionFromRange03-expected.html      |     4 +
 .../Layer0/tables/regionFromRange03-input.html  |    49 +
 .../tables/regionFromRange04-expected.html      |     4 +
 .../Layer0/tables/regionFromRange04-input.html  |    49 +
 .../tables/regionFromRange05-expected.html      |     4 +
 .../Layer0/tables/regionFromRange05-input.html  |    49 +
 .../tables/regionFromRange06-expected.html      |     4 +
 .../Layer0/tables/regionFromRange06-input.html  |    49 +
 .../tables/regionFromRange07-expected.html      |     4 +
 .../Layer0/tables/regionFromRange07-input.html  |    49 +
 .../tables/regionFromRange08-expected.html      |     4 +
 .../Layer0/tables/regionFromRange08-input.html  |    49 +
 .../tables/regionFromRange09-expected.html      |     4 +
 .../Layer0/tables/regionFromRange09-input.html  |    49 +
 .../tables/regionFromRange10-expected.html      |    46 +
 .../Layer0/tables/regionFromRange10-input.html  |    65 +
 .../tables/regionFromRange11-expected.html      |    46 +
 .../Layer0/tables/regionFromRange11-input.html  |    65 +
 .../tables/regionFromRange12-expected.html      |    46 +
 .../Layer0/tables/regionFromRange12-input.html  |    65 +
 .../tables/regionFromRange13-expected.html      |    46 +
 .../Layer0/tables/regionFromRange13-input.html  |    65 +
 .../tables/regionFromRange14-expected.html      |    46 +
 .../Layer0/tables/regionFromRange14-input.html  |    65 +
 .../Layer0/tables/regionSpan01-expected.html    |    87 +
 .../test/Layer0/tables/regionSpan01-input.html  |    98 +
 .../Layer0/tables/regionSpan02-expected.html    |    87 +
 .../test/Layer0/tables/regionSpan02-input.html  |    98 +
 .../Layer0/tables/regionSpan03-expected.html    |    87 +
 .../test/Layer0/tables/regionSpan03-input.html  |    98 +
 .../Layer0/tables/regionSpan04-expected.html    |    87 +
 .../test/Layer0/tables/regionSpan04-input.html  |    98 +
 .../Layer0/tables/regionSpan05-expected.html    |    87 +
 .../test/Layer0/tables/regionSpan05-input.html  |    98 +
 .../Layer0/tables/regionSpan06-expected.html    |    87 +
 .../test/Layer0/tables/regionSpan06-input.html  |    98 +
 .../Layer0/tables/regionSpan07-expected.html    |    87 +
 .../test/Layer0/tables/regionSpan07-input.html  |    98 +
 .../Layer0/tables/regionSpan08-expected.html    |    87 +
 .../test/Layer0/tables/regionSpan08-input.html  |    98 +
 .../Layer0/tables/regionSpan09-expected.html    |    79 +
 .../test/Layer0/tables/regionSpan09-input.html  |    90 +
 .../Layer0/tables/regionSpan10-expected.html    |    79 +
 .../test/Layer0/tables/regionSpan10-input.html  |    90 +
 .../Layer0/tables/regionSpan11-expected.html    |    79 +
 .../test/Layer0/tables/regionSpan11-input.html  |    90 +
 .../Layer0/tables/regionSpan12-expected.html    |    79 +
 .../test/Layer0/tables/regionSpan12-input.html  |    90 +
 .../Layer0/tables/regionSpan13-expected.html    |    79 +
 .../test/Layer0/tables/regionSpan13-input.html  |    90 +
 .../Layer0/tables/regionSpan14-expected.html    |    79 +
 .../test/Layer0/tables/regionSpan14-input.html  |    90 +
 .../Layer0/tables/regionSpan15-expected.html    |    79 +
 .../test/Layer0/tables/regionSpan15-input.html  |    90 +
 .../Layer0/tables/regionSpan16-expected.html    |    79 +
 .../test/Layer0/tables/regionSpan16-input.html  |    90 +
 .../removeAdjacentColumn01inside-expected.html  |    41 +
 .../removeAdjacentColumn01inside-input.html     |    50 +
 .../removeAdjacentColumn01right-expected.html   |    41 +
 .../removeAdjacentColumn01right-input.html      |    50 +
 .../removeAdjacentColumn02inside-expected.html  |    41 +
 .../removeAdjacentColumn02inside-input.html     |    50 +
 .../removeAdjacentColumn02left-expected.html    |    41 +
 .../removeAdjacentColumn02left-input.html       |    50 +
 .../removeAdjacentColumn02right-expected.html   |    41 +
 .../removeAdjacentColumn02right-input.html      |    50 +
 .../removeAdjacentColumn03inside-expected.html  |    41 +
 .../removeAdjacentColumn03inside-input.html     |    50 +
 .../removeAdjacentColumn03left-expected.html    |    41 +
 .../removeAdjacentColumn03left-input.html       |    50 +
 .../removeAdjacentColumn04inside-expected.html  |    41 +
 .../removeAdjacentColumn04inside-input.html     |    50 +
 .../removeAdjacentColumn04right-expected.html   |    41 +
 .../removeAdjacentColumn04right-input.html      |    50 +
 .../removeAdjacentColumn05inside-expected.html  |    41 +
 .../removeAdjacentColumn05inside-input.html     |    50 +
 .../removeAdjacentColumn05left-expected.html    |    41 +
 .../removeAdjacentColumn05left-input.html       |    50 +
 .../removeAdjacentColumn05right-expected.html   |    41 +
 .../removeAdjacentColumn05right-input.html      |    50 +
 .../removeAdjacentColumn06inside-expected.html  |    41 +
 .../removeAdjacentColumn06inside-input.html     |    50 +
 .../removeAdjacentColumn06left-expected.html    |    41 +
 .../removeAdjacentColumn06left-input.html       |    50 +
 .../tables/removeAdjacentColumn07-expected.html |    26 +
 .../tables/removeAdjacentColumn07-input.html    |    30 +
 .../tables/removeAdjacentColumn08-expected.html |    42 +
 .../tables/removeAdjacentColumn08-input.html    |    50 +
 .../tables/removeAdjacentColumn09-expected.html |    42 +
 .../tables/removeAdjacentColumn09-input.html    |    50 +
 .../tables/removeAdjacentColumn10-expected.html |    27 +
 .../tables/removeAdjacentColumn10-input.html    |    30 +
 .../tables/removeAdjacentColumn11-expected.html |    27 +
 .../tables/removeAdjacentColumn11-input.html    |    30 +
 .../removeAdjacentRow01below-expected.html      |    41 +
 .../tables/removeAdjacentRow01below-input.html  |    51 +
 .../removeAdjacentRow01inside-expected.html     |    41 +
 .../tables/removeAdjacentRow01inside-input.html |    51 +
 .../removeAdjacentRow02above-expected.html      |    41 +
 .../tables/removeAdjacentRow02above-input.html  |    51 +
 .../removeAdjacentRow02below-expected.html      |    41 +
 .../tables/removeAdjacentRow02below-input.html  |    51 +
 .../removeAdjacentRow02inside-expected.html     |    41 +
 .../tables/removeAdjacentRow02inside-input.html |    51 +
 .../removeAdjacentRow03above-expected.html      |    41 +
 .../tables/removeAdjacentRow03above-input.html  |    51 +
 .../removeAdjacentRow03inside-expected.html     |    41 +
 .../tables/removeAdjacentRow03inside-input.html |    51 +
 .../removeAdjacentRow04below-expected.html      |    41 +
 .../tables/removeAdjacentRow04below-input.html  |    51 +
 .../removeAdjacentRow04inside-expected.html     |    41 +
 .../tables/removeAdjacentRow04inside-input.html |    51 +
 .../removeAdjacentRow05above-expected.html      |    41 +
 .../tables/removeAdjacentRow05above-input.html  |    51 +
 .../removeAdjacentRow05below-expected.html      |    41 +
 .../tables/removeAdjacentRow05below-input.html  |    51 +
 .../removeAdjacentRow05inside-expected.html     |    41 +
 .../tables/removeAdjacentRow05inside-input.html |    51 +
 .../removeAdjacentRow06above-expected.html      |    41 +
 .../tables/removeAdjacentRow06above-input.html  |    51 +
 .../removeAdjacentRow06inside-expected.html     |    41 +
 .../tables/removeAdjacentRow06inside-input.html |    51 +
 .../tables/removeAdjacentRow07-expected.html    |    23 +
 .../tables/removeAdjacentRow07-input.html       |    27 +
 .../tables/removeAdjacentRow08-expected.html    |    42 +
 .../tables/removeAdjacentRow08-input.html       |    51 +
 .../tables/removeAdjacentRow09-expected.html    |    42 +
 .../tables/removeAdjacentRow09-input.html       |    51 +
 .../tables/removeAdjacentRow10-expected.html    |    24 +
 .../tables/removeAdjacentRow10-input.html       |    28 +
 .../tables/removeAdjacentRow11-expected.html    |    24 +
 .../tables/removeAdjacentRow11-input.html       |    28 +
 .../Layer0/tables/setColWidths01-expected.html  |    22 +
 .../Layer0/tables/setColWidths01-input.html     |    26 +
 .../Layer0/tables/setColWidths02-expected.html  |    22 +
 .../Layer0/tables/setColWidths02-input.html     |    26 +
 .../test/Layer0/tables/split00a-expected.html   |    41 +
 .../test/Layer0/tables/split00a-input.html      |    47 +
 .../test/Layer0/tables/split00b-expected.html   |    41 +
 .../test/Layer0/tables/split00b-input.html      |    47 +
 .../test/Layer0/tables/split00c-expected.html   |    41 +
 .../test/Layer0/tables/split00c-input.html      |    46 +
 .../test/Layer0/tables/split00d-expected.html   |    41 +
 .../test/Layer0/tables/split00d-input.html      |    47 +
 .../test/Layer0/tables/split00e-expected.html   |    41 +
 .../test/Layer0/tables/split00e-input.html      |    47 +
 .../test/Layer0/tables/split00f-expected.html   |    41 +
 .../test/Layer0/tables/split00f-input.html      |    46 +
 .../test/Layer0/tables/split00g-expected.html   |    41 +
 .../test/Layer0/tables/split00g-input.html      |    45 +
 .../test/Layer0/tables/split01-expected.html    |    41 +
 .../test/Layer0/tables/split01-input.html       |    40 +
 .../test/Layer0/tables/split02-expected.html    |    41 +
 .../test/Layer0/tables/split02-input.html       |    40 +
 .../test/Layer0/tables/split03-expected.html    |    41 +
 .../test/Layer0/tables/split03-input.html       |    40 +
 .../test/Layer0/tables/split04-expected.html    |    41 +
 .../test/Layer0/tables/split04-input.html       |    40 +
 .../test/Layer0/tables/split05-expected.html    |    41 +
 .../test/Layer0/tables/split05-input.html       |    42 +
 .../test/Layer0/tables/split05a-expected.html   |    38 +
 .../test/Layer0/tables/split05a-input.html      |    42 +
 .../test/Layer0/tables/split05b-expected.html   |    38 +
 .../test/Layer0/tables/split05b-input.html      |    42 +
 .../test/Layer0/tables/split05c-expected.html   |    39 +
 .../test/Layer0/tables/split05c-input.html      |    42 +
 .../test/Layer0/tables/split06-expected.html    |    41 +
 .../test/Layer0/tables/split06-input.html       |    42 +
 .../test/Layer0/tables/split06a-expected.html   |    37 +
 .../test/Layer0/tables/split06a-input.html      |    42 +
 .../test/Layer0/tables/split07-expected.html    |    41 +
 .../test/Layer0/tables/split07-input.html       |    40 +
 .../test/Layer0/tables/split07a-expected.html   |    35 +
 .../test/Layer0/tables/split07a-input.html      |    40 +
 .../test/Layer0/tables/split07b-expected.html   |    37 +
 .../test/Layer0/tables/split07b-input.html      |    40 +
 .../test/Layer0/tables/split07c-expected.html   |    37 +
 .../test/Layer0/tables/split07c-input.html      |    40 +
 .../test/Layer0/tables/split08-expected.html    |    41 +
 .../test/Layer0/tables/split08-input.html       |    40 +
 .../test/Layer0/tables/split08a-expected.html   |    37 +
 .../test/Layer0/tables/split08a-input.html      |    40 +
 .../test/Layer0/tables/split08b-expected.html   |    37 +
 .../test/Layer0/tables/split08b-input.html      |    40 +
 .../test/Layer0/tables/split09-expected.html    |    41 +
 .../test/Layer0/tables/split09-input.html       |    34 +
 .../test/Layer0/tables/split09a-expected.html   |    34 +
 .../test/Layer0/tables/split09a-input.html      |    34 +
 .../test/Layer0/tables/split09b-expected.html   |    34 +
 .../test/Layer0/tables/split09b-input.html      |    34 +
 .../test/Layer0/tables/split10-expected.html    |    41 +
 .../test/Layer0/tables/split10-input.html       |    34 +
 .../test/Layer0/tables/split10a-expected.html   |    34 +
 .../test/Layer0/tables/split10a-input.html      |    34 +
 .../test/Layer0/tables/split10b-expected.html   |    34 +
 .../test/Layer0/tables/split10b-input.html      |    34 +
 .../test/Layer0/tables/split11-expected.html    |    41 +
 .../test/Layer0/tables/split11-input.html       |    36 +
 .../test/Layer0/tables/split11a-expected.html   |    35 +
 .../test/Layer0/tables/split11a-input.html      |    36 +
 .../test/Layer0/tables/split11b-expected.html   |    35 +
 .../test/Layer0/tables/split11b-input.html      |    36 +
 .../test/Layer0/tables/split11c-expected.html   |    32 +
 .../test/Layer0/tables/split11c-input.html      |    36 +
 .../test/Layer0/tables/split12-expected.html    |    41 +
 .../test/Layer0/tables/split12-input.html       |    33 +
 .../test/Layer0/test-structure.html             |   126 +
 .../test/Layer0/testharness.html                |   108 +
 .../editorFramework/test/Layer0/testharness.js  |   317 +
 .../editorFramework/test/Layer0/testlib.js      |   438 +
 .../test/Layer0/text/TextTests.js               |    38 +
 .../analyseParagraph-implicit01-expected.html   |     3 +
 .../text/analyseParagraph-implicit01-input.html |    17 +
 .../analyseParagraph-implicit02-expected.html   |     9 +
 .../text/analyseParagraph-implicit02-input.html |    17 +
 .../analyseParagraph-implicit03-expected.html   |     9 +
 .../text/analyseParagraph-implicit03-input.html |    17 +
 .../text/analyseParagraph01-expected.html       |     3 +
 .../Layer0/text/analyseParagraph01-input.html   |    17 +
 .../text/analyseParagraph02-expected.html       |     9 +
 .../Layer0/text/analyseParagraph02-input.html   |    17 +
 .../text/analyseParagraph03-expected.html       |     9 +
 .../Layer0/text/analyseParagraph03-input.html   |    17 +
 .../test/Layer0/undo/UndoTests.js               |    90 +
 .../Layer0/undo/addAdjacentColumn-expected.html |   140 +
 .../Layer0/undo/addAdjacentColumn-input.html    |    54 +
 .../Layer0/undo/addAdjacentRow-expected.html    |   146 +
 .../test/Layer0/undo/addAdjacentRow-input.html  |    54 +
 .../test/Layer0/undo/cut01-expected.html        |    77 +
 .../test/Layer0/undo/cut01-input.html           |    37 +
 .../test/Layer0/undo/deleteTOC01-expected.html  |     9 +
 .../test/Layer0/undo/deleteTOC01-input.html     |    37 +
 .../Layer0/undo/insertDelete01-expected.html    |    59 +
 .../test/Layer0/undo/insertDelete01-input.html  |    53 +
 .../Layer0/undo/insertDelete02-expected.html    |    59 +
 .../test/Layer0/undo/insertDelete02-input.html  |    53 +
 .../Layer0/undo/insertDelete03-expected.html    |    56 +
 .../test/Layer0/undo/insertDelete03-input.html  |    51 +
 .../Layer0/undo/insertDelete04-expected.html    |    59 +
 .../test/Layer0/undo/insertDelete04-input.html  |    57 +
 .../Layer0/undo/insertDelete05-expected.html    |    59 +
 .../test/Layer0/undo/insertDelete05-input.html  |    57 +
 .../Layer0/undo/insertFigure01-expected.html    |    44 +
 .../test/Layer0/undo/insertFigure01-input.html  |    49 +
 .../Layer0/undo/insertFigure02-expected.html    |    74 +
 .../test/Layer0/undo/insertFigure02-input.html  |    45 +
 .../Layer0/undo/insertFigure03-expected.html    |    74 +
 .../test/Layer0/undo/insertFigure03-input.html  |    45 +
 .../Layer0/undo/insertFigure04-expected.html    |    64 +
 .../test/Layer0/undo/insertFigure04-input.html  |    45 +
 .../Layer0/undo/insertFigure05-expected.html    |    74 +
 .../test/Layer0/undo/insertFigure05-input.html  |    45 +
 .../Layer0/undo/insertHeading01-expected.html   |    44 +
 .../test/Layer0/undo/insertHeading01-input.html |    63 +
 .../Layer0/undo/insertHeading02-expected.html   |    44 +
 .../test/Layer0/undo/insertHeading02-input.html |    63 +
 .../Layer0/undo/insertTable01-expected.html     |    44 +
 .../test/Layer0/undo/insertTable01-input.html   |    49 +
 .../Layer0/undo/insertTable02-expected.html     |   144 +
 .../test/Layer0/undo/insertTable02-input.html   |    45 +
 .../Layer0/undo/insertTable03-expected.html     |   144 +
 .../test/Layer0/undo/insertTable03-input.html   |    45 +
 .../Layer0/undo/insertTable04-expected.html     |   134 +
 .../test/Layer0/undo/insertTable04-input.html   |    45 +
 .../Layer0/undo/insertTable05-expected.html     |   144 +
 .../test/Layer0/undo/insertTable05-input.html   |    45 +
 .../test/Layer0/undo/nodeValue01-expected.html  |    24 +
 .../test/Layer0/undo/nodeValue01-input.html     |    35 +
 .../test/Layer0/undo/nodeValue02-expected.html  |    29 +
 .../test/Layer0/undo/nodeValue02-input.html     |    39 +
 .../test/Layer0/undo/nodeValue03-expected.html  |    29 +
 .../test/Layer0/undo/nodeValue03-input.html     |    39 +
 .../test/Layer0/undo/nodeValue04-expected.html  |    29 +
 .../test/Layer0/undo/nodeValue04-input.html     |    39 +
 .../test/Layer0/undo/nodeValue05-expected.html  |    29 +
 .../test/Layer0/undo/nodeValue05-input.html     |    39 +
 .../test/Layer0/undo/nodeValue06-expected.html  |    29 +
 .../test/Layer0/undo/nodeValue06-input.html     |    39 +
 .../test/Layer0/undo/nodeValue07-expected.html  |    29 +
 .../test/Layer0/undo/nodeValue07-input.html     |    39 +
 .../test/Layer0/undo/outline01-expected.html    |    14 +
 .../test/Layer0/undo/outline01-input.html       |    51 +
 .../Layer0/undo/setAttribute01-expected.html    |    24 +
 .../test/Layer0/undo/setAttribute01-input.html  |    35 +
 .../Layer0/undo/setAttribute02-expected.html    |    24 +
 .../test/Layer0/undo/setAttribute02-input.html  |    35 +
 .../Layer0/undo/setAttribute03-expected.html    |    24 +
 .../test/Layer0/undo/setAttribute03-input.html  |    35 +
 .../Layer0/undo/setAttribute04-expected.html    |    49 +
 .../test/Layer0/undo/setAttribute04-input.html  |    54 +
 .../Layer0/undo/setAttributeNS01-expected.html  |    29 +
 .../Layer0/undo/setAttributeNS01-input.html     |    40 +
 .../Layer0/undo/setAttributeNS02-expected.html  |    29 +
 .../Layer0/undo/setAttributeNS02-input.html     |    40 +
 .../Layer0/undo/setAttributeNS03-expected.html  |    29 +
 .../Layer0/undo/setAttributeNS03-input.html     |    40 +
 .../Layer0/undo/setAttributeNS04-expected.html  |    49 +
 .../Layer0/undo/setAttributeNS04-input.html     |    55 +
 .../undo/setStyleProperties01-expected.html     |    34 +
 .../Layer0/undo/setStyleProperties01-input.html |    43 +
 .../undo/setStyleProperties02-expected.html     |    34 +
 .../Layer0/undo/setStyleProperties02-input.html |    43 +
 .../test/Layer0/undo/undo01-expected.html       |    74 +
 .../test/Layer0/undo/undo01-input.html          |    79 +
 .../test/Layer0/undo/undo02-expected.html       |    74 +
 .../test/Layer0/undo/undo02-input.html          |    79 +
 .../test/Layer0/undo/undo03-expected.html       |    38 +
 .../test/Layer0/undo/undo03-input.html          |    67 +
 9583 files changed, 149711 insertions(+), 146208 deletions(-)
----------------------------------------------------------------------