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