diff options
Diffstat (limited to 'layout/reftests/css-gradients/linear-onestopposition-1-ref2.html')
-rw-r--r-- | layout/reftests/css-gradients/linear-onestopposition-1-ref2.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/reftests/css-gradients/linear-onestopposition-1-ref2.html b/layout/reftests/css-gradients/linear-onestopposition-1-ref2.html new file mode 100644 index 000000000..51f70bcd4 --- /dev/null +++ b/layout/reftests/css-gradients/linear-onestopposition-1-ref2.html @@ -0,0 +1,21 @@ +<!DOCTYPE HTML> +<title>Test for linear-gradient() with all stops at the same position</title> +<style> + +#div1 { + float: left; + width: 50px; + height: 200px; + background: blue; +} + +#div2 { + float: left; + width: 150px; + height: 200px; + background: orange; +} + +</style> +<div id="div1"></div> +<div id="div2"></div> |