2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementById('textarea').style
.resize
= 'auto';
7 onload
= runRepaintTest
;
9 Tests paint invalidation when a textarea's resize property changed.
10 Passes if the resize handle is repainted correctly.
11 <textarea id=
"textarea" style=
"