| Index: LayoutTests/fast/canvas/canvas-css-clip-path-container-expected.html
|
| diff --git a/LayoutTests/fast/canvas/canvas-css-clip-path-container-expected.html b/LayoutTests/fast/canvas/canvas-css-clip-path-container-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ac8359e7980d20aa9e4d58818e109cab7978cd1f
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/canvas/canvas-css-clip-path-container-expected.html
|
| @@ -0,0 +1,10 @@
|
| +<!DOCTYPE HTML>
|
| +<html>
|
| +<body>
|
| + <p>This test verifies that a clip-path on a div applies correctly to child canvases.</p>
|
| + <p>Below there should be two green squares with yellow borders.</p>
|
| + <div style="border-style:solid; border-color:yellow; border-width:10px; background-color:green; width:80px; height:80px;"></div>
|
| + <br>
|
| + <div style="border-style:solid; border-color:yellow; border-width:10px; background-color:green; width:80px; height:80px;"></div>
|
| +</body>
|
| +</html>
|
|
|