Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / squash-with-ancestor-blending-expected.html
blob20dd6e92621fc85918c4d9b7266a34e96dc4c5a4
1 <!DOCTYPE html>
2 <head>
3 <link rel="stylesheet" href="resources/squash-with-ancestor-property.css">
4 <style>
5 #ancestor {
6 background-blend-mode: difference, normal;
9 #composited-overlap-child {
10 background-image: url(resources/blue.png);
12 </style>
13 <script src="resources/squash-with-ancestor-property.js"></script>
14 <script>
15 window.onload = generateDom;
16 </script>
17 </head>
19 <body>
20 </body>