Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / iframes / resources / subframe.html
blobd09b235730d3deacfdd79a06ec28085106ca86db
1 <!DOCTYPE html>
3 <html>
4 <head>
5 <style type="text/css" media="screen">
6 body {
7 background-color: silver;
8 height: 1000px;
11 .box {
12 height: 100px;
13 width: 100px;
14 margin: 10px;
15 padding: 5px;
16 background-color: blue;
18 </style>
19 </head>
20 <body>
22 <div class="box">
23 </div>
25 </body>
26 </html>