summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/mask-gradient-translucent-end-color-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-gradients/mask-gradient-translucent-end-color-1-ref.html')
-rw-r--r--layout/reftests/css-gradients/mask-gradient-translucent-end-color-1-ref.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/css-gradients/mask-gradient-translucent-end-color-1-ref.html b/layout/reftests/css-gradients/mask-gradient-translucent-end-color-1-ref.html
new file mode 100644
index 0000000000..e5fdd1028f
--- /dev/null
+++ b/layout/reftests/css-gradients/mask-gradient-translucent-end-color-1-ref.html
@@ -0,0 +1,17 @@
+<!--
+ Any copyright is dedicated to the Public Domain.
+ http://creativecommons.org/publicdomain/zero/1.0/
+-->
+<!DOCTYPE html>
+<html lang="en">
+<meta charset="utf-8">
+<title>Make sure that gradient masks are painted correctly with translucent end-color</title>
+
+<style>
+
+html {
+ background: rgba(255, 0, 0, 0.5);
+ overflow: hidden;
+}
+
+</style>