diff options
Diffstat (limited to 'layout/reftests/css-gradients/repeated-final-stop-1-ref.html')
-rw-r--r-- | layout/reftests/css-gradients/repeated-final-stop-1-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/css-gradients/repeated-final-stop-1-ref.html b/layout/reftests/css-gradients/repeated-final-stop-1-ref.html new file mode 100644 index 0000000000..31bad474e1 --- /dev/null +++ b/layout/reftests/css-gradients/repeated-final-stop-1-ref.html @@ -0,0 +1,18 @@ +<!DOCTYPE HTML> +<html> +<head> +<style> +html { + background: white; +} +div { + background: linear-gradient(to rigtht, 0 white, 100% orange); + height: 100px; + width: 50%; +} +</style> +</head> +<body> +<div></div> +</body> +</html> |