Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / squashed-clip-parent-expected.html
blob9b397d4725e38f7ac5fc0b2901d0a7882897202b
1 <!DOCTYPE html>
2 <style>
3 #squashed {
4 position:fixed;
5 left: 0;
6 top: 0;
7 right: 0;
8 bottom: 0;
9 background-color: green;
11 </style>
12 <div id="squashed">
13 This test suceeds if you only see this line with a green background.
14 </div>