tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / platform / chromium / compositing / plugins / webplugin-no-alpha.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5   .box {
6     width: 150px;
7     height: 150px;
8   }
9   #parent {
10     background-color: rgb(255,0,0);
11   }
12 </style>
13 </head>
14
15 <body>
16 <!-- You should a green square with no red -->
17
18 <div id="parent" class="box">
19   <embed class="box" type="application/x-webkit-test-webplugin" background-color="green" opacity="1.0">
20 </div>
21 </body>
22 </html>