3 <script src=
"resources/text-based-repaint.js"></script>
5 window
.onload
= runRepaintTest
;
7 function repaintTest() {
8 document
.getElementsByTagName('details')[0].setAttribute('open', true);
12 <p>This test passes if the arrow rotates to the open position.
</p>
15 <summary>summary
</summary>