| Index: third_party/WebKit/LayoutTests/fast/clip/css-clip-filter-order-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/clip/css-clip-filter-order-expected.html b/third_party/WebKit/LayoutTests/fast/clip/css-clip-filter-order-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4613d460e17f5fde838e38a59e052cdd83377530
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/clip/css-clip-filter-order-expected.html
|
| @@ -0,0 +1,7 @@
|
| +<!DOCTYPE html>
|
| +<div style="position:absolute; left:50px; top:50px; width:100px; height:100px; clip:rect(20px, 80px, 80px, 20px);">
|
| + <div style="width:100px; height:100px; filter:blur(5px)">
|
| + <div style="width:100px; height:100px; background:green;"></div>
|
| + </div>
|
| +</div>
|
| +This test verifies CSS clip correctly applies to the output of stacking context effects if both present on the same element.
|
|
|