diff options
Diffstat (limited to 'layout/reftests/css-gradients/radial-position-1b.html')
-rw-r--r-- | layout/reftests/css-gradients/radial-position-1b.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/reftests/css-gradients/radial-position-1b.html b/layout/reftests/css-gradients/radial-position-1b.html new file mode 100644 index 0000000000..02d3ed0714 --- /dev/null +++ b/layout/reftests/css-gradients/radial-position-1b.html @@ -0,0 +1,2 @@ +<body style="margin:0;"> +<div style="background: radial-gradient(212.132034px 212.132034px at center, white, black) no-repeat; background-position:-200px 0; width: 300px; height: 300px;"><br></div> |