haikuwebkit/ManualTests/compositing/resources/tab-repaint-part-2.html

19 lines
338 B
HTML

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