summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/backdrop-filter-plus-opacity-ref.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testing/web-platform/tests/css/filter-effects/backdrop-filter-plus-opacity-ref.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/filter-effects/backdrop-filter-plus-opacity-ref.html b/testing/web-platform/tests/css/filter-effects/backdrop-filter-plus-opacity-ref.html
new file mode 100644
index 0000000000..aa7224fdea
--- /dev/null
+++ b/testing/web-platform/tests/css/filter-effects/backdrop-filter-plus-opacity-ref.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>backdrop-filter: Correctly apply backdrop-filter with opacity</title>
+<link rel="author" href="mailto:masonf@chromium.org">
+
+
+
+<p>Expected: A green box.</p>
+
+<div class="greenbox"></div>
+
+
+<style>
+.greenbox {
+ position: absolute;
+ background: green;
+ width: 100px;
+ height: 100px;
+ top: 100px;
+ left: 60px;
+}
+</style>