repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
backgrounds
/
size
/
backgroundSize22.html
blob
713ac323ec1c7f2e779ae7e0bebbefd436f624fa
1
<head>
2
<style>
3
div {
4
border:
10
px double #
000000
;
5
padding:
10
px;
6
background: url('resources/flower.jpg') content-box;
7
-webkit-background-size:
100
px auto;
8
background-position: center;
9
}
10
</style>
11
</head>
12
13
<body>
14
<div
style
=
"width:500px; height:500px;"
></div>
15
</body>