4 <div id=
"test" contenteditable
>hello
<em class=
"Apple-style-span">world
</em> WebKit
</div>
5 <script src=
"../../resources/dump-as-markup.js"></script>
8 Markup
.description('This test ensures WebKit removes implicitly styled elements even if they had class="Apple-style-span".'
9 + ' There should be no span below.');
11 var test
= document
.getElementById('test');
13 document
.execCommand('SelectAll', false, null);
14 document
.execCommand('Italic', false, null);