16 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
17 <script type=
"text/javascript">
18 function repaintTest() {
19 document
.getElementById('editable').focus();
23 <body onload=
"runRepaintTest();">
24 <div id=
"editable" contenteditable=
"true"></div>