Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / squash-with-ancestor-reflection.html
blob954dd315d829f7364aa090dc5df2942f768840d3
1 <!DOCTYPE html>
2 <head>
3 <link rel="stylesheet" href="resources/squash-with-ancestor-property.css">
4 <style>
5 #ancestor {
6 -webkit-box-reflect: below;
8 </style>
9 <script src="resources/squash-with-ancestor-property.js"></script>
10 <script>
11 window.onload = generateDom;
12 </script>
13 </head>
15 <body>
16 </body>