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

Unified Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-with-backdrop-filter.html

Issue 1637143002: Layers that have a backdrop-filter should paints contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another test Created 4 years, 11 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/compositing/layer-creation/fixed-position-out-of-view-with-backdrop-filter.html
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view.html b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-with-backdrop-filter.html
similarity index 96%
copy from third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view.html
copy to third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-with-backdrop-filter.html
index a1d3741788342696ffc73e3d3d38dc9ff36ee1e5..fdf0757da4bd33c39f3e869c06adb6080e7934a5 100644
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view.html
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-with-backdrop-filter.html
@@ -7,7 +7,7 @@
position: fixed;
width: 10px;
height: 10px;
- background-color: silver;
+ backdrop-filter: grayscale(100%);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698