Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / iframes / resources / large-composited-subframe.html
blob17d3b18eefb6e3adc22abbf00e88ba92ac127b02
1 <!DOCTYPE html>
3 <html>
4 <head>
5 <style type="text/css" media="screen">
6 body {
7 height: 500px;
8 width: 500px;
9 background-color: silver;
12 .box {
13 height: 200px;
14 width: 200px;
15 margin: 100px;
16 background-color: blue;
17 transform: translateZ(0);
19 .box:hover {
20 transform: none;
22 </style>
23 </head>
24 <body>
26 <div id="iframe-content" class="box">
27 </div>
29 </body>
30 </html>