blob: 17cb6e7ca6f903033aebee3fdc69ba71a475ab22 [file] [log] [blame]
<!DOCTYPE html>
<title>Accelerated compositing tab repaint bug part 2</title>
<style>
body {
background-color: royalblue;
}
iframe {
border-width: 0px;
width: 400px;
height: 200px;
}
</style>
<body>
<ol>
<li>This page should have a blue background.</li>
</ol>
<iframe src="../resources/flash-frame.html"></iframe>
</body>