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
/
backgroundSize15.html
blob
6ec32457f8ba85c5750fe2a84e4efa6d4630e9a2
1
<html>
2
<style>
3
body { overflow: hidden; }
4
div {
5
background-image:url(resources/bikes.bmp);
6
-webkit-background-size:
133
px
135
px;
7
}
8
</style>
9
10
<body>
11
12
<div
style
=
"width:100px; height:100px"
></div>
13
14
<br><br><br>
15
16
<div
style
=
"width:800px; height:800px"
></div>
17
18
</body>
19
</html>