Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / squash-canvas-expected.html
blobc76af93ae9d1648fc669f8b665b687193010a280
1 <!DOCTYPE HTML>
2 <style>
3 canvas {
4 width: 40px;
5 height: 40px;
6 background: blue;
7 position: absolute;
8 top: 80px;
9 left: 10px;
11 #background {
12 width: 100px;
13 height: 100px;
14 background: green;
15 position: absolute;
16 transform: translateZ(0);
18 #overlap {
19 width: 10px;
20 height: 10px;
21 background: grey;
22 position: absolute;
23 top: 20px;
25 </style>
26 <div id="background"></div>
27 <div id="overlap"></div>
28 <canvas></canvas>