blob: 17cb6e7ca6f903033aebee3fdc69ba71a475ab22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!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>
|