Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / plugins / webplugin-alpha.html
blob4f2629662196aeb55ce578ae55461111dbe977d1
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .box {
6 width: 150px;
7 height: 150px;
9 #ref {
10 background-color: rgb(153,255,153);
12 </style>
13 </head>
15 <body>
16 <!-- You should see two squares of the same color -->
18 <embed class="box" type="application/x-webkit-test-webplugin" background-color="green" opacity="0.4">
19 <div id="ref" class="box"></div>
20 </body>
21 </html>