Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / objects / resources / composited-subframe.html
blob81ff61959e81ed7bbfed688b38202e85560b1c83
1 <!DOCTYPE html>
3 <html>
4 <head>
5 <style type="text/css" media="screen">
6 .box {
7 height: 200px;
8 width: 200px;
9 margin: 10px;
10 background-color: green;
11 transform: translateZ(0);
13 </style>
14 </head>
15 <body>
17 <div id="object-content" class="box">
18 </div>
20 </body>
21 </html>