Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / canvas-css-clip-path-expected.html
blob3173b87849b42e7489e0b41f0f8ac0149603cc2f
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 Test that verifies that CSS clip paths apply correctly to canvas elements. The test should show a green square inside a larger yellow square.
5 <div style="border-style:solid; border-color:yellow; border-width:10px; background-color:green; width:80px; height:80px;"></div>
6 </body>
7 </html>