Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / test / data / gpu / functional_3d_css.html
blob6bee8d0b114df9c12cfd4b71e4022f6eef3e01d5
1 <html>
2 <head>
3 <style>
4 div {
5 width:200px;
6 height:100px;
7 background-color:black;
8 color:#ffffff;
9 -webkit-transform:translateZ(0);
11 </style>
12 </head>
13 <body>
14 <div>3D CSS</div>
15 </body>
16 </html>