summaryrefslogtreecommitdiffstats
path: root/layout/reftests/backgrounds/background-clip-text-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/backgrounds/background-clip-text-1-ref.html')
-rw-r--r--layout/reftests/backgrounds/background-clip-text-1-ref.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/layout/reftests/backgrounds/background-clip-text-1-ref.html b/layout/reftests/backgrounds/background-clip-text-1-ref.html
new file mode 100644
index 0000000000..08e5962e77
--- /dev/null
+++ b/layout/reftests/backgrounds/background-clip-text-1-ref.html
@@ -0,0 +1,23 @@
+<!doctype html>
+<html>
+ <head>
+ <title>background-clip: text reference</title>
+ <style>
+ div.out {
+ width: 500px;
+ height: 300px;
+ margin: 0px;
+ color: green;
+ font-size: 100px;
+ font-family: serif;
+ -moz-osx-font-smoothing: grayscale;
+ }
+ </style>
+ </head>
+ <body style="margin: 0px;">
+ <div class="out">
+ TEXT clip
+ <div style="display:inline-block; width:0px; height:200px;"/>
+ </div>
+ </body>
+</html>