1 <html style=
"font-family: Arial; font-size: 13px;">
2 <body contenteditable=
"true" style=
"font-family: 'Times New Roman'; font-weight: bold;">This text should be Times New Roman bold.
</body>
5 document
.execCommand("SelectAll");
6 document
.execCommand("Underline");
7 document
.execCommand("Copy");
8 window
.getSelection().modify("move", "forward", "character");
9 document
.execCommand("Paste");