4 <script src=
"../../resources/dump-as-markup.js"></script>
5 <div id=
"test" contenteditable
><table><tr><td><b>hello
</b></td></tr><tr><td>world
</td></tr></table></div>
8 Markup
.description('This tests that RemoveFormat does not add extra span tags when executed inside a table cell.');
9 window
.getSelection().selectAllChildren(document
.getElementsByTagName('b')[0]);
10 document
.execCommand('RemoveFormat', false, null);