tab-repaint-part-2.html   [plain text]


<!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>