tizen beta release
[framework/web/webkit-efl.git] / ManualTests / compositing / resources / tab-repaint-part-2.html
1 <!DOCTYPE html>
2 <title>Accelerated compositing tab repaint bug part 2</title>
3 <style>
4 body {
5     background-color: royalblue;
6 }
7 iframe {
8     border-width: 0px;
9     width: 400px;
10     height: 200px;
11 }
12 </style>
13 <body>
14 <ol>
15 <li>This page should have a blue background.</li>
16 </ol>
17 <iframe src="../resources/flash-frame.html"></iframe>
18 </body>