| Index: third_party/WebKit/LayoutTests/fast/layers/overflow-hidden-rounded-corners-occlusion-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/layers/overflow-hidden-rounded-corners-occlusion-expected.html b/third_party/WebKit/LayoutTests/fast/layers/overflow-hidden-rounded-corners-occlusion-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6d5ff59c529370ff50ac685757e0ba15d9859884
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/layers/overflow-hidden-rounded-corners-occlusion-expected.html
|
| @@ -0,0 +1,10 @@
|
| +<!DOCTYPE HTML>
|
| +<html>
|
| +<body>
|
| + Test that verifies that rounded corners with overflow:hidden composite correctly. <br>
|
| + This page should show a green box with rounded corners on top of a yellow box with square corners.
|
| + <div style="width:100px; height:100px; background-color:yellow;">
|
| + <div style="width:100px; height:100px; background-color:green; border-radius:40px;"></div>
|
| + </div>
|
| +</body>
|
| +</html>
|
|
|