Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / background-blend-mode-single-accelerated-element-expected.html
blobdd953f7ef2f6aa8e78c3d094c1b2deed18dee5cd
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 div {
6 width: 200px;
7 height: 200px;
8 transform: rotateY(30deg) rotateX(-30deg);
9 background: rgba(200, 200, 156, 1);
12 body {
13 background: green;
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>