diff options
Diffstat (limited to 'layout/reftests/css-blending/background-blending-background-clip-padding-box-ref.html')
-rw-r--r-- | layout/reftests/css-blending/background-blending-background-clip-padding-box-ref.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/reftests/css-blending/background-blending-background-clip-padding-box-ref.html b/layout/reftests/css-blending/background-blending-background-clip-padding-box-ref.html new file mode 100644 index 0000000000..da516d82d7 --- /dev/null +++ b/layout/reftests/css-blending/background-blending-background-clip-padding-box-ref.html @@ -0,0 +1,21 @@ +<!-- Blend a background image and a background color specifying background-clip: padding-box --> +<!DOCTYPE HTML> +<html> +<head> +<style> +div { + padding: 8.5px; + margin: 0 0 9px; + background: #777777; + background-clip: padding-box; + width: 200px; + height: 200px; + margin: 10px; +} +</style> +</head> + +<body> + <div></div> +</body> +</html>
\ No newline at end of file |