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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-absolute-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: Created 4 years, 10 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/overflow/scroll-parent-absolute-with-backdrop-filter.html
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-absolute.html b/third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-absolute-with-backdrop-filter.html
similarity index 95%
copy from third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-absolute.html
copy to third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-absolute-with-backdrop-filter.html
index ffd1d0527f96f4fd333078fa0ee4bb99540ef7a7..d59bf9ba40155982dcb503f418eafb251b432569 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-absolute.html
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-absolute-with-backdrop-filter.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<body>
-<div id="top" style="overflow: scroll; height: 500px; width: 500px; background-color: blue">
+<div id="top" style="overflow: scroll; height: 500px; width: 500px; backdrop-filter: grayscale(100%)">
<div id="middle" style="position: absolute; height: 400px; width: 400px; background-color: green">
<div id="child" style="position: relative; height: 300px; width: 300px; background-color: yellow; -webkit-backface-visibility: hidden"></div>
</div>

Powered by Google App Engine
This is Rietveld 408576698