blob: 4eedaf9a1ea057defc4a3f2f94895c2b3a4738f1 [file] [log] [blame]
<!DOCTYPE html>
<div id="outline" style="outline: auto; width: 100px; height: 100px">
<div id="child" style="width: 150px; height: 50px; background-color: red"></div>
</div>
<script src="../resources/text-based-repaint.js"></script>
<script>
function repaintTest() {
child.style.width = '50px';
}
onload = runRepaintTest;
</script>