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.html
blob
b927d1db27c02008f2da8b802357158b6f40ffb1
1
<!DOCTYPE
HTML
>
2
<html>
3
<body>
4
<div
style
=
"width:100px; height:100px; transform:rotate(90deg); background:linear-gradient(red, green);"
></div>
5
<div
style
=
"width:100px; height:100px; transform:rotate(270deg); background:linear-gradient(red, green);"
></div>
6
</body>
7
</html>