Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / plugins / webplugin-reflection.html
blobfd788f5e14c3025a20359e27c1e616a49f4d3fd3
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 #plugin {
6 width: 150px;
7 height: 150px;
8 -webkit-box-reflect: below 20px;
10 </style>
11 </head>
13 <body>
14 <!-- You should see a blue triangle on green background and its reflection -->
16 <embed id="plugin" type="application/x-webkit-test-webplugin" primitive="triangle" background-color="green" primitive-color="blue">
17 </body>
18 </html>