Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: third_party/WebKit/LayoutTests/fast/clip/css-clip-filter-order-expected.html

Issue 2793753002: [SPv2] Switch the application order between effects and CSS clip (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698