| OLD | NEW |
| 1 rootWebArea | 1 rootWebArea |
| 2 ++genericContainer editable richlyEditable | 2 ++genericContainer editable multiline richlyEditable |
| 3 ++++paragraph editable richlyEditable | 3 ++++paragraph editable richlyEditable |
| 4 ++++++staticText editable richlyEditable name='A contenteditable with a ' | 4 ++++++staticText editable richlyEditable name='A contenteditable with a ' |
| 5 ++++++++inlineTextBox name='A contenteditable with a ' | 5 ++++++++inlineTextBox name='A contenteditable with a ' |
| 6 ++++++link editable richlyEditable name='link' | 6 ++++++link editable linked richlyEditable name='link' |
| 7 ++++++++staticText editable richlyEditable name='link' | 7 ++++++++staticText editable linked richlyEditable name='link' |
| 8 ++++++++++inlineTextBox name='link' | 8 ++++++++++inlineTextBox name='link' |
| 9 ++++++staticText editable richlyEditable name=' and an ' | 9 ++++++staticText editable richlyEditable name=' and an ' |
| 10 ++++++++inlineTextBox name=' and an ' | 10 ++++++++inlineTextBox name=' and an ' |
| 11 ++++++image editable richlyEditable name='Image' | 11 ++++++image editable richlyEditable name='Image' |
| 12 ++++++staticText editable richlyEditable name=' and a ' | 12 ++++++staticText editable richlyEditable name=' and a ' |
| 13 ++++++++inlineTextBox name=' and a ' | 13 ++++++++inlineTextBox name=' and a ' |
| 14 ++++++button editable richlyEditable name='Button' | 14 ++++++button editable richlyEditable name='Button' |
| 15 ++++++staticText editable richlyEditable name='.' | 15 ++++++staticText editable richlyEditable name='.' |
| 16 ++++++++inlineTextBox name='.' | 16 ++++++++inlineTextBox name='.' |
| 17 ++++table editable richlyEditable | 17 ++++table editable richlyEditable |
| 18 ++++++row editable richlyEditable | 18 ++++++row editable richlyEditable |
| 19 ++++++++cell editable richlyEditable name='Always expose editable tables as tabl
es.' | 19 ++++++++cell editable richlyEditable name='Always expose editable tables as tabl
es.' |
| 20 ++++++++++staticText editable richlyEditable name='Always expose editable tables
as tables.' | 20 ++++++++++staticText editable richlyEditable name='Always expose editable tables
as tables.' |
| 21 ++++++++++++inlineTextBox name='Always expose editable tables as tables.' | 21 ++++++++++++inlineTextBox name='Always expose editable tables as tables.' |
| 22 ++++++column | 22 ++++++column |
| 23 ++++++tableHeaderContainer | 23 ++++++tableHeaderContainer |
| 24 ++++list editable richlyEditable | 24 ++++list editable richlyEditable |
| 25 ++++++listItem editable richlyEditable | 25 ++++++listItem editable richlyEditable |
| 26 ++++++++listMarker name='1' | 26 ++++++++listMarker name='1' |
| 27 ++++++++staticText editable richlyEditable name='Editable list item.' | 27 ++++++++staticText editable richlyEditable name='Editable list item.' |
| 28 ++++++++++inlineTextBox name='Editable list item.' | 28 ++++++++++inlineTextBox name='Editable list item.' |
| 29 ++paragraph | 29 ++paragraph |
| 30 ++++staticText name='Non-editable paragraph.' | 30 ++++staticText name='Non-editable paragraph.' |
| 31 ++++++inlineTextBox name='Non-editable paragraph.' | 31 ++++++inlineTextBox name='Non-editable paragraph.' |
| 32 ++paragraph editable richlyEditable | 32 ++paragraph editable multiline richlyEditable |
| 33 ++++staticText editable richlyEditable name='Should keep the role but change the
state.' | 33 ++++staticText editable richlyEditable name='Should keep the role but change the
state.' |
| 34 ++++++inlineTextBox name='Should keep the role but change the state.' | 34 ++++++inlineTextBox name='Should keep the role but change the state.' |
| OLD | NEW |