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
/
linear-rotated-1-ref.html
blob
d22ca1bb742758d861d8db8ddfa074454dff0b08
1
<!DOCTYPE
HTML
>
2
<html>
3
<body>
4
<div
style
=
"width:100px; height:100px; background:linear-gradient(to left, red, green);"
></div>
5
<div
style
=
"width:100px; height:100px; background:linear-gradient(to right, red, green);"
></div>
6
</body>
7
</html>