repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1731994: part 4) Declare more methods around `ContentPermissionRequestBase` ...
[gecko.git]
/
layout
/
reftests
/
css-gradients
/
radial-onestopposition-1a.html
blob
60ad3e6a3d58dcc1185dfd0b0380de57efcc7fbc
1
<!DOCTYPE
HTML
>
2
<title>
Test for radial-gradient() with all stops at the same position
</title>
3
<style>
4
5
div {
6
width:
200
px;
7
height:
200
px;
8
background-image: radial-gradient(closest-side, blue
25
%, orange
25
%);
9
}
10
11
</style>
12
<div></div>