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
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git]
/
layout
/
reftests
/
css-blending
/
background-blending-background-size-ref.html
blob
fa512a6ce2fad8378eaa607a80d6bc09cda55470
1
<!-- Blend a background image and a background color specifying background-size -->
2
<!DOCTYPE
HTML
>
3
<html>
4
<head>
5
<style>
6
div {
7
background: #
777777
;
8
width:
200
px;
9
height:
200
px;
10
margin:
10
px;
11
}
12
</style>
13
</head>
14
15
<body>
16
<div></div>
17
</body>
18
</html>