blob: 0fd3fbfe6d50c59b2af7ae03f0f3acdc692a390a [file] [log] [blame]
<!DOCTYPE html>
<script src="resources/text-based-repaint.js"></script>
<script>
window.onload = runRepaintTest;
function repaintTest() {
document.getElementsByTagName('details')[0].setAttribute('open', true);
}
</script>
<p>This test passes if the arrow rotates to the open position.</p>
<details>
<input>
<summary>summary</summary>
</details>