1 <html style=
"font-size: 50px;">
7 <body contenteditable=
"true">
8 All the text here should be the same size.
10 document
.execCommand("SelectAll");
11 document
.execCommand("Copy");
12 window
.getSelection().modify("move", "forward", "character");
13 document
.execCommand("Paste");