OLD | NEW |
1 Tests that user can mutate DOM by means of elements panel. | 1 Tests that user can mutate DOM by means of elements panel. |
2 | 2 |
3 | 3 |
4 Edited Text | 4 Edited Text |
5 Span contents | 5 Span contents |
6 A#nbsp;B#ensp;C#emsp;D#thinsp;E#zwnj;F#zwj;G#rlm;H#lrm;I | 6 A#nbsp;B#ensp;C#emsp;D#thinsp;E#zwnj;F#zwj;G#rlm;H#lrm;I |
7 Element | 7 Element |
8 | 8 |
9 Running: testSetUp | 9 Running: testSetUp |
10 | 10 |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 - <div id="testEditSVG"> | 152 - <div id="testEditSVG"> |
153 <svg id="node-to-edit-svg-attribute" xmlns:xlink="test" width="100">\n
</svg> | 153 <svg id="node-to-edit-svg-attribute" xmlns:xlink="test" width="100">\n
</svg> |
154 </div> | 154 </div> |
155 <svg id="node-to-edit-svg-attribute" xmlns:xlink="test" width="100"> | 155 <svg id="node-to-edit-svg-attribute" xmlns:xlink="test" width="100"> |
156 </svg> | 156 </svg> |
157 ==== after ==== | 157 ==== after ==== |
158 - <div id="testEditSVG"> | 158 - <div id="testEditSVG"> |
159 <svg id="node-to-edit-svg-attribute" xmlns:xlink="test" width="110">\n
</svg> | 159 <svg id="node-to-edit-svg-attribute" xmlns:xlink="test" width="110">\n
</svg> |
160 </div> | 160 </div> |
161 | 161 |
OLD | NEW |