Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / draws-content / webgl-simple-background-expected.html
blob35e774efbb98e10c6504b359beca3db1fa40d64b
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 .container {
6 width: 60px;
7 height: 60px;
9 .background {
10 width: 50px;
11 height: 50px;
12 background-color: green;
14 .content {
15 width: 25px;
16 height: 25px;
17 background-color: blue;
19 </style>
20 </head>
22 <body>
23 <div class="container">
24 <div class="background">
25 <div class="content"></div>
26 </div>
27 </div>
28 </body>
29 </html>