Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / plugins / webplugin-no-alpha.html
blobc6abbea84fe8e9a7ec55ea4fe92b38484b63c05e
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .box {
6 width: 150px;
7 height: 150px;
9 #parent {
10 background-color: rgb(255,0,0);
12 </style>
13 </head>
15 <body>
16 <!-- You should a green square with no red -->
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>