4 <script src=
"../../resources/dump-as-markup.js"></script>
7 <div id=
"edit" contentEditable=
"true">1<progress><a style
>2</a></progress></div>
9 Markup
.description('Test that WebKit does not crash when we apply style to atomic elements ' +
10 'and that the style is not applied inside atomic elements.')
12 function select(node
) {
13 var range
= document
.createRange();
14 range
.selectNodeContents(node
);
15 window
.getSelection().addRange(range
);
18 var edit
= document
.getElementById("edit");
20 document
.execCommand("createlink", false, "a");