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