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

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

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/layer-creation/fixed-position-out-of-view-with-backdrop-filter-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-with-backdrop-filter-expected.txt
similarity index 61%
copy from third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-expected.txt
copy to third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-with-backdrop-filter-expected.txt
index e7be6b3ed9beb1ce538d741933ac9c3bbdfd4816..3d6a98e713ed9ba21f0fbfec442bf82f26ce99b2 100644
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-with-backdrop-filter-expected.txt
@@ -12,29 +12,21 @@
{
"position": [8, 1013],
"bounds": [10, 10],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#C0C0C0"
+ "drawsContent": true
},
{
"position": [8, -100],
"bounds": [10, 10],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#C0C0C0"
+ "drawsContent": true
},
{
"position": [1000, 0],
"bounds": [10, 10],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#C0C0C0"
+ "drawsContent": true
},
{
"bounds": [10, 10],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#C0C0C0"
+ "drawsContent": true
},
{
"bounds": [785, 1021],

Powered by Google App Engine
This is Rietveld 408576698