4 <p id=
"description">Tests bold/italic style toggling on a content that has text node without renderer (Ex: Tab/Space used for indentation)
</p>
5 <div contenteditable
id=
"root">
11 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
16 function test(platform
) {
18 internals
.settings
.setEditingBehavior(platform
);
19 startNewMarkupGroup('Test for '+platform
);
20 runDumpAsTextEditingTest(true);
22 function editingTest() {
23 execSelectAllCommand();