Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / iframes / resources / subsubframe.html
bloba1d11e3e4b91f4bc25eac003e687c21971dee914
1 <!DOCTYPE html>
3 <html>
4 <head>
5 <style type="text/css" media="screen">
6 body {
7 height: 1000px;
8 margin: 0;
11 .box {
12 height: 100px;
13 width: 100px;
14 margin: 100px 0;
15 background-color: green;
17 </style>
18 </head>
19 <body>
21 <div class="box">
22 </div>
24 </body>
25 </html>