blob: 2567da66366601a58739cc486693a77b0fde77e6 [file] [log] [blame]
<!DOCTYPE html>
<script src="resources/text-based-repaint.js"></script>
<script>
function repaintTest() {
var frame = document.createElement('iframe');
frame.style.width = '100px';
frame.style.height = '100px';
document.body.appendChild(frame);
}
onload = runRepaintTest;
</script>
<body style="margin: 0; height: 200px"></body>