diff options
Diffstat (limited to 'layout/reftests/backgrounds/background-clip-text-2-ref.html')
-rw-r--r-- | layout/reftests/backgrounds/background-clip-text-2-ref.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/layout/reftests/backgrounds/background-clip-text-2-ref.html b/layout/reftests/backgrounds/background-clip-text-2-ref.html new file mode 100644 index 000000000..15d60ec3d --- /dev/null +++ b/layout/reftests/backgrounds/background-clip-text-2-ref.html @@ -0,0 +1,24 @@ +<!doctype html> +<html> + <head> + <title>background-clip: text reference</title> + <style> + div.out { + width: 500px; + height: 300px; + margin: 0px; + color: white; + font-size: 50px; + font-family: serif; + text-shadow: 0px 60px 5px red; + -moz-osx-font-smoothing: grayscale; + } + </style> + </head> + <body style="margin: 0px;"> + <div class="out"> + Text Shadow + <div style="display:inline-block; width:0px; height:100px;"/> + </div> + </body> +</html> |