blob: 0d6cb423acc656b9bafef3eccf837b347f7e69ef [file] [log] [blame]
<!DOCTYPE HTML>
<script src="../resources/text-based-repaint.js"></script>
<script>
function repaintTest() {
target.style.outline = 'solid black 20px';
}
onload = runRepaintAndPixelTest;
</script>
<div id="target" style="background-color: green; width: 1000px; height: 100px; outline: solid black 10px;"></div>