2 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
6 document
.getElementById('q1').className
= 'q-unchanged';
7 document
.getElementById('q2').className
= 'q-changed';
9 window
.onload
= runRepaintTest
;
22 <div><q id=
"q1" class=
"q">quote
1</q></div>
23 <div><q id=
"q2" class=
"q">quote
2</q></div>