| <!DOCTYPE HTML> | |
| <html> | |
| <body> | |
| Test that verifies that CSS clip paths apply correctly to canvas elements. The test should show a green square inside a larger yellow square. | |
| <div style="border-style:solid; border-color:yellow; border-width:10px; background-color:green; width:80px; height:80px;"></div> | |
| </body> | |
| </html> |