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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/backdrop-filter-rendering-no-background.html

Issue 1678443002: Revert of 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/css3/filters/backdrop-filter-rendering-no-background.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/backdrop-filter-rendering-no-background.html b/third_party/WebKit/LayoutTests/css3/filters/backdrop-filter-rendering-no-background.html
deleted file mode 100644
index 8ec20083cb5a2543a444d7c0964efd096a6dd672..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/css3/filters/backdrop-filter-rendering-no-background.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-
-div {
- width: 100px;
- height: 100px;
- position :absolute;
-}
-
-.background_object {
- left: 10px;
- top: 10px;
- background: orange;
-}
-
-.grayscale_backdrop {
- left: 60px;
- top: 60px;
- backdrop-filter: grayscale(100%);
-}
-
-</style>
-</head>
-<body>
- <div class="background_object"></div>
- <div class="grayscale_backdrop"></div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698