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
/
backgroundSize10.html
blob
e7cf1e21fe6122cb5182c1925f12f254395b8a0d
1
<head>
2
<style>
3
body {
4
background-image:url(resources/bikes.bmp);
5
-webkit-background-size:
100
px auto;
6
background-repeat: no-repeat;
7
background-position: center;
8
}
9
</style>
10
</head>
11
12
<body>
13
</body>