Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / blending / background-blend-mode-single-accelerated-element-expected.html
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5     div {
6         width: 200px;
7         height: 200px;
8         -webkit-transform: rotateY(30deg) rotateX(-30deg);
9         background: rgba(200, 200, 156, 1);
10     }
11
12     body {
13         background: green;
14     }
15
16 </style>
17 <!-- Test to validate that background blending is working properly for hardware accelerated elements.
18     This also validates that background layers don't blend with any of the content below the accelerated element. -->
19 </head>
20 <body>
21     <div></div>
22 </body>